Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. Jamilian
    3. Posts
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Groups 0

    Posts made by Jamilian

    • RE: Where do I find script and module logs?

      Thanks for your answer,

      First couldn't see detailed information about the script actions / errors in any of these logs.
      So I asked where exactly should the standard output / errors be logged to find it.

      I know all of these four log files of course, but couldn't see and find where the detailed information about the script operations / outputs were logged exactly.

      Now I just wanted to do another clear test and finally saw this line, where those two infos are indeed logged:

      2023-11-18 01:52:50,404 INFO [29] ModuleScriptManager - {"ExitCode":1,"StandardError":"Ungยltige Option - "y".\r\n\r\n","StandardOut":"\r\nC:\Program Files\Toec\AppData\094fc44f-8836-4f8c-819e-98c07afee93e>echo This should be any output. \r\nThis should be any output.\r\n\r\nC:\Program Files\Toec\AppData\094fc44f-8836-4f8c-819e-98c07afee93e>del C:\nopath\nofile.txt /y \r\n\r\n"}

      Is this information also checkable directly in the webUI somewhere? So I mean the content of StandardError and StandardOut without the need to dig through the toec client log?

      posted in Support
      J
      Jamilian
    • User impersonation for software installation

      Hi all,

      This week we had another issue regarding software installation tasks. It looks like the impersonation feature does not completely impersonate the tasks.

      What we tried:

      Install a program as User DOMAIN\AIN to a shared network drive I:\ including using the roaming profile of the user to sync the changed profile data back to the domain default profile.

      First of all the script was not able to use the network drive (possibly not connected automatically, because the profile is not completely loaded) and second the user profile was loaded as a local profile instead of a roaming profile which means that the changes (e.g. desktop icons) ofc. can't be saved back to the default profile.

      Do you have any idea here, or do we have to look for an impersonation workaround for now?

      Thanks in advance!

      posted in Support
      J
      Jamilian
    • Where do I find script and module logs?

      Hi all!

      Maybe this is kind of a "I am blind"-question, so sorry in advance ๐Ÿ˜„

      Currently I'm testing around with modules and software installation-scripts and so on, and I am asking two questions to myself.

      When I have a simple script module in which i do something like

      del C:\install\file.xml /y [wrong syntax]

      instead of

      del C:\install\file.xml /f [correct syntax]

      where can I look up the error messages / log of the script? to see this error for example: 'Unknown Option - "y"'
      b476a74b-b05f-40c0-80de-158f39939cbb-image.png

      My second question:

      What exactily do this two options do, where can i find those logs?

      91c2a7d1-ca46-4c03-8fa1-be4c6dcc7e5c-image.png

      Actually I think the answer to second will answer first aswell - but we will see ๐Ÿ™‚

      Thanks in advance!

      posted in Support
      J
      Jamilian
    • RE: server error after logging in

      Hi again,

      I think I found the reason. Since the configuration was for test purposes i set the
      "Web Ui Timeout (Minutes)" to 0 to prevent a session timeout.

      But instead of disabling the timeout with 0 as value as known from other configurations, you get this neat little error and are unable to login again.

      If this error occurs to you and you can't login to fix it anymore: you can change the value directly in the database (you have the connection info in your Toems-API web.config).
      It is stored in "admin_settings" -> "ID 99" -> "Web UI Timeout". Then just set it to 60 which is the default value.

      Hope this can help someone in future and
      @theopenem_admin maybe this could be a bug report or suggestion ๐Ÿ™‚

      O/

      posted in Support
      J
      Jamilian
    • server error after logging in

      Hi!

      Maybe you can help me here. I am currently trying to test theopenem on my test-system.
      I can install it without any problems, used the default mariadb and had been able to configure quite alot already.
      While i was testing around with my first client i suddenly got logged out of the web-UI. When I try to login again now i get a server application error from IIS:

      d81dd1cc-0ba6-48f9-962a-ef0a54ff241f-image.png

      I didn't change anything in the config which could have caused that, for some reason it just stopped working.
      Do you have any idea what could be the cause of this?

      My FrontendLog reports this every time:

      2023-10-09 18:45:07,835 [13] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: User/GetForLogin/
      2023-10-09 18:53:23,733 [13] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: User/GetForLogin/
      2023-10-09 19:13:13,958 [23] ERROR Toems_ApiCalls.ApiRequest Response Data Was Null For Resource: User/GetForLogin/

      Any help would be appreciated!

      posted in Support
      J
      Jamilian