I’m getting the following error in jenkins:
Error extracting database:Could not connect to database server.
A network-related or instance-specific error occurred while establishing a connection to SQL Server.
The server was not found or was not accessible.
Verify that the instance name is correct and that SQL Server is configured to allow remote connections.
(provider: TCP Provider, error: 0 - The wait operation timed out.) The wait operation timed out.
This type of problem occurs when various versions of the database are restored. If the backup database version is the most recent, an error will be displayed. You must either update the same version as the source database or export it as a script and run it in the destination machine to generate the database and data.