• Not Answered

Item definition does not exist within servers address

I am getting the following error on one of our graphics: "(Module name): The item definition does not exist within the servers address space." I am getting it for a set of modules(6) all tied to the same class.

The modules are assigned to a controller and are downloaded. The functionality of the dynamos tied to these modules works just fine but I get this error for each module when the graphic or faceplates are pulled. They open normally after skipping errors and function properly. Any idea what else may be causing this error?

 

2 Replies

  • There is probably an error in the faceplate causing the issue.  Most likely a link to a parameter that either doesn't exist in the class or the syntax is incorrect.  

    • I'd first do a find of ".CV" to see if the .F_CV or .A_CV was missing from a link, and go from there.  
    • If the faceplate works with one class, but not the one you're assigning the faceplate too, look for differences
    Again most likely a DeltaV link to a parameter that doesn't exist or some syntax issue.
  • In reply to Otto Von Steele:

    Thank you for the reply. I have seen parameter not configured errors for what you described but this one was saying the module itself did not exist in the servers address space. I checked through parameters and did not see any errors. Interestingly enough, I simply rebuilt the dynamo and the faceplate using all the exact same parameters and dragged them back on to the graphic and now the error is gone. Who knows. We are cleaning up a system that was very poorly implemented and this is far from the strangest thing I have encountered.