Search found 169 matches

by raju_chvr
Thu Jan 22, 2004 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextVal for the same table in two separate jobs.
Replies: 4
Views: 1560

Can you post the function you are using here ?

It is well tested functionality of DataStage and not new to 6X so, I don't think there is any bug related to it.
by raju_chvr
Wed Jan 21, 2004 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: KeyMgtGetNextVal for the same table in two separate jobs.
Replies: 4
Views: 1560

Re: KeyMgtGetNextVal for the same table in two separate job

If you use the same key in the second job also then u shld get continued values. The second job key starts from the point where the First job key has ended.

Is this you what are looking for ?
by raju_chvr
Wed Jan 21, 2004 8:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Automatically change the table owner of all table in DS jobs
Replies: 5
Views: 1539

Re: Automatically change the table owner of all table in DS

I would say it is possible. My way of doing it is:

Export all the jobs u want to modify as XML files and use any text editor to find and replace the string you want and again import those jobs and just test couple of them.

IHTW
by raju_chvr
Tue Jan 20, 2004 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No data from Link Collector to Oracle Stage
Replies: 14
Views: 4979

Oh !! :( . I didn't know about that.

I wish there is a place where we can go the submitted Trouble tickets for every version so that we will not spend too much time on them before we realise that it is bug in the system, or is does on already exist ?
by raju_chvr
Tue Jan 20, 2004 3:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No data from Link Collector to Oracle Stage
Replies: 14
Views: 4979

DataStage is showing you the information from LinkCollector which you are trying to insert the stage followed by this one. Actually the second message is showing the data which is not accepted by ORACLE.

Are you trying to change any in Transformation stage or is it direct mappings for every column ?
by raju_chvr
Tue Jan 20, 2004 2:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: No data from Link Collector to Oracle Stage
Replies: 14
Views: 4979

Re: No data from Link Collector to Oracle Stage

First of all Suttond I am confused with your question. Q1)If I am not wrong you are trying to write into ORACLE and you are getting warnings. To decide which stage is throwing the error you can get either from logs or I would suggest write the output to Sequential file to zero on error. Then if this...
by raju_chvr
Tue Jan 20, 2004 10:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Database and Datastage job
Replies: 6
Views: 2167

I would like to pitch in one more idea about this. in your target ORACLE stage if you don't check box for 'Treat Errors as Non-fatal' you might get a non-fatal error for every hiccup you have in update. Usually this box is checked and the hiccups will be considered as Warnings by DataStage. Just a t...
by raju_chvr
Fri Jan 16, 2004 1:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cyclic or linear dependency error
Replies: 14
Views: 7437

Re: cyclic or linear dependency error

I would approach this error in multiple steps to find out at what point the error is being induced into the job. 1) In JOB1 just have the T ->X -> Hash/seq file if this works then go to step 2 2) Then add your T1 to the job see. If Step-2 fails then u know what is the problem. Just an idea to zero o...
by raju_chvr
Fri Jan 16, 2004 11:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Paramiter using Date datatype
Replies: 8
Views: 2495

Re: Job Paramiter using Date datatype

The Date() function returns an integer. So it doesn't have any timestamp in it.

Can you post the error ur having ? Did u try X = Oconv(Date(), "D") just the regular one.

IHTW
by raju_chvr
Fri Jan 16, 2004 9:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert into Hash table from a Routine
Replies: 5
Views: 1924

Re: Insert into Hash table from a Routine

viewtopic.php?t=86342&highlight=write+cache+defer

take a look at the above code. Ray has posted some code for creating HASH FILE from DS BASIC.

GOOD Luck !!
by raju_chvr
Fri Jan 16, 2004 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Generated Code in Job-sequence is wrong - anyone seen this ?
Replies: 6
Views: 2621

Re: Generated Code in Job-sequence is wrong - anyone seen th

Peter can you post the part of the code which u think might be wrong. Are there any warnings in your 20th job. This might not trigger the 21st job if u r trigger conditions are set to 'Ok Conditional'

IHTH
by raju_chvr
Fri Jan 16, 2004 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete the Source File in a Job after run
Replies: 3
Views: 2053

Re: Delete the Source File in a Job after run

Also again Modularity. If your jobs are not documented well the person who comes after you will have to wonder which process is deleting the data. In this case all he/she needs to do is look at the second job which deletes the source data and will appreciate your Development standards :)
by raju_chvr
Thu Jan 15, 2004 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: server vs parallel
Replies: 5
Views: 1791

Re: server vs parallel

Well Nag, Server jobs does everything that Parallel jobs can. But the main difference is Parallel jobs are used for vast amounts of data. They are highly powerful. The way they have to be designed is differed from the Server jobs design. For true Parallelism you need to have Parallel Extender which ...
by raju_chvr
Thu Jan 15, 2004 7:47 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: File upload through DS
Replies: 7
Views: 2721

Re: File upload through DS

On the first look at your problem, if you want to re-use the same job how are you going to manage the Metadata which is different for ur tables. More-over the number of rows are also differ. There will be hell number of variables in your job if you even want to try it. But lets see what other have t...
by raju_chvr
Tue Jan 13, 2004 8:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Calling a Oracle Stored Procedure From Datastage (URGENT)
Replies: 17
Views: 20077

Okay the last post which totally contradicts what Kenneth says. Even I am confused. I haven't used Stored Procedures from DataStage. I heard both of the statements that it can & cannot be done.

Can someone clear up this. Can we have result set of a Stored Procdure captured in DataStage or not?