Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

FTPZIP may run several minutes after the time the ZIP file was uploaded. The system will provide updates on the status of the various processes. Each process will throw at least one notification alert message, normally sent to the admin account at the very end of the process either if it completes successfully or not.

Error Messages

...

 

Error message

Meaning

Resolution

List

...

defined in XML file, does not exist

In Settings.xml it was defined a listId not matching any actual id. It may not exist.

Make sure you’ve set the correct value in your Settings.xml file, key <ListId>. If you need to know what are your list id’s please visit the page http://help.mailup.com/display/mailupapi/Codes+Table+and+List+GUID

Missing Node in Xml File.

One of the keys in Settings.xml is missing.

Check your Settings.xml against the sample we provide in this page and make sure no Xml Key is missing.

XML file does not match its schema. Validation failed

Xml contained in Settings.xml did not pass the validation check.

Check your Settings.xml against the sample we provide in this page and make sure no Xml Key ( or bracket ) is missing.

Cannot read that as a ZipFile

 FTP ZIP couldn’t read at all the submitted ZIP file.

Please make sure you have completely uploaded the ZIP FILE or check it was not corrupted.

There was an exception running the extensions specified in the config file. ---> Maximum request length exceeded.

The attachments’ size goes beyond the upload limit.

Please revise the attachment you’re planning to send along with the newsletter. Global size of all attachments must be under 3Mb of size.

There was no "Attachments" folder in the submitted Zip Archive.

Attachment was set to true in Settings.xml, but there was no attachment folder inside the submitted ZIP file.

Please edit your ZIP and make sure there’s the attachment folder in it.

( folder name is not case sensitive and can be written as Attachments, attachments or even AtTacHmentS.

 

Given Campaign Code ( xyz ) has already been used. Please submit the campaign once again and make sure you've set an unused 'CampaignCode' in your Settings.xml file.

CampaignCode value in Settings.xml has already been used in one previous campaign.

Please revise your Settings.xml file and make sure you’ve set an unused Campaign code.

An error was thrown and the FTP ZIP process could not complete. Please take contact with Mailup Support

This is a generic Exception message. It usually relates to internal server issues and they’re thrown regardless of the user defined settings inside Settings.xml

Please take contact with Mailup support, or retry to submit the same campaign ( with a renewed Campaign Code though ).

Element 'ScheduleTimeZone' is not valid. Value 'no' is not valid for the data type 'http://www.w3.org/2001/XMLSchema:integer' - String "no" is not a valid integer value.This error is thrown when an XML field is set with unvalid data type, such as a numeric in place of a boolean or a string instead of an integer. Data types are listed in the Settings.xml section. This same error message is sent when a mandatory value is left blank.Please revise your Settings.xml and check for invalid data types.
MessageId has to be filled with a numeric value when actiontype is set to SENDThis error will be thrown if ActionType is set to "send" and no MessageId was specified. It is also thrown when the messageId is set as a non numeric value.Please revise your Settings.xml and check you've properly filled in the <MessageId> key.

 

Success Messages

...

titleClick here to see success messages

 

Error message

Meaning

Resolution

CONTENT SUCCESSFULLY DELIVERED TO SERVER

FTP ZIP delivered correctly the full ZIP package, including attachments.

---

NEWSLETTER SUCCESSFULLY DELIVERED TO SERVER

FTP ZIP delivered and created successfully the newsletter

---