Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

toaddb2beta

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 198
  • Category: Databases
  • Founded: Jun 29, 2005
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 3190 - 3220 of 3377   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Show Message Summaries Sort by Date ^  
#3190 From: Ken Ryan <toad_db2_beta@...>
Date: Wed Aug 4, 2010 7:18 am
Subject: Re: Support for DB2_COMPATIBILITY_VECTOR=ORA
toadoraclebeta
Send Email Send Email
 

Message from: KenRyan



Myles,

What are you doing in Toad when you see this issue; Alter trigger, Script Tab, Extract DDL?  Can you send me the DDL for one of these triggers, please?  Thanks

Ken Ryan
Toad for DB2
Product Developer



_______________________________________

Historical Messages


Author: Ken Ryan
Date: Wed Aug 04 07:18:23 PDT 2010

Myles,

What are you doing in Toad when you see this issue; Alter trigger, Script Tab, Extract DDL?  Can you send me the DDL for one of these triggers, please?  Thanks

Ken Ryan
Toad for DB2
Product Developer


__

Author: Myles Moutoux
Date: Thu Jul 15 14:31:00 PDT 2010
In v9.7, DB2 provided native support for most Oracle syntax and functionality. The latest beta version of Toad seems to accept most of these capabilities, but over several pieces.

In trigger definitions that use the ":new" or ":old" syntax, the program interprets these as runtime parameters.

Attempting to compile an Oracle package spec and body that are known to be acceptable to the DB2 client throw all sort of syntax errors. Too many to describe here.

Is this version of Toad for DB2 intended to support Oracle compatibility?

__
_______________________________________


#3192 From: "highlandersword2001" <subgrp@...>
Date: Thu Aug 5, 2010 6:23 pm
Subject: Alias Drag N Drop to Query Builder
highlandersw...
Send Email Send Email
 
Hello,

Can you provide the option to allow the end user to determine what table to use
when geernating the sql, so for example

alias name =a_some_table
table name = master_table

Provide the option to have end user determine to gerante the sql using the alias
or the actual table name


Aslo can you add the option when you have an editor open and have sql that is
using the alias , make that generate a valid query builder tsm file , again
allowing end user to determine whether to base the sql against the alias or the
physical table names.

Thanks
Paul

#3193 From: "jeff.podlasek" <toad_db2_beta@...>
Date: Tue Aug 10, 2010 2:25 pm
Subject: A new Toad for DB2 v4.7 Beta Drop is available
toadoraclebeta
Send Email Send Email
 

Message from: jeff.podlasek



You can download this latest drop (4.7.0.506) and view the release notes at:
http://toadfordb2.com/beta.jspa

_______________________________________

Historical Messages


Author: jeff.podlasek
Date: Tue Aug 10 14:25:25 PDT 2010
You can download this latest drop (4.7.0.506) and view the release notes at:
http://toadfordb2.com/beta.jspa
__
_______________________________________


#3194 From: "jeff.podlasek" <toad_db2_beta@...>
Date: Tue Aug 10, 2010 2:35 pm
Subject: Re: Alias Drag N Drop to Query Builder
toadoraclebeta
Send Email Send Email
 

Message from: jeff.podlasek



Paul,
Thanks for the information in your post.
We have enhancement request number CR 73492 open on this topic.
I have added your comments to that CR.
thanks
Jeff

_______________________________________

Historical Messages


Author: jeff.podlasek
Date: Tue Aug 10 14:35:38 PDT 2010
Paul,
Thanks for the information in your post.
We have enhancement request number CR 73492 open on this topic.
I have added your comments to that CR.
thanks
Jeff
__

Author: highlandersword2001
Date: Thu Aug 05 11:23:18 PDT 2010
Hello, Can you provide the option to allow the end user to determine what table to use when geernating the sql, so for example alias name =a_some_table table name = master_table Provide the option to have end user determine to gerante the sql using the alias or the actual table name Aslo can you add the option when you have an editor open and have sql that is using the alias , make that generate a valid query builder tsm file , again allowing end user to determine whether to base the sql against the alias or the physical table names. Thanks Paul
__
_______________________________________


#3195 From: <agagnier@...>
Date: Wed Aug 11, 2010 2:02 am
Subject: AUTO: Andre Gagnier is out of the office (returning 16/08/2010)
agagnier@...
Send Email Send Email
 

I am out of the office until 16/08/2010.

If your need is immediate please send email to it db2 request or contact Maeve (2511) or Yvan (2788)


Note: This is an automated response to your message "[toaddb2beta] A new Toad for DB2 v4.7 Beta Drop is available" sent on 8/10/2010 5:25:25 PM.

This is the only notification you will receive while this person is away.


#3196 From: "john.enevoldson_671" <toad_db2_beta@...>
Date: Sun Aug 15, 2010 11:10 pm
Subject: Re: Editor drops label prior to BEGIN - results in build error
toadoraclebeta
Send Email Send Email
 

Message from: john.enevoldson_671



Hi, Dissapointed to see that issue this is not fixed in the latest drop. Without this fix we cannot evaluate or test the beta for stored procedure development. Regards, John.

_______________________________________

Historical Messages


Author: john.enevoldson_671
Date: Sun Aug 15 23:10:08 PDT 2010
Hi, Dissapointed to see that issue this is not fixed in the latest drop. Without this fix we cannot evaluate or test the beta for stored procedure development. Regards, John.
__

Author: jeff.podlasek
Date: Fri Jul 23 08:33:14 PDT 2010
Thanks for the information again. We are working on a fix for this as well. The fix will not be in the next 4.7.0.475 beta but should be in a subsequent drop. Jeff
__

Author: john.enevoldson_671
Date: Thu Jul 22 00:37:41 PDT 2010
Hi, There is a serious error with the current beta where the editor drops any label prior to a BEGIN statement. Take the following stored procedure in toad 4.6:: CREATE or replace PROCEDURE "PXX"."PXXDLSTESTTJE" ( INOUT "IN1" INTEGER, OUT "RETKOD" CHARACTER(22), OUT "RETTEXT" CHARACTER(50), OUT "RETSQLSTATE" CHARACTER(5), OUT "RETSQLERRM" VARCHAR(500) ) SPECIFIC "PXXDLSTESTTJE" LANGUAGE SQL NOT DETERMINISTIC COMMIT ON RETURN NO EXTERNAL ACTION MODIFIES SQL DATA CALLED ON NULL INPUT INHERIT SPECIAL REGISTERS OLD SAVEPOINT LEVEL P1: BEGIN declare a integer default 0; declare c char(2); update T20 set c20 = 500; set retkod = '000'; END P1; In the current beta this comes up as: CREATE or replace PROCEDURE "PXX"."PXXDLSTESTTJE" ( INOUT "IN1" INTEGER, OUT "RETKOD" CHARACTER(22), OUT "RETTEXT" CHARACTER(50), OUT "RETSQLSTATE" CHARACTER(5), OUT "RETSQLERRM" VARCHAR(500) ) SPECIFIC "PXXDLSTESTTJE" LANGUAGE SQL NOT DETERMINISTIC EXTERNAL ACTION MODIFIES SQL DATA OLD SAVEPOINT LEVEL BEGIN declare a integer default 0; declare c char(2); update T20 set c20 = 500; set retkod = '000'; END P1; Note the missing P1: before the begin verb. This causes a build failure. We see this as a serious error and should be fixad for the next drop. Regards, John.
__
_______________________________________


#3197 From: "Helene T. Rantz" <toad_db2_beta@...>
Date: Mon Aug 16, 2010 6:28 am
Subject: Re: Editor drops label prior to BEGIN - results in build error
toadoraclebeta
Send Email Send Email
 

Message from: Helene



John,

Sorry about that. The fix for this issue actually had two parts and the second part missed the build date for the last Beta by a couple of days. The fix is currently complete in our code base and should definitely be out in the next Beta drop.



_______________________________________

Historical Messages


Author: Helene T. Rantz
Date: Mon Aug 16 06:28:38 PDT 2010

John,

Sorry about that. The fix for this issue actually had two parts and the second part missed the build date for the last Beta by a couple of days. The fix is currently complete in our code base and should definitely be out in the next Beta drop.


__

Author: john.enevoldson_671
Date: Sun Aug 15 23:10:08 PDT 2010
Hi, Dissapointed to see that issue this is not fixed in the latest drop. Without this fix we cannot evaluate or test the beta for stored procedure development. Regards, John.
__

Author: john.enevoldson_671
Date: Sun Aug 15 23:10:08 PDT 2010
Message from: john.enevoldson_671 Hi, Dissapointed to see that issue this is not fixed in the latest drop. Without this fix we cannot evaluate or test the beta for stored procedure development. Regards, John. _______________________________________ Historical Messages Author: john.enevoldson_671 Date: Sun Aug 15 23:10:08 PDT 2010 Hi, Dissapointed to see that issue this is not fixed in the latest drop. Without this fix we cannot evaluate or test the beta for stored procedure development. Regards, John. __ Author: jeff.podlasek Date: Fri Jul 23 08:33:14 PDT 2010 Thanks for the information again. We are working on a fix for this as well. The fix will not be in the next 4.7.0.475 beta but should be in a subsequent drop. Jeff __ Author: john.enevoldson_671 Date: Thu Jul 22 00:37:41 PDT 2010 Hi, There is a serious error with the current beta where the editor drops any label prior to a BEGIN statement. Take the following stored procedure in toad 4.6:: CREATE or replace PROCEDURE "PXX"."PXXDLSTESTTJE" ( INOUT "IN1" INTEGER, OUT "RETKOD" CHARACTER(22), OUT "RETTEXT" CHARACTER(50), OUT "RETSQLSTATE" CHARACTER(5), OUT "RETSQLERRM" VARCHAR(500) ) SPECIFIC "PXXDLSTESTTJE" LANGUAGE SQL NOT DETERMINISTIC COMMIT ON RETURN NO EXTERNAL ACTION MODIFIES SQL DATA CALLED ON NULL INPUT INHERIT SPECIAL REGISTERS OLD SAVEPOINT LEVEL P1: BEGIN declare a integer default 0; declare c char(2); update T20 set c20 = 500; set retkod = '000'; END P1; In the current beta this comes up as: CREATE or replace PROCEDURE "PXX"."PXXDLSTESTTJE" ( INOUT "IN1" INTEGER, OUT "RETKOD" CHARACTER(22), OUT "RETTEXT" CHARACTER(50), OUT "RETSQLSTATE" CHARACTER(5), OUT "RETSQLERRM" VARCHAR(500) ) SPECIFIC "PXXDLSTESTTJE" LANGUAGE SQL NOT DETERMINISTIC EXTERNAL ACTION MODIFIES SQL DATA OLD SAVEPOINT LEVEL BEGIN declare a integer default 0; declare c char(2); update T20 set c20 = 500; set retkod = '000'; END P1; Note the missing P1: before the begin verb. This causes a build failure. We see this as a serious error and should be fixad for the next drop. Regards, John. __ _______________________________________
__

