Search found 53125 matches

by ray.wurlod
Mon Jan 19, 2009 3:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Attach zip files
Replies: 3
Views: 1695

OutLook is different. Try using an SMTP mail client from Windows. Ideally try using the same one that DataStage is using, and switch on any tracing that may be available with it.
by ray.wurlod
Mon Jan 19, 2009 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Waiting for an exclusive access to hashed file
Replies: 3
Views: 1421

You found it, but did not realize it. The LOCKED clause is indeed what you want. $INCLUDE UNIVERSE.INCLUDE RECORDLOCKED.H Equate MAXTRIES To 5 ; * maximum number of attempts Equate NAPTIME To 1500 ; * 1.5 seconds For Attempt = 1 To MAXTRIES FileLock HashedTargetFile Locked Nap NAPTIME End ; * end of...
by ray.wurlod
Mon Jan 19, 2009 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write speed to seq file
Replies: 7
Views: 2209

There are no programming tricks - the Sequential File stage already uses the STREAMS I/O module. What else is happening? Are you getting contention on the disk, so that the heads keep being moved away from this file? Try a test where the file is the only thing being accessed on its spindle (an ideal...
by ray.wurlod
Mon Jan 19, 2009 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer not restarting from check point
Replies: 5
Views: 2992

Restart only skips leading checkpointed activities, not all checkpointed activities. Restart is from the first activity that does not have a checkpoint, resulting from unsuccessful completion. ("Do not checkpoint run" activities are executed, but later checkpointed activities can still be ...
by ray.wurlod
Mon Jan 19, 2009 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compared DS server version 8 with version 7.5
Replies: 3
Views: 1719

I disagree with Rai - metadata reporting/management is vital for everyone, in my opinion. Yes, budget is an issue. However, if you are paying maintenance on version 7.5, then the upgrade to version 8.0 is at no cost. You will, of course, incur greater hardware requirements. Server edition will be ma...
by ray.wurlod
Mon Jan 19, 2009 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataRange comparision
Replies: 2
Views: 1041

Do your lookup using a database stage with user-defined SQL. Specify start_date as the Key column (it means "search key" in this context) and include the parameter marker in a BETWEEN clause in the WHERE clause.
by ray.wurlod
Mon Jan 19, 2009 3:18 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: get the batchid and transaction id for each transaction
Replies: 5
Views: 2470

Split your data into two streams based on batch ID (Transformer stage).
The txnID value on each output link is given by the system variable @OUTROWNUM.
Done.
by ray.wurlod
Mon Jan 19, 2009 3:16 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query related to Job Auditing
Replies: 1
Views: 1101

Neither is preferred, as you probably need both. Job auditing reports on things like row counts. Job sequence auditing reports on the logic and success/failure of execution flow.
by ray.wurlod
Mon Jan 19, 2009 3:12 pm
Forum: General
Topic: pl_id is already kept
Replies: 3
Views: 1414

Welcome aboard. My guess (since you did not provide any information about your job design) is that you have a Modify stage in which both of the following are true. (1) Field pl_id appears in a KEEP specification or does not appear in a DROP specification. (2) There is a specification that derives a ...
by ray.wurlod
Sun Jan 18, 2009 10:26 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Retrive output filed with batch id and transaction id for ea
Replies: 2
Views: 3345

We await your post in the server forum. Or for the moderator to move this thread to that forum.
by ray.wurlod
Sun Jan 18, 2009 9:00 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Retrive output filed with batch id and transaction id for ea
Replies: 2
Views: 3345

Is this a question about WebSphere Transformation Extender (formerly but no longer known as DataStage TX) or about DataStage technique? If the latter, please re-post in the DataStage server forum.
by ray.wurlod
Sun Jan 18, 2009 7:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot login into IBM Information Server Web Console
Replies: 2
Views: 2526

Please verify that sambi-acer is the network node name of the machine on which Information Server was installed, and that that name can be resolved to an IP address on the machine on which you are running Internet Explorer. Please also verify that Information Server, its associated database, and the...
by ray.wurlod
Sun Jan 18, 2009 2:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject Link processing
Replies: 1
Views: 835

Use a Column Import stage to re-parse the raw string.
by ray.wurlod
Sun Jan 18, 2009 2:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Between Date to Date
Replies: 2
Views: 1315

You can get days between two dates (DaysFromDateSince() function). The rest should be arithmetic. However, you need to document your business rules thoroughly, and will probably need a custom function, to generate interval as years, months and days.
by ray.wurlod
Sun Jan 18, 2009 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Icons getting converted ..Strange Problem
Replies: 6
Views: 1396

Yes, they use the electrical wall plug icon for Build stage.