Search found 64 matches

by Pierre
Thu Dec 04, 2008 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting warning limit override at job
Replies: 6
Views: 2996

Mike is right, but sometimes we receive files with special characters which have to be rejected.
I sometimes use jobs with no limits (only during the running time) with a reject file to store the warnings, so I can run the job and treat the rejects later.

Pierre.
by Pierre
Thu Dec 04, 2008 7:26 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting warning limit override at job
Replies: 6
Views: 2996

I think the code generated by DataStage is read-only...

Pierre.
by Pierre
Thu Dec 04, 2008 5:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Setting warning limit override at job
Replies: 6
Views: 2996

You can use a job control to launch your jobs, using the following :

...
NumberWarnings=50
NbWarnings = DSSetJobLimit(JobHandle, DSJ.LIMITWARN, NumberWarnings)
ErrExec = DSRunJob(JobHandle, DSJ.RUNNORMAL)
...

to parameter the abort of jobs after warnings.

Pierre.
by Pierre
Wed Dec 03, 2008 8:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Export - Through batch script
Replies: 4
Views: 2458

You can write a batch file that creates a list of categories and jobs using the following command : dssh SELECT NAME FMT'80L', CATEGORY FMT'80L' FROM DS_JOBS WHERE CATEGORY LIKE '<YourCategory>' ORDER BY CATEGORY, NAME; > FileCat.txt All you have to do after that is to read this file and export jobs...
by Pierre
Mon Dec 01, 2008 3:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduling jobs using director
Replies: 3
Views: 1549

Thanks for reply, ArndW, Yes, curiously, it accepts all terms in english, except days. I must enter the following sentence : AT 19:30 /EVERY:L,Ma,Me,J,V vmdsr_sched.exe D:\Ascential\DataStage\Projects\REC_Ordonnancement JobMaster_ALGAllMaster 0/50/1/0/0 21 It's not a DS problem, so I'm gonna mark th...
by Pierre
Mon Dec 01, 2008 3:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: scheduling jobs using director
Replies: 3
Views: 1549

Thanks for reply, ArndW, Yes, curiously, it accepts all terms in english, except days. I must enter the following sentence : AT 19:30 /EVERY:L,Ma,Me,J,V vmdsr_sched.exe D:\Ascential\DataStage\Projects\REC_Ordonnancement JobMaster_ALGAllMaster 0/50/1/0/0 21 It's not a DS problem, so I'm gonna mark th...
by Pierre
Mon Nov 24, 2008 8:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSjob error
Replies: 3
Views: 1551

Maybe your logs are auto-purged after 1 job run ?

-wave -0 gives you the result of the last run.

Pierre.
by Pierre
Fri Nov 07, 2008 2:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display Jobs in a Category
Replies: 20
Views: 8296

(I was joking)... next time, I'll try to be more explicit.

Pierre.
by Pierre
Fri Nov 07, 2008 2:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display Jobs in a Category
Replies: 20
Views: 8296

Yes,

My variable names are "in french" because I am "in France".
I did not translate them, I'm sorry.
But you can find good dictionnaries to do that on the web.

Mais, bonjour de Paris.

Pierre.
by Pierre
Thu Nov 06, 2008 4:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Display Jobs in a Category
Replies: 20
Views: 8296

Hello, I wrote a batch file that does it : !DirDSBin!dssh COMO ON !FicSortie! !DirDSBin!dssh SELECT !CommandeDS! move !FicSortie! %DirSauve%\!FicSortie! set FicResultat=Repository_!Projet!.csv for /F "skip=3" %%B in (%DirSauve%\!FicSortie!) do ( set LigneLue=%%B if !LigneLue! neq "SQL...
by Pierre
Wed Oct 15, 2008 9:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage finished but still "running"
Replies: 2
Views: 896

Yes, the job was still running, but the stage was finished.
Can it be that the input link is complete, but not the output ?
by Pierre
Wed Oct 15, 2008 9:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage finished but still "running"
Replies: 2
Views: 896

Stage finished but still "running"

Hi,

While monitoring a job, I saw a stage in Finished state, but with rows still increasing.
What does it mean ?

Thanks.
Pierre.
by Pierre
Mon Oct 13, 2008 9:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DISKS STATUS
Replies: 1
Views: 775

DISKS STATUS

Hi all,

Using STATUS command in DS Administrator, I find that disk D: is 164% used.
What does it mean ?
Is there a space allocated to DataStage, and if yes can I extend it ?

Thanks.
Pierre.
by Pierre
Mon Oct 13, 2008 2:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of LOG.SAVE
Replies: 2
Views: 1364

It seems I was confusing with another command.

Sorry and thanks for reply.

Pierre.
by Pierre
Fri Oct 10, 2008 2:15 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Usage of LOG.SAVE
Replies: 2
Views: 1364

Usage of LOG.SAVE

Hi,

What are the usage and syntax of commands LOG.SAVE and LOG.RESTORE ?
Do they "only" save/restore to/from tape ?
Is there a way to save/restore logs to/from disk to disk ?

I searched it in the forum, but didn't found.

Thanks.
Pierre.