Author: jeff.podlasek
Date: Fri Jul 23 08:33:14 PDT 2010
Thanks for the information again. We are working on a fix for this as well. The fix will not be in the next 4.7.0.475 beta but should be in a subsequent drop. Jeff
__

Author: john.enevoldson_671
Date: Thu Jul 22 00:37:41 PDT 2010
Hi, There is a serious error with the current beta where the editor drops any label prior to a BEGIN statement. Take the following stored procedure in toad 4.6:: CREATE or replace PROCEDURE "PXX"."PXXDLSTESTTJE" ( INOUT "IN1" INTEGER, OUT "RETKOD" CHARACTER(22), OUT "RETTEXT" CHARACTER(50), OUT "RETSQLSTATE" CHARACTER(5), OUT "RETSQLERRM" VARCHAR(500) ) SPECIFIC "PXXDLSTESTTJE" LANGUAGE SQL NOT DETERMINISTIC COMMIT ON RETURN NO EXTERNAL ACTION MODIFIES SQL DATA CALLED ON NULL INPUT INHERIT SPECIAL REGISTERS OLD SAVEPOINT LEVEL P1: BEGIN declare a integer default 0; declare c char(2); update T20 set c20 = 500; set retkod = '000'; END P1; In the current beta this comes up as: CREATE or replace PROCEDURE "PXX"."PXXDLSTESTTJE" ( INOUT "IN1" INTEGER, OUT "RETKOD" CHARACTER(22), OUT "RETTEXT" CHARACTER(50), OUT "RETSQLSTATE" CHARACTER(5), OUT "RETSQLERRM" VARCHAR(500) ) SPECIFIC "PXXDLSTESTTJE" LANGUAGE SQL NOT DETERMINISTIC EXTERNAL ACTION MODIFIES SQL DATA OLD SAVEPOINT LEVEL BEGIN declare a integer default 0; declare c char(2); update T20 set c20 = 500; set retkod = '000'; END P1; Note the missing P1: before the begin verb. This causes a build failure. We see this as a serious error and should be fixad for the next drop. Regards, John.
__
_______________________________________


#3198 From: leathermanmark_390 <toad_db2_beta@...>
Date: Mon Aug 16, 2010 7:12 am
Subject: Toad for DB2 Beta 4.7
toadoraclebeta
Send Email Send Email
 

Message from: leathermanmark_390



When opening an object explorer view a filter is automatically set for objects that prevents viewing objects until the filter is cleared. This is repeatable. I have included a screenshot of the filter that gets set. In the example I selected Tables in the tree. There are more than a hundred tables, but until the filter is cleared they are not listed. Is there a setting that I am missing to prevent this?

_______________________________________

Historical Messages


Author: leathermanmark_390
Date: Mon Aug 16 07:12:14 PDT 2010
When opening an object explorer view a filter is automatically set for objects that prevents viewing objects until the filter is cleared. This is repeatable. I have included a screenshot of the filter that gets set. In the example I selected Tables in the tree. There are more than a hundred tables, but until the filter is cleared they are not listed. Is there a setting that I am missing to prevent this?
__
_______________________________________


1 of 1 Photo(s)


#3199 From: "Helene T. Rantz" <toad_db2_beta@...>
Date: Mon Aug 16, 2010 7:52 am
Subject: Re: Toad for DB2 Beta 4.7
toadoraclebeta
Send Email Send Email
 

Message from: Helene



Mark,

Can you tell me which version of the Toad for DB2 V4.7 Beta you are running? The problem you are experiencing appears to be described by CR75561 which should have been fixed in the last Beta drop (V4.7.0.506).

_______________________________________

Historical Messages


Author: Helene T. Rantz
Date: Mon Aug 16 07:52:58 PDT 2010
Mark,

Can you tell me which version of the Toad for DB2 V4.7 Beta you are running? The problem you are experiencing appears to be described by CR75561 which should have been fixed in the last Beta drop (V4.7.0.506).
__

Author: leathermanmark_390
Date: Mon Aug 16 07:12:14 PDT 2010
When opening an object explorer view a filter is automatically set for objects that prevents viewing objects until the filter is cleared. This is repeatable. I have included a screenshot of the filter that gets set. In the example I selected Tables in the tree. There are more than a hundred tables, but until the filter is cleared they are not listed. Is there a setting that I am missing to prevent this?
__
_______________________________________


#3200 From: "Nobby.AuVi" <toad_db2_beta@...>
Date: Mon Aug 16, 2010 8:43 am
Subject: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
toadoraclebeta
Send Email Send Email
 

Message from: Nobby.AuVi



I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package.



_______________________________________

Historical Messages


Author: Nobby.AuVi
Date: Mon Aug 16 08:43:29 PDT 2010
I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package.


__
_______________________________________


#3201 From: leathermanmark_390 <toad_db2_beta@...>
Date: Mon Aug 16, 2010 9:48 am
Subject: Re: Toad for DB2 Beta 4.7
toadoraclebeta
Send Email Send Email
 

Message from: leathermanmark_390



I am running the latest beta 4.7.0.506.

_______________________________________

Historical Messages


Author: leathermanmark_390
Date: Mon Aug 16 09:48:58 PDT 2010
I am running the latest beta 4.7.0.506.
__

Author: Helene T. Rantz
Date: Mon Aug 16 07:52:58 PDT 2010
Mark,

Can you tell me which version of the Toad for DB2 V4.7 Beta you are running? The problem you are experiencing appears to be described by CR75561 which should have been fixed in the last Beta drop (V4.7.0.506).
__

Author: Helene T. Rantz
Date: Mon Aug 16 07:52:58 PDT 2010
Message from: Helene Mark, Can you tell me which version of the Toad for DB2 V4.7 Beta you are running? The problem you are experiencing appears to be described by CR75561 which should have been fixed in the last Beta drop (V4.7.0.506). _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 07:52:58 PDT 2010 Mark, Can you tell me which version of the Toad for DB2 V4.7 Beta you are running? The problem you are experiencing appears to be described by CR75561 which should have been fixed in the last Beta drop (V4.7.0.506). __ Author: leathermanmark_390 Date: Mon Aug 16 07:12:14 PDT 2010 When opening an object explorer view a filter is automatically set for objects that prevents viewing objects until the filter is cleared. This is repeatable. I have included a screenshot of the filter that gets set. In the example I selected Tables in the tree. There are more than a hundred tables, but until the filter is cleared they are not listed. Is there a setting that I am missing to prevent this? __ _______________________________________
__

Author: leathermanmark_390
Date: Mon Aug 16 07:12:14 PDT 2010
When opening an object explorer view a filter is automatically set for objects that prevents viewing objects until the filter is cleared. This is repeatable. I have included a screenshot of the filter that gets set. In the example I selected Tables in the tree. There are more than a hundred tables, but until the filter is cleared they are not listed. Is there a setting that I am missing to prevent this?
__
_______________________________________


#3202 From: "Helene T. Rantz" <toad_db2_beta@...>
Date: Mon Aug 16, 2010 12:13 pm
Subject: Re: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
toadoraclebeta
Send Email Send Email
 

Message from: Helene



We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum.  

_______________________________________

Historical Messages


Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum.  
__

Author: Nobby.AuVi
Date: Mon Aug 16 08:43:29 PDT 2010
I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package.


__
_______________________________________


#3203 From: "Helene T. Rantz" <toad_db2_beta@...>
Date: Mon Aug 16, 2010 1:39 pm
Subject: Re: Toad for DB2 Beta 4.7
toadoraclebeta
Send Email Send Email
 

Message from: Helene



Mark,

I am trying unsuccessfully  to reproduce this behavior with the 4.7.0.506 beta. From your screen shot I can see that there is an asterisk in the name filter box which is causing the filter to be applied. The question then becomes how the asterisk came to be in the name filter box. Do you automatically open the database explorer on a new connection? (Tools->Database->General->Open on New Connection). If you could give me a step by step account of how you arrived at your screen shot it would be very helpful. 

_______________________________________

Historical Messages


Author: Helene T. Rantz
Date: Mon Aug 16 13:39:28 PDT 2010
Mark,

I am trying unsuccessfully  to reproduce this behavior with the 4.7.0.506 beta. From your screen shot I can see that there is an asterisk in the name filter box which is causing the filter to be applied. The question then becomes how the asterisk came to be in the name filter box. Do you automatically open the database explorer on a new connection? (Tools->Database->General->Open on New Connection). If you could give me a step by step account of how you arrived at your screen shot it would be very helpful. 
__

Author: leathermanmark_390
Date: Mon Aug 16 09:48:58 PDT 2010
I am running the latest beta 4.7.0.506.
__

