Hello!
I have this web application which works fine in R6.5 - I can use “@DbCommand” for previous/next pages, I can run agents with the “@Command([ToolsRunMacro])”, etc…
However, I keep getting the login screen when trying any of these on R8.0.1. =8(
The ACLs are the same, and the security settings in the server documents are the same. The agents and other design elements are signed with the proper ids on both servers.
Any ideas? Where else should I be looking?
Thanks, in advance!
Steve in NYC
“It hurts to be on the cutting edge.”
Subject: Access
I’d check the following access controls:
-
Sign the design with the server ID, then try it. If it works, your developer ID doesn’t have enough access–see below.
-
Check the server document’s “run restricted” agents accesses.
-
If you’re using this in an agent, you could tinker with the ‘run on behalf of’ property of the agent.
-
Are you authenticated, or using anonymous? Anonymous may not have enough access in the ACL?
Subject: re: Access
Hello!
Thanks, Jim! Basically, the two servers are in the same domain, and have the same server / ACL security settings. The only difference is one is R6.5 and the other R8.0.1.
And the problem isn’t only for agents, but @DbCommands, also. It’s very strange…
Any other ideas?
Thanks!
Steve in NYC