Login  
Search All Forums
Dart Home | PowerTCP Web for ActiveX | Custom Development Reply | PowerTCP Web for ActiveX Topics | Forums   
AuthorForum: PowerTCP Web for ActiveX
Topic: error 'ASP 0115' - Unexpected error
MSchultz

From: Aachen, Germany
Posts: 3
Member Since: 02/14/12
posted February 14, 2012 11:45 AM

We must move with an application from a Windows Server 2003 to a Windows Server 2008 Standard R1.

We use PowerTCP Web for ActiveX since 2005 on the old Server without Problems. After Moving to the new Windows Server we get a failure in an ASP-Page using Server.CreateObject("Dart.Http.1") and the method GET.

We get the failure:
error 'ASP 0115'
Unexpected error
A trappable error occurred in an external object. The script cannot continue running.

We have no idea what problem it is. We think that the new Server System 2008 causes this.

The Versions of the used DLL are:
DartSock.dll 2.8.2.2
DartWeb.dll 1.8.1.0

Does somebody know this problems or knows what to do.
Nick B (Admin)

From: Utica, NY USA
Posts: 619
Member Since: 05/25/10

Extra Support Options
Custom Application Development

posted February 14, 2012 5:06 PM

Hello,

Without the specific error that is being thrown, I can't be completely sure, but this is likely a memory access error caused by the introduction of DEP on modern systems. Are you able to get the specific error that's thrown?

If you can't get the specific error, if you disable DEP on your system, does it resolve your issue?

How To Disable DEP in Windows 7
  Launch a command console 'As Administrator'
  Execute:
bcdedit.exe /set {current} nx AlwaysOff
  Restart your computer

How To set DEP back to default in Windows 7:
  Launch a command console 'As Administrator'
  Execute:
bcdedit.exe /set {current} nx OptIn
  Restart your computer

The issue with DEP is resolved in the latest version of the dlls.

------
-Non-current subscribers must contact sales@dart.com to update subscription and receive continued support as needed.
------

MSchultz

From: Aachen, Germany
Posts: 3
Member Since: 02/14/12
posted February 15, 2012 3:26 AM

Hello,

thank you for the answer.

Disabling DEP did unfortunately not help.

The only error We get is:
error 'ASP 0115'
"Unexpected error
A trappable error occurred in an external object. The script cannot continue running"

It's shown in browser and also in system protocol.

Where can I get the latest version of the dlls or must I update the whole Tools?
MSchultz

From: Aachen, Germany
Posts: 3
Member Since: 02/14/12
posted February 15, 2012 10:58 AM

Hello

We have solved the problem.

When using the newest DLL versions of DartSock.dll DartWeb.dll the problem no longer occurs on Windows Server 2008 32bit. The new DLLs have functions on DEP enabled systems by default. To disable DEP had no effects with the old DLLs.

The Thread can be closed. Thanks for Help!
Jamie Powell (Admin)

From: Rome, NY USA
Posts: 448
Member Since: 03/13/07

Extra Support Options
Custom Application Development

posted February 15, 2012 11:03 AM

Thank you for your reply. The version of PowerTCP Web for ActiveX you are currently using was released prior to Server 2008 and therefore may not be compatible. We recommend you upgrade to the most recent version as it is fully compatible with this environment. Please contact sales@dart.com for upgrade options.

Thank you.
Reply | PowerTCP Web for ActiveX Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX