Search found 15603 matches
- Tue Aug 15, 2006 11:07 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ftp or copy
- Replies: 14
- Views: 3810
- Tue Aug 15, 2006 9:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim on char datatype
- Replies: 11
- Views: 4120
- Tue Aug 15, 2006 9:56 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ftp or copy
- Replies: 14
- Views: 3810
- Tue Aug 15, 2006 9:54 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CLI for oracle, informix and SQL server
- Replies: 8
- Views: 1779
- Tue Aug 15, 2006 9:47 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCONV Failed Error
- Replies: 9
- Views: 4021
...Moreover, the job works perfectly fine when I remove incremental processing (upsert all records from source)... Well, what does or doesn't get processes when you do that? Remember, we don't have your job to look at so your statement doesn't help us try to localize the problem. Does the problem g...
- Tue Aug 15, 2006 9:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ftp or copy
- Replies: 14
- Views: 3810
- Tue Aug 15, 2006 9:43 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Folder stage equivalent in PX
- Replies: 8
- Views: 5233
- Tue Aug 15, 2006 9:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCONV Failed Error
- Replies: 9
- Views: 4021
- Tue Aug 15, 2006 9:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: ftp or copy
- Replies: 14
- Views: 3810
the FTP process shouldn't fail, or when it does it will give a better error. Yo are probably using Hummingbird to connect to your UNIX machine, or are you using a special FTP tool/program? You do have other options in UNIX such as an NFS mount or things like scp and rcp ; but most likely you will se...
- Tue Aug 15, 2006 9:24 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: OCONV Failed Error
- Replies: 9
- Views: 4021
- Tue Aug 15, 2006 8:05 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CLI for oracle, informix and SQL server
- Replies: 8
- Views: 1779
All of these products have their own command-line driven interface. You will need to issue commands to login, set schema, execute query/command and logout; each of the 3 has a different method for connecting and it's own syntax. From DataStage you can shell out to UNIX using DSExecute() and similar ...
- Tue Aug 15, 2006 8:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: CLI for oracle, informix and SQL server
- Replies: 8
- Views: 1779
All of these products have their own command-line driven interface. You will need to issue commands to login, set schema, execute query/command and logout; each of the 3 has a different method for connecting and it's own syntax. From DataStage you can shell out to UNIX using DSExecute() and similar ...
- Tue Aug 15, 2006 8:02 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Trim on char datatype
- Replies: 11
- Views: 4120
Trimming a CHAR(10) field with the value of "hello " will result in a value of "hello " (i.e. unchanged!) if it is being put back into a CHAR(10) field. You need to ensure that your comparison works on identical data types. If you do a transform stage and execute a derivation "IF TRIM(In.CharField)=...
- Tue Aug 15, 2006 7:41 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Access ODBC to database Postgres
- Replies: 2
- Views: 843
ODBC Solaris drivers for PostGres can be found here
- Tue Aug 15, 2006 6:43 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Hash File Lookup
- Replies: 10
- Views: 2948