Search found 15603 matches

by ArndW
Thu Jun 18, 2009 3:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters in Datastage
Replies: 8
Views: 6874

Umm, at the risk of repeating myself - view data should not be used to test whether or not NLS characters are correclty represented.
by ArndW
Thu Jun 18, 2009 3:50 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to enable selection tab in hash file
Replies: 14
Views: 3481

Account names are also case-sensitive.
by ArndW
Wed Jun 17, 2009 8:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log file on server
Replies: 5
Views: 1267

if your DataStage installation is elsewhere,

Code: Select all

. `cat /.dshome`/dsenv
should do the trick as well.
by ArndW
Wed Jun 17, 2009 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: duplicate identifer error
Replies: 4
Views: 1663

Hello and welcome to DSXChange.

There should be a log entry giving the actual column name. Does this column exist in both input links or in the reference link or in the source link? I seriously doubt that this is a bug, every time I've seen this error it has been due to incorrect design.
by ArndW
Wed Jun 17, 2009 8:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters in Datastage
Replies: 8
Views: 6874

What were your NLS settings when you tried to view the data in DB2 and what tool/program did you use to display? Over half of the NLS issues I see are not really errors, but display problems. NLS isn't too complicated when you realize which NLS character set you are using in each stage. But you need...
by ArndW
Wed Jun 17, 2009 5:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Log file on server
Replies: 5
Views: 1267

You cannot view the log files directly. You can use the "dsjob" command with options such as "-logdetail" or "-logsum" to extract log information. Logs are purged manually or by using autopurge settings as set in the director.
by ArndW
Wed Jun 17, 2009 5:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_JOBOBJECTS was corrupted
Replies: 13
Views: 5797

In that case you can mark this thread as resolved and then open up a new thread with your new problem.
by ArndW
Wed Jun 17, 2009 4:04 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Chinese Characters in Datastage
Replies: 8
Views: 6874

Where is it showing "??" - the "View Data" won't correctly display data. You will also need to provide a bit more information in order to get a good analysis as to where the conversion is going wrong (if at all).
by ArndW
Wed Jun 17, 2009 3:42 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error on insert statement: IIS-DSEE-TFOP-00000
Replies: 10
Views: 3403

Define a reject link to your output database stage and then you can see the SQL error message as well as the data that caused it.
by ArndW
Wed Jun 17, 2009 3:41 am
Forum: General
Topic: Calling Stored Procedure using ODBC stage
Replies: 5
Views: 1360

Actually, the other way around - in PX you cannot define a reference stage to a transformer, while in server you can.
by ArndW
Wed Jun 17, 2009 1:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Key Change - Increment Value
Replies: 13
Views: 3031

Thanks for that.
by ArndW
Wed Jun 17, 2009 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error:-........ is already bound
Replies: 2
Views: 8833

To add to what Ray has already said, another possibility is that you have runtime column propagation turned on and don't directly "see" the duplicated column name becuase it has been passed in from a previous stage.
by ArndW
Wed Jun 17, 2009 1:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sort stage
Replies: 6
Views: 1837

If you had run out of space the job would have aborted. Have you monitored the system while the job is running - particularly disk IO and CPU usage? When the job "hung", how did you stop it?

Large sorts can take a long time...
by ArndW
Tue Jun 16, 2009 3:59 am
Forum: General
Topic: Moving "HASH" file content to a temporary table
Replies: 9
Views: 1885

Look at my query again, what about the "fund_dt < getdate()" part?
by ArndW
Tue Jun 16, 2009 3:22 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS_JOBOBJECTS was corrupted
Replies: 13
Views: 5797

Although I would have used different filenames, your run looks good. The output indicates no data was truncated by the fix command and you just had group errors which were corrected. You might wish to delete or check the job "/backups/Shadi" after fixing your "live" DS_JOBOBJECTS...