This repository has been archived by the owner on Jan 20, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 155
Getting Error Code 12018 #55
Comments
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. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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?
The text was updated successfully, but these errors were encountered: