Search found 2288 matches
- Mon May 30, 2005 9:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: STAGE has unexpected STATUS value
- Replies: 6
- Views: 1427
Thank for the replies All, After some "changes"/recompiles and such it started working. I'll try clearing the ststus file Ray next time , I still need to verify this being persistant and not a random fluke now and then. (yes you got the idea Sainath.Srinivasan, I can't recall if it did , if I get th...
- Mon May 30, 2005 8:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: FTP from Remote in loop
- Replies: 3
- Views: 784
Hi, Sounds like your ventring down the basic code. FTP Stage is kinda resonable for relatively small ascii files since it goes and reads the file on hte remote server. for heavy duty ftp tasks you'r better off building a dynamic ftp file and running a command line to get the files. you can also dele...
- Mon May 30, 2005 8:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delay accessing properties of a sequencer
- Replies: 4
- Views: 1288
Hi, Do you mean you have the same sequence job in several projects and only in one it takes 5 minutes to load the job design? (is that project on the same disk/storage as the other ones? - I guess not) Or do you simply have a single huge sequence job that takes very long to load? (Try breaking it do...
- Thu May 26, 2005 1:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: STAGE has unexpected STATUS value
- Replies: 6
- Views: 1427
STAGE has unexpected STATUS value
Hi, I have a DRS performing select max for a column to a Xfm poping a user status and outputing to /dev/null. it was working fine till recently we started getting the above message and the job aborts. (searcing for the entire error got 4 results all leading to a forum page but no real post). Thanks ...
- Thu May 26, 2005 1:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: dscmdexport standalone deployment
- Replies: 5
- Views: 1269
- Thu May 26, 2005 1:21 am
- Forum: Site/Forum
- Topic: found topics get me to posts page not the post
- Replies: 0
- Views: 1381
found topics get me to posts page not the post
Hi,
I used search to find
"STAGE has unexpected STATUS value"
related posts.
I got 4 results.
clicking any of them got me to a dead end (a forum page not a post)
I used search to find
"STAGE has unexpected STATUS value"
related posts.
I got 4 results.
clicking any of them got me to a dead end (a forum page not a post)
- Wed May 25, 2005 11:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading char date into OCI9 Date datatype (not timestamp)
- Replies: 14
- Views: 5410
- Wed May 25, 2005 10:57 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to pass a value that changes in a parameter
- Replies: 4
- Views: 1205
Hi, You can : 1. use a parameter value. 2. code it yourself, I'll explain: you have: ErrCode = DSSetParam(hJob1, "CURRENTMONTH", "PrevioudMonth") if you'll code a variable to hold the value in question you can use: ErrCode = DSSetParam(hJob1, "CURRENTMONTH", myVariable) myVariable can be a parameter...
- Wed May 25, 2005 10:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control question
- Replies: 1
- Views: 457
Hi, I'd say you can simply prevent access to the production project. 1 way might be: using a protected project means you can't promot via version control to it till you unprotect it. keeping that in mind having the DS admin's password on your production server means no one can unprotect it if they k...
- Wed May 25, 2005 10:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Ascential Certification
- Replies: 9
- Views: 4263
Hi, Late last year I attended a course at Ascential FR. They said it sould be available eventually as a 1 day activity, for those who want it; though they knew not of a specific date they guessed not befor 2005 I guess with all that has happened maybe the plans were changed / postponed . Keeping in ...
- Wed May 25, 2005 3:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Using Lookup FileSet versus a DataSet
- Replies: 4
- Views: 1638
- Tue May 24, 2005 2:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Version Control set up
- Replies: 1
- Views: 472
Hi, this is not a trivial thing to answer since only you have all the vriables Befor you think of consolidating projects you must verify no objects are identical by name, If they are and perform different functionality you'll need changes made. If you ment dev+prod project foreach 7 projects you mig...
- Tue May 24, 2005 2:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Catching Rejected rows when writing to Oracle
- Replies: 2
- Views: 694
- Tue May 24, 2005 2:23 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Env Variable APT_TERA_64K_BUFFERS (Teradata)
- Replies: 1
- Views: 1125
- Mon May 23, 2005 8:27 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Export Command
- Replies: 7
- Views: 1832