|
POST
|
You have SQL Server Express, which calls for a slightly different setup process for ArcSDE than the Enterprise or Standard levels of SQL Server. Furthermore, at the express version of SQL Server your geodatabase is considered to be 'Workgroup' rather than Enterprise. There are some limitations of Workgroup geodatabases that you can read about later so that you understand the difference. For now, you need to following either of the two workflows below: (1) Launch the ArcSDE for Microsoft SQL Server Express installation wizard from your installation media and follow the steps at the following URL: http://resources.arcgis.com/en/help/main/10.2/index.html#//018t0000000w000000 OR (2) Open ArcCatalog, expand the Database Servers section, double click "Add Database Server" and input '<your_server_name>\sqlexpress', and then right click the new database server entry and choose New Geodatabase (see screenshot below): [ATTACH=CONFIG]31710[/ATTACH]
... View more
02-24-2014
07:34 AM
|
0
|
0
|
2693
|
|
POST
|
What part of the ArcSDE application do you need to be available after installation? What is the business need to perform the installation silently? For many people, it's simply having the ArcSDE command line tools that is the driving factor. Assuming it's the command line tools you really care about and not the post installation tool (for authorizing a GDB or setting up the application service), all you really need is the bin folder which contains all of the executables and associated binaries. For example, an Oracle ArcSDE installation folder would contain the command line tools under: ...\ora11gexe\bin. All that's needed is to install ArcSDE on one machine and then copy/push the bin folder that the installation produces over to other machines remotely using RoboCopy, XCopy, or Copy. Users will then have those tools on their machines, but they will want to add the path to the bin directory to their PATH system variable if they want to use the SDE command line tools without having to start the command prompt at the bin directory.
... View more
02-22-2014
06:10 PM
|
0
|
0
|
663
|
|
POST
|
Installing ArcGIS Server on a laptop isn't standard practice; I'll even go so far as to say it's not recommended practice. AGS is meant to be more of an enterprise-level application where clients access content hosted from the server. Putting your laptop to sleep at night when AGS is installed doesn't seem like a configuration that would support anyone's business needs. That being said, the services should have a parameter to check called "Periodically check and repair data connections for idle instances". Try checking this option and setting the interval to something like 1 or 2 minutes. I doubt it will make any difference, but it might be worth trying.
... View more
02-22-2014
05:35 PM
|
0
|
0
|
1791
|
|
POST
|
It sounds like you need to set up subtypes and associated domains for your feature class. From what you described, you will likely need a subtype for each possible SignID value along with multiple domains in the SignType field for each potential SignID value. The domains can be set up through the Database Properties and the subtypes are set up through the Feature class properties. It is in the Subtypes tab of the feature class properties where you will determine which domain in the SignType field is available for each of the possible subtype values in the SignID field. There are GP tools in ArcToolbox for Create Subtype and Create Domain which could be helpful here, but to me they are not as straightforward. If you use the properties dialog boxes as I described though, there will be a lot of up-front manual entry. Conceptually, I think this is what you're looking to set up (it's an old link, but I think it demonstrates the point): http://resources.esri.com/help/9.3/arcgisdesktop/com/gp_toolref/data_management_toolbox/attribute_domains_and_subtypes.htm
... View more
02-22-2014
10:09 AM
|
0
|
0
|
3695
|
|
POST
|
Exposing your web adaptor to a FQDN is essentially configuring a reverse proxy, which gives you the ability to publish your GIS services to be accessible externally from the internet. The article below might be helpful to you, despite it being a bit older. It also contains other URL references that will be helpful if you're using Apache or IIS 7: http://support.esri.com/en/knowledgebase/techarticles/detail/32634
... View more
02-22-2014
07:48 AM
|
0
|
0
|
1331
|
|
POST
|
Ok, so yes, first add the new scale using the Manage Map Server Cache Scales tool and then create tiles for the new scale using the Manage Map Server Cache Tiles tool. Again, you'll need to modify your map document first in order to produce a new service definition (SD) file to re-publish. Typically, I've had good luck with using group layers within a map document; one per scale level for my map service.
... View more
02-22-2014
07:36 AM
|
0
|
0
|
1551
|
|
POST
|
Which version of the ArcGIS Server software are you using? The process for adding cached tiles to a map service is slightly different depending on the version of the software you have (although the tool is named the same). Make a copy of the map document used to produce the service, first. That way your service can stay running while you update the content for the 8th scale. How is your map document set up? Does it have multiple group layers - one for each scale? Either way, add the content you want with the scale thresholds you want for the 8th scale and then re-save it. If you have ArcGIS Server 10.0, use the Manage Map Server Cache Scales tool: http://help.arcgis.com/en/arcgisdesktop/10.0/help/index.html#//00540000000n000000.htm If you have ArcGIS Server 10.1, 10.2 or 10.2.1, use the same tool although it's slightly different than the one at 10.0: http://resources.arcgis.com/en/help/main/10.2/index.html#//00540000000n000000 The publishing process between software versions is also different, mainly in that 10.0 is much different than the others mentioned.
... View more
02-22-2014
07:29 AM
|
0
|
0
|
1551
|
|
POST
|
There are probably many approaches you can take to achieve what you're wanting to do. The complexity depends on your data model, in my opinion. In general, I think the following options might work for you: Create a new Oracle 11g database, use the Create Enterprise Geodatabase tool, use the Enable Enterprise Geodatabase tool, manually perform a copy/paste in ArcCatalog of all data (making sure to be connected using the correct schema owners for each object class). Create a new Oracle 11g database, use the Create Enterprise Geodatabase tool, use the Enable Enterprise Geodatabase tool, connect to your Oracle 9i geodatabase using the 10.1 client (if it works) and export an XML schema file, connect to your new 10.1 geodatabase and import the XML schema document, use Simple Data Loader in ArcCatalog or Load Objects tool in ArcMap to bring your data in (has to be done per feature class and per table). Create a new Oracle 11g database, use the Create Enterprise Geodatabase tool, use the Enable Enterprise Geodatabase tool, connect to your Oracle 9i geodatabase using the 10.1 client (if it works) and export an XML file with data option checked, connect to your new 10.1 geodatabase and import the XML file. Upgrade your Oracle 9i database to an 11g database following upgrade documentation from Oracle, upgrade from 9.1 to a currently supported release (I think that's 10.0 now), use the 10.1 Upgrade Geodatabase tool to upgrade a second time to get it to a 10.1 GDB. There may be other paths to get where you need to go, but these paths pop out at me as the first ones to look at. Some are better than others and some are more risky. Your choice may depend on how much data you have, if you have a versioned GDB or not, if you have geometric networks or topologies or not, and how comfortable you are with Oracle upgrades. Option 1 might be the most straight forward and the cleanest method. Option 2 might not work if a 10.1 client can't connect to an older 9i database; not to mention it's tedious to load everything manually at separate times. Option 3 might fail if you have too much data; XML files with data aren't always the most reliable method of data migration. Option 4 could be terrifying; I've done a few Oracle upgrades and they are painful. Equally as painful is the Upgrade Geodatabase tool... which won't actually tell you if the GDB will upgrade or not until it actually tries (the pre-req check doesn't behave well). ArcSDE 9.x allows some geometry issues to persist in your data that 10.1 might otherwise complain about; the upgrade may fail and you'll be left holding the bag. Once you're done getting your data migrated or upgraded, you'll of course need to address things like permissions for users and roles. The SDE user will need specific permissions too; upgrading tends to require more system permissions. There is documentation about all of this on the ArcGIS Resource Center website. Caveat to all options listed or not listed: Take a good backup of your database first!
... View more
02-21-2014
06:29 PM
|
1
|
1
|
1042
|
|
POST
|
Can you run the following queries in SQL Server Management Studio and post the results? SELECT @@VERSION
SELECT SERVERPROPERTY('productversion'), SERVERPROPERTY ('productlevel'), SERVERPROPERTY ('edition')
So you have verified that no ArcSDE system tables are present in your database? If the SDE account and login now exists, try adding it to the db_owner role for that database and then re-running the Enable Enterprise Geodatabase tool.
... View more
02-21-2014
01:30 PM
|
0
|
0
|
2694
|
|
POST
|
Can the file be deleted/ truncated? Do I have the same from the server perspective data in my DB log? Is it normal to have a 3GB sdedc_SQL Server.log file? How can it be moved to another drive? Will AGS performance be affected if I move the folder to and allocated storage (rather than a local HD)? The file is a log for direct connections made to your SQL Server geodatabase. The path you specified is the default location; every OS user account will have one if a direct connection is made while the OS user account is logged into the machine. I'm not sure if you would be able to change the location of the file other than modifying the TEMP and/or TMP user variables or removing those user variables and modifying them at the system variable level. Moreover, I'm not sure why you would want to change the output path for this file. You're welcome to move it or delete it or truncate it; but it will be re-created and written to each time a direct connection is established. AGS performance shouldn't have anything to do with the location of this file.
... View more
02-20-2014
06:01 PM
|
0
|
0
|
1254
|
|
POST
|
If you have a laptop and put it into sleep then then after resuming everything works OK except ArcGIS server - you have to restart the service. Very annoying. If SQL Server, DB2 etc. all work then so should ArcGIS. Is this supposed to be a question or a comment? Either way, your statement above is not clear and does not provide adequate detail about what problem you are experiencing. You should describe specific behavior if you're looking for help from others in the forums. Making statements about how annoying the software is for you will not achieve anything beneficial. Are you running ArcGIS Server from a laptop or a server? When you say "everything works OK except ArcGIS server", what does that mean? What version of Esri software and database software are you running? Is the service simply not rendering geographic information or are you receiving a specific error? There are many who are willing to assist, but you should be more clear and diplomatic in your posts.
... View more
02-20-2014
04:24 PM
|
0
|
0
|
1791
|
|
POST
|
Are you using the Standard or Enterprise version of SQL Server, or are you using SQL Server Express? When you say that you can create the database connection, are you talking about creating it under Database Connections or Database Servers? The process for creating the geodatabase is different than simply connecting to an existing non-spatial database.
... View more
02-20-2014
03:57 PM
|
0
|
0
|
2694
|
|
POST
|
Great! Please mark the correct answer with the green check.
... View more
02-20-2014
11:39 AM
|
0
|
0
|
1986
|
|
POST
|
I hadn't realized this; thanks for letting me know. My only other suggestions for syntax and parameter sequencing are: sdesetup -o update_key -d SQLSERVER -u sa -p sa -D TFIPS -s hostname\sql2008r2 -i sde:sqlserver -l "C:\Program Files\ESRI\License10.1\sysgen\keycodes" sdesetup -o update_key -d SQLSERVER -u sa -p sa -D TFIPS -s hostname -i sde:sqlserver\sql2008r2 -l "C:\Program Files\ESRI\License10.1\sysgen\keycodes" This assumes your database name is TFIPS and your instance name is sql2008r2 based on your screenshots. Otherwise, you may need to open a support ticket with Esri.
... View more
02-20-2014
11:22 AM
|
0
|
0
|
7614
|
|
POST
|
The geodatabase should still work just fine without reauthorizing, but you may want to change the license key for legal reasons. If none of the various syntax options are working for you with regard to the SDESETUP command, try using the Post Installation wizard for ArcSDE. Choose the custom option and only select the box for authorizing a geodatabase.
... View more
02-20-2014
09:48 AM
|
0
|
0
|
7614
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 04-05-2014 04:11 PM | |
| 1 | 02-19-2014 11:03 AM | |
| 1 | 04-07-2014 12:32 PM | |
| 1 | 04-03-2019 01:46 PM | |
| 1 | 03-31-2021 04:44 PM |
| Online Status |
Offline
|
| Date Last Visited |
07-13-2025
07:13 PM
|