I have a connectivity problem with:
Microsoft Access Data Project App (ADP file each user has own file on their Cirix Window desktop or their lan workstation desktop)
Calling
crystal report 8.5
Using File DSN to access SQL Server 7.0
Report files located on:
File Server = NT 4.0
Citrix Server Services on NT 4.0 (seperate Box)
USERS:
Citrix Meta Frame
Windows 2000 Desktop
I originally developed the app using Cirtix to tunnel into customer site and build the reports.
The data connection is not a trusted connection but a SQL Server internal user/password
Here's the problem.
All the Citrix Server Users can open the Application and run the reports fine. Once they pick and run a report, they get the report parameter input scrren adn choose their parameters then choose print; and then they get the login challenge dialog and then the report runs.
However regular network users with the same ADP application on their desktop, can run the app, do all the functions except when it comes to running the reports.
They can see the report list (shich are in a table on SQL Server so we know they can get to the data..)
But when a regualr desktop user launches a report they get the same parameter window as the Citrix users but when they click "print" the password dialog box comes up and after the user enters the proper User/password the dialog login dialog returns and ignores the inputs. This does NOT happen to the Cirtix users.
Originally, the reports were developed with the file DSN to avoid having to create a system dsn on each users box.
The file was referenced using UNC //fileserver/reports/flashodbc.dsn not a mapped drive method to avoid a letter- mapping conflict.
I don't think it is a permissions issue for the Desktop users because the report input parameter dialog is always launched and not challenged. I think if the Deskto users did not have permissions to the //fileserver/reports folder they would not even get this far; and the file DSN is in this folder.
Anyone have any ideas?
Thanks
AJ
Microsoft Access Data Project App (ADP file each user has own file on their Cirix Window desktop or their lan workstation desktop)
Calling
crystal report 8.5
Using File DSN to access SQL Server 7.0
Report files located on:
File Server = NT 4.0
Citrix Server Services on NT 4.0 (seperate Box)
USERS:
Citrix Meta Frame
Windows 2000 Desktop
I originally developed the app using Cirtix to tunnel into customer site and build the reports.
The data connection is not a trusted connection but a SQL Server internal user/password
Here's the problem.
All the Citrix Server Users can open the Application and run the reports fine. Once they pick and run a report, they get the report parameter input scrren adn choose their parameters then choose print; and then they get the login challenge dialog and then the report runs.
However regular network users with the same ADP application on their desktop, can run the app, do all the functions except when it comes to running the reports.
They can see the report list (shich are in a table on SQL Server so we know they can get to the data..)
But when a regualr desktop user launches a report they get the same parameter window as the Citrix users but when they click "print" the password dialog box comes up and after the user enters the proper User/password the dialog login dialog returns and ignores the inputs. This does NOT happen to the Cirtix users.
Originally, the reports were developed with the file DSN to avoid having to create a system dsn on each users box.
The file was referenced using UNC //fileserver/reports/flashodbc.dsn not a mapped drive method to avoid a letter- mapping conflict.
I don't think it is a permissions issue for the Desktop users because the report input parameter dialog is always launched and not challenged. I think if the Deskto users did not have permissions to the //fileserver/reports folder they would not even get this far; and the file DSN is in this folder.
Anyone have any ideas?
Thanks
AJ