Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Notifications
Login / Register
Community
Community
Notifications
close
  • Forums
  • Knowledge Center
  • Events & Webinars
  • Ideas
  • Blogs
Help
Help
  • Explore Community
  • Get Started
  • Ask the Community
  • How-To & Best Practices
  • Contact Support
Login / Register
Sustainability
Sustainability

Join our "Ask Me About" community webinar on May 20th at 9 AM CET and 5 PM CET to explore cybersecurity and monitoring for Data Center and edge IT. Learn about market trends, cutting-edge technologies, and best practices from industry experts.
Register and secure your Critical IT infrastructure

Dot Net is missing, SOAP errors and other common issues when accessing webpinpoint

Building Automation Knowledge Base

Schneider Electric Building Automation Knowledge Base is a self-service resource to answer all your questions about EcoStruxure Building suite, Andover Continuum, Satchwell, TAC…

cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • Home
  • Schneider Electric Community
  • Knowledge Center
  • Building Automation Knowledge Base
  • Dot Net is missing, SOAP errors and other common issues when accessing webpinpoint
Options
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
Invite a Co-worker
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send Invite Cancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Send New Invite Close

Related Forums

  • Intelligent Devices Forum

Previous Next
Contributors
  • JohnBoehmer
    JohnBoehmer
  • RobertAndriolo
    RobertAndriolo
  • SangKim
    SangKim
  • Alan_Wood
    Alan_Wood
  • DavidFisher
    DavidFisher
  • Product_Support
    Product_Support

Invite a Colleague

Found this content useful? Share it with a Colleague!

Invite a Colleague Invite
Back to Building Automation Knowledge Base
Options
  • Bookmark
  • Subscribe
  • Email to a Friend
  • Printer Friendly Page
  • Report Inappropriate Content
0 Likes
4665 Views

Link copied. Please paste this link to share this article on your social media post.

Trying to translate this page to your language?
Select your language from the translate dropdown in the upper right. arrow
Translate to: English
  • (Français) French
  • (Deutsche) German
  • (Italiano) Italian
  • (Português) Portuguese
  • (Русский) Russian
  • (Español) Spanish

Dot Net is missing, SOAP errors and other common issues when accessing webpinpoint

Picard Product_Support
‎2018-09-07 02:09 PM

Last Updated: JohnBoehmer Schneider Alumni (Retired) ‎2020-03-30 01:43 PM

Issue

Accessing WebPinpoint graphics from a web browser causes one of the following errors…

 

Failed CreateDNWACServer. Cause:Object reference not set to an instance of an object. URL:HTTP://eceheatsrvr/DNWACServerFactory DNWACServerFactory /WACServerFactory.soap

 

Failed creating remote objects. DotNet framework is missing. 

 

image001.png

 

Product Line

Andover Continuum

Environment

  • Continuum webClient Server
  • MicroSoft Windows XP
  • MicroSoft Windows Vista
  • MicroSoft Windows 7
  • MicroSoft Windows 10
  • MicroSoft Windows Server 2003
  • MicroSoft Windows Server 2008

Cause

  • User Account Control redirects files to a different folder than expected by WebClient.
  • User permissions are interfering with the WebClient.
  • A variety of other configuration issues may cause this problem.

Resolution

User Account Controls Redirection

The WebClient installation guide goes into detail about why MicroSoft Windows includes User Account Controls redirection. Follow the procedure outlined below.

 

  1. Give "Everyone" permissions to the C:\Program Files\Continuum and C:\Program Files\Continuum\DNWACServerFactory folders
  1. In Windows Control Panel > User Accounts and Family Safety > User Accounts, select an Administrator user on the PC and select User Account Control Settings. Move the slider all the way to the bottom to Never Notify and select Ok.
  2. Follow the instructions in the webClient Installation guide section called "Configuring Graphics for webClient: Windows Server 2008, Windows Vista and Windows 7".
  3. Site may be setting User Account Control with group policy and setting it upon reboot of the PC to a setting other than Never notify. A batch file may be used to turn User Account Control off before launching WebClient. A Google search for doing this would be needed and is beyond the scope of this article.
  4. Each host that will be running a web browser WebClient session should have also have User Account Control settings set to minimum.

UAC.png

 

 

 

Web.config has not been correctly modified

 

  1. Using Windows Notepad as an Admin user, modify the web.config file which is located in the c:\program files\continuum\dnwacserverfactory folder.
  2. Delete the text and replace with the text below, replacing WORKSTATION1 with the host name of the host computer.  This must be done on all hosts which will run WebClient browser sessions.


<configuration>
<system.runtime.remoting>
<application>
<service>
<wellknown mode="Singleton" type="DNWACServerProxy.WACServerFactory, DNWACServerProxy" objectUri="WACServerFactory.soap" />
</service>
<channels>
<channel ref="http" machineName="WORKSTATION1">
</channel>
</channels>
</application>
</system.runtime.remoting>
<system.webServer>
<security>
<requestFiltering allowDoubleEscaping="True"/>
</security>
<directoryBrowse enabled="true" />
</system.webServer>
</configuration>

 

 

Allow Double Escaping

 

