Link to home
Start Free TrialLog in
Avatar of Jaziar
Jaziar

asked on

Form Causing HTTP 500 Internal Error

I have one form in my database that causes the HTTP 500 Internal Server Error.  I have checked for @DBLookups, don't seem to be the problem.  Other forms in the database work fine.  I do not have access to the server logs to check for errors.  Any other ideas?
Avatar of HemanthaKumar
HemanthaKumar

To narrow down which field is causing the error... cut , save and preview the doc. Eventually you will figure out the field which is causing this error.

Secondly, make sure the webqueryopen agent is available.

~Hemanth
ASKER CERTIFIED SOLUTION
Avatar of HemanthaKumar
HemanthaKumar

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jaziar

ASKER

Ended up being that my hidden views that my DBLookups where using did not have accesses set up correctly.  Onced I opened up the access, all worked.