Search found 53125 matches
- Fri Sep 19, 2008 3:56 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: MySQL ODBC Connection on AIX 5.3
- Replies: 5
- Views: 4730
- Fri Sep 19, 2008 3:55 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error while writing data to the Table
- Replies: 2
- Views: 931
1) You are relying on an implicit conversion from string to decimal, and are being alerted to this fact. Use explicit conversion to avoid the warning. 2) You have specified XXX_ID as a key in the sort-merge collection algorithm but that field does not exist in the record schema of the inbound record...
- Fri Sep 19, 2008 3:51 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Read Mainframe file using FTP stage
- Replies: 3
- Views: 2069
This may not be it but there are three quote characters in
Code: Select all
'FTP://PORT\'MF File Name' - Fri Sep 19, 2008 3:50 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Remove Warnings while populating sequential files
- Replies: 15
- Views: 4582
- Fri Sep 19, 2008 3:49 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Delete Multiple Datasets
- Replies: 5
- Views: 2342
- Fri Sep 19, 2008 3:46 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: compilation error in transformer
- Replies: 2
- Views: 1827
- Fri Sep 19, 2008 3:45 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Working with excel
- Replies: 11
- Views: 3423
- Fri Sep 19, 2008 3:43 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Listing Stages From Executable Of A DataStage Job
- Replies: 8
- Views: 4030
You'd need a loop in the UNIX script to access each project in turn, and to install the DataStage BASIC routine in each of those projects or globally. As a general rule global cataloging is not a preferred approach in DataStage but it is, however, supported. Details can be found in the DataStage BAS...
- Fri Sep 19, 2008 3:39 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Error when I try to access the Information Server
- Replies: 0
- Views: 799
- Fri Sep 19, 2008 3:34 pm
- Forum: General
- Topic: String to Date conversion--Missing values on mainframe file
- Replies: 2
- Views: 1170
- Fri Sep 19, 2008 3:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Problem with KeyChange column
- Replies: 1
- Views: 979
Setting this property causes an additional column (called "keyChange" by default, though you can choose any name for the column; the column name is the value of the property) to be output from the stage. You are propagating this additional column through to your database table, but no column called ...
- Fri Sep 19, 2008 3:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Restrict The users of Datastage to particular project
- Replies: 3
- Views: 1320
Create operating system groups, one per project. This is a Windows administration task. Add users to groups. This is also a Windows administration task. Protect the project directories and all file system objects therein such that its group has all access and others have read-only or none. This can ...
- Fri Sep 19, 2008 3:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Calling sql query from unix
- Replies: 11
- Views: 2856
- Fri Sep 19, 2008 1:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: how to create unique sequence no with reference to primary
- Replies: 9
- Views: 2033
- Fri Sep 19, 2008 1:46 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Calling Stored Proc
- Replies: 7
- Views: 2030
(Thinks: I can has cheezburger.) Define "performance" in an ETL context. In what meaningful way can the adjective "heavy" be applied to what you have defined? A system DSN is required because a user DSN is only accessible to whomever creates it. In any case, there is no such differentiation on UNIX;...