0

I have a feature class. I want to edit the alias. When I go into the Properties of the FC and try to edit the alias, nothing happens. The field will not accept focus and changes are not allowed. How do I change the alias of a feature class? This could be done via code, ArcSDE command line, or through the ArcMap / ArcCatalog UIs.

This is a feature class in an enterprise ArcSDE (Oracle). The user is the schema owner. Attempted to change the alias using ArcMap and ArcCatalog.

PolyGeo
65.5k29 gold badges115 silver badges349 bronze badges
asked Sep 2, 2015 at 19:27
3
  • 1
    Please edit the question to specify the application and context, including whether the connection user is the table owner. Commented Sep 2, 2015 at 19:44
  • My first guess is that the table is marked open by another user or process so edit is not available. One of the sde lock questions might help. I don't know about SDE but it's not uncommon in file-gdb for a person to be locking themselves by having more than one ArcMap session open, or be looking at a feature class item description in the Catalog pane as well as map, and so on. Also check Task Manager process list for ArcMap/Catalog sessions that didn't close properly. Commented Sep 2, 2015 at 20:18
  • 1
    It's also quite possible that the property is simply uneditable. Database tables are referenced owner.table or database.owner.table. No other alias can be accepted by the database, so placing one in GDB metadata could get very confusing. Commented Sep 2, 2015 at 20:37

2 Answers 2

1

If the SDE feature has a service running somewhere, you must stop the service to edit the Alias. After you are done simply restart the service. You should be good.

answered Feb 17, 2017 at 15:47
0

Maybe you have to unlock the layer and after that you can change the Alias name.

Right click on the FeatureClass -> Manage -> Locks -> On the table right click on the every row and next right click on the Disconnenct User . After that I could change the alias of the FeatureClass. enter image description here

Kadir Şahbaz
78.6k57 gold badges260 silver badges407 bronze badges
answered Jan 12, 2021 at 8:44

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.