Quantcast
Channel: SCN: Message List - SAP Adaptive Server Enterprise (SAP ASE) for Custom Applications
Viewing all articles
Browse latest Browse all 3587

Re: Stored procedure waiting too long to start executing

$
0
0

Too many unknowns at this point ... what your proc is doing, how the ASE is configured, other activity on the ASE, etc, etc, etc.

 

Can you post a (small) proc that reproduces the issue?

 

Alternatively, create a small batch script like such ...

 

====================

set flushmessage on

go

exec <proc>

go

select * from master..monProcessActivity where SPID = @@spid

select * from master..monProcessWaits where SPID = @@spid

go

====================

 

... submit this batch to ASE via a new isql session, capture the output to an output file, and post the output file back here.


Viewing all articles
Browse latest Browse all 3587

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>