마이그레이션 평가 검사: 샌드박스 솔루션Migration Assessment Scan: Sandbox Solution
마이그레이션하는 동안 샌드박스 솔루션으로 문제를 완화하는 방법을 알아봅니다.Learn how to mitigate issues with sandbox solutions during migration.
개요Overview
중요
Microsoft 365의 SharePoint는 샌드박스 솔루션을 지원하지 않습니다.SharePoint in Microsoft 365 does not support sandbox solutions.
SharePoint는 샌드박스 솔루션을 지원하지 않습니다. 따라서 현재 환경에서 샌드박스를 사용하는 모든 기능을 지원되는 기술로 대체해야 합니다. 사용자 지정 구축에 대한 자세한 내용은 Office 개발자 센터 패턴 및 모범 사례 사이트를 참조하세요.SharePoint does not support sandbox solutions. As a result, any functionality that is using the sandbox in your current environment will need to be replaced with a supported technology. See the Office Dev Center Patterns and Practices site for information on building customizations.
https://dev.office.com/patterns-and-practices
데이터 마이그레이션Data Migration
중요
SharePoint에서 "액세스 권한 없음"(잠금)으로 구성된 사이트는 모두 건너뜁니다. 잠긴 사이트 모음 목록을 보려면 잠긴 사이트 검사 결과를 확인하세요.Any site that is configured as "No Access" (locked), in SharePoint will be skipped. To see a list of locked site collections see the Locked Sites scan output.
검사 결과 보고서Scan Result Reports
다음 표에서는 SandboxSolution-detail.csv 보고서의 열에 대해 설명합니다.The following table describes the columns in the SandboxSolution-detail.csv report.
열Column | 설명Description |
---|---|
SiteIdSiteId |
영향을 받는 사이트 모음의 고유 식별자입니다.Unique identifier of the impacted site collection. |
SiteURLSiteURL |
영향을 받는 사이트 모음으로 이동하는 URL입니다.URL to the impacted site collection. |
SiteOwnerSiteOwner |
사이트 모음의 소유자입니다.Owner of the site collection. |
SiteAdminsSiteAdmins |
사이트 모음 관리자로 나열된 사용자의 목록입니다.List of people listed as site collection administrators. |
SiteSizeInMBSiteSizeInMB |
메가바이트[MB] 단위의 사이트 모음 크기입니다.Size of the size collection in megabytes [MB] |
NumOfWebsNumOfWebs |
사이트 모음에 있는 웹 수입니다.Number of webs that exist in the site collection. |
ContentDBNameContentDBName |
사이트 모음을 호스트하는 콘텐츠 데이터베이스의 이름입니다.Name of the content database hosting the site collection. |
ContentDBServerNameContentDBServerName |
데이터베이스 콘텐츠를 호스트하는 SQL Server입니다.SQL Server hosting the content database. |
ContentDBSizeInMBContentDBSizeInMB |
사이트 모음을 호스트하는 콘텐츠 데이터베이스의 크기입니다.Size of the content database hosting the site collection. |
LastContentModifiedDateLastContentModifiedDate |
사이트 모음의 콘텐츠가 수정된 날짜/시간입니다.Date/Time the site collection had content modified. |
TotalItemCountTotalItemCount |
사이트 모음에 있는 항목의 총 수입니다.Total number of items found in the site collection. |
HitsHits |
사이트 모음에 대해 기록된 요청 수입니다. 사용 현황 로깅 서비스의 데이터를 사용합니다. 로깅 서비스 사용이 비활성화된 경우 이 행은 N/A로 표시됩니다.Number of requests logged for the site collection. Relies on data from the usage logging service. If the usage logging service is disabled this row will show N/A. |
DistinctUsersDistinctUsers |
사이트 모음에 액세스한 고유 사용자 수입니다. 사용 현황 로깅 서비스의 데이터를 사용합니다. 로깅 서비스 사용이 비활성화된 경우 이 행은 N/A로 표시됩니다.Number of distinct users that have accessed the site collection. Relies on data from the usage logging service. If the usage logging service is disabled this row will show N/A. |
DaysOfUsageDataDaysOfUsageData |
사용 현황 로깅 서비스에서 데이터를 보존하는 기간(일)입니다. Hits 및 DistinctUsers에 대한 컨텍스트를 제공합니다. 예를 들어 이 값이 14일인 경우 Hits 및 DistinctUsers 데이터는 지난 14일간의 데이터입니다.Number of days the usage logging service retains data. This provides context for Hits and DistinctUsers. For example, if this is 14 days, the Hits and DistinctUsers data is for the last 14 days. |
SandboxSolutionNameSandboxSolutionName |
샌드박스 솔루션 이름입니다.Sandbox solution name |
WebApplicationURLWebApplicationURL |
샌드박스 솔루션을 호스트하는 웹 응용 프로그램 URL입니다.Web application URL hosting the sandbox solution |
SandboxSolutionIDSandboxSolutionID |
샌드박스 솔루션 ID입니다.Sandbox solution ID |
서명Signature |
샌드박스 솔루션 해시 값입니다.Sandbox solution hash value |
HasAssemblyHasAssembly |
솔루션에 어셈블리가 포함되어 있으면 True이고, 그렇지 않으면 False입니다.True if the solution contains assemblies; otherwise, false |
SolutionStatusSolutionStatus |
샌드박스 솔루션 상태로, 활성화, 비활성화 또는 해제할 수 있습니다.Sandbox solution status, which may be activated, deactivated, or disabled |
SolutionTypeSolutionType |
샌드박스 솔루션 유형으로, "사용자 지정 코드", "사이트 서식 파일" 또는 "디자인 패키지"일 수 있습니다.Sandbox solution type, which maybe "Custom Code", "Site Template", or "Design Package" |
CreatedByCreatedBy |
솔루션을 만든 사용자 ID입니다.User identity who created the solution |
CreatedDateCreatedDate |
솔루션을 만든 날짜입니다.Date when the solution was created |
ModifiedByModifiedBy |
솔루션을 마지막으로 수정한 사용자 ID입니다.User identity who last modified the solution |
ModifiedDateModifiedDate |
솔루션을 마지막으로 수정한 날짜입니다.Date when the solution was last modified |
ScanIDScanID |
SharePoint 마이그레이션 평가 도구의 특정 실행에 할당된 고유 식별자입니다.Unique identifier assigned to a specific execution of the SharePoint Migration Assessment Tool. |