Search found 15603 matches

by ArndW
Wed Jul 01, 2009 1:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController,0
Replies: 5
Views: 2022

There should be other error messages in the log that detail the cause; this message doesn't help much. Does the data contain more than 31685 records? Notice that one less output than input rows came in - if you have no constraints in the transform stage then something in the data caused the abort. O...
by ArndW
Wed Jul 01, 2009 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compilation Error!
Replies: 2
Views: 1171

The important part of the message is ##W TBLD 000000 12:55:38(003) <main_program> Error when checking composite operator: Output from subprocess: 1540-5216 (S) No licenses available. Please install the licenses that accompany the licensed product. If you have obtained a Try and Buy version, please c...
by ArndW
Wed Jul 01, 2009 1:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DataStae v8 Installation Process
Replies: 11
Views: 3538

This could be the username/password combination for the repository database.
by ArndW
Wed Jul 01, 2009 12:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_CombinedOperatorController,0
Replies: 5
Views: 2022

Your first step is to set APT_DISABLE_COMBINATION to true so that you can find out which stage is causing the error. You also need to look into your log file and find the real error message, the one you posted doesn't specify exactly what the error was.
by ArndW
Wed Jul 01, 2009 12:41 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to create new project
Replies: 27
Views: 8187

I agree with Ray, any further steps you take just run the risk of immediately corrupting the UV_SCHEMA to such an extent that you will need to re-install the engine. I think that at this stage you should just bite the bullet, choose a time when nobody is using the system, and reinstall the engine, a...
by ArndW
Wed Jul 01, 2009 12:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove Header
Replies: 10
Views: 2435

Under "options" in the sequential file stage you can specify "First line is Column Names" which effectively skips the first line.
by ArndW
Wed Jul 01, 2009 12:35 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: SLEEP function clarification
Replies: 8
Views: 2384

I really don't know if NAP ends up executing anything other than an OS sleep call (well, "nanosleep" or the like) at UNIX. So I wouldn't rely on NAP not showing the same sporadic issues.
by ArndW
Tue Jun 30, 2009 6:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error When Creating Project?
Replies: 10
Views: 2130

While I like brevity, I think you might be overdoing it here. I'm not sure where that error message was generated - was it from the ADMIN tool? If so, did you get when entering the tool or when trying to add a project?
by ArndW
Tue Jun 30, 2009 6:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DSD.BCIPut call to OCONV failed
Replies: 21
Views: 6378

Malli, we are trying to help you, but without additional information it is going to be impossible and trying to get this data from you is proving itself rather difficult. You state "some invalid chracters <sic>" but in reality characters can only be invalid codepoints when given a context;...
by ArndW
Tue Jun 30, 2009 6:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to create new project
Replies: 27
Views: 8187

execute the command from TCL, not from a shell; i.e. "cd $DSHOME", ". ./dsenv", "uvsh", then "RESIZE UV_SCHEMA * * *"
by ArndW
Tue Jun 30, 2009 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error When Creating Project?
Replies: 10
Views: 2130

Can you create a project as "dsadm" from the DataStage admin client? If not, then it is almost certainly access rights issues, either in the repository or on the datastage server.
by ArndW
Tue Jun 30, 2009 5:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error When Creating Project?
Replies: 10
Views: 2130

I prefer my error message, "##W IIS-DSEE-TBLD-00000 13:46:07(005) <main_program> Error when checking composite operator: Output from subprocess: /usr/vacpp/bin/xlC_r: 1501-228 input file /home/dsrun/PXFunctionTest/BadParams.o not found ". Want to trade? :roll: Seriously, though. There have...
by ArndW
Tue Jun 30, 2009 5:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: not able to create new project
Replies: 27
Views: 8187

Enter into TCL and then, as shown above, type in "RESIZE UV_SCHEMA * * *"
by ArndW
Tue Jun 30, 2009 4:40 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Orchadmin issue
Replies: 6
Views: 2824

Dump your schema from the dataset, "orchadmin describe -c -s YourDataset" - is the column information correct there?
by ArndW
Tue Jun 30, 2009 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Advise on testing scope -Upgrading to version 8.1 from 7.5.2
Replies: 2
Views: 946

I'd test everything if possible within your project time constraints - particularly if you are in production.

<edit>
I would be surprised if you found any differences if the jobs all compile but it is better to be able to prove that you did due diligence.