Search found 100 matches

by Cr.Cezon
Mon Mar 19, 2007 4:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Print/Copy details in LIST DS_JOBS
Replies: 4
Views: 1843

also you can use since the command line:
dsjob -ljobs <Project>
by Cr.Cezon
Mon Mar 19, 2007 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Print/Copy details in LIST DS_JOBS
Replies: 4
Views: 1843

you can use from a ds Job:
DSGetProjectInfo function with = DSJ.JOBLIST
and link this output to a file.


regards,
Cristina.
by Cr.Cezon
Thu Mar 15, 2007 6:46 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Text to be displayed in double quotes
Replies: 13
Views: 4869

9 year of experience :lol:
by Cr.Cezon
Thu Mar 15, 2007 6:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Text to be displayed in double quotes
Replies: 13
Views: 4869

try this:

first_part : char(034) : "Market" : char(034) : last_part

regards,
Cristina
by Cr.Cezon
Thu Mar 15, 2007 6:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Text to be displayed in double quotes
Replies: 13
Views: 4869

then in the routine code put:

first_part : "'" : "Market" : "'" : last_part

or something like that,

regards
by Cr.Cezon
Thu Mar 15, 2007 4:38 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of only jobs and number of only sequences in project
Replies: 5
Views: 2316

Re: Number of only jobs and number of only sequences in proj

Try with: 1) I want to get the number of jobs in a particular category in my project COUNT DS_JOBS WITH F3 = 'your category' 2) Number of only jobs a COUNT DS_JOBS WITH F6 = 0 or F6 = 3 nd number of only sequences in project COUNT DS_JOBS WITH F6 = 2 3)Number of only jobs and number of only sequence...
by Cr.Cezon
Thu Mar 15, 2007 3:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: job error:Unable to start ORCHESTRATE process
Replies: 2
Views: 1362

Re: job error:Unable to start ORCHESTRATE process

try with df -g command
there you can see if same filesystem is full.
the orchestrate process writes in the directory configured in $DSHOME/Configurations/default.apt
by default
$DSHOME/Scratch
perhaps you don't have enought space there

Regards,
Cristina
by Cr.Cezon
Wed Mar 14, 2007 10:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to export /import jobs from DS using command lines
Replies: 4
Views: 1276

You can do it using the dll's
import and export
but first you must estabilish a connection to datastage
by Cr.Cezon
Wed Mar 14, 2007 9:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Abnormal termination of job
Replies: 5
Views: 1081

When you run the job look in &PH&, there you can see what is happend.
by Cr.Cezon
Wed Mar 14, 2007 9:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Director Crashing
Replies: 9
Views: 4439

Try with rebuil index tool.


kcbland wrote:Sounds like a repository issue. Make sure your projects have plenty of space on their filesystem. Make sure /tmp is not full. Get everyone out of the project and do a full export. Run DS.TOOLS and ...