Search found 72 matches

by jpraveen
Tue Oct 05, 2010 1:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: SQL Problem - Incorrect syntax near....
Replies: 11
Views: 9726

SQL Problem - Incorrect syntax near....

Hi all The below query when executed in the database, i am getting the error: Incorrect syntax near 'Sun' select Distinct ProviderNumber,substring(printerexception,1,50) as PrinterException from providerpmg,AZ_locations where (PrinterException like 'Mon. - Fri.: 8:00 a.m. - 8:00 p.m.; Sat. - Sun.: 8...
by jpraveen
Fri Oct 01, 2010 1:19 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unique key warning generated
Replies: 7
Views: 2725

Hi Tanaya

You cannot insert Duplicate records in to the table there may be Primary key/Unique Key on the columns.so use remove duplicate stage .
by jpraveen
Thu Sep 30, 2010 10:49 pm
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Cannot insert explicit value for identity column in table
Replies: 2
Views: 1458

Cannot insert explicit value for identity column in table

Hi when iam inserting the data in the table i am getting the error as shown below APT_CombinedOperatorController,0: [IBM(DataDirect OEM)][ODBC SQL Server Driver][SQL Server]Cannot insert explicit value for identity column in table 'Table_Name'when IDENTITY_INSERT is set to OFF. for the table we had ...
by jpraveen
Fri Sep 24, 2010 2:46 am
Forum: General
Topic: Sequencers
Replies: 3
Views: 2102

Hi Phani

u can find these stuff in Datastage PDf's or you can search in forumns or search in DSXchange
by jpraveen
Fri Sep 24, 2010 2:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update SQL
Replies: 12
Views: 8127

Hi all

as per my project specifications ,we should not use datasets or flat files,
and i am doing this in the same job, we dont have temporary tables also.
Src--->Tfm---> Trg(Update
)
by jpraveen
Fri Sep 24, 2010 1:32 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Update SQL
Replies: 12
Views: 8127

Update SQL

Hi i want to update the same table my sourece & target is same(Sql Server) and i am using ODBC stage,there is no transformation Logic my SQl is UPDATE Table_Name SET Table_Name.Column1 = 'FL' WHERE Table_Name.Column1='XX' AND Table_Name.Column2='CO'; i had only 9000 records,and it is going to Ha...
by jpraveen
Mon Sep 20, 2010 7:41 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit after some records in ODBC stage
Replies: 6
Views: 3640

Hi
I am using SQl Server 2005 as the Database.Source & Target is the Same Database.which environment variable should be used to get my requirement.
by jpraveen
Fri Sep 17, 2010 5:34 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit after some records in ODBC stage
Replies: 6
Views: 3640

Hi
what Environment Variable should be used,and what is use of Array size?
by jpraveen
Thu Sep 16, 2010 7:14 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Commit after some records in ODBC stage
Replies: 6
Views: 3640

Commit after some records in ODBC stage

HI i am using ODBC stage and i want to commit after every 1000 records, what Environment Variable should be used,and what is use of Array size? so if i use after commiting 1000 reocrds, and the job got Aborted,then if i start once again wheteher it will start from the starting or where it is aborted...
by jpraveen
Thu Sep 16, 2010 6:29 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lookup stage
Replies: 10
Views: 6300

Hi Srinivas

Continue is like LEFT JOIN,
Drop is like INNER JOIN,
Reject- the record goes to Reject link,
Fail-we can make Lookup to fail when the condition not met and tha job grt Aborted.
by jpraveen
Wed Sep 15, 2010 5:49 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Close Command & Open Command
Replies: 2
Views: 1747

Close Command & Open Command

HI i had multiple SQls to be executed in my job, when i use Close/Open command can i write multiple SQls , my reqiurement is i had DELETE and UPDATE SQLs that should be executed before or after,but can i write many SQLs In a single OPEN or CLOSE command. i.e., 1) UPDATE TABLE_NAME------set--------- ...
by jpraveen
Mon Sep 13, 2010 4:42 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Lock Resources
Replies: 1
Views: 1836

Lock Resources

Hi i am running on 2-node processor and i made the target as HASH partitioning and the job finished successful for a particular job and again for another job, the job got aborted with following error message ODBC_Enterprise_76,1: Fatal Error: [IBM(DataDirect OEM)][ODBC SQL Server Driver][SQL Server]...
by jpraveen
Mon Sep 13, 2010 2:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to allocate communication resources
Replies: 1
Views: 34636

Unable to allocate communication resources

Hi i am doing Union all operation by using Sequence Funnel and i am fetching the data from 3 sources and Joining the data.and last i used the Funnel Stage i am getting the following error [ IBM(DataDirect OEM)][ODBC SQL Server Driver][SQL Server]Duplicate key was ignored. cs}}},1: Fatal Error: Unabl...
by jpraveen
Mon Sep 13, 2010 1:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Implicit conversion
Replies: 5
Views: 5064

HI all

so i need to change the Datatype by using Modify stage or is there any other option.
by jpraveen
Mon Sep 13, 2010 1:23 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Deadlocked on lock resources
Replies: 10
Views: 7854

Hi i am running on 2-node processor and i made the target as HASH partitioning and the job finished successful for a particular job and again for another job the job got aborted with folloeing error message ODBC_Enterprise_76,1: Fatal Error: [IBM(DataDirect OEM)][ODBC SQL Server Driver][SQL Server]T...