Search found 53125 matches

by ray.wurlod
Tue May 29, 2007 7:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: using SIEBEL PACK
Replies: 8
Views: 1612

Reset the job in Director. Read the event marked "from previous run...".
by ray.wurlod
Tue May 29, 2007 7:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issues Loading csv file into a Oracle Database
Replies: 7
Views: 1611

With a more appropriate sed or awk script, of course. Might be time to invest some effort in learning these tools.
by ray.wurlod
Tue May 29, 2007 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: RT_STATUS Record for wave 161???
Replies: 7
Views: 1966

Clar the status file. The reset operation appears unable to find the wave number (the internal unique number) for the run that aborted.
by ray.wurlod
Tue May 29, 2007 2:41 pm
Forum: General
Topic: Quality Stage Server & EE run
Replies: 2
Views: 1192

You should be able to run in File Mode, but that would of course introduce a bottleneck.
by ray.wurlod
Tue May 29, 2007 2:38 pm
Forum: General
Topic: How retrieve ids inserted into a table with a sequence?
Replies: 4
Views: 1654

Have an extra column in the target table that identifies the run (or the run date) when the row was inserted. Use this to identify the rows inserted by a particular run.
by ray.wurlod
Tue May 29, 2007 2:31 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Data sample creation not yet complete for table "tablen
Replies: 4
Views: 2906

Have you checked the "have reviewed this step" box?
ProfileStage does not permit you to advance to the next step until you have told it that you've reviewed the results of the prior step.
by ray.wurlod
Mon May 28, 2007 11:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: system variable
Replies: 2
Views: 659

SetNull() in Transformer stage, makeNull() in Modify stage, or something like SELECT CASE WHEN 1 = 0 THEN 0 ELSE NULL END FROM DUAL in user-defined SQL in a database stage.
by ray.wurlod
Mon May 28, 2007 11:15 pm
Forum: General
Topic: Use of index function
Replies: 18
Views: 3993

You will need Integer of some kind for the result of Index().
by ray.wurlod
Mon May 28, 2007 11:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem
Replies: 1
Views: 969

If you back out the changes do things run successfully? If so, the culprit is obvious.
by ray.wurlod
Mon May 28, 2007 11:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple keys using hash file
Replies: 1
Views: 802

Welcome aboard. :D It has nothing to do with multiple key columns. Even with a single key column a hashed file can not have a duplicate. This is how hashed files work. Any write with an existing key value (single or multiple column) is a destructive overwrite. Some folks leverage this to make the ha...
by ray.wurlod
Mon May 28, 2007 11:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieve a datastage environment variable from a Routine
Replies: 19
Views: 7702

Ans = Trim(UnixOutput,@FM)
by ray.wurlod
Mon May 28, 2007 11:05 pm
Forum: General
Topic: Use of index function
Replies: 18
Views: 3993

Index should be fine. What are the data types of stage variables? You will need Integer of some kind for the result of Index().
by ray.wurlod
Mon May 28, 2007 11:01 pm
Forum: IBM<sup>®</sup> SOA Editions (Formerly RTI Services)
Topic: General SOAP Quesion
Replies: 5
Views: 2803

General SOAP Quesion

Do you get clean data if you use SOAP ?

:lol:
by ray.wurlod
Mon May 28, 2007 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: backup
Replies: 4
Views: 1594

Hashed files (including Repository tables might be backed up in corrupted form. They can change shape while the backup is processing through them - for operating system backup utilities that don't "understand" this. The uvbackup utility honours locks on the hashed files.
by ray.wurlod
Mon May 28, 2007 5:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting Date format
Replies: 7
Views: 2653

Re: Converting Date format

dvpawankumar wrote:Send the Deatailed solution for Converting Source Date format "MMDDYY "to "YYMMDD".

OK, I've sent it. But I'm not telling you where.
:roll: