Search found 64 matches

by stiwari
Fri Jun 09, 2006 6:38 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to execute SQL query in sequence.
Replies: 7
Views: 6902

Can I directly put SQL query in Execute command?.The query that i want to run is as follows.

ALTER TABLE SCHEMA_NAME.TABLE_NAME DROP PRIMARY KEY.

Where exactly do i need to put this stage so that it executes only once.

Thanks
in advance
by stiwari
Fri Jun 09, 2006 5:56 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: How to execute SQL query in sequence.
Replies: 7
Views: 6902

How to execute SQL query in sequence.

Hi All, I am loading the data from difference schema using Sequence and in this i am using Startloop,Activity and Endloop to change schema names at run time.....the main thing is that i am droping the index of the target table before loading and creating after load for that i am using open and close...
by stiwari
Fri Jun 09, 2006 4:44 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change the variable values at run time.
Replies: 8
Views: 1778

Thanks Sud its working perfectly fine..... :D
by stiwari
Thu Jun 08, 2006 11:08 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change the variable values at run time.
Replies: 8
Views: 1778

its not working where exactly i have to use $counter because its already picking the schema names with startloop.$counter.
by stiwari
Thu Jun 08, 2006 10:51 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change the variable values at run time.
Replies: 8
Views: 1778

I am using env. variable to pick the schema name and in the sequence i am using activity stage to pick all the values of schema with this i am using startloop and endloop to loop it everytime.....
by stiwari
Thu Jun 08, 2006 10:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change the variable values at run time.
Replies: 8
Views: 1778

Can't we pick some default value in variable and increment it every time when ever schema gets change in Sequence?
by stiwari
Thu Jun 08, 2006 10:28 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: change the variable values at run time.
Replies: 8
Views: 1778

change the variable values at run time.

Hi, I have 23 schemas and one target in that target we have one extra column which is not present in the source tables so we have to hard code the different values for different schema. e.g it should be like that for 1st schema it should be 1....2nd to 2....3rd to 3 and so on.....and i am using SEQU...
by stiwari
Tue Jun 06, 2006 8:52 am
Forum: IBM<sup>®</sup> Infosphere DataStage Server Edition
Topic: Importing metadata from DB2
Replies: 7
Views: 1682

Hi All,


I am also getting same error while importing the tables...if any one have got the solution...plz let me know...


Thanks in advance

Sumit
by stiwari
Tue Jun 06, 2006 8:04 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change the vaules of variable at run time.
Replies: 3
Views: 861

Thanks a lot. Its working fine...:-)
by stiwari
Tue Jun 06, 2006 4:43 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Change the vaules of variable at run time.
Replies: 3
Views: 861

Change the vaules of variable at run time.

Hi All, I have a scenario, I am using DB2 as source and target and I have 23 schema and in all the 23 schema all the table having same structure and column names and i have to load all the records to the target from all the 23 schema, Can we change the schema name at runtime? Thanks in advance... Su...
by stiwari
Wed May 31, 2006 10:09 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Getting Error in DB2 UDB Enterprise Stage
Replies: 1
Views: 1536

Getting Error in DB2 UDB Enterprise Stage

Hello Everyone, I am getting error when loading data in a Db2 table using DB2 UDB enterprise stage. I am using write method as Load and partitation method as Same and getting following error. DB2_UDB_Enterprise_1,0: DB2 Load Binary Error. DB2_UDB_Enterprise_1,0: SQLCODE = -27959; SQLSTATE= /dstage/A...
by stiwari
Fri May 26, 2006 12:39 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transaction log full.
Replies: 8
Views: 2414

Ya that's the property of ODBC stage but this is for sever job's and here i m using parallel job...and this job doesn't have any property like that....
by stiwari
Fri May 26, 2006 12:22 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transaction log full.
Replies: 8
Views: 2414

Thanks for the reply, Do we have any property in ODBC Stage by which i can set commit after some intervel of records.
by stiwari
Thu May 25, 2006 9:05 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Transaction log full.
Replies: 8
Views: 2414

Transaction log full.

Hi All,

I am getting problem of Transaction log full. My Database is Db2 and i am trying to load 10 million records using ODBC Drivers Stage. Please let us know how to overcome this
by stiwari
Tue May 23, 2006 5:16 am
Forum: IBM<sup>®</sup> DataStage Enterprise Edition (Formerly Parallel Extender/PX)
Topic: Unable to initialize plug-in
Replies: 4
Views: 1542

Hi This is the first installation and there were no errors during the setup. As its a fresh installation so never before i was able to view the data. To explain the scenario. When i try to import the table definition using import meta deta definitions when i click on the Db2 it gives the error of &q...