Search found 42189 matches
- Wed Jan 13, 2010 7:57 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to insert a record into the table due to .
- Replies: 3
- Views: 3519
As I'm sure you're aware, without any kind of diagnostic information it's going to be hard for anyone to help unless they've seen the exact same nebulous message before. Have you checked some of the things it might possibly be - tablespace, unique index, constraint issues, etc etc? If nothing really...
- Wed Jan 13, 2010 7:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to load a file from a URL using DataStage
- Replies: 11
- Views: 5322
- Wed Jan 13, 2010 7:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Trailing sign in decimal field
- Replies: 5
- Views: 2218
Hackery, Gentlemen, I cry Hackery! Sorry. :wink: You would use that Masked Decimal conversion with OConv if you had data without a decimal point that you needed to add one. And I believe that with IConv the opposite would be true, that it would remove them. However, don't have access to a system rig...
- Wed Jan 13, 2010 7:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: some datastage server edition questions
- Replies: 6
- Views: 2525
Sorry but that's not the way things work here. :? First of all, the convention is one post per question or issue so dumping fifteen in all at once is a definite no-no. But the biggest problem is the nature of the questions - we do not provide answers to what are patently interview questions. While y...
- Wed Jan 13, 2010 7:25 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How can I restart the server after particular job finished?
- Replies: 32
- Views: 37342
- Wed Jan 13, 2010 7:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem with DSGetParamInfo & DSJ.ParamValue
- Replies: 2
- Views: 1818
- Wed Jan 13, 2010 7:22 am
- Forum: General
- Topic: Error Calling stored procedure
- Replies: 8
- Views: 4470
- Wed Jan 13, 2010 7:18 am
- Forum: General
- Topic: Job Scheduling is not functioning.
- Replies: 25
- Views: 53107
- Wed Jan 13, 2010 7:17 am
- Forum: General
- Topic: DataStage is unresponsive, XMETA is 92% full
- Replies: 8
- Views: 7338
- Tue Jan 12, 2010 6:30 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trigger In Execute Command Stage Fails
- Replies: 5
- Views: 2676
- Tue Jan 12, 2010 6:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Put date in file name when write out
- Replies: 3
- Views: 1390
- Tue Jan 12, 2010 6:06 pm
- Forum: General
- Topic: Difference in Server and Datastage Director Time
- Replies: 24
- Views: 13108
- Tue Jan 12, 2010 6:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trigger In Execute Command Stage Fails
- Replies: 5
- Views: 2676
Command Output is a dynamic array rather than a single value, with returns being converted to Field Marks. Remove them then check:
Or reference just the first array element:
Code: Select all
Convert(@FM,"",Stage.$CommandOutput) > 1Code: Select all
Stage.$CommandOutput<1> > 1- Tue Jan 12, 2010 6:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User Status in Check Pointed Job Sequence
- Replies: 8
- Views: 3806
Not quite sure what 'work like this' means. Are you certain that your triggers are firing like you think they should? Meaning, in Seq2 whether or not Seq1 finishes correctly it sounds like it may always be taking the Otherwise link. Have you added any 'logging text' to each stage to know which path ...
- Tue Jan 12, 2010 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User Status in Check Pointed Job Sequence
- Replies: 8
- Views: 3806