Search found 42189 matches

by chulett
Wed Aug 07, 2013 9:30 am
Forum: General
Topic: Server is not responding
Replies: 6
Views: 3401

One thing My IT Team told me that they have changed the IP of the server because of some reasons... There's your issue right there. From what I recall, that IP gets stored in more than one place and you can't simply change it for the box as they did and have the software continue to work. Unfortuna...
by chulett
Wed Aug 07, 2013 8:33 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric field - loss of precision on large numbers
Replies: 10
Views: 5826

Ah yes, EXACTNUMERIC - thanks Andy.

In lieu of an override is there any possibility of a 'workaround' in the job? Perhaps some trick with string math? Or since we're talking about a sequential file, you could always handle them as varchar fields.
by chulett
Wed Aug 07, 2013 8:06 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: jobs going to held status though there are free slots availa
Replies: 5
Views: 2109

Contact your official support provider. Here you can only be helped by people with grid experience and I don't think that's a very high number.
by chulett
Wed Aug 07, 2013 8:03 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Warning - Import consumed only n bytes of record
Replies: 7
Views: 7176

First suggestion would be to do an exact search for "Import consumed only" to find other discussions on this issue. See if any of them help.
by chulett
Wed Aug 07, 2013 8:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Numeric field - loss of precision on large numbers
Replies: 10
Views: 5826

Dang... off the top of my head I can't remember what controls this but you are hitting the (default) maximum precision limit of 15 in the product. From what I recall it's an entry in the uvconfig file but I don't think it would be prudent to bump it up to a large number for the entire installation. ...
by chulett
Wed Aug 07, 2013 7:55 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Creating date ranges
Replies: 5
Views: 2960

Convert the dates to internal format using IConv() and then compare those internal values. That number is a number of days so to back up one day simply subtract 1 from the internal value and then convert back using OConv().
by chulett
Tue Aug 06, 2013 10:47 pm
Forum: General
Topic: Would like to not create an empty csv file
Replies: 48
Views: 16857

OK then... well, never mind. I know what it means just don't recall ever seeing it used in the DOS world. Live and learn.
by chulett
Tue Aug 06, 2013 7:08 pm
Forum: General
Topic: Would like to not create an empty csv file
Replies: 48
Views: 16857

You mean the MKS Toolkit and AFAIK you wouldn't have it if you have a Server only license, which I believe is the case here. And for 9.1 I think that they will all still be there but will be implemented differently under the covers. At least that's the impression I got from what Ray has posted so fa...
by chulett
Tue Aug 06, 2013 5:56 pm
Forum: General
Topic: Would like to not create an empty csv file
Replies: 48
Views: 16857

Never mind the fact that && is valid for UNIX, not DOS. :wink:
by chulett
Tue Aug 06, 2013 12:43 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a stored procedure in Oracle Connector stage
Replies: 12
Views: 7869

Glad it's working for you but I really don't think you had to remove the exception handling. You should be able to still have that in place and pass back / dbms_output whatever you like as long as you also RAISE_APPLICATION_ERROR... DataStage should notice that. Hard for me to tell if you ever had t...
by chulett
Tue Aug 06, 2013 10:17 am
Forum: General
Topic: Would like to not create an empty csv file
Replies: 48
Views: 16857

ps. Long overdue move just made to the General forum since nothing here is specific to either job type.
by chulett
Tue Aug 06, 2013 8:00 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a stored procedure in Oracle Connector stage
Replies: 12
Views: 7869

To clarify, it sounds like a bug to me - hence the suggestion.
by chulett
Tue Aug 06, 2013 7:58 am
Forum: General
Topic: Would like to not create an empty csv file
Replies: 48
Views: 16857

Write a batch file where you do everything that needs to be done - cd, check the size and delete - then use ERRORLEVEL to see if it succeeded. Run the .bat file in the Execute Command stage.
by chulett
Tue Aug 06, 2013 7:56 am
Forum: General
Topic: Would like to not create an empty csv file
Replies: 48
Views: 16857

Show us the detailed contents of the log message where the command is executed, specifically the actual command it ran. DataStage is notorious for stripping quotes, perhaps that is what is going on.
by chulett
Tue Aug 06, 2013 7:30 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Calling a stored procedure in Oracle Connector stage
Replies: 12
Views: 7869

Contact your official support provider and see if that is a known issue with the version you are running. Perhaps a patch is available.