Search found 53125 matches

by ray.wurlod
Tue Oct 28, 2008 9:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot Dynamic Columns
Replies: 9
Views: 2762

Nothing I posted implies fixed width.
by ray.wurlod
Tue Oct 28, 2008 9:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning:Short input record
Replies: 13
Views: 6235

I wonder whether END might be a reserved word? Can you try it with a different field name?
by ray.wurlod
Tue Oct 28, 2008 9:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: orchdbutil For ODBC (SQLSERVER)
Replies: 2
Views: 1041

What other mechanism (apart from ODBC) do you believe to be available for accessing SQL Server, particularly from a UNIX server?
by ray.wurlod
Tue Oct 28, 2008 9:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot Dynamic Columns
Replies: 9
Views: 2762

Make the columns nullable and ensure that the default value is null.

Push back on the arbitrary restriction on your effectiveness. Server jobs are perfectly valid.
by ray.wurlod
Tue Oct 28, 2008 9:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Interprocess Stage
Replies: 6
Views: 1431

I doubt that the IPC stage is helping here - enabling inter-process row buffering would have the same effect. You would probably get better gains pre-sorting the source file using a Filter command in the Sequential File stage and losing the Sort stage altogether.
by ray.wurlod
Tue Oct 28, 2008 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Not Enough Space
Replies: 6
Views: 1804

The file does not exist becase DataStage determined that there was not enough space to create it.
Do you have at least 1623935520 bytes free on D:/IBM/InformationServer/Server/Datasets while the job is running (note that other Data Sets will also need space here)?
by ray.wurlod
Tue Oct 28, 2008 7:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Vertical Pivot Dynamic Columns
Replies: 9
Views: 2762

In parallel jobs you need to configure for the maximum possible number of columns, assigning null to each unused column and subsequently filtering out the nulls. Or you might consider using a server job and the multi-value handling capabilities of a UniVerse stage to achieve a vertical pivot with an...
by ray.wurlod
Tue Oct 28, 2008 7:52 am
Forum: General
Topic: routine
Replies: 2
Views: 993

To run (without embedding in a DataStage job) you would need to write and compile an appropriate main() function that could be executed independently and which could invoke your routine.
by ray.wurlod
Tue Oct 28, 2008 7:50 am
Forum: Information Analyzer (formerly ProfileStage)
Topic: an error of load database metadata
Replies: 3
Views: 2254

In the messages it states "Contact technical support". I suggest that this is your best option. There are far too many possible causes of failure to load metadata than can easily be canvassed here.
by ray.wurlod
Mon Oct 27, 2008 5:55 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Constrain
Replies: 8
Views: 2368

Did the link name in the constraint expression get updated automatically? This does occur for output column derivations; I can not check right now whether it happens in constraint expressions.
by ray.wurlod
Mon Oct 27, 2008 2:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Schema file
Replies: 11
Views: 3618

Try quote=none rather than quote='none'
by ray.wurlod
Mon Oct 27, 2008 2:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job Failure
Replies: 5
Views: 2169

Are your UniData services (particular shared memory manager) running?
by ray.wurlod
Mon Oct 27, 2008 8:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with Schema file
Replies: 11
Views: 3618

The bit at the end is a worry, an unneeded comma after quote=none and no terminating semi-colon for the final field definition.
by ray.wurlod
Sun Oct 26, 2008 11:17 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The UV.ACCOUNT file could not be opened (39130)
Replies: 4
Views: 3400

Check for expired licence (whether or not this is true - check the licensing XML files also). Are any other error messages generated? Is the DSHOME environment variable or the /.dshome file intact?
by ray.wurlod
Sun Oct 26, 2008 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: User role management
Replies: 5
Views: 1006

It's all done with operating system groups and DataStage roles. Research these either here or in the manuals.