You need to sign in to do that
Don't have an account?

INVALID_SESSION_ID?
The SF User in Magento can login to SF via the API with the following credentials:
User Name / Password / Security Token
but when Magento tries to push the order to SF using createUpdateOrders()
it gets the following message from SF:
2015-05-19T15:52:26+00:00 DEBUG (7): Exception calling soap: INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session. Session not found, missing session key: 00D80000000JxsC!AR8AQEuwYGdG6sPPGzHeT4sTFYQrXRl_Dszq7u35FSY4zOwoxkoVPtZT7Y4vgP2PlY51bWkjIpZcLoDom6eY_cZX_z9xuzmH
This is expected, it can happen if the session has expired and swept away, or if the user logs out, or if its just someone trying to hack in.
It was working fine before. Any help would be greatly appreciated. Thanks
User Name / Password / Security Token
but when Magento tries to push the order to SF using createUpdateOrders()
it gets the following message from SF:
2015-05-19T15:52:26+00:00 DEBUG (7): Exception calling soap: INVALID_SESSION_ID: Invalid Session ID found in SessionHeader: Illegal Session. Session not found, missing session key: 00D80000000JxsC!AR8AQEuwYGdG6sPPGzHeT4sTFYQrXRl_Dszq7u35FSY4zOwoxkoVPtZT7Y4vgP2PlY51bWkjIpZcLoDom6eY_cZX_z9xuzmH
This is expected, it can happen if the session has expired and swept away, or if the user logs out, or if its just someone trying to hack in.
It was working fine before. Any help would be greatly appreciated. Thanks


Please check if the session timeout value has been reduced in your org.