Navigation

    Inedo Community Forums

    Forums

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. priyanka.m_4184
    P
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    priyanka.m_4184

    @priyanka.m_4184

    0
    Reputation
    4
    Posts
    1
    Profile views
    0
    Followers
    0
    Following
    Joined Last Online

    priyanka.m_4184 Follow

    Best posts made by priyanka.m_4184

    This user hasn't posted anything yet.

    Latest posts made by priyanka.m_4184

    • RE: SQL Database Error for ProGet

      Thanks Steve,

      That was helpful!

      Regards,
      Priyanka

      posted in Support
      P
      priyanka.m_4184
    • SQL Database Error for ProGet

      Hi,
      We are using proget Version 6.0.18 (Build 2-proget6) and our Proget instance is down since the app pool is in a stopped state and it wont start, because of the errors we see in the event viewer

      Could not allocate space for object 'dbo.PackageDownloads'.'IX__PackageDownloads__DownloadDate' in database 'ProGet2' because the 'PRIMARY' filegroup is full. Create disk space by deleting unneeded files, dropping objects in the filegroup, adding additional files to the filegroup, or setting autogrowth on for existing files in the filegroup.
      
      CREATE DATABASE or ALTER DATABASE failed because the resulting cumulative database size would exceed your licensed limit of 10240 MB per database.
      
      

      Could you please suggest next steps on how to resolve this issue? We are considering upgrading to SQLServer Standard edition, however we want to know if there is anything else we can do temporarily until we can get that upgrade done.

      Look forward to hear from you soon.

      Kind Regards,
      Priyanka

      posted in Support
      P
      priyanka.m_4184
    • RE: Upack push returns "Operation was cancelled by user"

      Hi @stevedennis ,

      Thanks, Everything looks good from ProGet end

      By PowerShell you mean using Invoke-WebRequest right?

      With Invoke-WebRequest it just took very long (~30 mins) . So maybe it is the network. I will check and add an update.

      Regards,
      Priyanka

      posted in Support
      P
      priyanka.m_4184
    • Upack push returns "Operation was cancelled by user"

      Hi,

      I'm new to using upack.exe CLI and I've managed to create a .upack package using the
      upack pack command.

      I'm trying to push out this package using the below command:

      "upack push Mypackage-1.0.1.upack "https://proget.consilio.com/upack/<feedname>" --user="$ProgetUsername":"$ProgetPassword" "

      I am passing the username and password by storing them in the variables as seen above.

      This command returns this output:
      Package: Mypackage
      Version: 1.0.1
      Operation was canceled by the user.

      Why does it say "Operation was cancelled", Is it waiting for user input? How do I push the package up to my feed? I cannot have the credentials displayed in plain text.

      This is my current setup :

      • Installed upack v3.1.1 as a dotnet tool
      • running the upack.exe command inside a PowerShell script.

      Could you please help on this?

      Regards,
      Priyanka

      posted in Support
      P
      priyanka.m_4184