Search found 6797 matches

by DSguru2B
Wed Jun 21, 2006 9:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance in Extraction
Replies: 12
Views: 2670

How many rows are you extracting? Do you have user defined sql?
Are you performing any functions in the user defined sql?
by DSguru2B
Wed Jun 21, 2006 9:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error
Replies: 14
Views: 2126

I dont think it is throughout, maybe at the source, but it has to be defined varchar at both the input and output of the sort stage.
by DSguru2B
Wed Jun 21, 2006 6:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle to Oracle OR anything other option
Replies: 6
Views: 1212

I guess its more like the type of design a developer prefers. To me, a transformer present in the design indicates that some sort of transformation is going on. I guess thats why it was a reflex reply to get rid of the transformer. :wink:
by DSguru2B
Wed Jun 21, 2006 6:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Oracle to Oracle OR anything other option
Replies: 6
Views: 1212

If no transformation is required then lose the transformer.
Use of flat file depends upon the amount of data you have. It might be helpful in case of restartability.
by DSguru2B
Wed Jun 21, 2006 6:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running a SQL statement using parameter
Replies: 4
Views: 1747

If it is a reserved word, use it in double quotes. You should be fine then.
by DSguru2B
Wed Jun 21, 2006 6:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB/2 enterprise access - SQL and TABLE method
Replies: 3
Views: 731

I personally never ran into a problem like that, but hereswhat i was able to find.
I hope it helps.
by DSguru2B
Tue Jun 20, 2006 3:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Insert error
Replies: 5
Views: 1811

ORA-02291 error relates to RI. A foreign key doesn'nt exist for the natural key that you are trying to add. Its not a datastage error but a database error and rightfully so. The database as active RI and hence not allowing you to insert the value.
by DSguru2B
Tue Jun 20, 2006 1:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning in Sequential file
Replies: 7
Views: 1690

What is the sql type of this field
<Type>1.1982</Type>
Is it float or varchar? If varchar then its missing the ending quote as suggested by the error message. I think :wink:
by DSguru2B
Tue Jun 20, 2006 1:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error
Replies: 14
Views: 2126

Yes. The sort stage is expecting a numberic value and bumps on 'A1' which we both know is not numeric. Now either you need to fix your incoming data or have to go for a character sort, which might be different from what you are actually looking for , so, as Ken is asking, specify the value of A1 and...
by DSguru2B
Tue Jun 20, 2006 1:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Suppress status code of dsjob command
Replies: 8
Views: 4070

Thats the status code of the dsjob command itself. It will not show up in the xml file, if thats wht you are worried about.
by DSguru2B
Tue Jun 20, 2006 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -run cmd won't work some times
Replies: 12
Views: 3532

I was aware of that command but it never occured to me that it is the magic wand that is needed. Thanks for the info.
by DSguru2B
Tue Jun 20, 2006 1:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error
Replies: 14
Views: 2126

Ok. This will get us no where. Did you pay attention to what Ken had asked?
Also, i am still waiting for your job design and what exactly are you doing in it.
by DSguru2B
Tue Jun 20, 2006 1:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: To Trim Line Feed Characters in a String
Replies: 4
Views: 1204

I will tell you. Close your eyes and click on thispost. :P
Remember the key is to close your eyes, or else it wont work :wink:
by DSguru2B
Tue Jun 20, 2006 12:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: error
Replies: 14
Views: 2126

Dont change it. Specify that column as varchar. Or you will lose that data.
by DSguru2B
Tue Jun 20, 2006 12:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob -run cmd won't work some times
Replies: 12
Views: 3532

Ultramundane , where have you been all this time. You are right eval does work. You rule dude.