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
AntigoniAntigoni 

Force.com IDE Error after saving

Hello there,

I am getting the following very peculiar and non-obvious error:

Using Springsource 3.3.0 and Force.com iDE v28, when I am trying to save to server the Case.object, the saving action is completed without errors, but what I am getting back is the following xm file, which is extremely different that the initial I was trying to save:

<?xml version="1.0" encoding="UTF-8"?>
<CustomObject xmlns="http://soap.sforce.com/2006/04/metadata"/>

The initial xml file I was trying to save is a regular metadata xml file describing all fields, record types... e.t.c. of the Case object.
Of course nothing is changed in the organisation to which I am trying to save the object.



Can someone please help me with that, cause I have absolutely on idea what to do and it is really urgent.
Thanks in advance.




Santhosh KumarSanthosh Kumar

One thing you can try is download and run the Force.com Full Standalone version of IDE and see if problem go away.

AntigoniAntigoni

Hello there,

Thanks for your input but unfortunately neither Force.com standalone is working. I am getting back the exact same results.