Search found 15603 matches

by ArndW
Tue Feb 14, 2006 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open the operating system file
Replies: 9
Views: 2480

That might mean you imported the source but do not have an executable. What error do you get when you attempt to compile your routine?
by ArndW
Tue Feb 14, 2006 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to open the operating system file
Replies: 9
Views: 2480

Your routine isn't compiled or is defined incorrectly.
by ArndW
Tue Feb 14, 2006 7:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Look up multiple columns
Replies: 10
Views: 6260

when i use line feed the output is as follows: 1|One|2|Two|3|Three2|Two|3|Three|4|Four| when i use carriage return, the output is as follows: 1|One|2|Two|3|Three| {spaces}2|Two|3|Three|4|Four| the problem still exists. Regards r How are you viewing your file? If you put a line feed in there it migh...
by ArndW
Tue Feb 14, 2006 6:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error 81016 - conn was refused or RPC daemon not running
Replies: 3
Views: 1725

Most often this happens when there were still processes running when DataStage was restarted. Have your admin shutdown DataStage and ensure that all processes and connections are terminated prior to restarting. A "ps -ef | grep ds" should show any remaining processes. In addition, you can check usin...
by ArndW
Tue Feb 14, 2006 4:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get ascential support?
Replies: 8
Views: 1281

When your company purchased DataStage they had the option of getting a support contract with the purchase either directly with the manufacturer or through a third-party support organization. Most companies will purchase this support contract not only to get telephone/email support but also to ensure...
by ArndW
Tue Feb 14, 2006 3:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error running shmtest
Replies: 5
Views: 2164

To ensure your environment variables are kept, you need to run it as ". ./dsenv"
by ArndW
Tue Feb 14, 2006 3:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Query within a Routine
Replies: 2
Views: 797

A database query can be called in a routine by using a DSExecute() call to your operating system to call whatever command you use at your terminal window to issue SQL queries.

It usually is much better (and more efficient) to do this with the appropriate DataStage database connection stage.
by ArndW
Tue Feb 14, 2006 3:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error running shmtest
Replies: 5
Views: 2164

The "libodbc.so" is in the $DSHOME/uvdlls subdirectory, which should be set by the "dsenv" script into the LIBPATH environment variable. Either that has gone wrong or perhaps you don't have sufficient UNIX access to that library.
by ArndW
Tue Feb 14, 2006 2:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error running shmtest
Replies: 5
Views: 2164

It looks like you haven't got your path set correctly. Have you executed the ".dsenv" in your project directory?
by ArndW
Tue Feb 14, 2006 1:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Re-assigning a job parameter
Replies: 1
Views: 834

Hello Gautam, unfortunately job parameters cannot have their values changed once a job has been called. If you need to have a changed value visible in your job you could use the value of a stage variable to indicate the recovery status within a transform stage - I'm not sure if that adresses your qu...
by ArndW
Mon Feb 13, 2006 2:27 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Avoid Concatenate/constants in Transformer
Replies: 7
Views: 1901

You have a "Generate Columns" stage to add constant values, and I would think that you might be able to do some concatenation in a modify stage, but I'd have to check up on that to make sure (I'm not at a DataStage machine right now - but someone else might correct me before I get to a client workst...
by ArndW
Mon Feb 13, 2006 10:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing and Scheduling dsexport or dscmd on server
Replies: 11
Views: 2890

Har,

I am trying to see what your scheduler thinks it has, this is better than posting your command line. If you enter the at command without any options it will show you what is in the schedule and how it has interpreted your submissions.
by ArndW
Mon Feb 13, 2006 9:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Executing and Scheduling dsexport or dscmd on server
Replies: 11
Views: 2890

ArndW wrote:What gets listed when you just type "at" without options? How does your job look in the schedule?
by ArndW
Mon Feb 13, 2006 8:43 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Variable Maximum Length
Replies: 6
Views: 1250

To answer the question you didn't ask - it's something 63 significant characters to the variable name.

To answer your real question :)

You can keep on adding length to DataStage variables until you run out of virtual process memory. The space is not allocated contiguously, either.
by ArndW
Mon Feb 13, 2006 8:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Variable Maximum Length
Replies: 6
Views: 1250

I seem to recall that the length can be quite long, but only the first 32 characters are used to differentiate.