Skip to main content

Please help

 

It’s very urgent

 

Has anyone ever gotten this message?

 

 

 

Thanks for yours answers quick 

 

I have a workshop with the client this afternoon

 

BR

 

Christèle

Hi Christèle,

 

Have you logged in using APPOWNER credentials?

What is the UPD version?

Try below steps. I guess this is a test/train environment.

  1. Unpublish the custom fields connected to this window
  2. Refresh the server cache (Dictionary, Reference, Object Connections)
  3. Restart the application
  4. Check the error
  5. If you need the custom fields back re-publish them and follow the steps 2, 3 and 4

/Randini


Hi @K4uChrisC,

 

This is a known issue.

Please run following script in plsql developer or any other tool you are using to avoid that.

 

BEGIN

Installation_SYS.Create_Context('Project'||'_CTX', 'DOMAIN_SYS', NULL, 'GLOBALLY', TRUE);

END;

 

Please check forum article Error: "Context eXXX_CTX] seems to be missing" | IFS Community for details.

 

Cheers!

Damith