Search found 6797 matches

by DSguru2B
Wed Mar 07, 2007 9:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: it is possible to remove the duplicares using sort stage?
Replies: 7
Views: 1200

This is possible in a px sort stage with unique option selected.
by DSguru2B
Wed Mar 07, 2007 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduler User info
Replies: 5
Views: 1024

If your using AT then check at.allow and at.deny
If your using crong then it will be cron.allow and cron.deny.
by DSguru2B
Wed Mar 07, 2007 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Performance
Replies: 30
Views: 5036

kcbland wrote: If you're on AIX, run topas
by DSguru2B
Wed Mar 07, 2007 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to create sequential file as debug file
Replies: 9
Views: 3050

Re: unable to create sequential file as debug file

chitravallivenkat wrote:I think the file got locked.


If the file was never created how can it get locked. And if the file was, infact, locked by some other process, you will get a different error message. This is clearly a permissions issue as other have noticed. Look into the permissions through and through.
by DSguru2B
Wed Mar 07, 2007 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is the meaning of allow multiple instances?
Replies: 7
Views: 7350

Its synonymous to multiple threads. Using Multiple Instance Jobs, one can incorporate massive parallism in a server job. Huge performance gains can be noticed for high volumes of data.
by DSguru2B
Wed Mar 07, 2007 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Buildop vs Transformer
Replies: 4
Views: 912

If you can get your work done with the tools you have, dont need to invent a new one. So yes, for simple tasks as trim and renaming you can use transformer and modify stage. You dont need to build an extra stage for that. As Kumar noted, utilize buildops for functionlity not readily available from t...
by DSguru2B
Wed Mar 07, 2007 9:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup
Replies: 13
Views: 6192

Great. Time to mark your post as "Resolved" now.
by DSguru2B
Wed Mar 07, 2007 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashed File Performance
Replies: 30
Views: 5036

The tools that Ken has mentioned are to check for network traffic and load, in a general sense. You dont need admin rights to run them. Just go to your unix prompt and type top. You will see what I mean.
by DSguru2B
Wed Mar 07, 2007 9:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Insert Null values into Oracle date column
Replies: 12
Views: 8705

What is the error/warning message you get in the log? Copy paste it here.

For your second question, you will go into the exentended properties and specify an null_value for the nullable column. Or you can do an explicit null check inside the transformer and set a default value.
by DSguru2B
Wed Mar 07, 2007 9:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ERRORin constraints..
Replies: 6
Views: 1243

What solved your problem?
by DSguru2B
Wed Mar 07, 2007 9:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compilation Error in Transform
Replies: 1
Views: 837

Do an exact search on key words 'does not appear to be a synonym'.
by DSguru2B
Wed Mar 07, 2007 9:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Files-no null export handling
Replies: 4
Views: 8349

trobinson wrote:What is everybody on vacation today? Where's Kumar?



We wish. No vacation. Yea, Kumar, where were you !!!
Just playing with you :P
by DSguru2B
Wed Mar 07, 2007 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: encryption of client login credentials
Replies: 9
Views: 1945

Just the password, what about the other info. like server name and user name ? Is'nt it funny, when you say the same thing they need proof and if 'they' say it, its accepted blindly :shock:
by DSguru2B
Wed Mar 07, 2007 8:57 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to complie server job even after process being killed
Replies: 3
Views: 1046

Never use kill. Even more, kill -9 should be a big no no and should be the last resort. Always try to stop the job from director as advised. And if your job was accessing a database, it can leave live zombie threads to the database. Beware of the wrath of DBA's :wink:
by DSguru2B
Wed Mar 07, 2007 8:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to locate a job in the repository
Replies: 17
Views: 4343

Guess I always banked on organizing the jobs in different categories and sub categories and never ran into sucha problem. But if I do, Ill know what to do :wink: