Search found 53125 matches

by ray.wurlod
Thu Jul 11, 2013 2:50 am
Forum: General
Topic: Instalation Issue
Replies: 3
Views: 981

You can only install engine, services and repository tiers on Windows Server 2008, Linux or UNIX. You cannot install these tiers on Windows 7.
by ray.wurlod
Wed Jul 10, 2013 3:59 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: DB2: A connection failed but has been re-established
Replies: 2
Views: 1548

The first thing I'd do would be an internet search for SQLSTATE=08506
by ray.wurlod
Wed Jul 10, 2013 3:58 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: APT_STRING_PADCHAR
Replies: 4
Views: 2915

0x20 is the ASCII code for the space character (32 in decimal). Therefore what you are seeing is correct.
by ray.wurlod
Wed Jul 10, 2013 3:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Question on MS SQL Server Load stage
Replies: 5
Views: 2400

Does not the SQL Server Connector stage have a "bulk load" capability?

This stage type only exists if DataStage engine runs on Windows Server; otherwise you can use the ODBC Connector, but it does not have a bulk load capability.
by ray.wurlod
Wed Jul 10, 2013 3:54 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CDC is Running very slow
Replies: 2
Views: 1463

Let's get the nomenclature right for starters. Is this really a CDC stage, or is it one of Change Capture, Compare or Difference?
by ray.wurlod
Wed Jul 10, 2013 3:49 pm
Forum: General
Topic: Data Connection vs Environmental Variables
Replies: 6
Views: 2140

The best time to use a Data Connection is always. (Recall that re-use is one of the holy grails of all IT.)
by ray.wurlod
Wed Jul 10, 2013 3:59 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Loading data into target through Oracle connector stage 8.7
Replies: 2
Views: 1424

Does the error message identify which column is the problem? If not, you need to check the defined versus in-job metadata for every column. A good wat to do this is to import the table definition afresh, storing it in a different location, and compare the newly-imported table definition against the ...
by ray.wurlod
Wed Jul 10, 2013 3:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Updates,Indexes
Replies: 4
Views: 1296

More information required.
What are you attempting to accomplish?
What results do you expect?
What actual results are you getting?
by ray.wurlod
Wed Jul 10, 2013 3:55 am
Forum: General
Topic: Parallel vs Server
Replies: 4
Views: 1851

This link refers to a thread in the "Dads and Grads" forum, one of the special areas available only to premium members. You can obtain a premium membership by following a link from the DSXchange home page.
by ray.wurlod
Tue Jul 09, 2013 4:10 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Record counts per partition
Replies: 3
Views: 2035

I suspect that the interviewers were seeking more in-depth knowledge of the DataStage API. In particular, the function DSGetLinkInfo() can retrieve the total row count for the link (DSJ.LINKROWCOUNT) or a list of row counts per instance (node) using DSJ.INSTROWCOUNT.
by ray.wurlod
Tue Jul 09, 2013 4:07 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Null handling flat file
Replies: 9
Views: 3843

Text files don't have data types, they only have text. Technically, they can not have NULL. Therefore, all you have to do is to set the NullFieldValue property to the value that represents NULL in each field. And that's a business decision.
by ray.wurlod
Tue Jul 09, 2013 4:04 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: XML Stage - Unable to see the hierarchy coming in the output
Replies: 3
Views: 2184

am not able to read your reply. It says premium content. To read the entire response from the premium posters you need to get yourself a premium membership (there's a link from the Home page). Premium membership is the funding model of DSXchange; it's how the hosting and bandwidth costs are met. At...
by ray.wurlod
Tue Jul 09, 2013 4:01 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: How can we import data from RT_LOG files
Replies: 7
Views: 3976

Of course it takes a long time. How long does it take you to read through a 2GB document? And the log has to be sorted. The moral of this story is to purge old entries from job logs regularly. Incidentally, if you can eventually read the log, then it's not corrupted. So it may not yet have reached i...
by ray.wurlod
Tue Jul 09, 2013 3:57 pm
Forum: General
Topic: Data Connection vs Environmental Variables
Replies: 6
Views: 2140

It's not possible. The scope of a Data Connection is the project.

Why not set the default values of the environment variable parameters to $PROJDEF so that they pick up their value from the project settings?
by ray.wurlod
Tue Jul 09, 2013 3:54 pm
Forum:
Topic: BGA: Best keystroke combination to use?
Replies: 4
Views: 3309

We use the defaults (Ctrl+Shift+C and Ctrl+Shift+L), which don't conflict with any other applications we use.