SQL Server Issues?

Hello All -

In the last 3 or 4 days I’m facing a pretty debilitating issue with what I think is SQL? I’m horrible at deciphering these logs. It looks like it’s having trouble authenticating with SQL Server but once Samba Shuts itself down you can click/reopen Samba and it’ll work fine for a few minutes and then the process starts over again. This last crash happend when attempting to add a Member Entity.

I have a backup terminal that I keep on hand just in case something like this happens that is preloaded with everything except the database. Thinking this was a potential hardware failure (and because of a time constraint) I swapped out the PCs and imported the last backup. All was fine for a few hours and then the same issue arose on the replacement PC. Could this be an error somewhere in my setup/coding and what would be the easiest way to find the culpret? I don’t recall making any changes as of late.

Thanks as always for any input!


[General Info]

Application: SambaPOS
Version: 5.7.14
Region: en
DB: SQ
Machine: CDBFO10
User: SambaPOSUser
Date: 1/14/2026
Time: 12:08 AM

User Explanation:

SambaPOSUser said “”

[Exception Info 1]

Top-level Exception
Type: System.Reflection.TargetInvocationException
Message: Exception has been thrown by the target of an invocation.
Source: mscorlib
Stack Trace: at System.RuntimeMethodHandle.InvokeMethod(Object target, Object arguments, Signature sig, Boolean constructor)
at System.Reflection.RuntimeMethodInfo.UnsafeInvokeInternal(Object obj, Object parameters, Object arguments)
at System.Delegate.DynamicInvokeImpl(Object args)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)

Inner Exception 1
Type: System.Data.Entity.Core.EntityException
Message: The underlying provider failed on Open.
Source: EntityFramework
Stack Trace: at System.Data.Entity.Core.EntityClient.EntityConnection.Open()
at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions)
at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess) at System.Data.Entity.Core.Objects.ObjectQuery1.<>c__DisplayClass41_0.b__0()
at System.Data.Entity.Infrastructure.DbExecutionStrategy.Execute[TResult](Func1 operation) at System.Data.Entity.Core.Objects.ObjectQuery1.GetResults(Nullable1 forMergeOption) at System.Data.Entity.Core.Objects.ObjectQuery1.<System.Collections.Generic.IEnumerable.GetEnumerator>b__31_0()
at System.Data.Entity.Internal.LazyEnumerator1.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source)
at Samba.Infrastructure.Data.SqlData.ReadOnlyEFWorkspace.Last[T](Int32 recordCount)
at Samba.Persistance.Data.Dao.Last[T](Int32 recordCount)
at Samba.Persistance.Implementations.WorkPeriodDao.IsCurrentWorkPeriodOpenOnSystem()
at Samba.Presentation.Common.Services.ApplicationState.get_IsCurrentWorkPeriodOpenOnSystem()
at sffa32v384slxez.​ .OnNavigate(String )
at Samba.Presentation.Common.VisibleModuleBase.<.ctor>b__4_0(EventParameters1 x) at Microsoft.Practices.Prism.Events.EventSubscription1.InvokeAction(Action1 action, TPayload argument) at Microsoft.Practices.Prism.Events.EventSubscription1.<>c__DisplayClass2.b__0(Object arguments)
at Microsoft.Practices.Prism.Events.EventBase.InternalPublish(Object arguments)
at Microsoft.Practices.Prism.Events.CompositePresentationEvent`1.Publish(TPayload payload)
at Samba.Presentation.Services.Common.ExtensionMethods.Publish[TEventsubject](TEventsubject eventArgs, String eventTopic, Action expectedAction)

Inner Exception 2
Type: System.Data.SqlClient.SqlException
Message: Login failed for user ‘sa’.
Source: .Net SqlClient Data Provider
Stack Trace: at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, SqlCredential credential, Object providerInfo, String newPassword, SecureString newSecurePassword, Boolean redirectedUserInstance, SqlConnectionString userConnectionOptions, SessionData reconnectSessionData, DbConnectionPool pool, String accessToken, Boolean applyTransientFaultHandling, SqlAuthenticationProviderManager sqlAuthProviderManager)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool, DbConnection owningObject, DbConnectionOptions options, DbConnectionPoolKey poolKey, DbConnectionOptions userOptions)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject, DbConnectionOptions userOptions, DbConnectionInternal oldConnection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource1 retry, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.<>c.b__13_0(DbConnection t, DbConnectionInterceptionContext c)
at System.Data.Entity.Infrastructure.Interception.InternalDispatcher1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action2 operation, TInterceptionContext interceptionContext, Action3 executing, Action3 executed)
at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)
at System.Data.Entity.Core.EntityClient.EntityConnection.b__55_0()
at System.Data.Entity.Infrastructure.DbExecutionStrategy.<>c__DisplayClass17_0.b__0()
at System.Data.Entity.Infrastructure.DbExecutionStrategy.Execute[TResult](Func`1 operation)
at System.Data.Entity.Infrastructure.DbExecutionStrategy.Execute(Action operation)
at System.Data.Entity.Core.EntityClient.EntityConnection.Open()


