Dear all,
i am stuck with an issue with Metadata.
i am trying to create Sales Order through web services. And after create i call for automatic BOM Item explode.
Most the case i am getting exception from BOM explode code
as
Metadata for object of type Page with id 27006562 is in a failed state. This is caused by a previous exception: Object of type Page with id 27006562 could not be found.
as it says page id 27006562 doesnt exist in my db, i checked and no other object have referencees to this page.
i have no idea why its refering to such a page.
please giude me.
thank you
aav!o
0
Answers
but the page id 27006562 doesnt exist in my db.
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
I've seen this behaviour also with reports when renaming them from an ID to another.
To solve this issue I search in the Object Metadata table records related to Old Id and New Id and I delete them.
After that I compile the report (in this way the Object Metadata is created) and problem is solved.
It seems it remains something "dirty" in the Object Metadata table.
It works as expected... More or Less...
It works as expected... More or Less...
within Coding, there was code to run form when executed same code called from webservice, it somehow refering to page object of same ID as form. :roll:
i am not sure why its so :shock:
i just skiped executing the FORM.RUNMODAL when called from webservice.
thanks everyone for your valuable input.
From this issue i understood that for all Metadata issues, just compiling objects will not solve the issue.