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
Nikki.ax79Nikki.ax79 

AxisFault on Account query

After some setup the following line throws an AxisFault that is really a java.net.SocketException: Connection Reset exception:

DescribeSObjectResult dr = binding.describeSObject("Account");

The same code works fine with other entities, Contact and Case to be exact. Is there something extra that needs to be done to describe the account entity? Oh, using Salesforce 3.0 API with java1.4.2_03
adamgadamg
Hmm - that sounds odd - does it happen every time you execute that code, or just sometimes? 
alsoNikkialsoNikki
Every time, but only with the account entity. Contacts, leads, and opportunities work.
DevAngelDevAngel

Nikki,

This concerns me.  Can you possible send a screen shot of any custom fields on your account object to sforce@salesforce.com?

Nikki.ax79Nikki.ax79
I can't send to that email address (sforce@salesforce.com), I get a failure from the salesforce postmaster with the following body:
This is an automatically generated Delivery Status Notification.

Delivery to the following recipients failed.

rsvp@sforce.com

I can paste the text of the custom fields for my Account object here: (sorry, it's messy)

Account Custom Fields Help
Action Label Data Type Created By Modified By

Edit | Del | Replace Active Picklist Nikki Peck, 3/4/2004 10:22 AM Nikki Peck, 3/4/2004 10:22 AM
Edit | Del | Replace Customer Priority Picklist Nikki Peck, 3/4/2004 10:22 AM Nikki Peck, 3/4/2004 10:22 AM
Edit | Del Number of Locations Number(3, 0) Nikki Peck, 3/4/2004 10:22 AM Nikki Peck, 3/4/2004 10:22 AM
Edit | Del | Replace SLA Picklist Nikki Peck, 3/4/2004 10:22 AM Nikki Peck, 3/4/2004 10:22 AM
Edit | Del SLA Expiration Date Date Nikki Peck, 3/4/2004 10:22 AM Nikki Peck, 3/4/2004 10:22 AM
Edit | Del SLA Serial Number Text(10) Nikki Peck, 3/4/2004 10:22 AM Nikki Peck, 3/4/2004 10:22 AM
Edit | Del | Replace Upsell Opportunity Picklist Nikki Peck, 3/4/2004 10:22 AM Nikki Peck, 3/4/2004 10:22 AM

Message Edited by Nikki on 08-06-2004 09:26 AM

Message Edited by Nikki on 08-06-2004 09:27 AM

Nikki.ax79Nikki.ax79
I am also experiencing this problem with the User entity. There are no defined custom fields for Users in this account.