Search found 15603 matches

by ArndW
Wed Jun 24, 2009 8:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to create new project
Replies: 27
Views: 8187

The option is "-fix", not "[-fix]". If you try that it might correct the file errors.
by ArndW
Wed Jun 24, 2009 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Send Mail for warning Rows
Replies: 25
Views: 6025

Can you post the exact ExecCommand call from your job and the actual error message?
by ArndW
Wed Jun 24, 2009 8:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: FTP plug in not working
Replies: 5
Views: 2810

Correct, normal ftp is communicated with by just using the server name and doesn't use a URL.

Have you tried connecting to the FTP server from a DOS window using the "ftp" command?
by ArndW
Wed Jun 24, 2009 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Creationg of Hashed File
Replies: 7
Views: 1238

DataStage PX does not know of and cannot read/write hashed files.
by ArndW
Wed Jun 24, 2009 6:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Send Mail for warning Rows
Replies: 25
Views: 6025

Use #Link.ColumnName# in the arguments.
by ArndW
Wed Jun 24, 2009 6:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Send Mail for warning Rows
Replies: 25
Views: 6025

That is not what the error message shows. Do you need to execute "sh" in the external command for your script? What happens if you remove that?
by ArndW
Wed Jun 24, 2009 6:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running DSJob through CommandPromt
Replies: 10
Views: 9856

nagarjuna - the default dsenv script does not add the $DSHOME/bin directory to the PATH.
by ArndW
Wed Jun 24, 2009 6:17 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to create new project
Replies: 27
Views: 8187

I can't quite see if you did a "-fix" or not? If you did a "-fix" could you rerun the fixtool? After a fix run could you try a TCL "LIST UV_SCHEMA" command to see if you get an error message again?
by ArndW
Wed Jun 24, 2009 6:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Send Mail for warning Rows
Replies: 25
Views: 6025

What is the problem? Your script returns and error code of "1" which DataStage interprets as an error return. If it were to return "0" then the job would be happy.
by ArndW
Wed Jun 24, 2009 5:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running DSJob through CommandPromt
Replies: 10
Views: 9856

Either you need to "cd /opt/Ibm/Informationserver/server/DSEngine/bin" and then run dsjob (and you need to have "." in your PATH environment variable) or issue "/opt/Ibm/Informationserver/server/DSEngine/bin/dsjob"
by ArndW
Wed Jun 24, 2009 5:16 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Merging Version of Jobs
Replies: 8
Views: 2863

No, there is no facility in DataStage to "merge" two job versions. I wouldn't know where to begin doing this automatically, there are so many different combinations of changes possible that no software could know which branch to use for which stage of a job. You could always compare V1 and...
by ArndW
Wed Jun 24, 2009 4:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Master job fails
Replies: 22
Views: 5086

That error is because your are trying to use DSSetParam() to set the parameter "Datasource" which is not decalred in the job you are calling.
by ArndW
Wed Jun 24, 2009 3:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to install DataStage v8 on Unix?
Replies: 1
Views: 683

Run the install script, making sure all of your settings are correct before starting. The installation PDF document describes everything you need to do prior to installation in great detail.
by ArndW
Wed Jun 24, 2009 2:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Send Mail for warning Rows
Replies: 25
Views: 6025

double click on the log entry to get all the details of the error message, you are missing the "juicy" part with the relevant information.
by ArndW
Wed Jun 24, 2009 2:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: problem while using seq file and funnel stages.
Replies: 6
Views: 1741

How many nodes are in your configuration file? If more than 1 and you are not using sequential mode then of course the order in your output will be different, depending on the hashing algorithm used with parallel processing.