Author: leathermanmark_390
Date: Mon Aug 16 09:48:58 PDT 2010
Message from: leathermanmark_390 I am running the latest beta 4.7.0.506. _______________________________________ Historical Messages Author: leathermanmark_390 Date: Mon Aug 16 09:48:58 PDT 2010 I am running the latest beta 4.7.0.506. __ Author: Helene T. Rantz Date: Mon Aug 16 07:52:58 PDT 2010 Mark, Can you tell me which version of the Toad for DB2 V4.7 Beta you are running? The problem you are experiencing appears to be described by CR75561 which should have been fixed in the last Beta drop (V4.7.0.506). __ Author: Helene T. Rantz Date: Mon Aug 16 07:52:58 PDT 2010 Message from: Helene Mark, Can you tell me which version of the Toad for DB2 V4.7 Beta you are running? The problem you are experiencing appears to be described by CR75561 which should have been fixed in the last Beta drop (V4.7.0.506). _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 07:52:58 PDT 2010 Mark, Can you tell me which version of the Toad for DB2 V4.7 Beta you are running? The problem you are experiencing appears to be described by CR75561 which should have been fixed in the last Beta drop (V4.7.0.506). __ Author: leathermanmark_390 Date: Mon Aug 16 07:12:14 PDT 2010 When opening an object explorer view a filter is automatically set for objects that prevents viewing objects until the filter is cleared. This is repeatable. I have included a screenshot of the filter that gets set. In the example I selected Tables in the tree. There are more than a hundred tables, but until the filter is cleared they are not listed. Is there a setting that I am missing to prevent this? __ _______________________________________ __ Author: leathermanmark_390 Date: Mon Aug 16 07:12:14 PDT 2010 When opening an object explorer view a filter is automatically set for objects that prevents viewing objects until the filter is cleared. This is repeatable. I have included a screenshot of the filter that gets set. In the example I selected Tables in the tree. There are more than a hundred tables, but until the filter is cleared they are not listed. Is there a setting that I am missing to prevent this? __ _______________________________________
__

Author: Helene T. Rantz
Date: Mon Aug 16 07:52:58 PDT 2010
Mark,

Can you tell me which version of the Toad for DB2 V4.7 Beta you are running? The problem you are experiencing appears to be described by CR75561 which should have been fixed in the last Beta drop (V4.7.0.506).
__

Author: Helene T. Rantz
Date: Mon Aug 16 07:52:58 PDT 2010
Message from: Helene Mark, Can you tell me which version of the Toad for DB2 V4.7 Beta you are running? The problem you are experiencing appears to be described by CR75561 which should have been fixed in the last Beta drop (V4.7.0.506). _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 07:52:58 PDT 2010 Mark, Can you tell me which version of the Toad for DB2 V4.7 Beta you are running? The problem you are experiencing appears to be described by CR75561 which should have been fixed in the last Beta drop (V4.7.0.506). __ Author: leathermanmark_390 Date: Mon Aug 16 07:12:14 PDT 2010 When opening an object explorer view a filter is automatically set for objects that prevents viewing objects until the filter is cleared. This is repeatable. I have included a screenshot of the filter that gets set. In the example I selected Tables in the tree. There are more than a hundred tables, but until the filter is cleared they are not listed. Is there a setting that I am missing to prevent this? __ _______________________________________
__

Author: leathermanmark_390
Date: Mon Aug 16 07:12:14 PDT 2010
When opening an object explorer view a filter is automatically set for objects that prevents viewing objects until the filter is cleared. This is repeatable. I have included a screenshot of the filter that gets set. In the example I selected Tables in the tree. There are more than a hundred tables, but until the filter is cleared they are not listed. Is there a setting that I am missing to prevent this?
__
_______________________________________


#3204 From: "Nobby.AuVi" <toad_db2_beta@...>
Date: Mon Aug 16, 2010 11:21 pm
Subject: Re: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
toadoraclebeta
Send Email Send Email
 

Message from: Nobby.AuVi



I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client.


_______________________________________

Historical Messages


Author: Nobby.AuVi
Date: Mon Aug 16 23:21:46 PDT 2010
I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client.

__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum.  
__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Mon Aug 16 08:43:29 PDT 2010
I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package.


__
_______________________________________


#3205 From: Csécsi Adrián <toad_db2_beta@...>
Date: Wed Aug 18, 2010 3:55 am
Subject: TOAD 4.7 export encoding
toadoraclebeta
Send Email Send Email
 

Message from: rianas



Hi!

I haven't been abled to solve this problem for a week.

I would like to export a query to a csv file with hungarian header like this:

EXPORT TO 'export_file.csv' OF DEL modified by coldel; nochardel

VALUES( 'Azonosító szám','Személy nevek');

UNION

SELECT ...


but opening the csv file I get wrong character encoding in unicode:
Azonosító szám Személy nevek

On the another hand the SELECT part is right.
A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same.

I am useing Toad 7.4.0.506 Beta but I tried lots of later Toad versions.

This export is working well in Quest Central.

Any suggestion?

_______________________________________

Historical Messages


Author: Csécsi Adrián
Date: Wed Aug 18 03:55:00 PDT 2010
Hi!

I haven't been abled to solve this problem for a week.

I would like to export a query to a csv file with hungarian header like this:

EXPORT TO 'export_file.csv' OF DEL modified by coldel; nochardel

VALUES( 'Azonosító szám','Személy nevek');

UNION

SELECT ...


but opening the csv file I get wrong character encoding in unicode:
Azonosító szám Személy nevek

On the another hand the SELECT part is right.
A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same.

I am useing Toad 7.4.0.506 Beta but I tried lots of later Toad versions.

This export is working well in Quest Central.

Any suggestion?
__
_______________________________________


#3206 From: Helene Rantz <helene_rantz@...>
Date: Wed Aug 18, 2010 1:04 pm
Subject: Re: Re: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
helene_rantz
Send Email Send Email
 
We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment.

http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadForDB2Beta_64bitClient_4.7.0.529.zip?1



--- On Tue, 8/17/10, Nobby.AuVi <toad_db2_beta@...> wrote:

From: Nobby.AuVi <toad_db2_beta@...>
Subject: [toaddb2beta] Re: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
To: toaddb2beta@yahoogroups.com
Date: Tuesday, August 17, 2010, 6:21 AM

 

Message from: Nobby.AuVi



I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client.


_______________________________________

Historical Messages


Author: Nobby.AuVi
Date: Mon Aug 16 23:21:46 PDT 2010
I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client.

__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum.  
__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Mon Aug 16 08:43:29 PDT 2010
I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package.


__
_______________________________________



#3207 From: "Helene T. Rantz" <toad_db2_beta@...>
Date: Wed Aug 18, 2010 6:49 am
Subject: A new Toad for DB2 Beta drop for 64 bit Windows is available
toadoraclebeta
Send Email Send Email
 

Message from: Helene



You can download this latest drop (4.7.0.529) at:
http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadForDB2Beta_64bitClient_4.7.0.529.zip?1


This Toad for DB2 Beta contains the 32 bit Toad application and a 64 bit DB2 client and can be installed on 64 bit Windows environments which have either no DB2 or existing 64 bit DB2 installations.

Due to a problem with the 64 bit DB2 client a reboot of the system will be necessary after installation in order for the Toad for DB2 product to be usable. We hope to have a fix for this issue soon.


_______________________________________

Historical Messages


Author: Helene T. Rantz
Date: Wed Aug 18 06:49:34 PDT 2010
You can download this latest drop (4.7.0.529) at:
http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadForDB2Beta_64bitClient_4.7.0.529.zip?1


This Toad for DB2 Beta contains the 32 bit Toad application and a 64 bit DB2 client and can be installed on 64 bit Windows environments which have either no DB2 or existing 64 bit DB2 installations.

Due to a problem with the 64 bit DB2 client a reboot of the system will be necessary after installation in order for the Toad for DB2 product to be usable. We hope to have a fix for this issue soon.

__
_______________________________________


#3208 From: "Helene T. Rantz" <toad_db2_beta@...>
Date: Wed Aug 18, 2010 7:43 am
Subject: Re: TOAD 4.7 export encoding
toadoraclebeta
Send Email Send Email
 

Message from: Helene



If you run the query without exporting the data does the result set display correctly in Toad?


_______________________________________

Historical Messages


Author: Helene T. Rantz
Date: Wed Aug 18 07:43:08 PDT 2010
If you run the query without exporting the data does the result set display correctly in Toad?

__

Author: Csécsi Adrián
Date: Wed Aug 18 03:55:00 PDT 2010
Hi!

I haven't been abled to solve this problem for a week.

I would like to export a query to a csv file with hungarian header like this:

EXPORT TO 'export_file.csv' OF DEL modified by coldel; nochardel

VALUES( 'Azonosító szám','Személy nevek');

UNION

SELECT ...


but opening the csv file I get wrong character encoding in unicode:
Azonosító szám Személy nevek

On the another hand the SELECT part is right.
A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same.

I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions.

This export is working well in Quest Central.

Any suggestion? Message was edited by: rianas
__
_______________________________________


#3209 From: "Helene T. Rantz" <toad_db2_beta@...>
Date: Wed Aug 18, 2010 8:25 am
Subject: Re: TOAD 4.7 export encoding
toadoraclebeta
Send Email Send Email
 

Message from: Helene



Could you please send us the following information?

1) A screen shot of the data grid showing the result of the query in Toad.
2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system.
4) The DB parameters of the target database.


_______________________________________

Historical Messages


Author: Helene T. Rantz
Date: Wed Aug 18 08:25:52 PDT 2010
Could you please send us the following information?

1) A screen shot of the data grid showing the result of the query in Toad.
2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system.
4) The DB parameters of the target database.

__

Author: Helene T. Rantz
Date: Wed Aug 18 07:43:08 PDT 2010
If you run the query without exporting the data does the result set display correctly in Toad?

__

