Search found 37 matches

by Diya
Wed Jul 26, 2006 9:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unit Test Script Template
Replies: 1
Views: 1601

Unit Test Script Template

Hi All,

Can any one help me by sending "Unit Test Script" Template for any of the DSProject..

please send one [b]Unit Test Script template[/b],but not "Unit Test Plan Template"..

please send to archanaps2001@yahoo.com


Thanks..
by Diya
Wed Jul 05, 2006 3:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert Error
Replies: 7
Views: 1493

hi, i am using "Truncate table,then insert rows" as loading strategy in target stage.. i am using DRS stage for the target and source. it is a fact table job,simply loads from source to target.. my job design is : DRS(Source)------>IPC(Inter Process)........>Trasfrmr........>IPC.........>D...
by Diya
Thu Jun 29, 2006 7:49 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert Error
Replies: 7
Views: 1493

Hi Arndw,

Thanks for the response.

Can you explain in detail that ,"recode your job to not attempt an insert on an existing record"

how can i achieve this?

thanx in advance
by Diya
Tue Jun 27, 2006 3:54 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert Error
Replies: 7
Views: 1493

Insert Error

hi, when i am trying to load a sqlserver table using DRS stage,i am getting error like " j_Fact_xxx..DRS_xxx.IDENT1: [Microsoft][ODBC SQL Server Driver][SQL Server] Cannot insert duplicate key row in object 'PS_F_xxx' with unique index 'PS_F_xxx. [Microsoft][ODBC SQL Server Driver][SQL Server]T...
by Diya
Thu Jun 08, 2006 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence error
Replies: 5
Views: 1312

hi ray, it is not refering to non-existent input column.i am getting problem at [b]PIVOT stage-ouput-coloumns-derivations [/b] and i am also getting fatal error message like, "P__xxxx..IPC_SRC.DRS_xxx_in: ds_ipcput() - timeout waiting for mutex" can you direct me to solve this! thanks
by Diya
Mon Jun 05, 2006 10:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sequence error
Replies: 5
Views: 1312

sequence error

hi all, i am getting problem with a sequencer(which calls 2 jobs). when i tried to run that 2 jobs individually they are running fine,but when i try to run the sequencer,it is getting aborted.. error message like: Cannot map output derivation of column 'xxxx' to any input column. can any one direct ...
by Diya
Tue May 23, 2006 1:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: executable file access error
Replies: 2
Views: 974

executable file access error

hi all,
i am new bie to datastage,,

i am getting following error,when i open a job and trying to compile it..


"Cannot get exclusive access to executable file for jobxxx.job may be being monitered"

can any one please explain the problem?

thanks in advance
by Diya
Thu May 11, 2006 10:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while viewing data
Replies: 6
Views: 1615

Error while viewing data

Hi All

Im getting the following error while trying to view data in a DRS(Dynamic RDBMS stage)


"Jobname: Unknown client library - $PROJDEF
Jobname: DSP.Open GCI $DSP.Open error -100."

Can anybody tell me what exactly is going wrong?

Thanks in advance

Diya
by Diya
Thu Mar 30, 2006 9:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing & character
Replies: 9
Views: 1946

I have to use a parallel job as I have to generate multiple xml files in a single job which includes Joiners also..
I just want to know the Function which a Normal Transformer supports this Replacing instead of Using a Basic Transformer to implement this replacement
by Diya
Thu Mar 30, 2006 9:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing & character
Replies: 9
Views: 1946

I am using the CHANGE function now.Could you please tell me the syntax for EReplace in this case to replce an '&' character
by Diya
Thu Mar 30, 2006 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Replacing & character
Replies: 9
Views: 1946

Replacing & character

Hi all, My Job generate xml files from csv files. As xml file will not recognize '&' char ,I need to repalce it with '&' Now I am using change Function which is there in Basic Transformer. But this is causing lot of troubles while running .The processs are getting locked very frequently. Is ...
by Diya
Tue Mar 21, 2006 3:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error During Running
Replies: 6
Views: 2363

I am using a Look up instead of outer Join..Matching records will pass thru the stream to the next stage and the unmatched records are captured thru the reject link to the Exception File
by Diya
Tue Mar 21, 2006 3:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error During Running
Replies: 6
Views: 2363

I am creating some set of xmls and certian Exception (csv) files based on certain rules. Role_id is the key in the lookup.Based on the join between two files I need to capture both matching coloums and unmatched coloums... I am not able to trace by that error given ,in which stage of the job ,actual...
by Diya
Tue Mar 21, 2006 3:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error During Running
Replies: 6
Views: 2363

No it is not repeating in the Lookup
by Diya
Tue Mar 21, 2006 2:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error During Running
Replies: 6
Views: 2363

Fatal Error During Running

Hi, while Running the Job I am encountering the following error. The Job generates xml files from several input files.I need to add some exception files also when the perticular condition fails. After I added the Exception files by placing the reject links in Look ups-- I got the following ERROR Is ...