Search found 53125 matches

by ray.wurlod
Fri Jul 23, 2010 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL server connection in Datastage
Replies: 4
Views: 3817

Set up a system DSN using odbcad32.exe (the ODBC Administrator, also accessible through Control Panel).
by ray.wurlod
Fri Jul 23, 2010 3:57 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Compare stage output subrecords in ()...
Replies: 8
Views: 2441

Two Promote Subrecord stages, then.
by ray.wurlod
Fri Jul 23, 2010 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Controlling the data flow between the stages in same job.
Replies: 15
Views: 6784

That was already considered but there is a concern about the size of the detail file so the OP was looking into... alternatives, techniques that don't require duplicating the data, even temporarily. Look carefully at my redirection. The detail_file is also the target file. Only the header and trail...
by ray.wurlod
Fri Jul 23, 2010 3:48 pm
Forum: General
Topic: MSXML Parser 4.0
Replies: 7
Views: 3563

HI Ray... Curious, as I've never seen this error.......did it matter what bridge you were trying to use? Ernie I don't believe so - I tried three. But this was a brand new installation of Windows Server 2003 with NOTHING else - no Office, no nothing. Downloading MSXML Parser 4.0 solved the problem,...
by ray.wurlod
Fri Jul 23, 2010 3:45 pm
Forum: Data Quality Best Practices
Topic: Data Matching: QualityStage vs Oracle’s Soundex
Replies: 5
Views: 13993

marionpt wrote:In our version (8.0.1) there is no Soundex, we only have Reverse Soundex (RVSNDX) and NYSIIS.
You DO have Soundex - it's just that the rule set you're using does not use it to generate any matching field. You could create a custom rule set that does use it, if that's what you want.
by ray.wurlod
Fri Jul 23, 2010 5:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Need to create files for two column combination
Replies: 5
Views: 1432

Yes, you can use a server job with a Folder stage.

You may be able to do something with XML, but that will require a bit more thought.
by ray.wurlod
Fri Jul 23, 2010 5:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Controlling the data flow between the stages in same job.
Replies: 15
Views: 6784

Can you change the job design entirely? Process all records, but write three files (the header, the details and the trailer). The header and trailer could well be in /tmp. In an after-job subroutine assemble the three into one file and delete the temporary files. cat header_file detail_file trailer_...
by ray.wurlod
Fri Jul 23, 2010 5:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Accessing metadata information from the DS Repository
Replies: 10
Views: 2185

New? With 425 posts? The structure of the Repository is undocumented and unsupported with complete metadata - this was a deliberate design decision of the vendor. There is no consistent way to find table definition information in the DS_JOBOBJECTS table - as I noted, the record structure varies acco...
by ray.wurlod
Fri Jul 23, 2010 5:17 am
Forum: General
Topic: Unable to execute shell script from DataStage
Replies: 5
Views: 3826

Some telnet clients do not allow passwords to be redirected. Check whether this is the case for your telnet client. Does your script include a "here script" for the telnet session?
by ray.wurlod
Fri Jul 23, 2010 5:16 am
Forum: General
Topic: MSXML Parser 4.0
Replies: 7
Views: 3563

Danke.

I discovered that, but wonder why IBM does not ship it with IIS.
by ray.wurlod
Fri Jul 23, 2010 3:59 am
Forum: General
Topic: DTD & XSL for a DataStage job exported in XML
Replies: 1
Views: 1198

There's a check box in the exporter that allows the DTD to be included in the file.
by ray.wurlod
Fri Jul 23, 2010 3:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Error in IIS 8.1 - Windows 2003 64bits
Replies: 3
Views: 2111

What's in the History section of Version.xml for Information Server? In particular are all installations "Success" or are some "Partial Success"?
by ray.wurlod
Fri Jul 23, 2010 3:57 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Subtract one day from a timestamp column
Replies: 3
Views: 3909

Re: Subtract one day from a timestamp column

satyanarayana wrote:convert into julian date and minus number of days you want and reconvert into date format.
How do you handle the time component in this "solution"?
by ray.wurlod
Fri Jul 23, 2010 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Modify date_from_julian_date
Replies: 17
Views: 7891

Yes, I am totally sure. I know more about UniVerse than about DataStage (and that's a lot). I was answering Craig's question - it had nothing whatsoever to do with parallel jobs or the workings of the parallel execution engine, the answer for which had already been given.
by ray.wurlod
Fri Jul 23, 2010 3:51 am
Forum: General
Topic: MSXML Parser 4.0
Replies: 7
Views: 3563

Well I still don't know whether it's supposed to have been installed with Information Server, but MSXML 4.0 sp2 is still downloadable from Microsoft. So I did that, and Import/Export Manager seems to be doing its thing now.