Search found 53125 matches

by ray.wurlod
Wed Sep 13, 2006 2:58 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: diff b/w DSLinkrowcount & DSJ.LINKROWCOUNT
Replies: 4
Views: 2154

It depends on which version you are running, on whether the compiler directive $OPTIONS NO.CASE has been asserted. I always have case sensitivity switched on.

You might also find this post informative.
by ray.wurlod
Wed Sep 13, 2006 2:56 pm
Forum: General
Topic: Can't login to Data Stage Server from DS client
Replies: 8
Views: 5554

Does this problem occur from just one client machine, or from all?
by ray.wurlod
Wed Sep 13, 2006 2:55 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: lookup failure
Replies: 3
Views: 891

The message is fairly obvious; something in your query is generating a value that is too large. Assuming you are using ODBC, there is a maximum row size and a maximum number of columns that can be transferred. These maxima can be configured in uvodbc.config using the MAXFETCHBUFF and MAXFETCHCOLS pa...
by ray.wurlod
Wed Sep 13, 2006 2:52 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Migrating From 7.5.2 to 7.5.1A
Replies: 2
Views: 674

Never tried it. Check the internal job number. If it's the same in both versions there is a chance it will work. But there are no guarantees; you are not supposed to be able to regress versions in DataStage; you should have good backups before upgrading.
by ray.wurlod
Wed Sep 13, 2006 2:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Fetch job Stats
Replies: 8
Views: 2137

Welcome aboard. :D You can find the dsjob command documented in the Server Job Developer's Guide or the Parallel Job Advanced Developer's Guide If you're on the DataStage server machine, you can use dsjob -report projectname jobname If you want to execute from somewhere else it's dsjob -host yyy -us...
by ray.wurlod
Wed Sep 13, 2006 2:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Viewing/Writing Contents of a DataSet from a OS
Replies: 10
Views: 4647

"file.ds" is not the Data Set. It is the Data Set control file. (And it's definitely not junk!) The data in the Data Set are in separate files in the directories identified as disk resource in your configuration file. These, too, are in DataStage internal form (binary numbers, for example), so you w...
by ray.wurlod
Wed Sep 13, 2006 2:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 problem
Replies: 3
Views: 768

Have you specified nulls sorting first or nulls sorting last? Add an ORDER BY a clause to see whether that makes any difference.
by ray.wurlod
Wed Sep 13, 2006 2:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: error in px
Replies: 12
Views: 7360

Are you sure that you've specified the delimiter character correctly in the job design? (Remember that there are three delimiters; field delimiter, final delimiter and record delimiter.) The message suggests that the job has read 100000 bytes without even finding one delimiter character. I'd give up...
by ray.wurlod
Wed Sep 13, 2006 2:35 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Assigning value to job paramerter in job
Replies: 7
Views: 2483

Always Routines!!! Create a server job to get the maximum value (no point creating a parallel job to process one row). Have this job put the value into its user status area. Use the $UserStatus activity variable to supply the parameter value. Have you thought through the appropriate mechanism for ge...
by ray.wurlod
Wed Sep 13, 2006 2:32 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert Raw to String
Replies: 1
Views: 3105

There is no function. You could, of course, write your own.

You can write raw strings to a file. You can subsequently read data from that file though, if you don't have an appropriate record schema, you will need to read a single VarChar column.
by ray.wurlod
Wed Sep 13, 2006 2:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: StringToDecimal Conversion Error
Replies: 3
Views: 1508

The conversion is attempting to give you 12 decimal places. In the second case you are getting rounding errors to an acceptable degree of precision (which you can prevent with coding). The first one looks like a bug; maybe you need to test for the absence of a decimal place holder and add a decimal ...
by ray.wurlod
Wed Sep 13, 2006 2:26 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Problem with IDOC job with Datastage UserID
Replies: 5
Views: 1630

That tells you something about your userid and its rights to use SAP, doesn't it?
by ray.wurlod
Wed Sep 13, 2006 2:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: 7.5 problem
Replies: 10
Views: 2115

Does the one row in the output file contain all the data from the ten source rows? That is, have you misconfigured the record terminator character?
by ray.wurlod
Wed Sep 13, 2006 2:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Which the exhibit concept
Replies: 4
Views: 1022

A quick (not thorough) search through the manuals has failed to find this term. Can you seek help from your support provider, or possibly from IBM certification email address?
by ray.wurlod
Wed Sep 13, 2006 2:21 pm
Forum: General
Topic: Can't login to Data Stage Server from DS client
Replies: 8
Views: 5554

Welcome aboard. :D First things first. Can you connect using the Administrator client? (This uses a different mechanism, not initially attaching to a specific project.) Can you establish a telnet session to the server, cd to the directory where you installed DataStage server, and execute the dsenv s...