Search found 53125 matches

by ray.wurlod
Thu Jan 17, 2013 1:57 pm
Forum: General
Topic: Information server backup
Replies: 6
Views: 3687

Yes.
by ray.wurlod
Thu Jan 17, 2013 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to run a SQL statement
Replies: 5
Views: 1396

It's not a DataStage error - it's a database error (invalid identifier). Try qualifying the table name with a schema/owner name. Check, too, that every one of the columns you've named belongs in that table and that the alias name you've used doesn't. Is it legal to use expressions in the WHERE claus...
by ray.wurlod
Wed Jan 16, 2013 9:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading only file name in Datastage Windows
Replies: 3
Views: 1261

Can't you use the basename command? If not, research the tilde options (particularly ~n) for batch script arguments with the DOS shell. Type HELP CALL at a DOS prompt. Yet another possibility is to treat the pathname as a set of backslash-delimited strings. Field(InLink.Pathname, "\", DCou...
by ray.wurlod
Wed Jan 16, 2013 9:06 pm
Forum: IBM QualityStage
Topic: Standardize Stage Properties
Replies: 0
Views: 1923

Standardize Stage Properties

Does anyone have information about the trace type and trace level properties in the Standardize stage?

There's nothing in the manuals or in the Information Center that I can find.
by ray.wurlod
Wed Jan 16, 2013 3:41 pm
Forum: General
Topic: Version Control in 8.7
Replies: 1
Views: 1916

DataStage Version Control was retired at version 8.0.

Information Server Manager allows you to interact with source code control systems, perhaps via the Eclipse plug-in for that SCCS.
by ray.wurlod
Tue Jan 15, 2013 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage requirement
Replies: 1
Views: 810

Welcome aboard. To my way of thinking, RANK is a display function, not something that an ETL tool should be asked to do. It is possible, which a Search of DSXchange will reveal. Begin by formulating your complete logic in English - this should readily translate into operations in the ETL job itself.
by ray.wurlod
Tue Jan 15, 2013 3:46 pm
Forum: General
Topic: DSParam and DSEnv file
Replies: 3
Views: 2905

Well, you could look at them. Incidentally, there is no file called DSParam (it's called DSParams). There is one dsenv file. It resides in the DSEngine directory and, primarily, sets up environment variables globally for all DataStage processes. There is one DSParams file for each project. It reside...
by ray.wurlod
Tue Jan 15, 2013 3:41 pm
Forum: General
Topic: Mismatch between Prod code and version controller
Replies: 2
Views: 1647

There are times when version control is not used promptly? A big stick.
by ray.wurlod
Tue Jan 15, 2013 3:39 pm
Forum: General
Topic: WebSphere Application Server license
Replies: 6
Views: 2533

Yes. And, by default, it's in the XMETA database, though in its own schema (DSODB).
by ray.wurlod
Tue Jan 15, 2013 3:38 pm
Forum: General
Topic: Reporting feature - creating a job info report
Replies: 3
Views: 1120

Welcome aboard. Have you tried creating the report within DataStage Designer? Those reports do include comments, and are subsequently accessible within the Reporting Console. I do not know why you can't select jobs within the Reporting Console - can you take us through the exact steps you are using?
by ray.wurlod
Tue Jan 15, 2013 4:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sequential file stage - Number of readers per node
Replies: 2
Views: 1844

15K might be the point where a differently-sized record is first encountered.
by ray.wurlod
Tue Jan 15, 2013 12:25 am
Forum: General
Topic: Looping in Sequencer
Replies: 5
Views: 1829

I believe that that (or DIR /B, its Windows equivalent) is what the OP is doing in the Execute Command activity.

My advice in the earlier post is predicated upon that assumption.
by ray.wurlod
Mon Jan 14, 2013 10:13 pm
Forum: General
Topic: Looping in Sequencer
Replies: 5
Views: 1829

You can do it, but it's problematic specifying the delimiter to the Start Loop activity. What we usually recommend is a User Variables activity to convert the line terminators to something else (maybe comma) so that you end up with a comma-delimited list of file names. Convert(@FM, ",", Co...
by ray.wurlod
Mon Jan 14, 2013 7:32 pm
Forum: General
Topic: WebSphere Application Server license
Replies: 6
Views: 2533

The automatically installed instance of WebSphere Application Server for InfoSphere Information Server v8.x must be a dedicated instance, but is automatically licensed.
by ray.wurlod
Mon Jan 14, 2013 3:48 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove special characters from XML file
Replies: 8
Views: 3395

ghutchin wrote:We need all the 2 byte uft-8 chars escaped from a file.
On whose authority? These characters are still part of your client's data.