The issue of accessing the instance by dot (.)/localhost/computername,

594
2
Jump to solution
12-24-2012 11:39 AM
JamalNUMAN
Legendary Contributor
The issue of accessing the instance by dot (.)/localhost/computername,

I???m not sure if these ???expressions??? are equivalent in case of accessing a local machine by filling dot (.) or local host or computer name for the instance box.

[ATTACH=CONFIG]20170[/ATTACH], [ATTACH=CONFIG]20171[/ATTACH], [ATTACH=CONFIG]20172[/ATTACH]

I got that the ArcSDE WORKGROUP should be accessed by dot but dot by localhost or computer name. Is that correct?

[ATTACH=CONFIG]20172[/ATTACH]


Thank you for the answer.

Best

Jamal
----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
0 Kudos
1 Solution

Accepted Solutions
by Anonymous User
Not applicable
Original User: blin26

Hi Jamal,

These 3 connections can all be used when you are accessing a local machine for your ArcSDE Workgroup/Personal geodatabases.

.\sqlexpress
localhost\sqlexpress
computername\sqlexpress

Alternatively, you can also use the dynamic TCP/IP port number for the SQL Express instance, for example:

computername,8774

We would recommend to use the following format so that it's clear to which machine and which named instance you are going to connect.

computername\sqlexpress

Thanks,
Ben L.

View solution in original post

0 Kudos
2 Replies
by Anonymous User
Not applicable
Original User: blin26

Hi Jamal,

These 3 connections can all be used when you are accessing a local machine for your ArcSDE Workgroup/Personal geodatabases.

.\sqlexpress
localhost\sqlexpress
computername\sqlexpress

Alternatively, you can also use the dynamic TCP/IP port number for the SQL Express instance, for example:

computername,8774

We would recommend to use the following format so that it's clear to which machine and which named instance you are going to connect.

computername\sqlexpress

Thanks,
Ben L.
0 Kudos
JamalNUMAN
Legendary Contributor
Hi Jamal,

These 3 connections can all be used when you are accessing a local machine for your ArcSDE Workgroup/Personal geodatabases.

.\sqlexpress
localhost\sqlexpress
computername\sqlexpress

Alternatively, you can also use the dynamic TCP/IP port number for the SQL Express instance, for example:

computername,8774

We would recommend to use the following format so that it's clear to which machine and which named instance you are going to connect.

computername\sqlexpress

Thanks,
Ben L.


Thank you Ben for the answer. It is quite clear now.

All the best

Jamal
----------------------------------------
Jamal Numan
Geomolg Geoportal for Spatial Information
Ramallah, West Bank, Palestine
0 Kudos