So, if you run the FindNPI() method multiple times you end up with miltiple connections to SQL Server?
I'm curious, what do you get if from terminal you run:
ZWrite %JDBCGateway
Set x=##class(osuwmc.CPD.vProviderNPIEns).FindNPI(123)
ZWrite %JDBCGateway
Set x=##class(osuwmc.CPD.vProviderNPIEns).FindNPI(123)
ZWrite %JDBCGateway
Set x=##class(osuwmc.CPD.vProviderNPIEns).FindNPI(123)
ZWrite %JDBCGateway
How many connection to SQL Server are there before and after these commands?
Enrico
- Log in to post comments