Search found 42189 matches
- Wed Mar 30, 2005 10:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Very slow updates vs. inserts
- Replies: 5
- Views: 2069
Roy is referring to something that I've heard called an 'Upsert'. Specifically (in Oracle for example) you can load your data into a temp table and then use the MERGE command to get new records and updates from the temp table to the target table by defining the join and telling it what to do when it...
- Tue Mar 29, 2005 3:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Basic function LOCATE
- Replies: 3
- Views: 1987
- Tue Mar 29, 2005 10:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job complied but unable to run
- Replies: 7
- Views: 1843
- Tue Mar 29, 2005 10:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in running unix ftp script as Before-job subroutine
- Replies: 7
- Views: 3067
One of the first things you need to learn when writing scripts for DataStage is - make no assumptions about anything. Specify full paths, beware of relative paths unless you know exactly where you are, don't assume environment variables are set, etc, etc. The environment a script runs under in DataS...
- Tue Mar 29, 2005 7:18 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in running unix ftp script as Before-job subroutine
- Replies: 7
- Views: 3067
Please find the below log file content. It actually opens the port and successfully ftping the files. But the files are not getting copied into the local unix directory. A couple of points: 1) Your message 'script completed successfully' should be changed to 'script completed'. There's no check for...
- Mon Mar 28, 2005 9:10 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SMTPMail RCV: 550 5.7.1 Unable to relay
- Replies: 5
- Views: 3793
Not really a DataStage problem, more of a configuration issue with your email server. Take a look at this Microsoft Knowledge Base article and see if it applies.
There seemed to be several other similar articles which a search there for your keywords should turn up.
There seemed to be several other similar articles which a search there for your keywords should turn up.
- Mon Mar 28, 2005 2:37 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: All the jobs missing from the project
- Replies: 11
- Views: 2455
- Sat Mar 26, 2005 10:50 am
- Forum: IBM QualityStage
- Topic: Error : User Id is a required stage property
- Replies: 6
- Views: 5867
the source stage facing this problem. i think is because of user id and pwd not correct..any ideas? It's got nothing to do with it being incorrect, that would generate a completely different error. It means that, as far as the stage is concerned, you've left the fields empty. And saying 'the source...
- Fri Mar 25, 2005 11:37 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: seq file format
- Replies: 6
- Views: 1307
- Fri Mar 25, 2005 11:29 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WARNING: DataStage has found more CPU's on your system (12)
- Replies: 14
- Views: 4221
- Fri Mar 25, 2005 10:19 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: WARNING: DataStage has found more CPU's on your system (12)
- Replies: 14
- Views: 4221
- Fri Mar 25, 2005 8:20 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: seq file format
- Replies: 6
- Views: 1307
Unless the LF is in the data field in the hash file, I don't see how what you are doing would add one. I'd also suggest you not set that last case to 'null' if it's not one or two - unless you know it will never be used. If you concatenate null onto the end of a string, the whole string will become ...
- Thu Mar 24, 2005 9:20 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Data Stage Sequencer Scheduling error
- Replies: 4
- Views: 3046
- Thu Mar 24, 2005 9:16 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: seq file format
- Replies: 6
- Views: 1307
Re: seq file format
Hi, (VALIDATIONS) SEQ_FILE--------->XFM------->SEQ_FILE(CLEAN DATA) | | V(ERR_CD) SEQ_FILE --->XFM------>SEQ_FILE(ERR_CD,ERR_DESC) ^ | | |(ERR_CD,ERR_DESC) hsh_file Iam creating a sequential file with the columns ERR_CD AND ERR_DESC. Iam getting the ERR_DESC ...
- Thu Mar 24, 2005 8:55 pm
- Forum: IBM QualityStage
- Topic: Error : User Id is a required stage property
- Replies: 6
- Views: 5867