@JohnnyPabian, that error is the Launcher's way of telling you that it is unable to build (or ""instantiate"") the SY_ReportManager_UI object. It is probably an error 200 or some other meaningless error under the covers. Are you able to run any of the other management tasks from the Setup menu? In order to get more useful information, you *might* able to try the instantiation from a command prompt and query the error. File / Run / SYZCON. Once in the command mode:
o=NEW(""SY_ReportManager_ui"",%sys_ss)
That will probably generate an error of some sort which might be useful. Otherwise, you can do:
PRINT %SYS_SS'LastErrorMsg$
to see if it gives you any additional info.