If it's a production project, then the job may have been made read-only when promoting the job using Version Control.
Or someone in the past has discovered how to toggle the READONLY flag.
Search found 53125 matches
- Mon Apr 03, 2006 4:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Read only project?
- Replies: 6
- Views: 1426
- Mon Apr 03, 2006 4:55 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: maintaining history data
- Replies: 1
- Views: 693
- Mon Apr 03, 2006 4:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequential File error
- Replies: 34
- Views: 8630
- Mon Apr 03, 2006 4:42 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dsjob not found error
- Replies: 3
- Views: 3464
... provided, of course, that your DSHOME environment variable has been set!
You may be able to use the formif your DataStage installation was not an -itag installation.
You may be able to use the form
Code: Select all
`cat /.dshome`/bin/dsjob - Mon Apr 03, 2006 4:34 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unknown Fatal Error
- Replies: 10
- Views: 2020
Reset the job in Director. Is there any message "from previous run..." logged? Set a pointer to the hashed file using SETFILE. Then you can execute queries against the hashed file, such as counting its records or running some of the analysis/tuning commands such as ANALYZE.FILE against it. It's like...
- Mon Apr 03, 2006 4:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Frequently faced errors
- Replies: 2
- Views: 684
- Mon Apr 03, 2006 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error While Executing a UnixScript from DataStage
- Replies: 3
- Views: 1084
EXCEPTION_RUN.sh tries to invoke seq_ntwx_email_script_ph2.sh but can not find it. This is because the directory that contains seq_ntwx_email_script_ph2.sh is not mentioned in the command search list (the PATH environment variable) for the user ID under which the DataStage job was run. Either correc...
- Mon Apr 03, 2006 4:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: keymgt slow performance?
- Replies: 37
- Views: 10493
The figure of 40310 suggested that your SDKSequences file was holding 40310 sequence names and values. That's why I asked you to count it. By default, SDKSequences can contain only 512 bytes of data (separation 1). I prefer separation 4 which is closer to the page size used to transfer data between ...
- Mon Apr 03, 2006 4:19 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSD.BCIGetNext call to SQLFetch failed
- Replies: 16
- Views: 6455
- Mon Apr 03, 2006 4:14 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: More problems with Pesky Floats
- Replies: 15
- Views: 6168
- Mon Apr 03, 2006 4:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: $ char in my oracle user id/schema
- Replies: 4
- Views: 1002
I recall reading something about this in the manual. Don't have access to DataStage this week, but I'd hazard the guess that it's the Parallel Job Developer's Guide , and the chapter on the Oracle Enterprise stage. The same problem can arise with DB2. Both "#" and "$" can be troublesome to DataStage...
- Mon Apr 03, 2006 4:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML File Format
- Replies: 5
- Views: 1522
- Mon Apr 03, 2006 4:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading Table through DB2 Enterprise Stage
- Replies: 13
- Views: 4914
The Partition Table property allows you to specify a table that provides the partitioning algorithm. If you are selecting from a partitioned table, you can use the same table name as the Partition Table property as the table name from which you are selecting. You can always click on Help to learn mo...
- Mon Apr 03, 2006 3:58 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: FTP a file to one server to another server problem
- Replies: 5
- Views: 1100
"ASCII" or binary transfer? Take DataStage out of the picture - do an FTP without DataStage to determine whether your FTP mechanism is the culprit. ... Hi Ray, Thanks for your information and early reply tto this problem. I tried doing that it still didnt worked the moment it is going to some other...
- Mon Apr 03, 2006 3:49 pm
- Forum: Enhancement Wish List
- Topic: Protected Projects - Project Maintanance
- Replies: 6
- Views: 2583