SCCM Upgrade with an Offline Service Connection Point

Copper Contributor

Hello everyone,

 

We are trying to do a offline upgrade for SCCM ver 2010 to 2203 with SCP in offline mode.

however, I am having an issue while on the Prepare stage with the Service Connection tool cannot connect to the SCCM Database. It is on a separate SQL server. Do anyone face any issue before.

 

The error is as shown below

E:\USB\ServiceConnectionTool>serviceconnectiontool.exe -prepare -usagedatadest E:\USB\UsageData.cab
ERROR: can not connect to the database. Please refer to the log file for more information.

 

The Service Connection Tool.log showing below in red: login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'. Any idea what is the issue.

 

ERROR:System.Data.SqlClient.SqlException (0x80131904): Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.

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, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource`1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection)
at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource`1 retry, DbConnectionOptions userOptions)
at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)
at System.Data.SqlClient.SqlConnection.Open()
at OfflineConnection.Utils.getHierarchyID()
ClientConnectionId:0c3b4017-0174-48dd-b2d9-a769fbdfbdfb
Error Number:18456,State:1,Class:14
INFO:Easy Setup Prepare step is running
INFO:Easy Setup Prepare step completed.

 

As i cannot find anything on this issue, can anybody help. Or is there anyway to upgrade beside the ServiceCOnnectionTool. Thank you.

 

Regards,
Scoko

1 Reply