I am trying to run a sample
batch file that is provided as a part of the java webservices documents sent to
us.
Here is the sample batch file I am running in the command
mode:
SendFax.bat -hfaxadmin.easylink.com -p443 -e(the email of fax2mail account) –P( the Password)
–d( the faxnumber) -fC:\\xxxDocuments\\Test.docx -uV02717
-seasysendfax.keystore(in the same directory as bin/)
And I am getting this error:
Message - [RemoteException]
com.easylink.services.ELSException: RemoteException
at
com.easylink.services.ELSFaxManager.sendFax(ELSFaxManager.java:211)
at
com.easylink.services.sample.SendFax.main(SendFax.java:172)
Caused by: User not registered
We have a valid account user account for fax2mail. Could you
help us with why we are getting this error.
Thanks,