Search found 53125 matches
- Tue Nov 15, 2005 10:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Exception raised in GCI subroutine
- Replies: 10
- Views: 6286
- Tue Nov 15, 2005 10:53 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to give Permission to access jobs to a Particular User
- Replies: 5
- Views: 1386
You can not control access at the individual job level, other than by having the jobs in separate projects. You can manage access to projects with better effect than you imagine by well-planned and systematic use of operating system groups in conjunction with DataStage roles. Have a separate group f...
- Tue Nov 15, 2005 10:50 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to pass output of one sp as input to other sp
- Replies: 3
- Views: 1676
- Tue Nov 15, 2005 10:48 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Using universe for hashfile
- Replies: 3
- Views: 1011
UniVerse does not have a TimeStamp data type. Hashed files store all data as string, but DataStage allows the Hashed File stage to pretend that there really are data types out there. Ross is pretty close, but you won't need an index on the primary key, since the hashing algorithm will find keys fast...
- Tue Nov 15, 2005 6:20 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Null & Blank
- Replies: 5
- Views: 1418
- Tue Nov 15, 2005 6:18 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Network / Bandwidth bottleneck
- Replies: 5
- Views: 1950
- Tue Nov 15, 2005 6:12 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Which ports are needed?
- Replies: 3
- Views: 1418
- Tue Nov 15, 2005 12:14 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Server Shared container
- Replies: 1
- Views: 1011
- Tue Nov 15, 2005 12:11 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Imput parameter in sequencer
- Replies: 2
- Views: 1043
- Tue Nov 15, 2005 12:05 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Import Table definition in excel
- Replies: 2
- Views: 957
If you can find a UNIX-based ODBC driver for Excel you can go that route. If you also have a Windows-based DataStage you can use the Microsoft ODBC driver for Excel. Beware that worksheets are treated by the ODBC driver as system tables, so you have to check "include system tables" when importing. E...
- Tue Nov 15, 2005 12:02 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Routine example code
- Replies: 2
- Views: 1236
You are going to need a properly configured Oracle client on the DataStage server machine no matter what you want to do. Whether you use a DataStage job (the preferred approach) or not, what you're creating is a client application as far as Oracle is concerned. So do think about using the tool prope...
- Tue Nov 15, 2005 11:59 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: 'Basic' Equivalent for 'Cast' operation of SQL
- Replies: 5
- Views: 1067
- Tue Nov 15, 2005 11:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Multiple Keys
- Replies: 2
- Views: 695
It's not totally clear what you want to do. Can you please clarify? What I think you want to do is to assemble something on the output that is derived from multiple lookups. If that's it, you note that every input column reference is unambiguous, because it is qualified by its input link name. So yo...
- Tue Nov 15, 2005 11:52 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Regarding HashFile
- Replies: 2
- Views: 798
- Sat Nov 12, 2005 5:03 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: uv command to create ds project
- Replies: 27
- Views: 11697
Can't open UV.ACCOUNT indicates a wider problem, which you may have introduced or may have just happened. Get into the UV project via telnet, in dssh, and try a query against UV.ACCOUNT, such as SELECT * FROM UV.ACCOUNT; Let us know what error messages appear (if any). Then try naming columns in the...