If for some reason editing this file is still not working. Try the following:

  1. In Start >Control Panel > System and Security > Administrative Tools > IIS Manager (Not IIS6)
  2. Expand the tree on the left for the webserver name. ie. Webclient1
  3. Expand Sites
  4. Expand Default Web Site
  5. Click DNWACServerFactory
  6. Double Click Request Filtering
  7. In the right-hand column select Edit Feature Settings
  8. Check Allow Double Escaping and click OK
  9. Click on the Default web site and in the far right column click Restart

 

 

Test Authentication pass-through for SOAP errors

 

In IIS Manager;

  1. Expand Server> Sites> Default Web Site
  2. Left-click on the DNWACServerFactory, on the far right column
  3. Select the Basic Settings link
  4. Click the Test Settings button.
  5. If Authentication pass-through is showing red follow this procedure
    • Click Close
    • Click Connect As> Add a windows user and password that will be used for WebClient
    • Click the Test Settings button Authentication pass through again and it should now show green
    • Perform a local reboot on the WebClient server
    • Test Webclient Graphics

 

 

Make sure that the browser PCs are logged in as a Local Administrator for the WebPinpoint and ActiveX installation

 

Internet Explorer>Tools>Internet Options>Security>(select Zone i.e. TrustedSites)>Custom Level button

Make sure that 'Download signed Activex controls' and 'Download unsigned Activex controls is set to prompt or Enable, since the default setting on many web browsers is Disabled.

 

 

 

Add the Webclient PC as a trusted site to the browser PCs

 

In some configurations, you may need to add the IIS computer into Internet Explorer as a trusted site for each browser.

In Internet Explorer:

  1. Select Tools > Internet Options > Security > Click Trusted sites > Click Sites
  2. Type in http://yourservername/WebClient and click Add (Ex. http://tacweb/WebClient)
  3. Deselect the checkbox for Require server verification (https:) for all sites in this zone. 
  4. Click OK and then OK again
  5. Close Internet Explorer and retry accessing WebPinpoint

 

 

Be sure to configure the application pool for 32-bit applications on 64-bit operating systems.

 

On 64-bit Operating Systems perform the following steps:

  1. Open IIS Manager.
  2. Expand the computer name in the left-hand pane and click on Application Pools in the system tree view.
  3. Select DefaultAppPool and click Advanced Settings.
  4. In the Advanced Settings dialog box, change the Enable 32-bit Applications option to True.

** When using 1.94 SP1 and above, check the application pools .net version selected and make sure that the Identity is set to "Network Service"

Name                          

.Net Version

ASP NET v4.0

4.0

ASP NET v4.0 Classic 

4.0

Classic .NET AppPool 

2.0

Default AppPool  

2.0

WebClient

4.0

 

 

 

DNS issues

 

Even when you may not be seeing red x’s in Pinpoint View>Options>Web locations and you are able to browse to pin files though IE, WebPinpoint may be giving you a graphic URL error.

Try entering using the IP of the WebClient server in place of its DNS name for Pinpoint View>Options>Web locations.

Also try using the WebClient Servers IP address in places of the its DNS name and also for accessing WebClient through the browser.

For example http://10.159.100.125/WebClient

 

 

 

WebPinpoint fails to register the DNWACClientProxy.dll and tlb files when installed.

 

On the from the client (web browser) host, perform the steps below: 

  1. Close WebClient browser if it is running.
  2. Open command line in Administrator mode.
  3. Run the batch file C:\Programs Files (x86)\WebClientPinpoint\WPPRegistrationClient.bat

 

 

Other items to check:

 

  • Disable Windows Defender
  • Turn off all 3 firewalls
  • Shut off SPS software protection service when installing.
  • Run Internet Explorer as an Administrator to make sure the ActiveX controls are being installed
Labels (1)
Labels:
  • Andover Continuum
Tags (4)
  • Find more articles tagged with:
  • 4898
  • AlanWood20
  • RobertAndriolo20
  • sangkim20
Was this article helpful? Yes No
100% helpful (2/2)

Link copied. Please paste this link to share this article on your social media post.

To The Top!

Forums

  • APC UPS Data Center Backup Solutions
  • EcoStruxure IT
  • EcoStruxure Geo SCADA Expert
  • Metering & Power Quality
  • Schneider Electric Wiser

Knowledge Center

Events & webinars

Ideas

Blogs

Get Started

  • Ask the Community
  • Community Guidelines
  • Community User Guide
  • How-To & Best Practice
  • Experts Leaderboard
  • Contact Support
Brand-Logo
Subscribing is a smart move!
You can subscribe to this board after you log in or create your free account.
Forum-Icon

Create your free account or log in to subscribe to the board - and gain access to more than 10,000+ support articles along with insights from experts and peers.

Register today for FREE

Register Now

Already have an account? Login

Terms & Conditions Privacy Notice Change your Cookie Settings © 2025 Schneider Electric

This is a heading

With achievable small steps, users progress and continually feel satisfaction in task accomplishment.

Usetiful Onboarding Checklist remembers the progress of every user, allowing them to take bite-sized journeys and continue where they left.

of