Search found 6797 matches

by DSguru2B
Tue Apr 17, 2007 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding subroutine
Replies: 12
Views: 3384

Log into manager, click on File, click on New Server Routine. You have an option for Transform Routine or before/after. Choose the appropriate one and start coding.
by DSguru2B
Tue Apr 17, 2007 1:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Index file Problem...
Replies: 18
Views: 7793

You know what. Craig is right. VSAM cannot be accessed by sequential file stage. The files that I have at my current site are flat files with binary data (which triggered my suggestion) and not VSAM files. So, forget my suggestion altogether. Wait for someone to come by and shed some light on this. ...
by DSguru2B
Tue Apr 17, 2007 1:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Index file Problem...
Replies: 18
Views: 7793

My bad. Not the String, but under General, provide the Character Set as EBCDIC and Data Format as binary.
Along with that, set the Record Length as fixed and Final Delimiter as end.
Set up the each column properly in the column tab (I mean the metadata).
by DSguru2B
Tue Apr 17, 2007 12:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CFF Index file Problem...
Replies: 18
Views: 7793

What options did you try in px sequential file stage? Did you try, Format tab, under 'Defaults', String ----> Export EBCIDIC as ASCII ?
by DSguru2B
Tue Apr 17, 2007 12:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 12233

Delete the job. Create a new one. Use odbc stage, just for testing purposes. See if the error persists. This is really odd. You said you have other jobs that connect to the same database without any issues right, then why this one.
by DSguru2B
Tue Apr 17, 2007 12:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split record
Replies: 8
Views: 5763

novneet, your solution is impressive if the maximum number of splits is known. From what I understand, it needs to be dynamic.
by DSguru2B
Tue Apr 17, 2007 12:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SalesForce.com web service
Replies: 5
Views: 1286

Did a followup with my architect. He explained, as IBM put it, that we would require a java pack along with the webservice pack. Just wanted to let you know.
by DSguru2B
Tue Apr 17, 2007 11:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Location for TNS File
Replies: 10
Views: 9309

kommven wrote:You should be using ONLY ODBC Stage.

Psst.... :wink: DRS stage too
by DSguru2B
Tue Apr 17, 2007 11:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql not working in datastage
Replies: 16
Views: 3514

chulett wrote:select to_date(date1,'YYYY-MM-DD') from table

select to_date(date1,'YYYY-MM-DD HH24:MI:SS') from table
Two examples.

You mean select to_char :) (if its a date column)
by DSguru2B
Tue Apr 17, 2007 10:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql not working in datastage
Replies: 16
Views: 3514

As Craig requested earlier, please post your complete SQL.
by DSguru2B
Tue Apr 17, 2007 10:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 12233

For testing purposes, run the job with a row limit set to 1. See what happens.
What kind of update action do you have in the target OCI stage? Are you using generated sql or user defined?
by DSguru2B
Tue Apr 17, 2007 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03113: end-of-file on communication channel
Replies: 31
Views: 12233

Is this a recurring issue with this partuicular job?
by DSguru2B
Tue Apr 17, 2007 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Location for TNS File
Replies: 10
Views: 9309

On windows there is no .odbc.ini file. Refere to Ray's reply in thispost.
by DSguru2B
Tue Apr 17, 2007 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lock on file due to muliple instances
Replies: 5
Views: 1174

Well If you are using three different instances for loading data then I bet you will be using three different chunks of the entire data. You cannot load the same data file with all the instances. You will, just like the .ctl files, use three different .dat files, which will be parametrized as well.
by DSguru2B
Tue Apr 17, 2007 9:00 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Location for TNS File
Replies: 10
Views: 9309

TNS entries are only for Oracle and not for all databases. Do you mean the odbc connection info?