|
POST
|
Hello, I will use Cloud builder to deploy ArcGIS enterprise in Azure. there are several vm we can select to do the installation and I would like to know which one is the best VM to select and do not break the license agreement for 4 cores that i can use for ArcGIS Server. Which one do you recommend or have used? Regards, Diego Llamas
... View more
03-14-2019
12:00 PM
|
0
|
2
|
2475
|
|
POST
|
Hello, I am trying to auto-populate one the answer that the user selected from region, municipality and district fields to a second region, municipality and district fields. in my survey I got Region, District and municipality as select one And I want to put the same answer the user selected to a second fields. I was trying using Put option i found in some geonet link but did not worked I got an error " SyntaxError: Expected token `,' in expression: put /AEE_Luminarias/municipality" How can I accomplish this? Regards, Diego Llamas James Tedrick
... View more
03-05-2019
01:51 PM
|
0
|
3
|
2999
|
|
POST
|
I am having problems connecting to a group in Survey123 Connect. The "Sign In" button appears, but I get the message "ERR_INSECURE_RESPONSE". I used Windows Active Directory to configure my portal.
... View more
02-27-2019
04:53 AM
|
0
|
0
|
2878
|
|
POST
|
Hello, After I authorize ArcMap it says authorization was successful I try to open ArcMap and I says No license available. After I checked availability option, it says Authorization NO. I renamed Flexnet folder 2 times, I installed ArcMap and repair it and every time i got the same error. successful authorization but it does not reflect in availability section and ArcMap do no open. What could it be? Regards, Diego Llamas
... View more
02-12-2019
05:52 AM
|
0
|
4
|
2534
|
|
POST
|
Hello, I am getting an error when I try to configure my portal 10.6.1 with LDAP. My (AD) is LDAP and my Web Server is Windows IIS. I followed this instructions Use your portal with LDAP or Active Directory and portal-tier authentication—Portal for ArcGIS (10.6) | ArcGIS Enterpr… an I got this error I followed the instructions I just changed userPassword, User uid=mydomain user and the ldapURLfor users. What I notice is that my LDPAD url has CN instead of OU I do not know if that is the error. Any idea what Can I do to solved this problem? Regards, Diego Llamas
... View more
02-08-2019
11:54 AM
|
0
|
1
|
1337
|
|
POST
|
Hello Kelly, I am getting an error with a hosted Feature service in AGOL with over 1.5 million parcels for Puerto Rico. When we search for a parcel number it gives me error the first or the second time we search for a parcel number. the third time we get the parcel. So we know that over 10k records AGOL do not works that good. So we are thinking in create a geocoder service. Can we use a geocode service in AGOL? can we publish and use our geocoder in AGOL? I want to do this so I can workaround the search error I am getting in AGOL if I search for a parcel. Thanks for your help! Diego Llamas
... View more
01-16-2019
12:32 PM
|
0
|
2
|
3998
|
|
POST
|
Hello, I have a SQL Server geodatabase, in this geodatabase I also have several rasters in it. Using automatic backup option it do a full backup with the 250 GB of rasters. Is it possible to do a full backup but telling SQL do not backup my Rasters? Thank you very much for your help! Diego Llamas George Thompson's Blog
... View more
01-09-2019
10:56 AM
|
0
|
3
|
687
|
|
POST
|
Hello George, Happy new year. I was able to get up and running the new Oracle geodatabase. Now I am re configuring DBTune so I can have the same configuration keywords in the new GDB. I have seen several changes. For example in version 10.4 I have this: BND_STORAGE "PCTFREE 0 INITRANS 4 STORAGE ( INITIAL 409600) " and in version 10.6 I have this :BND_STORAGE "PCTFREE 0 INITRANS 4" this in default section. So what I am doing is copy and paste in the new version so then I can update dbtune in new geodatabase. I am checking this page to confirm that it is compatible with version 10.6 Oracle configuration parameters—Help | ArcGIS Desktop so my question is, is it ok to add the STORAGE ( INITIAL 409600) for this new version, right? Regards, DLL
... View more
01-08-2019
05:42 AM
|
0
|
1
|
1052
|
|
POST
|
HEllo, I did an enterprise installation using ArcGIS Cloud builder for Azure 10.6. I am able to access my Portal URL https://sige.pr.gov/portal/home but if I try to access my services https://sige.pr.gov/server/rest/services I get this error If i use my internal URL https://myserver:6443/arcgis/rest/services I can access fine I know that Cloud builder azure use ARR for web adaptors but, How can I solve this problem? Regards, Diego Llamas
... View more
12-04-2018
08:21 AM
|
1
|
2
|
1022
|
|
POST
|
Nop, after change to any and recompile, I had the exact same error. Do you know how can I find out if the database is corrupted or something of I did wrong the ST compatibility. If I recreate the database and use create new enterprise geodatabase, i just need to modify the extproc file, copy the library to bin folder, and run this command SELECT file_spec FROM user_libraries WHERE library_name = 'ST_SHAPELIB'; CREATE OR REPLACE LIBRARY ST_SHAPELIB AS 'E:\app\DLLAMAS\product\12.1.0\client_1\bin\st_shapelib.dll'; ALTER PACKAGE sde.st_geometry_shapelib_pkg COMPILE REUSE SETTINGS; are those the steps? all this before I add any data or this should work with data in the database? Regards, DLL
... View more
11-02-2018
08:23 AM
|
0
|
3
|
1052
|
|
POST
|
Hello George, I run the recompile But after running select sde.ST_AsText(SDE.ST_Geometry('POINT (10 10)', 0)) from dual; My situation with the database is serious. Thanks for your help! Diego
... View more
11-02-2018
07:47 AM
|
0
|
5
|
1052
|
|
POST
|
Hello George, I got an error in my database server when I run %ORACLE_HOME%\bin so I look for it and I put it here Do you have the specific path where I need to copy the library. Regards, DLL
... View more
11-02-2018
06:52 AM
|
0
|
7
|
2129
|
|
POST
|
Hello, Yes, I use Enable Enterprise geodatabase tool, so If I run the create spatial type tool it does not affect my database right, if we already had the ST because I used the create database, create spatial should not affect i assume. I installed VC_REDSTTx64 you mention. this was a new database, so I did not have any st_shapelib.dll from before, i copied the 10.6 server version file from the server machine to the db machine for the fist time, i did not have one before, so do i needed to use library? I put the last part. I will re run the SQL statement after I installed VC++ I do not think I did this FAQ: Can the execute privilege be removed from public on Oracle packages? is this necessary It this necessary? what user need to have those public packages? REgards, DLL
... View more
11-01-2018
01:17 PM
|
0
|
9
|
2129
|
|
POST
|
I also checked George Thompson's Blog the privileges for sde user and it has all of them suggested by esri.
... View more
11-01-2018
12:37 PM
|
0
|
11
|
2129
|
|
POST
|
Hello George Thompson's Blog After your help I was able to create the database and create roles and user gisadmin, giseditor and gisviewer, the users has their privileges set. So I started to copy paste data sets from an old database to the new one. In the middle of the process of migrating the data I remember that I did not configure the ST_Geometry type to the new database, so I copied the st_shapelib.dll from server to the database server, modify the extproc.ora file as shown in Configure the extproc to access ST_Geometry in Oracle—Help | ArcGIS Desktop run this on the SQL Developer SELECT file_spec FROM user_libraries WHERE library_name = 'ST_SHAPELIB'; CREATE OR REPLACE LIBRARY ST_SHAPELIB AS 'C:\Oracle_ST_GeometryLIB\st_shapelib.dll'; ALTER PACKAGE sde.st_geometry_shapelib_pkg COMPILE REUSE SETTINGS; and run the create spatial type geoprocessing tool. After I did that, I tried to copy and paste the rest of the data sets and I got this erros If I add the existed data from the database to arcmap I got this error. If I try to create a new feature class If I try to delete something from the database, it erase but once refreshed it come again. I run one procedure in one of your post and I got this Any suggestion, What did I do wrong? Regards, DLL
... View more
11-01-2018
12:33 PM
|
0
|
12
|
2129
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-25-2019 06:07 AM | |
| 1 | 03-23-2017 10:16 AM | |
| 1 | 03-02-2017 11:24 AM | |
| 1 | 08-26-2015 08:55 AM | |
| 2 | 05-20-2020 12:47 PM |
| Online Status |
Offline
|
| Date Last Visited |
12-08-2025
08:53 AM
|