Reply
 
LinkBack Thread Tools Display Modes
Old 06-23-2009, 02:02 AM   #1 (permalink)
Senior Member
 
Join Date: Jul 2008
Location: Olympia, WA
Posts: 342
grichards is a jewel in the roughgrichards is a jewel in the roughgrichards is a jewel in the roughgrichards is a jewel in the rough
Send a message via Skype™ to grichards
Default can't install 5.2

Installation works on several other machines but when trying to install 5.2 on a laptop i get:

An error was encountered while attempting to locate the LanSync server

------- DETAILS ------
Source: DToolsInstallationUtility.Views.ClientLocateServer View
Time: 6/22/2009 4:11:36 PM
OS:Microsoft Windows NT 5.1.2600 Service Pack 3
Exception:
DTools.SystemIntegrator.FileMgr.Common.DToolsFileM grServerOffLineException: Server: [] communication error attempting to open. Check that server is on-line. ---> System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://kings:9000/DToolsFileMgrService/service. The connection attempt lasted for a time span of 00:00:01.0011968. TCP error code 10061: No connection could be made because the target machine actively refused it 10.0.2.25:9000. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.0.2.25:9000
at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
at System.ServiceModel.Channels.SocketConnectionIniti ator.Connect(Uri uri, TimeSpan timeout)
--- End of inner exception stack trace ---

