473,666 Members | 2,461 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Access error on citrix environment only.


Recently I migrated a MS Access app from mdb data tables to oracle db.
It all works fine when connected locally to server but errors out in
citrix for only two screens with below error.
unable to insert into link table.
ORA- 1745 - invalid host or bind variable name.

when i digged into the issue, found possible keyword column issue. Both
the tables have a keyword column(Comment as column name which works fine
when used by noncitrix environment). I had renamed Comment to comments
in the table and forms,queries to avoid possible errors. waiting for the
citrix team to deploy it to the test environment. I am guessing of other
possiblities since its blocking many users daily activities and looking
for your expertise help. Do you knw of any other causes for the error
above with citrix environment alone. Thanks in advance.

*** Sent via Developersdex http://www.developersdex.com ***
Nov 19 '07 #1
3 2438
Check that your Citrix team is providing a copy of the front-end mdb for
each user, same as with stand-alone workstations. This may not be cause of
your current problem, but will prevent others.

"Parthiban s" <pa************ *@gmail.comwrot e in message
news:47******** *************@n ews.qwest.net.. .
>
Recently I migrated a MS Access app from mdb data tables to oracle db.
It all works fine when connected locally to server but errors out in
citrix for only two screens with below error.
unable to insert into link table.
ORA- 1745 - invalid host or bind variable name.

when i digged into the issue, found possible keyword column issue. Both
the tables have a keyword column(Comment as column name which works fine
when used by noncitrix environment). I had renamed Comment to comments
in the table and forms,queries to avoid possible errors. waiting for the
citrix team to deploy it to the test environment. I am guessing of other
possiblities since its blocking many users daily activities and looking
for your expertise help. Do you knw of any other causes for the error
above with citrix environment alone. Thanks in advance.

*** Sent via Developersdex http://www.developersdex.com?wp_ml=0 ***

Nov 19 '07 #2
Parthiban s <pa************ *@gmail.comwrot e:
>
Recently I migrated a MS Access app from mdb data tables to oracle db.
It all works fine when connected locally to server but errors out in
citrix for only two screens with below error.
unable to insert into link table.
ORA- 1745 - invalid host or bind variable name.
Possibly the Citrix server has a different version of the Oracle driver software or
Access than you do? Just guessing.
>when i digged into the issue, found possible keyword column issue. Both
the tables have a keyword column(Comment as column name which works fine
when used by noncitrix environment). I had renamed Comment to comments
in the table and forms,queries to avoid possible errors. waiting for the
citrix team to deploy it to the test environment. I am guessing of other
possiblities since its blocking many users daily activities and looking
for your expertise help.
Googling on the message shows a similar error using the keyword desc (likely for
descending) so you're likely on the right track.

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/
Nov 19 '07 #3
"paii, Ron" <no**@no.comwro te:
>Check that your Citrix team is providing a copy of the front-end mdb for
each user, same as with stand-alone workstations. This may not be cause of
your current problem, but will prevent others.
Just to make life easier I specifically created the Auto FE Updater utility so that I
could make changes to the FE MDE as often as I wanted and be quite confident that the
next time someone went to run the app that it would pull in the latest version. For
more info on the errors or the Auto FE Updater utility see the free Auto FE Updater
utility at http://www.granite.ab.ca/access/autofe.htm at my website to keep the FE on
each PC up to date.

In a Terminal Server or Citrix environment the Auto FE Updater now supports creating
a directory named after the user on a server. Given a choice put the FE on the
Citrix server to reduce network traffic and to avoid having to load objects over the
network which can be somewhat sluggish.

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/
Nov 19 '07 #4

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

Similar topics

5
1846
by: NB | last post by:
In a small business environment where budget does not allow more licence for Access, is there any way to have more users to use the current Access application (built on Access 2002 and VBA with DAO codes)? I have tried put some data on the intranet using DAP, but it's not as feature-rich as teh original application. I also heard of Citrix and Terminal Server. Can someone give some pointer here. Also, is there any free alternative to...
7
8157
by: Rob | last post by:
I am an Access developer and have done many Access databases in the standard Front-end on the workstations, backend on the server (over a LAN) but have never worked with Access over Citrix, though that situation is coming up for me shortly. Question: When you run the front-end on the Server, does Citrix clone the front end application database file for each user that connects or do they all connect to physically the same front-end...
5
2742
by: Lakbir Dhillon | last post by:
We converted our databases from Access 97 to Access 2002 (only the MDB files, not the MDW file). In addition we ported the Access application from a Citrix NT server to a Citrix XP server. We users accessing the application Globally via the Citrix Servers and have been experiencing the following error on a daily basis: Disk or Network Error
2
1960
by: Jennifer B. | last post by:
Hi Every Body: I hope this is to the right post. I apologize if I am incorrect. Could anyone please answer one or any of the following questions for Access 2003: - Maximum size of an Access database (after split) - speed of Access using a Citrix server (any server for that matter, will it affect the processing time of other database programs running
5
1443
by: Brian | last post by:
I have a small application with 2 forms where the user logs into the system, then the form recordsource randomly pulls up an account ID. The application is basically an electronic tic sheet and reporting tool. Once the user is done they select a check box then system appends the record into a completed record table. There are about 25 users. I have the database split into a frontend MDE file and the backend is a mdb file. The users can...
8
3429
by: Ralph Fico | last post by:
I have been experiencing a strange corruption problem with an application I developed using MS Access 2000 and deployed using an .MDE file. The application is being used in a networked environment where the .MDE file resides on a network server and is accessed by several users using different versions of Access (2000, 2002 and 2003). The problem is as follows: The program is designed to manage bar-coded inventory at client sites, which...
33
3256
by: DFS | last post by:
An application I wrote has been deployed on Citrix, and the Citrix admin tells me all users run the same .mde file. There aren't a lot of concurrent users, but even 2 could be cause for concern. I think the use of globals is worrisome in this case. Anybody have any experience with Access on Citrix? (Al Kallal already griped me out about globals, but if he has anything new to add I'm all ears).
22
6256
by: Jordan S. | last post by:
SQL Server will be used as the back-end database to a non trivial client application. In question is the choice of client application: I need to be able to speak intelligently about when one client (MS Access vs ..NET Windows Forms) would be preferred over the other. While I have some good arguments on both sides, I would appreciate your points of view on the topic.
1
1629
by: m23 | last post by:
Hi, I have an access application that has been working fine for the past few years.Access 2000 is used for the user interface and Oracle the database. Recently the application was moved to a citrix environment. On this citrix environment is one copy of the mde and the oracle odbc driver to connect to the database. When a user logs into Citrix and runs the application they get their own copy of the mde copied to a directory and it is...
0
8454
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8362
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,...
1
8560
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8644
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
4200
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4372
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2776
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
2
2012
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1778
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.