function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
beta1beta.ax97beta1beta.ax97 

email to case problems

Hello, I am trying the new released email to case feature. First I am doing the agent configuration and so far no been so lucky (what is incredible is there is no info for this config !!!).

I am kind of a stuck with an error message every time the agent is trying to polling my mailbox. I had a look in my log file and this is the error than I am getting (my commento to this are at the end of the error message)  :

"2005-06-29 19:08:39,187 0    [main] INFO  com.sforce.SalesforceAgent  - Starting EmailToCase Agent ...
2005-06-29 19:08:39,187 0    [main] INFO  com.sforce.SalesforceAgent  - Parsing config file: sfdcConfig.txt
2005-06-29 19:08:39,437 250  [main] INFO  com.sforce.SalesforceAgent  - Config successfully parsed
2005-06-29 19:08:39,437 250  [main] INFO  com.sforce.SalesforceAgent  - Loading configuration file sfdcConfig.txt
2005-06-29 19:08:39,437 250  [main] INFO  com.sforce.SalesforceAgent  - No email account set up for system notifications, this feature suppressed.
2005-06-29 19:08:39,437 250  [main] INFO  com.sforce.SalesforceAgent  - Parsing config file: C:\\EmailAgent60\\email2case.txt
2005-06-29 19:08:39,453 266  [main] INFO  com.sforce.SalesforceAgent  - Config successfully parsed
2005-06-29 19:08:39,453 266  [main] INFO  com.sforce.SalesforceAgent  - Attempting to start service com.sforce.mail.EmailService with configuration file C:\\EmailAgent60\\email2case.txt
2005-06-29 19:08:41,953 2766 [main] INFO  com.sforce.mail.GenericClient  - LoginURL:
https://www.salesforce.com/services/Soap/u/6.0
2005-06-29 19:08:41,953 2766 [main] INFO  com.sforce.mail.GenericClient  - Agent will connect to: https://na1-api.salesforce.com/services/Soap/u/6.0
2005-06-29 19:08:41,953 2766 [main] INFO  com.sforce.mail.EmailService  - Scheduling poll process against ms01.mailstreet2003.net
2005-06-29 19:08:41,953 2766 [main] INFO  com.sforce.mail.EmailService  -    UserID  : tricaurte
2005-06-29 19:08:41,953 2766 [main] INFO  com.sforce.mail.EmailService  -    Password:
2005-06-29 19:08:41,953 2766 [main] INFO  com.sforce.mail.EmailService  -    Interval: 1 minute(s)
2005-06-29 19:08:41,953 2766 [main] INFO  com.sforce.mail.EmailService  -    InBox   : Inbox
2005-06-29 19:08:41,953 2766 [main] INFO  com.sforce.mail.EmailService  -    ReadBox : Sent Items
2005-06-29 19:08:41,953 2766 [main] INFO  com.sforce.mail.EmailService  -    ErrorBox: Inbox
2005-06-29 19:08:41,968 2781 [main] INFO  com.sforce.SalesforceAgent  - com.sforce.mail.EmailService  loaded as a timer service.
2005-06-29 19:08:42,812 3625 [Thread-0] INFO  com.sforce.mail.GenericClient  - Polling mailbox (ms01.mailstreet2003.net:tricaurte) ...
2005-06-29 19:08:58,406 19219 [Thread-0] ERROR com.sforce.mail.GenericClient  - INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id
AxisFault
 faultCode: {urn:fault.partner.soap.sforce.com}INSUFFICIENT_ACCESS
 faultSubcode:
 faultString: INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id
 faultActor:
 faultNode:
 faultDetail:
 {urn:fault.partner.soap.sforce.com}fault:
     <sf:exceptionCode>INSUFFICIENT_ACCESS</sf:exceptionCode>
     <sf:exceptionMessage>insufficient access rights on cross-reference id</sf:exceptionMessage>

INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id
 at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
 at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
 at java.lang.reflect.Constructor.newInstance(Unknown Source)
 at java.lang.Class.newInstance0(Unknown Source)
 at java.lang.Class.newInstance(Unknown Source)
 at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:125)
 at org.apache.axis.encoding.ser.BeanDeserializer.<init>(BeanDeserializer.java:111)
 at com.sforce.soap.partner.fault.UnexpectedErrorFault.getDeserializer(UnexpectedErrorFault.java:85)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at org.apache.axis.encoding.ser.BaseDeserializerFactory.getSpecialized(BaseDeserializerFactory.java:176)
 at org.apache.axis.encoding.ser.BaseDeserializerFactory.getDeserializerAs(BaseDeserializerFactory.java:117)
 at org.apache.axis.encoding.DeserializationContextImpl.getDeserializer(DeserializationContextImpl.java:466)
 at org.apache.axis.encoding.DeserializationContextImpl.getDeserializerForType(DeserializationContextImpl.java:481)
 at org.apache.axis.message.SOAPFaultDetailsBuilder.onStartChild(SOAPFaultDetailsBuilder.java:172)
 at org.apache.axis.encoding.DeserializationContextImpl.startElement(DeserializationContextImpl.java:963)
 at org.apache.xerces.parsers.AbstractSAXParser.startElement(Unknown Source)
 at org.apache.xerces.impl.XMLNSDocumentScannerImpl.scanStartElement(Unknown Source)
 at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl$FragmentContentDispatcher.dispatch(Unknown Source)
 at org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown Source)
 at org.apache.xerces.parsers.XML11Configuration.parse(Unknown Source)
 at org.apache.xerces.parsers.DTDConfiguration.parse(Unknown Source)
 at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
 at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown Source)
 at javax.xml.parsers.SAXParser.parse(Unknown Source)
 at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:242)
 at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538)
 at org.apache.axis.Message.getSOAPEnvelope(Message.java:376)
 at org.apache.axis.client.Call.invokeEngine(Call.java:2583)
 at org.apache.axis.client.Call.invoke(Call.java:2553)
 at org.apache.axis.client.Call.invoke(Call.java:2248)
 at org.apache.axis.client.Call.invoke(Call.java:2171)
 at org.apache.axis.client.Call.invoke(Call.java:1691)
 at com.sforce.soap.partner.SoapBindingStub.handleEmailMessage(SoapBindingStub.java:1810)
 at com.sforce.mail.GenericClient.handleMessage(GenericClient.java:366)
 at com.sforce.mail.GenericClient.receive(GenericClient.java:322)
 at com.sforce.mail.EmailService$EmailWorker.run(EmailService.java:113)
 at java.util.TimerThread.mainLoop(Unknown Source)
 at java.util.TimerThread.run(Unknown Source)
2005-06-29 19:09:20,187 41000 [Thread-0] ERROR com.sforce.mail.GenericClient  - INSUFFICIENT_ACCESS: insufficient access rights on cross-reference id
AxisFault"

Sorry for the long text message.... ok going on.... As far has you can see the saleforce login and the email account login are been succesfully done (futhermore I know there are good because if i change the user or pass I get an inmediate bas user/pass message).

At the beginning i thought that I had some kind of security issue with that email account but I tryed the configuration with two different email account and alway got the same error message !!!

I dont know what is happening as I am not an java expert, any one can please tell what may be causing this error ? or anyone has already been able to config the agent ??

Is there any technical documentation for this config ? 

I appreciate your help in this.. As always thanks for your continued asistence.

TRF

beta1beta.ax97beta1beta.ax97

Yeap, this is really weird.. and seems to be auto-replying to myself !!

The fisrt time I was doing the test i was using an enterprise edition account (and got the errors), today i maid the configuration in a different salesforce account (a developer one) and it worked at once.

I dont know what is happening, maybe is it the partner.wsdl ?? maybe I need to download my enterprise.wsdl and recompile the project ?? I am still a bit confused with this new toy !!

Regards

TRF