Search found 139 matches

by fmartinsferreira
Thu May 15, 2008 10:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read txt from a job sequence
Replies: 17
Views: 8384

chulett wrote:No, that wouldn't be needed. ...
So, how can I store the value to pass to the parameter?

Fernando
by fmartinsferreira
Thu May 15, 2008 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read txt from a job sequence
Replies: 17
Views: 8384

Either a Routine Activity or Execute Command stage can 'cat/type' that file and capture the output. It can then be passed to any downstream job as a job parameter. ... In my Server job I have a parameter 'dt' created, should I create a parameter in my sequence job to receive the return of Execute c...
by fmartinsferreira
Thu May 15, 2008 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: read txt from a job sequence
Replies: 17
Views: 8384

read txt from a job sequence

Hi Everyone!

I have a date in a txt file.

And I need to call some jobs from a job sequence and send the date in a txt file to all.

What is the best way?

Regards,

Fernando
by fmartinsferreira
Wed May 30, 2007 12:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine Source Code
Replies: 4
Views: 968

DSguru2B wrote:What routines specifically? I just double checked and all my routines have visible code.
As for your second error, search on the error message. This has been discussed before.
Routines that we make.

Fernando
by fmartinsferreira
Wed May 30, 2007 11:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Routine Source Code
Replies: 4
Views: 968

Routine Source Code

There are some routines in a project that I'm not able to see the code. In Manager when I see the routines's properties the page code is disable. How to became this page able? There are some jobs too that when i try to open them in datastage designer show the following error message: "This item...
by fmartinsferreira
Wed May 30, 2007 11:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: backup
Replies: 4
Views: 1971

ray.wurlod wrote:Hashed files (including Repository tables might be backed up in corrupted form. They can change shape while the backup is processing through them - for operating system backup utilities that don't "u ...
Thanks Ray
by fmartinsferreira
Mon May 28, 2007 12:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of projects
Replies: 2
Views: 703

DSguru2B wrote:Its 999. Refer here ...
Thanks! :D

Fernando
by fmartinsferreira
Mon May 28, 2007 11:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Number of projects
Replies: 2
Views: 703

Number of projects

Hi, we are using Datastage Enterprise Edition 7.5.1A.

Would we like to know if there is a number of project limit that can we create in the server?

Regards,

Fernando
by fmartinsferreira
Mon May 28, 2007 8:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: backup
Replies: 4
Views: 1971

What can occur if we don't stop/start datastage service?

Regards,

Fernando
by fmartinsferreira
Thu May 24, 2007 1:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: backup
Replies: 4
Views: 1971

backup

Every day we have to backup our file system in datastage server.

We:

1 - stop datastage service
2 - backup
3 - start datastage service

Is there any way to do this with out stop/start datastage service?

Regards,

Fernando
by fmartinsferreira
Thu May 24, 2007 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2 datastage servers
Replies: 5
Views: 1751

Thanks all!

Regards,

Fernando
by fmartinsferreira
Tue May 22, 2007 8:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 2 datastage servers
Replies: 5
Views: 1751

2 datastage servers

We are migrating from version 7.5 to 8.

Is it possible this two version working in the same server?

Best regards,

Fernando
by fmartinsferreira
Tue May 22, 2007 8:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Error
Replies: 3
Views: 1774

We solve the problem.
The Unix admin disable "rsh" so this error started.
There is another way with out "rsh", using "ssh" the job worked again.

Thanks all,

Fernando
by fmartinsferreira
Mon May 07, 2007 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: killing connections and jobs running
Replies: 2
Views: 1107

chulett wrote: Curious - when you say 'backup' what exactly does that entail? File system, DataStage export, uvbackup, what?
Well, I mean file system :D

Regards,

Fernando
by fmartinsferreira
Thu May 03, 2007 2:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: killing connections and jobs running
Replies: 2
Views: 1107

killing connections and jobs running

Every day we: 1 - stop datastage service 2 - backup 3 - start datastage service to stop datastage service we: 1 -> Connect to the server with user dsadm 2 -> ps -ef | grep dsapi 3 -> ps -ef | grep dscs 4 -> with any connection or job running kill by unix 5 -> go to DSHOME 6 -> ./bin/uv -admin -stop ...