This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Why does InvalidEffectiveDateValueException happen?

iteitelman - Wednesday, March 5, 2014 2:54 PM:

Hi all,

I have custom ItemType and form to edit it. When I edit it and try to save my changes I got error:

<SOAP-ENV:Envelope>
  <SOAP-ENV:Body>
    <SOAP-ENV:Fault>
      <faultcode>SOAP-ENV:Server.InvalidEffectiveDateValueException</faultcode>
      <faultstring>The value of the effective_date property specified for the TSKB Solution is invalid. A value is required and it must be greater than or equal to the today date.</faultstring>
      <detail>
          <af:legacy_detail>The value of the effective_date property specified for the TSKB Solution is invalid. A value is required and it must be greater than or equal to the today date.</af:legacy_detail>
          <af:exception message =" The value of the effective_date property specified for the TSKB Solution is invalid. A value is required and it must be greater than or equal to the today date. " type =" Aras.Server.Core.InvalidEffectiveDateValueException " />
          <af:item type =" TSKB Solution " id =" E66278881B0146599CA4D1C7D111BB3E " xpath =" Item " />
      </detail>
    </SOAP-ENV:Fault>
  </SOAP-ENV:Body>
</SOAP-ENV:Envelope>

Why does it happen? How to fix it?