Written by

Question Ahncel Lalu · Sep 18, 2017

Cache Security Error

Hi !

Can any one help me with this error? When the web site is run in localhost it is okay, but when run in server I'm getting this error. 

Comments

Eduard Lebedyuk · Sep 18, 2017

Ensure that user, which you are using to access the database has apropriate permissions to connect and access data.

0
Ahncel Lalu  Sep 18, 2017 to Eduard Lebedyuk

Hi Eduard,

Thank you for the help ! My system is now running :) 

0
Pete Greskoff  Sep 18, 2017 to Steve Pisani

Since it isn't on by default, you should also make sure to enable the %System/%Security/Protect event in "System Administration > Security > Auditing > Configure System Events. You'll be looking for either a Protect event or a LoginFailure event (enabled by default) when you look at the audit log.

0
Ahncel Lalu  Sep 18, 2017 to Steve Pisani

Hi Steve,

Thank you for the help ! My system is now running :) 

0
Ahncel Lalu  Sep 18, 2017 to Steve Pisani

Hi Steve,

Thank you for the help ! My system is now running :) 

0
Ahncel Lalu  Sep 18, 2017 to Rich Taylor

Hi Rich,

Thank you for the help ! My system is now running :) 

0
Steve Pisani · Sep 18, 2017

Hi Ahncel,

To help... - If not already enabled; enable security auditing via the system management portal's "System Administration > Security > Auditing > View Audit Database",  and look at this audit log after generating the error.

It will shed some more light on the user in question, or service, or whatever - may be causing this issue.

Steve

0
Rich Taylor · Sep 18, 2017

Some questions first.  

  1. When you say 'localhost' are you implying that you are using the private Web Server contained within Cache?
  2. Is this the only application being run from the web server vs localhost?
  3. If not then are the other applications still accessible via the external web server.

Some things to check right off the bat.

  • enabling audting and seeing which user is getting the error will help
  • Use the CSP Gateway Management pages HTTP trace capability to see if the request is even making it into Cache.  It would seem so from the error, but better to confirm everything.
  • Make sure that the user that the CSP Gateway associated with the Web Server uses to communicate to Cache has access to your database.  This would be different from the person logging into your application.  This can be found in the CSP Gateway Management for the server.
0