Search found 53125 matches

by ray.wurlod
Thu May 25, 2006 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: View ODBC Stage Data
Replies: 7
Views: 1949

The error message suggests that the schema definition for the field STORED_FILE is in some way incomplete. Please check the schema associated with this field.
by ray.wurlod
Thu May 25, 2006 9:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows XP as DataStage Server
Replies: 17
Views: 8246

One thread, one topic, say I.

With your proposed suggestion I would never have gotten beyond one post.
by ray.wurlod
Thu May 25, 2006 9:47 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting records based on User Entered Date
Replies: 12
Views: 2832

It works great now but out of curiosity, is there any reason why I can't use "?" and what's the difference btw using "?" and ":1"? Because you never mentioned your database. Stages like the ODBC stage use the stoopie generic positional question mark parameter marker while Oracle uses the much more ...
by ray.wurlod
Thu May 25, 2006 4:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Upgradation to 6.0
Replies: 16
Views: 3597

Make sure you have a good backup (check it by reading its index). Make sure you have a good export of each project (check it by a "fake import" - import selected then cancel). Stop DataStage. Install new server version, licensing same (projects will be upgraded automatically). There should be no pro...
by ray.wurlod
Thu May 25, 2006 4:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Version Control comments
Replies: 7
Views: 1367

gateleys wrote:What if decide to replace the 'sharp stick' with my kung-fu technique? The one where my index and middle fingers are forked...and then I lunge at his eyes.

The Three Stooges live! Should we call you Moe?
by ray.wurlod
Thu May 25, 2006 4:31 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Deleting records based on User Entered Date
Replies: 12
Views: 2832

Stoopie

It's a South African (Boer) and/or Dutch term meaning a small step.
by ray.wurlod
Thu May 25, 2006 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract DS Job Logs
Replies: 2
Views: 980

ExtractLogMsgs is one of yours, not one of DataStage's. All DataStage routines have names beginning with "DS". You can post the code here (a) if your employer permits and (b) you want us to check it over. Don't forget to enclose it in Code tags so that formatting is preserved. There is a Create stat...
by ray.wurlod
Thu May 25, 2006 4:25 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Source system name
Replies: 3
Views: 886

What exactly do you mean by "source system"? The operating system command hostname will return the name of the machine on which DataStage server is running. So will the macro referred to earlier. But the system on which source data reside is entirely a matter for your design/setup. You (or someone) ...
by ray.wurlod
Thu May 25, 2006 4:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Number of projects on a single server.
Replies: 3
Views: 1007

Prior to version 6.0 DataStage was licensed per project, so it was an expensive undertaking to add more projects than were licensed. Since version 6.0 DataStage is licensed per CPU so there is no limit to the number of projects. (This may not be the case: an enterprise licence limits to 999 CPUs - t...
by ray.wurlod
Thu May 25, 2006 4:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: need help for data migration
Replies: 9
Views: 2303

It's gotta be Essential Drugs and Mmmmmm....

or a kind of cheese originating in the Netherlands.

:lol:
by ray.wurlod
Thu May 25, 2006 4:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Windows XP as DataStage Server
Replies: 17
Views: 8246

Etiquette Note
Please don't hijack threads. Start a new one.
by ray.wurlod
Thu May 25, 2006 4:14 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer Should wait and check for abort
Replies: 10
Views: 3321

The Terminator activity has a "wait" option, implemented as a check box. However, a Terminator is the "end of the line" - it does not support output links, so you can not then go on to any "act accordingly". You need to re-think your design.
by ray.wurlod
Thu May 25, 2006 4:12 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any benefit to use Unix shell script to control job
Replies: 6
Views: 1701

Use a script to invoke the master control job sequence if you want to feed the overall result back to an enterprise scheduler such as Control-M, UC4, SeeBeyond, etc.
by ray.wurlod
Thu May 25, 2006 4:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer is getting aborted continuously
Replies: 11
Views: 2672

You are trying to invoke ExecSH from one of your own Routines. ExecSH is a subroutine. Both DSU.ExecSH and DSX.EXECSH should be cataloged; execute the following command to determine that they are: SELECT @ID FMT '40L' FROM VOC WHERE EVAL 'UPCASE(@ID)' LIKE '%EXECSH%'; If you do not get four ...
by ray.wurlod
Thu May 25, 2006 3:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: BW Job Not trigged
Replies: 3
Views: 1108

Perhaps your log and trc files are becoming full. Do you monitor them regularly? Do you have someone responsible for checking them for warnings and the like?