Hi I am configuring Transaction replication
source: SQLserver 2014
Dest :SQL Server 2016 Cu7
I created publication, While create subscriber, I am getting following error. Any expert idea would be highly appreciated
Command executed and error occurred
exec sp_addpullsubscription_agent @publisher = N'SQLDB1SER',
@publisher_db = N'HRDB',
@publication = N'DB_PUB',
@distributor = N'SQLDB1SER',
@distributor_security_mode = 1,
@distributor_login = N'',
@distributor_password = null,
@enabled_for_syncmgr = N'False',
@frequency_type = 64,
@frequency_interval = 0,
@frequency_relative_interval = 0,
@frequency_recurrence_factor = 0,
@frequency_subday = 0,
@frequency_subday_interval = 0,
@active_start_time_of_day = 0,
@active_end_time_of_day = 235959,
@active_start_date = 20191016,
@active_end_date = 99991231,
@alt_snapshot_folder = N'',
@working_directory = N'',
@use_ftp = N'False',
@job_login = N'PROD\REP_user',
@job_password = 'abcd',
@publication_type = 0
GO
+++++++++++++++++++++++++++++++++++
I found the same error as bellow which some one got
+++++++++++++++++++++++++++++++++++++++