Search found 42189 matches
- Wed Mar 29, 2006 11:12 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To ignore a carriage return
- Replies: 3
- Views: 852
- Wed Mar 29, 2006 8:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loop Job aborts after running for 256 times
- Replies: 8
- Views: 1251
- Wed Mar 29, 2006 8:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Consecutive runs of same jobs with Toggled filenames
- Replies: 6
- Views: 1593
- Wed Mar 29, 2006 7:27 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TNS service name in stored procedure stage
- Replies: 4
- Views: 977
You really should start a new thread on this. You'll need to find a way to stash the return value somewhere it can be picked up. Easiest way may be to use the User Status area of the job, something easily leveraged in a Sequence job parameter. Search the forum, it's been discussed a bajillion times.
- Wed Mar 29, 2006 7:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Informix Stage cannot provide view data
- Replies: 7
- Views: 1208
- Wed Mar 29, 2006 7:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loop Job aborts after running for 256 times
- Replies: 8
- Views: 1251
This sounds really familiar. You may need a patch.
- Wed Mar 29, 2006 6:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to create operating system file
- Replies: 20
- Views: 7117
- Wed Mar 29, 2006 6:23 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TNS service name in stored procedure stage
- Replies: 4
- Views: 977
Since you are talking TNS, let's assume you are asking an Oracle question. How did you create a 'proper dsn'? How are you 'importing the proc without problem using that dsn'? If the answer to both questions is via ODBC, you have taken the wrong path. The SP stage when set to Oracle uses the same set...
- Wed Mar 29, 2006 6:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job Activity property window
- Replies: 4
- Views: 1204
Typically a problem with Service Pack 2 on Windows XP. You need to log on to the Ascential EService website and download the SP2 Patch from there if that's what you have installed on your PC.
- Tue Mar 28, 2006 8:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Execute command stage
- Replies: 3
- Views: 966
Re: Execute command stage
Triggers page: sucesslink=return (=Y)(i can run the job in the sequncer) abortlink=reutn(=N) Meena - please cut-and-paste (do not hand type) your Trigger code here for both links. The syntax shown above, besides containing an obvious typo, isn't valid syntax. Seems like you should be checking the S...
- Tue Mar 28, 2006 4:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: To ignore a carriage return
- Replies: 3
- Views: 852
- Tue Mar 28, 2006 2:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing parameter out of datastage job
- Replies: 21
- Views: 34623
- Tue Mar 28, 2006 8:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Mail Notification Activity
- Replies: 7
- Views: 2147
- Tue Mar 28, 2006 6:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding Mail Notification Activity
- Replies: 7
- Views: 2147
- Tue Mar 28, 2006 6:53 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple source files single ETL
- Replies: 33
- Views: 8464
There's nothing wrong with the User Status approach - as long as you understand the pros and cons. I've also created a flat file with values like that inside a job and then built a routine that basically echoes it back to standard out and captures that. Run the routine directly in the User Variables...