cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
noname_user
Level 2

Cannot rename Feature with PowerShell

Hello,

I am having an issue with renaming features from PowerShell. Having loaded the database, I use this query:

"UPDATE Feature SET Feature='$newName' WHERE Feature='$featName'"

But it fails.

I can successfully edit all the other properties from the Feature table except for the 'Feature' which is needed to rename the feature. For example, this works fine:

"UPDATE Feature SET Title='$newName' WHERE Feature='$featName'"

Can you advise how to workaround this?

 

Labels (1)
0 Kudos
(0) Replies