cancel
Showing results for 
Search instead for 
Did you mean: 

SAP B1 Error: (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFAULT

kinyanjuikamau
Participant
0 Kudos
1,351

Hello experts,

I am getting an error when I open a SAP B1 form a second time, error is not thrown when I open the form the first time after running the addon. This is a b1f from built through Visual Studio.

The error gets thrown here:

 if (pVal.FormTypeEx == "ContinuousProduction.LaminationSFGReceipt" && pVal.EventType == SAPbouiCOM.BoEventTypes.et_FORM_VISIBLE && pVal.BeforeAction == false)
{
if (EditText3.Value == string.Empty) <-- Error gets thrown here
{
Button3.Item.Visible = false;
}
else
{
Button3.Item.Visible = true;
}
}

What can I do to resolve this issue?

Regards,

Accepted Solutions (0)

Answers (3)

Answers (3)

mk1909_sap
Active Participant
0 Kudos

Connect me. i will sort out this issue.

mk1909_sap
Active Participant
0 Kudos

i was also facing the same issue. kindly check whether this solution works for you or not

https://www.linkedin.com/feed/update/urn:li:activity:7166391771059482624

kinyanjuikamau
Participant
0 Kudos
Hello, thanks for the reply. However, I am still getting the same error. The Form Type and Form UId are different.
mk1909_sap
Active Participant
0 Kudos
is this issue resolved or not?
kinyanjuikamau
Participant
0 Kudos

Hi mk1909_sap

The issue is not yet resolved.

nidhisingh14
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi kinyanjuikamau

Please check below mentioned thread:

https://answers.sap.com/questions/12666433/hresult-0x80010105-rpceserverfault-in-sapbobscomid.html

Kind Regards
Nidhi Singh
SAP Business One Support

kinyanjuikamau
Participant
0 Kudos

Hi Nidhi,

Thanks for the reply. I have restarted the SAP client but the problem persists.