


asariaaara
asariaaara
17-06-2019
Hey All,
I have been getting following error while publishing a WebApp.
"BAS-010063 An error (-56 code) has occurred. Your rights do not enable you to view its details."
Someone on other post recommended adding the browsing IP to white list.
how would i add an IP to white list when i have an on-premise environment.
Regards.
Anita_p
MVP
Anita_p
MVP
17-06-2019
Hey,
Can you please check if the build number for client and server is same?
Regards,
Anita
asariaaara
asariaaara
18-06-2019
Hi Anita,
We Have latest version of console, however the application build is 8861.
However even on publishing we are getting same error.
Regards.
pablo_rosero1
pablo_rosero1
21-06-2019
anitap82640902 See above
Thanks for helping out!
aneeta45259594
aneeta45259594
24-06-2019
Hello asariaaara
Considering you're facing this while in the "Test" on the WebApp, it's likely not a whitelisting issue. Can you please go to the Properties on this WebApp and check the Access Control specified in the Properties?
Can you also try hitting this WebApp on the browser and see what is returns?
Thank you,
Aneet
Aalokitoaami
Aalokitoaami
24-06-2019
I think you should enable the allowDebug="true" for the Zone you are in. The settings is in the serverConf.xml file. Once that is changed, you should be able to see the details of the error.
asariaaara
asariaaara
25-06-2019
Hi anitap82640902
We have been observing this issue in every webapp and tried every access control in properties.
The same thing is displayed in browser after publishing.
debug is already on and nothing is returned in log. see screenshot.
Appreciate your help.
Aalokitoaami
Aalokitoaami
14-07-2019
I was trying to recreate the error and was able to do so by changing allowDebug="false"
<!-- Security Zone Internet is Addded by Tarun Ghosh on 5/4/2019-->
<securityZone allowDebug="false" allowHTTP="true" allowSQLInjection="false" name="internet"
showErrors="true">
<subNetwork mask="0.0.0.0/24" name="allInternet"/>
</securityZone>
Are you sure your internet facing security zone is having the allowDebug enabled?
Anita_p
MVP
Anita_p
MVP
14-07-2019
Hi,
Please check the security zone is added in the server configuration xml file .
If your instance is adobe hosted, you may need to raise a support ticket for the same.
Regards,
Anita