Server S2500159 

 

1. Alte RemoteSID löschen

update inpointsrv.pam.PAM_USERREFERENCE set REMOTE_SID = Null

 

2. RemoteSID con cA übertragen Datenbank inpointsrv

C:Program Files (x86)H&S Heilig und Schubert Software AGPam.StorageToolsDBScriptsMSSQLCustomMAILBOX_Sync_REMOTE_SID.sql (anpassen

 

SET @caDatabase = ‘inPoint01’ — database name of the contentACCESS server

SET @caOwner = ‘dbo’ — schema name of the contentACCESS database

SET @o365TenantId = 1 — tenant id from the PROVMAILBOXES table in contentACCESS

SET @o365SERVERID = 7 — server id from the PROVMAILBOXES table in contentACCESS

 

 

3. Prüfen ob neue RemoteSId eingetragen ist.

 

select USER_ID, SID, REMOTE_SID,* from inpointsrv.pam.PAM_USERREFERENCE where LAST_NAME like ‘%samailarchiverip%’

 

4. Berechtigungen Force FullCrawl einlesen

Zum Beschleunigen MailboxSynchronisation anstarten wenn der Provisioning Job fertig gelaufen ist.

 

5. Kontrolle auf dem SQL Server

 

select acl_id ,MAILBOX_GUID,* from inpointsrv.pam.mailbox where EMAIL like ‘%Username%’

 

select * from inpointsrv.pam.PAM_USERREFERENCE where USER_ID in (

select distinct (USER_ID) from inpointsrv.pam.PAM_OBJECT_MODULE_RIGHTS where ACL_ID =XXX)

 

select count (*) from inpointsrv.pam.PROVPERMISSIONS

select * from inpointsrv.pam.PROVPERMISSIONS where MAILBOX_GUID =’Gui-Guid-Guid’

 

 

6. Test Email wiederherstellen

(Benötigte SQL abfragen sind auf dem Desktop gespeichert (Benutzer SAMailArchiver))