Search found 15603 matches

by ArndW
Tue Mar 28, 2006 12:11 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Transform Output Question
Replies: 5
Views: 1541

If one of your two output sequential files has the same columns and contents as your database then you can use that output file as an input stream to your database stage. This would effect a sequential load.
by ArndW
Mon Mar 27, 2006 5:06 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unknown client library
Replies: 16
Views: 4151

Change the $PROJDEF values one by one until you find out which one of the settings for which parameter is causing this. Once you've identified it, see where and how you use it - if you can't find the problem location you can post additional information here.
by ArndW
Mon Mar 27, 2006 4:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unknown client library
Replies: 16
Views: 4151

There should be no difference between the two, since the data is on the server. Are you using the same login-id to enter the designer in both cases?
by ArndW
Mon Mar 27, 2006 4:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unknown client library
Replies: 16
Views: 4151

Do you mean that "view data" from DataStage is showing the correct data? I don't know what you mean by viewing the data from the server. What happens if, for test purposes, you replace $PROJDEF with other values - does it work?
by ArndW
Mon Mar 27, 2006 3:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unknown client library
Replies: 16
Views: 4151

Murali - my question meant that you should look to see where in your job you are using $PROJDEF and to make sure that it is used correctly. It should be in the default parameter values; the fact that your job is showing an error in a library is quite odd. The passive source stage for DSLINK1 is most...
by ArndW
Mon Mar 27, 2006 2:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unknown client library
Replies: 16
Views: 4151

Murali - "-$PROJDEF" for a library looks very suspicious. Are you using $PROJDEF in your job?
by ArndW
Mon Mar 27, 2006 12:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Timestamp-1
Replies: 3
Views: 1332

Raghu, there are several builtin functions for manipulating dates in PX. Are you wishing to subtract one day or one second from your timestamp?
by ArndW
Mon Mar 27, 2006 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deleting a dataset
Replies: 15
Views: 14470

As you've noted, the .ds file doesn't contain the data, so removing it iwll leave orphaned datafiles. You should use the UNIX command orchadmin rm {dataset.ds} to remove both the descriptor as well as the associated data files. The orchadmin command also has a desc option to let you get such informa...
by ArndW
Sun Mar 26, 2006 8:05 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to View Arabic Data
Replies: 2
Views: 706

In DataStage, what you view is not always what you get. If you output your data to a sequential file and then use the same viewer that you do for your source data it should be the same.
by ArndW
Sat Mar 25, 2006 6:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling one job in another job
Replies: 6
Views: 1175

The pipe symbol needs to part of the string sent to the routine in order for it to correctly parse the parameters. You also have put the "'=" sign outside of your string... Your line needs to look something like StageVariable2 =If StageVariable1=-1then UtilityRunJob('ErrorLoad','JobName=':DSJobN...
by ArndW
Fri Mar 24, 2006 12:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling one job in another job
Replies: 6
Views: 1175

Looks like the value of "0" is being used instead of the parameter name. What does your actaul call look like? Perhaps your pipe symbols are correct and the error lies elsewhere.
by ArndW
Fri Mar 24, 2006 11:40 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Error calling one job in another job
Replies: 6
Views: 1175

Cut-and-paste the pipe symbol from this thread into your parameter list.
by ArndW
Fri Mar 24, 2006 10:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Any way to count the number of errors thrown by a job
Replies: 1
Views: 501

Yes. Do you want to see the errors, do you want to find out how many errors from another job or from UNIX?
by ArndW
Fri Mar 24, 2006 9:58 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Update previous record based on current
Replies: 5
Views: 2436

If you change your sort order then you would be changing your current record based on the previous one - meaning you wouldn't need to do an update of a changed record.
by ArndW
Fri Mar 24, 2006 8:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error while Compiling
Replies: 1
Views: 1707

This looks like your c++ compiler is not installed or configured correctly.

1501-273 A mismatch exists between the OS level and the configuration file. The configuration file /etc/vac.cfg is intended for AIX 5.2. Use vac.cfg.53 to correct the problem.