Search found 42189 matches

by chulett
Mon Dec 28, 2009 7:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: External Source Stage 'ls' Command Issue
Replies: 12
Views: 7217

That is a very common UNIX problem that googling for "The parameter list is too long" would reveal the answers for.
by chulett
Mon Dec 28, 2009 7:34 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Raise abort signal by Execute command Activity
Replies: 7
Views: 8499

Your script needs to capture the output from the sqlplus session and then grep for problems once it runs. Set the exit status to somthing other than zero when any ORA or SP (etc) messages are found.
by chulett
Mon Dec 28, 2009 7:31 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: ORA-03135: connection lost contact
Replies: 5
Views: 6495

Assuming you can connect properly from the job, start the diagnostic work from the Oracle side. ORA-03135: connection lost contact Cause: 1) Server unexpectedly terminated or was forced to terminate. 2) Server timed out the connection. Action: 1) Check if the server session was terminated. 2) Check ...
by chulett
Mon Dec 28, 2009 7:27 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Sequencer
Replies: 9
Views: 2893

You can also use the trigger conditions directly for this. Have two triggers from your validation job, one set to 'OK (conditional)' that means all is OK and which leads to your processing jobs and another set to 'Otherwise' which sends an email indicating problems validating the file. This predicat...
by chulett
Mon Dec 28, 2009 7:21 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Scheduled Jobs Missing
Replies: 5
Views: 2046

I doubt it has anything to do with your "MV" jobs specifically. Schedules are only shown to the scheduling user, are you sure you are checking with the proper userid?
by chulett
Mon Dec 28, 2009 7:19 am
Forum: General
Topic: Logging process details
Replies: 3
Views: 1259

Why did you reply and then put the exact same thing as a new post as well? :? Please delete your other post before someone replies to it. Here, post details on what you've tried so far and clarify what exactly it is you are trying to accomplish. Capturing issues when working with Oracle via the OCI ...
by chulett
Sun Dec 27, 2009 5:24 pm
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Panthom error
Replies: 5
Views: 2022

All of which a search would turn up. :wink:
by chulett
Sun Dec 27, 2009 5:22 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Date Conversion in Sql serverr 2005 and Sql Server 2008
Replies: 1
Views: 1041

An exact search for "smalldatetime" got 24 matches, perhaps one of them will help.
by chulett
Sun Dec 27, 2009 5:20 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Multiple files using File Pattern
Replies: 14
Views: 22275

Sreenivasulu wrote:I don't think you can put a 'view data' using a 'pattern'. Datastage would require to apply 'fuzzy logic' to understand this patttern and to apply to one of the file.
Nothing fuzzy about it and of course you can.
by chulett
Sun Dec 27, 2009 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Multiple files using File Pattern
Replies: 14
Views: 22275

Well... out of all that, this is the only bit that really matters: ##W TOIX 000000 15:23:29(000) <Sequential_File_0,0> Couldn't find any files on host PRADEEP-0320510 with pattern D:/Datastage/DX444/ISFiles/Temp/output*.txt. [new-impexp\file_import.C:2624] Silly question perhaps, but are these files...
by chulett
Sun Dec 27, 2009 7:45 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Panthom error
Replies: 5
Views: 2022

First suggestion is to search. Looking for "Nonnumeric data when numeric required. Zero used." will turn up quite a number of conversations with what your next steps should be.
by chulett
Sat Dec 26, 2009 3:15 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: long job name caused the compliantion error
Replies: 4
Views: 1252

Now I know how to say "blahblahblah" in Chinese... just like in English. :wink:
by chulett
Sat Dec 26, 2009 3:14 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Reading Multiple files using File Pattern
Replies: 14
Views: 22275

That $APT variable helps when you use the 'give me the filename that was matched' option. Right now, it would seem that your wildcard pattern doesn't match any filenames.
by chulett
Sat Dec 26, 2009 8:53 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: long job name caused the compliantion error
Replies: 4
Views: 1252

OK. How long was 'really long' and what did you have to shorten it to?
by chulett
Fri Dec 25, 2009 10:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transformer compilation Error-DS7.5x.2
Replies: 18
Views: 5968

As noted in your other thread, posting the actual resolution would be much appreciated.