Search found 68 matches

by maheshsada
Wed Dec 14, 2005 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: URL parsing in Datastage
Replies: 9
Views: 3523

Hi I have used Field(DSLink4.col1,"/",1,Count(DSLink4.col1,"/")), iam gettting the following warning DataStage Job 97 Phantom 9010 Program "JOB.1124520702.DT.1386333214.TRANS2": Line 43, Improper data type. Attempting to Cleanup after ABORT raised in stage test1..CTrans...
by maheshsada
Tue Dec 13, 2005 11:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: URL parsing in Datastage
Replies: 9
Views: 3523

URL parsing in Datastage

we are looking to load URL data from files, but should not load any detail information held in the final part of the URL (e.g. personal information, chat messages in the URL parameters). Effectively what we need to do is load the URL string up to (and including) the final / in the url - this should ...
by maheshsada
Thu Dec 08, 2005 1:51 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Sequence running forever
Replies: 4
Views: 1041

Hi

according to me when you restart a sequence it will start from the top, there are options in the sequencer, where you can give condition for restartabilty. This can be seen in the job properties tab page of the sequencer.

regards

Magesh S
by maheshsada
Thu Dec 08, 2005 1:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job status as running
Replies: 1
Views: 648

Job status as running

Hi We are having a job, where a oracle stage, transformer and sequential stage are used. But we are just selecting 0 from dual and writing to a file. In the after job sub-routine we are calling sql loader to load the data from dat file to table. The number of data will be in the range of 20Million. ...
by maheshsada
Tue Nov 15, 2005 11:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine example code
Replies: 2
Views: 1469

Routine example code

I want to write a routine, which needs to call a oracle database procedure and return the error or success code. Based on that the job should get failed or success. i have thought of ODBC stage, but we need to create ODBC datasource in the client for the stage to connect. But since iam not sure how ...
by maheshsada
Tue Sep 13, 2005 2:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: cannot connect to database - other than project default
Replies: 4
Views: 1166

Stop ds engine

i have experienced this type of error on ds 5.2 server version using oracle database. the solution done was stopping the ds engine and starting the dsengine again, the problem got solved, may be you can ask some expert to stop the dsengine and start after 10 to 15 min

magesh S
by maheshsada
Tue Aug 02, 2005 4:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Problem in the Sequencer"
Replies: 4
Views: 1833

"Problem in the Sequencer"

There is a hierarchy of sequencers of which the main sequence call the subsequent sequences. Main Sequence Sequence 1 Sequence 2 Job 11 Job 12 Job 13 Job 21 Job 22 Job 23 Job 24 In the above scenario, when running the "Main Sequence", if the "Job 23" fails or aborts then when re-...