%@LANGUAGE="VBSCRIPT"%> <% Access = "User" : Nav2 = "1" : Nav3 = "2" %> <% '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Spd E-Letter v4 ' © 2001, 2002 PensaWorks, inc. ' For help with this program, please visit http://www.pensaworks.com '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' on error resume next response.buffer = true server.scripttimeout = 1000 if (request("Delimiter") = "") then response.redirect("message.asp?msg=23") If (request("ListID") = "") then response.redirect "message.asp?msg=20" ListID = CInt(request("ListID")) if not allowedList(listID, allowedLists) then response.redirect "message.asp?msg=49" chrDel = request("Delimiter") select case chrDel case "c" chrDel = "," case "p" chrDel = "|" case "t" chrDel = chr(9) case "o" if request("OtherDelimiter") <> "" then chrDel = request("OtherDelimiter") else response.redirect("message.asp?msg=23") end if end select dim getType, fileResponse, subLines getType = request("type") formData = request("FormData") if cstr(getType) = "2" then fileResponse = false filePath = request("filePath") fileData = readFileData(filePath, fileResponse) if (not fileResponse) then response.redirect "message.asp?msg=48" subLines = split(fileData, vbNewLine) else subLines = split(formData, vbNewLine) end if if err.number <> 0 then IsErr = true errDesc = err.description errSource = err.source errNum = err.number else IsErr = false end if start = Now dim mlListName set mlListName = mlConn.Execute("SELECT ListName FROM ML_Lists WHERE ListID = " & ListID) if (mlListName.EOF) then response.redirect "message.asp?msg=25" MLListName = mlListName("ListName") %>
Subsciber Import
|
ERROR! The
following Error Data was received and may help in diagnosing the problem. Error Source: Error Description: If the above states an 'Overflow' or 'Stack' error, please reduce the size of your import. |
|
Please
wait while the import script processes the data, this could take several minutes. Once completed, a confirmation message will be displayed with the results
of the import. Only Errors will appear on the page as they occur.
|
Bad Import Lines Only
| Import Line | Error |
| <%=subLine%> | <%=mlRecError%> |
| There were no errors. |
|
Subscriber Import Results
|
|
|
|
Subscriber
import completed in <%=DateDiff("s", start, Now)%> seconds.
<%=addCount%> successful subscriptions to "<%=mlListName%>" out of <%=totCount%> total import lines. <%=errCount%> errors (not subscribed, listed above). <%=dupCount%> duplicate records. <%=emlCount%> invalid e-mails. <%=blkCount%> blocked domains. <%=msgCount%> invalid Format types. <%=dateCount%> invalid Subscribe dates. <%=msgCount%> delimiter errors (wrong delimiter). |