473,545 Members | 2,627 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Exporting Client Configuration Assistant definitions from one computer to another

I've been building up a collection of DB2 database connections through
the Client Configuration Assistant.

What I've put together has become the "official list" of what we have,
and I need to export these so that the other people in the area can
pick up the list without having to go through the long manual process.

The Export feature does not export the whole set of information
(server, local name, comemnts, etc.) and selecting all the whole list
results in an empty file.

Has anyone had to do something similar and how did they get the
definitions out of the system and copied to other machines?

Thanks!

Nov 12 '05 #1
4 2358
In article <11************ *********@z14g2 000cwz.googlegr oups.com>,
bd******@sympat ico.ca says...
I've been building up a collection of DB2 database connections through
the Client Configuration Assistant.

What I've put together has become the "official list" of what we have,
and I need to export these so that the other people in the area can
pick up the list without having to go through the long manual process.

The Export feature does not export the whole set of information
(server, local name, comemnts, etc.) and selecting all the whole list
results in an empty file.

Has anyone had to do something similar and how did they get the
definitions out of the system and copied to other machines?

Thanks!


I've used 'db2cfexp' and 'db2cfimp' from the command line without a
problem. I'm not sure it's available on every client.
Nov 12 '05 #2
This is the same output as with Clinet Configuration Assistant export.

What I need is the mapping from the DBAlias (eg, BARNEY01) to the
actual database
mybarney.db2ins t.testdatabase (db2inst = 50791) to the acutal machine
information.

I can pull out the ODBC.INI and DB2CLI.INI files along with the
registry entries for LOCAL_MACHINE/..../ODBC.

What I can't find is the information that you see on the Properties
panel or when you go through the process of defining a new connection.

Thanks for the info so far...

Nov 12 '05 #3
In article <11************ **********@g44g 2000cwa.googleg roups.com>,
bd******@sympat ico.ca says...
This is the same output as with Clinet Configuration Assistant export.

What I need is the mapping from the DBAlias (eg, BARNEY01) to the
actual database
mybarney.db2ins t.testdatabase (db2inst = 50791) to the acutal machine
information.

I can pull out the ODBC.INI and DB2CLI.INI files along with the
registry entries for LOCAL_MACHINE/..../ODBC.

What I can't find is the information that you see on the Properties
panel or when you go through the process of defining a new connection.

Thanks for the info so far...

When using 'db2cfexp <your file> m' this info is exported to your file.
Did you try the 'm(aintain)' option?
Nov 12 '05 #4
I figured out how to get the DB2 connection detail information.

Under the C:\Program Files\SQLLIB\DB 2 directoy are two subdirectories
SQLDBDIR and SQLNODIR. Copy them and all underlying files/directories
into a zip file.

Using regedit, export HKEY_LOCAL_MACH INE\SOFTWARE\OD BC into a file
and make copies of
ODBC.INI C:\Windows
DB2CLI.INI C:\Program Files\SQLLIB
If you copy them back into the appropriate directories on other system,
you're golden!

Considering that this is the thrid time that I've had to do this, I
have now created a document to cover everything.

Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2219
by: David Knaack | last post by:
Howdy I'm new to working with DB2 Universal, so I'm not very familiar with the tools. I usually only use the Java Control Center and Configuration Assistant. I have several clients on the local LAN connecting to an DB2 Universal 8.2 server. If that server goes down for some reason, I'd like to remotely shut down the client applications...
4
5763
by: Oliver Stratmann | last post by:
Hello All, does anyone know, where the configuration of a db2-client on a windows-machine is stored? I searched the registry and the filesystem on my machine and couldn't find anything. Is there a file or a node in the registry, where all the information (like port-number, db-name and so on) can be found. Is there another place for this...
6
4791
by: Oliver Stratmann | last post by:
Hello All, we tried to set up a DB2-client for one customer. The situation was as follows: There are already DB2-Clients which are configured for the relevant DB2-databanse. We exported the client-configuration from one of these machines via db2cfexp <filename> template. We installed a DB2-Client on the new machine. We imported the...
4
7079
by: Yasaswi Pulavarti | last post by:
On an AIX server, I used the db2install script from the command line to install the DB2 UDB 8.1 client. I applied the fix pak 7 to it. Now I need to use the client to test connections to another AIX server which has DB2 server and instances running. How do I proceed? Please help. Thanks, Yasaswi
67
2979
by: Mike MacSween | last post by:
I've got a SQL Server database. Nearly finished. It's going to go on a single non networked machine. One day somebody might get access to it over ADSL (probably TS), but for now it's a single user no lan. The machine will actually be running the MSDE. Windows XP Home. I'm quite happy, for now, to put all the business logic in SQL Server....
7
4733
by: Ken Allen | last post by:
I have a .net client/server application using remoting, and I cannot get the custom exception class to pass from the server to the client. The custom exception is derived from ApplicationException and is defined in an assembly common to the client and server components. The custom class merely defines three (3) constructors -- the null...
1
6159
by: Xu ChunMing | last post by:
Hi, I develop a Asp.net application using VS.NET and It work well on my computer . but when I deploy the application to another IIS runming manching . I just copy the whole folder of the application including bin subfolder to aother machine . When I access it via Internet Explorer ,the following error happend.
8
9557
by: Brian Tkatch | last post by:
Server: DB2/SUN 8.1.6 Client: DB2 Connect Personal Edition (No 11) <URL:ftp://ftp.software.ibm.com/ps/products/db2/fixes2/english-us/db2winIA32v8/fixpak/FP11_WR21365/FP11_WR21365_CONPE.exe> Uninstalled old version, installed new version, and am now trying to use the CLP. <<<<<<<<<<<< For more detailed help, refer to the Online Reference...
0
1482
by: unknown2 | last post by:
Hello, The DBA's installed the IBM DB2 Client 9.1 on several Windows XP computers. The people, which needs this Program, has non andministrativ rights on their Client computer. The problem: If those people start the "Configuration Assistant" it crashs with no error message. Users with admin rights can start this program on the same...
0
7685
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
7784
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
1
5354
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5071
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3485
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3467
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1916
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1039
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
738
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.