<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Office 2019 - Recent Opened Files opens in write-protected mode first in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/office-2019-recent-opened-files-opens-in-write-protected-mode/m-p/142449#M37915</link>
    <description>&lt;P&gt;sir can you show your nginx.conf , docker-compose.yml , and alfresco-global.properties config thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 14 Mar 2023 06:35:04 GMT</pubDate>
    <dc:creator>crisdev13</dc:creator>
    <dc:date>2023-03-14T06:35:04Z</dc:date>
    <item>
      <title>Office 2019 - Recent Opened Files opens in write-protected mode first</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/office-2019-recent-opened-files-opens-in-write-protected-mode/m-p/142448#M37914</link>
      <description>&lt;P&gt;Hello Alfresco community,&lt;/P&gt;&lt;P&gt;we are currently running Alfresco version v7.3.0 with the AOS addon (version: 1.6.0) on our server.&lt;/P&gt;&lt;P&gt;Our problem is that users who open an Office document from the "Recently Opened Menu Tab" - the document first opens in a read-only mode. Only after activating &lt;STRONG&gt;editing&lt;/STRONG&gt; writing and saving is possible. (See: &lt;EM&gt;Photo 1: Write protected mode&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Photo 1: Write protected mode" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1644i85F7B6809F78F6D3/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Photo 1: Write protected mode&lt;/SPAN&gt;&lt;/SPAN&gt;The users are using the Office version starting from 2019. The Source of the Documents (where they were opened first) is from a network drive, it was added via WEBDAV with the URL https://***dms.***.com/alfresco/aos/UserHomes/[specific User] .&lt;/P&gt;&lt;P&gt;(Office 2013 seems fine and there arent any Problems similiar to that)&lt;/P&gt;&lt;P&gt;What we triedso far:&lt;BR /&gt;- Adding WEBDAV drives Path to the Trusted Sites in the Office Trust Center. (example: K:\[User Home webdav link])&lt;BR /&gt;- Disable Protected View in the Office Trust Center (all three Options)&lt;/P&gt;&lt;P&gt;- Adding the WEBDAV / AOS URL to the Intranet Zone / Trusted Sites (example: https://...dms.com/aos/...)&lt;/P&gt;&lt;P&gt;Glad if anyone can help with this problem!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Mar 2023 12:42:32 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/office-2019-recent-opened-files-opens-in-write-protected-mode/m-p/142448#M37914</guid>
      <dc:creator>phamtsf</dc:creator>
      <dc:date>2023-03-13T12:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Office 2019 - Recent Opened Files opens in write-protected mode first</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/office-2019-recent-opened-files-opens-in-write-protected-mode/m-p/142449#M37915</link>
      <description>&lt;P&gt;sir can you show your nginx.conf , docker-compose.yml , and alfresco-global.properties config thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 06:35:04 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/office-2019-recent-opened-files-opens-in-write-protected-mode/m-p/142449#M37915</guid>
      <dc:creator>crisdev13</dc:creator>
      <dc:date>2023-03-14T06:35:04Z</dc:date>
    </item>
    <item>
      <title>Re: Office 2019 - Recent Opened Files opens in write-protected mode first</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/office-2019-recent-opened-files-opens-in-write-protected-mode/m-p/142450#M37916</link>
      <description>&lt;P&gt;We use the system exclusively on our internal network, so no proxy sits in front of the system. Also we do not use Docker.&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are running the System from bitnami.&amp;nbsp;&lt;A href="https://bitnami.com/stack/alfresco" target="_blank" rel="noopener nofollow noreferrer"&gt;Alfresco Community Cloud Hosting, Alfresco Community Installer, Docker Container and VM (bitnami.com)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I can only attach the alfresco-global.properties now:&lt;/P&gt;&lt;PRE&gt;###You need to restart the server for the configuration changes to take effect.

dir.root=/opt/ALFRESCODATA
dir.keystore=${dir.root}/keystore

alfresco.context=alfresco
alfresco.host=**.**.**.com
alfresco.port=443
alfresco.protocol=https

share.context=share
share.host=**.**.**.com
share.port=443
share.protocol=https

### database connection properties ###
db.driver=org.mariadb.jdbc.Driver
db.username=bn_alfresco
db.password=***
db.name=bitnami_alfresco
db.url=jdbc:mysql://127.0.0.1:3306/${db.name}?useUnicode=yes&amp;amp;characterEncoding=UTF-8

### FTP Server Configuration ###
ftp.enabled=true
ftp.port=2121
ftp.ipv6.enabled=false
#ftp.bindto=local_machine_ip

### RMI service ports ###
alfresco.rmi.services.port=50500
avm.rmi.service.port=0
avmsync.rmi.service.port=0
attribute.rmi.service.port=0
authentication.rmi.service.port=0
repo.rmi.service.port=0
action.rmi.service.port=0
deployment.rmi.service.port=0

### Trashcan properties
trashcan-cleaner.cron=0 30 * * * ?
trashcan-cleaner.keepPeriod=P1D
trashcan-cleaner.deleteBatchCount=10000

### Initial admin password ###
alfresco_user_store.adminusername=admin
alfresco_user_store.adminpassword=***

### E-mail site invitation setting ###
notification.email.siteinvite=false

### File Protocol Root ###
protocols.rootPath=/${spaces.company_home.childname}

### License location ###
dir.license.external=/opt/bitnami/alfresco

### BMP Engine ###
system.workflow.engine.jbpm.enabled=false

### Solr indexing ###
index.subsystem.name=solr6
solr.port=8983
solr.host=localhost
solr.base.url=/solr
solr.secureComms=secret
solr.sharedSecret=***

### ActiveMQ configuration
messaging.broker.url=failover:(tcp://localhost:61616)?timeout=3000
messaging.broker.username=admin
messaging.broker.password=***

# Shared File Store properties:
sfs.url=http://localhost:8099
sfs.endpoint=${sfs.url}/alfresco/api/-default-/private/sfs/versions/1/file

# Alfresco PDF renderer
alfresco-pdf-renderer.root=/opt/bitnami/alfresco-pdf-renderer
alfresco-pdf-renderer.exe=${alfresco-pdf-renderer.root}/bin/alfresco-pdf-renderer

# Transform Core properties:
localTransform.core-aio.url=http://localhost:8090/
alfresco-pdf-renderer.url=http://localhost:8090/
jodconverter.enabled=true
jodconverter.officeHome=/usr/lib/libreoffice
img.url=http://localhost:8090/
tika.url=http://localhost:8090/
transform.misc.url=http://localhost:8090/

# Content store delete job
system.content.orphanCleanup.cronExpression=0 0 1 * * ?

## LDAP Authentication Conf #
###############################
##Authentizierungsreihenfolge
authentication.chain=kerberos1:kerberos,alfrescoNtlm1:alfrescoNtlm,ldap1:ldap-ad
ntlm.authentication.sso.enabled=false
ldap.authentication.active=true
ldap.synchronization.active=true
ldap.authentication.allowGuestLogin=false
ldap.authentication.userNameFormat=%s@**.com
ldap.authentication.java.naming.provider.url=ldap://***
ldap.synchronization.java.naming.security.authentication=simple
ldap.synchronization.java.naming.security.principal=CN=**,CN=Users,DC=**,DC=**
ldap.synchronization.java.naming.security.credentials=****
ldap.synchronization.queryBatchSize=1000
ldap.synchronization.personType=user
ldap.synchronization.userFirstNameAttributeName=givenName
ldap.synchronization.userLastNameAttributeName=sn
ldap.synchronization.userEmailAttributeName=mail
ldap.authentication.defaultAdministratorUserNames=***
ldap.synchronization.userIdAttributeName=sAMAccountName
## Set up regular synchronization with the LDAP server ##
synchronization.syncWhenMissingPeopleLogIn=true
synchronization.synchronizeChangesOnly=false
###synchronization.allowDeletions=true
synchronization.allowDeletions=false
###Nicht noetig, da synchr jede 1 Min   synchronization.syncOnStartup=true
synchronization.syncOnStartup=true
# Wenn nicht in ldap, dann auch nicht anmelden
synchronization.autoCreatePeopleOnLogin=false
# When TESTING, synchronise every 5 minutes
# secs min hour dom mon dow
synchronization.import.cron=0 0/1 * * * ?
ldap.synchronization.enableProgressEstimation=true
ldap.authentication.java.naming.security.authentication=simple
ldap.authentication.java.naming.factory.initial=com.sun.jndi.ldap.LdapCtxFactory
ldap.authentication.escapeCommasInBind=false
ldap.authentication.escapeCommasInUid=false
ldap.synchronization.modifyTimestampAttributeName=modifyTimestamp
ldap.synchronization.timestampFormat=yyyyMMddHHmmss'.0Z'
ldap.synchronization.userOrganizationalIdAttributeName=msExchALObjectVersion
ldap.synchronization.defaultHomeFolderProvider=userHomesHomeFolderProvider
ldap.synchronization.groupIdAttributeName=cn
ldap.synchronization.groupType=group
ldap.synchronization.groupMemberAttributeName=member


###User Synchronisation
ldap.synchronization.personType=user
ldap.synchronization.userSearchBase=cn=Users, DC=xx, DC=xx
###ldap.synchronization.personQuery=(&amp;amp;(objectClass\=user)(memberOf\=CN\=g_Alle,CN\=Users,DC\=xx,DC\=xx)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))
ldap.synchronization.personQuery=(&amp;amp;(objectClass\=user)(memberOf\=CN\=g_aAlle,OU\=Alfresco,DC\=xx,DC\=xx)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))
###ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectClass\=user)(memberOf\=CN\=g_aAlle,CN\=Users,DC\=xx,DC\=xx)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(modifyTimestamp&amp;lt;\={0})))
ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectClass\=user)(memberOf\=CN\=g_aAlle,OU\=Alfresco,DC\=xx,DC\=xx)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(modifyTimestamp&amp;lt;\={0})))

