I have two site collections existing in two different web applications. I am the site collection administrator of both.
I have created an HTML file which is placed in the layouts folder and uses the SPServices jQuery application to execute GetRolesAndPermissionsForCurrentUser.
In one of the site collections when I run I get:
<Permissions value = "9223372036854775807"/>
Which is true and means I have Full Control.
If I try the same script in the other web application I get:
<Permissions value = "4611688150878591999"/>
I really do not understand what this value means.
The reason why I was trying this is because in SharePoint Designer I am not able to open the site with:
<Permissions value = "4611688150878591999"/>
Can somebody let me know why I see this behaviour?