I'm using latest Bizagi version, and SharePoint online. After publishing there are files on SP but index.aspx file doesn't want to open.
Any ideas?
Thanks, Ewa
Dear Ewa,
We recommend to follow our Troubleshooting located at: https://help.bizagi.com/process-modeler/en/index.html?publish_to_sharepoint.htm. In case that the error continues, please contact the administrator of your SharePoint in order to upload the generated files.
Best regards
Hi Juan,
Yes it worked, thank you for your support!
Ewa
Hello,
I did all above en i still can't open the .aspx file.
Any suggestions?
Regards,
Arjan
Dear Arjan,
Follow these steps according the previos articles:
Run the following commands on your SharePoint shell, line by line and making sure to replace the placeholders for:
-[ADMINISTRATOR_EMAIL] refers to a SharePoint administrator's email address.
-[ORGANIZATION_NAME] refers to the name of your Office 365 Organization.
-[PASSWORD] refers to the corresponding password for the specified user.
$adminUPN="[ADMINISTRATOR_EMAIL]"
$orgName="[ORGANIZATION_NAME]"
$userCredential= Get-Credential -UserName $adminUPN -Message "[PASSWORD]"
Connect-SPOService -Url https://$orgName.sharepoint.com -Credential $userCredential
Set-SPOsite https://$orgName.sharepoint.com -DenyAddAndCustomizePages $false
We look forward to hearing from you
Ao seguir os passos recomendados, me deparo com o seguinte erro, anexado neste comentario. como devo prosseguir?
Comments have been locked on this page!
Dear Ewa,
We recommend to follow our Troubleshooting located at: https://help.bizagi.com/process-modeler/en/index.html?publish_to_sharepoint.htm. In case that the error continues, please contact the administrator of your SharePoint in order to upload the generated files.
Best regards
Hi Juan,
Yes it worked, thank you for your support!
Ewa
Hello,
I did all above en i still can't open the .aspx file.
Any suggestions?
Regards,
Arjan
Ao seguir os passos recomendados, me deparo com o seguinte erro, anexado neste comentario. como devo prosseguir?
Comments have been locked on this page!