###ldap.synchronization.personType=user
###ldap.synchronization.userSearchBase=cn=Users, DC=xx, DC=xx
#######ldap.synchronization.userSearchBase=DC=xx, DC=xx
#######ldap.synchronization.personQuery=(&amp;amp;(objectClass\=user)(memberOf\=CN\=g_Alle,CN\=Users,DC\=xx,DC\=xx)(userAccountControl\:1.2.840.113556.1.4.803\:\=512))
#######ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectClass\=user)(memberOf\=CN\=g_aAlle,CN\=Users,DC\=xx,DC\=xx)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(modifyTimestamp&amp;lt;\={0})))
###ldap.synchronization.personDifferentialQuery=(&amp;amp;(objectClass\=user)(memberOf\=CN\=g_aAlle,OU\=Alfresco,DC\=xx,DC\=xx)(userAccountControl\:1.2.840.113556.1.4.803\:\=512)(!(modifyTimestamp&amp;lt;\={0})))
###Groupen Synchronisation
ldap.synchronization.groupSearchBase=OU=Alfresco, DC=xx, DC=xx
ldap.synchronization.groupQuery=(objectclass=group)
ldap.synchronization.groupDifferentialQuery=(&amp;amp;(objectclass\=group)(!(modifyTimestamp&amp;lt;\={0})))


