Search found 15603 matches

by ArndW
Tue Feb 05, 2008 11:15 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error
Replies: 5
Views: 1333

It would seem your c compiler is not correctly installed. What happens when you execute "/opt/SUNWspro/bin/CC" from a UNIX shell?
by ArndW
Tue Feb 05, 2008 11:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Runtime warning
Replies: 6
Views: 1255

A sequential file cannot have null values. You have two methods of doing this - in the attributes for the output column you can specify what value to use when a null is present for each column, or you can use a transform or modify stage to replace null values explicitly in each column.
by ArndW
Tue Feb 05, 2008 11:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage server 751A restore from AIX unix backup
Replies: 7
Views: 2741

If you re-installed the DataStage server, then created empty projects with the same names and absolute locations as before, then overwrote those directories from a restore you should have been able to see the jobs. If you attach to the directory from UNIX you should see a number of files - i.e. RT_B...
by ArndW
Tue Feb 05, 2008 8:48 am
Forum: General
Topic: Start Loop - infinite loop
Replies: 11
Views: 5501

The loop mechanism doesn't cater for infinite loops. But I've written 'never ending' loops using the counted method and computed that this job would run for several years taking into account the typical loop execution times; so for all intents and purposes I felt confidant that the loop would never ...
by ArndW
Tue Feb 05, 2008 8:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Conversion of 32 bit hashed files to 64 bit using a routine
Replies: 7
Views: 1491

If the "HashFileName" is ever an empty string you had better pray that you have a recent backup...
by ArndW
Tue Feb 05, 2008 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim with DecimalToString
Replies: 3
Views: 1549

Take things step by step. If you do your StringToDecimal conversion and write the resultant decimal column to a PEEK stage, are your leading zeroes gone?
by ArndW
Tue Feb 05, 2008 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Determination of C++ compiler used
Replies: 11
Views: 2249

The c++ compiler is a separately priced component and is neither part of nor installed with DataStage. You can use the "whereis cpp" command to get the path to the cpp executable.
by ArndW
Tue Feb 05, 2008 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Trim with DecimalToString
Replies: 3
Views: 1549

A Decimal column cannot/does not have leading zeroes. Could it be that your input is coming from a text file and is a string? In that case just one StringToDecimal() call is necessary.
by ArndW
Mon Feb 04, 2008 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: reg update count
Replies: 3
Views: 744

How many nodes in your configuration file and have you specified a partitioning method?
by ArndW
Mon Feb 04, 2008 6:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After job subroutine not executing after job runs in DS
Replies: 3
Views: 889

I mean absolute paths for all the files, not just the script. Try the following - in UNIX, do a "cd /tmp" and then ":/prop/llb/tng/bin/ECS_SPLITTER/ECS_Employer_File_Splitter.sh" - my guess is you will get the same error.
by ArndW
Mon Feb 04, 2008 5:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: After job subroutine not executing after job runs in DS
Replies: 3
Views: 889

Odds are that you are not specifying absolute paths for these files. The working directory when executed from a job is the project directory; so either use absolute paths for everything or put an explicit "cd" into your script.
by ArndW
Wed Jan 16, 2008 7:27 am
Forum: General
Topic: Run-time error '13' Type mismatch
Replies: 12
Views: 5201

shiv4003 - DSXChange is a supplement to the documentation and help files, not a replacement. In addition, the search function is very powerful and should be used before posting questions. In this case, searching for "DS.TOOLS" yielded 367 matches, so I see no need to explain DS.TOOLS once again.
by ArndW
Wed Jan 16, 2008 7:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Serverjob error
Replies: 10
Views: 2231

mkdbfile will not be successful if it cannot create the file/directory (verify by testing with "touch" under the same id) or if the file exists already.
by ArndW
Wed Jan 16, 2008 7:09 am
Forum: General
Topic: Run-time error '13' Type mismatch
Replies: 12
Views: 5201

Since it only happens in one project, it isn't a client issue. You most likely have some sort of corruption in that project. Try using DS.TOOLS option 2 to see if that fixes the problem, but do a UNIX level backup of the project directory first in addition to a full export. If the DS.TOOLS doesn't f...
by ArndW
Wed Jan 16, 2008 6:08 am
Forum: General
Topic: Run-time error '13' Type mismatch
Replies: 12
Views: 5201

Do you have several projects? Does this happen for all projects?