Search found 53125 matches

by ray.wurlod
Wed Feb 25, 2009 3:15 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Running dsjob.exe from Windows with multiple DS clients
Replies: 1
Views: 2932

If you want to kick of 8.1 jobs then you need to execute that version of dsjob - which you can do by adjusting your command and shared library search list environment variables (e.g. PATH and LD_LIBRARY_PATH). You would probably be wise also to switch to the actual client (using Multi Client Manager...
by ray.wurlod
Wed Feb 25, 2009 3:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Where are D_FMT, DEFAULT_DMY_ORDER fields?
Replies: 5
Views: 3881

My result was on 8.0.1 on Windows.

Was the resolution only that you had an answer to the question "where are these fields", or did you actually resolve it? If so please elucidate.
by ray.wurlod
Wed Feb 25, 2009 3:11 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while Importing datasteg jobs
Replies: 7
Views: 4309

What are your DataStage NLS settings, both for data processing and for communication with the client?
by ray.wurlod
Wed Feb 25, 2009 3:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is there any command to get the list of activities from Sequ
Replies: 9
Views: 3192

What are the "+" characters in the command supposed to be doing?
by ray.wurlod
Wed Feb 25, 2009 3:08 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Insert date value into SQL Server datetime columm
Replies: 31
Views: 22296

Have you tried using an internal format date?

Have you tried using an internal format date with the Data Element set to Date?
by ray.wurlod
Wed Feb 25, 2009 3:02 pm
Forum: General
Topic: Trouble with Information Services Connection
Replies: 4
Views: 1372

Have you changed the port number for dsrpcd? This usually uses port number 31538. Your error message is showing port number 31531.
by ray.wurlod
Wed Feb 25, 2009 4:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing Routine
Replies: 4
Views: 1553

Indeed, and there's also the internal function !EXIST that you might have found when browsing through the DataStage BASIC manual one sleepless night. DSCheckRoutine() is a little more thorough than my code, as it makes sure that the VOC entry is indeed that of a routine, which mine doesn't. It also ...
by ray.wurlod
Wed Feb 25, 2009 4:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting default values in the job parameters
Replies: 5
Views: 1807

There is no command. You can, of course, customize dsjob (source code is in the manual). Or you can write your own using the API. Beware that any parameter can have two default values, the one that was designed in and the one that was set in Director.
by ray.wurlod
Wed Feb 25, 2009 4:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Run a Job based on the File appears in Unix
Replies: 4
Views: 1347

No. Two at most. The new invocation is not started until the Wait For File has finished waiting and the file has been processed.
by ray.wurlod
Wed Feb 25, 2009 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Binary to ASCII
Replies: 3
Views: 1489

Have you tried Complex Flat File stage?
by ray.wurlod
Wed Feb 25, 2009 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Dynamic file write stage.
Replies: 8
Views: 2447

My Palette, which is stock standard out-of-the-box, has no Utility section. Might I suggest that your Palette has been customized? Secondly there is no stage type of this name in the Repository, either in DS_STAGETYPES (the local repository) or - in version 8 - in the unified metadata repository for...
by ray.wurlod
Wed Feb 25, 2009 4:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: fork error
Replies: 2
Views: 1687

Too many processes exist means your machine is overloaded.
by ray.wurlod
Wed Feb 25, 2009 4:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Missing Routine
Replies: 4
Views: 1553

Check whether the Catalog name (for example DSU.MyRoutine) exists in the VOC file. RoutineName = "DSU.MyRoutine" Test = Trans("VOC", RoutineName, 0, "X") If Test = "" Then Msg = "Routine MyRoutine does not exist in this project." Call DSLogWarn(Msg, ...
by ray.wurlod
Tue Feb 24, 2009 9:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Benefits of BASIC programming language
Replies: 4
Views: 1482

As well as everywhere in server jobs and server routines, the language can (must) be used in: parallel job before/after subroutines job sequence Routine activities job sequence user variable definitions job sequence parameter/argument definitions BASIC Transformer constraint expressions (parallel jo...
by ray.wurlod
Tue Feb 24, 2009 9:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: datastage job parallelism on XP platform
Replies: 3
Views: 1730

We don't have enough information about your personality to make any statement about what you find enjoyable.
:lol:

Other than that, as Andy said, it's simple (resource) supply and demand.