Search found 8 matches

by amitdurve
Mon Aug 02, 2004 4:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Folder Stage
Replies: 7
Views: 4753

Check the path of the folder. Folder stage is used when you have a directory that has been identified, where source files with perhaps a pre decided extension (maybe some thing like ".csv") will be used. This makes life simpler as you dont have to know the name of the file that has to be p...
by amitdurve
Mon Jul 19, 2004 2:54 am
Forum: General
Topic: Multiple instances of DataStage Job
Replies: 8
Views: 32220

Multi instance jobs can be used when say you want to do the same type of processing for multiple input files. Rather than running the same jobs over and over again you could created routes using which you could process multiple files together. If you didnt have multi instancing you would have had to...
by amitdurve
Thu Jul 01, 2004 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Accessing MfgPro Progress Database or TIMS Appgen database.
Replies: 3
Views: 2665

I have used odbc to connect to progress db version 5 (i think). We had to install the progress client on the DS server. This installs "merant driver". Use this driver to make the connection in odbc. We had to finally stop using this way of extraction and start using csv files generated by ...
by amitdurve
Wed Jun 09, 2004 4:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem
Replies: 22
Views: 11176

I am not sure about this one, but I think the problem will be solved if the DataStage server is restarted.
I am not sure why this problem exactly happens.
by amitdurve
Wed Jun 09, 2004 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem
Replies: 22
Views: 11176

Save this child job which cannot be invoked, with some other name. Use this new name to call it from the sequencer.
by amitdurve
Wed Jun 09, 2004 12:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem
Replies: 22
Views: 11176

Can you try running the child job alone in test environment.
Can you open the child job?
by amitdurve
Tue Jun 08, 2004 11:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Controller problem
Replies: 22
Views: 11176

Check if the job being called is in runable state ("compiled"/"finished"/"has been reset").
Try running the sequence job after recompiling the jobs being controlled(the child jobs).
by amitdurve
Sun Jun 06, 2004 11:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Lookup with ODBC
Replies: 6
Views: 3883

Hash files are recommended for lookups but yes an database stage can also be used for lookups. Hash file will definitely give better performance as data is divided into groups based on the key column and hence search for the required data is faster as less amount of data needs to be looked into. DB ...