BallpointPenguin
Programmer
This error message appears whenever I create a new customer in ARCUS (using an AccpacDataview called ovARCUST, and invoking the
SageCRM Connection Failed. System error. Cannot log in to SageCRM web server. Error returned: Logon ERROR:ActiveX component can't create object
The customer record does get created, but it also trips the Try/Catch/Finally code, and it makes life interesting when I'm under a time crunch.
Also, I'm trying to create an order header, and I get this message when I put a value of "C00000028069" to the "CUSTOMER" field in the OEORDH table:
System.Runtime.InteropServices.COMException (0x80004005): Unspecified error
at AccpacCOMAPI.AccpacViewFieldClass.set_Value(Object& pVal)
Does anyone have any ideas as to what might be causing them? I know it's not the field length, because it has a length of 12, and my value is 11 characters long.
Thanks!
John
Also, when I try to create a new order detail.
SageCRM Connection Failed. System error. Cannot log in to SageCRM web server. Error returned: Logon ERROR:ActiveX component can't create object
The customer record does get created, but it also trips the Try/Catch/Finally code, and it makes life interesting when I'm under a time crunch.
Also, I'm trying to create an order header, and I get this message when I put a value of "C00000028069" to the "CUSTOMER" field in the OEORDH table:
System.Runtime.InteropServices.COMException (0x80004005): Unspecified error
at AccpacCOMAPI.AccpacViewFieldClass.set_Value(Object& pVal)
Does anyone have any ideas as to what might be causing them? I know it's not the field length, because it has a length of 12, and my value is 11 characters long.
Thanks!
John
Also, when I try to create a new order detail.