Skip to main content

[archive] .net to acucobol

  • February 22, 2008
  • 3 replies
  • 0 views

[Migrated content. Thread originally posted on 21 February 2008]

Can anybody explain this error? We have setup acugt with all the appropriate permissions and we actually had this web page working using a .NET webservice calling the acucobol nettest.acu program, but for some reason we can't get it working again. is their some sort of permission problem here at the .NET level? We have included ASPNET and NETWORK SERVICE and IUSR_etc in each of the permissions on the component tab for Acucobol 7.2 automation server. Any Ideas of where to look?

Server Error in '/AFSAcu' Application.


Server execution failed
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Server execution failed

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[COMException (0x80080005): Server execution failed]
AFSAcu.ServiceTest.btnSubmit_Click(Object sender, EventArgs e)
System.Web.UI.WebControls.Button.OnClick(EventArgs e) 108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) 57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) 18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) 33
System.Web.UI.Page.ProcessRequestMain() 1292





Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407

3 replies

[Migrated content. Thread originally posted on 21 February 2008]

Can anybody explain this error? We have setup acugt with all the appropriate permissions and we actually had this web page working using a .NET webservice calling the acucobol nettest.acu program, but for some reason we can't get it working again. is their some sort of permission problem here at the .NET level? We have included ASPNET and NETWORK SERVICE and IUSR_etc in each of the permissions on the component tab for Acucobol 7.2 automation server. Any Ideas of where to look?

Server Error in '/AFSAcu' Application.


Server execution failed
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Server execution failed

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[COMException (0x80080005): Server execution failed]
AFSAcu.ServiceTest.btnSubmit_Click(Object sender, EventArgs e)
System.Web.UI.WebControls.Button.OnClick(EventArgs e) 108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) 57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) 18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) 33
System.Web.UI.Page.ProcessRequestMain() 1292





Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
I figure the best way to find the cause is to evaluate carefully what has happened since the last successful run and now the failure.

[Migrated content. Thread originally posted on 21 February 2008]

Can anybody explain this error? We have setup acugt with all the appropriate permissions and we actually had this web page working using a .NET webservice calling the acucobol nettest.acu program, but for some reason we can't get it working again. is their some sort of permission problem here at the .NET level? We have included ASPNET and NETWORK SERVICE and IUSR_etc in each of the permissions on the component tab for Acucobol 7.2 automation server. Any Ideas of where to look?

Server Error in '/AFSAcu' Application.


Server execution failed
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Server execution failed

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[COMException (0x80080005): Server execution failed]
AFSAcu.ServiceTest.btnSubmit_Click(Object sender, EventArgs e)
System.Web.UI.WebControls.Button.OnClick(EventArgs e) 108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) 57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) 18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) 33
System.Web.UI.Page.ProcessRequestMain() 1292





Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
All we did was upgrade from 7.0 to 7.2 of the runtime, we tried to go back but it now just fails every time with the above error, we are going to try version 8.0 and see if we can get some different responses.

[Migrated content. Thread originally posted on 21 February 2008]

Can anybody explain this error? We have setup acugt with all the appropriate permissions and we actually had this web page working using a .NET webservice calling the acucobol nettest.acu program, but for some reason we can't get it working again. is their some sort of permission problem here at the .NET level? We have included ASPNET and NETWORK SERVICE and IUSR_etc in each of the permissions on the component tab for Acucobol 7.2 automation server. Any Ideas of where to look?

Server Error in '/AFSAcu' Application.


Server execution failed
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Runtime.InteropServices.COMException: Server execution failed

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[COMException (0x80080005): Server execution failed]
AFSAcu.ServiceTest.btnSubmit_Click(Object sender, EventArgs e)
System.Web.UI.WebControls.Button.OnClick(EventArgs e) 108
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) 57
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) 18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) 33
System.Web.UI.Page.ProcessRequestMain() 1292





Version Information: Microsoft .NET Framework Version:1.1.4322.2407; ASP.NET Version:1.1.4322.2407
All we did was upgrade from 7.0 to 7.2 of the runtime, we tried to go back but it now just fails every time with the above error, we are going to try version 8.0 and see if we can get some different responses.