Search found 42189 matches
- Mon Jun 04, 2007 10:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to access an output value from a UNIX script in Job Cont
- Replies: 6
- Views: 3018
Actually, the goal of the job control is to abort the job using DSLogFatal if the record count returned by the UNIX script is zero. How do I achieve this? By checking what record count the script returns and if it is zero calling DSLogFatal. Don't make it more complicated than it is. After calling ...
- Mon Jun 04, 2007 10:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to access an output value from a UNIX script in Job Cont
- Replies: 6
- Views: 3018
So, you are saying that we can use "pRCount" even without the last two lines in the job control shown. What I'm saying is that you've declared a Job Parameter called pRCount in your job control job. If you want to reference the value that parameter had when the job started, simply use the parameter...
- Mon Jun 04, 2007 9:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to access an output value from a UNIX script in Job Cont
- Replies: 6
- Views: 3018
-3 equates to DSJE_BADPARAM or "ParamName is not a parameter name in the job". This from the dsapi.h file in your $DSHOME/include directory. I don't see how this relates to your question. You are using DSGetParamInfo to see what the value of a parameter in your current job control job is - what doe...
- Mon Jun 04, 2007 8:35 pm
- Forum: General
- Topic: Wrong dates in Hash File
- Replies: 9
- Views: 4030
- Mon Jun 04, 2007 8:32 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: fixed width seq file problem
- Replies: 2
- Views: 520
- Mon Jun 04, 2007 8:27 pm
- Forum: General
- Topic: Wrong dates in Hash File
- Replies: 9
- Views: 4030
What data type did you use in the hashed file? I point out the 'ed' at the end before you-know-who comes along and does the same. If you used Date try sticking with a Varchar. I'd also suggest using the substring operator "[]" rather than the 'substrings' function, wish I could remember exactly why ...
- Mon Jun 04, 2007 4:23 pm
- Forum: General
- Topic: Set Parameters from file in Sequence
- Replies: 3
- Views: 998
- Mon Jun 04, 2007 2:48 pm
- Forum: General
- Topic: Weird icons showup for the stages on the canvas
- Replies: 6
- Views: 1929
:D Yes, most of us have seen them I'd wager. That 'wall plug' is the generic icon it displays for a "plug-in" stage when it has no clue what the real graphic should be. If you reboot or at least close out of the Designer session and come back in, is all well? Memory issues can cause it, I've seen ov...
- Mon Jun 04, 2007 1:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Copying set of tables in to different tables
- Replies: 12
- Views: 1970
- Mon Jun 04, 2007 1:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DS Director improper update of crontab \n
- Replies: 4
- Views: 1992
- Mon Jun 04, 2007 1:49 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing formula as a parameter
- Replies: 7
- Views: 1674
Assuming the formula is static and just that value can change, make it a job parameter. Or a single record hashed file pulled in at runtime in the Initial Value of a stage variable using something akin to 'UtilityHashLookup'. Or it can be echo'd in from a flat file. Or simply use a cached reference ...
- Mon Jun 04, 2007 12:27 pm
- Forum: General
- Topic: UtilityHashLookup
- Replies: 5
- Views: 2696
- Mon Jun 04, 2007 12:04 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Copying set of tables in to different tables
- Replies: 12
- Views: 1970
Rather than deleting everything from YYYY, copying everything from XXXX to YYYY, deleting everything from XXXX and then loading new data into XXXX - perhaps a table swap is in order? * Drop old YYYY * Rename XXXX to YYYY * Create new XXXX * Load XXXX The first two would need to be scripted but may b...
- Mon Jun 04, 2007 10:50 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: oracle bulkloader stage not trapping oracle error mesages
- Replies: 2
- Views: 1081
In 'automatic' mode, I assume? Not that I've found and it is definitely one of the downsides of that mode. Not only that but those kind of warnings don't seem to count against the limits you set at runtime. My jobs run with a warning max of 5 or less and I've seen an automatic bulk load happily log ...
- Mon Jun 04, 2007 10:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Possible truncation of variable length string
- Replies: 10
- Views: 6977