Search found 53125 matches

by ray.wurlod
Mon Aug 21, 2006 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Procedure Parameters
Replies: 6
Views: 1589

Server or parallel? :roll:
by ray.wurlod
Mon Aug 21, 2006 9:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: START AND STOP DS SERVER
Replies: 3
Views: 1381

Check that all services do, in fact, restart. For example the dsrpc service may not start if there are still connections from before you stopped the services (you can check with netstat).
by ray.wurlod
Mon Aug 21, 2006 9:42 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sequential file
Replies: 2
Views: 737

You can only have one output link from the Sequential File stage. What you are trying to draw is the second output link, which automatically becomes a reject link containing one column, of type Raw. The Lookup stage refuses to have anything to do with this, understandably. You need a separate Sequen...
by ray.wurlod
Mon Aug 21, 2006 9:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Sequential Files
Replies: 16
Views: 3558

Then, as noted earlier, any null field value that you supply must have the same width as the field would if it contained a non-null value. For example if the field is Char(4), then an acceptable null field value might be "####" or something of that kind (even four spaces). The null field value prope...
by ray.wurlod
Mon Aug 21, 2006 9:36 pm
Forum:
Topic: Query to track changes in source definitions
Replies: 4
Views: 1937

There are some interesting-looking "difference" tools in the Hawk release. The differences are hyperlinked back to, for example, the particular object such as a column on a link in a DataStage job design.
by ray.wurlod
Mon Aug 21, 2006 9:37 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Job running continously
Replies: 3
Views: 896

Only run it when nothing is open for editing, so that you don't hang up on locks in the Repository database.
by ray.wurlod
Mon Aug 21, 2006 9:36 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problems concerning implicit trasformation of a string
Replies: 12
Views: 2671

You said it was a sequential file then you said it was a hashed file. Do you have a pad character set in the Columns metadata? If not, experiment with the pad character. Or run through a Transfomer to extract the leftmost character.
by ray.wurlod
Mon Aug 21, 2006 9:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Telnet Problem
Replies: 10
Views: 4685

Do you have multiple telnet servers, each trying to bind port number 23?
For example, if you've installed MKS Toolkit, or CygWin, or any of the other UNIX emulators, they each have their own telnet server. Only one can start successfully.
by ray.wurlod
Mon Aug 21, 2006 9:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Stored Procedure Stage Properties
Replies: 2
Views: 759

If you right click on the stage there is a Grid Style choice on the menu.
De-select it.
by ray.wurlod
Mon Aug 21, 2006 9:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Only Sequence jobs fail compilation - trigger expression
Replies: 8
Views: 1550

Check first that you can compile the job sequence indepently.
When you can not, verify that the parameter reference you have used in a trigger expression is an accurate one.
by ray.wurlod
Mon Aug 21, 2006 9:28 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Joblogging
Replies: 12
Views: 4003

MetaStage automatically captures these statistics from DataStage job runs and stores them in its database. You can report on them using canned queries or you can create your own. (ETLstats is cheaper, of course).
by ray.wurlod
Mon Aug 21, 2006 9:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Write failed record ID
Replies: 10
Views: 2352

Clearing a hashed file is very fast - faster than deleting and re-creating. Under the covers it simply copies /dev/null over the top of the hashed file, then writes a new header indicating that the hashed file has 0 records.
by ray.wurlod
Mon Aug 21, 2006 9:23 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Year to date(YTD)
Replies: 7
Views: 2054

"Year to date" might be a transformation, or it might be a summing of values for all dates in the current year up to today. Which are you trying to do?
by ray.wurlod
Mon Aug 21, 2006 9:21 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: PX Sequential Files
Replies: 16
Views: 3558

Delimited or fixed width format?
by ray.wurlod
Mon Aug 21, 2006 9:20 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DS 7.5.x2 Win XP Pro exit status 32512
Replies: 4
Views: 3418

Lots of places. It might even be a pathname in an ODBC data source definition. It's really difficult to say without knowing more about how your particular site is configured.