[Assembly Info]

mscorlib, Version=4.0.0.0
System, Version=4.0.0.0
Samba.Services, Version=5.7.14.210
Samba.Domain, Version=5.7.14.210
Samba.Infrastructure.Data, Version=5.7.14.210
System.ComponentModel.Composition, Version=4.0.0.0
Samba.Presentation.Services, Version=5.7.14.210
System.Core, Version=4.0.0.0
PresentationCore, Version=4.0.0.0
WindowsBase, Version=4.0.0.0
PresentationFramework, Version=4.0.0.0
DevExpress.Xpf.LayoutControl.v17.2, Version=17.2.13.0
System.Xml, Version=4.0.0.0
DevExpress.Xpf.Grid.v17.2, Version=17.2.13.0
DevExpress.Xpf.Grid.v17.2.Core, Version=17.2.13.0
System.Xaml, Version=4.0.0.0
Samba.Infrastructure, Version=5.7.14.210
Microsoft.Practices.Prism, Version=4.0.0.0
System.Runtime.Serialization, Version=4.0.0.0
Microsoft.Practices.Prism.MefExtensions, Version=4.0.0.0
DevExpress.Xpf.Core.v17.2, Version=17.2.13.0
System.Windows.Forms, Version=4.0.0.0
System.Drawing, Version=4.0.0.0
Samba.Persistance, Version=5.7.14.210
Stateless, Version=1.0.0.0
PropertyTools, Version=2012.4.14.1
Samba.Localization, Version=5.7.14.210
ReachFramework, Version=4.0.0.0
EntityFramework, Version=6.0.0.0
FluentValidation, Version=3.4.0.0
NCalc, Version=1.3.8.0
Microsoft.CSharp, Version=4.0.0.0
Omu.ValueInjecter, Version=2.3.0.0
Microsoft.Practices.ServiceLocation, Version=1.0.0.0
DevExpress.Data.v17.2, Version=17.2.13.0
WindowsInput, Version=1.0.4.0


[System Info]

Operating System
-Microsoft Windows 11 IoT Enterprise LTSC
–CodeSet = 1252
–CSDVersion =
–CurrentTimeZone = -360
–FreePhysicalMemory = 12198100
–OSArchitecture = 64-bit
–OSLanguage = 1033
–ServicePackMajorVersion = 0
–ServicePackMinorVersion = 0
–Version = 10.0.26100

Machine
-CDBFO10
–Manufacturer = LENOVO
–Model = 10FGS1NS00
–TotalPhysicalMemory = 17063886848
–UserName = CDBFO10\SambaPOSUser


######################### E N D #########################

Error is so clear: Message: Login failed for user ‘sa’. first of all check connecton string (SambaSettings file)

Yes, clearly deceiving. Of course that is the first thing I checked. I try not to waste the time of anyone in the forum with anything unless I’ve exhausted my knowledge and resources.

In addition to the connection string (which hasn’t changed in years), I checked the login information for “sa” in SQL Server 2017 to rule out the password having been changed (which could have only been done by me). I did a thorough Virus and Malware scan just for S&G and to rule that out. All services are running. Ports are open in the Firewall, and the Protocols are correctly setup in Configuration Manager.

