Search found 42189 matches

by chulett
Wed Sep 27, 2006 10:08 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Excel Files
Replies: 8
Views: 1854

The file doenot have straight f0rward columns and rows. Its a file like a normal end report with scattered data. You've got your work cut out for you then. Not being in .xls or a flavor of .csv or .prn format means you would need to read each record as a single large varchar field using the Sequent...
by chulett
Wed Sep 27, 2006 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Passing parameter values dynamically
Replies: 10
Views: 2419

You'd need to be on a 7.5.x version of DataStage to have those stages. If you don't have them, you are stuck with writing your own 'batch' job control and controling the looping yourself, as already noted.
by chulett
Wed Sep 27, 2006 7:27 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Oracle - Delete & Then Insert
Replies: 7
Views: 1632

Try using a single stage for your two Oracle links. This is a valid solution for a Server job and wondering if it will solve the same transactional issues in a PX job as well. :?

If not, you should get your DBA involved and have them trace what is going on during the run of the job.
by chulett
Wed Sep 27, 2006 7:24 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: CLOB / BLOB
Replies: 3
Views: 2246

For recent versions of Oracle, check out the DBMS_LOB package. I've found it helps with handling data of this nature more than using a large (or Long) Varchar datatype by itself does.
by chulett
Wed Sep 27, 2006 7:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Rename Links - Error's Pop Up
Replies: 2
Views: 972

I've seen this in Server as well, but don't recall the gory details of exactly when it happens. Most of the time a link rename handles all occurances of it in the Transformer but occassionally it doesn't. It seems like constraints are the biggest place where a link rename doesn't happen. The compile...
by chulett
Thu Sep 07, 2006 11:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: UserDefined Query Delete statement
Replies: 11
Views: 2950

guggi wrote:How to supply job parameter here?

You can't - use the Parameter in a column's derivation and send that to the query using the appropriate marker.

I'll be really surprised if you can make this work if this is all in one 'link'. Why not use two if that's the case?
by chulett
Thu Sep 07, 2006 11:48 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create a cursor with datastage ?
Replies: 8
Views: 4385

incognico wrote:I can't use the funtion date() in a ODBC stage for my selection in my clause where.

That's true - you got the 'with DataStage' answer that I thought you were looking for. Nothing changes in your SQL query just because you are running it in a DataStage job, everything still works the same there.
by chulett
Thu Sep 07, 2006 11:44 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Problem while using parameter in the exe command activity
Replies: 4
Views: 1328

Known 'bug' in certain versions and platforms. Upgrading to the lastest version - 7.5.1A or 7.5.2 - should correct it for you.

Otherwise the work-around is to write a Routine to do the same thing via ExecSH... or ExecDOS on Windows, I suppose.
by chulett
Thu Sep 07, 2006 7:53 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: create a cursor with datastage ?
Replies: 8
Views: 4385

And REPLICATE does what, exactly? If you are padding the output field with zeroes, use the FMT function for that. There are various date related functions in DataStage, check Date() in the online help as one example. From what I recall, it returns the system date in internal format, which means you ...
by chulett
Thu Sep 07, 2006 6:58 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer frozen due to Stage Properties
Replies: 8
Views: 2034

No problem... told ya that was the most important step. :wink:
by chulett
Thu Sep 07, 2006 1:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Cannot open 'Job Activity's propertise from job sequence
Replies: 5
Views: 1499

You need the Windows Service Pack 2 (SP2) patch.
by chulett
Wed Sep 06, 2006 7:07 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Is it possible to take the output of a select into variable
Replies: 21
Views: 3760

Lack of quotes, actually. Of course, you could just try it and see... worst case you'll get a different error. :wink:
by chulett
Wed Sep 06, 2006 12:21 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: dsjob -lognewest error
Replies: 7
Views: 2442

Re: dsjob log report

vardhan354 wrote:i tried with this dsjob -lognewest projectname jobname it is giving a message newest id = 50, statuscode = 0.

That's what it is supposed to return.
by chulett
Wed Sep 06, 2006 12:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Designer frozen due to Stage Properties
Replies: 8
Views: 2034

Sometimes an uninstall doesn't uninstall enough. As long as your machine does not host the Server install as well, try: 1) Uninstall the DataStage client 2) Remove any leftover Ascential directories 3) Remove any Ascential Registry entries using RegEdit 4) Reboot 5) Reinstall the client Seem like #3...
by chulett
Wed Sep 06, 2006 6:56 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Datastage installation
Replies: 3
Views: 979

Assuming you just have access to Server jobs, you have the XE or Extended Edition of the product. You would need to upgrade to EE or the Enterprise Edition to have access to Parallel jobs as well. Many monies would need to exchange hands.