Inedo Community Forums Forums
    • Recent
    • Tags
    • Popular
    • Login

    Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

    If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

    ProGet 4.7.1.1: Modules/packages placed in Drop Path are not being imported.

    Scheduled Pinned Locked Moved Support
    progetmicrosoftpermissions
    2 Posts 2 Posters 75 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ? This user is from outside of this forum
      Guest
      last edited by

      Modules/packages placed in Drop Path are not being imported. I'm wondering how to troubleshoot or fix this. The ProGet Service is running as my personal userid, which is a member of the server's administrator group and has full rights on the server. The drop path is f:\dsc\droppath.

      PS F:\dsc\droppath> get-acl . | format-list

      Path : Microsoft.PowerShell.Core\FileSystem::F:\dsc\droppath
      Owner : BUILTIN\Administrators
      Group : DEVACCOUNTS\Domain Users
      Access : BUILTIN\Administrators Allow FullControl
      BUILTIN\Administrators Allow 268435456
      NT AUTHORITY\SYSTEM Allow FullControl
      NT AUTHORITY\SYSTEM Allow 268435456
      NT AUTHORITY\Authenticated Users Allow Modify, Synchronize
      NT AUTHORITY\Authenticated Users Allow -536805376
      BUILTIN\Users Allow ReadAndExecute, Synchronize
      BUILTIN\Users Allow -1610612736
      Audit :
      Sddl : O:BAG:DUD:(A;ID;FA;;;BA)(A;OICIIOID;GA;;;BA)(A;ID;FA;;;SY)(A;OICIIOID;GA;;;SY)(A;ID;0x1301bf;;;AU)(A;OICIIOID;SDGXGWGR;;;AU)(A;ID;0x1200a9;;;BU)(A;OICIIOID;

      Product: ProGet
      Version: 4.7.12

      1 Reply Last reply Reply Quote 0
      • benB Offline
        ben inedo-engineer
        last edited by

        Hello Jim,

        You can run the ProGet service in interactive mode to see its logs:

        • Stop the ProGet service.
        • In Command Prompt or PowerShell, run .\ProGet.Service.exe run from C:\Program Files\ProGet\Service (or wherever you installed ProGet if you didn't use the default location).

        It will run the drop path monitor every 60 seconds by default. The message for the drop path monitor starting is Executing DropPathMonitorExecuter....

        You can edit Service.DropPathMonitorExecuterThrottle in /administration/advanced-settings to less than 60 seconds if waiting gets too annoying.

        Immediately after the drop path monitor runs, there should be a message that says Scanning for packages in f:\dsc\droppath. This will be followed by Found f:\dsc\droppath\file.ext any packages it finds.

        In order to be found, the package files must end in the expected extension:

        • .tgz for npm feeds
        • .nupkg for NuGet feeds
        • .gem for Ruby Gems feeds
        • .upack for Universal feeds
        • .vsix for VSIX feeds

        If an error occurs while trying to add a package from the drop path, it will appear on a line shortly after the Found f:\dsc\droppath\file.ext line, starting with Error installing package:.

        1 Reply Last reply Reply Quote 0

        Hello! It looks like you're interested in this conversation, but you don't have an account yet.

        Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

        With your input, this post could be even better 💗

        Register Login
        • 1 / 1
        • First post
          Last post
        Inedo Website Home • Support Home • Code of Conduct • Forums Guide • Documentation