Search found 42189 matches

by chulett
Thu Oct 22, 2009 9:54 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dscmdexport command line problem
Replies: 26
Views: 12069

That's not the default but if you've made sure that option is defaulting to on and it's still not working, I don't see what else you could do. There's nothing to change in the registry in that case.
by chulett
Thu Oct 22, 2009 6:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File name with wild card on basic
Replies: 4
Views: 1544

OK, then basically what I posted. (no pun intended)
by chulett
Thu Oct 22, 2009 5:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoint Does not WorkWhen A Sequence is Stopped
Replies: 5
Views: 1945

I assume someone pressed the Stop button in Director. I've done the same in the past and made a crazy assumption that when I saw 'Stopped/Restartable' as the status that I would get a checkpoint restart when I ran the job next. Problem is you cannot, you must reset it before it can be run again and ...
by chulett
Thu Oct 22, 2009 5:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: File name with wild card on basic
Replies: 4
Views: 1544

The part I was addressing was the 'using a wildcard on the file name' part. I don't believe that OpenSeq would support wildcards... or does it? :?
by chulett
Thu Oct 22, 2009 3:06 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 8.1 IBM InformationServer first time login error
Replies: 20
Views: 9353

The resolution is there in the post before yours.
by chulett
Thu Oct 22, 2009 2:01 pm
Forum: General
Topic: Read only routines
Replies: 5
Views: 1672

Have you tried exporting them, changing that attribute in the dsx from "1" to "0" and then importing them back? Wondering if they will allow themselves to be overwritten or not... :?
by chulett
Thu Oct 22, 2009 1:24 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to lock the oracle table while reading the data from it
Replies: 7
Views: 2064

If for some reason you still "need" to do this: http://download.oracle.com/docs/cd/B12037_01/appdev.101/b10807/13_elems027.htm But pay close attention to the information right up there at the top. Oracle has extensive automatic features that allow multiple programs to read and write data s...
by chulett
Thu Oct 22, 2009 1:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Checkpoint Does not WorkWhen A Sequence is Stopped
Replies: 5
Views: 1945

You can't. I have no idea why it works that way or what "Stopped/Restartable" is really supposed to mean when it cannot be restarted from the point of failure. :roll:
by chulett
Thu Oct 22, 2009 12:51 pm
Forum: General
Topic: Read only routines
Replies: 5
Views: 1672

There are instructions to change that attribute here you could find by searching for NRO but I have no idea if that still works in the 8.x world and XMETA. :?
by chulett
Thu Oct 22, 2009 11:33 am
Forum: General
Topic: What is the max size for the value stored in $UserStatus
Replies: 4
Views: 1369

Then you've got absolutely nothing to worry about.
by chulett
Thu Oct 22, 2009 11:08 am
Forum: General
Topic: What is the max size for the value stored in $UserStatus
Replies: 4
Views: 1369

Probably significantly larger than you'd need... what exactly are you considering storing there?
by chulett
Thu Oct 22, 2009 11:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SQLSTATE=S1000, DBMS.CODE=-7008
Replies: 6
Views: 5351

Do you have any details on exactly what "the AS400 was upgraded" means? :?
by chulett
Thu Oct 22, 2009 11:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to lock the oracle table while reading the data from it
Replies: 7
Views: 2064

Oracle will maintain the state of the data for you over the life of the source query without having to lock the table. That's a function of the 'transaction isolation' from what I recall. However, massive changes during that window can get you the dreaded 'SNAPSHOT TOO OLD' error. I would think a co...
by chulett
Thu Oct 22, 2009 8:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reject records=No Warning, so how to detect rejected
Replies: 3
Views: 1468

Honestly, the best defense is a good offense. Make sure you don't generate those errors. Failing that, check the log 'after job' for messages like that and alert there.