Search found 53125 matches

by ray.wurlod
Fri Jun 09, 2006 7:13 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Restatr the failure job in sequencer
Replies: 4
Views: 1033

Harry died in 1972 :cry:
by ray.wurlod
Fri Jun 09, 2006 7:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: job control routine
Replies: 3
Views: 1250

If you are running version 7 you DO have access to job sequences. Go to the New menu in Designer. One of the choices there is New Job Sequence. There is no way that anyone can disable this functionality. So if "they" have decreed that thou shalt not use job sequences, challenge them for a sensible r...
by ray.wurlod
Fri Jun 09, 2006 7:10 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: VBScript return value to Datastage
Replies: 5
Views: 5081

Change the trigger to a custom trigger. Instead of testing for 0 (OK trigger) a custom trigger can be any legal expression.
by ray.wurlod
Fri Jun 09, 2006 7:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: memory status and band width
Replies: 2
Views: 820

What bandwidth and where? Are you claiming that memory consumption and bandwidth are related? Memory consumption is primarily dependent upon your design. Network bandwidth is often a bottleneck on the speed of data transfer, so you try to minimize the amount of data transferred by not transferring a...
by ray.wurlod
Fri Jun 09, 2006 7:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot open one of the folder in Datastage Director
Replies: 7
Views: 3008

What are the log purge settings for this log? How long are you prepared to wait before claiming that you can't open the folder? How many entries are in this particular job's log? From Administrator client's command line SELECT JOBNO FROM DS_JOBS WHERE NAME = '<<Job Name>>'; SELECT COUNT(*) F...
by ray.wurlod
Fri Jun 09, 2006 7:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OS/390 ODBC connection setup problems
Replies: 10
Views: 3902

I know you must complete it. My question was whether "/" is a valid character in this field's value.
by ray.wurlod
Fri Jun 09, 2006 6:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Jobmoninit empty
Replies: 17
Views: 4366

Have you ever started the job monitor?
by ray.wurlod
Fri Jun 09, 2006 6:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NULL value records rejection in Transformer stage
Replies: 4
Views: 1025

Your logic is wrong, and will only pass rows where both fields are null. You need "= 0" in each arm of the expression, or to use the IsNotNull() function.
by ray.wurlod
Fri Jun 09, 2006 2:01 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NULL value records rejection in Transformer stage
Replies: 1
Views: 778

Your logic is incorrect. Your expression results in passing only rows where both fields are null. You either need "= 0" in each part of the expression, or to use the IsNotNull() function.
by ray.wurlod
Fri Jun 09, 2006 1:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to send log file to the mail
Replies: 1
Views: 484

There is no Director log file. It's not a file; it's a database table. Search the forum; this has been answered at least ten times previously. The easiest is to open Director, choose Print from the leftmost menu item (Project or File, depending on version) and check Print to File in the standard pri...
by ray.wurlod
Fri Jun 09, 2006 12:03 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: If one row reject then I want reject all and stop the job
Replies: 13
Views: 2400

Same difference. A job sequence is a graphical tool for writing job control code.
by ray.wurlod
Fri Jun 09, 2006 12:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Exporting Jobs
Replies: 4
Views: 1034

This may also be related to the slowness of your VPSN connection as noted in a different thread. The selected components must be transmitted to the client, which is where the export file is created.
by ray.wurlod
Fri Jun 09, 2006 12:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: data segment (heap) size
Replies: 7
Views: 2747

Typically when your data segment size (as set by ulimit command) is not large enough. Get your UNIX administrator to make its default unlimited.
by ray.wurlod
Thu Jun 08, 2006 11:57 pm
Forum: Site/Forum
Topic: Do we need a General Forum?
Replies: 13
Views: 6610

Because he forgot to lock it. 8)
by ray.wurlod
Thu Jun 08, 2006 11:56 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection to Server is too low
Replies: 2
Views: 775

What is the configuration of your SVPN?
Where is the server located?
How many jobs are in the project?