Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy-DbaAgentJob fails when trying to copy CDC jobs #9371

Closed
MartinOosthuyzen opened this issue May 28, 2024 · 3 comments
Closed

Copy-DbaAgentJob fails when trying to copy CDC jobs #9371

MartinOosthuyzen opened this issue May 28, 2024 · 3 comments

Comments

@MartinOosthuyzen
Copy link

Verified issue does not already exist?

I have searched and found no existing issue

What error did you receive?

WARNING: [14:26:30][Copy-DbaAgentJob] Issue copying job | The specified '@srv' is invalid (valid values are returned by sp_helpserver).

Steps to Reproduce

# provide your command(s) executed pertaining to dbatools
# please include variable values (redacted or fake if needed) for reference

Copy-DbaAgentJob -Source DESKTOP-VVE0203\SQL2022 -Destination DESKTOP-VVE0203\SQL20221

Please confirm that you are running the most recent version of dbatools

Get-InstalledModule dbatools

Version Name Repository Description


2.1.16 dbatools PSGallery The community module that enables SQL Server Pros to automate database development and server administration

Other details or mentions

No response

What PowerShell host was used when producing this error

Windows PowerShell ISE (powershell_ise.exe)

PowerShell Host Version

Name Value


PSVersion 5.1.22621.2506
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.22621.2506
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1

SQL Server Edition and Build number

Microsoft SQL Server 2022 (RTM-GDR) (KB5035432) - 16.0.1115.1 (X64) Mar 15 2024 01:13:46 Copyright (C) 2022 Microsoft Corporation Developer Edition (64-bit) on Windows 10 Pro 10.0 (Build 22621: ) (Hypervisor)

.NET Framework Version

.NET Framework 4.8.9241.0

@MartinOosthuyzen MartinOosthuyzen added bugs life triage required New issue that has not been reviewed by maintainers labels May 28, 2024
@niphlod
Copy link
Contributor

niphlod commented May 28, 2024

as said in slack, it's not a bug, it's not an issue, it's a problem of what you want to achieve.
you can't have cdc jobs on alwayson enabled at both sides, so you need to rewrite your jobs accordingly, and not use Copy-DbaAgent for the task.

@niphlod niphlod added discussion and removed bugs life triage required New issue that has not been reviewed by maintainers labels May 28, 2024
@MartinOosthuyzen
Copy link
Author

Thanks, yes, manual it is then

@MartinOosthuyzen
Copy link
Author

d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants