Hi Alana:
Thank you for your response.
I changed the license key by requesting a new key via the “Request Trail/Free License” feature of MyInedo. Then using the Admin > License Key feature of ProGet, entered the key and then activated it.
After I’ve changed the license key, I tried several times to retrieve packages from nuget.org, via the dotnet command line, via VS2019 Package Manager Restore, and via the ProGet Web UI. I’m not able to download any package that is sourced from a connector. There no violations listed in Admin > License Key > License Violations page.
Also, any package that is sourced from a connector is not made available to the nuget restore, even if that package has been cached on the ProGet server.
Below is a list of errors from executing dotnet restore on one of my solutions.
The chocolatey, nuget, and MS curated feed are definitely all public. The Telerik and DevExpress feeds require username/password authentication.
I'm at a loss as to how to resolve this, since I don't feel that any of these feed violate the use license or restrictions.
Please advise as to next steps.
Thanks
marc
D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0>dotnet restore renpostagg.sln
Determining projects to restore...
Failed to download package 'System.Threading.Tasks.Extensions.4.5.2' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/System.Threading.Tasks.Extensions/4.5.2'.
Response status code does not indicate success: 502 (Cannot download package from connector).
Failed to download package 'OctoPack.3.6.4' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/OctoPack/3.6.4'.
Response status code does not indicate success: 500 (Cannot find the package in the package store.).
Failed to download package 'System.Threading.Tasks.Extensions.4.5.2' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/System.Threading.Tasks.Extensions/4.5.2'.
Response status code does not indicate success: 502 (Cannot download package from connector).
Failed to download package 'OctoPack.3.6.4' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/OctoPack/3.6.4'.
Response status code does not indicate success: 500 (Cannot find the package in the package store.).
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Failed to download package 'System.Threading.Tasks.Extensions.4.5.2' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/System.Threading.Tasks.Extensions/4.5.2'. [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Response status code does not indicate success: 502 (Cannot download package from connector). [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
Failed to download package 'MongoDB.Bson.2.8.0' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/MongoDB.Bson/2.8.0'.
Response status code does not indicate success: 500 (Cannot find the package in the package store.).
Failed to download package 'System.Buffers.4.5.0' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/System.Buffers/4.5.0'.
Response status code does not indicate success: 502 (Cannot download package from connector).
Failed to download package 'MongoDB.Bson.2.8.0' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/MongoDB.Bson/2.8.0'.
Response status code does not indicate success: 500 (Cannot find the package in the package store.).
Failed to download package 'System.ValueTuple.4.5.0' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/System.ValueTuple/4.5.0'.
Response status code does not indicate success: 502 (Cannot download package from connector).
Failed to download package 'Snappy.NET.1.1.1.8' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/Snappy.NET/1.1.1.8'.
Response status code does not indicate success: 502 (Cannot download package from connector).
Failed to download package 'System.Runtime.CompilerServices.Unsafe.4.5.2' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/System.Runtime.CompilerServices.Unsafe/4.5.2'.
Response status code does not indicate success: 502 (Cannot download package from connector).
Failed to download package 'DnsClient.1.2.0' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/DnsClient/1.2.0'.
Response status code does not indicate success: 502 (Cannot download package from connector).
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Failed to download package 'OctoPack.3.6.4' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/OctoPack/3.6.4'. [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Response status code does not indicate success: 500 (Cannot find the package in the package store.). [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Failed to download package 'MongoDB.Bson.2.8.0' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/MongoDB.Bson/2.8.0'. [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Response status code does not indicate success: 500 (Cannot find the package in the package store.). [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
Failed to download package 'System.ValueTuple.4.5.0' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/System.ValueTuple/4.5.0'.
Response status code does not indicate success: 502 (Cannot download package from connector).
Failed to download package 'Snappy.NET.1.1.1.8' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/Snappy.NET/1.1.1.8'.
Response status code does not indicate success: 502 (Cannot download package from connector).
Failed to download package 'System.Runtime.CompilerServices.Unsafe.4.5.2' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/System.Runtime.CompilerServices.Unsafe/4.5.2'.
Response status code does not indicate success: 502 (Cannot download package from connector).
Failed to download package 'DnsClient.1.2.0' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/DnsClient/1.2.0'.
Response status code does not indicate success: 502 (Cannot download package from connector).
Failed to download package 'System.Buffers.4.5.0' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/System.Buffers/4.5.0'.
Response status code does not indicate success: 502 (Cannot download package from connector).
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Failed to download package 'Snappy.NET.1.1.1.8' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/Snappy.NET/1.1.1.8'. [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Response status code does not indicate success: 502 (Cannot download package from connector). [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Failed to download package 'DnsClient.1.2.0' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/DnsClient/1.2.0'. [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Response status code does not indicate success: 502 (Cannot download package from connector). [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Failed to download package 'System.Runtime.CompilerServices.Unsafe.4.5.2' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/System.Runtime.CompilerServices.Unsafe/4.5.2'. [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Response status code does not indicate success: 502 (Cannot download package from connector). [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Failed to download package 'System.ValueTuple.4.5.0' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/System.ValueTuple/4.5.0'. [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Response status code does not indicate success: 502 (Cannot download package from connector). [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Failed to download package 'System.Buffers.4.5.0' from 'http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs/package/System.Buffers/4.5.0'. [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Response status code does not indicate success: 502 (Cannot download package from connector). [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : The feed 'B&N External Package Server [http://awwtng01.hq.bn-corp.com/nuget/ExternalLibs]' lists package 'System.ValueTuple.4.5.0' but multiple attempts to download the nupkg have failed. The feed is either invalid or required packages were removed while the current operation was in progress. Verify the package exists on the feed and try again. [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]
C:\Program Files\dotnet\sdk\3.1.300-preview-015135\NuGet.targets(128,5): error : Unable to find package 'System.ValueTuple.4.5.0'. [D:\Work\BN\ProductDataSystemsGitRepos\Tools\ren-aggregation\Version 2.0\renpostagg.sln]