473,394 Members | 1,932 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,394 software developers and data experts.

Package Solution

ddtpmyra
333 100+
Hi,

Im using MS Access 2007 with table link with other vendor and create client installer using 'Package Solution'. Problem started when the vendor change its IP address I had ODBC connection error (ofcourse), so what I did was the following:

1. Update my ODBC connection under Administrative Tool set-up (same connection name)
2. Refresh the link table inside the MS Access using 'Link Table Manager' and direct it on the correct IP Address.

My question is... how come after this changes I made and created new installer I still got ODBC connection once I installed it to the user client. Where at first I didn't touch the users ODBC set-up? Is there any set-up I should do or missing? Please help.
Jan 7 '09 #1
7 2480
NeoPa
32,556 Expert Mod 16PB
@ddtpmyra
I'm sorry. I couldn't understand that last paragraph. Could you possibly rephrase with whole sentences and punctuation.
Jan 7 '09 #2
ddtpmyra
333 100+
Hi Neopa.... what I mean to say is after the vendor change the IP address where my table was linked, now I need to set-up the ODBC setting local for each client, where originally on my first version which I never did. Is there missing setting I have to do after refreshing the table link using link manager inside the Access?
Jan 7 '09 #3
NeoPa
32,556 Expert Mod 16PB
There are as many different sets of settings as there are ODBC drivers it seems.

Firstly, you need to consider whether it's ever a good idea to connect to any device via the IP address. This is what DNS is for. A fully qualified domain name should be used instead if possible.

Re-linking your table will only work if the settings used are still correct. If the IP address has changed and you're using that IP address as part of the connection info, then it will fail to pick up the new position of the server.

What is the Connection string of the linked table?
Expand|Select|Wrap|Line Numbers
  1. Call MsgBox(CurrentDB.Tabledefs("YourTableNameHere").Connection
or
Expand|Select|Wrap|Line Numbers
  1. Debug.Print CurrentDB.Tabledefs("YourTableNameHere").Connection
Jan 7 '09 #4
ddtpmyra
333 100+
Below is my actual set-up, could it be the port number I am connected too?


Expand|Select|Wrap|Line Numbers
  1.     Set objclient = New csdClient
  2.     Set objconnection = objclient.createconnection("c1Prod", "2881")
  3.     Set objsession = objconnection.createsession("login", "pass")
  4.  
  5.     Set objTransTable = objsession.createService("dbo.users")
  6.     Set objTransTable2 = objsession.createService("dbo.Ticket")
  7.  
Jan 8 '09 #5
NeoPa
32,556 Expert Mod 16PB
Could you possibly read my last post again and provide the information requested.

Please use the second option and copy / paste the results into here.
Jan 8 '09 #6
ddtpmyra
333 100+
I tried both during event form like on load, on focus and on open event but nothing displayed
Jan 8 '09 #7
NeoPa
32,556 Expert Mod 16PB
The second one displays in the Immediate Pane (See Debugging in VBA).

No code need actually be running in fact. Enter that code into the Immediate Pane itself (Ctrl-G) and hit <Enter>. It should respond with the data I need (assuming you've filled in the missing info).
Jan 8 '09 #8

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: C. Barnes | last post by:
OK, here's the setup: package/ __init__.py X.py python/lib/ X.py Now inside package, we want to import the copy
3
by: George P | last post by:
I've run into a strange package related namespace problem. Follow these steps (on UNIX system) to illustrate: ------------------------- mkdir /tmp/mypkg cd /tmp/mypkg touch __init__.py echo...
8
by: Dan Perl | last post by:
Is there a direct way to get a list of all the modules in a package, other than using an os.listdir() for the directory of the package? To be more specific, I would like to inspect every module...
4
by: Thornmastr | last post by:
Good Afternoon, I need to distribute an application which includes the run time files for Access 2002. I do have the Office XP Developer CD’s. The application itself is written in VB 6 with an...
4
by: chris | last post by:
hi guys and girls I have 2 problems that are driving me crazy! 1/ I have a front end mde, and back end mdb, that I have packaged and installed successfully in the past on both Win98 and XP...
1
by: Leo | last post by:
Hello all, I am having a problem which I cannot seem to find a solution for. In SQL Server 2000 I have created a DTS package which imports a Text file into a table. When I run the DTS package...
0
by: Gary | last post by:
I'm having trouble entering Additional Registry Keys into my Package Solution that will deploy the Access 2007 runtime. (Client machine is running XP with Office 2007 Standard.) The Package...
0
by: anwe27 | last post by:
Hi! I have made an access solution on Access 2002 and used Package Wizard to deploy my application to the end user. In this application I use mscomm32.ocx for communication and it has worked ok....
1
by: jasonnance77 | last post by:
I have built a SSIS package which runs fine in BIDS. I went into Sql Server Management Studio and created a new job and job step. When I select the SQL Server Integration Services Package, I get...
1
by: dorandoran | last post by:
I created an MSI package and it works great. However, the source code aren't compiled. They show up row in the test web server. This is No No in our environment. Are there any steps that I am missing...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
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...

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.