Search found 53125 matches

by ray.wurlod
Mon Oct 25, 2010 8:55 am
Forum: General
Topic: wap server error
Replies: 6
Views: 1956

Look in the server logs to find out why.
\IBM\WebSphere\AppServer\profiles\default\logs\server1\*.log
by ray.wurlod
Mon Oct 25, 2010 8:52 am
Forum: General
Topic: ExceptionHanlder is not working
Replies: 4
Views: 1413

To test, emplace a Routine activity downstream of the Exception Handler, call DSLogInfo() and see whether the Exception Handler is actually firing.
by ray.wurlod
Mon Oct 25, 2010 8:51 am
Forum: Infosphere Master Data Management
Topic: How to remove the temporary schema generation
Replies: 2
Views: 8917

Wouldn't it make more sense to execute as a user who does have the requisite database privileges?
by ray.wurlod
Sun Oct 24, 2010 5:13 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Alternate option to DSGetLinkInfo
Replies: 5
Views: 2476

Yes, but you have to wait to the end anyway to get the correct count.

The value of system variable @OUTROWNUM will be correct in the final row. Indeed it will be correct at all times on all output links.
by ray.wurlod
Sun Oct 24, 2010 5:12 pm
Forum: General
Topic: DataStage Certification
Replies: 2
Views: 1877

DataStage Certification

DataStage 8.5 certification exam is now available.
by ray.wurlod
Sun Oct 24, 2010 11:13 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple Rows into one single row, comma seperated.
Replies: 9
Views: 7024

Perhaps you can use Remove Duplicates stage rather than Aggregator.
by ray.wurlod
Sun Oct 24, 2010 11:09 am
Forum: General
Topic: The directory you are connecting to either is not UV Account
Replies: 8
Views: 3582

You don't appear to have used the -fix option.
by ray.wurlod
Sat Oct 23, 2010 1:15 pm
Forum: General
Topic: The directory you are connecting to either is not UV Account
Replies: 8
Views: 3582

Take a backup of VOC then try to repair it. Log in as dsadm or root.

Code: Select all

cp VOC VOC.backup

/opt/IBM/InformationServer/Server/DSEngine/bin/fixtool -file VOC -fix
If the VOC file can not be fixed by this method, delete the entire account and restore a good copy from system backup.
by ray.wurlod
Sat Oct 23, 2010 1:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Source Name
Replies: 5
Views: 2086

You do need a new DSN. It might have the same name as the old Informix one, but it will have a totally different definition, including the pathname of the library to be loaded and the port number through which to connect. Prototypes exist within the $ODBCINI file.
by ray.wurlod
Sat Oct 23, 2010 1:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: unique constarint violated
Replies: 2
Views: 1627

That one's easy. Don't send records to Oracle that violate that particular UNIQUE constraint.
by ray.wurlod
Sat Oct 23, 2010 1:16 am
Forum: General
Topic: The directory you are connecting to either is not UV Account
Replies: 8
Views: 3582

You will not be able to get in to this project until the corruption is repaired. Unfortunately we have no information about which file it is. Based on the size and the message I'm going to guess that it's the VOC file. While attached to that directory, execute the following command to determine whet...
by ray.wurlod
Fri Oct 22, 2010 3:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Data Source Name
Replies: 5
Views: 2086

Is the data source name (DSN) you used in the ODBC stage correctly configured in $ODBCINI and registered in uvodbc.config file?
by ray.wurlod
Fri Oct 22, 2010 3:51 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: string to decimal...
Replies: 4
Views: 1567

For starters, this can not be an unsigned value - it has a sign! Try changing the definition such that it is not recorded as unsigned.
by ray.wurlod
Fri Oct 22, 2010 3:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: JOIN & Partition type best for joiner stage
Replies: 6
Views: 2049

For single-column integer keys Modulus is the most efficient key-based partitioning algorithm.
by ray.wurlod
Fri Oct 22, 2010 3:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Did not delete descriptor file
Replies: 2
Views: 1528

Can you delete the Data Set using the Data Set Management tool?