Skip to Content
0
Former Member
Jan 04, 2007 at 01:05 PM

PL14 - RPC_E_SERVERFAULT

337 Views

The application was working fine until they updated to PL14 then BOOM

Server Error in '/Transnet' Application.

-


The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))

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: The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))

Source Error:

Line 146: {

Line 147: SAPbobsCOM.Documents oPO = (SAPbobsCOM.Documents)oCompany.GetBusinessObject(SAPbobsCOM.BoObjectTypes.oPurchaseOrders);

Line 148: oPO.GetByKey(int.Parse(txtPONum.Text));

Line 149:

Line 150: string sDate = DateTime.Now.ToString().Replace(" ", "");

Source File: d:\Apps\Inetpub\Transnet\index.aspx.cs Line: 148

Stack Trace:

[COMException (0x80010105): The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT))]

SAPbobsCOM.IDocuments.GetByKey(Int32 AbsEntry) +0

_Default.GenerateX12FormatFromPO() in d:\Apps\Inetpub\Transnet\index.aspx.cs:148

_Default.CreateTextFileFromSelection() in d:\Apps\Inetpub\Transnet\index.aspx.cs:139

_Default.CreateFile() in d:\Apps\Inetpub\Transnet\index.aspx.cs:309

Default.btTransfertClick(Object sender, EventArgs e) in d:\Apps\Inetpub\Transnet\index.aspx.cs:98

System.Web.UI.WebControls.Button.OnClick(EventArgs e) +105

System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +107

System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7

System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11

System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +33

System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +5102

-


Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210

Note : I did update the development environment too and recompile my application and I got the same problem

Any idea ?