Hello everyone,
I am working on deploying trading network assets. All IS and TN composites are rendered successfully. However, I am getting a Read timed out error on TN composites while IS entities are deployed successfully during deployment. When I examine the source of the problem, I can see from the query below that the Contact, PartnerContact, Destination PartnerDestination tables are locked.
SELECT blocking_session_id AS BlockingSessionID, session_id AS VictimSessionID,
[text] AS VictimQuery, wait_time/1000 AS WaitDurationSecond
FROM sys.dm_exec_requests
CROSS APPLY sys.dm_exec_sql_text([sql_handle])
WHERE blocking_session_id > 0
When I kill the locked queries, I get the
[SoftwareAG][SQLServer JDBC Driver]Object has been closed
error on only Enterprise partner.
webMethods Version: 10.3
SQL Server Database
Windows Server 2019