Forum Discussion
Hi PMateo
Can you confirm when you are getting this error ?. Is it happening on initial save of a part or opening a part or editing a part ?
Not a single item is a generic error where the method apply result is expecting one item instead it is a collection of items.
Based on some condition from part form, are you trying to populate some relationship tab or something when part is saved initially. If that condition is satisfied you might not get any error else you will get an error.
Thank You
Gopikrishnan R
- Former_Member7 years agoIdeator I
Turns out, at some point a few weeks ago we updated our service pack and a list was created (automatically it seems, I was absent during this time) with some of our product codes, and those codes on the list were generating the error. I just removed them from the list and errors are gone, everything works as intended and we have not lost functionality. I was unlucky I did not check the differences between databases and data between service packs sooner.
But thanks for your help, in the future I will make sure I use more the debugging options available.
Pmateo
- Former_Member7 years agoIdeator I
Hi,
It's happening when I edit a part, and regardless of what I edit I am getting the error (I have tried editing the description, adding/deleting documents and CAD documents, part name, etc).
The issue may be due to the product codes we use for some of the parts, and from the explanation you provided I am feeling more confident about the source of the issue. I will do further testing and let you know; let me know if you have other suggestions.
Thanks a lot!
PMateo
- Gopikrishnan7 years agoIdeator I
No Problem. If you are able to identify the right method causing this issue, you can debug and analyze. If still facing issue, please send the serverMethod causing this issue.
Thank You
Gopikrishnan R
- Former_Member7 years agoIdeator I
How can I debug this method on PLM? I added the following line
<operating_parameter key="DebugServerMethod" value="true"/>
to the InnovatorServerConfig.xml file but I can't really get the debugger to start.