Search found 53125 matches
- Wed Jan 09, 2008 5:21 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Most effective way to define a constraint
- Replies: 5
- Views: 1611
When the lookup fails, the reference input columns are all set to NULL by the Transformer stage, which invalidates the use of "=" and "<>" operators. You can test the link variable NOTFOUND for the reference input link, which is reliable if the link is fed by Hashed File stage but not, apparently, f...
- Wed Jan 09, 2008 5:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to load spreadsheets data into SQL Server thru Datastage
- Replies: 4
- Views: 1014
- Wed Jan 09, 2008 5:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: DecimalToDecimal conversion in Transformer
- Replies: 7
- Views: 7098
You shouldn't need to do anything. However DataStage will generate a warning to alert you that you can not fit all known Decimal(12,1) values into a Decimal(9,1) field. If you know that you will be able to, because none of your Decimal(12,1) values has more than nine significant digits, then why not...
- Wed Jan 09, 2008 5:10 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Job Seq/Parameter Sets and Job
- Replies: 14
- Views: 5841
Ask your support provider to ask IBM whether there are any known problems with passing values from parameter sets (after all, they are new in version 8) and, if so, whether there is a patch to address the issue. If the answer is yes, please post the eCase number here so that others (with less than p...
- Wed Jan 09, 2008 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: IS 8.0.1 Client on a Citrix Server
- Replies: 3
- Views: 1079
In theory there should be no problem given sufficient hardware. Resource demand will, of course, depend on how many of the resources you want to consume - for stand-alone clients IBM recommends a minimum of 2GB memory; obviously this scales somewhat less than linearly on a Citrix server, due to shar...
- Wed Jan 09, 2008 5:01 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parallel Extender on Windows Machine
- Replies: 4
- Views: 950
- Wed Jan 09, 2008 4:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Sequential Files in PX
- Replies: 9
- Views: 2207
- Wed Jan 09, 2008 4:53 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problems with Datastage - Date format & Null Handling
- Replies: 12
- Views: 29517
- Wed Jan 09, 2008 4:48 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem while inserting data into oracle table
- Replies: 4
- Views: 1383
Thread Hijack Alert! Welcome aboard. Your problem is not the same as the one for this thread, which is about parameter arrays. Please begin a new thread with your question, which is about LONG data type. You might even save yourself that work by undertaking a Search to see whether it has already be...
- Wed Jan 09, 2008 4:43 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Metadata export to UAT
- Replies: 2
- Views: 1021
- Wed Jan 09, 2008 4:41 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Error during running server routine for setting the path
- Replies: 3
- Views: 1082
I guess you posted here because it's a server routine, even though you are in a parallel job. The correct syntax for setting environment variables requires no space either side of the "=" character. In any case you are not setting environment variables, you are setting DataStage BASIC variables. To ...
- Wed Jan 09, 2008 4:35 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: restart Datastage after restarting Oracle?
- Replies: 1
- Views: 780
- Wed Jan 09, 2008 4:33 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Director in 7.5 and above
- Replies: 7
- Views: 1820
- Wed Jan 09, 2008 4:30 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: make something that calls attention when an abort occurs
- Replies: 10
- Views: 3301
Execute a halt command in the operating system. That will get their attention! Seriously, though, you can set up the email system so that an email to a particular address is converted to a pager message or an SMS text message. I'd suggest that such an approach is what you need. Note that this is don...
- Wed Jan 09, 2008 4:25 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DataStage Version Upgrade
- Replies: 7
- Views: 1635
Given that that's what you have done (and let me state that I disagree with the approach on the same bases as the other posters), log in with Administrator privileges and execute the command UPDATE.ACCOUNT in each project. You can do this from the Administrator client Command window or from a TCL pr...