Skip to Content
0
Jun 03, 2020 at 08:16 PM

Error with SAP.Middleware.Connector.DataBuffer`1.get_Item(Int32 index)

50 Views

I`m used this connector in my sharepoint project, then change creds and get error:

index 10 out of range, StackTrace at SAP.Middleware.Connector.DataBuffer`1.get_Item(Int32 index) at SAP.Middleware.Connector.RfcXRfcParser.UnescapeTag(ByteBuffer buffer, Int32 first, Int32 last) at SAP.Middleware.Connector.RfcXRfcParser.ProcessBeginTag() at SAP.Middleware.Connector.RfcXRfcParser.parse() at SAP.Middleware.Connector.RfcConnection.ReadRfcXmlData(RfcFunction function, RfcParameter& param, Int32 length) at SAP.Middleware.Connector.RfcConnection.ReadUpTo(RFCGET readState, RfcFunction function, RFCID toRid) at SAP.Middleware.Connector.RfcConnection.RfcReceive(RfcFunction function) at SAP.Middleware.Connector.RfcFunction.RfcDeserialize(RfcConnection conn, IRfcIOStream stream) at SAP.Middleware.Connector.RfcFunction.RfcCallReceive(RfcConnection conn, IRfcIOStream stream, RFCID rid) at SAP.Middleware.Connector.RfcFunction.Invoke(RfcDestination destination) at Farmak.Sync_SAP_MSP.Timerjob.SAP_to_MSPExecute.Syncronize(String url, SPWeb web)

It worked before but we change server and use a bit more data now.

I didn`t change code, only creds.