Guest User

Start-SqlMigration Bug

a guest
Sep 15th, 2016
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. **********************
  2. Windows PowerShell transcript start
  3. Start time: 20160915221915
  4. Username: MANATARMS\wshaw
  5. RunAs User: MANATARMS\wshaw
  6. Machine: MANATARMS (Microsoft Windows NT 10.0.14393.0)
  7. Host Application: C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe
  8. Process ID: 11940
  9. PSVersion: 5.1.14393.187
  10. PSEdition: Desktop
  11. PSCompatibleVersions: 1.0, 2.0, 3.0, 4.0, 5.0, 5.1.14393.187
  12. BuildVersion: 10.0.14393.187
  13. CLRVersion: 4.0.30319.42000
  14. WSManStackVersion: 3.0
  15. PSRemotingProtocolVersion: 2.3
  16. SerializationVersion: 1.1.0.1
  17. **********************
  18. Transcript started, output file is C:\Users\wshaw\Documents\dbatools-startmigration-transcript.txt
  19.  
  20.  
  21. Migrating SQL Server Configuration
  22. Updated recovery interval (min) from 0 to 0
  23. Updated allow updates from 0 to 0
  24. Updated user connections from 0 to 0
  25. Updated locks from 0 to 0
  26. Updated open objects from 0 to 0
  27. Updated fill factor (%) from 0 to 0
  28. Updated disallow results from triggers from 0 to 0
  29. Updated nested triggers from 1 to 1
  30. Updated server trigger recursion from 1 to 1
  31. Updated remote access from 1 to 1
  32. Updated default language from 0 to 0
  33. Updated cross db ownership chaining from 0 to 0
  34. Updated max worker threads from 0 to 0
  35. Updated network packet size (B) from 4096 to 4096
  36. Updated show advanced options from 1 to 1
  37. Updated remote proc trans from 0 to 0
  38. Updated c2 audit mode from 0 to 0
  39. Updated default full-text language from 1033 to 1033
  40. Updated two digit year cutoff from 2049 to 2049
  41. Updated index create memory (KB) from 0 to 0
  42. Updated priority boost from 0 to 0
  43. Updated remote login timeout (s) from 10 to 10
  44. Updated remote query timeout (s) from 600 to 600
  45. Updated cursor threshold from -1 to -1
  46. Updated set working set size from 0 to 0
  47. Updated user options from 0 to 0
  48. Updated affinity mask from 0 to 0
  49. Updated max text repl size (B) from 65536 to 65536
  50. Updated media retention from 0 to 0
  51. Updated cost threshold for parallelism from 40 to 5
  52. Updated max degree of parallelism from 0 to 0
  53. Updated min memory per query (KB) from 1024 to 1024
  54. Updated query wait (s) from -1 to -1
  55. Updated min server memory (MB) from 0 to 0
  56. Updated max server memory (MB) from 2048 to 1024
  57. Updated query governor cost limit from 0 to 0
  58. Updated lightweight pooling from 0 to 0
  59. Updated scan for startup procs from 0 to 1
  60. Updated affinity64 mask from 0 to 0
  61. Updated affinity I/O mask from 0 to 0
  62. Updated affinity64 I/O mask from 0 to 0
  63. Updated transform noise words from 0 to 0
  64. Updated precompute rank from 0 to 0
  65. Updated PH timeout (s) from 60 to 60
  66. Updated clr enabled from 0 to 1
  67. Updated max full-text crawl range from 4 to 4
  68. Updated ft notify bandwidth (min) from 0 to 0
  69. Updated ft notify bandwidth (max) from 100 to 100
  70. Updated ft crawl bandwidth (min) from 0 to 0
  71. Updated ft crawl bandwidth (max) from 100 to 100
  72. Updated default trace enabled from 1 to 1
  73. Updated blocked process threshold (s) from 0 to 0
  74. Updated in-doubt xact resolution from 0 to 0
  75. Updated remote admin connections from 0 to 0
  76. Updated common criteria compliance enabled from 0 to 0
  77. Updated EKM provider enabled from 0 to 0
  78. Updated backup compression default from 1 to 0
  79. Updated filestream access level from 0 to 2
  80. Updated optimize for ad hoc workloads from 0 to 0
  81. Updated access check cache bucket count from 0 to 0
  82. Updated access check cache quota from 0 to 0
  83. Updated backup checksum default from 0 to 0
  84. Updated Agent XPs from 1 to 1
  85. Updated Database Mail XPs from 0 to 0
  86. Updated SMO and DMO XPs from 1 to 1
  87. Updated Ole Automation Procedures from 0 to 0
  88. Updated xp_cmdshell from 0 to 1
  89. Updated Ad Hoc Distributed Queries from 0 to 0
  90. Updated Replication XPs from 0 to 0
  91. Updated contained database authentication from 0 to 0
  92. Server configuration update finished
  93.  
  94.  
  95. Migrating custom errors (user defined messages)
  96. Custom error migration finished
  97.  
  98.  
  99. Migrating SQL credentials
  100. Getting NetBios name
  101. Checking if remote access is enabled
  102. Checking if Remote Registry is enabled
  103. [manatarms] Connecting to remote server manatarms failed with the following error message : WinRM cannot process the
  104. request. The following error with errorcode 0x8009030e occurred while using Negotiate authentication: A specified logon
  105. session does not exist. It may already have been terminated.  
  106.  Possible causes are:
  107.   -The user name or password specified are invalid.
  108.   -Kerberos is used when no authentication method and no user name are specified.
  109.   -Kerberos accepts domain user names, but not local user names.
  110.   -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  111.   -The client and remote computers are in different domains and there is no trust between the two domains.
  112.  After checking for the above issues, try the following:
  113.   -Check the Event Viewer for events related to authentication.
  114.   -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or
  115. use HTTPS transport.
  116.  Note that computers in the TrustedHosts list might not be authenticated.
  117.    -For more information about WinRM configuration, run the following command: winrm help config. For more information,
  118. see the about_Remote_Troubleshooting Help topic.
  119.     + CategoryInfo          : OpenError: (manatarms:String) [], PSRemotingTransportException
  120.     + FullyQualifiedErrorId : 1312,PSSessionStateBroken
  121. [manatarms] Connecting to remote server manatarms failed with the following error message : WinRM cannot process the
  122. request. The following error with errorcode 0x8009030e occurred while using Negotiate authentication: A specified logon
  123. session does not exist. It may already have been terminated.
  124.  Possible causes are:
  125.   -The user name or password specified are invalid.
  126.   -Kerberos is used when no authentication method and no user name are specified.
  127.   -Kerberos accepts domain user names, but not local user names.
  128.   -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  129.   -The client and remote computers are in different domains and there is no trust between the two domains.
  130.  After checking for the above issues, try the following:
  131.   -Check the Event Viewer for events related to authentication.
  132.   -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use
  133. HTTPS transport.
  134.  Note that computers in the TrustedHosts list might not be authenticated.
  135.    -For more information about WinRM configuration, run the following command: winrm help config. For more information, see
  136. the about_Remote_Troubleshooting Help topic.
  137.     + CategoryInfo          : OpenError: (manatarms:String) [], PSRemotingTransportException
  138.     + FullyQualifiedErrorId : 1312,PSSessionStateBroken
  139. Collecting Credential logins and passwords on manatarms\number14
  140. [manatarms] Connecting to remote server manatarms failed with the following error message : WinRM cannot process the
  141. request. The following error with errorcode 0x8009030e occurred while using Negotiate authentication: A specified logon
  142. session does not exist. It may already have been terminated.  
  143.  Possible causes are:
  144.   -The user name or password specified are invalid.
  145.   -Kerberos is used when no authentication method and no user name are specified.
  146.   -Kerberos accepts domain user names, but not local user names.
  147.   -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  148.   -The client and remote computers are in different domains and there is no trust between the two domains.
  149.  After checking for the above issues, try the following:
  150.   -Check the Event Viewer for events related to authentication.
  151.   -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or
  152. use HTTPS transport.
  153.  Note that computers in the TrustedHosts list might not be authenticated.
  154.    -For more information about WinRM configuration, run the following command: winrm help config. For more information,
  155. see the about_Remote_Troubleshooting Help topic.
  156.     + CategoryInfo          : OpenError: (manatarms:String) [], PSRemotingTransportException
  157.     + FullyQualifiedErrorId : 1312,PSSessionStateBroken
  158. [manatarms] Connecting to remote server manatarms failed with the following error message : WinRM cannot process the
  159. request. The following error with errorcode 0x8009030e occurred while using Negotiate authentication: A specified logon
  160. session does not exist. It may already have been terminated.
  161.  Possible causes are:
  162.   -The user name or password specified are invalid.
  163.   -Kerberos is used when no authentication method and no user name are specified.
  164.   -Kerberos accepts domain user names, but not local user names.
  165.   -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  166.   -The client and remote computers are in different domains and there is no trust between the two domains.
  167.  After checking for the above issues, try the following:
  168.   -Check the Event Viewer for events related to authentication.
  169.   -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use
  170. HTTPS transport.
  171.  Note that computers in the TrustedHosts list might not be authenticated.
  172.    -For more information about WinRM configuration, run the following command: winrm help config. For more information, see
  173. the about_Remote_Troubleshooting Help topic.
  174.     + CategoryInfo          : OpenError: (manatarms:String) [], PSRemotingTransportException
  175.     + FullyQualifiedErrorId : 1312,PSSessionStateBroken
  176. [manatarms] Connecting to remote server manatarms failed with the following error message : WinRM cannot process the
  177. request. The following error with errorcode 0x8009030e occurred while using Negotiate authentication: A specified logon
  178. session does not exist. It may already have been terminated.  
  179.  Possible causes are:
  180.   -The user name or password specified are invalid.
  181.   -Kerberos is used when no authentication method and no user name are specified.
  182.   -Kerberos accepts domain user names, but not local user names.
  183.   -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  184.   -The client and remote computers are in different domains and there is no trust between the two domains.
  185.  After checking for the above issues, try the following:
  186.   -Check the Event Viewer for events related to authentication.
  187.   -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or
  188. use HTTPS transport.
  189.  Note that computers in the TrustedHosts list might not be authenticated.
  190.    -For more information about WinRM configuration, run the following command: winrm help config. For more information,
  191. see the about_Remote_Troubleshooting Help topic.
  192.     + CategoryInfo          : OpenError: (manatarms:String) [], PSRemotingTransportException
  193.     + FullyQualifiedErrorId : 1312,PSSessionStateBroken
  194. [manatarms] Connecting to remote server manatarms failed with the following error message : WinRM cannot process the
  195. request. The following error with errorcode 0x8009030e occurred while using Negotiate authentication: A specified logon
  196. session does not exist. It may already have been terminated.
  197.  Possible causes are:
  198.   -The user name or password specified are invalid.
  199.   -Kerberos is used when no authentication method and no user name are specified.
  200.   -Kerberos accepts domain user names, but not local user names.
  201.   -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  202.   -The client and remote computers are in different domains and there is no trust between the two domains.
  203.  After checking for the above issues, try the following:
  204.   -Check the Event Viewer for events related to authentication.
  205.   -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use
  206. HTTPS transport.
  207.  Note that computers in the TrustedHosts list might not be authenticated.
  208.    -For more information about WinRM configuration, run the following command: winrm help config. For more information, see
  209. the about_Remote_Troubleshooting Help topic.
  210.     + CategoryInfo          : OpenError: (manatarms:String) [], PSRemotingTransportException
  211.     + FullyQualifiedErrorId : 1312,PSSessionStateBroken
  212. PS>TerminatingError(): "Unknown key size. Cannot continue. Quitting."
  213. >> TerminatingError(): "Unknown key size. Cannot continue. Quitting."
  214. >> TerminatingError(): "Unknown key size. Cannot continue. Quitting."
  215. Start-SqlMigration : Credential migration reported the following error Unknown key size. Cannot continue. Quitting.
  216. At line:1 char:1
  217. + Start-SqlMigration -Source manatarms\number14 -Destination manatarms\ ...
  218. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  219.     + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
  220.     + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Start-SqlMigration
  221. Start-SqlMigration : Credential migration reported the following error Unknown key size. Cannot continue. Quitting.
  222. At line:1 char:1
  223. + Start-SqlMigration -Source manatarms\number14 -Destination manatarms\ ...
  224. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  225.     + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
  226.     + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Start-SqlMigration
  227.  
  228.  
  229.  
  230. Migrating database mail
  231. Migrating mail server configuration values
  232. Migrating accounts
  233. Migrating mail profiles
  234. Migrating mail servers
  235. Mail migration finished
  236.  
  237.  
  238. Migrating user objects in system databases (this can take a second)
  239. Copying from master
  240. Copying from model
  241. Copying from msdb
  242. Migrating user objects in system databases finished
  243.  
  244.  
  245. Migrating Central Management Server
  246. Connecting to Central Management Servers
  247. Central Management Server migration finished
  248.  
  249.  
  250. Migrating Backup Devices
  251. Resolving NetBios name
  252. backup device migration finished
  253.  
  254.  
  255. Migrating linked servers
  256. Getting NetBios name
  257. Checking if remote access is enabled
  258. Checking if Remote Registry is enabled
  259. [manatarms] Connecting to remote server manatarms failed with the following error message : WinRM cannot process the
  260. request. The following error with errorcode 0x8009030e occurred while using Negotiate authentication: A specified logon
  261. session does not exist. It may already have been terminated.  
  262.  Possible causes are:
  263.   -The user name or password specified are invalid.
  264.   -Kerberos is used when no authentication method and no user name are specified.
  265.   -Kerberos accepts domain user names, but not local user names.
  266.   -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  267.   -The client and remote computers are in different domains and there is no trust between the two domains.
  268.  After checking for the above issues, try the following:
  269.   -Check the Event Viewer for events related to authentication.
  270.   -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or
  271. use HTTPS transport.
  272.  Note that computers in the TrustedHosts list might not be authenticated.
  273.    -For more information about WinRM configuration, run the following command: winrm help config. For more information,
  274. see the about_Remote_Troubleshooting Help topic.
  275.     + CategoryInfo          : OpenError: (manatarms:String) [], PSRemotingTransportException
  276.     + FullyQualifiedErrorId : 1312,PSSessionStateBroken
  277. [manatarms] Connecting to remote server manatarms failed with the following error message : WinRM cannot process the
  278. request. The following error with errorcode 0x8009030e occurred while using Negotiate authentication: A specified logon
  279. session does not exist. It may already have been terminated.
  280.  Possible causes are:
  281.   -The user name or password specified are invalid.
  282.   -Kerberos is used when no authentication method and no user name are specified.
  283.   -Kerberos accepts domain user names, but not local user names.
  284.   -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  285.   -The client and remote computers are in different domains and there is no trust between the two domains.
  286.  After checking for the above issues, try the following:
  287.   -Check the Event Viewer for events related to authentication.
  288.   -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use
  289. HTTPS transport.
  290.  Note that computers in the TrustedHosts list might not be authenticated.
  291.    -For more information about WinRM configuration, run the following command: winrm help config. For more information, see
  292. the about_Remote_Troubleshooting Help topic.
  293.     + CategoryInfo          : OpenError: (manatarms:String) [], PSRemotingTransportException
  294.     + FullyQualifiedErrorId : 1312,PSSessionStateBroken
  295. Collecting Linked Server logins and passwords on manatarms\number14
  296. [manatarms] Connecting to remote server manatarms failed with the following error message : WinRM cannot process the
  297. request. The following error with errorcode 0x8009030e occurred while using Negotiate authentication: A specified logon
  298. session does not exist. It may already have been terminated.  
  299.  Possible causes are:
  300.   -The user name or password specified are invalid.
  301.   -Kerberos is used when no authentication method and no user name are specified.
  302.   -Kerberos accepts domain user names, but not local user names.
  303.   -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  304.   -The client and remote computers are in different domains and there is no trust between the two domains.
  305.  After checking for the above issues, try the following:
  306.   -Check the Event Viewer for events related to authentication.
  307.   -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or
  308. use HTTPS transport.
  309.  Note that computers in the TrustedHosts list might not be authenticated.
  310.    -For more information about WinRM configuration, run the following command: winrm help config. For more information,
  311. see the about_Remote_Troubleshooting Help topic.
  312.     + CategoryInfo          : OpenError: (manatarms:String) [], PSRemotingTransportException
  313.     + FullyQualifiedErrorId : 1312,PSSessionStateBroken
  314. [manatarms] Connecting to remote server manatarms failed with the following error message : WinRM cannot process the
  315. request. The following error with errorcode 0x8009030e occurred while using Negotiate authentication: A specified logon
  316. session does not exist. It may already have been terminated.
  317.  Possible causes are:
  318.   -The user name or password specified are invalid.
  319.   -Kerberos is used when no authentication method and no user name are specified.
  320.   -Kerberos accepts domain user names, but not local user names.
  321.   -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  322.   -The client and remote computers are in different domains and there is no trust between the two domains.
  323.  After checking for the above issues, try the following:
  324.   -Check the Event Viewer for events related to authentication.
  325.   -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use
  326. HTTPS transport.
  327.  Note that computers in the TrustedHosts list might not be authenticated.
  328.    -For more information about WinRM configuration, run the following command: winrm help config. For more information, see
  329. the about_Remote_Troubleshooting Help topic.
  330.     + CategoryInfo          : OpenError: (manatarms:String) [], PSRemotingTransportException
  331.     + FullyQualifiedErrorId : 1312,PSSessionStateBroken
  332. [manatarms] Connecting to remote server manatarms failed with the following error message : WinRM cannot process the
  333. request. The following error with errorcode 0x8009030e occurred while using Negotiate authentication: A specified logon
  334. session does not exist. It may already have been terminated.  
  335.  Possible causes are:
  336.   -The user name or password specified are invalid.
  337.   -Kerberos is used when no authentication method and no user name are specified.
  338.   -Kerberos accepts domain user names, but not local user names.
  339.   -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  340.   -The client and remote computers are in different domains and there is no trust between the two domains.
  341.  After checking for the above issues, try the following:
  342.   -Check the Event Viewer for events related to authentication.
  343.   -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or
  344. use HTTPS transport.
  345.  Note that computers in the TrustedHosts list might not be authenticated.
  346.    -For more information about WinRM configuration, run the following command: winrm help config. For more information,
  347. see the about_Remote_Troubleshooting Help topic.
  348.     + CategoryInfo          : OpenError: (manatarms:String) [], PSRemotingTransportException
  349.     + FullyQualifiedErrorId : 1312,PSSessionStateBroken
  350. [manatarms] Connecting to remote server manatarms failed with the following error message : WinRM cannot process the
  351. request. The following error with errorcode 0x8009030e occurred while using Negotiate authentication: A specified logon
  352. session does not exist. It may already have been terminated.
  353.  Possible causes are:
  354.   -The user name or password specified are invalid.
  355.   -Kerberos is used when no authentication method and no user name are specified.
  356.   -Kerberos accepts domain user names, but not local user names.
  357.   -The Service Principal Name (SPN) for the remote computer name and port does not exist.
  358.   -The client and remote computers are in different domains and there is no trust between the two domains.
  359.  After checking for the above issues, try the following:
  360.   -Check the Event Viewer for events related to authentication.
  361.   -Change the authentication method; add the destination computer to the WinRM TrustedHosts configuration setting or use
  362. HTTPS transport.
  363.  Note that computers in the TrustedHosts list might not be authenticated.
  364.    -For more information about WinRM configuration, run the following command: winrm help config. For more information, see
  365. the about_Remote_Troubleshooting Help topic.
  366.     + CategoryInfo          : OpenError: (manatarms:String) [], PSRemotingTransportException
  367.     + FullyQualifiedErrorId : 1312,PSSessionStateBroken
  368. PS>TerminatingError(): "Unknown key size. Cannot continue. Quitting."
  369. >> TerminatingError(): "Unknown key size. Cannot continue. Quitting."
  370. >> TerminatingError(): "Unknown key size. Cannot continue. Quitting."
  371. Start-SqlMigration : Linked server migration reported the following error Unknown key size. Cannot continue. Quitting.
  372. At line:1 char:1
  373. + Start-SqlMigration -Source manatarms\number14 -Destination manatarms\ ...
  374. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  375.     + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
  376.     + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Start-SqlMigration
  377. Start-SqlMigration : Linked server migration reported the following error Unknown key size. Cannot continue. Quitting.
  378. At line:1 char:1
  379. + Start-SqlMigration -Source manatarms\number14 -Destination manatarms\ ...
  380. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  381.     + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
  382.     + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Start-SqlMigration
  383.  
  384.  
  385.  
  386. Migrating System Triggers
  387. Server trigger migration finished
  388.  
  389. Migrating databases
  390. Attempting to connect to Sql Servers..
  391. Resolving NetBIOS names
  392. Performing SMO version check
  393. Checking to ensure the source isn't the same as the destination
  394. Checking to ensure network path is valid
  395. Checking to ensure server is not SQL Server 7 or below
  396. Checking to ensure detach/attach is not attempted on SQL Server 2000
  397. Checking to ensure SQL Server 2000 migration isn't directly attempted to SQL Server 2012
  398. Ensuring user databases exist (counting databases)
  399. Ensuring destination server version is equal to or greater than source
  400. Writing warning about filestream being enabled
  401. Building database list
  402. Building file structure inventory for 11 databases
  403.  
  404. ######### Database: AdventureWorks2014 #########
  405. Started: 09/15/2016 22:19:49
  406. Successfully restored AdventureWorks2014 to MANATARMS\NUMBER16
  407. Finished: 09/15/2016 22:19:58
  408. Elapsed time: 00:00:09
  409.  
  410. ######### Database: AdventureWorksDW2014 #########
  411. Started: 09/15/2016 22:19:58
  412. Successfully restored AdventureWorksDW2014 to MANATARMS\NUMBER16
  413. Finished: 09/15/2016 22:20:04
  414. Elapsed time: 00:00:05
  415.  
  416. ######### Database: avail #########
  417. Started: 09/15/2016 22:20:04
  418. Successfully restored avail to MANATARMS\NUMBER16
  419. Finished: 09/15/2016 22:20:05
  420. Elapsed time: 00:00:00
  421.  
  422. ######### Database: AzureStorageEmulatorDb44 #########
  423. Started: 09/15/2016 22:20:05
  424. Successfully restored AzureStorageEmulatorDb44 to MANATARMS\NUMBER16
  425. Finished: 09/15/2016 22:20:06
  426. Elapsed time: 00:00:00
  427.  
  428. ######### Database: CollegeScorecardData #########
  429. Started: 09/15/2016 22:20:06
  430. Successfully restored CollegeScorecardData to MANATARMS\NUMBER16
  431. Finished: 09/15/2016 22:20:06
  432. Elapsed time: 00:00:00
  433.  
  434. ######### Database: Database With Space #########
  435. Started: 09/15/2016 22:20:06
  436. Successfully restored Database With Space to MANATARMS\NUMBER16
  437. Finished: 09/15/2016 22:20:31
  438. Elapsed time: 00:00:24
  439.  
  440. ######### Database: DatabaseFS #########
  441. WARNING: Skipping DatabaseFS (contains FILESTREAM)
  442.  
  443. ######### Database: Northwind #########
  444. Started: 09/15/2016 22:20:31
  445. Successfully restored Northwind to MANATARMS\NUMBER16
  446. Finished: 09/15/2016 22:21:25
  447. Elapsed time: 00:00:53
  448.  
  449. ######### Database: PerfDataCollection #########
  450. Started: 09/15/2016 22:21:25
  451. Successfully restored PerfDataCollection to MANATARMS\NUMBER16
  452. Finished: 09/15/2016 22:24:26
  453. Elapsed time: 00:03:01
  454.  
  455. ######### Database: PSGallery #########
  456. Started: 09/15/2016 22:24:26
  457. Successfully restored PSGallery to MANATARMS\NUMBER16
  458. Finished: 09/15/2016 22:24:28
  459. Elapsed time: 00:00:02
  460.  
  461. ######### Database: SSISDB #########
  462. Started: 09/15/2016 22:24:28
  463. Successfully restored SSISDB to MANATARMS\NUMBER16
  464. Finished: 09/15/2016 22:24:33
  465. Elapsed time: 00:00:04
  466.  
  467. Database migration finished
  468. Migration started: 09/15/2016 22:19:49
  469. Migration completed: 09/15/2016 22:24:33
  470. Total Elapsed time: 00:04:43
  471.  
  472.  
  473. Migrating logins
  474. Attempting to connect to SQL Servers..
  475. Migration started: 09/15/2016 22:24:33
  476. Attempting Login Migration
  477. Skipping ##MS_PolicyEventProcessingLogin##
  478. Skipping ##MS_PolicyTsqlExecutionLogin##
  479. Skipping ##MS_SQLEnableSystemAssemblyLoadingUser##
  480. Skipping ##MS_SSISServerCleanupJobLogin##
  481. MANATARMS\wshaw is skipped because it is a local machine name.
  482. NT AUTHORITY\SYSTEM is skipped because it is a local machine name.
  483. NT Service\MSSQL$NUMBER14 is skipped because it is a local machine name.
  484. NT SERVICE\SQLAgent$NUMBER14 is skipped because it is a local machine name.
  485. NT SERVICE\SQLAgent$NUMBER14B is skipped because it is a local machine name.
  486. NT SERVICE\SQLWriter is skipped because it is a local machine name.
  487. NT SERVICE\Winmgmt is skipped because it is a local machine name.
  488. Attempting to add Test_App_1 to MANATARMS\NUMBER16
  489. Setting Test_App_1 SID to source username SID
  490. Setting login language to us_english
  491. Set Test_App_1 defaultdb to master
  492. Successfully added Test_App_1 to MANATARMS\NUMBER16
  493. Successfully performed Grant CONNECT SQL to Test_App_1
  494. WARNING: Failed to add Test_App_1 (Test_App_1) to avail on MANATARMS\NUMBER16.
  495. WARNING: See error log C:\Users\wshaw\Documents\dbatools-exceptions.txt for more details.
  496. WARNING: Failed to perform Grant on CONNECT for Test_App_1 on avail.
  497. WARNING: See error log C:\Users\wshaw\Documents\dbatools-exceptions.txt for more details.
  498. Attempting to add Test_App_2 to MANATARMS\NUMBER16
  499. Setting Test_App_2 SID to source username SID
  500. Setting login language to us_english
  501. Set Test_App_2 defaultdb to master
  502. Successfully added Test_App_2 to MANATARMS\NUMBER16
  503. Successfully performed Grant CONNECT SQL to Test_App_2
  504. WARNING: Failed to add Test_App_2 (Test_App_2) to AdventureWorks2014 on MANATARMS\NUMBER16.
  505. WARNING: See error log C:\Users\wshaw\Documents\dbatools-exceptions.txt for more details.
  506. WARNING: Failed to perform Grant on CONNECT for Test_App_2 on AdventureWorks2014.
  507. WARNING: See error log C:\Users\wshaw\Documents\dbatools-exceptions.txt for more details.
  508. Login migration completed: 09/15/2016 22:24:35
  509. Total elapsed time: 00:00:02
  510.  
  511.  
  512. Migrating Audits
  513. Server audit migration finished
  514.  
  515.  
  516. Migrating Server Audit Specifications
  517. Server audit migration finished
  518.  
  519.  
  520. Migrating Endpoints
  521. Server endpoint migration finished
  522.  
  523.  
  524. Migrating Policy Management
  525. Migrating conditions
  526. Migrating policies
  527. Policy Management migration finished
  528.  
  529.  
  530. Migrating Resource Governor
  531. Updating Resource Governor settings
  532. Migrating pools
  533. Reconfiguring Resource Governor
  534. Resource Governor migration finished
  535.  
  536.  
  537. Migrating Extended Events
  538. Migrating sessions
  539. Migrating session Avail_Trace_Statements
  540. Migrating session Watch_Login
  541. Extended Event migration finished
  542.  
  543.  
  544. Migrating job server
  545. Operator category migration finished
  546. Alert category migration finished
  547. Job category migration finished
  548. Agent category migration finished
  549. Copying Operator Shawn Melton
  550. Operator migration finished
  551. Copying Alert Defaults
  552. Alert migration finished
  553. Server proxy account migration finished
  554. WARNING: Shared job schedule CollectorSchedule_Every_10min exists at destination. Use -Force to drop and migrate.
  555. WARNING: Shared job schedule CollectorSchedule_Every_15min exists at destination. Use -Force to drop and migrate.
  556. WARNING: Shared job schedule CollectorSchedule_Every_30min exists at destination. Use -Force to drop and migrate.
  557. WARNING: Shared job schedule CollectorSchedule_Every_5min exists at destination. Use -Force to drop and migrate.
  558. WARNING: Shared job schedule CollectorSchedule_Every_60min exists at destination. Use -Force to drop and migrate.
  559. WARNING: Shared job schedule CollectorSchedule_Every_6h exists at destination. Use -Force to drop and migrate.
  560. Copying schedule DBA - SQL ErrorLog Rollover
  561. WARNING: Shared job schedule Every5Minute exists at destination. Use -Force to drop and migrate.
  562. WARNING: Shared job schedule FTC_Populate exists at destination. Use -Force to drop and migrate.
  563. Copying schedule IAmATSQLTask.IHaveFunnyCharacter!InMyName
  564. Copying schedule mdw_purge_data_schedule
  565. Copying schedule OccursEvery15Minutes
  566. Copying schedule OccursEveryOneHour
  567. Copying schedule OccursOnceADayAt12:01AM
  568. WARNING: Shared job schedule RunAsSQLAgentServiceStartSchedule exists at destination. Use -Force to drop and migrate.
  569. Copying schedule SSISDB Scheduler
  570. WARNING: Shared job schedule syspolicy_purge_history_schedule exists at destination. Use -Force to drop and migrate.
  571. Job schedule migration finished
  572. WARNING: [Job: collection_set_1_noncached_collect_and_upload] Job collection_set_1_noncached_collect_and_upload exists at destination. Use -Force to drop and migrate.
  573. WARNING: [Job: collection_set_2_collection] Job collection_set_2_collection exists at destination. Use -Force to drop and migrate.
  574. WARNING: [Job: collection_set_2_upload] Job collection_set_2_upload exists at destination. Use -Force to drop and migrate.
  575. WARNING: [Job: collection_set_3_collection] Job collection_set_3_collection exists at destination. Use -Force to drop and migrate.
  576. WARNING: [Job: collection_set_3_upload] Job collection_set_3_upload exists at destination. Use -Force to drop and migrate.
  577. WARNING: [Job: collection_set_8_collection] Job collection_set_8_collection exists at destination. Use -Force to drop and migrate.
  578. WARNING: [Job: collection_set_8_upload] Job collection_set_8_upload exists at destination. Use -Force to drop and migrate.
  579. Copying Job DBA - SQL ErrorLog Rollover
  580. WARNING: [Job: Every5Minute] Job Every5Minute exists at destination. Use -Force to drop and migrate.
  581. Copying Job IAmATSQLTask.IHaveFunnyCharacter!InMyName
  582. Copying Job IAmATSQLTask.IHaveSecondSubPlan
  583. Copying Job MaintenancePlan.Subplan_1
  584. Copying Job mdw_purge_data_[PerfDataCollection]
  585. WARNING: [Job: SSIS Server Maintenance Job] Login(s) ##MS_SSISServerCleanupJobLogin## doesn't exist on destination. Skipping.
  586. WARNING: [Job: Start Optimize Catalog Population on DatabaseFS.DatabaseFTS] Job Start Optimize Catalog Population on DatabaseFS.DatabaseFTS exists at destination. Use -Force to drop and migrate.
  587. WARNING: [Job: syspolicy_purge_history] Job syspolicy_purge_history exists at destination. Use -Force to drop and migrate.
  588. Copying Job sysutility_get_cache_tables_data_into_aggregate_tables_daily
  589. Copying Job sysutility_get_cache_tables_data_into_aggregate_tables_hourly
  590. Copying Job sysutility_get_views_data_into_cache_tables
  591. Copying Job Test-DropWhileRunning
  592. Job migration finished
  593. Copying SQL Agent Properties
  594. WARNING: See error log C:\Users\wshaw\Documents\dbatools-exceptions.txt for more details.
  595. Job server migration finished
  596.  
  597.  
  598. SQL Server migration complete
  599. Migration started: 09/15/2016 22:19:15
  600. Migration completed: 09/15/2016 22:24:40
  601. Total Elapsed time: 00:05:24
  602. **********************
  603. Windows PowerShell transcript end
  604. End time: 20160915222440
  605. **********************
Add Comment
Please, Sign In to add comment