Search found 53125 matches

by ray.wurlod
Fri Nov 02, 2012 3:56 pm
Forum:
Topic: Weird Behavior by Import Export Manager
Replies: 5
Views: 1963

Even the command line will require MSXML. I'd assumed you had that.
by ray.wurlod
Thu Nov 01, 2012 5:57 pm
Forum: General
Topic: uvodbc.config empty but odbc works anyway
Replies: 9
Views: 3166

It only applies to Windows, which now uses a registry entry called ODBCINI.
by ray.wurlod
Thu Nov 01, 2012 5:56 pm
Forum: General
Topic: How to Get Metadata Info from XML Export file of DS Job?
Replies: 8
Views: 3675

I guess you could define your "ETL system" as an External Asset.
by ray.wurlod
Thu Nov 01, 2012 8:09 am
Forum: DSXchange Testimonials
Topic: Really appreciate this resource
Replies: 1
Views: 8012

Good to meet you at IOD 2012. And thank you for the kind words there and here.
by ray.wurlod
Thu Nov 01, 2012 8:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle connector stage
Replies: 11
Views: 4255

ORCHESTRATE is the name of a structure that holds the current row.

It does not make sense that ORCHESTRATE should be available to Before or After SQL statements.
by ray.wurlod
Wed Oct 31, 2012 10:52 pm
Forum: General
Topic: uvodbc.config empty but odbc works anyway
Replies: 9
Views: 3166

What I wrote was correct at the time. When I return from vacation I'll check the behaviour and update my knowledge one way or the other. Or you may like to seek, and post here, a definitive statement from the vendor.
by ray.wurlod
Wed Oct 31, 2012 10:51 pm
Forum: General
Topic: Information Server version 9.1
Replies: 18
Views: 11528

Go FIGure!
by ray.wurlod
Wed Oct 31, 2012 10:50 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: warning 'delim=end' did not consume entire input
Replies: 5
Views: 22701

Only three years ten months later, with an identity change in the interim. Amazing!
by ray.wurlod
Wed Oct 31, 2012 10:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Difference between 'Oracle OCI' and 'Oracle Connector'
Replies: 7
Views: 6269

Better use Oracle Connector stage to handle large volumes of data. It is 20% faster than OCI stage. 42% of all statistics are made up. Where did you get this figure? Are there any specified conditions under which the 20% was obtained? I could create jobs in which the OCI is faster than the Oracle C...
by ray.wurlod
Wed Oct 31, 2012 10:00 am
Forum: General
Topic: How to change the date format in the job control
Replies: 10
Views: 2328

Code: Select all

Convert(" ", "", Oconv(Iconv(Field(InLink.TheString, " ", 1, 1), "DYMD"), "DMY[A3,4]"))
by ray.wurlod
Wed Oct 31, 2012 9:57 am
Forum: General
Topic: Need Link Count
Replies: 2
Views: 1205

DSGetLinkInfo() takes a job handle, not a job name, as its first argument.
Therefore you probably need a routine activity rather than a user variables activity.
by ray.wurlod
Wed Oct 31, 2012 6:07 am
Forum: General
Topic: uvodbc.config empty but odbc works anyway
Replies: 9
Views: 3166

There are two uvodbc.config files; one in the DSEngine directory and one in the project directory. Is your DSN in the one that you haven't checked?
by ray.wurlod
Wed Oct 31, 2012 12:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Remove unwanted character from file using any stage
Replies: 6
Views: 3167

Use Convert() function in Transformer stage, as noted. If the file is fixed width you could change the definition of the final column to be one character smaller, then define a new, Char(1) column that contains the Ctrl-M, and use the "drop on import" property for that column. Or, of cours...
by ray.wurlod
Wed Oct 31, 2012 12:16 am
Forum: General
Topic: Realistic uppper limit quantity of jobs in on Project
Replies: 7
Views: 1928

Each job log is a hashed file, with 32-bit addressing. The limit on the total volume of entries is, therefore, 2GB by default. How many actual entries this is depends on how large the various entries are. If you choose to convert particular log hashed files to 64-bit addressing, then the limit on vo...
by ray.wurlod
Tue Oct 30, 2012 7:02 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Generating records based on column value
Replies: 7
Views: 1890

There's a new addition to the Sequential File stage (and to the Big Data stage) in version 9.1 that does exactly this task.