Search found 42189 matches

by chulett
Mon Nov 23, 2009 10:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load Problem
Replies: 5
Views: 2406

Unique indexes get left in an UNUSABLE state after a load because they no longer contain unique values. That's the first thing I would look into, your initial truncated load is not working as well as you think.
by chulett
Mon Nov 23, 2009 9:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle Load Problem
Replies: 5
Views: 2406

It won't even start because starting off you have an index in an unusable state. Have your DBA fix that and then see what happens.
by chulett
Mon Nov 23, 2009 9:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Binary Values
Replies: 4
Views: 2341

And how are you viewing the file? You'd need a hex dump to verify the contents otherwise all you'll see is what you are calling "junk values".
by chulett
Mon Nov 23, 2009 8:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Binary Values
Replies: 4
Views: 2341

OK, nevermind on the codepage. You've got a hex value, what are you expecting in the sequential file? That same value or do you need to... 'decode' it?
by chulett
Mon Nov 23, 2009 8:04 am
Forum: General
Topic: infosphere
Replies: 1
Views: 845

You need to install an approved C++ compiler for your platform / version and configure DataStage properly for it. All in the Install and Upgrade Guide pdf, oddly enough. :wink:
by chulett
Mon Nov 23, 2009 8:02 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: System.OutOfMemoryException
Replies: 5
Views: 1580

Any chance the drive you are writing this hashed file to is full?
by chulett
Mon Nov 23, 2009 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Handling Binary Values
Replies: 4
Views: 2341

Just looks like it may be a codepage / character set issue. Can you post an example of this "binary" data?
by chulett
Mon Nov 23, 2009 7:50 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode:-1
Replies: 15
Views: 18856

I would think your "DT_TM" fields would need a proper TO_DATE() wrapped around them to make Oracle happy... or is that not the case with ORCHESTRATE fields? :?
by chulett
Mon Nov 23, 2009 7:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Setting user defined Environment Variable to $ENV
Replies: 5
Views: 1579

The value you assign the environment variable in the Administrator should be $ENV and the default value of that environment variable when you add it to your job should be changed to $PROJDEF. In the job.
by chulett
Mon Nov 23, 2009 7:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error setting up internal communications
Replies: 17
Views: 6650

How much command line UNIX experience do you have? You need to navigate to the 'Project' directory in question and do an 'ls -ld' on RT_SCTEMP there: cd $DSHOME/../Projects/<YourProjectName> ls -ld RT_SCTEMP That should work unless your projects are in a non-standard location, in which case you'll n...
by chulett
Mon Nov 23, 2009 7:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: option in multi-instance for reading dynamic number of files
Replies: 10
Views: 4607

The Designer's Guide pdf manual has a discussion of Sequence jobs including the use of the Start/End Loop and User Variables Activity stages. Read it. This discussion should help as well, there are others here.
by chulett
Mon Nov 23, 2009 7:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: limit to number of updates in a single job
Replies: 5
Views: 1812

Sounds like it might be a bug in the connector if it is not releasing the tables. Check with your official support provider.
by chulett
Mon Nov 23, 2009 7:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How-to Delete remote file
Replies: 8
Views: 1802

For the FTP stage, make sure you've got all of the permissions you'd need. Just because you can ftp somewhere doesn't automatically mean you can telnet there as well.
by chulett
Mon Nov 23, 2009 7:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Job Control Error
Replies: 15
Views: 3826

I wouldn't be quibbling if you were overriding their value. As noted, there's no reason to set any variable to its default value, especially an environment variable that will automatically get its value from the environment without any help from you. That's what they do.
by chulett
Mon Nov 23, 2009 7:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to reset a job manually
Replies: 2
Views: 894

Right, there's a Reset button in the Director client for that, looks like 'rewind' or two left-facing arrows.