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 4
    • Topics 14
    • Posts 835
    • Best 36
    • Groups 1

    theopenem_admin

    @theopenem_admin

    administrators

    35
    Reputation
    71
    Profile views
    835
    Posts
    4
    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: DHCP Option 67

      If you start the task from the web you should be able to cancel it after is seems frozen to get the log.

      posted in Support
      T
      theopenem_admin

    Latest posts made by theopenem_admin

    • RE: Issue during deployment

      Sounds like you are using a mix of the WIE and LIE. You need to use the same one to upload and deploy your image.

      posted in Support
      T
      theopenem_admin
    • RE: Could not open "EFI\Boot\ issue M.2 NvME drive

      It's not the bios. It's when you create the iso in the UI.

      posted in Support
      T
      theopenem_admin
    • RE: Could not open "EFI\Boot\ issue M.2 NvME drive

      It's not related to the drive. You need to build your iso with secure boot support disabled.

      posted in Support
      T
      theopenem_admin
    • RE: Unable to capture image. Bootable USB doesn't show anything past the first menu.

      There are other threads about the cursor. You need to disable secure boot option when make iso. The WIE is the preferred method. I would switch to that anyway.

      posted in Support
      T
      theopenem_admin
    • RE: Wake on LAN issue - help setting up?

      WOL uses other PC's managed by Toems. It looks for a pc on that network, and sends the WOL from that computer. If it can't find one, it uses the WOL relay, but you need to set it up.

      posted in Support
      T
      theopenem_admin
    • RE: The given header was not found.

      It means the client header was missing when trying to authenticate. Is this server public? It could be random port scans or whatever from the outside.

      posted in Support
      T
      theopenem_admin
    • RE: WinPE Module, Second TOEM Server for Failover, Replication, SMB

      Standard is the most reliable, you just need to select the correct windows partition below when standard is selected.

      posted in Support
      T
      theopenem_admin
    • RE: WinPE Module, Second TOEM Server for Failover, Replication, SMB

      It would be on the actual image. I think you are talking about in settings.
      Images->view->image profiles->deploy options

      posted in Support
      T
      theopenem_admin
    • RE: Sysprep Answer File Not Found

      At a loss here. Everything looks normal, it seems to me that during the upload, the process is stopping during the data transfer. They only thing that comes to mind is firewall.

      posted in Support
      T
      theopenem_admin
    • RE: Sysprep Answer File Not Found

      Are you sure, your logs don't indicate that is happening? Can you post the log from admin settings->logs->com server logs->multicast.log

      posted in Support
      T
      theopenem_admin