Guest User

Untitled

a guest
Jul 19th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.84 KB | None | 0 0
  1. TITLE: New Subscription Wizard
  2. ------------------------------
  3.  
  4. SQL Server could not retrieve the list of databases for server 'nyrstar-prod-01.database.windows.net'.
  5.  
  6. For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=14.0.17254.0&EvtSrc=Microsoft.SqlServer.Management.UI.CreateSubWizardErrorSR&EvtID=CantGetDatabaseList&LinkId=20476
  7.  
  8. ------------------------------
  9. ADDITIONAL INFORMATION:
  10.  
  11. An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
  12.  
  13. ------------------------------
  14.  
  15. Could not find stored procedure 'sp_get_distributor'. (Microsoft SQL Server, Error: 2812)
  16.  
  17. For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=12.00.0600&EvtSrc=MSSQLServer&EvtID=2812&LinkId=20476
  18.  
  19. -------------------------------
  20. -------------------------------
  21. ALL ADVANCED INFORMATION
  22. -------------------------------
  23. -------------------------------
  24.  
  25. ===================================
  26.  
  27. SQL Server could not retrieve the list of databases for server 'nyrstar-prod-01.database.windows.net'. (New Subscription Wizard)
  28.  
  29. ------------------------------
  30. For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=14.0.17254.0&EvtSrc=Microsoft.SqlServer.Management.UI.CreateSubWizardErrorSR&EvtID=CantGetDatabaseList&LinkId=20476
  31.  
  32. ===================================
  33.  
  34. An exception occurred while executing a Transact-SQL statement or batch. (Microsoft.SqlServer.ConnectionInfo)
  35.  
  36. ------------------------------
  37. Program Location:
  38.  
  39. at Microsoft.SqlServer.Management.Common.ServerConnection.GetExecuteReader(SqlCommand command)
  40. at Microsoft.SqlServer.Management.Common.ServerConnection.ExecuteReader(String sqlCommand, SqlCommand& command)
  41. at Microsoft.SqlServer.Replication.ReplicationServer.RefreshGetDistributor()
  42. at Microsoft.SqlServer.Management.UI.PageChoosePublication.EnumDatabases(ReplicationSqlConnection sqlConn)
  43. at Microsoft.SqlServer.Management.UI.PageChoosePublication.LoadDatabases(ReplicationSqlConnection publisherConn, String selectedDBName, String selectedPubName, Boolean isHeterogeneous)
  44.  
  45. ===================================
  46.  
  47. Could not find stored procedure 'sp_get_distributor'. (.Net SqlClient Data Provider)
  48.  
  49. ------------------------------
  50. For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft%20SQL%20Server&ProdVer=12.00.0600&EvtSrc=MSSQLServer&EvtID=2812&LinkId=20476
  51.  
  52. ------------------------------
  53. Server Name: nyrstar-prod-01.database.windows.net
  54. Error Number: 2812
  55. Severity: 16
  56. State: 62
  57. Line Number: 1
  58.  
  59.  
  60. ------------------------------
  61. Program Location:
  62.  
  63. at Microsoft.SqlServer.Management.Common.ConnectionManager.ExecuteTSql(ExecuteTSqlAction action, Object execObject, DataSet fillDataSet, Boolean catchException)
  64. at Microsoft.SqlServer.Management.Common.ServerConnection.GetExecuteReader(SqlCommand command)
Add Comment
Please, Sign In to add comment