Search found 53125 matches
- Wed Jul 11, 2007 10:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Datastage on Unix v/s Linux Environment
- Replies: 3
- Views: 2430
You will need to exchange your server licence. That would be true for any change-of-UNIX strategy (such as HP-UX to Solaris) - it's not specific to Linux. Make sure you have a compatible Linux; DataStage is very choosy about working on Linux - basically it won't work on unsupported ones, and even if...
- Wed Jul 11, 2007 10:04 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Difficult to reading the source file with multiple childs
- Replies: 1
- Views: 809
Welcome aboard. Three mechanisms spring to mind. One is to use stage variables as accumulators, and detect change of record type. The second is to pre-process the file (since you have counts of the number of child records) to flatten the multi-row "record" into a single record. The other is to use a...
- Wed Jul 11, 2007 9:58 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Regarding DATE.TAG function
- Replies: 6
- Views: 2332
- Wed Jul 11, 2007 9:56 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Importing Txt file Definition
- Replies: 1
- Views: 556
This suggests that you have some other application that is using the same name as one of the Visual Basic controls in the DataStage client, and this other application was installed after DataStage client so that it's DLL is the most recently loaded. From the error message there is no way to determin...
- Wed Jul 11, 2007 9:53 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Can we sort the data with two key columns.
- Replies: 4
- Views: 1498
- Wed Jul 11, 2007 9:48 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Oracle Temp Table not getting Load ( Seems weird Issue)
- Replies: 7
- Views: 1912
- Wed Jul 11, 2007 9:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Set auto purge through command line
- Replies: 5
- Views: 1625
With a great deal of caution you can add the appropriate entries to the DSParams file. Look at an existing project that has auto-purge set, and seek out the [Auto-Purge] section, which is four lines long including the header. In your script make sure it's not already present, then append to the DSPa...
- Wed Jul 11, 2007 9:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: HOw to restore the cleanup project files???
- Replies: 11
- Views: 1936
- Wed Jul 11, 2007 9:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem in reading an input file...in Datastage.
- Replies: 4
- Views: 1100
How many columns have you got in your Columns grid? Are you certain that this number of pipe-delimited fields exists in every row of your data? If not, have you set any of the "Missing Column" rules in the Columns grid? Which of the fields is supposed to be the decimal value? How are you trying to "...
- Wed Jul 11, 2007 9:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Ways to kill a job
- Replies: 5
- Views: 1668
(a) in Arnd's post includes the -stop option of the dsjob command. Note, however, that jobs - particularly parallel jobs - can take literally minutes to respond to such a request; give them that grace time before attempting anything more. Be patient. Like a run request a stop request is asynchronous...
- Wed Jul 11, 2007 9:21 am
- Forum: General
- Topic: Can i use .xls file as input stage in datastage.
- Replies: 3
- Views: 1191
- Tue Jul 10, 2007 11:42 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Fetching two databases from single database Stage
- Replies: 2
- Views: 869
- Tue Jul 10, 2007 11:40 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: setting array size in DB2/UDB Enterprise stage during insert
- Replies: 4
- Views: 1270
- Tue Jul 10, 2007 11:39 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Can anyone describe about Audit Stage
- Replies: 2
- Views: 1004
- Tue Jul 10, 2007 11:37 pm
- Forum: General
- Topic: New User ID, cannot log in to clients
- Replies: 2
- Views: 1266
The problem is almost certainly permissions at UNIX level. Check that your new UNIX user belongs to the group associated with all the file system objects (directories and files) in the DataStage project. There may also be a more general UNIX group, for accessing the software on the server, to which ...