Install on SQL Server Express

426
2
07-19-2010 11:15 AM
HolgerSchade
New Contributor III
Hi,

I am trying to install Workflowmanager on a SQL Server Express. I have a Workgroup SDE running on it. I just cannot figure out which parameters for the DB connection I need to enter In the Post Install.

For the hostname I enter: myagsserver
For the service I entered: myagsserver_sqlexpress (I also tried 1433 for the service)
For the DBName: I used either an existing DB or non existing DB
For the user and password: I used the db admin and password I used when setting up the db 

I always get the error message: "Failed to connect to the specified server. Entry for SDE instance not found in services file"

I also tried to change the Version, but I also got the same error

By the way I can connect to the DB from ArcCatalog and create a Geodatabase in it. So the SDE seems to be set up correctly. 


Can anyone give me an Example please!
0 Kudos
2 Replies
MatthiasSchenker
Esri Contributor
Hi Holger,

What you need to enter is what you see after a right click on the database in ArcCatalog and choose "Save connection". You can then open the "Connection Properties" from the connection file under the "Database Connections" node.

In your case, you seem to be missing the correct xpression for the service, try

sde:sqlserver:[machinename]\sqlexpress

Best regards,
Matthias
ESRI Switzerland
0 Kudos
HolgerSchade
New Contributor III
Thanks a lot - that worked !

The "sde:sqlserver:" bit was the thing I was missing 🙂
0 Kudos