473,769 Members | 2,106 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access 97 RunTime & Terminal Services

We have numerous Access 97 apps that we run on our Terminal Server,
but two apps in particular is giving us a problem. The problem we are
running into is when you select a drop down menu, it errors out saying
the SQL server cannot be found. This is through the terminal session
and when logged on the server locally.

If I run the apps on my workstation they work fine.

In one of the problem apps, it runs flawless except for a similar
problem when a drop down menu doesnt work and throws and error about
not being able to connect to the SQL Server. All the other dropdown
menus (driven by a SQL Query as well) work fine.

The problem is reproducible every time, but its only on these two
particular drop down menus in these two apps.

I uninstalled and reinstalled the Access 97 runtime. I rebooted the
server. I ran Process Monitor, Network Monitor, etc and looked for any
errors with permissions and nothing popped up.

I built a similar system and the apps run fine through terminal
sessions on that box, but not on the deployed Terminal server.

Any ideas? I dont want to rebuild the box if I dont have to.

Thanks,
--Mike

Aug 8 '07 #1
7 3049

<mi**@mcarlson. netwrote in message
news:11******** *************@w 3g2000hsg.googl egroups.com...
We have numerous Access 97 apps that we run on our Terminal Server,
but two apps in particular is giving us a problem. The problem we are
running into is when you select a drop down menu, it errors out saying
the SQL server cannot be found. This is through the terminal session
and when logged on the server locally.

If I run the apps on my workstation they work fine.

In one of the problem apps, it runs flawless except for a similar
problem when a drop down menu doesnt work and throws and error about
not being able to connect to the SQL Server. All the other dropdown
menus (driven by a SQL Query as well) work fine.

The problem is reproducible every time, but its only on these two
particular drop down menus in these two apps.

I uninstalled and reinstalled the Access 97 runtime. I rebooted the
server. I ran Process Monitor, Network Monitor, etc and looked for any
errors with permissions and nothing popped up.

I built a similar system and the apps run fine through terminal
sessions on that box, but not on the deployed Terminal server.

Any ideas? I dont want to rebuild the box if I dont have to.

Thanks,
--Mike
If it was a Jet back end, I would verify the path to the MDB when logged-on
the terminal server. Can you use the same connection information in excel on
the terminal server?
Aug 8 '07 #2
On Aug 8, 4:22 pm, "paii, Ron" <n...@no.comwro te:
<m...@mcarlson. netwrote in message

news:11******** *************@w 3g2000hsg.googl egroups.com...
We have numerous Access 97 apps that we run on our Terminal Server,
but two apps in particular is giving us a problem. The problem we are
running into is when you select a drop down menu, it errors out saying
the SQL server cannot be found. This is through the terminal session
and when logged on the server locally.
If I run the apps on my workstation they work fine.
In one of the problem apps, it runs flawless except for a similar
problem when a drop down menu doesnt work and throws and error about
not being able to connect to the SQL Server. All the other dropdown
menus (driven by a SQL Query as well) work fine.
The problem is reproducible every time, but its only on these two
particular drop down menus in these two apps.
I uninstalled and reinstalled the Access 97 runtime. I rebooted the
server. I ran Process Monitor, Network Monitor, etc and looked for any
errors with permissions and nothing popped up.
I built a similar system and the apps run fine through terminal
sessions on that box, but not on the deployed Terminal server.
Any ideas? I dont want to rebuild the box if I dont have to.
Thanks,
--Mike

If it was a Jet back end, I would verify the path to the MDB when logged-on
the terminal server. Can you use the same connection information in excel on
the terminal server?
Its a SQL Server backend. While logged onto the terminal server, the
other Access apps with SQL Backends work fine. In fact, one app has no
problem at with data exchange except for one drop down menu. The app
works fine until you get a specific for with a drop down menu.

Aug 9 '07 #3

<mi**@mcarlson. netwrote in message
news:11******** **************@ w3g2000hsg.goog legroups.com...
On Aug 8, 4:22 pm, "paii, Ron" <n...@no.comwro te:
<m...@mcarlson. netwrote in message

news:11******** *************@w 3g2000hsg.googl egroups.com...
We have numerous Access 97 apps that we run on our Terminal Server,
but two apps in particular is giving us a problem. The problem we are
running into is when you select a drop down menu, it errors out saying
the SQL server cannot be found. This is through the terminal session
and when logged on the server locally.
If I run the apps on my workstation they work fine.
In one of the problem apps, it runs flawless except for a similar
problem when a drop down menu doesnt work and throws and error about
not being able to connect to the SQL Server. All the other dropdown
menus (driven by a SQL Query as well) work fine.
The problem is reproducible every time, but its only on these two
particular drop down menus in these two apps.
I uninstalled and reinstalled the Access 97 runtime. I rebooted the
server. I ran Process Monitor, Network Monitor, etc and looked for any
errors with permissions and nothing popped up.
I built a similar system and the apps run fine through terminal
sessions on that box, but not on the deployed Terminal server.
Any ideas? I dont want to rebuild the box if I dont have to.
Thanks,
--Mike
If it was a Jet back end, I would verify the path to the MDB when
logged-on
the terminal server. Can you use the same connection information in
excel on
the terminal server?

Its a SQL Server backend. While logged onto the terminal server, the
other Access apps with SQL Backends work fine. In fact, one app has no
problem at with data exchange except for one drop down menu. The app
works fine until you get a specific for with a drop down menu.
Does the drop down menu use the same connection string as the rest of the
app?
Aug 9 '07 #4
On Aug 8, 4:22 pm, "paii, Ron" <n...@no.comwro te:
<m...@mcarlson. netwrote in message

news:11******** *************@w 3g2000hsg.googl egroups.com...
We have numerous Access 97 apps that we run on our Terminal Server,
but two apps in particular is giving us a problem. The problem we are
running into is when you select a drop down menu, it errors out saying
the SQL server cannot be found. This is through the terminal session
and when logged on the server locally.
If I run the apps on my workstation they work fine.
In one of the problem apps, it runs flawless except for a similar
problem when a drop down menu doesnt work and throws and error about
not being able to connect to the SQL Server. All the other dropdown
menus (driven by a SQL Query as well) work fine.
The problem is reproducible every time, but its only on these two
particular drop down menus in these two apps.
I uninstalled and reinstalled the Access 97 runtime. I rebooted the
server. I ran Process Monitor, Network Monitor, etc and looked for any
errors with permissions and nothing popped up.
I built a similar system and the apps run fine through terminal
sessions on that box, but not on the deployed Terminal server.
Any ideas? I dont want to rebuild the box if I dont have to.
Thanks,
--Mike

If it was a Jet back end, I would verify the path to the MDB when logged-on
the terminal server. Can you use the same connection information in excel on
the terminal server?
Its a SQL Server backend. While logged onto the terminal server, the
other Access apps with SQL Backends work fine. In fact, one app has no
problem at with data exchange except for one drop down menu. The app
works fine until you get a specific for with a drop down menu.

Aug 9 '07 #5
On Aug 9, 8:21 am, "paii, Ron" <n...@no.comwro te:
<m...@mcarlson. netwrote in message

news:11******** **************@ w3g2000hsg.goog legroups.com...
On Aug 8, 4:22 pm, "paii, Ron" <n...@no.comwro te:
<m...@mcarlson. netwrote in message
>news:11******* **************@ w3g2000hsg.goog legroups.com...
We have numerous Access 97 apps that we run on our Terminal Server,
but two apps in particular is giving us a problem. The problem we are
running into is when you select a drop down menu, it errors out saying
the SQL server cannot be found. This is through the terminal session
and when logged on the server locally.
If I run the apps on my workstation they work fine.
In one of the problem apps, it runs flawless except for a similar
problem when a drop down menu doesnt work and throws and error about
not being able to connect to the SQL Server. All the other dropdown
menus (driven by a SQL Query as well) work fine.
The problem is reproducible every time, but its only on these two
particular drop down menus in these two apps.
I uninstalled and reinstalled the Access 97 runtime. I rebooted the
server. I ran Process Monitor, Network Monitor, etc and looked for any
errors with permissions and nothing popped up.
I built a similar system and the apps run fine through terminal
sessions on that box, but not on the deployed Terminal server.
Any ideas? I dont want to rebuild the box if I dont have to.
Thanks,
--Mike
If it was a Jet back end, I would verify the path to the MDB when
logged-on
the terminal server. Can you use the same connection information in
excel on
the terminal server?
Its a SQL Server backend. While logged onto the terminal server, the
other Access apps with SQL Backends work fine. In fact, one app has no
problem at with data exchange except for one drop down menu. The app
works fine until you get a specific for with a drop down menu.

Does the drop down menu use the same connection string as the rest of the
app?
Yes, its just a query from a linked table. The app contains a dozen or
so linked tables and a couple local tables to write error stuff to.

Sorry about the double post, Google groups kept throwing up an error
so I kept resubmitting it.

Aug 9 '07 #6

<mi**@mcarlson. netwrote in message
news:11******** *************@d 55g2000hsg.goog legroups.com...
On Aug 9, 8:21 am, "paii, Ron" <n...@no.comwro te:
<m...@mcarlson. netwrote in message

news:11******** **************@ w3g2000hsg.goog legroups.com...
On Aug 8, 4:22 pm, "paii, Ron" <n...@no.comwro te:
<m...@mcarlson. netwrote in message
news:11******** *************@w 3g2000hsg.googl egroups.com...
We have numerous Access 97 apps that we run on our Terminal
Server,
but two apps in particular is giving us a problem. The problem we
are
running into is when you select a drop down menu, it errors out
saying
the SQL server cannot be found. This is through the terminal
session
and when logged on the server locally.
If I run the apps on my workstation they work fine.
In one of the problem apps, it runs flawless except for a similar
problem when a drop down menu doesnt work and throws and error
about
not being able to connect to the SQL Server. All the other
dropdown
menus (driven by a SQL Query as well) work fine.
The problem is reproducible every time, but its only on these two
particular drop down menus in these two apps.
I uninstalled and reinstalled the Access 97 runtime. I rebooted
the
server. I ran Process Monitor, Network Monitor, etc and looked for
any
errors with permissions and nothing popped up.
I built a similar system and the apps run fine through terminal
sessions on that box, but not on the deployed Terminal server.
Any ideas? I dont want to rebuild the box if I dont have to.
Thanks,
--Mike
If it was a Jet back end, I would verify the path to the MDB when
logged-on
the terminal server. Can you use the same connection information in
excel on
the terminal server?
Its a SQL Server backend. While logged onto the terminal server, the
other Access apps with SQL Backends work fine. In fact, one app has no
problem at with data exchange except for one drop down menu. The app
works fine until you get a specific for with a drop down menu.
Does the drop down menu use the same connection string as the rest of
the
app?

Yes, its just a query from a linked table. The app contains a dozen or
so linked tables and a couple local tables to write error stuff to.

Sorry about the double post, Google groups kept throwing up an error
so I kept resubmitting it.
The query is not a pass-though?

Can you add a form or report, based on the query and open it on the terminal
server?

Are you using runtime on your workstations or only on the terminal server.
If not test the application using the runtime switch on your workstation.
Aug 9 '07 #7
mi**@mcarlson.n et wrote:
>In one of the problem apps, it runs flawless except for a similar
problem when a drop down menu doesnt work and throws and error about
not being able to connect to the SQL Server. All the other dropdown
menus (driven by a SQL Query as well) work fine.
>The problem is reproducible every time, but its only on these two
particular drop down menus in these two apps.
This, of course, makes absolutely no sense at all. That said is there anything
unique about those combo boxes? Are they doing something wierd and using a call back
function? Could you post the contents of the Control Source field.

Tony
--
Tony Toews, Microsoft Access MVP
Please respond only in the newsgroups so that others can
read the entire thread of messages.
Microsoft Access Links, Hints, Tips & Accounting Systems at
http://www.granite.ab.ca/accsmstr.htm
Tony's Microsoft Access Blog - http://msmvps.com/blogs/access/
Aug 15 '07 #8

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

Similar topics

14
2450
by: D | last post by:
Hey guys- not sure where this post fits in, so I cc'd a few other groups as well- hope you dont mind... I have someone creating a database for me in Access 2000 (or is it called XP?). When it's all done, I'd like it to be online via the web. Ultimately I'd like just an online database accessed via ASP, PHP, CGI, etc- something (doesn't matter) but where various employees can access the thing from anywhere and do their work. It's been...
6
3672
by: Terry Bell | last post by:
We've had a very large A97 app running fine for the last seven years. I've just converted to SQL Server backend, which is being tested, but meanwhile the JET based version, running under terminal server, has suddenly started running very slowly. The network engineer has thrown up his hands and said "It's Access 97". I've checked out lots of things including the Oplocks setting and other stuff from this NG, and I think I've done everything...
1
4630
by: Zen | last post by:
From http://support.microsoft.com/kb/828956/ "Note Microsoft does not support the use of multiple versions of Microsoft Office on a Terminal Server. Coexistence is not supported on versions of Windows that are running Terminal Services. If you have to run multiple versions of Office, disable Terminal Services" The problem:
2
8348
by: James | last post by:
Dear Access Guru's, Hopefully you can help me (as Microsoft don't seem to be able to) We have an Access database on a Windows 2003 server with 5 CALS in our office. Access is loaded onto the server. We have 2 PC's connected to it on the LAN
12
5758
by: Paul H | last post by:
Say I have a Windows 2000 server running Terminal Services with a single file Access DB (not front end/back end) on it, could multiple users access the data base simultaneously? Paul
5
2916
by: B1ackwater | last post by:
We've fooled around with Access a bit, but only using the single-user store-bought version. It seems to be a good database - versatile and infinitely programmable - and can apparently be used as a front end to SQL server if we ever needed to go that route. But - is there a client/server version of Access ? Looking on the CDW site there is a bewildering variety of packages and licences and such, but we can't figure out just which do...
1
2797
by: Webstorm | last post by:
Hi, I hope someone can help me sort this out a bit, Im completely lost. Here is the page I am working on: http://www.knzbusinessbrokers.com/default.asp I have 3 search critera that I need to use when querying the database. Right now it is only looking for a match on one of those dropdowns and not all 3. can anyone help? Here is the code: <form BOTID="0" METHOD="POST" action="businessforsale_interface/Results/test3.asp">
64
4602
by: John | last post by:
Hello there, Im cursing my place of employment...and its taken me a month to realise it... The scenario: Ive just stepped into a role to migrate an access database to VB.Net. The access database runs on terminal services and supports approximatly 25-30 users. It is crapping out big time, corrupted data, changes to the front end are difficult for someone unfamiliar with the system (me), the table structure is bad...really bad....there is...
13
2543
by: evancater | last post by:
My client wants to make their Access 2007 database available to offices around the country with multi-user permissions set to control access to the tables and forms, etc. The easiest thing would be a client/server app, but they are concerned that accessing the backend on their VPN would be too slow. We've discussed the possibility of publishing the forms to the intranet with ASP, but I'm concerned that web development with Access is a...
0
9423
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10216
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10049
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9865
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8873
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7413
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6675
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
3
2815
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.