Search found 53125 matches

by ray.wurlod
Wed May 18, 2005 8:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract Numberics & Chars only from a string
Replies: 8
Views: 1768

Only good if there are no "." characters in your data that you want to keep (decimal points?).
by ray.wurlod
Wed May 18, 2005 8:44 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DS - Server Achieving a between condition in lookup
Replies: 3
Views: 1299

Anything but a hashed file stage can accommodate your requirement, but you'll need to us user-defined SQL (for the BETWEEN condition) and specify your search keys carefully.
by ray.wurlod
Wed May 18, 2005 8:39 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: i want to get the summary of a job..
Replies: 15
Views: 4813

Is there a 'simple' option to write directly into a table from a routine?

Yes. Write to a sequential file and invoke the table's bulk loader through DSExecute.
by ray.wurlod
Wed May 18, 2005 8:33 pm
Forum: IBM QualityStage
Topic: Installing QualityStage Plugin
Replies: 1
Views: 1819

Any plug-in installed with the package installer installs only into the projects selected when installing. It may be that the QS plug-in doesn't let you select more than one project but I would think that unusual. Probably there was only one project when it was originally installed.
by ray.wurlod
Tue May 17, 2005 11:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: uv -info not working and Unix 5.2 command IPCS not working
Replies: 8
Views: 3210

If DataStage isn't running, and nothing else that uses shared memory segments is running, then it's possible that ipcs -mop will return no information.
Try starting DataStage before running the command. Also try being less restrictive, say ipcs -m or ipcs alone.
by ray.wurlod
Tue May 17, 2005 11:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC stage for CSV file - SQL syntax
Replies: 4
Views: 2369

Looks like there's something about the table name that the ODBC driver or JET doesn't like. Can you post the generated SQL?
by ray.wurlod
Tue May 17, 2005 10:59 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Extract Numberics & Chars only from a string
Replies: 8
Views: 1768

You will need to create a custom routine. There is no intrinsic function for this particular task.
by ray.wurlod
Tue May 17, 2005 10:57 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get schedule time
Replies: 2
Views: 1287

Open cmd, then type AT. This will report which jobs are waiting to execute.
by ray.wurlod
Tue May 17, 2005 10:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Hash file writing slowing down suddenly
Replies: 11
Views: 4162

You may have hit the maximum size of your hashed file write cache, which would definitely result in a major slowdown. Setting MINIMUM.MODULUS, as Arnd suggests, pre-allocates the disk space, but does not ameliorate the fact that writes into this space are to "random" locations. That's why memory is ...
by ray.wurlod
Tue May 17, 2005 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: LookupStage error - what does this mean?
Replies: 1
Views: 1250

The Lookup stage requires a minimum of two input links - the stream input and one or more reference inputs (against which the key-based lookups are performed). On the other end of a reference input there can be a virtual Data Set, a Lookup File Set stage, or a DB2 or Oracle stage.
by ray.wurlod
Mon May 16, 2005 6:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: failedcto open RT_LOGnnn file
Replies: 6
Views: 2418

If the RT_LOGnnn hashed file has become corrupted (for example by attempting to exceed 2GB or file system full), you will continue to get this error until the log is cleared or repaired.
by ray.wurlod
Mon May 16, 2005 6:26 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: "Data source is empty" viewing large hashed file w
Replies: 3
Views: 1971

Welcome aboard! :D Your analysis is sound. However, there is no documented limit on the complexity of sorting. Get in touch with your support provider; the query sort engine can be tuned, but it's a delicate process (you alter parameters called QS... in uvconfig - read the dire warnings posted there...
by ray.wurlod
Mon May 16, 2005 6:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MySQL on AIX 5.1
Replies: 15
Views: 6804

Use DS_CONNECT rather than CONNECT. This has authorization for the branded ODBC drivers built in.
by ray.wurlod
Mon May 16, 2005 6:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to rename a category
Replies: 19
Views: 4728

No-one suggested updating the CATEGORY column in the underlying Repository tables. This is good, people are learning to avoid hacking the Repository, whose structure is about to change radically.
by ray.wurlod
Mon May 16, 2005 6:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Loading to Sybase IQ using OpenClient
Replies: 7
Views: 1636

Isn't the delimiter character a property of the stage/link?