Search found 25 matches

by avenki77
Mon May 16, 2005 8:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob returns -9999
Replies: 2
Views: 890

they are proper strings. for example,

dsjob -run -jobstatus ${DATASTAGE_PARAM} "${DSPROJ}" "${DATASTAGE_JOB}"

becomes

dsjob -run -jobstatus -param parm1='abc' -param parm2='abc def' abcproj abc
by avenki77
Mon May 16, 2005 4:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob returns -9999
Replies: 2
Views: 890

dsjob returns -9999

I am having the following two consecutives in my shell script. The second command which is dsjob says: Status code = -9999 echo dsjob -run -jobstatus ${DATASTAGE_PARAM} ${DSPROJ} ${DATASTAGE_JOB} dsjob -run -jobstatus ${DATASTAGE_PARAM} "${DSPROJ}" "${DATASTAGE_JOB}" But the firs...
by avenki77
Wed Apr 20, 2005 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Export Hashfile
Replies: 2
Views: 653

Export Hashfile

Hi,

I have a set of hashfiles with live data in a UNIX box. I want to move this live data to testing server. Is there any utility to do this?

Thanks
Venkatesh
by avenki77
Fri Jan 28, 2005 2:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Seggregating Input based on the input column
Replies: 2
Views: 645

Seggregating Input based on the input column

Hi, I have a requirement like this: My input is a few million rows. The file sometimes contain only one day's data and some other times, it has two day's data. So, based on the date column in the input row, I want to direct it to one of my two output links. I can read the entire file before I start ...
by avenki77
Wed Jan 26, 2005 11:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error - Data Source is empty!
Replies: 3
Views: 2155

Kenneth

I tried your way. The metadata looks fine only. It is a fixed-width file and the "Incomplete-Column" was "Error" and I changed it to "Replace". It works fine now.

Thanks
by avenki77
Wed Jan 26, 2005 9:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error - Data Source is empty!
Replies: 3
Views: 2155

Error - Data Source is empty!

I am trying to do "View Data" from a sequential file stage and it tells me an error saying Data Source is empty. But actually the data file is having data.

Does anyone had the same problem before?

Thanks
Venkatesh
by avenki77
Wed Aug 11, 2004 1:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Row out of sequence - Error
Replies: 15
Views: 6022

Row out of sequence - Error

Hi, I am getting this error in my aggregator. Short description of the problem: My aggregator gets input from an Oracle OCI stage where I fetch the rows from the oracle database ordered by four different columns. In the aggregator I have specified the sort order of the input rows as the same which I...
by avenki77
Mon Jul 19, 2004 4:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data through Aggregator - not passed immediately
Replies: 3
Views: 1684

Data through Aggregator - not passed immediately

I am using an aggregator followed by a transformer in my job. The transformer passes on many rows to the aggregator but the aggregator keeps on accumulating the rows without passing even one row out of it. The input rows to the aggregator are sorted (for eg. sorted in asc. order on col. A and in des...
by avenki77
Fri Jul 16, 2004 6:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Administrator Command Summary
Replies: 5
Views: 1788

Administrator Command Summary

I want to know the list commands that I can execute in Datastage Administrator. Where can I get it?

Thanks in advance!
Venkatesh
by avenki77
Wed Jul 07, 2004 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Capture of Job Log Entries
Replies: 2
Views: 993

Capture of Job Log Entries

I want to capture all the job log entries into a text file. How can I do it from within a Server Job? Are there some builtin routines or DS functions available to accomplish this task ?

Thanks in advance
Venkatesh