is an issue. What is your platform and what are your settings for APT_COMPILEOPT, APT_COMPILER, APT_LINKER and APT_LINKOPT?Output from subprocess: ld: fatal: library -lConvertWebChar: not found
Search found 15603 matches
- Wed May 21, 2008 8:16 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Compilation error....
- Replies: 12
- Views: 4285
- Wed May 21, 2008 7:48 am
- Forum: IBM<sup>®</sup> DataStage TX
- Topic: Generate data stage jobs?
- Replies: 3
- Views: 2976
No need to post the same question several times, it has already been responded to in your other thread on this subject
- Wed May 21, 2008 7:44 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: Job reads its own link counts
- Replies: 12
- Views: 5537
- Wed May 21, 2008 7:42 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: hashed file through parallel jobs
- Replies: 4
- Views: 931
- Wed May 21, 2008 4:29 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: kill process ids
- Replies: 10
- Views: 3075
- Wed May 21, 2008 4:25 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: ORACLE error ,Unable to find log file
- Replies: 3
- Views: 824
- Wed May 21, 2008 4:00 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: Conditional Lookups where condition references an input col
- Replies: 7
- Views: 1359
- Wed May 21, 2008 3:51 am
- Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
- Topic: kill process ids
- Replies: 10
- Views: 3075
Ray, perhaps we need to be more politically correct in UNIX and use sa new set of UNIX commands or synonyms for the much maligned "kill": "terminate_with_extreme_prejudice {pid}" "render {pid}" "neutralize {pid}" "whack {pid}" "retire {pid}" And we should get rid of zombies, they are to be called "a...
- Wed May 21, 2008 3:42 am
- Forum: General
- Topic: Corrupted Datastage Project
- Replies: 7
- Views: 6165
- Wed May 21, 2008 3:20 am
- Forum: General
- Topic: Corrupted Datastage Project
- Replies: 7
- Views: 6165
- Wed May 21, 2008 2:45 am
- Forum: General
- Topic: Getting uvsh help
- Replies: 22
- Views: 6431
- Wed May 21, 2008 2:16 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: routines
- Replies: 2
- Views: 863
- Wed May 21, 2008 2:12 am
- Forum: General
- Topic: Getting uvsh help
- Replies: 22
- Views: 6431
tsn - look at UniVerse Documentation for some of the books that you will need to read. These are, for the most part, identical with what you will see in DS as the two systems have a common base and split apart several versions ago.
- Tue May 20, 2008 7:25 am
- Forum: General
- Topic: Corrupted Datastage Project
- Replies: 7
- Views: 6165
If you execute the query "LIST UV.ACCOUNT" from TCL or the command line tool in the administrator, is that project still listed? If yes you can do the following: a) create a dummy new project somewhere b) from UNXI, create the missing directory for the ABC project as it listed from the "UV.ACCOUNT" ...
- Tue May 20, 2008 7:21 am
- Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
- Topic: cpp script
- Replies: 8
- Views: 1400
Before and after job calls are part of the old DS engine and are, by default, DS-BASIC programs. There is a mechanism to bind external objects into the engine but the procedure is complex and not recommended. I am assuming "cpp" means "c++" You can make an executable from your c program, then call i...