Search found 53125 matches

by ray.wurlod
Mon Apr 25, 2011 4:49 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Address nameless columns in Hashed files
Replies: 11
Views: 3434

If you want to use SQL to insert or update, you will need to provide column names in the file dictionary. Search DSXchange for "INSERT INTO DICT" for examples.

Otherwise you can use DataStage BASIC code (which does not need column names) or an operating system command such as UVwrite.
by ray.wurlod
Mon Apr 25, 2011 4:46 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: DataStage Server 7.x training in Denver/Boulder area
Replies: 4
Views: 1632

Seek out a company called PR3 who may be able to help. I believe they're based in Philadelphia.
by ray.wurlod
Mon Apr 25, 2011 4:45 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: overlapping dates
Replies: 11
Views: 3150

Now all you need is correct DataStage BASIC syntax (hint: there's no "fi" and you may need some block-ending "End" statements).
by ray.wurlod
Mon Apr 25, 2011 4:42 pm
Forum: General
Topic: JobLinkStatistics & ResurrectLog File
Replies: 5
Views: 1911

Nice one. Hijacking your own thread. Your most recent question has nothing whatsoever to deal with the thread topic.
:x
by ray.wurlod
Mon Apr 25, 2011 4:40 pm
Forum:
Topic: Problems with Lineage and Impact in MW 8.5?
Replies: 7
Views: 3782

An interesting observation. Why should we have to do that? Surely importing using the Connector Access Service will set up everything needed in the metadata repository! If not, I'd be asking why not, and suggesting that there's an enhancement request in the offing.
by ray.wurlod
Sun Apr 24, 2011 4:41 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: issue with the eccentric characters
Replies: 4
Views: 2606

Don't believe anything that the View Data facility (data browser) shows you when dealing with accented characters. It was clearly written for a market (US English) that does not have them.
by ray.wurlod
Sat Apr 23, 2011 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00060: Deadlock detected
Replies: 7
Views: 4405

That smacks of addressing the symptom rather than the cause, but you probably should do that anyway just so that you get your XMETA back.
by ray.wurlod
Sat Apr 23, 2011 5:00 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: overlapping dates
Replies: 11
Views: 3150

I disagree. Think about it some more. Do some examples on paper.
by ray.wurlod
Fri Apr 22, 2011 11:09 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00060: Deadlock detected
Replies: 7
Views: 4405

Having read through the fixes for that version on Fix Central (I'm installing the same this weekend), I can't see one that addresses this issue. Therefore I'll be curious to hear what your support provider has to say. (I am presuming, in all of this, that no-one is hacking the XMETA database at your...
by ray.wurlod
Fri Apr 22, 2011 11:07 pm
Forum: General
Topic: Duplicate entry in .odbc.ini
Replies: 7
Views: 2217

We have multiple database products in the mix, so the standard varies slightly. For example:
MYSQL_database_DEV
ORCL_database_DEV
MSSS_database_UAT
by ray.wurlod
Fri Apr 22, 2011 11:05 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: overlapping dates
Replies: 11
Views: 3150

Get all the dates into internal format, if they aren't already, then it's a matter of simple arithmetic. For example: svStartDateOver5Days <-- Abs(q_start_date - p_start_date) svpInterval <-- p_end_date - p_start_date You need to have a tighter definition of "difference", in my opinion. Is...
by ray.wurlod
Fri Apr 22, 2011 2:53 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-00060: Deadlock detected
Replies: 7
Views: 4405

What exact version are you running? What fix packs?
by ray.wurlod
Fri Apr 22, 2011 2:49 pm
Forum: General
Topic: Duplicate entry in .odbc.ini
Replies: 7
Views: 2217

Ask "someone" how they plan to identify which one to use - in the tool all you get to see is the DSN itself.

Post their answer - we're thirsting for this learning!
by ray.wurlod
Fri Apr 22, 2011 2:47 pm
Forum: IBM QualityStage
Topic: Reference Match Stage aborting
Replies: 6
Views: 2796

There's no scope for parameters in the Match Specification itself. Nor, as far as I can tell, can you use a parameter for the Match Specification in a Reference Match stage or an Unduplicate Match stage. Why would you want to?
by ray.wurlod
Thu Apr 21, 2011 5:59 am
Forum: General
Topic: Test Routine, infinite loop
Replies: 6
Views: 3635

No.