Unable to Create Session from Lotus Notes to filenet 4.5

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

TIA

Ragards

Sanjaykd

Subject: Hi

Hi Sanjay,

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: Domino connection to Filenet?

I have been looking for this solution, for a while now as well, any luck?

I am able to get a basic java application using the filenet & domino jars from the information here: http://publib.boulder.ibm.com/infocenter/p8docs/v4r5m1/index.jsp?topic=/com.ibm.p8.doc/developer_help/content_engine_api/guide/ss_ecl_ws.htm.

but keep failing when attempting to schedule the transfer in from Domino to FileNet in a Notes Java Agent.

Any suggestions on where else to look for samples, would be appreciated.

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).