Author: Helene T. Rantz
Date: Wed Aug 18 07:43:08 PDT 2010
Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________
__

Author: Csécsi Adrián
Date: Wed Aug 18 03:55:00 PDT 2010
Hi!

I haven't been abled to solve this problem for a week.

I would like to export a query to a csv file with hungarian header like this:

EXPORT TO 'export_file.csv' OF DEL modified by coldel; nochardel

VALUES( 'Azonosító szám','Személy nevek');

UNION

SELECT ...


but opening the csv file I get wrong character encoding in unicode:
Azonosító szám Személy nevek

On the another hand the SELECT part is right.
A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same.

I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions.

This export is working well in Quest Central.

Any suggestion? Message was edited by: rianas
__
_______________________________________


#3210 From: Csécsi Adrián <toad_db2_beta@...>
Date: Wed Aug 18, 2010 1:50 pm
Subject: Re: TOAD 4.7 export encoding
toadoraclebeta
Send Email Send Email
 

Message from: rianas



Good questions.
Yes, it display correctly in Toad.
I am running Windows as Hungarian.
I hope to attached the requested screen shots.

_______________________________________

Historical Messages


Author: Csécsi Adrián
Date: Wed Aug 18 13:50:53 PDT 2010
Good questions.
Yes, it display correctly in Toad.
I am running Windows as Hungarian.
I hope to attached the requested screen shots.
__

Author: Helene T. Rantz
Date: Wed Aug 18 08:25:52 PDT 2010
Could you please send us the following information?

1) A screen shot of the data grid showing the result of the query in Toad.
2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system.
4) The DB parameters of the target database.

__

Author: Helene T. Rantz
Date: Wed Aug 18 07:43:08 PDT 2010
If you run the query without exporting the data does the result set display correctly in Toad?

__

Author: Helene T. Rantz
Date: Wed Aug 18 07:43:08 PDT 2010
Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________
__

Author: Csécsi Adrián
Date: Wed Aug 18 03:55:00 PDT 2010
Hi!

I haven't been abled to solve this problem for a week.

I would like to export a query to a csv file with hungarian header like this:

EXPORT TO 'export_file.csv' OF DEL modified by coldel; nochardel

VALUES( 'Azonosító szám','Személy nevek');

UNION

SELECT ...


but opening the csv file I get wrong character encoding in unicode:
Azonosító szám Személy nevek

On the another hand the SELECT part is right.
A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same.

I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions.

This export is working well in Quest Central.

Any suggestion? Message was edited by: rianas
__
_______________________________________


3 of 3 Photo(s)

#3211 From: "Nobby.AuVi" <toad_db2_beta@...>
Date: Thu Aug 19, 2010 4:47 am
Subject: Re: Re: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
toadoraclebeta
Send Email Send Email
 

Message from: Nobby.AuVi



I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ...". After this ends, I clicked on "import missing .. from Toad".  Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB.


_______________________________________

Historical Messages


Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ...". After this ends, I clicked on "import missing .. from Toad".  Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB.

__

Author: Helene Rantz
Date: Wed Aug 18 06:04:34 PDT 2010
We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote:
__

Author: Nobby.AuVi
Date: Mon Aug 16 23:21:46 PDT 2010
I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client.

__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum.  
__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Mon Aug 16 08:43:29 PDT 2010
I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package.


__
_______________________________________


7 of 7 Photo(s)

#3212 From: "Nobby.AuVi" <toad_db2_beta@...>
Date: Thu Aug 19, 2010 5:09 am
Subject: Re: Re: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
toadoraclebeta
Send Email Send Email
 

Message from: Nobby.AuVi



My initial Problem is not fixed with a Toad 64-Bit Version.
First try:
0. Windows 7 64-Bit
1. Install IBM 32-Bit DB2 Client
2. Install Toad with 32-Bit DB2 Client
==> Everythink ok
3. Install IBM 64-Bit DS Driver
==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work.

Second try:
0. Windows 7 64-Bit
1. Install IBM 64-Bit DS Driver
2. Install IBM 32-Bit DB2 Client
==> Everthink OK
3. Install Toad with 32-Bit DB2 Client
==> Installation aborts, because Toad DB2 Instance can't created.

Summary:
Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver.
If I uninstall IBM 64-Bit DS Driver, everthink is ok.


_______________________________________

Historical Messages


Author: Nobby.AuVi
Date: Thu Aug 19 05:09:04 PDT 2010
My initial Problem is not fixed with a Toad 64-Bit Version.
First try:
0. Windows 7 64-Bit
1. Install IBM 32-Bit DB2 Client
2. Install Toad with 32-Bit DB2 Client
==> Everythink ok
3. Install IBM 64-Bit DS Driver
==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work.

Second try:
0. Windows 7 64-Bit
1. Install IBM 64-Bit DS Driver
2. Install IBM 32-Bit DB2 Client
==> Everthink OK
3. Install Toad with 32-Bit DB2 Client
==> Installation aborts, because Toad DB2 Instance can't created.

Summary:
Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver.
If I uninstall IBM 64-Bit DS Driver, everthink is ok.

__

Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ...". After this ends, I clicked on "import missing .. from Toad".  Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB.

__

Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
[ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png
__

Author: Helene Rantz
Date: Wed Aug 18 06:04:34 PDT 2010
We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote:
__

Author: Nobby.AuVi
Date: Mon Aug 16 23:21:46 PDT 2010
I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client.

__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum.  
__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Mon Aug 16 08:43:29 PDT 2010
I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package.


__
_______________________________________


#3213 From: "Helene T. Rantz" <toad_db2_beta@...>
Date: Thu Aug 19, 2010 8:58 am
Subject: Re: TOAD 4.7 export encoding
toadoraclebeta
Send Email Send Email
 

Message from: Helene



Thank you for the information. We have reproduced the issue and are working on it.


_______________________________________

Historical Messages


Author: Helene T. Rantz
Date: Thu Aug 19 08:58:44 PDT 2010
Thank you for the information. We have reproduced the issue and are working on it.

__

Author: Csécsi Adrián
Date: Wed Aug 18 13:50:53 PDT 2010
Good questions.
Yes, it display correctly in Toad.
I am running Windows as Hungarian.
I hope to attached the requested screen shots.
__

Author: Csécsi Adrián
Date: Wed Aug 18 13:50:53 PDT 2010
[ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= included below] Message from: rianas Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. _______________________________________ Historical Messages Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. __ Author: Helene T. Rantz Date: Wed Aug 18 08:25:52 PDT 2010 Could you please send us the following information? 1) A screen shot of the data grid showing the result of the query in Toad. 2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system. 4) The DB parameters of the target database. __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= 3 of 3 Photo(s) toad_grid_result.png win7_regional_setting.png DB_parameters.png
__

Author: Helene T. Rantz
Date: Wed Aug 18 08:25:52 PDT 2010
Could you please send us the following information?

1) A screen shot of the data grid showing the result of the query in Toad.
2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system.
4) The DB parameters of the target database.

__

Author: Helene T. Rantz
Date: Wed Aug 18 07:43:08 PDT 2010
If you run the query without exporting the data does the result set display correctly in Toad?

__

Author: Helene T. Rantz
Date: Wed Aug 18 07:43:08 PDT 2010
Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________
__

Author: Csécsi Adrián
Date: Wed Aug 18 03:55:00 PDT 2010
Hi!

I haven't been abled to solve this problem for a week.

I would like to export a query to a csv file with hungarian header like this:

EXPORT TO 'export_file.csv' OF DEL modified by coldel; nochardel

VALUES( 'Azonosító szám','Személy nevek');

UNION

SELECT ...


but opening the csv file I get wrong character encoding in unicode:
Azonosító szám Személy nevek

On the another hand the SELECT part is right.
A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same.

I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions.

This export is working well in Quest Central.

Any suggestion? Message was edited by: rianas
__
_______________________________________


#3214 From: "Helene T. Rantz" <toad_db2_beta@...>
Date: Thu Aug 19, 2010 9:32 am
Subject: Re: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
toadoraclebeta
Send Email Send Email
 

Message from: Helene



I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. 


_______________________________________

Historical Messages


Author: Helene T. Rantz
Date: Thu Aug 19 09:32:47 PDT 2010
I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. 

__

Author: Nobby.AuVi
Date: Thu Aug 19 05:09:04 PDT 2010
My initial Problem is not fixed with a Toad 64-Bit Version.
First try:
0. Windows 7 64-Bit
1. Install IBM 32-Bit DB2 Client
2. Install Toad with 32-Bit DB2 Client
==> Everythink ok
3. Install IBM 64-Bit DS Driver
==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work.

Second try:
0. Windows 7 64-Bit
1. Install IBM 64-Bit DS Driver
2. Install IBM 32-Bit DB2 Client
==> Everthink OK
3. Install Toad with 32-Bit DB2 Client
==> Installation aborts, because Toad DB2 Instance can't created.

Summary:
Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver.
If I uninstall IBM 64-Bit DS Driver, everthink is ok.

__

Author: Nobby.AuVi
Date: Thu Aug 19 05:09:04 PDT 2010
Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ...". After this ends, I clicked on "import missing .. from Toad".  Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB.

__

Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
[ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png
__

Author: Helene Rantz
Date: Wed Aug 18 06:04:34 PDT 2010
We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote:
__

Author: Nobby.AuVi
Date: Mon Aug 16 23:21:46 PDT 2010
I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client.

__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum.  
__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Mon Aug 16 08:43:29 PDT 2010
I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package.


__
_______________________________________


#3215 From: "Helene T. Rantz" <toad_db2_beta@...>
Date: Thu Aug 19, 2010 2:25 pm
Subject: Re: TOAD 4.7 export encoding
toadoraclebeta
Send Email Send Email
 

Message from: Helene



If you could please try a test for us.


1) From the 'Toad for DB2' DB2 command window issue the following commands.


db2set DB2CODEPAGE=1208

