Search found 53125 matches
- Tue Dec 23, 2003 4:03 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OraOCI9 stage : accessing Oracle
- Replies: 2
- Views: 989
Have you looked up the error code -12154 in the Oracle codes and messages manual? This is a useful resource, as it contains not only the meaning of the code but also (often) possible remedial action. The dsenv file sets environment variables for all DataStage processes, including executable jobs and...
- Tue Dec 23, 2003 3:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Getting error while updating a column
- Replies: 8
- Views: 2443
The "bleedingly obvious" question; if the row doesn't exist, why are you trying to update it? Assuming the target table has a primary key, you can pre-load a hashed file with the key values, and use this as a means to determine whether the row exists or not and, thereby, handle updates and inserts o...
- Tue Dec 23, 2003 3:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSParams File
- Replies: 3
- Views: 1183
- Mon Dec 22, 2003 9:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Limit to number of multiple instance
- Replies: 5
- Views: 2209
There is no DataStage limit to the number of instances that may be started. However, there is almost certainly a resource limitation. You shouldn't really try to start more than two instances per CPU. DataStage jobs are - intentionally - resource hogs. Do you REALLY need that many instances simultan...
- Mon Dec 22, 2003 8:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSParams File
- Replies: 3
- Views: 1183
DSParams is a text file in a project directory on a DataStage server machine. The DSParams file serves primarily to store the lists of intrinsic functions and system variables that the syntax checker in the expression editor for server jobs (and the BASIC Transformer in version 7.x parallel jobs) "k...
- Mon Dec 22, 2003 8:44 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: The Aggrigator...dum dum dum :)
- Replies: 27
- Views: 5760
- Mon Dec 22, 2003 1:52 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using the command stage
- Replies: 4
- Views: 1104
- Mon Dec 22, 2003 1:47 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Drive-by postings (also known as "post and run")
- Replies: 13
- Views: 2504
I am - among other things - a qualified psychologist, and can appreciate what Ken has just had to say. But there are a couple of things that give me the irrits on these forums (and Oliver's and others). One is posters who provide no information about where they are. Why are they hiding? Another is t...
- Mon Dec 22, 2003 1:35 pm
- Forum: Site/Forum
- Topic: best place to discuss ProfileStage
- Replies: 5
- Views: 3373
I'd vote for a separate forum for ProfileStage. It has its own set of techniques and its own set of issues. The only really difficulty, then - and it's a difficulty for Ascential too - is where to post questions about Quality Manager (oops, Audit Stage), which overlaps Profile Stage and Quality Stag...
- Sun Dec 21, 2003 9:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: shared container ,job sequence examples
- Replies: 5
- Views: 3285
If you prefer not to do that, it's OK, enrol on the Ascential classes, particularly "DataStage Essentials", where they give actual examples of shared containers and job sequences. This training is available in an instructor-led environment, or via the web. Contact Ascential Software for further info...
- Sun Dec 21, 2003 9:07 pm
- Forum: General
- Topic: Running DataStage jobs with Control M
- Replies: 7
- Views: 7619
Just to add my $0.02 worth, both the BASIC function DSRunJob and the default operation of dsjob are "asynchronous" operations. All they do is submit a request to the server for job execution. Then they're done. You have to make your own arrangements for detection job completion, and any other job ch...
- Sun Dec 21, 2003 4:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: shared container ,job sequence examples
- Replies: 5
- Views: 3285
Exactly what do you mean by "in real time"? Are you referring to the "RTI" (real-time integration) capability and, if so, do you have the RTI components installed and licensed? If not, what exactly do you mean? A shared container is simply a way of encapsulating a subset of a job design, in a way th...
- Sun Dec 21, 2003 4:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Connection Breaking many times
- Replies: 3
- Views: 1255
- Sun Dec 21, 2003 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can this fn. RowProc..... used more than once in a job?
- Replies: 4
- Views: 981
- Sun Dec 21, 2003 3:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: listen failed, get service by name bombed
- Replies: 4
- Views: 1691