Search found 24 matches

by madhonrougeuri
Wed Apr 06, 2005 3:38 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After-Job Routine
Replies: 15
Views: 6540

Hi. I tried to delete the records in the JDedwards buffer file(DB2/As400)...but it doenst allow me to perform any operations except for Select. Error i got is: SQL statement:DELETE FROM JDEDTA.F56BO04 SQLSTATE=S1000, DBMS.CODE=-7008 [DataStage][SQL Client][ODBC][INTERSOLV][ODBC 20101 driver][DB2/400...
by madhonrougeuri
Wed Apr 06, 2005 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After-Job Routine
Replies: 15
Views: 6540

Thanks for all the help...
Could somebody tell me if I could acheive the same (clear JdEdwards source files)using CALL DSExecute("............") from job control?
Thanks,
madhu
by madhonrougeuri
Tue Apr 05, 2005 1:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After-Job Routine
Replies: 15
Views: 6540

I did check it.I didnot find it.There are only four of them.......
by madhonrougeuri
Tue Apr 05, 2005 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After-Job Routine
Replies: 15
Views: 6540

I dont see the ExecDos in the Built-in before/after subroutines?why is it so?
by madhonrougeuri
Tue Apr 05, 2005 9:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After-Job Routine
Replies: 15
Views: 6540

Thanks for the reply Ken.My source is in JdEdwards buffer files..and I want to delete the data in buffer files after the job is finished.I need a script to run from windows...
by madhonrougeuri
Tue Apr 05, 2005 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After-Job Routine
Replies: 15
Views: 6540

After-Job Routine

Hi All,
I need to delete data from the source after the job finishes.I figured out that I need to write an after-job subroutine to achieve this.Does any body have a routine to accomplish this?
Thanks,
Madhu
by madhonrougeuri
Wed Mar 02, 2005 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join tables from 2 different databases
Replies: 14
Views: 5878

I dont see the reference link with multi row result set in my Trnsf properties??Any idea?
by madhonrougeuri
Tue Mar 01, 2005 9:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join tables from 2 different databases
Replies: 14
Views: 5878

I have loaded oracle into a hash file and joined both databases in the Transformer stage.
I have left the account name to deafult.but when i try to run the job,I see an error"DSD.UVOpen Unable to open file xxxx"
Could somebdy help me out?
Thanks,
madhu
by madhonrougeuri
Mon Feb 28, 2005 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join tables from 2 different databases
Replies: 14
Views: 5878

by datasets,do you mean to use PX?We dont have Enterprise edition.
by madhonrougeuri
Mon Feb 28, 2005 4:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Join tables from 2 different databases
Replies: 14
Views: 5878

Join tables from 2 different databases

Hi All,
I need to join 2 tables from DB2 and Oracle.Join should be performed on th DB2 side(ODBC) and put in the Oracle database.
Could somebody help me out.
Thanks,
Madhu
by madhonrougeuri
Fri Feb 25, 2005 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Handling the logs
Replies: 2
Views: 1367

Handling the logs

Hi, To log the warnings(success,fatal etc..)in the job sequencer stage, a log file should be created.So,is it that admin should create the log file or in the routine we should hard code to create the log file if one is not already present?? And also about handling the rejected records,should there b...
by madhonrougeuri
Thu Feb 24, 2005 9:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql query
Replies: 5
Views: 2102

Thanks..i got it
by madhonrougeuri
Thu Feb 24, 2005 9:19 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql query
Replies: 5
Views: 2102

query is like this;
select a.*,b.x from zzz a,yyy b where a.cc=b.cc;
This query appends a column 'x' in the table 'a' when i run it in sql plus but does not in datastage.
by madhonrougeuri
Thu Feb 24, 2005 9:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: sql query
Replies: 5
Views: 2102

sql query

Hi,
Does anyone have an idea why a sql query that works fine in SqlPlus doesnot work in Datastage(oci9)?
Thanks..
by madhonrougeuri
Wed Feb 23, 2005 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Before/After sql
Replies: 7
Views: 2780

Thanks...