Search found 5168 matches

by kumar_s
Thu Mar 08, 2007 4:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Killing process left running from aborted job
Replies: 13
Views: 26183

dsdlockd can be used only for those process which are left orphaned.
For those one which are active need to be first stopped from Director.
Resource Cleanup, Clear Status, DS.TOOLS from TCL, Kill can be followed.
by kumar_s
Thu Mar 08, 2007 4:29 am
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: Other Web Service options
Replies: 8
Views: 4268

Ernie,
You are already deep into SOA :!: :!: :!:
Soon we ll come up all our queries, when we upgrade to SOA. :)
by kumar_s
Thu Mar 08, 2007 4:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-12154 Error and Possible Job Corruption
Replies: 17
Views: 5695

We are missing something here. Let me confirm, the data passed either from Row Generator or Sequential file or data from Parameter is just the input argument to the Stored procedure called by the STP stage? And there is not change in connection parameters, like Schema, Tablename, usernaname or passw...
by kumar_s
Thu Mar 08, 2007 4:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: splitting a string into three fields
Replies: 33
Views: 5453

Paddu, Our Father was explaining how to represent the data in this forum, by enclosing in Code. As in the previous post. The sentence "Each word has one space between them." was within code tag which gives more clear picture and the same in this post didn't. Hope you haven't toyed something with you...
by kumar_s
Thu Mar 08, 2007 4:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in the routine
Replies: 3
Views: 1499

Is it part of the code?
What is the line number 33?
Have you included "INCLUDE DSINCLUDE JOBCONTROL.H" at first?
by kumar_s
Thu Mar 08, 2007 4:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row count of a link
Replies: 24
Views: 19340

Does the statistics (row/sec) appear on the link when show performance static is enabled? Will it change to green and show up some value when it finishes OK.
by kumar_s
Thu Mar 08, 2007 3:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to create sequential file as debug file
Replies: 9
Views: 3050

You are missing something to mention here. Just to try, keep deleting the file that been created on the output directory. So that you can come to a conclusion that its due to only the overwriting on a same file, which still is not a issue any ways.
by kumar_s
Thu Mar 08, 2007 3:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Multiple Instance in DX server Job
Replies: 3
Views: 1378

Hi Ajay, Welcome aboard :D !!! It may not be exactly the issue with Invocation ID. Focus on the error "Unable to create file /mpps/dev//etl/seqfiles/XYZ" Observer the double slash in the path "//". May be the parameter that were passed during when you call the job as Multiple Instance might be diffe...
by kumar_s
Thu Mar 08, 2007 3:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA OCI stage and Oracle sequence
Replies: 10
Views: 3860

Disable the Constraint for a while and load the data into table and check what is the actual data that been loaded (which were tyring to load previous time).
by kumar_s
Thu Mar 08, 2007 3:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: which datastage 7 version is compatable with 6.0.2 version
Replies: 7
Views: 2155

If you want to do a direct upgrade you can go upto 7.0.
Nevertheless you can do export and import of project to any latest version of Datastage.
by kumar_s
Thu Mar 08, 2007 3:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Using Load option in Oracle with indexes
Replies: 25
Views: 9910

When you choose the Write mode as Load, you can find "Index Mode" under "Optinos".
by kumar_s
Thu Mar 08, 2007 3:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobs keeps running even though the Mload has failed
Replies: 8
Views: 2611

One work around would be, call the job, through a JobSequence. You can have the trigger condition to pass only if has Ok (not Warning nor FatalError).
But straight forward method is to find the reason why its giving out error and why the job is not aborting,
by kumar_s
Thu Mar 08, 2007 3:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to load data into Dimension table
Replies: 3
Views: 1497

Use CDC.
COPY code can be ignored. Rest of the codes can have their corresponding DML statement.
by kumar_s
Thu Mar 08, 2007 3:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: auto clear log
Replies: 17
Views: 3770

By the way, why you need it, if Auto Purging from Datastage is possible? You can acheive this by setting appropriate value in Adminstrator or in Director.
If you need to write a script, you need to take care of Auto Purge entry. There are codes posted by Ray and Kim. Search for that.