Hi All I have inserted my Filenet 4.5 Creating session code inside the Notes JRE(Inside Java Agent), but we are getting the error while seession.verify().
COM.FILENET.API.EXCEPTION.ENGINERUNTIMEEXCEPTION; the user is not authenticated.[Code=null];OMFC/TheNetwork/NoOp//E_NOT_AUTHENTICATED
Please Let me know ASAP, what i need to do solve this error
Do you able to connect File Net successfully using Lotus Notes… Can you share me somehting how to integrate Lotus Notes with File Net… its urgent… thanks in adv
Subject: finally have scheduled version working on small scale…java security issue on server
my issue turned out to be setting on domino server for java security. Did not have the following line set correctly.
permission java.security.AllPermission;
still need to resolve the specific codebase needed to be restricted to, but have it working when available for allaccess (yes this is bad, but is only in development).