Server stack trace:
at System.ServiceModel.Channels.SocketConnectionIniti ator.Connect(Uri uri, TimeSpan timeout)
at System.ServiceModel.Channels.BufferedConnectionIni tiator.Connect(Uri uri, TimeSpan timeout)
at System.ServiceModel.Channels.ConnectionPoolHelper. EstablishConnection(TimeSpan timeout)
at System.ServiceModel.Channels.ClientFramingDuplexSe ssionChannel.OnOpen(TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.O pen(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.OnOpen (TimeSpan timeout)
at System.ServiceModel.Channels.CommunicationObject.O pen(TimeSpan timeout)

Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleRe turnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateI nvoke(MessageData& msgData, Int32 type)
at System.ServiceModel.ICommunicationObject.Open(Time Span timeout)
at System.ServiceModel.ClientBase`1.System.ServiceMod el.ICommunicationObject.Open(TimeSpan timeout)
at System.ServiceModel.ClientBase`1.Open()
at DTools.SystemIntegrator.FileMgr.ClientSvc.ClientSv c.ServiceOpen()
--- End of inner exception stack trace ---
at DTools.SystemIntegrator.FileMgr.ClientSvc.ClientSv c.ServiceOpen()
at DTools.SystemIntegrator.FileMgr.ClientSvc.ClientSv c.ServiceRestart()
at DTools.SystemIntegrator.FileMgr.ClientSvc.ClientSv c.ServiceError(Exception ex, Boolean ThrowEx)
at DTools.SystemIntegrator.FileMgr.ClientSvc.ClientSv c.ServerGetConfiguration(String netTCPAddress)
at DToolsInstallationUtility.Views.ClientLocateServer View.button1_Click(Object sender, EventArgs e)
at DTools.SystemIntegrator.FileMgr.ClientSvc.ClientSv c.ServiceOpen()
at DTools.SystemIntegrator.FileMgr.ClientSvc.ClientSv c.ServiceRestart()
at DTools.SystemIntegrator.FileMgr.ClientSvc.ClientSv c.ServiceError(Exception ex, Boolean ThrowEx)
at DTools.SystemIntegrator.FileMgr.ClientSvc.ClientSv c.ServerGetConfiguration(String netTCPAddress)
at DToolsInstallationUtility.Views.ClientLocateServer View.button1_Click(Object sender, EventArgs e)

any ideas?
grichards is offline   Reply With Quote
Old 06-24-2009, 10:24 PM   #2 (permalink)
Member
 
Join Date: May 2008
Location: Surprise, AZ
Posts: 45
AE Engineer is on a distinguished road
Default

The error is telling you that your laptop cannot find the server where your SI5 is located. You need to check to see if your network is working on the laptop. Use the laptop and go find the server location where the SI5 files are located. Once you do that, make sure you are choosing the right place from the browse menu when it asks for the server location in your SI5 setup.
__________________
[SIGPIC][/SIGPIC]
Elite Home Technology
AE Engineer is offline   Reply With Quote
Old 06-24-2009, 11:13 PM   #3 (permalink)
Senior Member
 
Join Date: Jul 2008
Location: Olympia, WA
Posts: 342
grichards is a jewel in the roughgrichards is a jewel in the roughgrichards is a jewel in the roughgrichards is a jewel in the rough
Send a message via Skype™ to grichards
Default

Originally Posted by AE Engineer View Post
...You need to check to see if your network is working on the laptop. Use the laptop and go find the server location where the SI5 files are located. Once you do that, make sure you are choosing the right place from the browse menu when it asks for the server location in your SI5 setup.
the laptop is working on the network.
I can access all shared folders through windows explorer on the laptop.
shared folder permissions are set correctly, too open really (EVERYONE-FULL CONTROL)
I'm selecting the correct server location.
any other ideas?
grichards is offline   Reply With Quote
Old 06-24-2009, 11:34 PM   #4 (permalink)
ManUnitedFan
Guest
 
Posts: n/a
Default

Quote:
TCP error code 10061: No connection could be made because the target machine actively refused it 10.0.2.25:9000. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.0.2.25:9000
Based on the information in the thrown exception I would say that there are a couple of different things that could be causing this error message.

A. A firewall or Proxy on the server machine is actively refusing the connection on TCP 9000. If this is the case you will need to add an exception for communication on this port.

or

B. There is another application on the server that is already using that port. This can be easily diagnosed by simply stopping the D-Tools service on the server and then run a netstat -a from the command prompt to see if tcp 9000 is still listening. If it is still active then you will need to reinstall your server components and specify a different port thats not already in use.

Also, here is a link to more information on how to troubleshoot TCP error 10061. http://www.dameware.com/support/kb/a...aspx?ID=300006

Good Luck!
  Reply With Quote
Old 06-25-2009, 12:21 AM   #5 (permalink)
Senior Member
 
Join Date: Jul 2008
Location: Olympia, WA
Posts: 342
grichards is a jewel in the roughgrichards is a jewel in the roughgrichards is a jewel in the roughgrichards is a jewel in the rough
Send a message via Skype™ to grichards
Default

i do have an exception for port 9000.
also, all other installs are able to reach the server with no problem. So it doesn't seem like another application is blocking the port.

thanks for the TCP error resource. i'll check it out.
grichards is offline   Reply With Quote
Old 08-27-2009, 01:24 AM   #6 (permalink)
Junior Member
 
Join Date: Dec 2008
Posts: 4
BlackAUDI is on a distinguished road
Default

I have the same issue has anyone found a solution? All machines working with the exception of my new laptop? Access open, port 9000 in exceptions, can see the server. No explainations?
BlackAUDI is offline   Reply With Quote
Old 08-27-2009, 09:03 AM   #7 (permalink)
Administrator
 
JoseM's Avatar
 
Join Date: Feb 2006
Posts: 358
JoseM is on a distinguished road
Send a message via MSN to JoseM
Default

Originally Posted by BlackAUDI View Post
I have the same issue has anyone found a solution? All machines working with the exception of my new laptop? Access open, port 9000 in exceptions, can see the server. No explainations?
If you do a trace route from the client to the server, is it more than one hop? What operating system are you on? Disable the firewall on the server and on the client and see if that makes any difference.

Trace route:
In Windows, select Start > Run> and type in cmd then press enter. This will give you a command prompt window. Enter the word tracert, followed by a space, then the servers name or IP address.
__________________
- JoseM
JoseM is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Project no longer displaying HeadEnd Dialog nor calculating Install price on Wires HickmottJ Bugs Section 1 06-08-2009 06:38 AM
D-Tools Will not launch after install. DigitalStudioWerks Installation & Setup 0 09-13-2008 08:21 PM
Quicklinks crashes SI 5.2 rjsuryan Bugs Section 2 06-06-2008 01:32 AM
Si 5.2 ESD_STEVE General Section 2 05-07-2008 04:21 PM
Removing SI4 to install SI5 on Vista machine aurso SI 5 Trial Users - Post Here 4 08-25-2007 07:54 PM


All times are GMT. The time now is 08:45 AM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.0
D-Tools, Inc.