Search found 53125 matches

by ray.wurlod
Thu May 22, 2014 6:05 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to generate text file for each input record
Replies: 5
Views: 2446

It's in the Sequential File stage in version 9.1 - the functionality had to be created for the Big Data File stage, so they dropped it into the Sequential File stage as well.
by ray.wurlod
Thu May 22, 2014 6:02 pm
Forum: General
Topic: Warning when using ODBC in a custom routine
Replies: 3
Views: 1322

The DataDirect drivers have a 30 day grace period for use other than from DataStage stages, after which they expect you to purchase a licence (not cheap). Your routine will stop connecting to the data source 31 days after first use.
by ray.wurlod
Thu May 22, 2014 6:00 pm
Forum: General
Topic: Operations Database on DB2 for z/OS
Replies: 1
Views: 789

Welcome aboard.

I don't believe it's possible. Check with the InfoSphere Information Server team within IBM.
by ray.wurlod
Thu May 22, 2014 5:58 pm
Forum: IBM QualityStage
Topic: QualityStage Rule Set templates
Replies: 6
Views: 4664

You got a mirror? Begin with a design document, outlining any special parsing rules (for example keeping D'SOUZA together, which exists in the USNAME rule set). The design document specifies output fields (the dictionary), the classes (on which the classification table is based) and the processing r...
by ray.wurlod
Thu May 22, 2014 2:52 am
Forum: IBM QualityStage
Topic: QualityStage Rule Set templates
Replies: 6
Views: 4664

I'm not aware of any. Who told you?

However, there are many other advantages of premium membership.
by ray.wurlod
Wed May 21, 2014 11:23 pm
Forum: General
Topic: Cluster vs SMP
Replies: 10
Views: 4590

Not really. Both active-active and active-passive refer to how failover is managed.
by ray.wurlod
Wed May 21, 2014 11:22 pm
Forum: General
Topic: dsadmin -listenv returning nothing
Replies: 8
Views: 2067

stuartjvnorton wrote:Once it fails the first time, it will consistently fail until the server is rebooted.
I can think of no other advice than to contact your official support provider, and I would guess that you have already done so.
by ray.wurlod
Wed May 21, 2014 4:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle 'm/d/yyyy' and 'mm/dd/yyyy'
Replies: 6
Views: 2079

If your file has column headings and your Sequential File stage has "First line is column headings" set to False, the column heading itself will generate an invalid value.
by ray.wurlod
Wed May 21, 2014 4:47 pm
Forum: General
Topic: Cluster vs SMP
Replies: 10
Views: 4590

If you have two boxes you can have true high availability, in either active-active or active-passive configuration. Read all about this in the Planning, Installation and Configuration Guide. However, that would give you high availability of an eight core configuration. Active-active is the highest c...
by ray.wurlod
Wed May 21, 2014 4:41 pm
Forum: Information Analyzer (formerly ProfileStage)
Topic: Does data need to be re-imported every time it changes?
Replies: 3
Views: 2947

Data are never imported into IA. Only metadata. Analysis results are stored in tables in the IA database (frequency distributions and the like) and in the metadata repository (XMETA), but never source data. Analysis results typically would change given changed source data. You can set baseline and c...
by ray.wurlod
Wed May 21, 2014 3:01 am
Forum: Site/Forum
Topic: Webinars
Replies: 2
Views: 6050

For anyone who needs to know, the webinar time is Saturday, May 24th at 3:00am Australian Eastern Standard Time.
by ray.wurlod
Wed May 21, 2014 2:20 am
Forum: Site/Forum
Topic: Webinars
Replies: 2
Views: 6050

Webinars

It would be very useful if GoToWebinar provided the capacity to determine the time of a webinar in one's local time zone.

Other webinar software can do this - why not the one that DSXchange uses?
by ray.wurlod
Wed May 21, 2014 2:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: handle 'm/d/yyyy' and 'mm/dd/yyyy'
Replies: 6
Views: 2079

Search the Parallel Job Developer's Guide manual for "Date and Time Formats" (in Chapter 2). The part about variable forms follows the main table of string format components.

Code: Select all

"%(m,s)/%(d,s)/%yyyy"
by ray.wurlod
Wed May 21, 2014 12:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Message bundle error in XML
Replies: 3
Views: 2557

There are quite a few good suggestions in Ernie's post.

Why not become a premium member? At less than $0.30 (less than Rs12) per day, it's a valuable investment for any aspiring user of the IBM InfoSphere Information Server suite, with particular emphasis on DataStage.
by ray.wurlod
Wed May 21, 2014 12:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Director log not showing correct number of records inserted
Replies: 3
Views: 1653

Two questions.

1. Do other links in your job show a non-zero row count?

2. What is the stage type upstream of the Teradata API stage?