Search found 42189 matches
- Mon Aug 01, 2005 6:54 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: .uvconfig file
- Replies: 3
- Views: 5326
- Mon Aug 01, 2005 6:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Oracle Load Error
- Replies: 2
- Views: 1449
Failures during a direct path load will leave indexes in an UNUSABLE state, which a rebuild will be needed to fix. As to why there were failures... definitely get your DBA involved. Show them what SQL is being generated by the stage for each of the steps involved. I suspect it may have something to ...
- Sun Jul 31, 2005 8:31 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Key field limitation
- Replies: 4
- Views: 1269
- Sat Jul 30, 2005 12:24 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: excel sheet load
- Replies: 4
- Views: 1281
I did a quick search on excel odbc and got 37 matches, so your answers are out there. Like for example, this one.
Since you are on a Windows server you can read the .xls directly. Or you can always do the old standby of saving as a .csv first and then loading it via a Sequential File stage.
Since you are on a Windows server you can read the .xls directly. Or you can always do the old standby of saving as a .csv first and then loading it via a Sequential File stage.
- Sat Jul 30, 2005 7:13 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Get Identity column value
- Replies: 6
- Views: 1909
i want to use this number down the line to update the records with different statuses. I think the key here is what 'down the line' means. If they are followup jobs, then you can get the new column values post-process and hash them up as Vincent notes. However, if 'down the line' means 'later in th...
- Fri Jul 29, 2005 4:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we know the Constraint Name which was Violated
- Replies: 4
- Views: 968
- Fri Jul 29, 2005 4:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Key field limitation
- Replies: 4
- Views: 1269
- Fri Jul 29, 2005 3:59 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Help on using command line unzip
- Replies: 2
- Views: 1042
- Fri Jul 29, 2005 3:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can we know the Constraint Name which was Violated
- Replies: 4
- Views: 968
Unfortunately, no - not from the reject link inside the job. The only place the full message exists is in the job's log. So you'd need to farm that information from there after the job completes. If you don't want to roll your own, you might want to check out Mr Duke's ETLStats package you can downl...
- Fri Jul 29, 2005 3:52 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: changing uvconfig.odbc & odbc.ini files
- Replies: 2
- Views: 1436
- Fri Jul 29, 2005 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "Low Date" acts unexpectedly
- Replies: 5
- Views: 1624
- Fri Jul 29, 2005 12:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: "Low Date" acts unexpectedly
- Replies: 5
- Views: 1624
- Fri Jul 29, 2005 11:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: User-Defined SQL behaves differently in 7.5.1A
- Replies: 16
- Views: 3702
I really don't think that can be true, Ogmios... at least not for us when working with Oracle via the OCI stage. Perhaps it's different when using ODBC, couldn't say as we typically don't. There are quite a number of jobs here with comments in them, some even at the very beginning to note what is go...
- Fri Jul 29, 2005 8:49 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Converting carriage return to spaces
- Replies: 2
- Views: 1120
- Fri Jul 29, 2005 8:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: SMTP Settings within Data Stage
- Replies: 5
- Views: 4739
Re: SMTP Settings within Data Stage
lagrangeusa wrote:I am looking for a default screen in Data Stage Administrator or Data Stage Manager that allows me to set the SMTP mail settings for all DS jobs.
You are thinking of the option in Designer to provide defaults for the stage when it is newly added to a job.