Search found 6797 matches

by DSguru2B
Wed Feb 28, 2007 1:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem with ascential pack for oracle apps
Replies: 3
Views: 769

You installed what? Oracle aps? Do you mean oracle API stage?
by DSguru2B
Wed Feb 28, 2007 1:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update then Insert : Insert not Working in ODBC Enterpeise
Replies: 6
Views: 2292

You can make sure of that via link ordering. But that will only happen for a 'per row' basis. If you want all inserts first and then all updates or vice versa for that matter, do it in seperate jobs.
by DSguru2B
Wed Feb 28, 2007 1:17 am
Forum: General
Topic: Run a job without waiting to complete
Replies: 9
Views: 3060

Time to mark your post as 'Resolved'.
by DSguru2B
Wed Feb 28, 2007 1:16 am
Forum: General
Topic: Connection problem of DS and DB2 ...
Replies: 1
Views: 783

Using one client, your desktop, can you communicate to both versions??? If you can then I bet you can do the same within datastage as well.
by DSguru2B
Wed Feb 28, 2007 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Function
Replies: 4
Views: 1039

You can do this in a script then I guess. Utilize grep, awk, sed. Lookup their examples online.
by DSguru2B
Wed Feb 28, 2007 1:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Exec. Command stage to import sequential file info
Replies: 10
Views: 2256

Your errors are due to the LF or @FM as i suggested before. If you can run the above without compilation errors, you should be able to run Field(). Also, dont do this at the triggers. Do it inside job activity while providing expression for your job parameter.
by DSguru2B
Wed Feb 28, 2007 1:02 am
Forum: General
Topic: Must be an Info Technologist
Replies: 4
Views: 1165

I read this in a magazine a while back. Or maybe it was one of those fwd emails that I got. Anywho, there are quite a few good ones out there. Good one gateleys.
by DSguru2B
Tue Feb 27, 2007 3:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Function
Replies: 4
Views: 1039

Help yourself.
PL/SQL will run on database and C function will run on your datastage server. Why are the folks at your end scared to death from C? Ask them if you can do it in a unix script?
by DSguru2B
Tue Feb 27, 2007 3:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsenv & orchadmin
Replies: 9
Views: 7010

Welcome Aboard,
Dont you have to give the fully qualified path of myfile.ds ???
by DSguru2B
Tue Feb 27, 2007 10:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bad Data / Record Capture
Replies: 3
Views: 801

Copy paste the entire message from the log. Also there may be few warning messages, post them as well. Reset the job and see if you have any more warning/error messages "From previous run..". Specify a reject link from sequential file stage to a peek stage. It will tell you what records are the culp...
by DSguru2B
Tue Feb 27, 2007 10:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Bad Data / Record Capture
Replies: 3
Views: 801

Many stages support reject links. What is your source? What is the error message that you get in the log?
by DSguru2B
Tue Feb 27, 2007 9:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle User-Defined Function
Replies: 14
Views: 4363

Ray's advise to run on dual was for testing purposes. You will reference the table which has the column 'XYZ_DESCRIPTION'. Use this function inside the database stage. Use generated sql. Put the function in the derivation of 'XYZ_DESCRIPTION' in the column tab. Examine the sql to be like how you wan...
by DSguru2B
Tue Feb 27, 2007 9:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Limit the entry in the log file
Replies: 8
Views: 1659

sqlcode has the code from the database for the reason of rejection. You can limit the warnings by setting the number of warnings during run time. Similar to 'dsjob -warn' option through command line.
by DSguru2B
Tue Feb 27, 2007 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to find EOF using DataStage
Replies: 9
Views: 5525

Can you wrap that command in a .cmd or .bat file and execute that bat file from DSExecute()?
by DSguru2B
Tue Feb 27, 2007 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Not able to connect Data Stage Client
Replies: 11
Views: 4410

Password file :? I did not get that...