Problem with executing shell command using services, works in debug

Hello

I have problem with Planet Press Connect project where I would like to execute Shell.Object from VBS script.

For example we have:

Option Explicit

Dim  shl

Set shl = CreateObject("Shell.Application")

shl.ShellExecute "notepad.exe", "", "", "open", 1

And when I run this script using DEBUG mode then Notepad will be opened correctly.
When want to use Planet Press services, then cant.

Also inside Event VIewer have following errors:

The description for Event ID 1 from source PPWatch8 cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.

If the event originated on another computer, the display information had to be saved with the event.

Please help me, what to do.