Search found 53125 matches

by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
Tue Dec 23, 2003 3:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSParams File
Replies: 3
Views: 1183

:? ... none of which is either relevant nor meaningful for 5.x server jobs! I just tried to answer the question at the OP's release level.
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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

The other thing to check, of course, is that your method of summing and grouping in the sequential file is correct! :wink:
And are your numbers large enough that you might be getting overflow when summing them? Have to ask, to eliminate possibilities.
by ray.wurlod
Mon Dec 22, 2003 1:52 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Using the command stage
Replies: 4
Views: 1104

I used to make it a habit to grab all the plug-in PDFs and install them on the client with the other DataStage manuals (or on a shared drive, depending on the installation).
Version 7.x now does that for me. :)
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
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...
by ray.wurlod
Sun Dec 21, 2003 4:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connection Breaking many times
Replies: 3
Views: 1255

Is any message being generated either on the client or the server?
Also, you should not need to be doing Cleanup Resources "many" times - there may be something wrong with the way that the upgrade was installed. Cleanup Resources really ought to be a tool of last resort.
by ray.wurlod
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

It's OK to do this (once in one job) even though you're using multiple instances of the server job. This is because the separate instances run as separate processes, so that the area of memory declared as COMMON in one does not overlap with the area of memory declared as COMMON in the other.
by ray.wurlod
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

The least technical fix is re-boot the Solaris machine.
This will guarantee that all ports are cleared.