Search found 15603 matches

by ArndW
Fri May 02, 2008 12:23 pm
Forum: General
Topic: French Character
Replies: 7
Views: 1774

This is almost like pulling teeth. What program did you use to get the output? What character set is the source using (actually, what is the source?)?
by ArndW
Fri May 02, 2008 12:22 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Corrupted DS_JOBOBJECTS hash file
Replies: 3
Views: 1602

Teh fix process will tell you if a group is corrupted and deleted - when you see that message you know that record loss has occurred. If that does not happen then things look a lot better. Force-recompiling all jobs after a truncation should also show you which job(s) might be corrupted. Since you h...
by ArndW
Fri May 02, 2008 11:49 am
Forum: General
Topic: French Character
Replies: 7
Views: 1774

Where are you getting the output? From "View Data" for from SQL in your database (outside of DataStage)
by ArndW
Fri May 02, 2008 11:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Couldnt able to see the Code
Replies: 4
Views: 1262

They have removed the ability to see the source code for these internal routines at Version 8.x
by ArndW
Fri May 02, 2008 10:09 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequence does not abort even though job activity aborts
Replies: 3
Views: 1780

Have you tried using the builtin "Warning" and "Error" codes? Do you have "automatically handle activities that fail" switch activated?
by ArndW
Fri May 02, 2008 10:05 am
Forum: General
Topic: French Character
Replies: 7
Views: 1774

What are they being turned into in the database?
by ArndW
Fri May 02, 2008 10:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Corrupted DS_JOBOBJECTS hash file
Replies: 3
Views: 1602

Perhaps. Make a backup of the project at Unix level when all users are logged off. Then use either the preferred method of running "fixtool" from UNIX or doing a "UVFIXFILE" from TCL. This has a good chance of repairing the file, or at least most of it. Do you have a backup that you can re-load into...
by ArndW
Fri May 02, 2008 9:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: column split into multiple rows
Replies: 7
Views: 1997

You can write a BuildOp to do this splitting of rows if the solution given above is not sufficient.
by ArndW
Fri May 02, 2008 6:29 am
Forum: General
Topic: DSGetLogEntry - Locks
Replies: 1
Views: 785

The READ that is done on the hashed file containing the log entry will not cause locking problems in DataStage. If an explicit lock is taken on the log entry record at all, it will be released after the call; and since no log entries are ever updated by the system even if there were an exclusive loc...
by ArndW
Fri May 02, 2008 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 8 installation error
Replies: 8
Views: 2741

Which one - the folder or the registry? I would guess that the folder did it, but it would be nice to know.
by ArndW
Fri May 02, 2008 4:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStage 8 installation error
Replies: 8
Views: 2741

I am not at a session where I can check the names, but after deleting the old files you should also delete all of the registry entries.
by ArndW
Fri May 02, 2008 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQLAllocHandle
Replies: 2
Views: 919

Could you explain the actual variable name and value at runtime, since the spelling of
#Environmnet variable#
doesn't look quite right?
by ArndW
Fri May 02, 2008 2:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reset option equivalent command for DS Server UINX
Replies: 3
Views: 813

The UNIX command would be "dsjob -run -mode RESET {proj} {job}"
by ArndW
Fri May 02, 2008 1:35 am
Forum: General
Topic: French Character
Replies: 7
Views: 1774

Hello and welcome to DSXChange, Susha. Without additional information there is no possibility of getting help. What stages are you using?Do you have NLS enabled? What database and what are the NLS settings for that DB? Which French character is it, and what ASCII value is it being turned into (and h...
by ArndW
Fri May 02, 2008 1:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: fatal errors
Replies: 1
Views: 819

What kind of a stage is "APS_DB_REMAINING_JOIN_INDICATORADD_tras"? The processes communicate between each other with pipes, so the error message indicates that the process that is supposed to writing to the pipe has either failed or timed out. Any other error messages or warnings in the log?