Search found 5168 matches
- Wed Oct 25, 2006 3:17 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Problem related to job abort and exit
- Replies: 8
- Views: 2062
It does not affect the performace directly, but yes, there are case where the warning will be generated for each row, which may be millions together, which makes the log file to grow very huge. Which may again lead to project directory to run out of space. Which inturn may affect all other project i...
- Wed Oct 25, 2006 3:10 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Importing and Running an Oracle Stored Procedure
- Replies: 10
- Views: 4800
- Tue Oct 24, 2006 4:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: convert string to date
- Replies: 12
- Views: 3863
- Tue Oct 24, 2006 3:55 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Function to Retrieve alphanumeric values
- Replies: 3
- Views: 1026
- Tue Oct 24, 2006 3:48 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Recovering datastage jobs
- Replies: 7
- Views: 2520
Where do you get this informatin that "that process Id is unavailable."? If this appears while you login to Cleanup Resource, neglect it. Did you followed the steps that mentioned. What message you get when you open you job now? If you are able to see the job name in the item id under 'Locks', note ...
- Tue Oct 24, 2006 3:42 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: convert string to date
- Replies: 12
- Views: 3863
But it complains that the source is in MM/DD/YY format. What is your target stage?
Use to convert it into Date fromate from String. If it is a database stage, you can use To_date() that avaialble in database SQL statement.
Use
Code: Select all
Iconv("Link.Date", "D2/")- Tue Oct 24, 2006 3:37 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Recovering datastage jobs
- Replies: 7
- Views: 2520
- Tue Oct 24, 2006 3:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: convert string to date
- Replies: 12
- Views: 3863
- Tue Oct 24, 2006 3:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Advice on generating OSH script
- Replies: 10
- Views: 3738
- Tue Oct 24, 2006 3:22 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Recovering datastage jobs
- Replies: 7
- Views: 2520
Hi Vinod, This has been discussed several times. User dsadm, login to DS directory - CleanUp Resources. Under 'Locks', you may find the jobs name. Select the item under 'Process' corresponding to that PID. Now select Go by process in Locks and ReleaseAll locks. Else you can go for unix Kill or DS.TO...
- Tue Oct 24, 2006 3:14 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Disk space for a job
- Replies: 3
- Views: 813
- Tue Oct 24, 2006 3:09 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Missing StringID
- Replies: 5
- Views: 1800
- Mon Oct 23, 2006 7:28 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Passing UserID and Password for DB connection
- Replies: 10
- Views: 2613
- Mon Oct 23, 2006 7:17 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Disk space for a job
- Replies: 3
- Views: 813
If the data is not sorted, you may need to include even a sort stage. It again depends on the number of duplicated the input contain, and the data of the lookup (either its a sparse or Lookup fileset). If it is a lookupfileset, and if you have less records per group (duplicates) and with simple tran...
- Mon Oct 23, 2006 7:13 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compiling error on Transform stage using TRIM with L option
- Replies: 2
- Views: 1157