Search found 53125 matches

by ray.wurlod
Mon Jan 18, 2010 11:40 pm
Forum: General
Topic: Not able to use Oracle OCI on server job
Replies: 8
Views: 1861

Welcome aboard.

It's not clear what your problem is.

Can you not place an OCI stage into the design?

Or, if you can, and the job compiles, runs and throws an error, what precisely is this error (details copy/pasted from the Director please)?
by ray.wurlod
Mon Jan 18, 2010 11:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: master sequence can not restart automatically
Replies: 7
Views: 3229

Of course. Don't automatically handle activities that fail. That alone will prevent the controlling sequence from aborting.
by ray.wurlod
Mon Jan 18, 2010 11:17 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Server Not picking correct System Time
Replies: 4
Views: 1925

OK, ignoring the small minutes and seconds discrepancy, that's a 13 hour difference. Can you open the Administrator client command window and execute the command DATE (which will give the date and time from the server system from a DataStage perspective) and the command SH -c date (which will give t...
by ray.wurlod
Mon Jan 18, 2010 10:30 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: master sequence can not restart automatically
Replies: 7
Views: 3229

Reset can only be had from a controlling sequence. If you build a controlling sequence that does not abort, then it could run your master sequence as "reset if required, then run". That could well be the only job activity (or activity of any kind) in the controlling sequence.
by ray.wurlod
Mon Jan 18, 2010 10:28 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage Server Not picking correct System Time
Replies: 4
Views: 1925

What times are being displayed?
In Director are you showing the server time in the status bar?
(Tools > Options > View > Date and Time)
by ray.wurlod
Mon Jan 18, 2010 8:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB Loading Error
Replies: 22
Views: 10415

I'd try just replacing the column metadata first (delete and load). If that doesn't work, try replacing the stage.
by ray.wurlod
Mon Jan 18, 2010 8:56 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: New install, Key and Relationship Analysis not available
Replies: 4
Views: 2249

OK, another little idiosyncracy that might be biting you is that you have to mark each phase as reviewed (whether or not that's true) before the product will allow you to move on.

I can't check 8.1.1 just yet - hope to have one installed next week.
by ray.wurlod
Mon Jan 18, 2010 8:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Sparse look up on varchar fields.
Replies: 3
Views: 2144

Possibly yes, as mentioned in my post.

Premium membership is not expensive, at less than 30c (Rs12) per day. It is one of the ways that the hosting and bandwidth costs incurred by DSXchange are defrayed.
by ray.wurlod
Mon Jan 18, 2010 8:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2 UDB Loading Error
Replies: 22
Views: 10415

Check which SQL was actually used at runtime. When you switch to generated SQL the user-defined SQL is not discarded but remains a link property. Under some circumstances (not sure exactly what they are) DataStage can use the stored user-defined SQL. The workaround, if that is happening, is to repla...
by ray.wurlod
Mon Jan 18, 2010 8:08 pm
Forum: General
Topic: Delete a user in webconsole
Replies: 6
Views: 1631

Using Web Console for Information Server log in with suite administrator rights, choose the Administration tab, Users and Groups, Users. From the list of users select the user to be deleted (check the check box) and choose Delete from the tasks menu on the right hand side. Answer "Yes" to ...
by ray.wurlod
Mon Jan 18, 2010 6:29 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: So what exactly is stored in the XMETA repository?
Replies: 3
Views: 2187

Logging is more complex, because DataStage logs (where RTLogging/ORLogging direct logging to XMETA) fit into the more generic logging structure of Information Analyzer. That, in turn, is why the default logging view in Web Console for Information Server only lets you see the entirety of logged event...
by ray.wurlod
Mon Jan 18, 2010 6:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: So what exactly is stored in the XMETA repository?
Replies: 3
Views: 2187

Simplistic answer is that things that need to be sharable are in XMETA, things that don't need to be sharable are kept within individual products. Thus, for example, the data analyzed by Information Analyzer are kept in the IADB but the analysis results are kept in XMETA. Because nearly all design c...
by ray.wurlod
Mon Jan 18, 2010 6:13 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Datastage Sparse look up on varchar fields.
Replies: 3
Views: 2144

Sparse lookups are notoriously slow (compared to other methods) because of the overheads involved (separate single-row queries against the database server, possibly exacerbated by network latency issues). Have you considered using a Join stage? Another possiblity is loading all the keys into a tempo...
by ray.wurlod
Mon Jan 18, 2010 6:07 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: New install, Key and Relationship Analysis not available
Replies: 4
Views: 2249

Welcome aboard.

I believe you need also to have completed Table Analysis before these analyses become available.
by ray.wurlod
Mon Jan 18, 2010 5:03 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Make vector stage
Replies: 1
Views: 3803

It's not that kind of vector. It's a structure that might be produced or consumed by a COBOL file definition containing a single field that OCCURS multiple times. Both fixed-count (OCCURS N TIMES) and variable-count (OCCURS MAX N TIMES DEPENDING ON fieldname ) vectors are supported, though there are...