MSDE on xp embedded (not embedded studio)

G

Guest

Hello gain, ihave an image and i want to use MSDE, everythign was fine ,
it's installed, but when i want to connect to it to restore the database,
i cannot see the sql server on my device.
What component did i forget or service , can it be a firewall giving problem ?
I can connect from this devices to my computer, so i guees not.


can anyone help me please ?

thanks by advnace
gaetan
 
A

Andy Allred [MS]

Note: MSDE support from the SQL team will be expiring in the near future,
you are encouraged to move on to SQL Express 2005.

Did you use the 'Microsoft SQL Server 2000 Desktop Edition' or 'SQL Express
2005' macro component in the Feature Pack 2007 tech preview we recently
uploaded? This should include all the dependencies you
need to install MSDE. If you haven't signed up to get the build,
here's the details:
http://blogs.msdn.com/embedded/archive/2006/07/31/684728.aspx

Thanks

--
Andy

Check out the Embedded team blog: http://blogs.msdn.com/embedded/

This posting is provided "AS IS" with no warranties, and confers no rights.
 
G

Guest

thanks, i'm still using SQL SERVER 2000 on the devellopement side and msde
200A file install version 2.4.1, wich is not the latest one i guess.

i have to find why the msde istalled is not sens from outside on the network
like the pc itself.

i will look at your link then .
 
G

Guest

so finally i found that the firewall wasn't allowing me to have access to it,
by default all ports are closed.
so to unlock it : in command prompt
netsh firewall set allowedprogram "c:\Program Files\Microsoft SQL
Server\MSSQL\Binn\sqlservr.exe" SQL ENABLE

and it's done
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top