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
wkuehlerwkuehler 

SForce excel connector error

Anyone have any idea what this meesage is about?

describeBox_init: wild_error
gsickalgsickal
I don't know for sure, but if you look at the source code you see this:
 
wild_error:
  sfError "Salesforce: Query() " & vbCrLf & _
    "invalid Range, missing data type, or other error, " & vbCrLf & _
    "type is: " & g_objectType & vbCrLf & Error()
So I would check first for an invalid range or missing data type.
wkuehlerwkuehler
"Or other error" is a pretty broad term. I think in this case "other" has something to do with the API errors. Thanks
Ron HessRon Hess
Yes, the connector does not detect server unavailable, which would show up as the error message you see. Turns out I have a unique opportunity to work on this error message today.