db2 terminate


2) Close and reopen Toad for DB2.


3) Retry the export and let us know what the result is.




_______________________________________

Historical Messages


Author: Helene T. Rantz
Date: Thu Aug 19 14:25:51 PDT 2010

If you could please try a test for us.


1) From the 'Toad for DB2' DB2 command window issue the following commands.


db2set DB2CODEPAGE=1208

db2 terminate


2) Close and reopen Toad for DB2.


3) Retry the export and let us know what the result is.



__

Author: Helene T. Rantz
Date: Thu Aug 19 08:58:44 PDT 2010
Thank you for the information. We have reproduced the issue and are working on it.

__

Author: Helene T. Rantz
Date: Thu Aug 19 08:58:44 PDT 2010
Message from: Helene Thank you for the information. We have reproduced the issue and are working on it. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 08:58:44 PDT 2010 Thank you for the information. We have reproduced the issue and are working on it. __ Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. __ Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 [ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= included below] Message from: rianas Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. _______________________________________ Historical Messages Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. __ Author: Helene T. Rantz Date: Wed Aug 18 08:25:52 PDT 2010 Could you please send us the following information? 1) A screen shot of the data grid showing the result of the query in Toad. 2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system. 4) The DB parameters of the target database. __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= 3 of 3 Photo(s) toad_grid_result.png win7_regional_setting.png DB_parameters.png __ Author: Helene T. Rantz Date: Wed Aug 18 08:25:52 PDT 2010 Could you please send us the following information? 1) A screen shot of the data grid showing the result of the query in Toad. 2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system. 4) The DB parameters of the target database. __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________
__

Author: Csécsi Adrián
Date: Wed Aug 18 13:50:53 PDT 2010
Good questions.
Yes, it display correctly in Toad.
I am running Windows as Hungarian.
I hope to attached the requested screen shots.
__

Author: Csécsi Adrián
Date: Wed Aug 18 13:50:53 PDT 2010
[ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= included below] Message from: rianas Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. _______________________________________ Historical Messages Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. __ Author: Helene T. Rantz Date: Wed Aug 18 08:25:52 PDT 2010 Could you please send us the following information? 1) A screen shot of the data grid showing the result of the query in Toad. 2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system. 4) The DB parameters of the target database. __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= 3 of 3 Photo(s) toad_grid_result.png win7_regional_setting.png DB_parameters.png
__

Author: Helene T. Rantz
Date: Wed Aug 18 08:25:52 PDT 2010
Could you please send us the following information?

1) A screen shot of the data grid showing the result of the query in Toad.
2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system.
4) The DB parameters of the target database.

__

Author: Helene T. Rantz
Date: Wed Aug 18 07:43:08 PDT 2010
If you run the query without exporting the data does the result set display correctly in Toad?

__

Author: Helene T. Rantz
Date: Wed Aug 18 07:43:08 PDT 2010
Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________
__

Author: Csécsi Adrián
Date: Wed Aug 18 03:55:00 PDT 2010
Hi!

I haven't been abled to solve this problem for a week.

I would like to export a query to a csv file with hungarian header like this:

EXPORT TO 'export_file.csv' OF DEL modified by coldel; nochardel

VALUES( 'Azonosító szám','Személy nevek');

UNION

SELECT ...


but opening the csv file I get wrong character encoding in unicode:
Azonosító szám Személy nevek

On the another hand the SELECT part is right.
A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same.

I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions.

This export is working well in Quest Central.

Any suggestion? Message was edited by: rianas
__
_______________________________________


#3216 From: "Nobby.AuVi" <toad_db2_beta@...>
Date: Fri Aug 20, 2010 12:56 am
Subject: Re: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
toadoraclebeta
Send Email Send Email
 

Message from: Nobby.AuVi



I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success.


_______________________________________

Historical Messages


Author: Nobby.AuVi
Date: Fri Aug 20 00:56:47 PDT 2010
I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success.

__

Author: Helene T. Rantz
Date: Thu Aug 19 09:32:47 PDT 2010
I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. 

__

Author: Helene T. Rantz
Date: Thu Aug 19 09:32:47 PDT 2010
Message from: Helene I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Thu Aug 19 05:09:04 PDT 2010
My initial Problem is not fixed with a Toad 64-Bit Version.
First try:
0. Windows 7 64-Bit
1. Install IBM 32-Bit DB2 Client
2. Install Toad with 32-Bit DB2 Client
==> Everythink ok
3. Install IBM 64-Bit DS Driver
==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work.

Second try:
0. Windows 7 64-Bit
1. Install IBM 64-Bit DS Driver
2. Install IBM 32-Bit DB2 Client
==> Everthink OK
3. Install Toad with 32-Bit DB2 Client
==> Installation aborts, because Toad DB2 Instance can't created.

Summary:
Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver.
If I uninstall IBM 64-Bit DS Driver, everthink is ok.

__

Author: Nobby.AuVi
Date: Thu Aug 19 05:09:04 PDT 2010
Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ...". After this ends, I clicked on "import missing .. from Toad".  Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB.

