Search found 53125 matches
- Wed Jan 09, 2008 4:22 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: TIMESTAMP - SQL reserved word
- Replies: 1
- Views: 1106
In most databases use of reserved words is prohibited. DataStage tries to conform to SQL CAE Access Group standards, where use of reserved words is likewise prohibited. There are two possibilities. One is to use quoted identifiers - to enclose the column names in double quote characters. The other i...
- Wed Jan 09, 2008 4:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI fetched truncated data: solved it but wld need comment..
- Replies: 8
- Views: 3298
- Wed Jan 09, 2008 4:12 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Unable to open SQL Bulder in OCI stage.
- Replies: 0
- Views: 1566
Were you to ask your support provider, you would be informed that Windows XP is not a supported platform for DataStage server. Since it works on one machine and not on another, the obvious question to ask is what's different between the two machines? Re-installing the client may be worth attempting....
- Wed Jan 09, 2008 4:09 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Refernce lookup
- Replies: 7
- Views: 2795
- Wed Jan 09, 2008 4:06 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Permission Denied Error
- Replies: 8
- Views: 2830
By what mechanism is your Windows machine working with UNIX files? For example are they mounted via Samba or some similar utility? Somewhere in there the permissions are not right. It could be the authentication to the UNIX machine, it could be the file system permissions on the UNIX machine. You ha...
- Wed Jan 09, 2008 4:01 pm
- Forum: General
- Topic: Getting average elapsed times
- Replies: 4
- Views: 1320
Kim Duke's free ETLstats package collects information into a database table, which you can then query to your heart's content.
- Wed Jan 09, 2008 3:57 pm
- Forum: IBM QualityStage
- Topic: multi national address data
- Replies: 12
- Views: 3037
- Wed Jan 09, 2008 3:54 pm
- Forum: IBM QualityStage
- Topic: Match Designer - Test pass error
- Replies: 2
- Views: 2718
Also check ODBC.H in the include folder for DataStage Engine. This decodes the data type codes; for example -9 represents SQL.WVARCHAR (which one assumes to be "wide VarChar", or NVarChar: different vendors use different terminology). Negative numbers in this list represent unsupported data types. T...
- Wed Jan 09, 2008 4:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameter File
- Replies: 7
- Views: 1520
Imagine, for a moment, that you are not using DataStage, but need to read parameter values from a file to supply to some other application. How would you go about that? The answer for DataStage is pretty much the same. In a job sequence you would do whatever it is you plan to do to read the file, an...
- Wed Jan 09, 2008 4:01 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to assign Header and Footer in Sequential file?
- Replies: 8
- Views: 4113
You can certainly write subroutines. If the header or trailer is simple enough you could also use one of the supplied subroutines to use a command such as echo with a redirection operator to append to the file. In such a job design you would, of course, need to set the Sequential File stage to appen...
- Wed Jan 09, 2008 3:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parameter File
- Replies: 7
- Views: 1520
Re: Parameter File
...it throws an err. plz help What is "an err"? Did you mean "an error"? That, alone, is insufficient information to attempt a diagnosis. Please post the exact text of the error that is thrown. Perhaps, for example, you have not licensed these components. The adverb you sought for your final senten...
- Wed Jan 09, 2008 3:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: NextSurrogateKey() in a stage variable
- Replies: 6
- Views: 3390
- Wed Jan 09, 2008 3:51 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCI fetched truncated data: solved it but wld need comment..
- Replies: 8
- Views: 3298
- Wed Jan 09, 2008 3:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: In Version 7.5.2
- Replies: 3
- Views: 863
- Wed Jan 09, 2008 1:45 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Transformer stage Vs switch stage
- Replies: 1
- Views: 1776
No. But you can have multiple switch values directing onto the same output link. However I suspect a Switch construct (whether in C or in the stage) would not be all that efficient with tens of thousands of discrete values. Prefer a Filter or Transformer stage, in either of which you can specify com...