Search found 53125 matches

by ray.wurlod
Sat Nov 05, 2005 2:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the SQL sent to DataBase in the Job Log ?
Replies: 5
Views: 1309

The job log logs what the job does. The Link Report entries will normally show the SQL that DataStage sends. As far as I am aware DataStage has no mechanism to capture any "translation" that might be done by an ODBC driver, database client software or database server.
by ray.wurlod
Sat Nov 05, 2005 2:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer Crashes when working with Sequencers
Replies: 10
Views: 2439

Can I ask whether you connect with the Omit box checked, or supply a user id and password? If you do use Omit, try providing an explicit password. In many ways connection via LAN Manager rather than TCP/IP (which is what Omit does) is flaky.
by ray.wurlod
Sat Nov 05, 2005 2:47 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where are the log files for DS
Replies: 12
Views: 3265

Does the word "Kalashnikov" rattle any eardrums?

I fear we're drifting off topic again.
by ray.wurlod
Sat Nov 05, 2005 2:45 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Help! Passing parameters to Datastage Job from a text file.
Replies: 6
Views: 7542

If you have 7.5 you can read the file once and use expressions in a User Variables activity to parse out the individual values, then use these user variables to supply values to the job parameters in Job activities. Such expressions are not available in versions prior to 7.5.
by ray.wurlod
Fri Nov 04, 2005 3:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: where are the log files for DS
Replies: 12
Views: 3265

<musing>
I note that we have a poster called ak77. I wondered if there's an ak47.
</musing>
by ray.wurlod
Fri Nov 04, 2005 3:36 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sql Server error
Replies: 19
Views: 5830

In the DRS are you specifying SQL Server or ODBC as the connectivity mode? If the former, what happens when you try ODBC within DRS? Are you 100% confident that the table definition on the link exactly matches what was imported from SQL Server? Could it have been imported from an earlier version of ...
by ray.wurlod
Fri Nov 04, 2005 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: LPAD equivalent in DS
Replies: 5
Views: 2781

It can also be represented as Fmt(InLink.Column, "R%5")
by ray.wurlod
Fri Nov 04, 2005 3:32 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Difference Between RESET and COMPILE??
Replies: 3
Views: 2098

I always prefer reset (first, at least) after a problem, because it fetches and logs any outstanding diagnosting information from the previous run. Compile does not. Reset resets the job to the state it was in prior to the previous run. To do this it will drop cursors, close files, release locks, an...
by ray.wurlod
Fri Nov 04, 2005 3:29 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How to get the SQL sent to DataBase in the Job Log ?
Replies: 5
Views: 1309

Yes, my bad. The trace goes into a trace file; a file in the &PH& directory in your project. The file name ends in "Trace".
by ray.wurlod
Fri Nov 04, 2005 3:27 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Does this problem remove if i don't use Link Partitioner?
Replies: 1
Views: 533

You haven't indicated what the problem, if any, might be. What - exactly - are you trying to achieve and how are you trying to achieve it? What part does the Link Partitioner have in regard to your function? It should make no difference whether you have row buffering in place or not. An IPC stage on...
by ray.wurlod
Fri Nov 04, 2005 3:23 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: can't find dsjob.exe
Replies: 2
Views: 692

Welcome aboard! :D

Sometimes that's defined as the problem being between the keyboard and the chair. :lol:
by ray.wurlod
Fri Nov 04, 2005 3:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: how to capture Errordescription into ErrorTable
Replies: 3
Views: 828

It does from ODBC stage. :wink:

Another possibility would be to execute an oerr command to translate the code into text. Sometimes the text, with both explanation and recommendation, can be a tad long-winded however.
by ray.wurlod
Fri Nov 04, 2005 3:19 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Connect to Database using Job control
Replies: 8
Views: 2440

Sure is, especially the number of dollars they want for an ODBC driver licence. :x
by ray.wurlod
Fri Nov 04, 2005 3:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Extract Data from Excel
Replies: 2
Views: 880

Welcome aboard! :D You may be lucky here in finding someone who knows how to do what you want, but why not post this question on an Excel forum somewhere? I doubt that you'll be able to invoke Excel macros from within your job, but you may be able to execute an external command - perhaps one written...
by ray.wurlod
Fri Nov 04, 2005 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ODBC Reject Link Error
Replies: 9
Views: 4061

(I'm not able to check at the moment, but...) isn't there an Enterprise SQL Server stage in version 7.5?