Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: olya
  • Order by date
  1. olya

    Can somebody point me out to the information about threadstatus?

    I'd like to determine if all my threads are used up and preferably monitor this somehow. We're running 4 instances LLcluster currently - Eng, Fre, Admin and one for LAPI-connected applications. 6 thereads per each. I don't really understand what does threadstatus report tells me, what tasks...
  2. olya

    Walking through folder structure using a livereport

    Here is the easy T-SQL code that I use to get hierarchical data from Dtree. CREATE PROCEDURE DBO.sp_GetLLChildren (@ParentID int = 2000, @Subtype int = Null) AS DECLARE @Level int SET @Level = 0 SELECT DataID as DataID, @Level as ChildLevel INTO #T FROM dbo.Dtree WHERE ParentID =...
  3. olya

    LAPI Error Codes

    Dian, you can use session.getStatusMessage() against the LLSession object and you can find a text description of the problem.

Part and Inventory Search

Back
Top