In the unusual circumstance where you as the INFORCRM admin need to grant access to the Application Architect, but do not want to hand out the Admin password we have a workaround.
Open up the Administrator and use the sql option to update the usersecurity table. Change the type to “W” for the user and this will allow log on to Application Architect.
Here is an example:
select type from usersecurity where usercode =’craigc’ —make a note of the type
update usersecurity set type =’W’ where usercode =’craigc’
Change type back to the original value and you have locked out Application Architect again.