Archive for February, 2010

How to check you SMTP Server for a response

Thursday, February 25th, 2010

I frequently have to set up a CRM system and it needs to talk to the email server in order to send emails or relay emails.  But cannot tell whether or not the SMTP server needs logon credentials or not.  Also, it may be setup, but you don’t know if it is responding without going through tons of logs.

1. Telnet into Exchange server hosting IMS service using TCP port 25.

at the Command prompt type: telnet <servername> 25

2.If you don’t see anything or if you type and nothing shows, turn on Local Echo.
type : set local_echo

3. Now lets start by typing the parts in red

type: helo <your domain name><enter>

250 OK

type: mail from: <your Email Address><enter>

250 OK – mail from <your Email address>

rcpt to: <recipient address><enter>
250 OK – Recipient <recipient address>

data<enter>
354 Send data.  End with CRLF.CRLF

To: <recipient’s display name><enter>
From: <your display name><enter>
Subject: This is a test message<enter>
<Enter you body text><enter><enter> . <enter>


250 OK

quit<enter>

If all goes well, you should receive an email to the address that you put in the To section.  If there are any errors, then likely relaying is not on, or you need to issue a username and password to the server to send the email.


QuickBooks PDF converter activation error -20

Monday, February 22nd, 2010

QuickBooks PDF converter activation error -20. You can not print directly to the QuickBooks PDF converter. Try using the QuickBooks Save as PDF option.

This is error seems to occur on 64Bit systems that Quickbooks is installed on, and you are trying to print or email the invoice or purchase order from within quickbooks.

The issue relates to a 32bit pdf driver that Quickbooks uses.  To fix the problem you must install the 64 bit pdf driver that quickbooks uses.

  1. Firstly download the Amyyuni 64Bit Driver from intuit.
  2. Unzip the driver to a new folder and run install.exe
  3. Now go to your printer drivers and rename the printer QuickBooks PDF Converter to something else
  4. Now rename the ‘Amyuni Document Converter’ to be call ‘Quickbooks PDF Converter
  5. Restart your quickbooks if it is still running and test it out!

This worked for my after finally finding the solution on the intuit site.

 

 


© 2009-2012 iCRM Blog All Rights Reserved -- Copyright notice by Blog Copyright