Search found 53125 matches

by ray.wurlod
Tue Sep 18, 2007 4:40 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error resolving parameters in command stage
Replies: 7
Views: 3651

Check the spelling and casing of the job parameter names. #Year# and #year# are different.
by ray.wurlod
Tue Sep 18, 2007 4:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error while running Datastage jobs thru UNIX console
Replies: 3
Views: 4577

By adding directories to your command search list and your shared library search list, and setting certain required environment variables such as ORACLE_BIN. The dsenv script is executed by all DataStage processes but, as an interactive (non-DataStage) process you must executed it explicitly.
by ray.wurlod
Tue Sep 18, 2007 4:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: query in a column
Replies: 7
Views: 1434

Investigate the SDK utility routine UtilityRunJob().
by ray.wurlod
Tue Sep 18, 2007 4:35 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: CRC32 Value different from project to project
Replies: 5
Views: 1408

It should not matter what the actual generated CRC value is, provided it remains consistent for all given values on any one platform.
by ray.wurlod
Tue Sep 18, 2007 4:33 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Max Array Size in Basic
Replies: 6
Views: 2234

Even though it's not related to this problem, DataStage BASIC dimensioned arrays do have an upper limit of 65535 elements.

Someone might be searching for this one day.

Dynamic arrays may have an arbitrary (and unlimited) number of elements, until you run out of memory.
by ray.wurlod
Tue Sep 18, 2007 4:30 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: After job subroutine(ExecDOS) error
Replies: 3
Views: 2020

Check the permission not only to the file but also to the parent folder.
by ray.wurlod
Tue Sep 18, 2007 4:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error Message in Unix when running job from Shell Script
Replies: 6
Views: 1331

Check the job log to determine what values were actually supplied in these cases.
by ray.wurlod
Tue Sep 18, 2007 4:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Fatal Error & Warning , while runing the Job
Replies: 6
Views: 3092

Examine the SQL that was sent to Oracle, find where the missing right parenthesis ought to go, and supply it.
by ray.wurlod
Tue Sep 18, 2007 4:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Use of COMMON
Replies: 12
Views: 2293

Actually, you will find that documented in the DataStage BASIC manual, in the section about COMMON variables.

There are known unknowns, and there are unknown unknowns...

I did get one wrong in the certification exam, if that's any consolation.
by ray.wurlod
Tue Sep 18, 2007 4:25 pm
Forum: General
Topic: Error loading to Idoc
Replies: 2
Views: 1013

Welcome aboard.

This site is equipped with a Search facility, that you can use to locate previous postings of this question. You're not the first to encounter this. Start by searching for the specific error text, stripped of site-specific information.
by ray.wurlod
Tue Sep 18, 2007 4:22 pm
Forum: IBM<sup>®</sup> DataStage TX
Topic: Problems with importing from XML Schema(xsd)
Replies: 21
Views: 11067

:lol:

Remember Thermopylae!
by ray.wurlod
Tue Sep 18, 2007 4:21 pm
Forum: Site/Forum
Topic: installation enquiry
Replies: 1
Views: 2239

This forum is for making suggestions as to the format and running of the DSXchange web site. Please post your question in the appropriate forum (server or parallel) so that we gain more knowledge as to the operating system, version of DataStage, and so on. You might also like to be more specific abo...
by ray.wurlod
Tue Sep 18, 2007 12:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error encountered while connecting to db2 database from ds
Replies: 4
Views: 2762

The error message is
/home1/dsadm/Ascential/DataStage/PXEngine/etc/standalone.sh: not found.

Please verify that this file exists and is executable.
by ray.wurlod
Tue Sep 18, 2007 12:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 Write/Append vs Load
Replies: 2
Views: 901

Define "performance". If you mean will there be more presentations of "Hamlet on Ice", then I doubt it.
by ray.wurlod
Tue Sep 18, 2007 12:48 am
Forum:
Topic: 2 Load jobs we can not run Why?
Replies: 5
Views: 1869

Locks, almost certainly. Get your DBA to verify whether the one process is locking the other out.