Sharing ArcMap with router and simultaneously two or more than two users can data entry in attribute table?

Clash Royale CLAN TAG#URR8PPP
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty margin-bottom:0;
up vote
1
down vote
favorite
I have two computer, one router and i want to share ArcMap and simultaneously from two computer filling the attribute table.
arcmap arcgis-10.2
add a comment |Â
up vote
1
down vote
favorite
I have two computer, one router and i want to share ArcMap and simultaneously from two computer filling the attribute table.
arcmap arcgis-10.2
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have two computer, one router and i want to share ArcMap and simultaneously from two computer filling the attribute table.
arcmap arcgis-10.2
I have two computer, one router and i want to share ArcMap and simultaneously from two computer filling the attribute table.
arcmap arcgis-10.2
arcmap arcgis-10.2
edited 24 mins ago
PolyGeoâ¦
51.9k1777233
51.9k1777233
asked 1 hour ago
M Zia
243
243
add a comment |Â
add a comment |Â
1 Answer
1
active
oldest
votes
up vote
2
down vote
It is not possible to share ArcMap session between two computers. It is possible to run ArcMap on Citrix, however, the session is per user only so there is basically no way to modify the map layers open in a particular ArcMap serssion simultaneously without actually starting another session of ArcMap and editing the very same layers (provided that the data source layers are coming from support multiuser editing).
If you require multiuser editing, but do not have multiple ArcGIS Desktop licenses, you could build custom desktop/web applications that are capable of editing your geodata stored in a format that supports multiuser editing that happens in the same time. There are quite a few libraries and frameworks that you could take advantage of.
Your best open-source option would probably be QGIS Desktop app with the PostGIS DBMS in the backend. Your ArcMap user(s) would also be able to see and edit the PostGIS database tables as QGIS users are editing them, so this could be pretty handy.
+1 but be careful you don't oversell the ArcMap & QGIS editing the same PostGIS data, it is possible but there's a lot more involved with editing PostGIS data from the ArcGIS side than just adding a connection and QGIS users will not be able to see the ArcGIS edits straight away... I've been in the situation of having Esri and QGIS editors with PostGIS and having to clean up the mess.
â Michael Stimson
10 mins ago
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
2
down vote
It is not possible to share ArcMap session between two computers. It is possible to run ArcMap on Citrix, however, the session is per user only so there is basically no way to modify the map layers open in a particular ArcMap serssion simultaneously without actually starting another session of ArcMap and editing the very same layers (provided that the data source layers are coming from support multiuser editing).
If you require multiuser editing, but do not have multiple ArcGIS Desktop licenses, you could build custom desktop/web applications that are capable of editing your geodata stored in a format that supports multiuser editing that happens in the same time. There are quite a few libraries and frameworks that you could take advantage of.
Your best open-source option would probably be QGIS Desktop app with the PostGIS DBMS in the backend. Your ArcMap user(s) would also be able to see and edit the PostGIS database tables as QGIS users are editing them, so this could be pretty handy.
+1 but be careful you don't oversell the ArcMap & QGIS editing the same PostGIS data, it is possible but there's a lot more involved with editing PostGIS data from the ArcGIS side than just adding a connection and QGIS users will not be able to see the ArcGIS edits straight away... I've been in the situation of having Esri and QGIS editors with PostGIS and having to clean up the mess.
â Michael Stimson
10 mins ago
add a comment |Â
up vote
2
down vote
It is not possible to share ArcMap session between two computers. It is possible to run ArcMap on Citrix, however, the session is per user only so there is basically no way to modify the map layers open in a particular ArcMap serssion simultaneously without actually starting another session of ArcMap and editing the very same layers (provided that the data source layers are coming from support multiuser editing).
If you require multiuser editing, but do not have multiple ArcGIS Desktop licenses, you could build custom desktop/web applications that are capable of editing your geodata stored in a format that supports multiuser editing that happens in the same time. There are quite a few libraries and frameworks that you could take advantage of.
Your best open-source option would probably be QGIS Desktop app with the PostGIS DBMS in the backend. Your ArcMap user(s) would also be able to see and edit the PostGIS database tables as QGIS users are editing them, so this could be pretty handy.
+1 but be careful you don't oversell the ArcMap & QGIS editing the same PostGIS data, it is possible but there's a lot more involved with editing PostGIS data from the ArcGIS side than just adding a connection and QGIS users will not be able to see the ArcGIS edits straight away... I've been in the situation of having Esri and QGIS editors with PostGIS and having to clean up the mess.
â Michael Stimson
10 mins ago
add a comment |Â
up vote
2
down vote
up vote
2
down vote
It is not possible to share ArcMap session between two computers. It is possible to run ArcMap on Citrix, however, the session is per user only so there is basically no way to modify the map layers open in a particular ArcMap serssion simultaneously without actually starting another session of ArcMap and editing the very same layers (provided that the data source layers are coming from support multiuser editing).
If you require multiuser editing, but do not have multiple ArcGIS Desktop licenses, you could build custom desktop/web applications that are capable of editing your geodata stored in a format that supports multiuser editing that happens in the same time. There are quite a few libraries and frameworks that you could take advantage of.
Your best open-source option would probably be QGIS Desktop app with the PostGIS DBMS in the backend. Your ArcMap user(s) would also be able to see and edit the PostGIS database tables as QGIS users are editing them, so this could be pretty handy.
It is not possible to share ArcMap session between two computers. It is possible to run ArcMap on Citrix, however, the session is per user only so there is basically no way to modify the map layers open in a particular ArcMap serssion simultaneously without actually starting another session of ArcMap and editing the very same layers (provided that the data source layers are coming from support multiuser editing).
If you require multiuser editing, but do not have multiple ArcGIS Desktop licenses, you could build custom desktop/web applications that are capable of editing your geodata stored in a format that supports multiuser editing that happens in the same time. There are quite a few libraries and frameworks that you could take advantage of.
Your best open-source option would probably be QGIS Desktop app with the PostGIS DBMS in the backend. Your ArcMap user(s) would also be able to see and edit the PostGIS database tables as QGIS users are editing them, so this could be pretty handy.
edited 39 mins ago
answered 54 mins ago
Alex Tereshenkov
25.7k13197
25.7k13197
+1 but be careful you don't oversell the ArcMap & QGIS editing the same PostGIS data, it is possible but there's a lot more involved with editing PostGIS data from the ArcGIS side than just adding a connection and QGIS users will not be able to see the ArcGIS edits straight away... I've been in the situation of having Esri and QGIS editors with PostGIS and having to clean up the mess.
â Michael Stimson
10 mins ago
add a comment |Â
+1 but be careful you don't oversell the ArcMap & QGIS editing the same PostGIS data, it is possible but there's a lot more involved with editing PostGIS data from the ArcGIS side than just adding a connection and QGIS users will not be able to see the ArcGIS edits straight away... I've been in the situation of having Esri and QGIS editors with PostGIS and having to clean up the mess.
â Michael Stimson
10 mins ago
+1 but be careful you don't oversell the ArcMap & QGIS editing the same PostGIS data, it is possible but there's a lot more involved with editing PostGIS data from the ArcGIS side than just adding a connection and QGIS users will not be able to see the ArcGIS edits straight away... I've been in the situation of having Esri and QGIS editors with PostGIS and having to clean up the mess.
â Michael Stimson
10 mins ago
+1 but be careful you don't oversell the ArcMap & QGIS editing the same PostGIS data, it is possible but there's a lot more involved with editing PostGIS data from the ArcGIS side than just adding a connection and QGIS users will not be able to see the ArcGIS edits straight away... I've been in the situation of having Esri and QGIS editors with PostGIS and having to clean up the mess.
â Michael Stimson
10 mins ago
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fgis.stackexchange.com%2fquestions%2f297476%2fsharing-arcmap-with-router-and-simultaneously-two-or-more-than-two-users-can-dat%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
