Forum Discussion
Unable to create PBI Report Server configuration database on remote host
- 8 years ago
Solved Using following HOSTNAME,PORT instead of only HOSTNAME.
If 2 SQL Server Instances exist in the same HOST it is required to specify
HOSTNAME\INSTANCE,PORT
Instance was empty so in my case I use
HOSTNAME,PORT
After enabling Named Pipes, I am now getting a different Error
Error
System.Net.Sockets.SocketException (0x80004005): The requested name is valid, but no data of the requested type was found
at System.Net.Dns.InternalGetHostByAddress(IPAddress address, Boolean includeIPv6)
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.Net.Sockets.SocketException (0x80004005): The requested name is valid, but no data of the requested type was found
at System.Net.Dns.InternalGetHostByAddress(IPAddress address, Boolean includeIPv6)
at System.Net.Dns.GetHostEntry(String hostNameOrAddress)
at ReportServicesConfigUI.RSDatabase.IsLocalDbServer(String dbServer)
at ReportServicesConfigUI.RSCredentialPanel.EnsureHaveValidData()
at ReportServicesConfigUI.RSCredentialPanel.NotifyNextClicked()
at ReportServicesConfigUI.DatabaseWizard.MovePage(MoveDirection direction)
at System.Windows.Forms.Control.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnClick(EventArgs e)
at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ButtonBase.WndProc(Message& m)
at System.Windows.Forms.Button.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)