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
Gokul BalijaGokul Balija 

dataloader v58 version is unable to export an object that has address field

Iam trying to export an object that has address field, but facing the below issue 
2023-05-31 21:00:23,833 ERROR [ModalContext] client.PartnerClient runOperation (PartnerClient.java:366) - Error while calling web service operation: query, error was: Failed to load class: com.sforce.soap.partner.Address
com.sforce.ws.ConnectionException: Failed to load class: com.sforce.soap.partner.Address

When checked, I couldnt find the class in dataloader 58.0.0.jar. is there a way i can download previous version of dataloader?

thanks
-gokul
Best Answer chosen by Gokul Balija
SwethaSwetha (Salesforce Developers) 
HI Gokul,
You can try the older versions of Data Loader from repositories as mentioned in
https://help.salesforce.com/s/articleView?id=000384726&type=1


Alternately, It is also possible to use older API versions using alternative tools such as Workbench by selecting 'Default API Version' in Settings.

If this information helps, please mark the answer as best. Thank you

All Answers

SwethaSwetha (Salesforce Developers) 
HI Gokul,
You can try the older versions of Data Loader from repositories as mentioned in
https://help.salesforce.com/s/articleView?id=000384726&type=1


Alternately, It is also possible to use older API versions using alternative tools such as Workbench by selecting 'Default API Version' in Settings.

If this information helps, please mark the answer as best. Thank you
This was selected as the best answer
Gokul BalijaGokul Balija
thanks Swetha, I could find the address class in dataloader v57 and able to download address field from the object. Will raise case to have the class in V58 version as well