Search found 42189 matches

by chulett
Thu Nov 12, 2009 8:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob command is not able to get projects on Remote Server
Replies: 1
Views: 1683

Does it help if you fully qualify the server name?
by chulett
Thu Nov 12, 2009 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No nodes with a disk in the "export" resource pool
Replies: 3
Views: 3541

Time to mark the post as Resolved using the big button at the top of the page!
by chulett
Thu Nov 12, 2009 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchadmin command execution
Replies: 7
Views: 3546

Neither SHLIB_PATH nor LD_LIBRARY_PATH should be set to a "bin" directory, but rather need to be set to a "lib" directory. And you set one or the other, depending on your O/S, never both. HP/UX uses the former from what I recall, but it can depend on the chipset I believe. Been a...
by chulett
Thu Nov 12, 2009 6:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Stage - Transaction size
Replies: 12
Views: 3665

I am eager to know the type of SQL operation performed by "Clear table and insert rows". :? I assume the action "Replace existing rows completely" satisfies your requirement.It is written that Before SQL commit or rollback is performed on per-link basis. Sorry, but wrong on both...
by chulett
Thu Nov 12, 2009 6:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Stage - Transaction size
Replies: 12
Views: 3665

swerajan wrote:My question is how the statement above behave? will it delete the table and only then load the current day's data?
Yes.
by chulett
Thu Nov 12, 2009 6:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CLI0102E Invalid Conversion SQLSTATE=07006
Replies: 6
Views: 4958

And? Details, man, details. Are you purposefully trying to make it as hard as possible for anyone to help you?
by chulett
Thu Nov 12, 2009 6:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: surrogate key
Replies: 4
Views: 1919

Right, the 'Concurrent' part is a big clue and the long descriptions of each explain the difference between the two.
by chulett
Thu Nov 12, 2009 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Status in Server transformer
Replies: 11
Views: 3936

Look for a file called dsapi.h in (from what I recall) your DSEngine/include folder, it will list all exit / status codes for a job, amongst other things.
by chulett
Thu Nov 12, 2009 6:13 am
Forum: General
Topic: SURROGATE KEY IN DATASTAGE
Replies: 3
Views: 3251

Right, using that routine won't somehow make your jobs run forever.
by chulett
Thu Nov 12, 2009 6:11 am
Forum: General
Topic: OCI FETCHED ERROR
Replies: 2
Views: 1259

And if you search for that phrase here, you'll find quite a number of conversations on the topic.
by chulett
Wed Nov 11, 2009 10:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling an Oracle Materlized View
Replies: 6
Views: 2147

There's been no mention of selecting being done yet, or anything re: every time, just a question regarding refreshing a MV probably as a standalone activity.
by chulett
Wed Nov 11, 2009 5:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure fails with incorrect SET options
Replies: 10
Views: 3258

:!: You can't be having "the same problem". Please start your own post with the relevant details of your issue.
by chulett
Wed Nov 11, 2009 5:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Running datastage job from unix command prompt
Replies: 1
Views: 1630

The environment isn't correctly setup. You should be executing a script that first sources from dsenv to setup the environment and then executes dsjob.
by chulett
Wed Nov 11, 2009 5:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling an Oracle Materlized View
Replies: 6
Views: 2147

It's not about selecting from it, it's about issuing the command to refresh / rebuild it. And thanks to the OP for editing your first post and making my initial responses look much less valid. You really should have just replied with that additional information. What you posted as the syntax the DBA...
by chulett
Wed Nov 11, 2009 3:48 pm
Forum: General
Topic: Simple Addition Problems
Replies: 10
Views: 3893

It ships with NullToZero and NullToEmpty but many people (myself included) have rolled their own NullToValue transform to emulate the NVL functionality of Oracle.