Search found 49 matches

by scottr
Wed Apr 06, 2005 2:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing SQL statements in DataStage
Replies: 8
Views: 4187

select count(tableb.name) from tablea,tableb where tablea.name=tableb.name
by scottr
Wed Apr 06, 2005 2:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: xml
Replies: 2
Views: 1433

use XML input satge after folder stage,then use transformer stage if u need to do any reference lookups.

Folder stage ----->XML INPUT satge----->Transformer------>Oracle.

read XML Pack pdf file to configure forder stage and xml input stage...
by scottr
Mon Mar 21, 2005 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: database locks
Replies: 4
Views: 1786

this one solved when last weekend both database and datastage servers are downed for maintaince.

thanks for ur suggestions.
by scottr
Mon Mar 21, 2005 3:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing StringID[2045] Killed
Replies: 3
Views: 1467

problem solved

this one solved when last weekend both database and datastage servers are downed for maintaince.

thanks for ur suggestions.
by scottr
Fri Mar 18, 2005 2:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing StringID[2045] Killed
Replies: 3
Views: 1467

Missing StringID[2045] Killed

one of my jobs(this job calls from shell script through crontab ) in the director the job status is showing as FINISHED but where as when i did ps -ef | grep dsclient the same job has process id, if i kill this id then "Missing StringID[2045] Killed "message is appering on the crontab log....
by scottr
Thu Mar 17, 2005 3:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: database locks
Replies: 4
Views: 1786

the job is able to write the data into seq file...
by scottr
Thu Mar 17, 2005 1:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rows/sec zero in the monitor window
Replies: 10
Views: 3456

thanks for your responses friends.
finally we came to know there are multiple locks on the target table.once after killing those locks the job runs fine.

once again thanks for ur responses.
by scottr
Thu Mar 17, 2005 1:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: database locks
Replies: 4
Views: 1786

database locks

friends , when i start one of my jobs it's showing 600rows/sec and dropping that number rapidly to somewhere around 20rows/sec. when i check with my DBA there are 16 locks on that perticular table from uvsh@dsservermechine .if we release those locks and restarts the job the same is happening. this a...
by scottr
Mon Mar 14, 2005 5:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rows/sec zero in the monitor window
Replies: 10
Views: 3456

thanks sainath , my DBA says database is clean. i got this kind of problem with two jobs .one jobs target table is clean and sql qurries are fast. but DBA is creating indexes on the second jobs target table.this table has 200ml records and DBA says creating indexes is ongoing process which may takes...
by scottr
Mon Mar 14, 2005 1:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rows/sec zero in the monitor window
Replies: 10
Views: 3456

Hello Arnd,
i am running this job through shell script.and actually this job is not writing data bcoz usually it takes 3 hr and today it is running for more than 3 hrs and it's in the same status.
i can save it with new name and run.i will let u know the result.

thanks
by scottr
Mon Mar 14, 2005 10:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rows/sec zero in the monitor window
Replies: 10
Views: 3456

Thanks Roy, I do clear the RT_STATUS files ,but no luck the job is showing the same behavior. any suggestion. and yes i came to know this morning that some maintaince work on the server faild and the server crashed during the weekend.our server is some where else and some guy at that site told me on...
by scottr
Mon Mar 14, 2005 9:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: rows/sec zero in the monitor window
Replies: 10
Views: 3456

rows/sec zero in the monitor window

source is flat file ,target is Oracle 9.2 these jobs have hash file and these hash file loading normally(these are fine),but after the hash files are loaded ,the links from source to next transformer and the rest of the links are showing rows/sec as zero in the monitor window.couple of our jobs are ...
by scottr
Thu Mar 10, 2005 4:04 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: cleanup resources
Replies: 1
Views: 1184

cleanup resources

if i select cleanup resources for a perticular job from director, will it effect any other jobs that are currently running(which are using hash files). to day i did the same and some other job is stopped with the following error. Program "JOB.180808767.DT.1358363097.TRANS1": Line 172, Inte...
by scottr
Tue Feb 15, 2005 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hashfile cache - how much memory is used
Replies: 7
Views: 3388

in 32bit env the max hash file size is 2.2 Gig
by scottr
Tue Feb 15, 2005 10:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Why job got locked
Replies: 6
Views: 2963

In the Director tool under Job tab u can find Cleaanup Resources and Clear Status file try these options to unclock ur job.pl note DS Admin has to enable these commands for u.