How to unlock SAP Business One version for HANA manager user using query
Solution : Open the SQL console from particular company schema and run below query
UPDATE OUSR SET "Locked" = 'N' where "USER_CODE" = 'manager';
Solution : Open the SQL console from particular company schema and run below query
UPDATE OUSR SET "Locked" = 'N' where "USER_CODE" = 'manager';
Comments
Post a Comment