We got an old app written 开发者_StackOverflow中文版in VB6, which uses Crystal Reports.
Is there a tool that would allow us in which permission the application is being denied to create the Crystal Report object?
We've narrowed it down to user permission issues, but it would not be right to provide users with Admin access levels to the application server.
Any advise highly appreciated.
Thanks.
you can will use sysinternals that is a suite of diagnostic's components. Look for regmon for view reads done for you program, that is a common problem other is complete installer crystal report in server (many time that terminate with the problem)
精彩评论