We are using CE9 but have a set of unmanaged CR8.5 reports called with a URL.
Do unmanaged reports attempt database access using the CE services' logon account, or the user's network login?
More detail:
These reports use an ODBC connection to a SQL Server database. The ODBC uses the SqlServer driver and is configured to "verify authenticity of the login ID" "With SQL Server authentication using a login ID and password entered by the user." The alternative is "With Windows NT authentication using the network login ID."
If I change the ODBC configuration to "Windows NT authentication using the network login ID," would the URL be processed under CE's Guest account so that the server's logon account is passed to ODBC, or would ODBC still want to authenticate my network login?
Furthermore, if a CE service (Job Server, Page Server?) IS used here, is it possible to create a separate service for unmanaged reports?
Code:
[URL unfurl="true"]http://bbd5/imaging/Reports/DetailDateRange.rpt[/URL] ?init=actx&prompt0=date(2005,08,01)&prompt1=date(2005,08,31)
&user-kofax.ACSystem=StatMgr&password-kofax.ACSystem=Screen97
(spaces added to provide wrapping)
More detail:
These reports use an ODBC connection to a SQL Server database. The ODBC uses the SqlServer driver and is configured to "verify authenticity of the login ID" "With SQL Server authentication using a login ID and password entered by the user." The alternative is "With Windows NT authentication using the network login ID."
If I change the ODBC configuration to "Windows NT authentication using the network login ID," would the URL be processed under CE's Guest account so that the server's logon account is passed to ODBC, or would ODBC still want to authenticate my network login?
Furthermore, if a CE service (Job Server, Page Server?) IS used here, is it possible to create a separate service for unmanaged reports?