Applies To Product(s): PROJECTWISE DYNAMIC PLOT SERVICE Version(s): N\A Environment: N\A Area: IPLOT Subarea: N\A Original Author: Edwin Yepes, Bentley Technical Support Group Problem When I try to access the Administrator page of ProjectWise Dynamic Plot, I get the following error message: Could not connect to database Exception: The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'Negotiate, NTLM' See Also: 76664 Solution This error message was caused by trying to use a different port for the pattern and administrative website and not making the following changes. Here is what to do if you need to use a different port number for the pattern service website: Edit the web.config files in the ProjectWise Dynamic Plot Service Administrator's PatternService and WebSite folders and add the port number to the "address" property which is contained in the "endpoint" tag. For example, address="http://myserver_name:port/administrative_webs ite_alias/service.svc". Enter the port number as part of the URL when you configure the Pattern Service address in the ProjectWise Dynamic Plot Service Configure utility. For example, http://myserver_name:port/pattern_service_alias. Enter the port number as part of the URL when you configure the Pattern Service address on the ProjectWise Dynamic Plot Sync machine. There are two methods to enter the pattern service address. The first time you invoke the ProjectWise Dynamic Plot Sync application the Dynamic Plot Administration Address dialog displays and allows you to enter the pattern service address. You can also configure the pattern service address by selecting the Settings Preferences menu item from the ProjectWise Dynamic Plot Sync application. For example, http://myserver_name:port/pattern_service_alias. If you use a different port number for the administrative website: Enter the port number as part of the URL when you are connecting to the ProjectWise Dynamic Plot Administrator webpage. For example, http://myserver_name:port/administrative_website_alias. Note: If you used a different port number for the pattern service website, you must first edit the web.config files as described in the above list. See Also
↧