|
POST
|
Try this: http://downloads2.esri.com/Support/downloads/other_/PatchFinder.tar
... View more
07-01-2015
06:51 AM
|
0
|
3
|
2411
|
|
POST
|
Is DBO the data owner? You can only grant 'Privileges' connected as the data owner.
... View more
06-30-2015
11:54 AM
|
1
|
1
|
1262
|
|
POST
|
Sorry for asking this again, but were you able to preview that same View in SQL Server Management Studio when connected with your Windows Authenticated login?
... View more
06-29-2015
07:28 AM
|
0
|
2
|
2390
|
|
POST
|
Can you give it a try with any Database Authenticated login and check what happens.
... View more
06-29-2015
07:11 AM
|
0
|
4
|
2390
|
|
POST
|
Are you able to preview the View in SQL Server Management Studio? What kind of login is being used to create the View and preview in ArcMap (Database Authenticated or Windows Authenticated?
... View more
06-29-2015
06:59 AM
|
0
|
6
|
2390
|
|
POST
|
Try increasing the size of the tablespace and check if that helps. Also, you can check whether Auto-extend is on or not using the below SQL: -------------------- select file_name,tablespace_name,autoextensible from dba_data_files where tablespace_name=’SDE_TBS’; -------------------- You can turn Autoextend on using something like this: ---------------------- alter database datafile 'C:\APP\PRODUCT\11.2.0\DBHOME_1\DATABASE\SDE_TBS' autoextend on maxsize unlimited; --------------------- The ones in Bold are the ones that you need to change as per your environment
... View more
06-26-2015
09:55 AM
|
1
|
0
|
4522
|
|
POST
|
Which DBMS are you using? Did you check the reported features for any invalid attributes? Just a hunch, is there any DATE field in that fc? If yes, check if the dates are valid.
... View more
06-25-2015
08:55 AM
|
0
|
1
|
4522
|
|
POST
|
Honestly, I don't think that will work. Still give that a try and check..
... View more
06-25-2015
07:11 AM
|
0
|
1
|
3680
|
|
POST
|
I would suggest calling Esri Tech Support, so that someone can guide you through the process of removing the orphaned entries from the database end. Also take a Full database backup before trying anything on that database now. What is the version of the sde geodatabase (10.2.x, 10.3.x..)? Do you have ArcSDE Command Line tools installed?
... View more
06-25-2015
06:41 AM
|
0
|
0
|
3680
|
|
POST
|
1. Are you planning to edit the gdb data using SQL (i.e. database end)? 2. Will the users be viewing the filtered data from ArcGIS Desktop or Database End or another Application?
... View more
06-23-2015
01:17 PM
|
0
|
1
|
2212
|
|
POST
|
Run 'Check Geometry' on the data and check if that reports anything. Also, try to simply Export the data to the sde gdb (it won't carry the Relationship Class) and check if that works. This is just for testing.
... View more
06-23-2015
01:11 PM
|
1
|
1
|
1808
|
|
POST
|
I am not sure I follow you completely. Views will fetch data from the Feature class or combination of data as desired. It has nothing to do with GMs, Subtypes, Domains, etc. It will also not matter if the FCs, based on which you are creating the View participates in GMs, uses Domains, Subtypes, etc. Give it a quick try and check whether that serves your needs.
... View more
06-23-2015
11:04 AM
|
0
|
3
|
2212
|
|
POST
|
It is not possible to setup Permissions at the attribute level. You can consider using Views for this. A quick tour of views in the geodatabase-- ArcGIS Help 10.1 Create Database View -- ArcGIS Help 10.1
... View more
06-23-2015
10:18 AM
|
1
|
5
|
2212
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 09-14-2015 09:19 AM | |
| 1 | 06-17-2013 11:43 AM | |
| 3 | 03-21-2014 08:24 AM | |
| 1 | 03-22-2016 03:04 PM | |
| 1 | 09-29-2015 09:47 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:23 AM
|