Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

Only SharePoint Site and Site Permission Import Using O365 Connector

pinky_chauhan
New Contributor III
New Contributor III

We only need to import the site and site permissions. How can we achieve this using the O365 connector? We tried the following filter in the import configuration along with the Query for Filtering Site Collections to Import, but lists, files, folders, and items are also being imported:

{
"SharePoint Site": {},
"SharePoint SiteWithPerm": {}
}
However, when we use the same import configuration with the Query for Filtering Site to Import, nothing is imported,not even sharepoint site.

 

2 REPLIES 2

rushikeshvartak
All-Star
All-Star
  • Do you see any error in logs ?

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.

pinky_chauhan
New Contributor III
New Contributor III

hi @rushikeshvartak when we are using Query for Filtering Site Collections to Import and Query for Filtering Site to Import

pinky_chauhan_0-1730988807854.png

 

 

In logs, we are getting

2024-11-06T16:41:51.993+00:00 ecm-worker services.ImportUtilityService quartzScheduler_Worker-2-tl9js DEBUG Endpoint 'SharePoint Test1' found for the Security System 'SharePoint Test1' with Endpointkey: 21
2024-11-06T16:41:51.994+00:00 ecm-worker services.Office365ImportService quartzScheduler_Worker-2-tl9js DEBUG Site level filter is there. So, we are Ignoring filter at List/Item level if there is any.
2024-11-06T16:41:51.994+00:00 ecm-worker services.ImportUtilityService quartzScheduler_Worker-2-tl9js DEBUG Setting Batch Size from config = 500

...

2024-11-06T16:41:52.011+00:00 ecm-worker services.Office365ImportService quartzScheduler_Worker-2-tl9js DEBUG End importing Office365 data
2024-11-06T16:41:52.011+00:00 ecm-worker services.Office365ImportService quartzScheduler_Worker-2-tl9js DEBUG Exceptio - No row return from filter for SPSite/ODSite/TeamSite entType
2024-11-06T16:41:52.011+00:00 ecm-worker services.ImportUtilityService quartzScheduler_Worker-2-tl9js DEBUG Writing job history to import logs.
2024-11-06T16:41:52.011+00:00 ecm-worker services.ImportUtilityService quartzScheduler_Worker-2-tl9js DEBUG Number of log entries to be written : 0
2024-11-06T16:41:52.012+00:00 ecm-worker integration.ExternalConnectionCallService quartzScheduler_Worker-2-tl9js DEBUG END INVOKING EXTERNAL CONNECTION
2024-11-06T16:41:52.019+00:00 ecm-worker jobs.ApplicationDataImportJob quartzScheduler_Worker-2-tl9js DEBUG Setting the value of import status
2024-11-06T16:41:52.019+00:00 ecm-worker jobs.ApplicationDataImportJob quartzScheduler_Worker-2-tl9js DEBUG Import status :: Success
2024-11-06T16:41:52.019+00:00 ecm-worker integration.ExternalConnectionCallService quartzScheduler_Worker-2-tl9js DEBUG Enter consolidateConcurrentChildTriggerLogs

but no sharepoint site imported.