You could always change your expectations.
Or you could address the issue of the Pivot stage's library, rather than ignoring it.
Search found 53125 matches
- Tue Apr 01, 2008 5:11 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Pivot Error
- Replies: 4
- Views: 2025
- Tue Apr 01, 2008 5:08 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reading fixed width files
- Replies: 2
- Views: 901
- Tue Apr 01, 2008 5:07 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: User Defined Environment variables
- Replies: 10
- Views: 2655
- Tue Apr 01, 2008 5:06 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Log error in the sequence with exact error name
- Replies: 6
- Views: 1380
- Tue Apr 01, 2008 5:02 pm
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Last backup dates
- Replies: 7
- Views: 1760
- Tue Apr 01, 2008 4:57 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Loading Taiwanese data into SAP R/3
- Replies: 3
- Views: 1718
- Tue Apr 01, 2008 4:56 pm
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete specific records from hashfile / hashed-file
- Replies: 18
- Views: 7041
- Tue Apr 01, 2008 6:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: connection to LDAP
- Replies: 9
- Views: 3113
- Tue Apr 01, 2008 6:11 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parsing of the record
- Replies: 4
- Views: 1011
- Tue Apr 01, 2008 6:09 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete specific records from hashfile / hashed-file
- Replies: 18
- Views: 7041
- Tue Apr 01, 2008 5:13 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Unable to read data properly from csv file
- Replies: 1
- Views: 975
- Tue Apr 01, 2008 4:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UV Stage-SQLSTATE=S1000, DBMS.CODE=950088
- Replies: 14
- Views: 7143
- Tue Apr 01, 2008 4:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: DSR.ADMIN: Unable to find the new project template location
- Replies: 1
- Views: 1075
There should also be a file called Template.ini (at the same level as DSEngine and Template). This file specifies the location of the template. Example: cat Template.ini [Project] Location=/app/Ascential/DataStage/Template/ FreeDiskSpace=0 Check that this file is present on your system and contains ...
- Tue Apr 01, 2008 4:26 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: UV Stage-SQLSTATE=S1000, DBMS.CODE=950088
- Replies: 14
- Views: 7143
You are very unclear about what has happened, what is happening and what will happen. Please answer the following questions. 1. Is the hashed file still created? If so, what is the name of that hashed file? 2. Is there a VOC pointer to it in the project (either because the hashed file was created in...
- Tue Apr 01, 2008 3:45 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Delete specific records from hashfile / hashed-file
- Replies: 18
- Views: 7041
Use a UV stage with user-defined SQL containing a DELETE statement such as Provide the key value from your text file.
If the hashed file has been created in a directory you will need a VOC pointer to it. Search the forum for the SETFILE command.
Code: Select all
DELETE FROM tablename WHERE key = ?If the hashed file has been created in a directory you will need a VOC pointer to it. Search the forum for the SETFILE command.