__

Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
[ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png
__

Author: Helene Rantz
Date: Wed Aug 18 06:04:34 PDT 2010
We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote:
__

Author: Nobby.AuVi
Date: Mon Aug 16 23:21:46 PDT 2010
I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client.

__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum.  
__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Mon Aug 16 08:43:29 PDT 2010
I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package.


__
_______________________________________


#3217 From: "Nobby.AuVi" <toad_db2_beta@...>
Date: Fri Aug 20, 2010 4:50 am
Subject: Re: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
toadoraclebeta
Send Email Send Email
 

Message from: Nobby.AuVi



So I tryed more things and found the following:
1. Install Toad 4.7ß 64-Bit
2. reboot
3. catalog DB direct inside ToadB47
4. Import missing ==> OK, found 1 DB
5. Try connect ==> OK, works.
6. Install DB2-Client 9.7.2 64-Bit (default Instance)
7. catalog DB inside DB2
8. Import missing ==> OK, found DBs
9. Try connect ==> Toad Communication Error:
System.BadImageFormatException
Die Datei oder Assembly "IBM.Data.DB2.9.7.2, Version=9.7.2.2, Culture=neutral, PublicKeyToken=7c307b91aa13d208" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden.
Stack Trace:
   bei Quest.Toad.DB2.DB2ToadConnection.CreateConnection()
   bei Quest.Toad.Db.Connection.AllocConnection()
   bei Quest.Toad.Db.Connection.Connect(Boolean notify)
   bei Quest.Toad.Db.Provider.BackgroundConnector.CreateBackgroundConnection()

10. Install IBM DS Driver package 64-Bit
11. catalog additional DB inside DB2
12. Import missing ==> not OK, no DB found.

So it seems, Toad 4.7ß 64-Bit has at this state a Problem with a normal instance. Also it seems the installation of the DS Driver Package kills the rest.

Perhaps some additional things I saw:
I saw inside RSP_ToadC.rsp, the following settings:
DB2_EXTSECURITY=YES
DB2_USERSGROUP_NAME=DB2USERS
DB2_ADMINGROUP_NAME=DB2ADMNS

We normal don't use the extended security and the grou0s don't exists.



_______________________________________

Historical Messages


Author: Nobby.AuVi
Date: Fri Aug 20 04:50:30 PDT 2010
So I tryed more things and found the following:
1. Install Toad 4.7ß 64-Bit
2. reboot
3. catalog DB direct inside ToadB47
4. Import missing ==> OK, found 1 DB
5. Try connect ==> OK, works.
6. Install DB2-Client 9.7.2 64-Bit (default Instance)
7. catalog DB inside DB2
8. Import missing ==> OK, found DBs
9. Try connect ==> Toad Communication Error:
System.BadImageFormatException
Die Datei oder Assembly "IBM.Data.DB2.9.7.2, Version=9.7.2.2, Culture=neutral, PublicKeyToken=7c307b91aa13d208" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden.
Stack Trace:
   bei Quest.Toad.DB2.DB2ToadConnection.CreateConnection()
   bei Quest.Toad.Db.Connection.AllocConnection()
   bei Quest.Toad.Db.Connection.Connect(Boolean notify)
   bei Quest.Toad.Db.Provider.BackgroundConnector.CreateBackgroundConnection()

10. Install IBM DS Driver package 64-Bit
11. catalog additional DB inside DB2
12. Import missing ==> not OK, no DB found.

So it seems, Toad 4.7ß 64-Bit has at this state a Problem with a normal instance. Also it seems the installation of the DS Driver Package kills the rest.

Perhaps some additional things I saw:
I saw inside RSP_ToadC.rsp, the following settings:
DB2_EXTSECURITY=YES
DB2_USERSGROUP_NAME=DB2USERS
DB2_ADMINGROUP_NAME=DB2ADMNS

We normal don't use the extended security and the grou0s don't exists.


__

Author: Nobby.AuVi
Date: Fri Aug 20 00:56:47 PDT 2010
I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success.

__

Author: Nobby.AuVi
Date: Fri Aug 20 00:56:47 PDT 2010
Message from: Nobby.AuVi I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Fri Aug 20 00:56:47 PDT 2010 I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success. __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 Message from: Helene I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Helene T. Rantz
Date: Thu Aug 19 09:32:47 PDT 2010
I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. 

__

Author: Helene T. Rantz
Date: Thu Aug 19 09:32:47 PDT 2010
Message from: Helene I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Thu Aug 19 05:09:04 PDT 2010
My initial Problem is not fixed with a Toad 64-Bit Version.
First try:
0. Windows 7 64-Bit
1. Install IBM 32-Bit DB2 Client
2. Install Toad with 32-Bit DB2 Client
==> Everythink ok
3. Install IBM 64-Bit DS Driver
==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work.

Second try:
0. Windows 7 64-Bit
1. Install IBM 64-Bit DS Driver
2. Install IBM 32-Bit DB2 Client
==> Everthink OK
3. Install Toad with 32-Bit DB2 Client
==> Installation aborts, because Toad DB2 Instance can't created.

Summary:
Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver.
If I uninstall IBM 64-Bit DS Driver, everthink is ok.

__

Author: Nobby.AuVi
Date: Thu Aug 19 05:09:04 PDT 2010
Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ...". After this ends, I clicked on "import missing .. from Toad".  Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB.

__

Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
[ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png
__

Author: Helene Rantz
Date: Wed Aug 18 06:04:34 PDT 2010
We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote:
__

Author: Nobby.AuVi
Date: Mon Aug 16 23:21:46 PDT 2010
I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client.

__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum.  
__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Mon Aug 16 08:43:29 PDT 2010
I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package.


__
_______________________________________


#3218 From: "Nobby.AuVi" <toad_db2_beta@...>
Date: Fri Aug 20, 2010 6:41 am
Subject: Re: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
toadoraclebeta
Send Email Send Email
 

Message from: Nobby.AuVi



I made some additional tests. If I install any DB2-Software after thoe Toad 4.7ß 64-Bit, Toad is unusable.


_______________________________________

Historical Messages


Author: Nobby.AuVi
Date: Fri Aug 20 06:41:02 PDT 2010
I made some additional tests. If I install any DB2-Software after thoe Toad 4.7ß 64-Bit, Toad is unusable.

__

Author: Nobby.AuVi
Date: Fri Aug 20 04:50:30 PDT 2010
So I tryed more things and found the following:
1. Install Toad 4.7ß 64-Bit
2. reboot
3. catalog DB direct inside ToadB47
4. Import missing ==> OK, found 1 DB
5. Try connect ==> OK, works.
6. Install DB2-Client 9.7.2 64-Bit (default Instance)
7. catalog DB inside DB2
8. Import missing ==> OK, found DBs
9. Try connect ==> Toad Communication Error:
System.BadImageFormatException
Die Datei oder Assembly "IBM.Data.DB2.9.7.2, Version=9.7.2.2, Culture=neutral, PublicKeyToken=7c307b91aa13d208" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden.
Stack Trace:
   bei Quest.Toad.DB2.DB2ToadConnection.CreateConnection()
   bei Quest.Toad.Db.Connection.AllocConnection()
   bei Quest.Toad.Db.Connection.Connect(Boolean notify)
   bei Quest.Toad.Db.Provider.BackgroundConnector.CreateBackgroundConnection()

10. Install IBM DS Driver package 64-Bit
11. catalog additional DB inside DB2
12. Import missing ==> not OK, no DB found.

So it seems, Toad 4.7ß 64-Bit has at this state a Problem with a normal instance. Also it seems the installation of the DS Driver Package kills the rest.

Perhaps some additional things I saw:
I saw inside RSP_ToadC.rsp, the following settings:
DB2_EXTSECURITY=YES
DB2_USERSGROUP_NAME=DB2USERS
DB2_ADMINGROUP_NAME=DB2ADMNS

We normal don't use the extended security and the grou0s don't exists.


__

Author: Nobby.AuVi
Date: Fri Aug 20 04:50:30 PDT 2010
Message from: Nobby.AuVi So I tryed more things and found the following: 1. Install Toad 4.7ß 64-Bit 2. reboot 3. catalog DB direct inside ToadB47 4. Import missing ==> OK, found 1 DB 5. Try connect ==> OK, works. 6. Install DB2-Client 9.7.2 64-Bit (default Instance) 7. catalog DB inside DB2 8. Import missing ==> OK, found DBs 9. Try connect ==> Toad Communication Error: System.BadImageFormatException Die Datei oder Assembly "IBM.Data.DB2.9.7.2, Version=9.7.2.2, Culture=neutral, PublicKeyToken=7c307b91aa13d208" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden. Stack Trace: bei Quest.Toad.DB2.DB2ToadConnection.CreateConnection() bei Quest.Toad.Db.Connection.AllocConnection() bei Quest.Toad.Db.Connection.Connect(Boolean notify) bei Quest.Toad.Db.Provider.BackgroundConnector.CreateBackgroundConnection() 10. Install IBM DS Driver package 64-Bit 11. catalog additional DB inside DB2 12. Import missing ==> not OK, no DB found. So it seems, Toad 4.7ß 64-Bit has at this state a Problem with a normal instance. Also it seems the installation of the DS Driver Package kills the rest. Perhaps some additional things I saw: I saw inside RSP_ToadC.rsp, the following settings: DB2_EXTSECURITY=YES DB2_USERSGROUP_NAME=DB2USERS DB2_ADMINGROUP_NAME=DB2ADMNS We normal don't use the extended security and the grou0s don't exists. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Fri Aug 20 04:50:30 PDT 2010 So I tryed more things and found the following: 1. Install Toad 4.7ß 64-Bit 2. reboot 3. catalog DB direct inside ToadB47 4. Import missing ==> OK, found 1 DB 5. Try connect ==> OK, works. 6. Install DB2-Client 9.7.2 64-Bit (default Instance) 7. catalog DB inside DB2 8. Import missing ==> OK, found DBs 9. Try connect ==> Toad Communication Error: System.BadImageFormatException Die Datei oder Assembly "IBM.Data.DB2.9.7.2, Version=9.7.2.2, Culture=neutral, PublicKeyToken=7c307b91aa13d208" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden. Stack Trace: bei Quest.Toad.DB2.DB2ToadConnection.CreateConnection() bei Quest.Toad.Db.Connection.AllocConnection() bei Quest.Toad.Db.Connection.Connect(Boolean notify) bei Quest.Toad.Db.Provider.BackgroundConnector.CreateBackgroundConnection() 10. Install IBM DS Driver package 64-Bit 11. catalog additional DB inside DB2 12. Import missing ==> not OK, no DB found. So it seems, Toad 4.7ß 64-Bit has at this state a Problem with a normal instance. Also it seems the installation of the DS Driver Package kills the rest. Perhaps some additional things I saw: I saw inside RSP_ToadC.rsp, the following settings: DB2_EXTSECURITY=YES DB2_USERSGROUP_NAME=DB2USERS DB2_ADMINGROUP_NAME=DB2ADMNS We normal don't use the extended security and the grou0s don't exists. __ Author: Nobby.AuVi Date: Fri Aug 20 00:56:47 PDT 2010 I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success. __ Author: Nobby.AuVi Date: Fri Aug 20 00:56:47 PDT 2010 Message from: Nobby.AuVi I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Fri Aug 20 00:56:47 PDT 2010 I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success. __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 Message from: Helene I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 Message from: Helene I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Fri Aug 20 00:56:47 PDT 2010
I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success.

__

Author: Nobby.AuVi
Date: Fri Aug 20 00:56:47 PDT 2010
Message from: Nobby.AuVi I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Fri Aug 20 00:56:47 PDT 2010 I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success. __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 Message from: Helene I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Helene T. Rantz
Date: Thu Aug 19 09:32:47 PDT 2010
I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. 

__

Author: Helene T. Rantz
Date: Thu Aug 19 09:32:47 PDT 2010
Message from: Helene I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Thu Aug 19 05:09:04 PDT 2010
My initial Problem is not fixed with a Toad 64-Bit Version.
First try:
0. Windows 7 64-Bit
1. Install IBM 32-Bit DB2 Client
2. Install Toad with 32-Bit DB2 Client
==> Everythink ok
3. Install IBM 64-Bit DS Driver
==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work.

Second try:
0. Windows 7 64-Bit
1. Install IBM 64-Bit DS Driver
2. Install IBM 32-Bit DB2 Client
==> Everthink OK
3. Install Toad with 32-Bit DB2 Client
==> Installation aborts, because Toad DB2 Instance can't created.

Summary:
Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver.
If I uninstall IBM 64-Bit DS Driver, everthink is ok.

__

Author: Nobby.AuVi
Date: Thu Aug 19 05:09:04 PDT 2010
Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ...". After this ends, I clicked on "import missing .. from Toad".  Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB.

__

Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
[ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png
__

Author: Helene Rantz
Date: Wed Aug 18 06:04:34 PDT 2010
We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote:
__

Author: Nobby.AuVi
Date: Mon Aug 16 23:21:46 PDT 2010
I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client.

__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum.  
__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Mon Aug 16 08:43:29 PDT 2010
I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package.


__
_______________________________________


#3219 From: Helene Rantz <helene_rantz@...>
Date: Fri Aug 20, 2010 3:49 pm
Subject: Re: Re: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
helene_rantz
Send Email Send Email
 
We agree that there are DB2 64 bit client merge module issues. Please install the Toad for DB2 64 bit Beta last.

--- On Fri, 8/20/10, Nobby.AuVi <toad_db2_beta@...> wrote:

From: Nobby.AuVi <toad_db2_beta@...>
Subject: [toaddb2beta] Re: DB2 64-Bit DS Driver + Toad 4.6 / 4.7
To: toaddb2beta@yahoogroups.com
Date: Friday, August 20, 2010, 1:41 PM

 

Message from: Nobby.AuVi



I made some additional tests. If I install any DB2-Software after thoe Toad 4.7Ăź 64-Bit, Toad is unusable.


_______________________________________

Historical Messages


Author: Nobby.AuVi
Date: Fri Aug 20 06:41:02 PDT 2010
I made some additional tests. If I install any DB2-Software after thoe Toad 4.7Ăź 64-Bit, Toad is unusable.

__

Author: Nobby.AuVi
Date: Fri Aug 20 04:50:30 PDT 2010
So I tryed more things and found the following:
1. Install Toad 4.7Ăź 64-Bit
2. reboot
3. catalog DB direct inside ToadB47
4. Import missing ==> OK, found 1 DB
5. Try connect ==> OK, works.
6. Install DB2-Client 9.7.2 64-Bit (default Instance)
7. catalog DB inside DB2
8. Import missing ==> OK, found DBs
9. Try connect ==> Toad Communication Error:
System.BadImageFormatException
Die Datei oder Assembly "IBM.Data.DB2.9.7.2, Version=9.7.2.2, Culture=neutral, PublicKeyToken=7c307b91aa13d208" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden.
Stack Trace:
   bei Quest.Toad.DB2.DB2ToadConnection.CreateConnection()
   bei Quest.Toad.Db.Connection.AllocConnection()
   bei Quest.Toad.Db.Connection.Connect(Boolean notify)
   bei Quest.Toad.Db.Provider.BackgroundConnector.CreateBackgroundConnection()

10. Install IBM DS Driver package 64-Bit
11. catalog additional DB inside DB2
12. Import missing ==> not OK, no DB found.

So it seems, Toad 4.7Ăź 64-Bit has at this state a Problem with a normal instance. Also it seems the installation of the DS Driver Package kills the rest.

Perhaps some additional things I saw:
I saw inside RSP_ToadC.rsp, the following settings:
DB2_EXTSECURITY=YES
DB2_USERSGROUP_NAME=DB2USERS
DB2_ADMINGROUP_NAME=DB2ADMNS

We normal don't use the extended security and the grou0s don't exists.


__

Author: Nobby.AuVi
Date: Fri Aug 20 04:50:30 PDT 2010
Message from: Nobby.AuVi So I tryed more things and found the following: 1. Install Toad 4.7ß 64-Bit 2. reboot 3. catalog DB direct inside ToadB47 4. Import missing ==> OK, found 1 DB 5. Try connect ==> OK, works. 6. Install DB2-Client 9.7.2 64-Bit (default Instance) 7. catalog DB inside DB2 8. Import missing ==> OK, found DBs 9. Try connect ==> Toad Communication Error: System.BadImageFormatException Die Datei oder Assembly "IBM.Data.DB2.9.7.2, Version=9.7.2.2, Culture=neutral, PublicKeyToken=7c307b91aa13d208" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden. Stack Trace: bei Quest.Toad.DB2.DB2ToadConnection.CreateConnection() bei Quest.Toad.Db.Connection.AllocConnection() bei Quest.Toad.Db.Connection.Connect(Boolean notify) bei Quest.Toad.Db.Provider.BackgroundConnector.CreateBackgroundConnection() 10. Install IBM DS Driver package 64-Bit 11. catalog additional DB inside DB2 12. Import missing ==> not OK, no DB found. So it seems, Toad 4.7ß 64-Bit has at this state a Problem with a normal instance. Also it seems the installation of the DS Driver Package kills the rest. Perhaps some additional things I saw: I saw inside RSP_ToadC.rsp, the following settings: DB2_EXTSECURITY=YES DB2_USERSGROUP_NAME=DB2USERS DB2_ADMINGROUP_NAME=DB2ADMNS We normal don't use the extended security and the grou0s don't exists. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Fri Aug 20 04:50:30 PDT 2010 So I tryed more things and found the following: 1. Install Toad 4.7ß 64-Bit 2. reboot 3. catalog DB direct inside ToadB47 4. Import missing ==> OK, found 1 DB 5. Try connect ==> OK, works. 6. Install DB2-Client 9.7.2 64-Bit (default Instance) 7. catalog DB inside DB2 8. Import missing ==> OK, found DBs 9. Try connect ==> Toad Communication Error: System.BadImageFormatException Die Datei oder Assembly "IBM.Data.DB2.9.7.2, Version=9.7.2.2, Culture=neutral, PublicKeyToken=7c307b91aa13d208" oder eine Abhängigkeit davon wurde nicht gefunden. Es wurde versucht, eine Datei mit einem falschen Format zu laden. Stack Trace: bei Quest.Toad.DB2.DB2ToadConnection.CreateConnection() bei Quest.Toad.Db.Connection.AllocConnection() bei Quest.Toad.Db.Connection.Connect(Boolean notify) bei Quest.Toad.Db.Provider.BackgroundConnector.CreateBackgroundConnection() 10. Install IBM DS Driver package 64-Bit 11. catalog additional DB inside DB2 12. Import missing ==> not OK, no DB found. So it seems, Toad 4.7ß 64-Bit has at this state a Problem with a normal instance. Also it seems the installation of the DS Driver Package kills the rest. Perhaps some additional things I saw: I saw inside RSP_ToadC.rsp, the following settings: DB2_EXTSECURITY=YES DB2_USERSGROUP_NAME=DB2USERS DB2_ADMINGROUP_NAME=DB2ADMNS We normal don't use the extended security and the grou0s don't exists. __ Author: Nobby.AuVi Date: Fri Aug 20 00:56:47 PDT 2010 I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success. __ Author: Nobby.AuVi Date: Fri Aug 20 00:56:47 PDT 2010 Message from: Nobby.AuVi I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Fri Aug 20 00:56:47 PDT 2010 I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success. __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 Message from: Helene I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 Message from: Helene I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Fri Aug 20 00:56:47 PDT 2010
I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success.

__

Author: Nobby.AuVi
Date: Fri Aug 20 00:56:47 PDT 2010
Message from: Nobby.AuVi I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Fri Aug 20 00:56:47 PDT 2010 I saw this hint inside the general post and did it, but no success. I also reinstalled Toad and reboot before executing Toad the first time, but also no success. __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 Message from: Helene I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Helene T. Rantz
Date: Thu Aug 19 09:32:47 PDT 2010
I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. 

__

Author: Helene T. Rantz
Date: Thu Aug 19 09:32:47 PDT 2010
Message from: Helene I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 09:32:47 PDT 2010 I'm sorry I forgot to tell you to reboot after the install. I included it in the general post but not in the specific post to your issue. I believe your test run where you imported the external catalog was viable. The only issue was that a reboot is required after installing Toad to start a DB2 service. This is necessary due to an issue with the 64 bit DB2 client merge module install that IBM is working on. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Thu Aug 19 05:09:04 PDT 2010
My initial Problem is not fixed with a Toad 64-Bit Version.
First try:
0. Windows 7 64-Bit
1. Install IBM 32-Bit DB2 Client
2. Install Toad with 32-Bit DB2 Client
==> Everythink ok
3. Install IBM 64-Bit DS Driver
==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work.

Second try:
0. Windows 7 64-Bit
1. Install IBM 64-Bit DS Driver
2. Install IBM 32-Bit DB2 Client
==> Everthink OK
3. Install Toad with 32-Bit DB2 Client
==> Installation aborts, because Toad DB2 Instance can't created.

Summary:
Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver.
If I uninstall IBM 64-Bit DS Driver, everthink is ok.

__

Author: Nobby.AuVi
Date: Thu Aug 19 05:09:04 PDT 2010
Message from: Nobby.AuVi My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 05:09:04 PDT 2010 My initial Problem is not fixed with a Toad 64-Bit Version. First try: 0. Windows 7 64-Bit 1. Install IBM 32-Bit DB2 Client 2. Install Toad with 32-Bit DB2 Client ==> Everythink ok 3. Install IBM 64-Bit DS Driver ==> IBM 32-Bit DB2 Client works, Toad 32-Bit DB2-Client don't work. Second try: 0. Windows 7 64-Bit 1. Install IBM 64-Bit DS Driver 2. Install IBM 32-Bit DB2 Client ==> Everthink OK 3. Install Toad with 32-Bit DB2 Client ==> Installation aborts, because Toad DB2 Instance can't created. Summary: Toad 32-Bit DB2 Client can't coexist with IBM 64-Bit DS Driver. If I uninstall IBM 64-Bit DS Driver, everthink is ok. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 [ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ...". After this ends, I clicked on "import missing .. from Toad".  Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB.

__

Author: Nobby.AuVi
Date: Thu Aug 19 04:47:54 PDT 2010
[ Attachment(s) from Nobby.AuVi included below] Message from: Nobby.AuVi I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. _______________________________________ Historical Messages Author: Nobby.AuVi Date: Thu Aug 19 04:47:54 PDT 2010 I installed this Version on an clean Windows 7 64-Bit. Then I installed the IBM DB2 Client 64-Bit and catalog my databases. Now I started Toad and clicked on "import a catalog from ..." . After this ends, I clicked on "import missing .. from Toad". Result: Nothing inside Connection Manager. The Toad DB2 Client has 157 Entries. In result I can't connect to any DB. __ Author: Helene Rantz Date: Wed Aug 18 06:04:34 PDT 2010 We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote: __ Author: Nobby.AuVi Date: Mon Aug 16 23:21:46 PDT 2010 I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________ Attachment(s) from Nobby.AuVi 7 of 7 Photo(s) 01-Import_other.png 02-Select_other.png 03-Import_missing.png 04-Import_missing-OK.png 05-Import_missing-End.png 06-ConnectionManager_still_empty.png 07-ToadB47-list db directroy.png
__

Author: Helene Rantz
Date: Wed Aug 18 06:04:34 PDT 2010
We have placed a Toad for DB2 Beta install at the following URL. This install contains the 32 bit Toad for DB2 application bundled with a 64 bit DB2 client which should install successfully in your environment. http://usdownloads.quest.com.edgesuite.net/Repository/www.toadsoft.com/DB2/ToadFo rDB2Beta_64bitClient_4.7.0.529.zip?1 --- On Tue, 8/17/10, Nobby.AuVi wrote:
__

Author: Nobby.AuVi
Date: Mon Aug 16 23:21:46 PDT 2010
I ask IBM. It is not possible to install a 32-Bit client and a 64-bit client on a 64-bit windows. But it is supported to install 64-bit driver package and a 32-bit client.

__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum.  
__

Author: Helene T. Rantz
Date: Mon Aug 16 12:13:56 PDT 2010
Message from: Helene We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Mon Aug 16 12:13:56 PDT 2010 We tried installing the 64-bit IBM DB2 DS Driver package and it does install as a DB2 copy in the registry. IBM does not support concurrent installs of 32 and 64 bit DB2 copies on a 64 bit machine. We do have a Toad for DB2 install which installs a 64 bit DB2 client instead of a 32 bit DB2 client however we have not yet produced a beta version using this install. We will produce a new beta build packaged with the 64 bit DB2 client which should install successfully in 64 bit environments. Notification of the availability of this beta build will be posted to this forum. __ Author: Nobby.AuVi Date: Mon Aug 16 08:43:29 PDT 2010 I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package. __ _______________________________________
__

Author: Nobby.AuVi
Date: Mon Aug 16 08:43:29 PDT 2010
I run Windows 7 64-Bit. If I install the IBM DB2 DS Driver package 64-bit, the installation of Toad for DB2 (4.6.2.573, 4.7.0.506) fails, because Toad can't create the Toad DB2 Instance. If I install Toad first and then install the 64-Bit DS-Driver Package, the Toad DB2-Instance is unusable / defect. A normal 32-Bit DB2 Client is not affected from the installation of the 64-Bit DS-Driver Package.


__
_______________________________________



#3220 From: Csécsi Adrián <toad_db2_beta@...>
Date: Mon Aug 23, 2010 4:53 am
Subject: Re: TOAD 4.7 export encoding
toadoraclebeta
Send Email Send Email
 

Message from: rianas



I used 'Tools\DB2 Command Window...' window first, but I realized that I have to quit from the db2 promt to run the script.
Retrying the export the result is still correct in the Toad window, but in the exported file both header and data display as ANSI text, but in UTF-8 like this:


 Azonos├şt├│ sz├ím;Szem├ęly nevek
1         ;Gipsz Jakab
2         ;Nagy G├ęza
3         ;Minta Mih├íly
4         ;Kov├ícs ├ügnes
5         ;├ľr├Âm ├ľd├Ân



_______________________________________

Historical Messages


Author: Csécsi Adrián
Date: Mon Aug 23 04:53:47 PDT 2010
I used 'Tools\DB2 Command Window...' window first, but I realized that I have to quit from the db2 promt to run the script.
Retrying the export the result is still correct in the Toad window, but in the exported file both header and data display as ANSI text, but in UTF-8 like this:


 Azonos├şt├│ sz├ím;Szem├ęly nevek
1         ;Gipsz Jakab
2         ;Nagy G├ęza
3         ;Minta Mih├íly
4         ;Kov├ícs ├ügnes
5         ;├ľr├Âm ├ľd├Ân


__

Author: Helene T. Rantz
Date: Thu Aug 19 14:25:51 PDT 2010
 

If you could please try a test for us.


1) From the 'Toad for DB2' DB2 command window issue the following commands.


db2set DB2CODEPAGE=1208

db2 terminate


2) Close and reopen Toad for DB2.


3) Retry the export and let us know what the result is
__

