Search found 15603 matches

by ArndW
Wed Aug 26, 2009 10:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job error
Replies: 19
Views: 5574

Have you tried a recompile? I, too, haven't seen an aborted state with greyed out reset.
by ArndW
Wed Aug 26, 2009 9:59 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to Stop DataStage Job
Replies: 6
Views: 3989

The "stop" request is just that; the job needs to be checking for this flag to be set. Since it is executing within the before-job portion it won't get this signal. You will need to kill the process running the .bat file from outside of DataStage.
by ArndW
Wed Aug 26, 2009 9:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job error
Replies: 19
Views: 5574

What is the status of the job - if the reset button is greyed out that means that the job probably has not run.
by ArndW
Wed Aug 26, 2009 8:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while logging into DS Client
Replies: 10
Views: 1806

I would try reinstalling your client software first if you are the only one affected at your workstation.
by ArndW
Wed Aug 26, 2009 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while logging into DS Client
Replies: 10
Views: 1806

Hmm... is this a new installation, or an old one where something has changed?
by ArndW
Wed Aug 26, 2009 7:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Issue while logging into DS Client
Replies: 10
Views: 1806

Do all clients (Director & Designer & Administrator) show the same errors?
by ArndW
Wed Aug 26, 2009 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Link collector error
Replies: 1
Views: 975

This has been posted before. See this thread for example.
by ArndW
Wed Aug 26, 2009 7:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job error
Replies: 19
Views: 5574

reset the job, is there an entry titled "from previous run...", if yes, post the contents.
by ArndW
Wed Aug 26, 2009 5:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Truncate in DB2 Enterprise and in Oracle Enterprise
Replies: 3
Views: 1800

Since DB2 has no truncate, it will do a DELETE rather than the (more complex) load method to delete entries.
by ArndW
Wed Aug 26, 2009 5:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job error
Replies: 19
Views: 5574

Are you starting it directly or through a sequence? What is the job status after the attempt? Does a reset give extra log information?
by ArndW
Wed Aug 26, 2009 4:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How does DataStage store Annotations?
Replies: 17
Views: 5496

The performance information is not stored with the job, it is retrieved at display time from the logs. The annotations are stored in the repository as distinct entities in the DS_JOBOBJECTS.
by ArndW
Wed Aug 26, 2009 2:10 am
Forum: General
Topic: Issue With Change Capture Stage
Replies: 2
Views: 932

What data types are these columns?
by ArndW
Wed Aug 26, 2009 2:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: datastage job error
Replies: 19
Views: 5574

Is it just this job that is affected? Does a recompile change behaviour?
by ArndW
Fri Aug 21, 2009 10:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS Jobs Failing
Replies: 3
Views: 898

run your jobs from the UNIX command line using "dsjob -run" if the failures are the same then it is unlikely to be due to the client. But as mentioned before, please post the complete error message(S).
by ArndW
Fri Aug 21, 2009 9:18 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: disabling NLS
Replies: 5
Views: 2720

No, you cannot turn NLS on/off at a project level in DataStage.