Search found 6797 matches

by DSguru2B
Wed Apr 25, 2007 4:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing a script name in filter command of sequential stage
Replies: 3
Views: 864

Code: Select all

/home/myscripts/Read5Lines
by DSguru2B
Wed Apr 25, 2007 4:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: source and target as the same table (using oracle stage)
Replies: 22
Views: 6403

kirankota79 wrote:3. Employee: When checking operator: When binding output interface field "USER_ID" to field "USER_ID": Implicit conversion; from source type "string[max=20]" to result type "string[max=19]": Possible truncation of variable length string

Thats your culprit right there.
by DSguru2B
Wed Apr 25, 2007 4:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: varchar field length in oracle stage
Replies: 1
Views: 431

THen what should be the length? Reimport the table definition again. And what unicode field do you want to get rid off? Need more information.
by DSguru2B
Wed Apr 25, 2007 4:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC Stage Warnings
Replies: 5
Views: 1067

Your updating the key itself? :shock:
Your sending Code as the column and specifying it as a key. How will that work? What is it that your trying to do, can you lay it out for us in plain words.
by DSguru2B
Wed Apr 25, 2007 4:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: source and target as the same table (using oracle stage)
Replies: 22
Views: 6403

WHat is the key? Is it USER_ID? IF yes then it is getting truncated as your error message indicates and no way it will be able to find the key to update if its getting truncated. Fix the length in the table and run your job again.
by DSguru2B
Wed Apr 25, 2007 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Hangs
Replies: 7
Views: 2185

Is REQ_NOTES a nullable column? Try to send one record with some data in that column. See if the job hangs again. Just a shot in the dark. If that does not help either, then you can get in touch with support. Did you ask your dba what exactly the thread, originated by your id, is doing at the databa...
by DSguru2B
Wed Apr 25, 2007 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Load multiple tables
Replies: 11
Views: 2958

As sud already noted, stick to your design. Make the job multiple instance and send the table name as a parameter. Within the transformer use the instance name to filter the records and send the correct records for a particular table.
by DSguru2B
Wed Apr 25, 2007 3:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: FTP stage error
Replies: 3
Views: 1051

FTP stage really makes a person suffer. Go for a .bat or .cmd batch script that ftps the file over to your server. THen read it with sequential file stage.
by DSguru2B
Wed Apr 25, 2007 3:49 pm
Forum: General
Topic: dsjob -jobstatus does not wait on restart
Replies: 15
Views: 13128

-jobstatus is a perfectly valid option. I dont know why your getting 0 as return code. What does the job status show in the log? I dont know if they changed the return codes in version 8.x. You will have to dig it up in the manual. Make the job finish with warning and then make it abort. Check thei...
by DSguru2B
Wed Apr 25, 2007 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: timestamp
Replies: 5
Views: 1611

What is your target database? What is the scale and precision set for this field?
When you load with CurrentTimeStamp() and view data, what is the format you see?
by DSguru2B
Wed Apr 25, 2007 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: passing a script name in filter command of sequential stage
Replies: 3
Views: 864

Are you clear on what you want to do? THe filter command will execute a command on the file and the sysout will be read by the stage. Is that what your script is doing?
The script can sit anywhere as long as your id has execute permission to it. Provide the fully qualified path to it.
by DSguru2B
Wed Apr 25, 2007 3:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation of DS Job of Sequence from Java
Replies: 8
Views: 1911

Lets wait for him to come back and clear our understanding.
by DSguru2B
Wed Apr 25, 2007 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invocation of DS Job of Sequence from Java
Replies: 8
Views: 1911

Thats what I told him, yes it is possible. Just pass the dsjob command from the java module and it will fire the job off.
by DSguru2B
Wed Apr 25, 2007 9:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: db2 connection issue in sequence
Replies: 12
Views: 2080

Been switching back and forth between server and px questions so much that this time the switch couldnt happen. For some reason I thought you were on px. Anywho, my bad. Get together with your dba, and ask him to monitor the number of connections that hit the database at a particular time. If your ...
by DSguru2B
Wed Apr 25, 2007 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Stage works first time only
Replies: 3
Views: 742

Great. Time to mark it "Resolved".