Search found 6797 matches

by DSguru2B
Tue Apr 03, 2007 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conditional Schedulling through DS Director
Replies: 7
Views: 1597

Such a thing is possible with an enterprise scheduler such as ControlM or Tivoli.
by DSguru2B
Tue Apr 03, 2007 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Configuring DSN to ODBC driver
Replies: 7
Views: 2887

Get permissions to your target directory or login as dsadm.
by DSguru2B
Tue Apr 03, 2007 10:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Stage Truncate & load
Replies: 2
Views: 1031

You can provide the truncate command in OPEN command. Its synonymous to before sql in OCI stage.
by DSguru2B
Tue Apr 03, 2007 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split a single row of record in to two row of output
Replies: 18
Views: 5801

Transformers are not slow, folks. Someone needs to get, in writing, on busting this myth.
by DSguru2B
Tue Apr 03, 2007 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job delete
Replies: 6
Views: 1479

System restore would mean, any work you did today is gone. Make sure you backup the work you did today.
by DSguru2B
Tue Apr 03, 2007 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to open RT_CONFIGXXXXX, RT_LOGXXXXetc.............
Replies: 7
Views: 2565

Are there a few RT_CONFIGnnn files that are causing this problem. If yes then take the trailing number, find out what job it is, clear its log, export the entire project, drop the project, create a new one and import it back again. To ensure clean, safe removal of these files. Also if you are creati...
by DSguru2B
Tue Apr 03, 2007 9:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job delete
Replies: 6
Views: 1479

Yes, narasimha is right. Or you can do a system restore.
by DSguru2B
Tue Apr 03, 2007 8:18 am
Forum: Site/Forum
Topic: 10K for Craig.
Replies: 5
Views: 3047

10K for Craig.

Congratulations Craig on hitting this milestone. Thankyou for all the support and mentoring you have provided us through all these years. Keep up the good work and keep those pearls of advice coming in.
Honored to be the first one to convey my regards.
Cheers. :)
by DSguru2B
Tue Apr 03, 2007 8:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to list the Job names under the category?
Replies: 17
Views: 3972

In datastage administrator or from unix by going into uv command prompt and logging onto your project.
by DSguru2B
Tue Apr 03, 2007 7:38 am
Forum: General
Topic: Row by row processing in sequence job
Replies: 13
Views: 4722

Just do it in parallel job huh :?
Any particular reason why? Don't let them tell you how to do your job, just ask them what needs to be done and get it done.
by DSguru2B
Tue Apr 03, 2007 7:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Stage
Replies: 2
Views: 917

There could be a number of reasons. Please describe your job design. Is this happening with only a particular job or all jobs behaving this way? Clear log files, make space, clear the &PH& folder when no job is running. Try again. The job might be finishing in time, but the response time mig...
by DSguru2B
Tue Apr 03, 2007 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance while loading target database table
Replies: 30
Views: 10134

Who said that Bulk load does'nt make a difference. It makes a hellava difference. But then again I am not aware of your environment.
While your job is running, monitor it and see how much cpu is utlized. For network traffic, run tops or glance to monitor the network traffic.
by DSguru2B
Mon Apr 02, 2007 7:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to split a single row of record in to two row of output
Replies: 18
Views: 5801

Welcome Aboard You can do a similar thing if your on px job except that you wont have a link collector to collect it. In that case, pass an after job subroutine ExecDOS command to concatenate the two files and sort on id Something like cat file1 file2 | sort > file 3 I supplied unix commands because...
by DSguru2B
Mon Apr 02, 2007 6:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File Pattern for Sequential File Stage
Replies: 7
Views: 2978

Yes, there is. There is a property for that, cannot remember it off of my head, but there is. I think its called File Name or something. Shortly someone will come along with specifics. Or I can check tomorrow and let you know.
by DSguru2B
Mon Apr 02, 2007 6:40 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: match like statement in lookup
Replies: 7
Views: 1825

Well, if you know where exactly to put a wild card you will know where do get the substring from. This is a work around solution and hence you will have to come up with rules you can live with. Else, load your source and lookup in work tables and write a sql join.