Search found 243 matches

by gssr
Wed Jan 06, 2010 6:55 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to fetch all entries of job log from unix?
Replies: 7
Views: 5606

Code: Select all

dsjob -logsum <Project> <Job_name>
by gssr
Wed Dec 30, 2009 4:19 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 10009

I dropped the Constraint in the table, the job works fine now,

Still could not able to get the error Source !!! :roll:

Thanks for your Thoughts!!!!
8)
by gssr
Wed Dec 30, 2009 1:39 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 10009

gssr wrote:
(ORD_IND IN(0,1,2,3,4,5,6,7,8)) INSTEAD OF (ORD_IND IN (0,1,2,3,4,5,6,7,8))
Anything this may cause!!!
8) in the above is actually '8' and ')'
by gssr
Wed Dec 30, 2009 1:37 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 10009

I checked the DDL of the table with constraint

Code: Select all

ALTER TABLE Test.Table1
ADD CONSTRAINT CHK_ORD_IND CHECK
(ORD_IND IN(0,1,2,3,4,5,6,7,8))
 ENABLE
;

Is that correct to mention
(ORD_IND IN(0,1,2,3,4,5,6,7,8)) INSTEAD OF (ORD_IND IN (0,1,2,3,4,5,6,7,8))
Anything this may cause!!!
by gssr
Wed Dec 30, 2009 1:25 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 10009

I tried to get into another dataset in target, and i can able to view it in the target output!!
I will try to use a peek stage and update about the feedback
by gssr
Wed Dec 30, 2009 12:56 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 10009

I am just passing 3 record only , I can view the records in the input dataset as ORD_IND is all 6

In the error message, i am getting only this constraint as Violated!!
:roll:
by gssr
Wed Dec 30, 2009 12:12 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 10009

i checked with the constraint, and it is

Code: Select all

Ord_ind in (1,2,3,4,5,6)
The insert records are all having 6 as Ord_ind

But Still it was throwinmg the same error..

:cry:
by gssr
Wed Dec 30, 2009 11:48 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 10009

I can understand that by using Nikhil solution ,i can get the same output.

But, i want to know which is the cause for this ERROR!!

Any idea :idea: :?:

I am currently trying to implement Nikhil's design, and post the update asap.
by gssr
Wed Dec 30, 2009 11:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 10009

Thanks for your thoughts Nikhil,

Actually we got more than 20 constraints in the table

Its not possible to get all that in to the transformer...

Actually, i dont know why this error is arising??
Can you give me the root cause about this...

Thyanks in advance
by gssr
Wed Dec 30, 2009 10:36 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: sqlcode is: -2290
Replies: 15
Views: 10009

sqlcode is: -2290

I am updating and inserting the table with the following job Dataset --> Transformer --> Oracle -->Reject While executing it throws me the following errorm Orac_load,1: Open failed for insert: insert is: (<Insert Query> ) sqlcode is: -2290 esql complaint: ORA-02290: check constraint (Column Constrai...
by gssr
Tue Dec 29, 2009 7:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TO export job through unix
Replies: 19
Views: 6037

We learned that one !!!!

Thanks for your thoughts,
by gssr
Tue Dec 29, 2009 5:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: TO export job through unix
Replies: 19
Views: 6037

Code: Select all

All exports from the DataStage repository are performed on the Windows workstation. There is
no server-side project export facility.
by gssr
Tue Dec 29, 2009 4:29 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Verb "DSJOB" is not in your VOC.
Replies: 4
Views: 5290

Hope this will help you,

viewtopic.php?t=124347&highlight=not+in+your+VOC


Hit the dsxchange search engine for more suggestions
by gssr
Tue Dec 29, 2009 3:30 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Verb "DSJOB" is not in your VOC.
Replies: 4
Views: 5290

Try this,

Code: Select all

dsjob -run -jobstatus projectname jobname 
by gssr
Tue Dec 29, 2009 3:06 am
Forum: General
Topic: Datastge Certification for 7.5.2
Replies: 4
Views: 2495

HI,
Can you send me the guide to my mail id rajkumar.datastage@gmail.com
:?:
Thanks in Advance, 8)