Search found 53125 matches

by ray.wurlod
Tue Jan 12, 2010 3:42 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UniData 7.2.3 Upgrade with server job
Replies: 4
Views: 1834

You could always use the UniODBC driver that you get with Unidata to provide ODBC access, if the Unidata stage can not work with version 7.2.3.
by ray.wurlod
Tue Jan 12, 2010 3:41 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Unable to read from stdin errors
Replies: 1
Views: 1516

Welcome aboard.

tl_dsserver.exe is the DataStage telnet service on Windows. It is not used by jobs and therefore must be unrelated to the other error.

I expect that the WSA error is Windows preventing one ETL from opening the file because it is "in use by another process".
by ray.wurlod
Tue Jan 12, 2010 3:34 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Please Help With IBM Websphere Datastage Running on Linux
Replies: 1
Views: 1089

Legal copies are usually downloaded from IBM's PartnerWorld site.

Your reseller may provide a different location if you do not purchase directly from IBM.
by ray.wurlod
Tue Jan 12, 2010 3:28 pm
Forum: General
Topic: help
Replies: 0
Views: 888

help

Hi there , I am an iformatica developer and looking fwd to learn datastage , The first thing I am looking fwd is to install datastgae on my pc but i am not able to find the installation files , Could you please help me with this. Regards Rahul kalra rahulkalra9@gmail.com Yes, all you need to do is ...
by ray.wurlod
Tue Jan 12, 2010 2:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Map Setting
Replies: 7
Views: 3045

Project level defaults are set in the project properties of Administrator client. Server map names and parallel map names are different, even for the same map (because Unicode is handled differently internally in server and parallel jobs).
by ray.wurlod
Tue Jan 12, 2010 2:51 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delimiter in Sequential File
Replies: 4
Views: 1933

Why not simply remove the (apparently stupid) requirement for a two-character delimiter? Use a non-printing character, such as Ctrl-Y (represented in DataStage as 025). While you can use the Transformer stage as I mentioned above, the other team will have to jump through similar hoops to unpack the ...
by ray.wurlod
Tue Jan 12, 2010 1:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: NLS Map Setting
Replies: 7
Views: 3045

Welcome aboard.

Is this a server job (as marked) or a parallel job (as posted) question?
by ray.wurlod
Tue Jan 12, 2010 1:37 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Invalid Picture
Replies: 2
Views: 2380

One of the bitmap or icon files (or more than one) or one of the DLLs with an embedded image has become corrupted.

Quickest solution is probably to uninstall the client, purge the registry of DataStage-related keys, then re-install the client.
by ray.wurlod
Tue Jan 12, 2010 1:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing timestamp as parameter.
Replies: 5
Views: 3339

"Best"? Anything that works.

Just make sure that you're sending the format that the database server is expecting.
by ray.wurlod
Tue Jan 12, 2010 1:35 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Running job from Unix cmd w/o letting user becoming dsadmin
Replies: 7
Views: 2234

You have to specify to the WebSphere Application Server that you want to map Information Server users to operating system users.

You still need to set up DataStage credentials in Web Console for Information Server.
by ray.wurlod
Tue Jan 12, 2010 1:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Delimiter in Sequential File
Replies: 4
Views: 1933

Not in the Sequential File stage.

You can build the entire line in an upstream Transformer stage and write a single, large VarChar column to the file.
by ray.wurlod
Tue Jan 12, 2010 1:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: The Precompilation failed - no other information provided!..
Replies: 14
Views: 10375

Close Designer and re-open.
by ray.wurlod
Tue Jan 12, 2010 1:32 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: abnormal termination in transformer
Replies: 10
Views: 5391

No.

Tell us what's in the other messages.

Tell us what's in the "from previous run" message logged when you reset the job.

There is just not enough information for a cogent diagnosis in what you have provided thus far.
by ray.wurlod
Mon Jan 11, 2010 11:47 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to run a single job in multy instance in DS 7X EE.
Replies: 1
Views: 1984

1. It is possible to run a single job in multiple instances provided that the job has been compiled as multi-instance. You need to supply a unique invocation ID to each instance. 2. Not really sure what you mean by this one. Looping is currently supported in sequences, but not in jobs (other than th...
by ray.wurlod
Mon Jan 11, 2010 11:44 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Passing timestamp as parameter.
Replies: 5
Views: 3339

Read the error message.

Not a valid month.

Are you passing YMD order when Oracle is expecting MDY or some other variant?