Search found 262 matches

by asitagrawal
Mon Jun 04, 2007 1:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete
Replies: 17
Views: 5524

Hi Ray,

Can u plz guide me on determining the packet_size and row_size ?

Warm Regards,
Asit
by asitagrawal
Mon Jun 04, 2007 12:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stopped vs Aborted
Replies: 7
Views: 2479

Stopped vs Aborted

Hi, I am trying to use Exception Handler along with Terminator stage. There two jobs which run parallely, to fecth data from two different tables. Now, the idea is to abort the master sequence immediately , after either of the jobs has aborted. When I am using Exception handler along with Terminator...
by asitagrawal
Mon May 28, 2007 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete
Replies: 17
Views: 5524

Hi Ray,

The DB is on a separate machine.
Please advice me how to determine packet_size and row_size ?

The deletes may scale upto 6 million a day !!!

in my last run, deleting 6 Million rows, took 45 minutes !!

Please advice,
Asit
by asitagrawal
Sun May 27, 2007 6:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Performance
Replies: 6
Views: 2307

Even I agree with Ray's post... Mod(@INROWNUM,3) I am implementing a similar logic for partitioning the input data for my process...where I have to load apporx 30Million data in daily basis.... Its a real good approach... you must desgin your own logic to split the data into different sets and proce...
by asitagrawal
Sun May 27, 2007 6:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Command Stage Query
Replies: 2
Views: 1080

Coz there is neither a retrun code nor any output of executing this command...
It is echoing your text , which has been piped to file, FILE1.TXT, which is correct...


Try executing the command on the command prompt !!
by asitagrawal
Sun May 27, 2007 6:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Multiple Instance Usage - Best Practices
Replies: 4
Views: 1780

Hi,

Can u plz exzplain " jobs do not clean themselves up after running" ??

May be I can then help...
by asitagrawal
Sun May 27, 2007 6:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Prevent Locking Jobs
Replies: 8
Views: 2308

Hi,

Even I face the same problem, could you please tell what shoudl be done once I get this problem... ususally I restart the Datastage Services... is it the only way to unlock a job ???
by asitagrawal
Sun May 27, 2007 6:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delete
Replies: 17
Views: 5524

Delete

Hi, I need to delete some rows from the tables, for which I have the keys in an input file. With the help of 1 key-set, the corresponding data needs to be deleted from 3 tables ( 1 parent and 2 children tables ). How should I determine the Array Size and Transaction size ?? The help guide does not m...
by asitagrawal
Sat May 19, 2007 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Specifying Parameters in dsjob from CLI
Replies: 1
Views: 770

Sorry.. it now worked...
I used the following command...

Code: Select all

C:\Ascential\DataStage\Engine\bin\dsjob.exe  -server 127.0.0.1 -user Guest -password Guest -run -mode NORMAL -param  "INSTANCE=17884" -param "$USERID=Guest" -param "$PWD=Guest"  -warn 0 MyProject Seq_CLITest 
by asitagrawal
Sat May 19, 2007 10:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Specifying Parameters in dsjob from CLI
Replies: 1
Views: 770

Specifying Parameters in dsjob from CLI

Hi, I am running a job from CLI, using dsjob... I am not able to pass the parameter values.. as my job has more than one job parameter... eg.. INSTANCE $USERID $PWD My command is C:\Ascential\DataStage\Engine\bin\dsjob.exe -server 127.0.0.1 -user Guest -password Guest -run -mode NORMAL -param "...
by asitagrawal
Fri May 11, 2007 7:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Find the Job Status
Replies: 2
Views: 1289

Find the Job Status

Hi All,

I am using DSRunJob() to run a job from the routine.

How do I check the job's completion status in the same routine ??

If I am trying to use DSGetJobInfo(),, then I get status as 3 i.e Running..

But I want to capture the job's finish status ... How ??
by asitagrawal
Fri May 11, 2007 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetch Data Based on List of Keys
Replies: 8
Views: 1959

Ya, I agree with this approach too.. but in my actual case, the volume of data to be fetched initially and then join with the hashed file in the transformer, is too much. for instance 1 million !!
so this can be a costly affair.
by asitagrawal
Fri May 11, 2007 3:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetch Data Based on List of Keys
Replies: 8
Views: 1959

Ya, I agree with this approach too.. but in my actual case, the volume of data to be fetched initially and then join with the hashed file in the transformer, is too much. for instance 1 million !!
so this can be a costly affair.
by asitagrawal
Fri May 11, 2007 2:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fetch Data Based on List of Keys
Replies: 8
Views: 1959

Fetch Data Based on List of Keys

Hi All, I have a case like this: Db2 Stage > Transformer > SequentiaFile From the DB2 database, I want to fetch the data from the below query: SELECT SETID, RECNAME,BUSINESS_UNIT, LEDGER FROM PS_MYTABLE WHERE SETID = ? AND RECNAME = ? Now, the list of keys I have is: SETID RECNAME ----- --------- SH...
by asitagrawal
Wed Apr 18, 2007 2:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control Error
Replies: 3
Views: 869

Hey Good news...

I got it back..
After unistall..I also ensure to clear all the entries for Version Control, using regedit.. there were 3 - 4 entries..

Yippy.. I am safe now :)

Thx to all and I hope this helps the needy too.