Search found 45 matches

by abhishekachrekar
Mon Nov 24, 2008 10:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: There are no sort keys in the dataset schema
Replies: 7
Views: 5703

Hi, I am also having similar warnings in my job. :( main_program: Sort key "MCACC" no longer exists in dataset schema. It will be dropped from the inserted sortmerge collector I am doing a join and then splitting the output into 7 output files in a transformer after the join. The join key ...
by abhishekachrekar
Thu Oct 16, 2008 5:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Expected Identifier error" in Px job
Replies: 2
Views: 2165

I got the reason for this error.

In the trasnformer where mapping is done, I have used a function IsValid to check if a date is valid.
If I remove this function then the job runs fine.

Regards,
Abhishek
by abhishekachrekar
Thu Oct 16, 2008 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: "Expected Identifier error" in Px job
Replies: 2
Views: 2165

"Expected Identifier error" in Px job

Hi, I am getting the following error in a Px job: APT_CombinedOperatorController,1: Expected identifier; got: "2003" Does anyone know how to resolve this error? I couldnt find a solution for this in the existing posts. In the job I am doing a join between 2 sequential files. After the join...
by abhishekachrekar
Thu Oct 16, 2008 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix Connectivity Issue
Replies: 3
Views: 1734

Yes Ray,

We have a line terminator at the end of the last line.
Please find below the format of the sqlhost entry made by us:

<db_instance_name> onsoctp <server_name> <port_number>$
$

Regards,
Abhishek
by abhishekachrekar
Wed Oct 15, 2008 8:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Informix Connectivity Issue
Replies: 3
Views: 1734

Informix Connectivity Issue

Hi, We are trying to connect to informix database using Informix Enterprise stage. Inorder to enable the connection we have made an entry in the sqlhosts file. But the connection is aborting with error "Invalid sqlhosts file format". The format we entered is correct. The format is matching...
by abhishekachrekar
Wed Sep 03, 2008 6:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning on sequential file
Replies: 17
Views: 10973

Re:

Perhaps you are having Field001 nullable Yes, but did not handle it. You can handle it by clicking the target Sequential_File_8 stage and do the following Goto Input>Columns. Double Click the serial number assosciated with the column at left. You get Edit Column MetaData Go to Nullable option Click...
by abhishekachrekar
Mon Jun 30, 2008 9:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting: 9389 Bus error
Replies: 11
Views: 3778

Thanks a lot :)
by abhishekachrekar
Mon Jun 30, 2008 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting: 9389 Bus error
Replies: 11
Views: 3778

Thanks chulett, The parameter LD_PRELOAD is set as follows in dsenv. LD_PRELOAD=$DSHOME/java/jre/lib/PA_RISC2.0/hotspot/libjvm.sl I guess commenting this command will resolve the issue. But what impact does it have on other processes/application. I mean whats the significance of this parameter? Actu...
by abhishekachrekar
Mon Jun 30, 2008 8:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Getting: 9389 Bus error
Replies: 11
Views: 3778

Hi guys, I am also facing similar error. I am working on HP-UX 11.11. In some other thread I saw that this reason for this error was the usage of korn script. I removed the ksh command from the script calls in all the jobs. It worked fine for some jobs but didnt for others. In this particular job we...
by abhishekachrekar
Fri Jun 27, 2008 2:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on executing Shell script in After job subroutine
Replies: 6
Views: 2134

Thanks Guys,

I too faced similar issue. The script was called using an KSH command.
I removed it and now its working fine.

Thanks a lot :)

Regards,
Abhishek
by abhishekachrekar
Thu Jun 26, 2008 4:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Nested Condition Stage in DS7.5.2
Replies: 5
Views: 1914

Hi Guys,

You are right. We have a routine with the same name in the project.
I have renamed the routine and now I am able to compile the sequencer containing the nested condition stage.

Thanks a Lot for the help.

REgards,
Abhishek
by abhishekachrekar
Wed Jun 25, 2008 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Nested Condition Stage in DS7.5.2
Replies: 5
Views: 1914

The problem is in only this job parameter. It works fine with all other job parameters. When I change the spelling of this job parameter then it works. As said earlier this job parameter comes from a job parameter file created by a VB tool. Hence in order to change this parameter name it will involv...
by abhishekachrekar
Wed Jun 25, 2008 7:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem in Nested Condition Stage in DS7.5.2
Replies: 5
Views: 1914

Problem in Nested Condition Stage in DS7.5.2

Hi, We have a nested condition stage in one of the jobs in DS 7.5.2. The stage should call link A if the job parameter AcctCustMapOnly is "N" else call link B. But the stage gives error "Expected: left parenthesis ("(")" in the custom condition AcctCustMapOnly = "Y...
by abhishekachrekar
Mon Nov 12, 2007 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insertion of NULL values in Oracle table using OCI stage
Replies: 4
Views: 1556

i tried doing null handling and passed "" for null records but again it gave the same warning. The record gets inserted throught the Oracle client. Also the same data file was loaded without any warnings with Oracle Enterprise, ODBC Enterprise (both in Parallel) and ODBC stage in SErver. O...
by abhishekachrekar
Mon Nov 12, 2007 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insertion of NULL values in Oracle table using OCI stage
Replies: 4
Views: 1556

Insertion of NULL values in Oracle table using OCI stage

Hi, We are loading some data in Oracle table using Oracle OCI stage in Server Jobs. The Input has has NULL values in one of the date fields. While loading the data it gives warning message as shown below per record having NULL value as date. Test_MDM1..Transformer_15: At row 1, link "Eff_Date&q...