Search found 6797 matches

by DSguru2B
Mon Jan 29, 2007 11:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logic for extract generation
Replies: 8
Views: 1857

I would write a trigger that would fire upon every insert and it would go if pk is present, update the EFFECTIVE_END_DATE .
by DSguru2B
Mon Jan 29, 2007 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC connection issue
Replies: 3
Views: 690

The port number might be different. You need to find that out from your dba what port number is for that particular instance.
by DSguru2B
Mon Jan 29, 2007 10:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage date in sql query
Replies: 10
Views: 5415

Reference the macro DSJobStartTimeStamp as the default value for your date parameter while running from a job sequence.
by DSguru2B
Mon Jan 29, 2007 10:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to create parallel routine?
Replies: 10
Views: 5699

Welcome Aboard 8)
What do you have in this library?
Did you just try compiling with gCC +Z runctionname.c ?
by DSguru2B
Mon Jan 29, 2007 10:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage date in sql query
Replies: 10
Views: 5415

Search on the "how to?"
This has been discussed gazillions of times.
by DSguru2B
Mon Jan 29, 2007 10:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OLE SERVER CONNECTIVITY
Replies: 5
Views: 2550

Do an exact search on keywords "OLE server has failed"
by DSguru2B
Mon Jan 29, 2007 10:28 am
Forum: General
Topic: Pass Parameters through Autosys to DS
Replies: 9
Views: 8223

Dont run the script that handles failed jobs at the same time as your regular run. It will create confusion. Keep it plain, keep it simple. Easier to manage and maintain. Run your failed jobs at the end. Or if you think it will be easier for you to manage a different job, go for it. Make sure you ha...
by DSguru2B
Mon Jan 29, 2007 10:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job parallel error
Replies: 2
Views: 975

Need more info. What are you trying to do in your transformer. Are you using command line opertions like sed?
by DSguru2B
Mon Jan 29, 2007 10:08 am
Forum: General
Topic: Pass Parameters through Autosys to DS
Replies: 9
Views: 8223

No. The autosys will just fire off your script which will do everything. Its at a lower level than what autosys can do. You will have to handle this within your script. "Pointing to the failed directory" means that you need to check in your script if the job failed, if it did then pass the directory...
by DSguru2B
Mon Jan 29, 2007 10:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage date in sql query
Replies: 10
Views: 5415

"datastage_date" will be a parameter that you send in.
Its really strange that your system date is dummy :wink:
by DSguru2B
Mon Jan 29, 2007 9:57 am
Forum: General
Topic: Pass Parameters through Autosys to DS
Replies: 9
Views: 8223

You can keep the same job just make it point to the 'failed job' directory. How you are going to do that depends upon how are you currently controlling your process. Are you using Job Sequence or a custom Control Job or a Unix script? Regardless, however you are specifying parameters currently, simi...
by DSguru2B
Mon Jan 29, 2007 9:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Merging files
Replies: 9
Views: 1874

Read in the sequential file stage help pdf file about "File Pattern" in "Read Method". I would say its a better way to handle your requirement. It also takes in wild cards and processes all the files.
by DSguru2B
Mon Jan 29, 2007 9:11 am
Forum: General
Topic: Pass Parameters through Autosys to DS
Replies: 9
Views: 8223

Usually the DataStage job developer takes care of parameter assignment. If a job fails. Just change the input file name which will have to be parametrized, and re-run that job. If you have to explore doing that with Autosys, you will have to talk to autosys folks to see how they can pass the paramet...
by DSguru2B
Mon Jan 29, 2007 8:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to configure DSN for Oracle In unix (Server)
Replies: 22
Views: 8704

What i feel is there should be a file where DSN name,userid to oracle,password should be stored. Do we need to create a file like that. All of that would be parametrized at the end of the day. Then these parameters would be retrieved however you want to. Some store it in a file. Some prefer using D...
by DSguru2B
Mon Jan 29, 2007 8:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Regarding Hashed file
Replies: 9
Views: 1507

ray.wurlod wrote:Best practice, however, is to create hashed files for DataStage in one or more dedicated directories, and thereby to avoid cluttering up the account.

Very good piece of advice from Ray. Vijaykumar, you can pass the word onto your "friends".