"The given key was not present in the dictionary" error

Options

Hi community,

 

The following error message shows up when trying to access a specific database:

 

"The given key was not present in the dictionary".

 

It is not possible to access the DB, and the capsule linked to it can't retrieve any data. Can anyone tell me what's the root cause of this error? Thanks.

 

image

Accepted Answer

Answers

  • Hi Ricard,

    do you know whether an "user" entity is use in the specific database?

     

    If so, my best guess is that your security profile uses a selection in the security wich says user=@user. However, it seems that the user entity (in BOARD DB) itself is not containing your user and therefore, your user has to be added as an entity member.

     

    Hope this helps.

     

    Regards

    Tomi

  • Etienne CAUSSE
    Options

    This might be due to a metadata in RAM which is not up to date after a modification, did you try unloading / reloading the DB ? Or restarting the service ?