Search found 74 matches

by durgaps
Tue Oct 24, 2006 8:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Input/output error in Sequential File stage
Replies: 11
Views: 3764

Input/output error in Sequential File stage

I am using a SEQ FILE Stage. I am getting the following error while I am writing the output to the sequential file.
ds_seqclose: error in 'close()' - Input/output error
Any idea why this is happening.
by durgaps
Wed Oct 11, 2006 8:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Required Proj Name to a AutoSys job
Replies: 4
Views: 2115

Required Proj Name to a AutoSys job

Hi, I have a sequence job being triggered by a AutoSys job. There is a requirement that the AutoSys job requires the DataStage Project name. There is only one project setup on the DS Server. Is there any Environment variable that will pass the project name to the AutoSys job. I searched through the ...
by durgaps
Wed Oct 11, 2006 7:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: This item has no design time information
Replies: 15
Views: 7573

chulett wrote:How did you make the copy?
I guess there are 2 types of copies (of course excluding the import/export the .dsx file ).

1. Do a CREATE COPY.
2. Open the job and do a SAVE AS.

Which option will raise the above mentioned issue?
by durgaps
Sun Oct 08, 2006 11:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Shared library (mqs.so) failed to load:
Replies: 2
Views: 960

Shared library (mqs.so) failed to load:

Hi, I have a job which uses a MQ Stage to read messages from the Queue. Its a new DataStage installation on Linux. While running the job, I am getting the following error. Any idea why this is happening and how to resolve this ? main_program: Fatal Error: Fatal: Shared library (mqs.so) failed to loa...
by durgaps
Tue Sep 19, 2006 6:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Date format conversion: YYYY-MM-DD to YYYYMMDD
Replies: 3
Views: 5590

Date format conversion: YYYY-MM-DD to YYYYMMDD

Hi, I need to convert a Date input column having format YYYY-MM-DD to output as YYYYMMDD. I tried Oconv(Iconv(DSLink3.date1,"D-YMD"),"DYMD") but the output is coming as YYYY MM DD. How can I achieve my original desired results? I searched through the DS Help but couldnt find a so...
by durgaps
Mon Sep 18, 2006 7:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using 'Date' as column name in ODBC stage
Replies: 5
Views: 2193

Thanks for the suggestion guys. I tried using "Date", but no success. The query I am using is: select FundCode, PerfCode, Portfolio, Date from PERFORMANCE where CurrencyCode = 'AUD' and Date >= '2006-06-06'; Here PERFORMANCE is a DRO(Data Retrieval Object), a sort of wrapper used to access...
by durgaps
Mon Sep 18, 2006 6:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while using 'Date' as column name in ODBC stage
Replies: 5
Views: 2193

Error while using 'Date' as column name in ODBC stage

Hi, I am trying to extract a row having three columns from an application called HiPort. I am using an ODBC stage. The Three columns are col1 varchar(4),col2 varchar(10), date varchar(10). I have used these same column definitions in my datastage job. When I execute the following sql select col1, co...
by durgaps
Mon Sep 18, 2006 5:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid precision value in Oracle
Replies: 1
Views: 821

Invalid precision value in Oracle

Hi all, I am getting the following error while doing an insert into an Oracle table using both ODBC as well as Oracle Enterprise edition stage. APT_CombinedOperatorController,0: [DataDirect][ODBC Oracle Wire Protocol driver]Invalid precision value. Error in parameter 19. 0 I searched through the arc...
by durgaps
Tue Sep 12, 2006 11:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading or writing the last record to a Sequential File
Replies: 7
Views: 3565

Re: Reading or writing the last record to a Sequential File

Hi, I have a source text file which has 10 recs and I am having a few transformations in the middle and putting the output to a sequential file again having 10 recs. Is there any way I can write only the last record i.e. the 10th record to the file. Thanks, check for @OUTROWNUM and mod function. Bu...
by durgaps
Mon Sep 11, 2006 11:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading or writing the last record to a Sequential File
Replies: 7
Views: 3565

Reading or writing the last record to a Sequential File

Hi,

I have a source text file which has 10 recs and I am having a few transformations in the middle and putting the output to a sequential file again having 10 recs. Is there any way I can write only the last record i.e. the 10th record to the file.

Thanks,
by durgaps
Mon Sep 04, 2006 9:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error Calling subroutine
Replies: 1
Views: 1186

Error Calling subroutine

Hi, I developed a couple of jobs few days back. And now when I changed something in the job and try to compile it I am getting the following message: 'Error Calling Subroutine: DSR_NLS(Action=22);check DataStage is setup correctly in project Project1 (Internal Error (81021)) ' How can this be solved...
by durgaps
Mon Aug 21, 2006 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XMLIn stage - generic usage
Replies: 0
Views: 442

XMLIn stage - generic usage

I have a XML message coming as input. One of the tag/columns has the structure /Message/HiGACTXNULD/JobMetaData/METLJobId/text(). Almost all the tags have this structure. And I am using this in the 'Description' to map it to the respective columns using a XMLIn stage. Now the requirement is, I have ...
by durgaps
Thu Aug 17, 2006 7:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while accessing an external application through ODBC
Replies: 2
Views: 1295

Re: Problem while accessing an external application through

Hi, I am trying to access an external application called HiPotfolio through ODBC. There is a frequently occuring problem. That is, sometimes the connection is proper and I am able to communicate through ODBC. But after one or two interactions, if I try connecting again then its not able to connect ...
by durgaps
Thu Aug 17, 2006 6:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem while accessing an external application through ODBC
Replies: 2
Views: 1295

Problem while accessing an external application through ODBC

Hi, I am trying to access an external application called HiPotfolio through ODBC. There is a frequently occuring problem. That is, sometimes the connection is proper and I am able to communicate through ODBC. But after one or two interactions, if I try connecting again then its not able to connect a...
by durgaps
Mon Aug 07, 2006 7:34 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Usage of Oracle BLOB thru' DataStage
Replies: 2
Views: 5251

Usage of Oracle BLOB thru' DataStage

Hi,

I need to store a large data file in a BLOB column of an Oracle table using DataStage. Can somebody plz giv some leads on how to do it? Or some ref material will be equally good. I searched in the DataStage Online manual, but couldn't find any info regarding this.

Regards,