Search found 21 matches

by wahil
Wed Oct 19, 2011 6:02 am
Forum: General
Topic: How to count the number of server and parallel jobs running
Replies: 1
Views: 1570

How to count the number of server and parallel jobs running

Hi All. I need to create a KPI to indicate the number of datastage jobs running every 10 minutes through unix command line. I got the number os jobs running the command "ps -ef|grep -i "phantom DSD.RUN"|grep -v grep|wc -l", but now I need to find out how much is server and how mu...
by wahil
Mon Jul 05, 2010 12:14 pm
Forum: General
Topic: DS Disconnection Issue
Replies: 6
Views: 4987

bostonian,


We have the same error, with exactly signals that you have. Can you teel us how this error was fixed?

Thanks
by wahil
Mon Nov 16, 2009 5:41 am
Forum: General
Topic: Migrate dstage version - Problems with dsjob
Replies: 2
Views: 2247

Migrate dstage version - Problems with dsjob

Hi all, I migrate the dstage version on last week and now I'm with problems to execute dsjob command from command line. My migration was doing using the same machine, maintend both versions in parallel, the 7.5.1 on 31538 port number and 8.1 in 31539 port number. It's ok and the clients are fine. Bu...
by wahil
Tue Sep 25, 2007 7:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unix command line - dsjob
Replies: 3
Views: 1769

Unix command line - dsjob

Hi all, I am new in dstage and in our company we cannot use tools client as the director in the production environment. Ahead of this, ours jobs run is executed through the command dsjob -run. We have one script standard for this, also to recover log of job. It would like, however, with the objectiv...
by wahil
Tue Sep 12, 2006 8:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in DSAttachJob to status other than "Finished&quo
Replies: 11
Views: 7218

Ok Ray.

I will create all jobs and routines in all the projects(+/- 20) :cry: .

Don't be very beautiful, but...

Ray and Kim, thanks a lot.
by wahil
Mon Sep 11, 2006 12:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in DSAttachJob to status other than "Finished&quo
Replies: 11
Views: 7218

[quote]EtlStats will not work across projects. So you need to install it in the other project. dsjob can list all jobs in any project. [/quote] Kim, ok to dsjobs. I'm tried to change function "GetLastRunLog" routine to work across projects, but the problem is in DSAttachJob function. This ...
by wahil
Wed Sep 06, 2006 12:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in DSAttachJob to status other than "Finished&quo
Replies: 11
Views: 7218

Hi Kim, I download EtlStats and its very good but in my company the environment is much "closed". We don't can use send mail, generate html routines, by example. By this, i did create other jobs and use some routines yours. The problem now is, who list jobs of other project in job control....
by wahil
Mon Aug 28, 2006 10:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error in DSAttachJob to status other than "Finished&quo
Replies: 11
Views: 7218

I need list the log files of all the jobs in a particular project to a sequential file. This routine get job status and logs information too. This will be used to generate statistics about performance of jobs.
by wahil
Wed Aug 23, 2006 12:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stop the job after 1 read row
Replies: 8
Views: 2672

DSGuru,

Excuse-me but i have other stages before the hash table. I don't write about this to be more easy...
by wahil
Wed Aug 23, 2006 11:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stop the job after 1 read row
Replies: 8
Views: 2672

Stop the job after 1 read row

Hi to all, I have the job below: HASH ---> TRANSFORM ---> SEQFILE This hash have millions of rows, but i need stop the job after read the first only. In transform stage i put @INROWNUM in constraint, but the dstage read all rows in hash...It's take 6hours to finish... I try with @OUTRONNUM too, but ...
by wahil
Wed Aug 23, 2006 11:24 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stop the job after 1 read row
Replies: 1
Views: 851

Stop the job after 1 read row

Hi to all, I have the job below: HASH ---> TRANSFORM ---> SEQFILE This hash have millions of rows, but i need stop the job after read the first only. In transform stage i put @INROWNUM in constraint, but the dstage read all rows in hash...It's take 6hours to finish... I try with @OUTRONNUM too, but ...
by wahil
Fri Aug 18, 2006 1:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open "hash" file
Replies: 2
Views: 2119

Unable to open "hash" file

I'm tried create a shell script to list a generic hash file to a sequencial file and i have one problem... To create hash file we don't use account name, all the hashs are created by "use directory path" every. Then, add hash to VOC table by ED VOC comands(uvsh) with sucess. But... when i ...
by wahil
Tue Jul 04, 2006 7:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Failed to set named security
Replies: 3
Views: 1427

Failed to set named security

After create new environments variables in administrator. Teh message is displayed:
DSR.ADMIN: Failed to set named security - /aplic/RDMH1/dstage/dpr_rdm00/.developer.adm

Any tips?

Regards,
Wagner
by wahil
Mon Mar 20, 2006 11:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how I make to copy a hash file to a sequential file???
Replies: 8
Views: 2896

Arnd,

Coud you send your post to my mail, please???
I don't have access to "premium content..." I'm very poor!!! :wink:

Mail: wahil@ig.com.br



DSguru, don't worry!
Good coffee!!!:wink:

Thanks a lot!
Wagner
by wahil
Mon Mar 20, 2006 11:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how I make to copy a hash file to a sequential file???
Replies: 8
Views: 2896

Ok DSguru2B.

Thanks a lot but the job need be generic, read diferent layouts of hashed file... :(