Author: Helene T. Rantz
Date: Thu Aug 19 14:25:51 PDT 2010
Message from: Helene If you could please try a test for us. 1) From the 'Toad for DB2' DB2 command window issue the following commands. db2set DB2CODEPAGE=1208 db2 terminate 2) Close and reopen Toad for DB2. 3) Retry the export and let us know what the result is. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 14:25:51 PDT 2010 If you could please try a test for us. 1) From the 'Toad for DB2' DB2 command window issue the following commands. db2set DB2CODEPAGE=1208 db2 terminate 2) Close and reopen Toad for DB2. 3) Retry the export and let us know what the result is. __ Author: Helene T. Rantz Date: Thu Aug 19 08:58:44 PDT 2010 Thank you for the information. We have reproduced the issue and are working on it. __ Author: Helene T. Rantz Date: Thu Aug 19 08:58:44 PDT 2010 Message from: Helene Thank you for the information. We have reproduced the issue and are working on it. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 08:58:44 PDT 2010 Thank you for the information. We have reproduced the issue and are working on it. __ Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. __ Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 [ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= included below] Message from: rianas Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. _______________________________________ Historical Messages Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. __ Author: Helene T. Rantz Date: Wed Aug 18 08:25:52 PDT 2010 Could you please send us the following information? 1) A screen shot of the data grid showing the result of the query in Toad. 2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system. 4) The DB parameters of the target database. __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= 3 of 3 Photo(s) toad_grid_result.png win7_regional_setting.png DB_parameters.png __ Author: Helene T. Rantz Date: Wed Aug 18 08:25:52 PDT 2010 Could you please send us the following information? 1) A screen shot of the data grid showing the result of the query in Toad. 2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system. 4) The DB parameters of the target database. __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ __ Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. __ Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 [ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= included below] Message from: rianas Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. _______________________________________ Historical Messages Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. __ Author: Helene T. Rantz Date: Wed Aug 18 08:25:52 PDT 2010 Could you please send us the following information? 1) A screen shot of the data grid showing the result of the query in Toad. 2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system. 4) The DB parameters of the target database. __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= 3 of 3 Photo(s) toad_grid_result.png win7_regional_setting.png DB_parameters.png __ Author: Helene T. Rantz Date: Wed Aug 18 08:25:52 PDT 2010 Could you please send us the following information? 1) A screen shot of the data grid showing the result of the query in Toad. 2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system. 4) The DB parameters of the target database. __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________
__

