Getting 'Invalid Role Name' error on UI after upgrade from 14.07 to 15.01

jhans
New Member
 
Solved Solved
0 1 153
1 ACCEPTED SOLUTION

jhans
New Member

Hello Folks,

If you are getting "Invalid Role Name" error on UI after upgrade then you need to remove the userroles with spaces as the userroles with spaces in Apache DS does not get migrated properly in 15.01 ( Openldap )

Using the below command we can delete it:

[root@jagjyot ~]# ldapdelete -r -H "ldap://localhost:10389" -D "cn=manager,dc=apigee,dc=com" 'cn=test userrole,ou=userroles,o=testuserrole,ou=organizations,dc=apigee,dc=com' -w $pass -v
where 'cn=test userrole,ou=userroles,o=testuserrole,ou=organizations,dc=apigee,dc=com' is the entire entry that you need to remove from Openldap.

Regards,

Jagjyot

View solution in original post

1 REPLY 1

jhans
New Member

Hello Folks,

If you are getting "Invalid Role Name" error on UI after upgrade then you need to remove the userroles with spaces as the userroles with spaces in Apache DS does not get migrated properly in 15.01 ( Openldap )

Using the below command we can delete it:

[root@jagjyot ~]# ldapdelete -r -H "ldap://localhost:10389" -D "cn=manager,dc=apigee,dc=com" 'cn=test userrole,ou=userroles,o=testuserrole,ou=organizations,dc=apigee,dc=com' -w $pass -v
where 'cn=test userrole,ou=userroles,o=testuserrole,ou=organizations,dc=apigee,dc=com' is the entire entry that you need to remove from Openldap.

Regards,

Jagjyot