OpenUtilities Workflow Manager

Hello Guys,

            I would be grateful if anyone can help me out with my problem on OpenUtilities Workflow Manager.  I just installed OpenUtilities v8i (ss4) but when I launch the workflow manager, it does not respond. Kindly help me out. Thanks

Parents Reply Children
  • Location of readme_OpenUtilitiesDesigner.chm is in installation folder. By default is "C:\Program Files (x86)\Bentley\OpenUtilitiesDesigner V8i\OpenUtilitiesDesigner\readme_OpenUtilitiesDesigner.chm".

    If you Installed OUD by this guide and again Workflow Manager is not ruing then try to execute this SQL statement in SQL Server.

    USE [BUDV8i]
    GO
    
    /**** replace the username with the actual Windows user****/
    UPDATE CHDATA.USERLOGIN SET UserName = 'YOUR WINDOWS USER', FirstName = 'Administrator', LastName = 'Administrator' WHERE UPPER(UserName) = 'ADMINISTRATOR'
    GO