E27 from EmailPtr


[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]

Posted by Grant Foraker on May 12, 2005 at 14:11:16:

Setup TMP and new email printers in INI ...

35 = C, $(CATEMP);
-----------------------------------------------------
Printer = LEP,P ,N,,pdfFactory,EmailPtr;
Printer = LEH,H ,N,,HTM,EmailPtr;
Printer = LET,X ,N,,TXT,EmailPtr;
-----------------------------------------------------

Test Program runs all three, LEH and LET email fine...

OPEN (1) 'LEP'
PRINT (1) (Server = '192.168.16.2 mail')
PRINT (1) (Domain = 'ssasd.com')
PRINT (1) (From = 'PDFMailer@@ssasd.com')
PRINT (1) (To = WORK$)
PRINT (1) (Subject = 'Test a PDF file send')
PRINT (1) (Text = 'PDF Line 1')
PRINT (1) (Text = 'PDF Line 2')
PRINT (1) (Text = 'PDF Line 3')
PRINT (1) (Log = 'TESTLOG','COS')
CLOSE (1)
-----------------------------------------

DATE: MON, 02 MAY 2005 15:07:22 GMT
FROM: PDFMAILER@SSASD.COM
TO: GRANT@SSASD.COM
SUBJECT: TEST A PDF FILE SEND
-- SENDING BODY TEXT--
-- SENDING PDF OUTPUT--
PATH IS: N TMAIL 3RD MILLENNIUM S ROAD
UNEXPECTED ERROR 27 ENCOUNTERED.
SEE LOG FILE FOR DETAILS.
------------------------------------------------------------
pdfFactory is not writing to C:\Documents and Settings\Grant\pdfFactory but to C:\pdfFactory. Make any difference?

"TMAIL" is the name of my program.

"3RD MILLENIUM S" is the name (truncated to 16) that appears at the bottom of QMONITOR.

"ROAD" is the node name.

-------------------------------------------------------------------
I get a long pause (20-30 seconds) and then the E27. There is no file being created in the \pdfFactory or pdfFactory\AutoSave folders.


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

What is the name of the main Signature System's Product?

Comments:

Optional Link URL:
Link Title:
Optional Image URL:

You may attach up to 5 files to your followup (see below):






[ Follow Ups ] [ Post Followup ] [ Signature.net Forum ]