Search found 15603 matches

by ArndW
Mon Aug 02, 2010 9:54 am
Forum: General
Topic: Too much space in DB XMETA db2
Replies: 20
Views: 11246

Did you also set ORLogging = 0? The logs are not purged immediately after making the setting change, but only upon the next run, so it might take some time for the logs to be pruned down to size after specifying purge settings. The size really is quite large. Do you have QS or any other add-ons in u...
by ArndW
Mon Aug 02, 2010 9:26 am
Forum: General
Topic: Too much space in DB XMETA db2
Replies: 20
Views: 11246

I wouldn't try cleaning up space directly in XMETA unless I was certain what I was doing. Perhaps you could set a project purge for x-job runs or x-days; this will go a long way in keeping XMETA smaller (another option would be to switch logging back to the hashed files).
by ArndW
Mon Aug 02, 2010 9:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML to MQ - operator terminated abnormally: received signal
Replies: 1
Views: 807

Please post the complete error messages, since the snippet that you posted doesn't help to narrow down the possible cause.
by ArndW
Mon Aug 02, 2010 9:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deleting data set previous delete attempt not complete
Replies: 7
Views: 7438

The question here is why aren't the datasets being deleted. You need to look at the log file of the run before the one which shows all the warnings.
Once you have found the cause and cannot avoid it, then an option would be to deprecate the warning to an informational message in the job log handler.
by ArndW
Mon Aug 02, 2010 9:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fatal Error: Invalid Julian day in Filter Stage
Replies: 5
Views: 4859

I just put together a quickie job, Row Generator with 2 timestamp colums and put them through a filter without any errors or warnings.
If you add $OSH_PRINT_SCHEMAS to your job and look at the actual schemas going into your filter stage are they actually timestamp?
by ArndW
Mon Aug 02, 2010 8:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deleting data set previous delete attempt not complete
Replies: 7
Views: 7438

No, recompilation won't change anything. What is odd is that this warning should only occur once (or do you have more than 50 DataSets in the job?). If you go to the directory you will see files named "...ds.being_deleted", if no jobs are runnig then you can manually do an "orchadmin ...
by ArndW
Mon Aug 02, 2010 8:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Enterprise stage
Replies: 5
Views: 6003

DataStage will always try to be backwards compatible. DataStage is over 10 years old now and not a single stage has been "retired"; so I wouldn't worry about the stage disappearing on you. What will happen is that the older stages might become deprecated over time and that new functionalit...
by ArndW
Mon Aug 02, 2010 8:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: deleting data set previous delete attempt not complete
Replies: 7
Views: 7438

I've seen this message (only on windows) several times, but it seems to be caused by a previous run having aborted and is only a warning message and does not prevent the job from running.
by ArndW
Mon Aug 02, 2010 7:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubles becoming integers in a Transformer
Replies: 4
Views: 975

There was something niggling at me when I made my post but I ignored it - but now you reminded me of the FABS() function. Thanks.
by ArndW
Mon Aug 02, 2010 6:01 am
Forum: General
Topic: Execute Command Stage - Command ksh did not finished OK
Replies: 13
Views: 5495

The ksh script you are calling returns with a stderr status that is non-zero ("1" in this case) and thus DataStage is assuming that it has errors.
You can use a conditional trigger for the value of "1" as an output link for a successful job call.
by ArndW
Mon Aug 02, 2010 5:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Doubles becoming integers in a Transformer
Replies: 4
Views: 975

According to the Parallel Job Developer's Guide the result of the ABS() is a dfloat, but generally the ABS() function is an integer one. I tested it here (on Windows 8.1) and the ABS(-1.5) returns 1 on a dfloat. Either the documentation or the ABS() function is wrong. I wonder which IBM will correct...
by ArndW
Mon Aug 02, 2010 5:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 get row partitioning data Error
Replies: 6
Views: 2484

What column is the table partitioned on? That would be the column number 0 referred to in the error message.
by ArndW
Mon Aug 02, 2010 4:12 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: The call to the sqlldr failed;return code=256
Replies: 5
Views: 3201

There should be more error messages in the log which point to the Oracle loader log files - and the errors should be detailed there.
by ArndW
Mon Aug 02, 2010 4:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 get row partitioning data Error
Replies: 6
Views: 2484

This looks very similar to a thread from a couple of days ago where a DB2 table was declared as partitioned in the job when it really wasn't. Could this also be the case here? Is your DB2 partitioned? If yes, have you declared the column as nullable?
by ArndW
Mon Aug 02, 2010 3:01 am
Forum: General
Topic: error in the information server
Replies: 2
Views: 995

Which program is giving you this error?

The default port is 9080 for the client programs, i.e. "Machine:9080" as the Domain, then userid, password as defined and the projects should appear in the dropdown list.