--- title: "MSSQLSERVER_10535 | Microsoft Docs" ms.custom: "" ms.date: "04/04/2017" ms.prod: sql ms.reviewer: "" ms.technology: supportability ms.topic: "language-reference" helpviewer_keywords: - "10535 (Database Engine error)" ms.assetid: 478fd978-11d9-4155-8329-f599fdbec14b author: MashaMSFT ms.author: mathoma --- # MSSQLSERVER_10535 [!INCLUDE[appliesto-ss-xxxx-xxxx-xxx-md](../../includes/appliesto-ss-xxxx-xxxx-xxx-md.md)] ## Details ||| |-|-| |Product Name|SQL Server| |Event ID|10535| |Event Source|MSSQLSERVER| |Component|SQLEngine| |Symbolic Name|PG_NO_PLAN| |Message Text|Cannot create plan guide '%.*ls' because a plan was not found in the plan cache that corresponds to the specified plan handle. Specify a cached plan handle. For a list of cached plan handles, query the sys.dm_exec_query_stats dynamic management view.| ## Explanation A plan was not found in the plan cache that corresponds to the specified plan handle. ## User Action Specify a cached plan handle. For a list of cached plan handles, query the sys.dm_exec_query_stats dynamic management view. ## See Also [sp_create_plan_guide_from_handle (Transact-SQL)](~/relational-databases/system-stored-procedures/sp-create-plan-guide-from-handle-transact-sql.md) [sys.dm_exec_query_stats (Transact-SQL)](~/relational-databases/system-dynamic-management-views/sys-dm-exec-query-stats-transact-sql.md)