Search found 15603 matches

by ArndW
Fri Jan 15, 2010 4:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage strange behaviour
Replies: 11
Views: 3205

Often this type of problem can occur from incorrect DLLs in the DataStage client software and a re-installation can solve the problem. In many installations software updates are automatically applied and they can, occasionally, overwrite libraries with older/newer versions than what DataStage expect...
by ArndW
Fri Jan 15, 2010 4:38 am
Forum: General
Topic: Warning Message
Replies: 2
Views: 1360

That message is the result of some other problem and not the cause of the problem itself. To analyze the real problem you'll have to post the other error messages as well. The message is just an informative one. Try doing a "reset" of the job and looking at the log entry starting with &quo...
by ArndW
Thu Jan 14, 2010 5:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling subroutine: *DataStage*DSR_SELECT (Action=3);
Replies: 4
Views: 5690

Re: Error calling subroutine: *DataStage*DSR_SELECT (Action=

How big is your /tmp or other temporary disk and how much space is left there? Also, in your project directory, how many Mb or Gb are available?
by ArndW
Sun Nov 29, 2009 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need help in understanding the OSH.
Replies: 3
Views: 1097

P0 and P1 are partitions 0 and 1, "OP" are operators. The confusions stems from a sequential operator that doesn't run on both nodes and operator combination of stages at runtime.
by ArndW
Thu Nov 26, 2009 6:16 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No Compiler in Production Environment
Replies: 6
Views: 2159

There are those caveats, but one doesn't need a cpp compiler installed in order to get a job running on a given machine.
by ArndW
Thu Nov 26, 2009 6:14 pm
Forum: General
Topic: Mind Your Language
Replies: 2
Views: 906

This week had some classic bad SMS-style posts. I've started to ignore them; not really a nice thing since the questions asked are usually important to those asking but I draw the line somewhere...
by ArndW
Thu Nov 26, 2009 1:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No Compiler in Production Environment
Replies: 6
Views: 2159

I disagree, the cpp compiler does not need to be installed on production systems.
by ArndW
Thu Nov 26, 2009 8:53 am
Forum: General
Topic: How to define Fixed Width Format for a Target File
Replies: 6
Views: 5141

One of the sequential file settings is for fixed width output, then make sure you don't have any VarChar() columns.
by ArndW
Thu Nov 26, 2009 8:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: No Compiler in Production Environment
Replies: 6
Views: 2159

Offhand I can only think of missing libraries being an issue with an object file compiled and loaded on machine A and then run on machine B, assuming the same OS is running on both machines.
by ArndW
Sat Nov 21, 2009 12:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: reading foreign language data
Replies: 1
Views: 702

Just define the correct character set for the data you are reading, that is usually enough. The only time in normal processing where the content of the data really plays a role is when interpreting numbers (i.e. the Germans use a "," for a decimal point) and sorting texts - the collation o...
by ArndW
Sat Nov 21, 2009 12:23 pm
Forum: General
Topic: Field with 'delim=end' did not consume entire input
Replies: 20
Views: 18917

I guess my answers there weren't good enough.
by ArndW
Sat Nov 21, 2009 9:03 am
Forum: General
Topic: Unable to view data from a Sequential File Stage
Replies: 11
Views: 12376

Is "Customer" in the source Sequential_File_9 file declared as VarChar(1)?
by ArndW
Sat Nov 21, 2009 8:58 am
Forum: General
Topic: Unable to view data from a Sequential File Stage
Replies: 11
Views: 12376

Field "Customer" is not a varchar, that data type does not give that error message.
by ArndW
Sat Nov 21, 2009 8:48 am
Forum: General
Topic: Unable to view data from a Sequential File Stage
Replies: 11
Views: 12376

It means you have a CHAR field defined, but there aren't enough characters in the file to fill it.