Search found 155 matches

by sumesh.abraham
Tue Mar 22, 2011 1:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert statement inside a Server routine
Replies: 6
Views: 4022

Thanks Ray. It would be great if you could tell how to bind them, I am quite new to using Routines for Database operations. Thanks.
by sumesh.abraham
Tue Mar 22, 2011 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert statement inside a Server routine
Replies: 6
Views: 4022

Thanks Ray. I am using the statement as 'INSERT INTO XXXXX(col1,col2) values (:param1,:parm2);' DSExceute command returns 0, but teh following error is logged Message to be logged is... > SP2-0552: Bind variable "parm2" not declared. Parameter names are correct. What could be causing the i...
by sumesh.abraham
Mon Mar 21, 2011 3:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert statement inside a Server routine
Replies: 6
Views: 4022

Insert statement inside a Server routine

Hello all, I am facing issue with Insert statement within a Server routine. Cmd1 = 'sqlplus -s ':parmDBName:'/':parmDBPass:'@':parmDBUser:' << EOF' Cmd2='set heading off' If parmActionCd='I' Then Cmd3 ='INSERT INTO XXXXX(col-name1,col-name2) values(parm1,parm2);' Cmd4 = 'EOF' Cmd = Cmd1:Char(10):Cmd...
by sumesh.abraham
Tue Jun 15, 2010 6:58 pm
Forum: General
Topic: DataStage 8.1 certification
Replies: 2
Views: 2844

DataStage 8.1 certification

Hello,

I am planning to start preparation for Infosphere DataStage 8.0.1 certification.
Can you suggest some documentation apart from documentation which comes with DS client intallation.

Appreciate your help.
by sumesh.abraham
Fri May 28, 2010 8:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with DRS stage
Replies: 0
Views: 923

Issue with DRS stage

Hello, I am writing records from a sequential file after certain transformations to Oracle table in a 8.1 server job. The DB stage used is DRS stage. The update action is "Clear table then insert rows". Delete operation does not seem to be happening eventhough there is a DELETE FROM <db us...
by sumesh.abraham
Fri Apr 16, 2010 11:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: MQ Connector stage does not display the properties
Replies: 0
Views: 1006

MQ Connector stage does not display the properties

Hi, I am using 8.1 and I am writing to write a message to a remote queue using the MQ Connector stage. I am unable to see the properties for the connector stage when I wanted some configuration changes. When I faced the issue before, I uninstalled 8.1 client and then reinstalled it and it started sh...
by sumesh.abraham
Wed Nov 11, 2009 5:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Issue with Running datastage job from unix command prompt
Replies: 1
Views: 1718

Issue with Running datastage job from unix command prompt

Hi, I am trying to do an ssh to the UNIX box where DataStage is mounted and trying to run a job using dsjob -run command ssh remote server /tech/ascential/Ascential/DataStage/DSEngine/bin/dsjob -run project jobname [code] I got the error message as ld.so.1: dsjob: fatal: libvmdsapi.so: open failed: ...
by sumesh.abraham
Sun Mar 01, 2009 3:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fectch out of sequence
Replies: 1
Views: 2661

Fectch out of sequence

Hi I have set Array Size as 1000 in the Oracle OCI stage. When run, job aborted with error ORA-01002: fetch out of sequence. When I selected the 'Disable Array Fetch' checkbox , my job finished successfully. Some times job finishes successfully even when the Disable Array Fetch is not selected. What...
by sumesh.abraham
Fri Jan 30, 2009 6:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compilation issue while using MONTH.LAST transform function
Replies: 1
Views: 1172

Compilation issue while using MONTH.LAST transform function

Hi, I've to implement a leap year check for a data field. I use the MONTH.LAST transform function in a routine. When I compile the routine, I get the compilation error as Array 'MONTH.LAST' never dimensioned. 1 Errors detected, No Object Code Produced. What is the cause? I did a search in the forum,...
by sumesh.abraham
Thu Jan 29, 2009 9:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while fetching records through OCI stage
Replies: 3
Views: 1596

Craig,

My search for 'Fetch out of sequence' didn't return any results.

What could be the cause? Appreciate your help.

Thanks.
by sumesh.abraham
Thu Jan 29, 2009 8:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while fetching records through OCI stage
Replies: 3
Views: 1596

Error while fetching records through OCI stage

All, I'm reading records from Oracle table using OCI stage and write to a sequential file. The query performs UNION all operation on two tables which have history records and these tables have huge number of records. When I run the job, the job gets aborted with error Ora - Fetch out of sequence I'm...
by sumesh.abraham
Thu Jan 22, 2009 12:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Mappings disappear from transformer
Replies: 4
Views: 1464

Mappings disappear from transformer

Hi All,

I faced a weird situation in Data Stage. I had a job which was tested.
The next day when I opened the job, what I could see is that all mappings in the transformer vanished. What could be the issue? The job was fine the previous day. I would appreciate if any one could throw some light.
by sumesh.abraham
Thu Dec 18, 2008 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Check whether input is of an expected date format
Replies: 1
Views: 975

Check whether input is of an expected date format

Hi, I want to check whether input date field is of expected format for date fields in different files. If I pass the expected length and date format to a routine, will the below example work If Len(Arg1)=8 And Not(IsNull(Iconv(Arg2,'DMDY[2,2,4]'))) Then Ans=1 End Else Ans=0 I've to write the record ...
by sumesh.abraham
Wed Dec 17, 2008 2:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine to perform the error handling
Replies: 5
Views: 1913

As mentioned in the previous post I call the routine with the filed name,field value,maxlength,null flag('Y' or 'N' as the value),numeric flag('Y' or 'N' as the value),date flag ('Y' or 'N' as the value). Source is a flat file.First stage variable calls the routine with the first field name which ne...
by sumesh.abraham
Wed Dec 17, 2008 2:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine to perform the error handling
Replies: 5
Views: 1913

Routine to perform the error handling

Hi, I'm using a routine to do field validations. Multiple fields in a record should be validated for null,maxlength,numeric format,date format. If any of the fileds fail the validation, that record need to be sent to error table and there is no validation required for any other fields for that recor...