triggering.aspect.qname={http://www.alfresco.org/model/content/1.0}templatable

#Versioning
version.store.initialVersion=false
version.store.enableAutoVersioning=false
version.store.enableAutoVersionOnUpdateProps=false

### Kerberos properties ###
kerberos.authentication.sso.enabled=true
kerberos.authentication.realm=xx.xx
kerberos.authentication.sso.fallback.enabled=true
kerberos.authentication.user.configEntryName=Alfresco&lt;/PRE&gt;&lt;P&gt;&lt;BR /&gt;Regarding the problem we have found that Office stores the recently opened documents in a path (&lt;SPAN&gt;C:\Users\[Some User]\AppData\Roaming\Microsoft\Office\Recen&lt;/SPAN&gt;t) that can be found as shortcuts. See phot 2.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Photo 2: Shortcuts from Office programms" style="width: 782px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1645i9405A018E3E1BA68/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Photo 2: Shortcuts from Office programms&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;In the shortcuts instead of the UNC path (K:\[some path of user]\SomeDocument.pdf] the direct URL to the document (https://****/aos/UserHomes/[some User]/SomeDocument.pdf) is given.&lt;/P&gt;&lt;P&gt;If you open the document directly from the UNC path in the Office program or from the File Explorer, the specified error does not occur.&lt;/P&gt;&lt;P&gt;See picture: 2 URL instead of UNC in the Shortcut from the Hyperlinks of the Office Program&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Photo 3 URL instead of UNC in the Shortcut from the Hyperlinks of the Office Program" style="width: 391px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image"&gt;&lt;img src="https://connect.hyland.com/t5/image/serverpage/image-id/1647i11AA2411DDDB8C35/image-size/large?v=v2&amp;amp;px=999" role="button" title="image" alt="image" /&gt;&lt;/span&gt;&lt;SPAN class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Photo 3 URL instead of UNC in the Shortcut from the Hyperlinks of the Office Program&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;We also tried Adding this Path to the Trusted Paths in the Office Programms, no changes.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Mar 2023 09:28:06 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/office-2019-recent-opened-files-opens-in-write-protected-mode/m-p/142450#M37916</guid>
      <dc:creator>phamtsf</dc:creator>
      <dc:date>2023-03-14T09:28:06Z</dc:date>
    </item>
  </channel>
</rss>