My most recent attempt to fix this has been to completely reset the network settings via Windows Settings. So far that has helped, but has not completely stopped Samba randomly shutting down.

I will, of course, update the thread if I do find a cause/fix.

Did you reinstall SQL on the server? During installation, there are Windows Auth and SQL Auth options in the security settings. Maybe you selected Windows Auth ?

No Sir. It was installed with SQL Server Authentication. Like I mentioned, nothing has changed as far as software additions/removals… with the exception of Windows Updates (Windows 11). From the lack of response to this thread I feel like I can safely say it’s not a Windows Update conflict. Which leads me back to thinking it’s some sort of change I’ve inadvertently made within Samba. The problem is I can’t think of anything outside of the connection string that I could have changed that would cause such behavior.

This occures only in connection string. Thats all.

This is the latest error which occurred with no interaction at all. I think I’m circling back around to a possible hardware or link issue.

d

See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Data.Entity.Core.EntityException: The underlying provider failed on Open. —> System.Data.SqlClient.SqlException: Login failed for user ‘sa’.
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, UInt32 waitForMultipleObjectsTimeout, Boolean allowCreate, Boolean onlyOneCheckConnection, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionPool.TryGetConnection(DbConnection owningObject, TaskCompletionSource1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection) at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource1 retry, DbConnectionOptions userOptions) at System.Data.ProviderBase.DbConnectionClosed.TryOpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource1 retry) at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.<>c.b__13_0(DbConnection t, DbConnectionInterceptionContext c)
at System.Data.Entity.Infrastructure.Interception.InternalDispatcher1.Dispatch[TTarget,TInterceptionContext](TTarget target, Action2 operation, TInterceptionContext interceptionContext, Action3 executing, Action3 executed)
at System.Data.Entity.Infrastructure.Interception.DbConnectionDispatcher.Open(DbConnection connection, DbInterceptionContext interceptionContext)
at System.Data.Entity.Core.EntityClient.EntityConnection.b__55_0()
at System.Data.Entity.Infrastructure.DbExecutionStrategy.<>c__DisplayClass17_0.b__0()
at System.Data.Entity.Infrastructure.DbExecutionStrategy.Execute[TResult](Func1 operation) at System.Data.Entity.Infrastructure.DbExecutionStrategy.Execute(Action operation) at System.Data.Entity.Core.EntityClient.EntityConnection.Open() --- End of inner exception stack trace --- at System.Data.Entity.Core.EntityClient.EntityConnection.Open() at System.Data.Entity.Core.Objects.ObjectContext.EnsureConnection(Boolean shouldMonitorTransactions) at System.Data.Entity.Core.Objects.ObjectContext.ExecuteInTransaction[T](Func1 func, IDbExecutionStrategy executionStrategy, Boolean startLocalTransaction, Boolean releaseConnectionOnSuccess)
at System.Data.Entity.Core.Objects.ObjectQuery1.<>c__DisplayClass41_0.<GetResults>b__0() at System.Data.Entity.Infrastructure.DbExecutionStrategy.Execute[TResult](Func1 operation)
at System.Data.Entity.Core.Objects.ObjectQuery1.GetResults(Nullable1 forMergeOption)
at System.Data.Entity.Core.Objects.ObjectQuery1.<System.Collections.Generic.IEnumerable<T>.GetEnumerator>b__31_0() at System.Data.Entity.Internal.LazyEnumerator1.MoveNext()
at System.Linq.Enumerable.SingleOrDefault[TSource](IEnumerable1 source) at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.<>c__141.b__14_2(IEnumerable1 sequence) at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.ExecuteSingle[TResult](IEnumerable1 query, Expression queryRoot)
at System.Data.Entity.Core.Objects.ELinq.ObjectQueryProvider.System.Linq.IQueryProvider.Execute[TResult](Expression expression)
at System.Linq.Queryable.SingleOrDefault[TSource](IQueryable1 source) at Samba.Infrastructure.Data.SqlData.EFWorkspace.Single[T](Expression1 expression, Expression`1 includes)
at Samba.Services.Implementations.SettingsModule.ProgramSettings.GetSetting(String valueName)
at Samba.Services.Implementations.SettingsModule.SettingService.GetProgramSetting(String settingName)
at Samba.GoOrder.Yemeksepeti.YemeksepetiModule.SeriLogError(String stage, String description, String data)
at Samba.GoOrder.Yemeksepeti.YemeksepetiModule.SubscribeGraphQL()
at Samba.GoOrder.Yemeksepeti.YemeksepetiModule.(Object , EventArgs )
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

************** Loaded Assemblies **************

mscorlib
Assembly Version: 4.0.0.0
Win32 Version: 4.8.9310.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll

Samba.Presentation

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Presentation.exe

PresentationFramework

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9316.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.dll

WindowsBase

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9316.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsBase/v4.0_4.0.0.0__31bf3856ad364e35/WindowsBase.dll

System.Core

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9316.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll

System

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9320.0 built by: NET481REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll

PresentationCore

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9316.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/PresentationCore/v4.0_4.0.0.0__31bf3856ad364e35/PresentationCore.dll

System.Xaml

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9316.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xaml/v4.0_4.0.0.0__b77a5c561934e089/System.Xaml.dll

System.Configuration

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll

System.Xml

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

Samba.Presentation.Controls

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Presentation.Controls.DLL

Samba.Infrastructure

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Infrastructure.DLL

DevExpress.Data.v17.2

Assembly Version: 17.2.13.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Data.v17.2.DLL

DevExpress.Xpf.Core.v17.2

Assembly Version: 17.2.13.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Xpf.Core.v17.2.DLL

Anonymously Hosted DynamicMethods Assembly

Assembly Version: 0.0.0.0
Win32 Version: 4.8.9310.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll

Microsoft.Practices.ServiceLocation

Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Microsoft.Practices.ServiceLocation.DLL

Samba.Presentation.Services

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Presentation.Services.DLL

Microsoft.GeneratedCode

Assembly Version: 1.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll

System.ComponentModel.Composition

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll

Microsoft.Practices.Prism.MefExtensions

Assembly Version: 4.0.0.0
Win32 Version: 4.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Microsoft.Practices.Prism.MefExtensions.DLL

Microsoft.Practices.Prism

Assembly Version: 4.0.0.0
Win32 Version: 4.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Microsoft.Practices.Prism.DLL

Samba.Presentation.Common

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Presentation.Common.DLL

Samba.Persistance

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Persistance.DLL

Samba.Modules.Email

Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Modules.Email.DLL

DynamicAssembly

Assembly Version: 0.0.0.0
Win32 Version:
CodeBase: file:///C:/PROGRAM%20FILES%20(X86)/SAMBAPOS5/SAMBA.MODULES.INTEGRATIONS.DLL

Samba.Presentation.ClientLibrary

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.0210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Presentation.ClientLibrary.DLL

Samba.Services

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Services.DLL

Samba.CommonServices

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.CommonServices.DLL

Samba.TimeClock

Assembly Version: 0.0.0.0
Win32 Version: 0.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.TimeClock.DLL

Samba.GoOrder.Getir

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.0210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.GoOrder.Getir.DLL

Samba.GoOrder.Jetrik

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.0210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.GoOrder.Jetrik.DLL

Samba.GoOrder.Kitchenhub

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.0210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.GoOrder.Kitchenhub.DLL

Samba.GoOrder.Migros

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.0210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.GoOrder.Migros.DLL

Samba.GoOrder.Trendyol

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.0210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.GoOrder.Trendyol.DLL

Samba.GoOrder.Yemeksepeti

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.0210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.GoOrder.Yemeksepeti.DLL

Samba.Management

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Management.DLL

Samba.Addon.AdvancedTicketActions

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Presentation.exe

Samba.Addon.CustomPrinters

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Presentation.exe

Samba.Addon.ShellSubtitle

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Presentation.exe

Samba.Addon.UrlPrinter

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Presentation.exe

Samba.Infrastructure.Data

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Infrastructure.Data.DLL

log4net

Assembly Version: 2.0.12.0
Win32 Version: 2.0.12.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/log4net.DLL

Samba.Domain

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Domain.DLL

EntityFramework

Assembly Version: 6.0.0.0
Win32 Version: 6.400.420.21404
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/EntityFramework.DLL

EntityFramework.SqlServer

Assembly Version: 6.0.0.0
Win32 Version: 6.400.420.21404
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/EntityFramework.SqlServer.DLL

YamlDotNet

Assembly Version: 3.7.0.0
Win32 Version: 3.7.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/YamlDotNet.DLL

GraphQL

Assembly Version: 0.11.0.493
Win32 Version: 0.11.0.493
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/GraphQL.DLL

System.Data

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9214.0 built by: NET481REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll

FluentValidation

Assembly Version: 3.4.0.0
Win32 Version: 3.4.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/FluentValidation.DLL

System.Web.Extensions

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9316.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Web.Extensions/v4.0_4.0.0.0__31bf3856ad364e35/System.Web.Extensions.dll

System.Web

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9316.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll

System.Drawing

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll

System.Net.Http

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll

DevExpress.Xpf.LayoutControl.v17.2

Assembly Version: 17.2.13.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Xpf.LayoutControl.v17.2.DLL

DevExpress.Mvvm.v17.2

Assembly Version: 17.2.13.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Mvvm.v17.2.DLL

DevExpress.Xpf.Grid.v17.2.Core

Assembly Version: 17.2.13.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Xpf.Grid.v17.2.Core.DLL

Samba.Localization

Assembly Version: 5.7.14.210
Win32 Version: 5.7.14.210
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Samba.Localization.DLL

PropertyTools

Assembly Version: 2012.4.14.1
Win32 Version: 2012.4.14.1
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/PropertyTools.DLL

System.Runtime.Serialization

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9241.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll

System.Windows.Forms

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9256.0 built by: NET481REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll

System.Windows.Interactivity

Assembly Version: 4.0.0.0
Win32 Version: 2.0.20525.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/System.Windows.Interactivity.DLL

PropertyTools.Wpf

Assembly Version: 2012.4.14.1
Win32 Version: 2012.4.14.1
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/PropertyTools.Wpf.DLL

CefSharp

Assembly Version: 101.0.150.0
Win32 Version: 101.0.150.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/CefSharp.DLL

RestSharp

Assembly Version: 106.15.0.0
Win32 Version: 106.15.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/RestSharp.DLL

System.ServiceModel

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9241.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll

Newtonsoft.Json

Assembly Version: 13.0.0.0
Win32 Version: 13.0.3.27908
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Newtonsoft.Json.DLL

GraphQL.Primitives

Assembly Version: 4.0.2.0
Win32 Version: 4.0.2.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/GraphQL.Primitives.DLL

netstandard

Assembly Version: 2.0.0.0
Win32 Version: 4.8.9032.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/netstandard/v4.0_2.0.0.0__cc7b13ffcd2ddd51/netstandard.dll

GraphQL.Client

Assembly Version: 4.0.2.0
Win32 Version: 4.0.2.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/GraphQL.Client.DLL

GraphQL.Client.Abstractions

Assembly Version: 4.0.2.0
Win32 Version: 4.0.2.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/GraphQL.Client.Abstractions.DLL

ICSharpCode.AvalonEdit

Assembly Version: 4.2.0.8783
Win32 Version: 4.2.0.8783
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/ICSharpCode.AvalonEdit.DLL

Stateless

Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Stateless.DLL

DevExpress.Xpf.Themes.Office2016White.v17.2

Assembly Version: 17.2.13.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Xpf.Themes.Office2016White.v17.2.DLL

UIAutomationTypes

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9316.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationTypes/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationTypes.dll

UIAutomationProvider

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9316.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/UIAutomationProvider/v4.0_4.0.0.0__31bf3856ad364e35/UIAutomationProvider.dll

ReflectionHelperTypesPublicWrappers

Assembly Version: 0.0.0.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Xpf.Core.v17.2.dll

PresentationFramework.Aero2

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework.Aero2/v4.0_4.0.0.0__31bf3856ad364e35/PresentationFramework.Aero2.dll

FastButton

Assembly Version: 1.0.0.0
Win32 Version: 1.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/FastButton.DLL

SMDiagnostics

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9241.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll

System.ServiceModel.Internals

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9241.0 built by: NET481REL1LAST_C
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Internals/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Internals.dll

Microsoft.AspNet.SignalR.Client

Assembly Version: 2.4.3.0
Win32 Version: 2.4.3.22014
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Microsoft.AspNet.SignalR.Client.DLL

WindowsFormsIntegration

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9139.0 built by: NET481REL1LAST_B
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/WindowsFormsIntegration/v4.0_4.0.0.0__31bf3856ad364e35/WindowsFormsIntegration.dll

System.Numerics

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll

DevExpress.Xpf.Themes.MetropolisDark.v17.2

Assembly Version: 17.2.13.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Xpf.Themes.MetropolisDark.v17.2.DLL

System.Net.Http.WebRequest

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http.WebRequest/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.WebRequest.dll

EntityFramework.SqlServerCompact

Assembly Version: 6.0.0.0
Win32 Version: 6.400.420.21404
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/EntityFramework.SqlServerCompact.DLL

System.Data.OracleClient

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data.OracleClient/v4.0_4.0.0.0__b77a5c561934e089/System.Data.OracleClient.dll

System.Transactions

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll

System.ComponentModel.DataAnnotations

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.DataAnnotations/v4.0_4.0.0.0__31bf3856ad364e35/System.ComponentModel.DataAnnotations.dll

System.EnterpriseServices

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll

System.Runtime.Caching

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9277.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Caching/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.Caching.dll

System.Xml.Linq

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll

EntityFrameworkDynamicProxies-Samba.Domain

Assembly Version: 1.0.0.0
Win32 Version: 6.400.420.21404
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/EntityFramework.dll

Serilog

Assembly Version: 2.0.0.0
Win32 Version: 2.12.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Serilog.DLL

Serilog.Sinks.Console

Assembly Version: 4.1.0.0
Win32 Version: 4.1.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Serilog.Sinks.Console.DLL

Serilog.Sinks.Seq

Assembly Version: 5.2.0.0
Win32 Version: 5.2.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Serilog.Sinks.Seq.DLL

Serilog.Sinks.PeriodicBatching

Assembly Version: 3.0.0.0
Win32 Version: 3.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Serilog.Sinks.PeriodicBatching.DLL

Serilog.Formatting.Compact

Assembly Version: 1.1.0.0
Win32 Version: 1.1.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Serilog.Formatting.Compact.DLL

Microsoft.CSharp

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll

System.Dynamic

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll

Microsoft.ApplicationInsights

Assembly Version: 2.13.1.12554
Win32 Version: 2.13.1.12554
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Microsoft.ApplicationInsights.DLL

System.Diagnostics.DiagnosticSource

Assembly Version: 5.0.0.0
Win32 Version: 5.0.20.51904
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/System.Diagnostics.DiagnosticSource.DLL

MetadataViewProxies_636eb3e2-e4d2-4ba3-aa44-49db1d34e7d6

Assembly Version: 0.0.0.0
Win32 Version: 4.8.9032.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ComponentModel.Composition/v4.0_4.0.0.0__b77a5c561934e089/System.ComponentModel.Composition.dll

DevExpress.Xpf.Grid.v17.2

Assembly Version: 17.2.13.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Xpf.Grid.v17.2.DLL

System.Management

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll

DevExpress.Printing.v17.2.Core

Assembly Version: 17.2.13.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Printing.v17.2.Core.DLL

XpfCoreDynamicTypes

Assembly Version: 0.0.0.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Xpf.Core.v17.2.dll

WindowsInput

Assembly Version: 1.0.4.0
Win32 Version: 1.0.4.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/WindowsInput.DLL

PresentationFramework-SystemCore

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemCore/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemCore.dll

PresentationUI

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0 built by: NET481REL1
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationUI/v4.0_4.0.0.0__31bf3856ad364e35/PresentationUI.dll

PresentationFramework-SystemXml

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXml/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXml.dll

PresentationFramework-SystemXmlLinq

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemXmlLinq/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemXmlLinq.dll

PresentationFramework-SystemData

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9316.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/PresentationFramework-SystemData/v4.0_4.0.0.0__b77a5c561934e089/PresentationFramework-SystemData.dll

DevExpress.Xpf.NavBar.v17.2

Assembly Version: 17.2.13.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Xpf.NavBar.v17.2.DLL

DevExpress.Xpf.Controls.v17.2

Assembly Version: 17.2.13.0
Win32 Version: 17.2.13.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/DevExpress.Xpf.Controls.v17.2.DLL

GraphQL.Client.Serializer.Newtonsoft

Assembly Version: 4.0.2.0
Win32 Version: 4.0.2.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/GraphQL.Client.Serializer.Newtonsoft.DLL

GraphQL.Client.Abstractions.Websocket

Assembly Version: 4.0.2.0
Win32 Version: 4.0.2.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/GraphQL.Client.Abstractions.Websocket.DLL

System.Reactive

Assembly Version: 4.3.0.0
Win32 Version: 4.3.2.55399
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/System.Reactive.DLL

System.ValueTuple

Assembly Version: 4.0.3.0
Win32 Version: 4.6.26515.06
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/System.ValueTuple.DLL

System.Runtime

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Runtime.dll

System.Resources.ResourceManager

Assembly Version: 4.0.0.0
Win32 Version: 4.8.9032.0
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Resources.ResourceManager/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Resources.ResourceManager.dll

System.Net.WebSockets.Client.Managed

Assembly Version: 1.0.22.0
Win32 Version: 1.0.22.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/System.Net.WebSockets.Client.Managed.DLL

Omu.ValueInjecter

Assembly Version: 2.3.0.0
Win32 Version: 2.3.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/Omu.ValueInjecter.DLL

ClearScript

Assembly Version: 6.0.0.0
Win32 Version: 6.0.0.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/ClearScript.DLL

NCalc

Assembly Version: 1.3.8.0
Win32 Version: 1.3.8.0
CodeBase: file:///C:/Program%20Files%20(x86)/SambaPOS5/NCalc.DLL

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Excuse me this is all about SQL Server. Maybe network problem, maybe a firewall in server cause this. Please check firewall for example

@cpeckat do you have your database server on the same network as general users / customer / staff?

We had an issue where sa user gets locked out by SQL server because someone tried to brute force the password.

I recommend enabling sa user, changing password and moving all devices to system only network, you can also set settings for the this user in the SSMS.

Too funny! That thought literally just crossed my mind right before logging onto to the forum. I turned off the firewall on our Samba server and before I could finish this post it errored out and closed again.

@Posflow

Our networks are segregated from eachother but I will double check the router and make sure that somehow hasn’t changed.

This is so bazar! I know this isn’t really a Samba forum question but in theory if my network card were dropping a connection even for a few seconds would SQL Server be so drastic as to shut down local connections to the server? I just can’t wrap my brain around this… Right now we’re having to keep tabs on paper so I’m slowly losing my mind. haha.

I’m in the process of rebuilding the original server (the one I swapped out in the beginning) from scratch. If all this is reproduced on that machine you may see me on the news. :slight_smile:

Okay so I do see something that doesn’t seem right. Where is the sambasettings file suppposed to be? I don’t see one after doing a search on the computer. That’s not normal right?

ProgramData\SambaPOS\SambaPOS5

Thanks Muzzargh. It actually was there. Check that off the list now I guess. lol

So, this is where I am: There was some software installed months ago that has suddenly come to life causing a conflict with SQL Server. Annoying, but addressed.

Now I can’t seem to get any computer outside of the Server itself off of Demo mode. Server license is updated and working fine on the machine itself, but when I load samba on any other terminal I get Demo mode. It shows connected to message server (Message Server green at the bottom) too, which is weird. The only way I can get around this is to turn off the firewall completely. I verified 1433 and 9000 were allowed through, of course. I’ve reset the firewall to default and readded those ports and still nothing. So rather than waste anymore time on this I’m going to focus on rebuilding the original server. At least for now I have a temporary fix.

Thank you for all the input and willingness to help!

I assume the ports are open both ways, in and out?

Make sure to open TCP 10000 port too on the server device

@Muzzargh Yes, they are.

Posflow - Is that a port for SQL or Samba? That one is new to me.

Yes its our port. We are using it.

1 Like