Search found 103 matches

by parvathi
Tue Feb 06, 2007 9:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is DSJ.ME ?
Replies: 7
Views: 6955

i have declared the variable hand = DSJ.ME v_jobName = DSGetJobInfo (hand,DSJ.JOBNAME) when i compile the routine i get the error Variable 'DSJ.ME' never assigned a value. Array 'DSGetJobInfo' never dimensioned. WARNING: Variable 'DSJ.JOBNAME' never assigned a value. how could i resolve this issue
by parvathi
Tue Feb 06, 2007 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: what is DSJ.ME ?
Replies: 7
Views: 6955

what is DSJ.ME ?

Hi all,

please tell the use and the purpose of DSJ.ME .

hand = DSJ.ME

v_jobName = DSGetJobInfo (hand,DSJ.JOBNAME)

what does the above piece of code do?
Please tell me how to exactly use it
by parvathi
Tue Feb 06, 2007 8:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Return function in datastage routine
Replies: 6
Views: 1710

Return function in datastage routine

Hi all, I saw a routine with the code like this If InputArg = '' Then Call DSLogWarn('InputArg is required.' , c_routineName ); Return End v_OPID = '100' v_logFolder = 'dir' Ans=v_OPID IN THIS IF MY INPUT ARGUMENT IS NULL WHAT WILL HAPPEN. WHAT DOES THE RETURN STATEMENT DO? WILL IT RETURN BACK TO LI...
by parvathi
Sun Feb 04, 2007 10:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in LinkCollector
Replies: 2
Views: 825

Error in LinkCollector

Hi all,
I get the following error when i use Link Collector in my job.

".Link_Collector: |Error 11 in GCI Link initialisation".

what is the reason for this?How can i resolve this.

The no records that i process is very huge ,around 50 lakhs
by parvathi
Wed Jan 24, 2007 10:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: timeout in ipc stage
Replies: 5
Views: 1166

IPC stage doesn't timeout if your truncate process takes long. It would help us if you can show the process flow clearly by putting code or image tags around them. sourceoracle----transformer----IPC---target | | | input---procedure--transformer---hashedfile for truncating after truncating is done f...
by parvathi
Wed Jan 24, 2007 9:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: timeout in ipc stage
Replies: 5
Views: 1166

The truncation portion of your job occurs outside of the IPC stage timeout. ... The process flows like this oraclestage---transformer--- IPC----target ------------------------- | ------------------------- | successfulltruncate partition i have delayed the process such that only after successful com...
by parvathi
Wed Jan 24, 2007 8:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: timeout in ipc stage
Replies: 5
Views: 1166

timeout in ipc stage

Hi all, I have logic that is implemented as below, first i truncate all the target tables partitions and then only the loading of the data from the source to target will take place.while loading i used an IPC stage and set the time out to 10 I have doubt whether this timeout will be sufficient for t...
by parvathi
Sun Jan 07, 2007 11:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can we execute oracle queries through any Datastage function
Replies: 3
Views: 1204

can we execute oracle queries through any Datastage function

Hi all, can we execute oracle queries through any Datastage function like how we execute unix commands. As when i want the output of a single select query 'select * from tablename' i put this in a sqlfile in my unix directory and execite this file through the unix commands in the routine and assign ...
by parvathi
Fri Dec 29, 2006 12:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inserting very very large no records
Replies: 6
Views: 1872

chulett wrote:I'd suggest you look into a multi-instance job where the InvocationID macro is used to control the partition being loaded. run multiple instances instead.
can you please tell me how to use multi-instance job with the InvocationID
macro
by parvathi
Fri Dec 29, 2006 11:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unable to initialize directory path context
Replies: 1
Views: 670

unable to initialize directory path context

Hi all, i have used oracle bulk load as below oraclestage--->transformer--->ipcstage-->many oracle bulk loads i get the following error BulkTestP..Oracle_OCI_Load_9: Internal Error: Unable to initialize the Direct Path Context ORA-00604: error occurred at recursive SQL level 1 ORA-00911: invalid cha...
by parvathi
Fri Dec 29, 2006 10:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: inserting very very large no records
Replies: 6
Views: 1872

inserting very very large no records

Hi all, I have a requirement to insert very large no records about(20 corers of records) How can i make the process faster and improve the performance Please correct for the procedure that i have followed oraclestage---->transformer--->ipcstage---->oraclebulk load |------>icstage---->oraclebulk load...
by parvathi
Fri Dec 22, 2006 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to join the extra look up condition in the lookup
Replies: 3
Views: 1806

how to join the extra look up condition in the lookup

Hi all, I want to look up with a column of a particular table1 with another table2 column and also check that also check that the date column of table 2 is in between the 2 date columns of table 1 How can i do this in datastage? The look up that i have used looks like select table2.col3 where table1...
by parvathi
Mon Dec 11, 2006 7:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FIND THE CORRECT OF ERROR
Replies: 3
Views: 830

FIND THE CORRECT OF ERROR

Hi all,
I have manycolumns around 200 columns imorted from the database and while running the job i get the following error
inserted value too large for a columns,row rejected

How can i know which column value is too large..??
by parvathi
Mon Dec 11, 2006 7:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to deal with char(1) in datastage
Replies: 9
Views: 3796

ArndW wrote:Is the datatype perhaps NCHAR? And what is your character encoding in both DS and your database? ...
how can i check what charater encoding is used in the database where as in datastage the NLS charater settings determines the charater encoding if i am right...??
by parvathi
Mon Dec 11, 2006 7:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to deal with char(1) in datastage
Replies: 9
Views: 3796

Is the oracle database parameter 'NLS SEMANTICS' set to CHAR ? I had that case with the nls not activated in Datastage, and the code page of Oracle set to utf8. Nicolas I have nls setting in the datastage to be Project default (UTF8) in the oracle stage Is there any difference between the nls setti...