|
POST
|
Randomly I checked the error logs of arcgis portal, I found an error saying " The portal has been initialized and configured but is not accessible. The internal portal database does not appear to be running or accepting connections. Restart the portal machine or machines and if the problem persists, contact Esri technical support (U.S.) or your distributor (customers outside the U.S.). " Do I need to do anything from our side ?
... View more
11-21-2023
07:08 AM
|
0
|
3
|
1625
|
|
POST
|
I am getting " There was an error" when I clicked on Data Tab in item details page. Actually, I uploaded a Zip Shape file on to ArcGIS Enterprise and It created two items one is shape file and other hosted feature layer. it was successfully uploaded and if you would like to check after couple days, it gets failed with an error mentioned above. I validated ArcGIS Datastore, federated arcgis server connections, ArcGIS Service account permissions on folders, Disk space, Data store is READ_WRITE Mode and everything looks ok . When I run ArcGIS Server Utility tool , it works for few days and again fails on some random day. How to resolve the issue ? when i try to upload new shapefile, it does not allow me to upload and logs show as "ERROR 001369: Failed to create the service. Failed to execute (PublishServiceDefinition). ERROR 001369: Failed to create the service. Failed to execute (PublishServiceDefinition). Failed to execute (Publish Portal Service). Failed.. Job ID:" I am using ArcGIS Enterprise 11.1 Here are datastore logs 2023-11-21 08:34:18 CST: [24068]: [1-1] ERROR: relation "pg_dist_node" does not exist at character 22 2023-11-21 08:34:18 CST: [24068]: [2-1] STATEMENT: SELECT nodename FROM pg_dist_node WHERE position('<Server>' in nodename) > 0 LIMIT 1 2023-11-21 08:34:19 CST: [24068]: [3-1] ERROR: relation "hsu_jrfzh.sde_logfiles" does not exist at character 29 2023-11-21 08:34:19 CST: [24068]: [4-1] STATEMENT: SELECT logfile_data_id FROM hsu_jrfzh.SDE_logfiles LIMIT 0 2023-11-21 08:34:20 CST: [24068]: [5-1] ERROR: relation "pg_temp_5.sde_logfiles" does not exist at character 29 2023-11-21 08:34:20 CST: [24068]: [6-1] STATEMENT: SELECT logfile_data_id FROM pg_temp_5.SDE_logfiles LIMIT 0 2023-11-21 08:34:22 CST: [24068]: [7-1] ERROR: relation "hsu_jrfzh.sde_logfiles" does not exist at character 29 2023-11-21 08:34:22 CST: [24068]: [8-1] STATEMENT: SELECT logfile_data_id FROM hsu_jrfzh.SDE_logfiles LIMIT 0 2023-11-21 08:37:50 CST: [15904]: [1-1] ERROR: relation "pg_dist_node" does not exist at character 22 2023-11-21 08:37:50 CST: [15904]: [2-1] STATEMENT: SELECT nodename FROM pg_dist_node WHERE position('<Server>' in nodename) > 0 LIMIT 1 2023-11-21 08:37:50 CST: [15904]: [3-1] ERROR: relation "hsu_jrfzh.sde_logfiles" does not exist at character 29 2023-11-21 08:37:50 CST: [15904]: [4-1] STATEMENT: SELECT logfile_data_id FROM hsu_jrfzh.SDE_logfiles LIMIT 0 2023-11-21 08:37:50 CST: [15904]: [5-1] ERROR: relation "pg_temp_5.sde_logfiles" does not exist at character 29 2023-11-21 08:37:50 CST: [15904]: [6-1] STATEMENT: SELECT logfile_data_id FROM pg_temp_5.SDE_logfiles LIMIT 0 2023-11-21 08:37:50 CST: [15904]: [7-1] ERROR: relation "hsu_jrfzh.sde_logfiles" does not exist at character 29 2023-11-21 08:37:50 CST: [15904]: [8-1] STATEMENT: SELECT logfile_data_id FROM hsu_jrfzh.SDE_logfiles LIMIT 0
... View more
11-21-2023
07:00 AM
|
0
|
8
|
4150
|
|
POST
|
Hello, We already using 14 concurrent licenses for ArcMap and have decided to refrain from using ArcMAP and use of ArcGIS pro. Just wanted to know about, How to convert these ArcMap Concurrent licenses to ArcGIS Pro Licenses using License Manager or MyEsri. We've already contacted the reprehensive from ESRI, Said, You are good to go and use them arcgis pro. We don't have any clue how does it work without converting those. please help.
... View more
11-10-2023
09:18 AM
|
0
|
2
|
2168
|
|
POST
|
Yes . we have recently upgraded to The ArcGIS Pro 3.1.2 - 11.1.0.41833 geodatabase. and does not work in older version of ArcMap?
... View more
11-01-2023
02:43 PM
|
0
|
0
|
1072
|
|
POST
|
I am getting below whenever i connect the geodatabase (SQl Server ). It was working fine before. suddenly popped up
... View more
10-31-2023
09:06 AM
|
0
|
2
|
1096
|
|
POST
|
Hi, we have requirement that, setting up SQL Server using arcgis online/ Cloud. is there a way to transfer data to cloud and can we access the data any of our client application like Pro, enterprise , Local SQl Server using cloud SQl Server Instance and can this be possible using arcgis online?
... View more
10-25-2023
02:44 PM
|
0
|
2
|
2216
|
|
POST
|
How to do I convert x,y from NAD_1983_UTM_Zone_15N projection system to WGS Decimal Degrees?
... View more
10-18-2023
05:44 AM
|
1
|
1
|
5918
|
|
POST
|
I tried same in Arcade playground,it was giving wrong results var originShift = 2.0 * PI * 6378137.0 / 2.0; var lon = (Floor(2050970.227158,7) / originShift) * 180.0; var longitud = Floor(lon, 7) if(longitud > 0){ return longitud + " E" }else{ return longitud + " O" } it should be -91.695526 but the result is "18.424179 E"
... View more
10-17-2023
08:03 AM
|
0
|
1
|
3721
|
|
POST
|
Can I run python script in SQL Server Trigger ? If yes , what is syntax of it I want to use the below tool get the Lat and Long and I don't have clue, how to run this in SQl Trigger arcpy.PointGeometry()
... View more
10-16-2023
07:42 AM
|
0
|
0
|
3808
|
|
POST
|
I tried that too and didn't find any arcade expression to do the same functionality and need a formulae to convert.
... View more
10-16-2023
07:21 AM
|
0
|
0
|
3815
|
|
POST
|
I have tried this tool and working as expected. I need to update centroids of a polygon in latitude and longitude automatically whenever we create a new feature/ split/ merge features. it should behave like a trigger in SQL.
... View more
10-16-2023
07:07 AM
|
0
|
1
|
3862
|
|
POST
|
I was wondering, Is there any tool/ script to calculate the centroid point in WGS (Latitude and Longitude) of the each polygon which are in NAD_1983_UTM_Zone_15N projection system ? Suppose the point has below x,y and needs to convert in to Decimal degrees. X =1057502.154938 Y =11252250.240797
... View more
10-16-2023
06:23 AM
|
0
|
10
|
4264
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-21-2026 05:00 AM | |
| 1 | 04-14-2026 07:17 AM | |
| 1 | 07-29-2025 01:45 PM | |
| 1 | 03-28-2025 01:58 PM | |
| 1 | 02-21-2026 09:32 AM |
| Online Status |
Offline
|
| Date Last Visited |
Friday
|