Search found 53125 matches

by ray.wurlod
Mon Jun 21, 2010 5:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Metadata repository to be created manually
Replies: 2
Views: 928

You should prefer at the very very least to use a separate schema; I would prefer a separate database, though this can be on one of your existing instances (provided the Oracle version is 10g). A script is provided amongst the Information Server installation material for creating the metadata reposi...
by ray.wurlod
Mon Jun 21, 2010 5:23 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert PST to GMT in DataStage?
Replies: 3
Views: 2311

Add the correct number of hours, which varies through the course of a year as the switch to daylight saving time is on different dates in PST and Greenwich.
by ray.wurlod
Mon Jun 21, 2010 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Sql driver issue
Replies: 14
Views: 9380

Your next task, then, is to mark this thread as Resolved using the green button at the top of the page.
by ray.wurlod
Mon Jun 21, 2010 5:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to specify the key in schema file
Replies: 15
Views: 6821

Read ALL of that other thread. Generally the key is not specified at all in the record schema (you can use a comment if you must).
by ray.wurlod
Mon Jun 21, 2010 5:17 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: how to handle "PRODUCT_ID" has import error and no
Replies: 2
Views: 1407

Take a look at the data that the job is trying to read - the message gives the hex equivalent of non-printing characters. {c3 f0 e8 ef ef - eb f3 f7 f8 e5 20 ef f0 e5 e4 f3 ef f0 e5 e4 e8 f2 fc} beginning from position 7 in the line. There's neither a null nor a -1 there. You have some more investig...
by ray.wurlod
Mon Jun 21, 2010 5:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML REJECT
Replies: 1
Views: 784

Typically you will get a warning logged and fewer rows processed than you expected. Is that insufficient advice? The warning can be intercepted by the controlling sequence and an email sent.
by ray.wurlod
Mon Jun 21, 2010 5:12 pm
Forum: General
Topic: Director Issues
Replies: 5
Views: 2022

Where is your log - common repository or local repository? (What are the values of RTLogging and ORLogging in the DSParams file of your project?)
by ray.wurlod
Mon Jun 21, 2010 5:11 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Mixed O/S 3 Tier Architecture for DataStage
Replies: 12
Views: 7156

As documented. All this information is on IBM website, and may change over time so it's better to direct you there rather than lock anything in here. Also, the total disk space is a function of the volume of data you will be processing, about which we have no information.
by ray.wurlod
Mon Jun 21, 2010 5:10 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ODBC SQL SERVER special characters
Replies: 11
Views: 5749

Verify that all parameter values are passed correctly to the job by inspecting both the sequence log (job run requested event) and the job log (job starting event).
by ray.wurlod
Mon Jun 21, 2010 5:07 pm
Forum: General
Topic: Premium Membership
Replies: 1
Views: 871

Send email to membershipdirector@dsxchange.com with a copy to editor@dsxchange.com. You can find contact details for other modalities at www.ondemandstrategies.com or www.dsxchange.net.
by ray.wurlod
Mon Jun 21, 2010 4:57 pm
Forum: Enhancement Wish List
Topic: No storage locations should be able to defined.
Replies: 4
Views: 9444

I think you missed Ernie's point. DataStage does obey the OS rules, particularly permissions. So it suffices to protect your "no storage" locations with operating system permissions and, probably, rigorous developer management practices.
by ray.wurlod
Mon Jun 21, 2010 5:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to convert multiple columns into rows.
Replies: 4
Views: 1975

Why?

Would you use a hammer to tighten a screw?

Use the right tool for the job.

Resist stupid requirements!
by ray.wurlod
Mon Jun 21, 2010 5:40 am
Forum: General
Topic: QualityStage Training
Replies: 2
Views: 1355

Hai.
by ray.wurlod
Mon Jun 21, 2010 3:23 am
Forum: General
Topic: How to enable RCP at job level
Replies: 6
Views: 5415

Only subsequently-created jobs.

Within the job properties of each job is a check box "Enable Runtime Column Propagation for new links" on the General tab.
by ray.wurlod
Mon Jun 21, 2010 3:21 am
Forum: General
Topic: Warning while populating into target table
Replies: 3
Views: 1361

Read the error message. Then know that "" is NOT the same as null. Fix that.