The system, as it tells you, can not find 'D:/PROGRA~1/MKSTOO~1/etc/cxx.ccg'.
What values have you set for APT_COMPILER and APT_LINKER environment variables?
Search found 53125 matches
- Mon Jan 21, 2008 7:35 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: error while compiling transformer stage
- Replies: 1
- Views: 875
- Mon Jan 21, 2008 7:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Reusability
- Replies: 3
- Views: 1117
- Mon Jan 21, 2008 7:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: XML file processing with missing elements
- Replies: 5
- Views: 1446
In XML a data element is (simplistically) a container for zero or more data attributes . In DataStage, a Data Element is a great way to attach more information to a column about its purpose and other business metadata. One can perform Usage Analysis on a Data Element, for example to answer the quest...
- Mon Jan 21, 2008 7:20 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: How to make the connection between datastage and DB2
- Replies: 1
- Views: 767
- Mon Jan 21, 2008 7:15 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequentail file-Missing Column
- Replies: 3
- Views: 913
Map empty string means to write out an empty field - between two adjacent delimiters. Pad with empty string means to fill the designated field width with Char(0) characters - these are ASCII NUL bytes. Because C strings are NUL-terminated, these may look like empty strings in some viewers which is w...
- Mon Jan 21, 2008 7:08 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: returned null - error
- Replies: 1
- Views: 639
- Mon Jan 21, 2008 7:04 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: How to run SELECT from command line
- Replies: 8
- Views: 2813
Code: Select all
DSHOME=`cat /.dshome` ; export DSHOME
. ${DSHOME}/dsenv
cd ProjectDirPath
${DSHOME}/bin/dssh "SELECT NAME FMT '40T' FROM DS_JOBS WHERE JOBTYPEIND = '2';"- Mon Jan 21, 2008 6:56 am
- Forum: General
- Topic: .DSX and XML
- Replies: 4
- Views: 1244
- Mon Jan 21, 2008 4:38 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Two Different Server Installations on Same Unix Box
- Replies: 14
- Views: 4244
- Mon Jan 21, 2008 4:36 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Sequentail file-Missing Column
- Replies: 3
- Views: 913
- Mon Jan 21, 2008 4:35 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: What is tracemode
- Replies: 1
- Views: 687
It doesn't mean anything in parallel jobs. You have marked your job type as parallel. In server jobs it is a sum of powers of two associated with the stage tracing options on the Tracing tab of the Job Run Options dialog. Trace mode 1 also occurs if you're running in the Debugger, since it uses the ...
- Mon Jan 21, 2008 4:33 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Metadata Tables
- Replies: 1
- Views: 836
- Mon Jan 21, 2008 4:32 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: LKP Job Got Aborted
- Replies: 1
- Views: 872
- Mon Jan 21, 2008 4:30 am
- Forum: General
- Topic: .DSX and XML
- Replies: 4
- Views: 1244
- Mon Jan 21, 2008 1:49 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Parse error on case string
- Replies: 1
- Views: 926