Target entity not found

SOLVED

Hello everyone,

When trying to create a sales invoice in a custom development we get the application error 162: Target entity not found[D,A,A2,464].

Error code is 102.

Unfortunately the error message not helps me to identify the cause of the problem. The only thing I did was increasing the standard activity code SIH from 250 to 999. Afterwards I did a dictionary validation.

In other cases I also encounter such Target entity not found errors, but with different letters in the brackets.

Does anyone have an idea why I get this error message? What does the different letters mean in the target not found error messages?

In the syracuse logs I don't see more information which would help me solve the issue.

Below the information about the used versions in the installation.

Thank you for your help.

Kind regards

Bense 

Parents
  • +1
    verified answer

    It references function GESZPLN, I assume your customer object is called ZPLN? In that case, ensure you validate the object, window and all screens on it. The "Target entity not found" error is due to Syracuse being unable to load a JSON configuration which is associated to either a screen or window JSON definition located in the "X3_PUB\FOLDERNAME\GEN" subfolder. The only way to correct it is to perform full validations off dictionary elements used by the development. 

    Alternatively, change the Global Server values for entities listed below from "Error" to "Debug", which will provide you will a lot more information. Remember to switch them back to "Error" once testing is completed to ensure you don't unnecessarily flood the Syracuse logs :

    • Classic > std
    • Classic > tracker
    • x3Com > adxwhat
    • x3Com > gateway
    • x3Com > jsRunner
Reply
  • +1
    verified answer

    It references function GESZPLN, I assume your customer object is called ZPLN? In that case, ensure you validate the object, window and all screens on it. The "Target entity not found" error is due to Syracuse being unable to load a JSON configuration which is associated to either a screen or window JSON definition located in the "X3_PUB\FOLDERNAME\GEN" subfolder. The only way to correct it is to perform full validations off dictionary elements used by the development. 

    Alternatively, change the Global Server values for entities listed below from "Error" to "Debug", which will provide you will a lot more information. Remember to switch them back to "Error" once testing is completed to ensure you don't unnecessarily flood the Syracuse logs :

    • Classic > std
    • Classic > tracker
    • x3Com > adxwhat
    • x3Com > gateway
    • x3Com > jsRunner
Children