Author: Helene T. Rantz
Date: Thu Aug 19 08:58:44 PDT 2010
Thank you for the information. We have reproduced the issue and are working on it.

__

Author: Helene T. Rantz
Date: Thu Aug 19 08:58:44 PDT 2010
Message from: Helene Thank you for the information. We have reproduced the issue and are working on it. _______________________________________ Historical Messages Author: Helene T. Rantz Date: Thu Aug 19 08:58:44 PDT 2010 Thank you for the information. We have reproduced the issue and are working on it. __ Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. __ Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 [ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= included below] Message from: rianas Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. _______________________________________ Historical Messages Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. __ Author: Helene T. Rantz Date: Wed Aug 18 08:25:52 PDT 2010 Could you please send us the following information? 1) A screen shot of the data grid showing the result of the query in Toad. 2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system. 4) The DB parameters of the target database. __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= 3 of 3 Photo(s) toad_grid_result.png win7_regional_setting.png DB_parameters.png __ Author: Helene T. Rantz Date: Wed Aug 18 08:25:52 PDT 2010 Could you please send us the following information? 1) A screen shot of the data grid showing the result of the query in Toad. 2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system. 4) The DB parameters of the target database. __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________
__

Author: Csécsi Adrián
Date: Wed Aug 18 13:50:53 PDT 2010
Good questions.
Yes, it display correctly in Toad.
I am running Windows as Hungarian.
I hope to attached the requested screen shots.
__

Author: Csécsi Adrián
Date: Wed Aug 18 13:50:53 PDT 2010
[ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= included below] Message from: rianas Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. _______________________________________ Historical Messages Author: Csécsi Adrián Date: Wed Aug 18 13:50:53 PDT 2010 Good questions. Yes, it display correctly in Toad. I am running Windows as Hungarian. I hope to attached the requested screen shots. __ Author: Helene T. Rantz Date: Wed Aug 18 08:25:52 PDT 2010 Could you please send us the following information? 1) A screen shot of the data grid showing the result of the query in Toad. 2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system. 4) The DB parameters of the target database. __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________ Attachment(s) from =?ISO-8859-1?Q?Cs=E9csi_Adri=E1n?= 3 of 3 Photo(s) toad_grid_result.png win7_regional_setting.png DB_parameters.png
__

Author: Helene T. Rantz
Date: Wed Aug 18 08:25:52 PDT 2010
Could you please send us the following information?

1) A screen shot of the data grid showing the result of the query in Toad.
2) Are you running Windows as US-English or Hungarian? Please include a screen shot of the Regional Setting for your Windows system.
4) The DB parameters of the target database.

__

Author: Helene T. Rantz
Date: Wed Aug 18 07:43:08 PDT 2010
If you run the query without exporting the data does the result set display correctly in Toad?

__

Author: Helene T. Rantz
Date: Wed Aug 18 07:43:08 PDT 2010
Message from: Helene If you run the query without exporting the data does the result set display correctly in Toad? _______________________________________ Historical Messages Author: Helene T. Rantz Date: Wed Aug 18 07:43:08 PDT 2010 If you run the query without exporting the data does the result set display correctly in Toad? __ Author: Csécsi Adrián Date: Wed Aug 18 03:55:00 PDT 2010 Hi! I haven't been abled to solve this problem for a week. I would like to export a query to a csv file with hungarian header like this: EXPORT TO 'export_file.csv' OF DEL modified by coldel ; nochardel VALUES ( 'Azonosító szám' , 'Személy nevek' ) ; UNION SELECT ... but opening the csv file I get wrong character encoding in unicode: AzonosĂ­tĂł szám SzemĂ©ly nevek On the another hand the SELECT part is right. A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same. I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions. This export is working well in Quest Central. Any suggestion? Message was edited by: rianas __ _______________________________________
__

Author: Csécsi Adrián
Date: Wed Aug 18 03:55:00 PDT 2010
Hi!

I haven't been abled to solve this problem for a week.

I would like to export a query to a csv file with hungarian header like this:

EXPORT TO 'export_file.csv' OF DEL modified by coldel; nochardel

VALUES( 'Azonosító szám','Személy nevek');

UNION

SELECT ...


but opening the csv file I get wrong character encoding in unicode:
Azonosító szám Személy nevek

On the another hand the SELECT part is right.
A tried to set the export codepage by 'codepage=1250', and set the editor Charachter Encoding to 'közép-európai (Windows)', and set Options\Editor\General\File encoding type to the same 'közép-európai (Windows)' but the results are the same.

I am useing Toad 7.4.0.506 Beta but I tried lots of earlier Toad versions.

This export is working well in Quest Central.

Any suggestion? Message was edited by: rianas
__
_______________________________________


Messages 3190 - 3220 of 3377   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help