jenlion
IS-IT--Management
- Nov 13, 2001
- 215
I have a client that tried to run my local-run app on Citrix. I found out today (after returning from vacation) that they are having problems with it.
I don't know much about Citrix, and I'm not really a great programmer -- I just occasionally need to write a little app to get something done. In this case, the app accepts a few things (username, password, database name, server name) and uses oledb to get a bunch of info from a sql db. That info is then put into a txt file. I also put the info into an excel sheet that I display when done. The path of the text file is hard coded at c:\(path) by their instruction.
Works great locally. Doesn't work at all over citrix. I have the unhappy emails from the customer that I will have to call tomorrow. All they say is that it is an "Activex object error". I know I need to get more detail from them, but really, I'm not going to have anything to give them -- I have no idea. I wrote it thinking it would be run from a regular client, not citrix, so I have no idea what I need to do from a programming perspective to make it work.
I'm fairly certain these guys would have reinstalled the app using the shared-program method (I think in citrix / TS you have to install through add/remove programs in a certain mode). They are on server 2003. They say "citrix" but I'm not sure they aren't using just plain old terminal server and still calling it citrix -- have to find out.
In the meantime, can someone tell me where I might start looking for the problem?? Thanks....
I don't know much about Citrix, and I'm not really a great programmer -- I just occasionally need to write a little app to get something done. In this case, the app accepts a few things (username, password, database name, server name) and uses oledb to get a bunch of info from a sql db. That info is then put into a txt file. I also put the info into an excel sheet that I display when done. The path of the text file is hard coded at c:\(path) by their instruction.
Works great locally. Doesn't work at all over citrix. I have the unhappy emails from the customer that I will have to call tomorrow. All they say is that it is an "Activex object error". I know I need to get more detail from them, but really, I'm not going to have anything to give them -- I have no idea. I wrote it thinking it would be run from a regular client, not citrix, so I have no idea what I need to do from a programming perspective to make it work.
I'm fairly certain these guys would have reinstalled the app using the shared-program method (I think in citrix / TS you have to install through add/remove programs in a certain mode). They are on server 2003. They say "citrix" but I'm not sure they aren't using just plain old terminal server and still calling it citrix -- have to find out.
In the meantime, can someone tell me where I might start looking for the problem?? Thanks....