|
POST
|
I should mention, this is on Server 2012R2. using IIS 8.5
... View more
07-18-2015
11:52 AM
|
0
|
1
|
1178
|
|
POST
|
hello GIS community... problem is UNABLE TO SIGN In Testing this out... I have installed portal 10.3.1 Did the signup first account, no issues... Installed web adaptor adding binding port 443 to IIS 8.5 added the https://[MACHINENAME].local:7443 to the web adaptor verified through https://[machinename]:7443/arcgis/portaladmin/system/webadaptors that the adaptor is good. https://[machinename]/arcgis/home in I.E. 11 and NOTHING shows up in Chrome no problem (Version 43.0.2357.134 m). My problem is: Click on SIGN IN. https://[machinename]/arcgis/home/signin.html Use the credentials... UserName: TEST Password : password the sign in area disappears and NOTHING HAPPENS Nothing in fiddler.
... View more
07-18-2015
11:10 AM
|
0
|
2
|
4648
|
|
POST
|
So what is going on when this does not exist on my Portal? If I click Home >> System >> Web Adaptors - it is empty. there is just a Resources: Configuration Yet, my web adaptor is set up.
... View more
07-17-2015
07:16 PM
|
0
|
3
|
7170
|
|
POST
|
ArcMap does not use REST services. Ginger mentions nothing about 'web' applications, only Desktop ESRI software, specifically Layer files.
... View more
06-18-2015
07:31 AM
|
0
|
0
|
5380
|
|
POST
|
Incorrect. The url is NOT faulty. Do not add /rest/ Accessing SOAP service is correct. If you wish to look at it via Browser: add the WSDL to the end and you will see the Service is working as intended as seen here. http://services.nconemap.gov/arcgis/services/?wsdl Desktop (ArcMap / Catalog) use SOAP service, not REST. RESTful is for web / mobile
... View more
06-17-2015
03:24 PM
|
0
|
2
|
5380
|
|
POST
|
You could run Fiddler (admin) and perhaps see what is going on web traffic wise...
... View more
06-17-2015
01:28 PM
|
0
|
0
|
5381
|
|
POST
|
Enabling Archiving is indeed the correct way to access data on a time stamp level. Right click on the Database Connection DEFAULT is Current, or you can give it a date.. then the connection takes place... all your featureclasses etc are actually being viewed by a View on the back end. e.g. table name OWNER would have a view OWNER_EVW. Editing the view for example OWNER_EVW, runs the TRIGGERS to modify the 'raw' tables. 9999 dates are current and actual dates are of those dates. I use this technique for identifying changes of parcels within a time period. You can then also implement the time scaling in maps...etc etc. Downfall to this is of course, no data is ever deleted. DB size grows.
... View more
06-17-2015
01:13 PM
|
1
|
0
|
1131
|
|
POST
|
have the layer set to visible = false? Does Fiddler point to any clue as to why the slowness? Which WMS version?
... View more
06-17-2015
01:04 PM
|
0
|
1
|
1147
|
|
POST
|
ArcGIS Server question? You can only do the Change data Source for multiple IF the links are broken. Depending on the situation, one would/could update broken links layer by layer. Update all broken links in Dataframe at once. But what if there are No broken links but want to change the source? David does not state 'broken layers' anywhere...but rather 'how to change the database conneciton datasource in all layers' I use py to re-source all layers with the following example: *caveat: the new datasource must include all the FeatureClasses etc used in the original Import arcpy mxd = arcpy.mapping.MapDocument("CURRENT") mxd.findAndReplaceWorkspacePaths(r"Database Connections\xxxxx.sde",r"Database Connections\xxxx.sde")
... View more
06-17-2015
12:40 PM
|
3
|
0
|
5510
|
|
POST
|
assuming you are telling us that you 'attempted to UPDATE the layer files with the NEW service.. as in 'SET Data Source. And was using a new ArcGIS Server (User) connection... I tried your SOAP services without issue. I was able to add your Services directly to TOC... able to export out to a lyr file.. could ADD that layer file, re-source to another SOAP service. I am using 10.2.2 however. Perhaps there is a patch or SP needed for 10.1x. which 10.1 build are you running?
... View more
06-17-2015
12:32 PM
|
0
|
0
|
5381
|
|
POST
|
I knew about this Bing Map change and possibly having to get a Bing Maps Key in order to add Bing Maps as a base map, however you could still access Bing Maps via the "Add Data from ArcGIS On-line". Is this option of access to Bing Maps no longer available also? Kurt not "possibly". You HAVE to get a Bing Key. ESRI is no longer paying Microsoft for ArcMap users to leverage using Bing Maps. you can access adding the Bing map service (which is just a lyr file stored locally) through the add data from arcgis online, but would have to supply the BING key for you to not get the classic red exclaimation or red 'x'. if you are running 10.1 you need to install the Patch to allow you to enter in the key, if 10.2, it is already built in as ESRI. Run down, once you have added your purchased Key from Microsoft, you add BING maps as you always would have, via ArcGIS-Online (add data)
... View more
01-20-2014
01:16 PM
|
0
|
0
|
2346
|
|
POST
|
I wasnt aware of ESRI upgrading Addins SDK for VS2012, only VS2010 at this time.
... View more
10-09-2013
09:00 AM
|
0
|
2
|
950
|
|
POST
|
Just as one would using Catalog on a SQL SDE database (10.1)... Using the appropriate User, Right click > Manage >> Locks. then "Disconnect" Aiming to automate this process. Thoughts?
... View more
10-09-2013
06:59 AM
|
0
|
0
|
2163
|
|
POST
|
I had much better success using OnActivate()
System.Windows.Forms.Cursor.Current = Cursors.WaitCursor
'do stuff
My.ArcMap.Application.CurrentTool = Nothing
End Sub This is not correct, this is changing the windows cursor, meaning your cursor would change for all places on the screen regardless of location. Using what I had done, means the cursor changes ONLY when you are in the Map Window itself. Moving the cursor out of the map window to a toolbar changes back to the proper Pointer.
... View more
10-09-2013
06:49 AM
|
0
|
0
|
3449
|
| Title | Kudos | Posted |
|---|---|---|
| 2 | 09-27-2024 09:04 AM | |
| 1 | 01-06-2016 11:32 AM | |
| 1 | 12-13-2021 10:03 PM | |
| 1 | 07-19-2017 07:31 AM | |
| 1 | 01-18-2016 07:23 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-07-2026
03:02 PM
|