Search found 53125 matches
- Wed Feb 27, 2008 10:05 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key Generator
- Replies: 5
- Views: 4536
So now you look at your database stage, in particular its dboptions property, and figure out what you've put in there to cause a syntax error - in particular there's a "." that was not expected to appear where it does appear, and where the expected character is "," or "}". You may find it useful als...
- Wed Feb 27, 2008 9:28 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key Generator
- Replies: 5
- Views: 4536
- Wed Feb 27, 2008 9:26 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error: Could not load drsoci.dll
- Replies: 10
- Views: 5414
- Wed Feb 27, 2008 9:25 pm
- Forum: General
- Topic: DataStage Health Check
- Replies: 4
- Views: 2709
- Wed Feb 27, 2008 7:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loop activity - How to reset the loop counter
- Replies: 3
- Views: 1867
Re: Loop activity - How to reset the loop counter
bman wrote:Is there a way we can reset the loop counter value from inside a looping sequence.
No.
- Wed Feb 27, 2008 7:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Surrogate Key Generator
- Replies: 5
- Views: 4536
- Wed Feb 27, 2008 7:19 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Getting details about a dataset from Unix
- Replies: 3
- Views: 1059
- Wed Feb 27, 2008 7:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error with DSGetStageLinks
- Replies: 5
- Views: 1535
Interesting. There's no DEFFUN declaration for it in DSJOBCONTROL.H, which is the basis for my earlier non-existence statement. However, it is cataloged in the VOC file, so I guess it does exist after all. To use it in a routine you will require your own DEFFUN declaration, or you will need to call ...
- Wed Feb 27, 2008 7:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: can not able to read hashed file
- Replies: 1
- Views: 994
No passive stage is permitted to open its output link(s) until its input link is closed.
You need to re-think your job design.
You need to re-think your job design.
Code: Select all
OCI -----> HashedFile
|
|
V
OCI -----> Transformer -----> OCI- Wed Feb 27, 2008 5:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error with DSGetStageLinks
- Replies: 5
- Views: 1535
- Wed Feb 27, 2008 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: job not aborting even if there is a fatal error
- Replies: 5
- Views: 2061
- Wed Feb 27, 2008 5:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to open project 'dwh_uat' - 81016.
- Replies: 2
- Views: 1188
Code: Select all
SELECT * FROM SYS.MESSAGE WHERE @ID = '081016';
SYS.HELP. 081016
MESSAGE.. dsrpc: The TCP/IP connection was refused.
dsrpc: The dsrpcd is probably not running.
- Wed Feb 27, 2008 5:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Case expression?
- Replies: 4
- Views: 1184
Code: Select all
If (IsNull(InLink.col1) Or IsNull(InLink.col2) Or (IsNull(InLink.col3)) Then "N" Else "Y"- Wed Feb 27, 2008 4:59 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Tab Permission in Administrator is disabled
- Replies: 1
- Views: 749
- Wed Feb 27, 2008 4:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Connectivity from windows server
- Replies: 7
- Views: 2800
Craig has been working with DataStage and Oracle since nineteen mumble mumble. Who are we to counter his sage words? I am currently working on such a configuration (with the Oracle client software co-resident with DataStage server) and it's perfectly happy. It's not broken, so I have no intention of...