Link to home
Start Free TrialLog in
Avatar of Ekuskowski
Ekuskowski

asked on

SQL Error -1073548784

Executing the query "EXECUTE master.dbo.xp_delete_file 0,N'',N'bak',N'2..." failed with the following error: "Error executing extended stored procedure: Invalid Parameter". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.

Maintenance Cleanup on Local server connection
Cleanup Database Backup files
Age: Older than 4 Weeks

I get this error running  maintenance plan on sql server 2012. the database has .mdf, .ldf, .ndf files. I have total 30 .ndf files. it is a veritas Enterprise vault store group database.
SOLUTION
Avatar of Vitor Montalvão
Vitor Montalvão
Flag of Switzerland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Ekuskowski
Ekuskowski

ASKER

When I ran the "EXECUTE master.dbo.xp_delete_file 0,N'',N'bak',N'2...'" I got following error

Msg 22049, Level 15, State 0, Line 0
Error executing extended stored procedure: Invalid Parameter

Just so that you know, it is maintenance plan. I did not write any  sql script.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial