|
POST
|
Hi, I need advice on this as well. I find that the SDE schema contains 7700+ KEYSET tables. Is this too many ? Is that safe to delete them ? How to delete them safely without having any adverse effect after deletion because they reside in the production ? My environment : ArcSDE 10.5.0, ArcMap 10.5, Oracle 11G Thanks
... View more
01-05-2022
11:19 PM
|
0
|
0
|
1429
|
|
POST
|
Hi, I am having trouble to load 27 millions rows of data from File Geodatabase into Postgre Geodatabase. I have been loading it for somedays. It fails on the fourth day when it reached 4 millions rows. I have tried different method : copy - paste (fails after 1 millions rows), export to xml (fails after 4 millions). Is there any postgre setting that i should turn off ? Please give me advice. I am using arcgis server 10.6
... View more
03-10-2020
07:33 PM
|
0
|
3
|
2095
|
|
POST
|
Hi, I have a web app based on JS API. I want to display my map based on the current extent, without loading any map that is not within the extent. For exampe, if i zoom to a county, then only the data in this county is displayed. When i pan to a neighbouring county (or another county), this county will be loaded and the previous county is not. How can I achieive this ? It seems that by default, the JS API already doing this. Because, during my observation, when I zoom in into a county and then move into a different county, the layer on my screen is drawing that new county within the extent. I just cant differentiate wether the new county is freshly drawn (which is what i intended) or its just the vga trying to redraw what has previously been drawn. I have looked into this Create Map and Restricting base map on specific extent in ArcGIS API for JavaScript 3? - Geographic Information Systems Stack Exchange but i am not sure if these are what i want. I am using JS API 4.11. Thanks
... View more
02-25-2020
09:34 PM
|
0
|
0
|
622
|
|
POST
|
I have an issue with published polygonal Map Services. I have around 30 Map services in a single web app (based on JS 4.11). Maximum 10 of these map services will be viewed simultaneously. I find it slow to display, as each map service has 80K records and 10+ attributes. These map services will be used in some kind of analysis and processing: popup window, driving time, buffering and attribute downloading based on a point chosen. If I switch to a cached map service, what processing/analysis are affected? what are the limitation of cached map services? Will popup window still work correctly? The map services are hosted online and the data are stored on Postgres Geodatabase.
... View more
02-18-2020
12:46 AM
|
0
|
0
|
720
|
|
POST
|
According to the documentation, It turns out that only certain type of layer can support popup. But the documentation does not specify what kind of layer is supported and what is not. Anyone can help ? thanks
... View more
09-10-2019
09:20 PM
|
0
|
0
|
857
|
|
POST
|
Hi, I have a problem with my web part in Share Point as it is not showing Popup when the object on the map is clicked. But, the weird thing is, that only happens AFTER I click on "OK" or "APPLY" The popup only showing just after I add data (Add data -> from ArcGIS) and before I click on "Ok" or "Apply": What is wrong ? Why the popup wont show after "ok" or "apply" ? Can some one give me solution / idea ? All data are hosted on internal Geoportal 10.6.1. I have also enabled the popup on the Web Map during its creation.
... View more
09-10-2019
07:16 PM
|
0
|
1
|
907
|
|
POST
|
Here is the correct configuration thats working : { "type": "LDAP", "properties": { "userPassword": "v24qDsZ1bH2U1cUst7n0Ng==", "userEmailAttribute": "mail", "usernameAttribute": "cn", "user": "sAMAccountName=MY Name,OU=XX,OU=User Accounts,OU=X,OU=Y,DC=Z,DC=com", "ldapURLForUsers": "ldap://LDAP-address.com/OU=User Accounts,OU=X,OU=Y,DC=Z,DC=com", "isPasswordEncrypted": "true" } } In LDAP, I can trace my user name by following this path : "CN=MY Name,OU=XX,OU=User Accounts,OU=X,OU=Y,DC=Z,DC=com". This is, probably 95% sure, is the path that you should type on to the "user" parameter part. I remove some parameters as well, like : "caseSensitive" and "userSearchAttribute". @Angus Hooper. Thanks for replying.
... View more
09-02-2019
08:12 PM
|
0
|
0
|
1921
|
|
POST
|
No. I cant even connect. But, never mind. Problem is solved now. Checkout my reply.
... View more
09-02-2019
08:09 PM
|
0
|
0
|
1921
|
|
POST
|
After nearly a week of agonizing pain and nearly commit suicide, i finally just made it working : Here is the setup : { "type": "LDAP", "properties": { "userPassword": "v24qDsZ1bH2U1cUst7n0Ng==", "userEmailAttribute": "mail", "usernameAttribute": "cn", "user": "sAMAccountName=MY Name,OU=XX,OU=User Accounts,OU=X,OU=Y,DC=Z,DC=com", "ldapURLForUsers": "ldap://LDAP-address.com/OU=User Accounts,OU=X,OU=Y,DC=Z,DC=com", "isPasswordEncrypted": "true" } } In LDAP, I can trace my user name by following this path : "CN=MY Name,OU=XX,OU=User Accounts,OU=X,OU=Y,DC=Z,DC=com". This is, probably 95% sure, is the path that you should type on to the "user" parameter part. I remove some parameters as well, like : "caseSensitive" and "userSearchAttribute". The configuration above is quite different to the one that esri suggested in their Help : { "type": "LDAP", "properties": { "userPassword": "secret", "isPasswordEncrypted": "false", "user": "uid=admin,ou=system", "userFullnameAttribute": "cn", "ldapURLForUsers": "ldaps://myLdapServer:10636/ou=users,ou=ags,dc=example,dc=com", "userEmailAttribute": "mail", "usernameAttribute": "uid", "caseSensitive": "false", "userSearchAttribute": "uid" } }
... View more
09-02-2019
08:07 PM
|
1
|
0
|
4446
|
|
POST
|
Hi, I have similar problem. I can not get the listing of all LDAP users. Maybe you can help me to analyze it. Please, Here is my config : { "type": "LDAP", "properties": { "userPassword": "v24qDsZ1bH2U1cUst7n0Ng==", "sAMAccountName": "CN=My Name,OU=User Accounts,OU=X,OU=Y,DC=Z,DC=com", "userEmailAttribute": "mail", "usernameAttribute": "cn", "ldapURLForUsers": "ldap://ldap-server.com/OU=User Accounts,OU=X,OU=Y,DC=Z,DC=com", "isPasswordEncrypted": "true" } } I also tried a second config and doesn work : { "type": "LDAP", "properties": { "userPassword": "v24qDsZ1bH2U1cUst7n0Ng==", "sAMAccountName": "uid=My Name,ou=XX,ou=User Accounts,ou=X,ou=Y,dc=Z,dc=com", "caseSensitive": "false", "userEmailAttribute": "mail", "usernameAttribute": "uid", "userFullnameAttribute": "cn", "ldapURLForUsers": "ldap://ldap-server.com/ou=xx,ou=User Accounts,ou=X,ou=Y,dc=Z,dc=com", "isPasswordEncrypted": "true", } } The errors ARE the same when I do "Get Enterprise User" (Home->Security-.user->Get Enterprise User ): Portal Administrator Directory [LDAP: error code 1 - 000004DC: LdapErr: DSID-0C0907C2, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v2580] Here is the structure of my user in LDAP: ~ CN=My Name,OU=XX,OU=User Accounts,OU=X,OU=Y,DC=Z,DC=com ~ there is no "UID" attribute in my LDAP. ~ I am not using PKI I need assistance please. If anyone knows any way out of setting it correctly, please inform me. Thanks
... View more
09-02-2019
12:52 AM
|
0
|
1
|
4446
|
|
POST
|
Hi @Mayur Dodiya, Can you share the configuration that you typed ? Mine looks like this : "type": "LDAP", "properties": { "userPassword": "8Hh9Esm7Zb0uqQVWSud...VW4tq0IL5x87bDpMIXqZYOqa41m0oOi5j4gXptNkIsD6d", "sAMAccountName": "uid=myname,OU=xx,OU=User Accounts,OU=ou1,OU=ou2,DC=ppp,DC=com", "caseSensitive": "false", "userEmailAttribute": "mail", "usernameAttribute": "cn", "userFullnameAttribute": "cn", "ldapURLForUsers": "ldap://ldap-address/OU=User Accounts,OU=ou1,OU=ou2,DC=ppp,DC=com", "isPasswordEncrypted": "true" } } It says "successful" during the Update Identity Store, but when i try to list the user in Get Enterprise User, it gives out error : "Portal Administrator Directory [LDAP: error code 1 - 000004DC: LdapErr: DSID-0C0907C2, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v2580] "
... View more
09-01-2019
11:27 PM
|
0
|
1
|
3566
|
|
POST
|
Hi, I succesfully putting in parameter in Geoportal administrator (Portal Administrator Directory) with LDAP. This is the paramater that i use : { "type": "LDAP", "properties": { "userPassword": "mysecret", "sAMAccountName": "uid=username,ou=User Accounts,ou=xxx,ou=yyy", "caseSensitive": "false", "userEmailAttribute": "mail", "usernameAttribute": "uid", "userFullnameAttribute": "cn", "ldapURLForUsers": "ldap://myserver.sumtin.com/ou=User Accounts,ou=xxx,ou=yyy,dc=sumtin,dc=com", "isPasswordEncrypted": "true", "userSearchAttribute": "sAMAccountName" } } Note : That parameter above is not exactly the same as Esri suggested. I changed the "user" parameter into "sAMAccountName". If its not changed, the configuration will give out error "Failed to connect to the user store." However, when I try to add member in Geoportal (Geoportal -> Organization -> Add members -> "Add members based on existing enterprise users", there is no users come up. The list is empty. Here is the picture : it turns out that even-though it says "successful" during the Update Identity Store, it is actually not able to connect to the identity store. There is error when I try to search users in Get Enterprise User (portaladmin -> Home -> Security -> Users -> Get Enterprise Users) that says : "Error [LDAP: error code 1 - 000004DC: LdapErr: DSID-0C0907C2, comment: In order to perform this operation a successful bind must be completed on the connection., data 0, v2580] " It seems to me that I need to bind it correctly first before able to list all the users. Any idea on how I should fix this problem ? thanks FYI : ArcGIS Portal 10.6.1; Browser is IE 11 @ PMcNeilly-esristaff Please help.
... View more
08-28-2019
09:16 PM
|
0
|
3
|
2098
|
|
POST
|
Hi, I have installed ArcGIS Server and published some Map Services. Later, I register ArcGIS Server to Web Adaptor and then I install ArcGIS Portal. Then, In Portal, I want to see the address of my map services by clicking the Content -> Map Service, I see the URL like in the picture below : When I type the address to a browser,it says that the map service can't be found. There is an error : 500 - Internal server error. There is a problem with the resource you are looking for, and it cannot be displayed. Now, when I remove "_waportal" string like : http://svrtbpnw12ahv11.xxx.com/arcgis/rest/services/publishedMXDs/Cables_Pipelines/MapServer , it works normally. Then I notice that there is alternate address beginning with "HTTPS", like : https://svrtbpnw12ahv11.xxx.com:6443/arcgis/rest/services/Cables_Pipelines/MapServer. This address can be accessed normally too. Questions : 1. Why is the address incorrectly typed with addition of "_waportal" string in the URL section of the Map Service property in Portal ? Am i missing something during the registration to web adaptor process ? 2. What are the implication of registering web adaptor to the map services's addresses ? Thanks
... View more
07-29-2019
01:29 AM
|
0
|
1
|
1095
|
|
POST
|
Hi Derrick, Thanks for the help Just one question. I don't publish map services using SDE account. The feature classes that are published are on differrent schema. Do I still need to republish them ? many thanks.
... View more
07-28-2019
06:23 PM
|
1
|
1
|
6989
|
|
POST
|
Problem is, i am not the DBA. *sad LOL*. I just want to reset the password of the SDE account without knowing the old password and without any critical / complicated implication afterward. What i can do the best is just informing the DBA to reset the password. So i want to make sure that the process is safe.
... View more
07-26-2019
01:14 AM
|
0
|
3
|
6989
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-25-2024 12:33 AM | |
| 1 | 11-21-2025 12:57 AM | |
| 1 | 11-12-2024 08:22 PM | |
| 1 | 10-13-2024 11:55 PM | |
| 1 | 02-25-2022 05:49 AM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|