Search found 64 matches

by girishoak
Thu Oct 30, 2003 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Logging log in a file
Replies: 3
Views: 2486

Logging log in a file

Hi,

Can we get log recorded by job in a file. for example. whenever we do extraction, job logs something like 'n number of rows read' Can we have the same log in a flat file.

If yes, how?

Thanks in advance.

Girish Oak
by girishoak
Thu Oct 30, 2003 1:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC list doesnt display all DSN
Replies: 5
Views: 2422

ODBC list doesnt display all DSN

Hi,

I am creating a job that extacts data from the ODBC. But the desired DSN doesnt appear in the drop down list, whereas that DSN exists and appears Manager. my question is why the DSN list appearing ODBC connection is less than that of Manager. :?:
by girishoak
Wed Oct 29, 2003 6:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delta Extraction
Replies: 6
Views: 1908

Delta Extraction

Hi, I want to do delta extraction from the database. For this I am passing two dates as parameter. One as a start date while other as To Date. The extraction works fine. But now I want to schedule this job. I want to extract data from the last successfull extraction date to till date. My problem is ...
by girishoak
Wed Oct 29, 2003 6:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameters dynamically to scheduled job
Replies: 5
Views: 2347

Passing parameters dynamically to scheduled job

Hi, I have a job which loads data from the sequential file to Oracle database. I know how to load the data from the seq. file to Oracle. But the problem I am facing is that the name of data file contains date. the name of data file appears as somefilename_dd_mon_yyyy.csv. How can be this handled. I ...