|
POST
|
Hi, I am having problem in querying using ST_GEOM. I have followed the guideline but without result. Here is the error i get when i do query "select sde.ST_AsText(SDE.ST_Geometry('POINT (10 10)', 0)) from dual;" I have also modified extproc.ora by adding this line : SET EXTPROC_DLLS=ANY. But the result is still the same. Anybody knows what may be the cause ? How to fix this ? Thanks
... View more
01-13-2022
12:54 AM
|
1
|
3
|
2474
|
|
POST
|
Hi George, What might be the case for using this configuration ? I need a little elaboration... thanks
... View more
01-12-2022
11:59 PM
|
0
|
0
|
2596
|
|
POST
|
Hi, I just want explanation and discussion. When do we use such configuration like the picture below ? Are they different geodatabases or single geodatabase but split into 2 databases ? Thanks
... View more
01-12-2022
12:19 AM
|
0
|
5
|
2642
|
|
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-11-2022
11:25 PM
|
0
|
4
|
3264
|
|
POST
|
Why does being granted SYSADMIN limit the capability to Register as Version ? Isnt it better to have more role ? Need your enlightment. thank you
... View more
01-11-2022
07:44 PM
|
0
|
0
|
4025
|
|
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
|
1842
|
|
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
|
2677
|
|
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
|
806
|
|
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
|
912
|
|
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
|
1131
|
|
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
|
1181
|
|
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
|
2367
|
|
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
|
2367
|
|
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
|
5584
|
|
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
|
5584
|
| 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 |
02-04-2026
05:39 PM
|