FuelSDK-Ruby
FuelSDK-Ruby copied to clipboard
Getting Error Code 12018
While creating a subscriber I am getting error code 12018 from ET. Can you please let me know what does it mean?
Or How can I get a sample SOAP envelope that this gem creates while sending request?
Can you provide the stack trace?
I am getting this in body of response.
{:create_response=>{:results=>{:status_code=>"Error", :status_message=>"ResubscribeFailed", :ordinal_id=>"0", :error_code=>"12018", :new_id=>"0", :object=>{:partner_key=>nil, :object_id=>nil, :email_address=>"xxxxxxx", :subscriber_key=>"xxxxxxx", :status=>"Active", :"@xsi:type"=>"Subscriber"}}, :request_id=>"xxxxxxxxxxxx", :overall_status=>"Error", :@xmlns=>"http://exacttarget.com/wsdl/partnerAPI"}}
May be the subscriber you are tying to create is already been there.
I checked it and its not present there. Can you please let me know how can I get SOAP envelope of request. I can get the SOAP envelope of response but I need envelope for request.
I still don't know why this error is coming. But I am now able to find request envelope.
Can you provide payload so that I can recreate the issue and will help you in a better way.