• Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
TRIGGERcmd
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Register
  • Login
  1. Home
  2. Adroit Tester2
  • Profile
  • Following 0
  • Followers 0
  • Topics 1
  • Posts 2
  • Best 0
  • Controversial 0
  • Groups 0

Alex Earley

@Adroit Tester2

0
Reputation
2
Profile views
2
Posts
0
Followers
0
Following
Joined Nov 18, 2024, 6:04 PM Last Online Nov 23, 2024, 4:12 AM

Adroit Tester2 Unfollow Follow

Latest posts made by Adroit Tester2

  • RE: Background Commands not running.

    I forgot to mention I am running windows 11 and Windows is updated.
    I am running version 1.0.37 of triggercmd agent.

    posted in General Discussion
    A
    Adroit Tester2
    Nov 20, 2024, 3:42 PM
  • Background Commands not running.

    Hey @Russ. Really enjoying triggercmd so far. I am experiencing an issue where I am not able to run any "background" commands from a web trigger.

    Here are some things I have done to troubleshoot:

    • I removed the background services and reinstalled them with a reboot. I did this a couple times.
    • I checked the logs and I see the commands being received, but then nothing else happens.
    • I checked to see if the same commands work in foreground mode - they do.
    • I simplified the commands to just "start notepad" - launches w/ foreground but does nothing with background mode.
    • I checked services.msc and confirmed the TriggerCmdAgent is there.
    • When I installed or removed bg services, node js prompted me with UAC.
    • I can launch any of the commands from the Command editor GUI. Even if they are background mode.
    { trigger: 'notepad-background', id: 'XXXXXXXXXXXXXXXXXXXXX' }
    { trigger: 'notepad-foreground', id: 'XXXXXXXXXXXXXXXXXXXXX' }
    Running trigger: notepad-foreground  Command: start notepad
    Reported: Command Ran
    

    I am creating a "build machine" and I am using triggercmd to allow a team of software devs the ability to trigger a build any time they want. I would prefer to launch this build process with the background mode enabled.

    posted in General Discussion
    A
    Adroit Tester2
    Nov 20, 2024, 3:38 PM