Select to view content in your preferred language

Transferring data to server is slow, am I doing it the best way?

1133
3
09-19-2013 06:10 AM
IB1
by
Regular Contributor
It seems to take forever to transfer data to our server.

We have ArcGIS Server 10.1 SP1 with SQL Server 2012 and wired/direct connections.

The way I transfer data is from my laptop through ArcCatalog. I just open the Database Connection, choose the database,  and copy/paste the layers from my laptop into the database on the server.

I'm currently transferring a couple polygons parcel feature classes and some point features and it's been 20 minutes and it's still going. I feel like it should be quicker than this. What's the best way to transfer data to the server?
Tags (2)
0 Kudos
3 Replies
MichaelVolz
Esteemed Contributor
Does the data need to reside on the server?  How about registering the data from the network location with a UNC path (You will get a warning notice about UNC paths, but it is not high severity so its not important).  In this way, you would not need to copy data.
0 Kudos
IB1
by
Regular Contributor
Does the data need to reside on the server?  How about registering the data from the network location with a UNC path (You will get a warning notice about UNC paths, but it is not high severity so its not important).  In this way, you would not need to copy data.


Yeah, I need the data on the server. I use the data for web maps and such and use other software that uses the data on SQL Server. Basically, I need the data always available.
0 Kudos
LeoDonahue
Deactivated User
It seems to take forever to transfer data to our server.

The way I transfer data is from my laptop through ArcCatalog. I just open the Database Connection, choose the database,  and copy/paste the layers from my laptop into the database on the server.


You are moving the data from your database connection, through your laptop, and then to your ArcGIS Server.  Based on your network switch, that could be really slow.

In other words, you are moving your data through the switch twice.

Are these layers candidates for versioning?  That could help your process alot.
0 Kudos