Search found 53125 matches

by ray.wurlod
Mon Dec 08, 2008 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture clarification
Replies: 4
Views: 1164

(Please wrap your design in Code tags.)

I don't see any way you are testing the output of Change Capture to limit inserts and updates to detected new/changed records.
by ray.wurlod
Mon Dec 08, 2008 3:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Retrieving Identity Column values from DB2/UDB
Replies: 11
Views: 8732

Surely to read them all you need to do is name them in a SELECT statement, whether generated or user-defined?
by ray.wurlod
Mon Dec 08, 2008 3:48 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Reg loading of data
Replies: 1
Views: 1429

Use a connection that doesn't drop out.

Involve your network administrator and Sybase DBA to gather information about why this error occurred in the first place. It is not a DataStage error.
by ray.wurlod
Mon Dec 08, 2008 3:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on SET.FILE.MAP RT_BP3 NONE FORCE command (Failed to s
Replies: 15
Views: 9891

I don't believe it's possible. DataStage NLS only recognizes one administrator user at a time, set by the current impersonation mode. This is the user who can start DataStage server. (It's different on Windows, but isn't everything?)
by ray.wurlod
Mon Dec 08, 2008 3:43 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: send dsjob output to logfile
Replies: 7
Views: 6385

Capture both stdout and stderr.

Code: Select all

dsjob -run -jobstatus $proj $job >> $logfile 2>&1
by ray.wurlod
Mon Dec 08, 2008 3:36 pm
Forum: General
Topic: When was a folder created
Replies: 3
Views: 1021

Re: When was a folder created

sinhasaurabh014 wrote:where can i find the codes for folders as used in the KEY field of DS_AUDIT?
for eg. for jobs its is 2
for routines its 7..etc.
Ever considered a Search of DSXchange? Hint: KEY is a composite column; the individual key columns are called CLASS and INSTANCE.
by ray.wurlod
Mon Dec 08, 2008 3:34 pm
Forum:
Topic: Exporting metadata, API, or usage analysis outside of DS
Replies: 3
Views: 1480

They are not obfuscated. IBM has not published an entity-relationship diagram, and no-one of whom I am aware has developed one either.
by ray.wurlod
Mon Dec 08, 2008 3:33 pm
Forum: Cognos (IBM BI)
Topic: Anyone using Cognos 8.4 and Glossary/Workbench
Replies: 4
Views: 10190

Therefore a licence for every Cognos user who wants to access the technology?
by ray.wurlod
Sun Dec 07, 2008 11:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change Capture clarification
Replies: 4
Views: 1164

You have not provided enough information (not have you asked a question). What is your job design and, in particular, what are you doing with, and with the results of, the change detection stage that you are using (and, for that matter, which stage type is it)?
by ray.wurlod
Sun Dec 07, 2008 11:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Row generator and modify stage question
Replies: 7
Views: 2888

The first is due to your not specifying, in the Sequential File stage, the value with which null is to be represented. Either do so, or make the column not nullable. In particular the first has nothing whatsoever to do with the Modify stage. The second is from the Row Generator stage. Where does dec...
by ray.wurlod
Sun Dec 07, 2008 11:06 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash Size Limit
Replies: 4
Views: 2153

The limit is governed by the largest address (offest) within a file that can be addressed by a signed 32-bit integer. Hashed files use 32-bit pointers internally to link the records in each group. The RESIZE command can, among other things, change the size of those pointers to 64-bit. The largest ad...
by ray.wurlod
Sun Dec 07, 2008 3:11 pm
Forum: General
Topic: Syntax error in Modify stage
Replies: 3
Views: 1262

Hi, Please send me the exact syntax. thanks, Tanisha I provided a precise manual reference. Why can't you look it up there? I would be perfectly happy to read the manual for you, but only as a commercial arrangement. If you wish to proceed on this basis please revert with a purchase order or reques...
by ray.wurlod
Sun Dec 07, 2008 3:09 pm
Forum: General
Topic: Syntax error in Modify stage
Replies: 3
Views: 1262

Hi, Please send me the exact syntax. thanks, Tanisha I provided a precise manual reference. Why can you look it up there? I would be perfectly happy to read the manual for you, but only as a commercial arrangement. If you wish to proceed on this basis please revert with a purchase order or request ...
by ray.wurlod
Sat Dec 06, 2008 2:09 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS.REINDEX ALL from command line.
Replies: 4
Views: 6452

Probably a syntax error message. But Arnd did say he was not in a position to check the syntax.
by ray.wurlod
Fri Dec 05, 2008 10:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: getting an DB error while loading data from file to DB
Replies: 1
Views: 1165

Please post the complete error message, and indicate what stage type is indicated by any stage mentioned in it.