Search found 53125 matches

by ray.wurlod
Tue Nov 04, 2008 9:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: WAS launched but failed initialization
Replies: 18
Views: 12555

Search for "enabled" within security.xml. It was the first occurrence of "enabled" in the Windows security.xml file; I can not guarantee that this will be the case for AIX, so check that the line looks something like what I described.
by ray.wurlod
Tue Nov 04, 2008 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Type Object 'CJSUserVarsActivity' not found
Replies: 10
Views: 2597

The problem here seems not to be that the design elements are going into production but that the underlying class (from which user variables activity is instantiated) appears not to exist in the production project. I agree with you on the software development life cycle, but millions don't.
by ray.wurlod
Tue Nov 04, 2008 8:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sum of each column to be printed in last row
Replies: 6
Views: 1799

DataStage was never intended to be a reporting tool.

Use a reporting tool - maybe a BI tool, maybe a spreadsheet tool - for this.
by ray.wurlod
Tue Nov 04, 2008 8:39 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Type Object 'CJSUserVarsActivity' not found
Replies: 10
Views: 2597

You will need to enable export of read-only components for what Craig suggests to be successful.
by ray.wurlod
Tue Nov 04, 2008 8:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Routine Material
Replies: 2
Views: 1047

There is a class available specifically about programming in the DataStage BASIC language.
by ray.wurlod
Tue Nov 04, 2008 8:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Check that DSHOME or APT_RESPATH is set.
Replies: 2
Views: 5445

Are these environment variables set? DataStage needs to be able to find the resource file/table it needs to decode the message to which the indicated token pertains.
by ray.wurlod
Tue Nov 04, 2008 8:31 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: creating surogate key
Replies: 1
Views: 728

Please help us to help, by supplying more information, not least of which are the data types of these two fields and whether they form a key. The fact that these are meaningfully named suggest that you need another column which will act as the surrogate key. What is its data type (usually integer of...
by ray.wurlod
Tue Nov 04, 2008 8:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to handle Hexadecimal value
Replies: 1
Views: 792

What do you mean by "handle"? What data type is the input field? What data type is the output field?
by ray.wurlod
Tue Nov 04, 2008 8:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generate Dates
Replies: 5
Views: 1157

You may need to use Grid view. I can't check at the moment.
by ray.wurlod
Mon Nov 03, 2008 8:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stage Type Object 'CJSUserVarsActivity' not found
Replies: 10
Views: 2597

Seems to me that the User Variables activity has not been imported successfully (and maybe not exported successfully). Try this query in production: SELECT OBJNAME FMT '32L', OLETYPE FMT '20L' FROM DS_JOBOBJECTS WHERE OBJIDNO = (SELECT JOBNO FROM DS_JOBS WHERE NAME = 'LoadPIRMExtract_000_Control...
by ray.wurlod
Mon Nov 03, 2008 4:49 pm
Forum: IBM QualityStage
Topic: Quality Stage License
Replies: 4
Views: 2127

They are separately licensed, you can buy one, the other or both. All Information Server components' licensing information is in the one XML file.
by ray.wurlod
Mon Nov 03, 2008 12:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove duplicates with unification source records
Replies: 4
Views: 1309

QualityStage is a really great tool for this style of unduplication. When you say that you have duplicates, is it possible for there to be three or more records with the same key, or only two? If only two you can sort by key and use stage variables in Transformer to compare current row with previous.
by ray.wurlod
Mon Nov 03, 2008 10:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Version 8- Does it need more resources for the dev server?
Replies: 11
Views: 4082

Without knowing why that recommendation was made, it's impossible to comment. Can you please ask the IBM consultant why that recommendation was made? For example do you have many developers, do you use the same machine for development and testing?
by ray.wurlod
Mon Nov 03, 2008 10:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: decimal import error from text file
Replies: 10
Views: 4446

Are you permitting zero-valued decimals? There's an environment variable that you can set to do that - I can't recall the name of it at present.
by ray.wurlod
Mon Nov 03, 2008 10:33 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Failure using multiple db2ee against different dbs
Replies: 2
Views: 924

I suspect it's more to do with the fact that environment variables such as DB2INSTANCE can only have one value at a time.