Navigation

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. theopenem_admin
    Welcome to the community forums for Theopenem. You are encouraged to not only ask questions but help others as well. If you have found Theopenem helpful in any way please consider purchasing a support contract. A support contract ensures the continued development of Theopenem as well as guaranteed responses to your questions in our helpdesk ticketing system.

    T
    • Profile
    • Following 0
    • Followers 2
    • Topics 11
    • Posts 575
    • Best 27
    • Groups 1

    theopenem_admin

    @theopenem_admin

    administrators

    26
    Reputation
    49
    Profile views
    575
    Posts
    2
    Followers
    0
    Following
    Joined Last Online

    theopenem_admin Follow
    administrators

    Best posts made by theopenem_admin

    • RE: Could Not Save Image Schema - 800+ GB Image

      Yes, then in admin settings -> imaging client, enable upload / deploy direct to smb

      posted in Support
      T
      theopenem_admin
    • RE: Toec 1.4.4.0 x64 wizard error

      That won't work. The second video of the getting started series talks about how to install the client.

      https://www.youtube.com/user/coverthisone/videos

      posted in Support
      T
      theopenem_admin
    • RE: TOEC registration problem on not syspreped images

      What version of Windows did you install Theopenem on?

      posted in Support
      T
      theopenem_admin
    • RE: TOEC registration problem on not syspreped images

      A few options:

      Rebuild the image - Make sure you delete the program files\toec folder if it exists, otherwise install Toec, then run the --prepareImage, leaving Toec installed on the image.

      Keep existing image - Delete program files\toec before installing again.

      Keep existing image - Install Toec, then run --prepareImage and restart service

      posted in Support
      T
      theopenem_admin
    • RE: TOEC registration problem on not syspreped images

      The installation id is the only thing that matters. If 2 pc's have the same id, it's going to show the behavior you are describing. Are you certain that it's not already on the image? It's nearly impossible for 2 machines to have the same installation id. Here is the code for how it is generated.

      UpdateDbSetting(Guid.NewGuid().ToString(), "installation_id");
      

      It is basically randomly creating a guid upon installation. The guid is not based on anything on the computer such as hardware or sids.

      I'm also not sure whats going on with your script. Is that how you are installing on the client or what you are trying to do to fix it?

      posted in Support
      T
      theopenem_admin
    • RE: WEB UI problems

      Understood. It was done this way because I didn't want a scroll bar on the main nav menu. So if the main nav menu can't fit on your screen then it switches to mobile.

      posted in Support
      T
      theopenem_admin
    • RE: Theopenem bootable USB does not show console text

      The security bug has been fixed and now Microsoft is signing the shim loader again. I'm waiting for the newest shim version of 15.5 to be released before I try to get it signed. I'm hoping to have this done as soon as possible but it's a pain.

      posted in Support
      T
      theopenem_admin
    • RE: TOEC installed before or after imaging

      c:\program files\toec\toec.exe

      posted in Support
      T
      theopenem_admin
    • RE: TOEC installed before or after imaging

      It's fine to put it on the image but you must prepare it for image, or like you said the installation id will be the same on each machine.

      From the docs:

      Toec.exe --prepareImage
      

      If you want to install Toec before capturing an image of the computer. You must run this prior to the last shutdown of the computer. Failure to run this will cause each client's installation id to be the same, preventing Toec from working properly.

      You should be able to run that command on the machines that have already imaged in order to fix them also.

      posted in Support
      T
      theopenem_admin
    • RE: Port Forwarding

      Your approach is correct. Only open up port 8888 to allow the endpoints to communicate, keeping the ui and api locked down to just the internal network.

      posted in Support
      T
      theopenem_admin

    Latest posts made by theopenem_admin

    • RE: Computer Reports

      The reporting is kind of broken. I'll do some work on it in the next release. If you have an database experience you can query it directly to get the info.

      posted in Support
      T
      theopenem_admin
    • RE: Stuck Creating a Pipable WIM?

      Yes, just discovered this bug myself. It's been fixed but hasn't been released yet. When making the image with the image prep utility, leave the c:\drivers option unchecked.

      The issue is that the reg key is changed to a REG_SZ value when it should be REG_EXPAND_SZ value. If make that change in the registry it will fix the issue.

      posted in Support
      T
      theopenem_admin
    • RE: Cannot Log In TheOpenem Web UI

      Thanks for posting your solution.

      posted in Support
      T
      theopenem_admin
    • RE: Cannot Log In TheOpenem Web UI

      It's difficult to say what's happening here and I'm certainly not a database expert, from your log, you can see that it can't connect to the database. Can you connect to database manually using the provided heidisql tool?

      posted in Support
      T
      theopenem_admin
    • RE: Quick Group Add // Module progress

      @grimtooth said in Quick Group Add // Module progress:

      I was wondering if there will be a way to quickly import or add a list of machines into a custom group? For example import from a text file or similar. If a function exists, I apologize.

      There is no feature to do this, you must manually add them to the group, or you could use a dynamic group to do it automatically if there is a naming convention that could be used.

      Another thing is, can we have a progress meter of some sort, similar to the imaging progress %, but for modules? Even better if it shows the progress for each machines during software/command deployments if it is pending, ongoing or failed.

      I can look into adding something in the next release.

      posted in Feature Requests / Feedback
      T
      theopenem_admin
    • RE: Run Toems on Linux ?

      Sorry, this has been discussed before. There are some dependencies that are not compatible with Linux, specifically entity framework has a bug that prevents it from working on Linux.

      posted in Feature Requests / Feedback
      T
      theopenem_admin
    • RE: Could now Download Script, 403

      did you change the toemsadmin password?

      posted in Support
      T
      theopenem_admin
    • RE: Unable to upload msi file

      Did you update the uploadapiurl in the web.config file?

      posted in Support
      T
      theopenem_admin
    • RE: Default Built-in Group

      You can't delete the built in all computers group. It will always have all computers in it. There is no need to create another All computers group, but if you are just testing, it should still work. What do you have for your dynamic criteria?

      posted in Support
      T
      theopenem_admin
    • RE: Bitlocker error

      The best way to completely disable bitlocker is from the cmd:

      manage-bde -off c:
      
      posted in Support
      T
      theopenem_admin