This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

SQL Server 2017 Developer Edition error

Experienced the following error after I created and ran full and transaction database backups in SQL 2017 using LiteSpeed for SQL Server 8.2 (Build 8.2.1.39). Has anyone else seen this?

I tried the same thing in the new 8.6 release and received the exact same errors

 

 

Executed as user: svc_litespeed. Microsoft (R) SQL Server Execute Package Utility Version 14.0.1000.169 for 64-bit Copyright (C) 2017 Microsoft. All rights reserved.
Started: 10:27:01 AM Error: 2017-12-14 10:27:01.60 Code: 0xC001F02A Source: Subplan_1 Description: Cannot create a task from XML for task "Back Up Database Task", type "Quest.MaintenancePlan.Tasks.DbMaintenanceLiteSpeedBackupTask, MaintenancePlan.Tasks.14, Version=5.1.0.14, Culture=neutral, PublicKeyToken=c862883b2ae69822" due to error 0x80070057 "The parameter is incorrect.". End Error
Error: 2017-12-14 10:27:01.60 Code: 0xC0010018 Source: Back Up Database Task Description: Failed to load task "Back Up Database Task", type "". The contact information for this task is "". End Error
Error: 2017-12-14 10:27:01.64 Code: 0xC001F02A Source: OnPostExecute Description: Cannot create a task from XML for task "{7FCBC2F4-4E02-4CCE-A134-54D7AAAD5D57}", type "Quest.MaintenancePlan.Tasks.DbMaintenanceLiteSpeedSubPlanPostExecuteTask, MaintenancePlan.Tasks.14, Version=5.1.0.14, Culture=neutral, PublicKeyToken=c862883b2ae69822" due to error 0x80070057 "The parameter is incorrect.". End Error
Error: 2017-12-14 10:27:01.64 Code: 0xC0010018 Source: {7FCBC2F4-4E02-4CCE-A134-54D7AAAD5D57} Description: Failed to load task "{7FCBC2F4-4E02-4CCE-A134-54D7AAAD5D57}", type "". The contact information for this task is "". End Error Error: 2017-12-14 10:27:01.66 Code: 0xC0010026 Source: Back Up Database Task Description: The task has failed to load. The contact information for this task is "". End Error
Error: 2017-12-14 10:27:01.66 Code: 0xC0024107 Source: Back Up Database Task Description: There were errors during task validation. End Error
Error: 2017-12-14 10:27:01.66 Code: 0xC0010025 Source: Full Database Bacup Description: The package cannot execute because it contains tasks that failed to load. End Error
DTExec: The package execution returned DTSER_FAILURE (1). Started: 10:27:01 AM Finished: 10:27:01 AM Elapsed: 0.422 seconds. The package execution failed. The step failed.

  • Hello asanna,

    Sql Server 2017 is fully supported in coming 8.6.1 release.
    Please open a support case to get the release as soon as it will be available.

    In 8.2 you can use sql server jobs to schedule backups for Sql Server 2017.

    Alexander