If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > DTS does not work with DB2 v8.2

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-02-06, 15:59
sayntin sayntin is offline
Registered User
 
Join Date: Aug 2006
Posts: 2
DTS does not work with DB2 v8.2

Since update to V8.2. We can no longer get out DTS packages to work.
I seem to be getting a schema error in regards to my connect driver.
I am still using the Microsoft OLEDBConnect which has always worked before.
Anyone else have the same problem and know of a fix.

Thank You
DS
Reply With Quote
  #2 (permalink)  
Old 08-04-06, 13:10
sharrisdb2 sharrisdb2 is offline
Registered User
 
Join Date: Jul 2005
Location: Irvine, CA
Posts: 23
You may need to rebind the db2schema.bnd package.

From ../sqllib/bnd run:

db2 bind db2schema.bnd blocking grant public all

You may not want public to have rebind privs on packages, so just revoke these after the bind.

Hope this helps.

Steve
IBM Certified LUW DB2 DBA
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On