Search found 42189 matches

by chulett
Thu Mar 31, 2011 6:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: field function
Replies: 3
Views: 2146

Biggest problem I see is there's no Field() function in your code. :wink: To use Field to extract "X Y" from a space delimited string, you'll need to pull two fields, not one... and you would need to know what field number to start with, not the position of the sub-string in the string. Pe...
by chulett
Thu Mar 31, 2011 6:25 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: OracleEnterpriseStage: ORA-00903: invalid table name
Replies: 8
Views: 5180

Are the quotes being stripped when using a job parameter? If so, have you tried escaping them?
by chulett
Thu Mar 31, 2011 6:21 am
Forum: General
Topic: How to use the exception handler
Replies: 18
Views: 5341

tanaya.deshpande@tieto.co wrote:Is there any activity to forcefully stop the sequence
Terminator.
by chulett
Thu Mar 31, 2011 6:21 am
Forum: General
Topic: How to use the exception handler
Replies: 18
Views: 5341

But now if I have more than 1 job activity and I want to run the loop when any of the activity fails then how to do it ??? You certain you want to do that - rerun all of them if any one of them fails? If so, seems to me it would be custom triggers checking all results and deciding where to go, out ...
by chulett
Wed Mar 30, 2011 10:33 pm
Forum: General
Topic: How to use the exception handler
Replies: 18
Views: 5341

2) and 3) are not 'enter loop', it is continue loop as you only enter it once... and yes, the counter / iteration will automatically increment each time you take another lap around the loop.
by chulett
Wed Mar 30, 2011 10:52 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Stored Proc Question
Replies: 3
Views: 2307

If you have no experience with PL/SQL you'll need to enlist the aid of someone there that does.
by chulett
Wed Mar 30, 2011 9:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Resolve these warnings
Replies: 2
Views: 1672

Sounds like the metadata you used in the CFF stage is wrong, you need to triple-check it against a hard look at the source file.
by chulett
Wed Mar 30, 2011 9:26 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: ORA-03113: end-of-file on communication channel
Replies: 12
Views: 11910

There really isn't much to check, as stated all it says is for some unknown reason it lost connection to the database while the job was running. One time, I wouldn't worry about it. If it persists, take the message to your DBAs and probably even Network guys, see if they can help.
by chulett
Wed Mar 30, 2011 7:10 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Understanding Configuration file ?
Replies: 5
Views: 2598

Seems to be inappropriately named. Is that the complete file? :?
by chulett
Wed Mar 30, 2011 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Can the state file be read parallely in different jobs?
Replies: 3
Views: 1341

Re: Can the state file be read parallely in different jobs?

srinivas.nettalam wrote:I am not convinced that it can be read parallel and I assume there would be lot of discrepencies in generating the sequence numbers in this scenario. Am I right?
Short answer? Nope.
by chulett
Wed Mar 30, 2011 7:01 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: date conversion error
Replies: 3
Views: 2117

What does your target SQL look like for that field? Sure you didn't mean "HH24" for the hour?
by chulett
Wed Mar 30, 2011 6:54 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Parametersing Table definitions?
Replies: 3
Views: 1805

Define 'everything'... and what exactly would this job be doing? Simply moving data unchanged from source to target? Have you looked into the use of RCP and schema files?
by chulett
Tue Mar 29, 2011 12:49 pm
Forum: General
Topic: Premium Account Registration
Replies: 2
Views: 1076

Yes, you do. From what I understand it is still a manual process behind the scenes.
by chulett
Tue Mar 29, 2011 7:51 am
Forum: General
Topic: Need to Get an Mail Notification from ETL Job
Replies: 9
Views: 3136

No, it would be a much better learning experience if you manage this on your own... with some guidance, of course. :wink: :wink:

First order of business would be to capture or store the information you need to send, say like a flat file or the USERSTATUS area of a job. Have you done that?
by chulett
Tue Mar 29, 2011 7:07 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SIGSEGV and Partitioning
Replies: 11
Views: 4082

abhilashnair wrote:Array Size specified in Target is 2000.
As a test, lower it - even dropping it down to 1 to see if that makes any difference.