I don't agree with you. Sorry.
Configuration is very simple and we are 100% sure that everything is ok with connection string. It was tested.
So ok, we will buy a payment version and we will send a request to support.
Thanks for help.
serveradmin_0226
@serveradmin_0226
Best posts made by serveradmin_0226
Latest posts made by serveradmin_0226
-
RE: Error logs with SQL connection
-
Error logs with SQL connection
Hello,
We get some errors in logs. Our configuration is in docker compse with connection string.An error occurred in the web application: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 26 - Error Locating Server/Instance Specified) URL: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx Referrer: (not set) User: (unknown) User Agent: NuGet VS VSIX/6.11.1 (Microsoft Windows NT 10.0.26100.0, Professional/17.0) Stack trace: at Microsoft.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) at Microsoft.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions) at Microsoft.Data.SqlClient.SqlConnection.Open(SqlConnectionOverrides overrides) at Inedo.Data.SqlServerDatabaseContext.CreateConnection() at Inedo.Data.DatabaseContext.ExecuteInternal(String storedProcName, GenericDbParameter[] parameters, DatabaseCommandReturnType returnType) at Inedo.Data.SqlServerDatabaseContext.ExecuteInternal(String storedProcName, GenericDbParameter[] parameters, DatabaseCommandReturnType returnType) at Inedo.Data.StrongDataReader.Read[TRow](Func`1 getReader, Boolean disposeReader)+MoveNext() at System.Linq.Enumerable.TryGetFirst[TSource](IEnumerable`1 source, Boolean& found) at Inedo.ProGet.Feeds.Feed.GetFeed(String feedName, Context externalDbContext) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E509022\Src\ProGetCoreEx\Feeds\Feed.cs:line 245 at Inedo.ProGet.WebApplication.FeedEndpoints.FeedEndpointHandler.GetHttpHandler(GetHandlerParams args) in C:\Users\builds\AppData\Local\Temp\InedoAgent\BuildMaster\192.168.44.60\Temp\_E509022\Src\ProGet.WebApplication\FeedEndpoints\FeedEndpointHandler.cs:line 104 at Inedo.Web.Handlers.DynamicHttpHandling.GetHandler(AhHttpContext context, String requestType, String url, String pathTranslated) at Inedo.Web.AhWebMiddleware.InvokeAsync(HttpContext context) ::Web Error on 01/15/2025 09:11:24::
We using only ProGet I don't now we in logs are visible other tools like BuildMaster.
-
Problem with SQL connection for Basic version
We would like to purchase a license key for the ProGet Basic version. Currently, we are using the trial version, but we have noticed an issue with the ProGet instance.
At the moment, we are using Docker Compose along with a connection to SQL Server. In the logs, we are seeing the following errors:
An error occurred in the web application:A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: TCP Provider, error: 26 - Error Locating Server/Instance Specified)
Eventually, the application stops working and returns a 500 error.
Interestingly, even though this error appears in the logs, all log data seems to be successfully added to the database.
Have maybe someone similar problem? This is a big blocker for us, because we are not sure if Basic License works correctly, or if ProGet will be a good choice as an artifactory hub.