Search found 53125 matches

by ray.wurlod
Thu Oct 25, 2007 11:27 pm
Forum: General
Topic: next german-language DataStage UserGroup-Meeting
Replies: 1
Views: 1310

Would you like to create a user group on the DSXchange web site? If so, contact the editor who will organize this for you. You can be the moderator if you wish. In the menu you will find an option called Usergroups. Your user group would ordinarily not be displayed, until you add a user to it, after...
by ray.wurlod
Thu Oct 25, 2007 10:01 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Connector Stage - Partition Reads Error
Replies: 6
Views: 6954

Try forcing the ODBC Connector to execute in sequential mode, so that partitioning is not at issue. If that works, then the attempt to partition the data from source would appear to be the culprit.
by ray.wurlod
Thu Oct 25, 2007 9:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify Stage Conversions.
Replies: 4
Views: 1329

Square brackets not parentheses. string[7] rather than string(7).
by ray.wurlod
Thu Oct 25, 2007 9:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: dsjob
Replies: 37
Views: 10817

Verify existence and permissions on /.dshome (using an ls -l command). Advise whether the DSHOME environment variable has been set ( echo $DSHOME ). Either method can be used to identify the DataStage directory, unless there are multiple instances installed, in which case the environment variable me...
by ray.wurlod
Thu Oct 25, 2007 9:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Matching Row Count
Replies: 12
Views: 3814

Create an after-job subroutine that uses DSGetLinkInfo() to retrieve the row counts, then compares them. What you need to do with that number appears not to be in your specification.
by ray.wurlod
Thu Oct 25, 2007 9:50 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: list all the jobs which are in aborted status
Replies: 10
Views: 5720

Open Director (status view).
Disable display of Categories.
Sort by Status - all Aborted jobs will be together.
Print the report (use Print to File if preferred).
Enable display of Categories.
by ray.wurlod
Thu Oct 25, 2007 9:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Webserivces Pack Installation Issues
Replies: 6
Views: 1302

Then one of you needs to read the documentation that accompanied the PACK software.
by ray.wurlod
Thu Oct 25, 2007 9:42 pm
Forum: Site/Forum
Topic: Duplicate Posts
Replies: 22
Views: 9977

I believe that the problem is with posting.php on the site itself, particularly for posters with high post counts. And I think it's in the section that provides feedback that the post has been made - clearly it gets there. The workaround is to hit the Back button in the browser when it's had enough ...
by ray.wurlod
Thu Oct 25, 2007 2:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Matching Row Count
Replies: 12
Views: 3814

Excellent. Noting your use of the first person personal pronoun, I say "go for it".
by ray.wurlod
Thu Oct 25, 2007 2:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformerstage error
Replies: 2
Views: 1214

What compiler are you using? Is its licensing current? The message suggests that the file (cxx.ccg) can not be found. What is the value of your APT_COMPILER environment variable? You APT_LINKER environment variable?
by ray.wurlod
Thu Oct 25, 2007 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Access and Dbase files
Replies: 2
Views: 918

The ".mdb" file - is that Microsoft Access? No ODBC driver for Access ships with DataStage - you will need to source a third party driver for operating on UNIX.
by ray.wurlod
Thu Oct 25, 2007 2:46 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Routine O/S is Windows
Replies: 4
Views: 1267

To help others in future please post HOW you resolved it.
by ray.wurlod
Thu Oct 25, 2007 2:45 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Multiple engine installation
Replies: 2
Views: 757

Instance tag must be different if the two instances of DataStage server are on the same machine, but can be the same if they are on different machines. There may also be licensing issues going to multiple machines.
by ray.wurlod
Thu Oct 25, 2007 2:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error creating fileset
Replies: 1
Views: 779

All of the warnings relate to an import operator. You are failing to read from something correctly. Make sure that the table (schema) definition is accurate - re-import it from whatever it is you are reading.
by ray.wurlod
Thu Oct 25, 2007 7:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ftp stage
Replies: 2
Views: 1057

If, by DataSet, you mean the Data Set produced by an Orchestrate copy operator, then the answer is "no".