Search found 53125 matches

by ray.wurlod
Mon Apr 25, 2005 1:33 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parallel Extender usage on non-partitioned database
Replies: 3
Views: 1618

Had T42 used the adjectives "simple" and "complex" to describe SQL perhaps his meaning would have been clearer.

He suggests that you use simple, straightfoward SQL statements to extract data, and let DataStage EE worry about the partitioning of those data.
by ray.wurlod
Mon Apr 25, 2005 1:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: RT_LOGNN latest run only
Replies: 10
Views: 3616

You're really getting into this UniVerse/SQL now, aren't you? :D
by ray.wurlod
Mon Apr 25, 2005 1:21 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: compliation error
Replies: 8
Views: 3328

The current job is already "attached" and can be accessed by other functions using DSJ.ME as the job handle. It is not necessary, and is probably catastrophic, to invoke DSDetachJob() for the current job.
by ray.wurlod
Mon Apr 25, 2005 1:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: less amount of procesors than license includes
Replies: 9
Views: 2776

You will, at the very least, get warnings if you try to install a 4 CPU licence on an 8 CPU machine. It may not install at all, depending on the version number.
by ray.wurlod
Mon Apr 25, 2005 4:25 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Updating Job Parameters or possible UserVariables
Replies: 7
Views: 1530

Using the UserStatus was what I had in mind. Other than that, you could write values to a file and use an ExecuteCommand activity to retrieve them, or something similar to that. The "UserStatus area" is, in fact, disk based (which is why you can get at it after the job finishes), so any file-based a...
by ray.wurlod
Mon Apr 25, 2005 4:20 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MSSQL Performance Problem
Replies: 5
Views: 1056

Once upon a time BCP also worked with SQL Server. Is there no longer a bulk loader? I'd be surprised if this were the case.
by ray.wurlod
Mon Apr 25, 2005 4:18 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: routine for capturing row processed
Replies: 2
Views: 874

Do you want this in real time or afterwards? When does timing start and when does it end? For example do you want to include or to exclude the time taken to start the jobs, to establish connection to and to disconnect from the database? Search the forum for "rows/sec". It really is a meaningless met...
by ray.wurlod
Mon Apr 25, 2005 4:14 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: MSSql Server and Stored Procedures
Replies: 5
Views: 2091

Who says MS SQL Server stored procedures aren't supported in DataStage? Can you import the stored procedures? That's ultimately the test of whether they're supported - you can read about what the rules for supported/unsupported are in the Server Job Developer's Guide - it's about whether there are o...
by ray.wurlod
Mon Apr 25, 2005 4:11 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Plz Tell me more about MQ series
Replies: 4
Views: 1715

Who says you need MQ Series? MQ Series is a queue-based IBM messaging protocol; DataStage - via appropriate plug-in (which only means "optionally installed") stage types - has the ability to read messages from a queue and to write messages to a queue. Typically these messages will contain rows of da...
by ray.wurlod
Mon Apr 25, 2005 4:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: less amount of procesors than license includes
Replies: 9
Views: 2776

You can install DataStage EE on a machine with fewer CPUs than you have licensed. The others will show up as "spare" in the Adminstrator's licensing information. I do not know about installing two DataStage servers on one machine, even on different logical partitions. Apart from any legal questions ...
by ray.wurlod
Sun Apr 24, 2005 2:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to run Analyze Table in DS?
Replies: 6
Views: 1415

That's not supported functionality. Whatever you do with DataStage, ultimately you're processing rows and columns. What you might like to do is to import the table definition. When the list of tables appears, select just one table. Then the Details and View Data buttons are enabled. Use Details to g...
by ray.wurlod
Sat Apr 23, 2005 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors while importing the project
Replies: 13
Views: 2451

Depending on the DataStage version, click the Cleanup project button in the Administrator client, or execute options 2 and 4 from the DS.TOOLS menu on the server.
by ray.wurlod
Sat Apr 23, 2005 3:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Converting to String to Numeric
Replies: 1
Views: 997

Welcome aboard! :D

Can you post the exact expression you're using?
by ray.wurlod
Sat Apr 23, 2005 3:12 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Errors while importing the project
Replies: 13
Views: 2451

The only supported way is through Repository view in Manager or Designer. You can delete a whole category at a time. The repository should not need cleaning up, unless you interrupt the deletion process. An unsupported way is to delete records from DS_ROUTINES; the routine name is the key value, but...
by ray.wurlod
Fri Apr 22, 2005 6:03 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: getting metadata using a shell script
Replies: 8
Views: 1686

They're not officially documented - though quite a few have been revealed over the years on this Forum. 8)

Beware that substantial changes are afoot in the repository structure in the next major release.