turnersm / excel-connector

Automatically exported from code.google.com/p/excel-connector
0 stars 0 forks source link

Error preventing from running queries; ExceptionCode 5103 #96

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login
2. Build Query
3. Run Query
4. Get error

What is the expected output? What do you see instead?
I would expect to see the data set that my query would return.  I am doing a 
simple query with one constraint.  

Instead a window pops up with the following error message:
Error Generated by request::An internal server error has occured while 
processing your request.  
Url:https://na7.salesforce.com/services/Soap/c/13.0/00DA000000KNth 
ExceptionCode: 5103

What version of the product are you using? On what operating system?  With
what Salesforce.com edition?
Not sure (where do I find the most recent?), Windows7, Unlimited

Please provide any additional information below.

Original issue reported on code.google.com by Cassandr...@gmail.com on 18 Jun 2013 at 1:06

GoogleCodeExporter commented 8 years ago
I'm also getting this error

Original comment by dzk...@gmail.com on 8 Oct 2013 at 9:06

GoogleCodeExporter commented 8 years ago
I have this problem as well with:
- Office Pro Plus 2010 
- on Win7 Enterprise. 
- Summer 13
It grabs metadata but no rows. I have not been able to get it to work yet.

Original comment by DavidSco...@gmail.com on 25 Oct 2013 at 4:57

GoogleCodeExporter commented 8 years ago
Update on my previous post: 
- Summer 13, UE

Also, the connector DOES grab rows if selecting just a few columns but I get 
the following error when I select more:

"Error Generated by request::An internal server error has occured while 
processing your request. 
Url:https//na13.salesforce.com/services/Soap/c/13.0/00D300000006QmM
ExceptionCode : 5103"

Original comment by DavidSco...@gmail.com on 25 Oct 2013 at 5:44

GoogleCodeExporter commented 8 years ago
I got it to work by limiting my query. I saw something about doing searches on 
dates that aren't datetime. I removed them from my query and got results.

However, the data is pulling so slow-- like a minute or more for each 50 record 
batch. Rediculous. I will look at the batch dataloader. I hope that will be way 
less problematic.

Original comment by DavidSco...@gmail.com on 22 Nov 2013 at 5:24