|
POST
|
Hi, I have a test VM (Win 2012 running ArcGIS Server 3.1) with GeoEvent extension installed. In the Software Authorization page of ArcGIS Manager the GeoEvent extension is authorized. However, when I launch https://localhost:6143 I see 'No Services have been Found' error. I am basically stuck! This is a very simple setup--everything on one machine. The only potential problem could be that this VM is a duplicate of another clustered VM system; but I have completely uninstalled and reinstalled both ArcGIS Server and the GeoEvent extension in this new system but still nothing happening. I suspect there is something in registry or somewhere which is looking for other machines from the previous cluster--it is a wild guess though! So what can I do to fix this and move on? I don't want to wipe off the machine and start fresh because the VM has a bunch of other useful software running. Thanks! PS. I may post both the wrapper.log and karaf.log after this post
... View more
10-30-2015
11:21 AM
|
0
|
2
|
2975
|
|
POST
|
For my workflow, logging in to both ArcGIS Server and GEE using the internal ArcGIS Server account works fine. The domain account is just to run the Services--so that they can access any shared network storage/config locations.
... View more
10-22-2015
11:59 AM
|
0
|
0
|
1137
|
|
POST
|
I have sort of similar setup and that is working fine. In fact, I have currently two ArcGIS Servers 10.3.1 with GeoEvent extension 10.3.1 on both in a cluster. Here some more details: 1) I log into both ArcGIS Server and GeoEvent Manager using the ArcGis Manager account 2) Both ArcGIS Server and the GeoEvent extension are running using an Active Directory account 3) Both machines in the cluster are part of the corporate domain HTH!
... View more
10-22-2015
09:45 AM
|
0
|
4
|
1137
|
|
POST
|
I guess never mind. I was able to simply input the following set of coordinates which just-about restrict the Tweets to the continental USA: -124.89, 32.48, -114.73, 49.11, -114.73, 31.07, -104.8, 49.08,-104.8, 26.01, -94.34, 49.12,-94.34, 28.45, -85.07, 49.22,-85.07, 24.54, -75.53, 47.6,-75.53, 33.97, -66.92, 47.65 HTH.
... View more
10-01-2015
11:51 AM
|
1
|
1
|
1234
|
|
POST
|
Hi, As the Question says, we need to get only Tweets from USA. I have tried to test by inputting -122.75,36.8,-121.75,37.8 in the Twitter Input's "Location" field, leaving the "Track" and "Follow" as blank but I am still seeing the Tweets from all over the world; they should have been only for San Francisco, if my syntax for "Location" field was right--it should be, because no error. Note, I have followed one of ESRI's tutorials and am only using geolocated=true value. Do I need to use some other Filter or GeoFencing? Thanks.
... View more
09-30-2015
12:19 PM
|
0
|
3
|
4516
|
|
POST
|
Some more info: I think the new Floor Plan data we are getting are in much better format; after the JSON to database insertion, running the following command: update SPLANNING_FLOORPLANS2 set shape = shape.MakeValid() where shape.STIsValid() = 0 does seem to fix the geometry--at least no more of the 'number of points...' error. But the data I am getting is in SC State Plane '102733' Coordinate System. I assume the web service will always be the 1984 (3857) one? So any Published data simply never shows up in any web service. I must be doing something wrong? Thanks.
... View more
07-01-2015
07:21 AM
|
0
|
0
|
612
|
|
POST
|
Hi, For background, please see this: geometry - ArcGIS Desktop: Not Rendering Line Data but Web Service Outputs Fine - Geographic Information Systems Stack E… But I haven't gotten any help in that place or in Stack Overflow either--and hence yet another cross post here. Basically, I have Floor Plans in Shape files; the data is Polylines ZM--though I am not sure what the Z and M values are for and so I am not outputting them into JSON files. Most things work fine but not quite there. I think, per the above link's 'Update 3', if I can get that to work then all should be good. I am so close but not 100% there. I need help! I could ask my boss to even pay someone to help figure this critical piece out. I am willing to even have a screen share session hosted by me if needed. Thanks.
... View more
06-30-2015
07:14 AM
|
0
|
1
|
2462
|
|
POST
|
Arsujit's post on Jul 23, 2014 6:46 AM worked for me! Thanks! I had the same error and that was because I had "renamed" the database using SQL Server Management Studio. I restored from a backup and able to connect fine.
... View more
06-24-2015
10:51 AM
|
1
|
0
|
3247
|
|
POST
|
Hi all, [For reference, please see the attached file]. I have been tasked with creating an ESRI Javascript API application; but I could also have access to ASP.NET and/or php environments if needed. The attached file show a data model I have been working on. It shows only a few fields. It is for a university. Briefly, here is what the model describes: The 'Buildings' table will have all the buildings on campus. The 'RoomData' table will have all Rooms from all Buildings. The 'FloorPlans' table will have all Floor Plans for every Floor of every Building. Let's forget the Insurance table for now. The database will be SQL Server 2012. The Server OS will be Windows 2012. ESRI's ArcGIS for Server 10.3 will be the GIS Server. The challenge before me is to enable non-technical staff to Add a building to the enterprise geodatabase and then add individual Rooms for that Building, and Floor Plans for that Buildings for each Floor of that Building. Solution 1: I foresee a web-based solution as better: A 'wizard' which would guide the users through adding data through online forms. Not a problem. But the problem is Spatial data. Specifically, how can each Building's polygon be made into the Building's table in a web interface? The users could have an ArcMAP document where they could draw the Polygon but how could that be sent to the data's correct field? Maybe some python script? Solution 2: ArcMAP based solution: There can be two MXDs/Building. Each MXD can have all the Rooms (or Floor Plans) data for a specific building. So these two MXDs would cover all the required data for a Building. There can also be an additional field called 'Building_ID' with hard-coded value for a Building (which would exist in another table in the geodatabase). This is the current solution in a 'Pilot' project and kind of works: Each of the two MXDs get Published to the GIS Server--through an interface with SQL Server (ArcSDE). However, this is not a true relational database. Let me add that I may be completely off or maybe over-complicating matters. I thought a wizard based approach would be better but am more than willing to listen to other ideas. Thanks! Meengla
... View more
02-05-2015
12:22 PM
|
0
|
0
|
4170
|
|
POST
|
Hi, I have been exploring using either the ESRI Javascript API or the Web ADF .NET as the programming environment for an upcoming project. As I understand the output for both environment is plain old html content. According to this: ArcGIS Server Web ADF for Microsoft .NET Web ADF has some good 'Controls' I could use. But according to this: how to get ArcGIS server ADF (ArcGIS 10.2) into Visual Studio 2012 Web ADF is being deprecated? So I should stay away from using the Web ADF .NET controls for my future projects? Thanks.
... View more
02-03-2015
06:37 AM
|
0
|
2
|
5190
|
|
POST
|
Never mind. It turned out that there two ArcGIS Servers in our environment Publishing some Services whose database schemas were the same Oracle schema. Turning those Services off on one of the servers got rid of the maximum connection problem.
... View more
10-29-2014
10:12 AM
|
0
|
0
|
543
|
|
POST
|
Hi, We have an Oracle server hosting GIS data. All of our schemas are inside one instance in the database. One schema is called 'DEV'. In ArcCatalog we can't change its 'owner' to 'DEV' user (using the 'geodatabase connection properties' window): We get a 'Maximum Number of Connections to Instance' like error. The owner, by default, is always 'SDE' but that is wrong owner and so shows wrong features/tables. And we can change the owner to some other users but they would show wrong features. What is interesting is that in the 'Oracle SQL Manager' client we could use the credentials for the DEV user and correctly see the Features/Tables. Our database person confirms that connections to the instance are indeed not maxed out. So the issue is in ArcCatalog only. And the issue persists on ArcCatalog running on two different workstations. Any idea? Thanks.
... View more
10-27-2014
08:08 AM
|
0
|
1
|
2216
|
|
POST
|
Hi, Please see my Reply above--about a needed 'workflow' for my migration needs. Thanks!
... View more
07-25-2014
10:53 AM
|
0
|
1
|
1552
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-13-2015 07:32 AM | |
| 1 | 10-01-2015 11:51 AM | |
| 1 | 01-21-2019 05:21 AM | |
| 3 | 09-09-2016 06:15 AM | |
| 6 | 10-11-2016 02:49 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|