Search found 53125 matches

by ray.wurlod
Thu Aug 25, 2005 5:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Compiling in DS 7.5
Replies: 11
Views: 2962

It remains the case in 7.5 that compilation from the command line is not supported.

There is a tool called "multi-job compile" that you can access from the Tools menu of the Designer client; this may be the "new feature" that you read about. But it's still executed from a DataStage client.
by ray.wurlod
Thu Aug 25, 2005 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Flattening UV multivalues
Replies: 4
Views: 1233

How do you make sure that all associations of multivalued fields are properly defined in the file dictionary for a hash file? For any multi-valued field that has an association name in field #7 of its dictionary entry, ensure that there exists a phrase of that name in the same dictionary that refer...
by ray.wurlod
Thu Aug 25, 2005 5:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Data has been truncated
Replies: 5
Views: 1865

I have successfully used MAXFETCHBUFF at 16K with UniVerse (not from DataStage, though). So I don't believe that 8K is the upper limit.
by ray.wurlod
Thu Aug 25, 2005 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Instance of a job
Replies: 6
Views: 2969

Code: Select all

dsjob -run -mode NORMAL -param1=<parameter1> -param2=<parameter2> -warn <warning limit> -jobstatus <project name> <job name>.<invocationID> 
by ray.wurlod
Thu Aug 25, 2005 4:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: buildop question - null handling within a function
Replies: 1
Views: 727

None! Sounds like a good question to post on ADN
by ray.wurlod
Thu Aug 25, 2005 4:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: regarding Dataset
Replies: 8
Views: 2208

If the "Lookup Not Successful" rule in your Lookup stage is "Fail" then your job will abort. Change the rule to "Continue" or "Drop".
by ray.wurlod
Thu Aug 25, 2005 4:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetStageLinks
Replies: 6
Views: 1609

Do mnemonics for LINKMODE also need to be added to JOBCONTROL.H ? (You can tell that I am not doing DataStage things this week.)
by ray.wurlod
Thu Aug 25, 2005 4:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning when using Sequential Fileproperty Row Number Column
Replies: 1
Views: 1164

The message itself says it all. Check the schemas rather than the "SQL" column definitions. At one point you have the column declared as an unsigned long integer (uint64); subsequently you load that value into a column designated as a signed integer (int32). The warning alerts you to the fact that n...
by ray.wurlod
Thu Aug 25, 2005 4:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Go through a text file and Retrieve Names from columns
Replies: 3
Views: 1258

QualityStage is the perfect tool for the specification you have given. It is callable from DataStage or works stand-alone, and can perform freeform probabilistic matching.
by ray.wurlod
Thu Aug 25, 2005 12:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot Copy Stage from One Job to other
Replies: 6
Views: 1229

There's nothing special you need to do. Can you copy/paste within the same job? When you use the right mouse button on a stage, do Copy, Cut and Paste appear in the pop-up menu? Can you use copy/paste in other (ideally non-Microsoft) applications? If not, probably the easiest "solution" is to uninst...
by ray.wurlod
Wed Aug 24, 2005 11:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-28002: the password will expire within 15 days
Replies: 4
Views: 2529

There is no override.

Change the Oracle password, perhaps using sqlplus.

Then change the default value (if any) stored in DataStage. You can do this in Director; choose Set Defaults from the Job menu.
by ray.wurlod
Wed Aug 24, 2005 11:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error when compiling job with "Occurs" clause
Replies: 5
Views: 1730

Exactly how are you "flattening" the file with a Sequential File stage? As far as I am aware the Complex Flat File stage is the preferred stage for handling an OCCURS clause.
by ray.wurlod
Wed Aug 24, 2005 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DSGetStageLinks
Replies: 6
Views: 1609

Please advise exactly where you found DSGetStageLinks() function in "the docs". Include the page number as well as the manual name. I'm not aware of this function.
by ray.wurlod
Wed Aug 24, 2005 8:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Test Cases for DS Jobs
Replies: 3
Views: 1192

Welcome aboard! :D I suspect whoever imposed the requirement for test cases meant that you need to be able to prove: that the jobs are identical on each machine that, given the same source data, the jobs will produce identical results on each machine Performance comparisons don't really come into it...
by ray.wurlod
Wed Aug 24, 2005 8:20 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing jobs from command prompt
Replies: 4
Views: 1105

Search the forum for dsjob also.