Incio em 22/07/2025 10:14:37
psQry=select current_transaction from rdb$database
durao 0, iDb=1
fhDBConnect - sUser=sysdba, Transaction ID=3511566 , hBase=Resource id #7, hTr=Resource id #8, ghBase=Resource id #7
inicio-flTots1_CalculaSalva
set=0 update = update sys_CockpitUsu set lZerar=1 where iVer=iVAt
lOk=1588
iQryId = 10 -> select = select b.pPId,
                      count(*)
               from Agenda a
                    left join POPs c on a.pPOP  = c.pPId and c.iVer = c.iVAt
                    left join OOp  e on a.pOOp  = e.pPId and e.iVer = e.iVAt,
                    CUP b
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and (a.pUsu = b.pPId or e.pUsu = b.pPId)
                 and (a.tQdo between cast('today' as date) || ' 00:00:00' and cast('today' as date) || ' 23:59:59')
                 and a.pAviso=0
                 and b.iVer = b.iVAt
               group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,count(*) from Agenda a left join POPs c on a.pPOP=c.pPId and c.iVer=c.iVAt left join OOp e on a.pOOp=e.pPId and e.iVer=e.iVAt,CUP b where a.iVer=a.iVAt and a.lExc=0 and (a.pUsu=b.pPId or e.pUsu=b.pPId) and (a.tQdo between cast('today' as date) || ' 00:00:00' and cast('today' as date) || ' 23:59:59') and a.pAviso=0 and b.iVer=b.iVAt group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 11 -> select = select b.pPId,
                      count(*)
               from Agenda a
                    left join POPs c on a.pPOP  = c.pPId and c.iVer = c.iVAt
                    left join OOp  e on a.pOOp  = e.pPId and e.iVer = e.iVAt,
                    CUP b

               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and (a.pUsu = b.pPId or e.pUsu = b.pPId)
                 and (a.tExec  is null)
                 and (a.tNExec is null)
                 and a.tQdo <= 'now'
                 and a.pAviso=0
                 and b.iVer = b.iVAt
               group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,count(*) from Agenda a left join POPs c on a.pPOP=c.pPId and c.iVer=c.iVAt left join OOp e on a.pOOp=e.pPId and e.iVer=e.iVAt,CUP b where a.iVer=a.iVAt and a.lExc=0 and (a.pUsu=b.pPId or e.pUsu=b.pPId) and (a.tExec is null) and (a.tNExec is null) and a.tQdo<='now' and a.pAviso=0 and b.iVer=b.iVAt group by b.pPId
durao 0, iDb=1
b=22/07/2025 10:14:38
iQryId = 11 -> update = update sys_CockpitUsu set iQt=9,sQt='9',lZerar=0 where pUsu=1 and iQryId=11 and iVer=iVAt
iOk=1
iQryId = 19 -> select = select b.pPId,
                      sum(case when ((cast(a.tQdo as date) - cast('today' as date))<= 1) then 1 else 0 end),
                      sum(case when ((cast(a.tQdo as date) - cast('today' as date))<= 3) then 1 else 0 end),
                      sum(case when ((cast(a.tQdo as date) - cast('today' as date))<= 7) then 1 else 0 end),
                      sum(case when ((cast(a.tQdo as date) - cast('today' as date))<=30) then 1 else 0 end)
               from Agenda a
                    left join POPs c on a.pPOP  = c.pPId and c.iVer = c.iVAt
                    left join OOp  e on a.pOOp  = e.pPId and e.iVer = e.iVAt,
                    CUP b
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and (a.pUsu = b.pPId or e.pUsu = b.pPId)
                 and a.tQdo > cast('today' as date) || ' 00:00:00'
                 and a.tQdo <= ((cast('today' as date)+30) || ' 00:00:00')
                 and (c.pPId is null or ((c.pPId is not null) and (c.lExc=0 or a.tExec is not null or a.tNExec is not null)))
                 and a.pAviso=0
                 and a.pPOP>=0
                 and b.iVer = b.iVAt
               group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,sum(case when ((cast(a.tQdo as date) - cast('today' as date))<=1) then 1 else 0 end),sum(case when ((cast(a.tQdo as date) - cast('today' as date))<=3) then 1 else 0 end),sum(case when ((cast(a.tQdo as date) - cast('today' as date))<=7) then 1 else 0 end),sum(case when ((cast(a.tQdo as date) - cast('today' as date))<=30) then 1 else 0 end) from Agenda a left join POPs c on a.pPOP=c.pPId and c.iVer=c.iVAt left join OOp e on a.pOOp=e.pPId and e.iVer=e.iVAt,CUP b where a.iVer=a.iVAt and a.lExc=0 and (a.pUsu=b.pPId or e.pUsu=b.pPId) and a.tQdo>cast('today' as date) || ' 00:00:00' and a.tQdo<=((cast('today' as date)+30) || ' 00:00:00') and (c.pPId is null or ((c.pPId is not null) and (c.lExc=0 or a.tExec is not null or a.tNExec is not null))) and a.pAviso=0 and a.pPOP>=0 and b.iVer=b.iVAt group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 21 -> select = select c.pPId,
                      count(*)
               from MI a      join MI_Usu b on a.pPId=b.pMI   and b.iVer = b.iVAt and b.lExc=0 and b.fMI=a.iVer and b.tLido is null
                              join CUP    c on a.pInc=c.pPId  and c.iVer = c.iVAt
               where a.lExc=0
                 and a.tEnviado is not null
               group by c.pPId
a=22/07/2025 10:14:38
psQry=select c.pPId,count(*) from MI a join MI_Usu b on a.pPId=b.pMI and b.iVer=b.iVAt and b.lExc=0 and b.fMI=a.iVer and b.tLido is null join CUP c on a.pInc=c.pPId and c.iVer=c.iVAt where a.lExc=0 and a.tEnviado is not null group by c.pPId
durao 0, iDb=1
b=22/07/2025 10:14:38
iQryId = 21 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30869 and iQryId=21 and iVer=iVAt
iOk=1
iQryId = 22 -> select = select b.pPId,
                      count(*)
               from MI  a,
                    CUP b,
                    MI_Usu c
               where c.pMI  = a.pPId
                 and (c.fMI  = a.iVer or c.fMI=0)
                 and c.pUsu = b.pPId
                 and a.lExc = 0
                 and c.lExc = 0
                 and b.iVer = b.iVAt
                 and c.iVer = c.iVAt
                 and a.tEnviado is not null
                 and c.tLido is null
               group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,count(*) from MI a,CUP b,MI_Usu c where c.pMI=a.pPId and (c.fMI=a.iVer or c.fMI=0) and c.pUsu=b.pPId and a.lExc=0 and c.lExc=0 and b.iVer=b.iVAt and c.iVer=c.iVAt and a.tEnviado is not null and c.tLido is null group by b.pPId
durao 0, iDb=1
b=22/07/2025 10:14:38
iQryId = 22 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=109 and iQryId=22 and iVer=iVAt
iOk=1
iQryId = 31 -> select = select d.pPId,
                      count(*)
               from CI a      join CI_OOp b on a.pPId=b.pCI   and b.iVer = b.iVAt
                              join OOp    c on c.pPId=b.pOOp  and c.iVer = c.iVAt,
                    CUP d
               where a.lExc=0
                 and b.lExc=0
                 and a.pInc = d.pPId
                 and a.iVer=a.iVAt
                 and d.iVer=d.iVAt
                 and a.tEnviado is not null
                 and b.tLido is null
               group by d.pPId
a=22/07/2025 10:14:38
psQry=select d.pPId,count(*) from CI a join CI_OOp b on a.pPId=b.pCI and b.iVer=b.iVAt join OOp c on c.pPId=b.pOOp and c.iVer=c.iVAt,CUP d where a.lExc=0 and b.lExc=0 and a.pInc=d.pPId and a.iVer=a.iVAt and d.iVer=d.iVAt and a.tEnviado is not null and b.tLido is null group by d.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 32 -> select = select b.pPId,
                      count(*)
               from CI  a,
                    CUP b,
                    CI_OOp c
               where c.pCI  = a.pPId
                 and c.pUsu = b.pPId
                 and a.lExc = 0
                 and c.lExc = 0
                 and a.iVer = a.iVAt
                 and b.iVer = b.iVAt
                 and c.iVer = c.iVAt
                 and a.tEnviado is not null
                 and c.tLido is null
               group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,count(*) from CI a,CUP b,CI_OOp c where c.pCI=a.pPId and c.pUsu=b.pPId and a.lExc=0 and c.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and c.iVer=c.iVAt and a.tEnviado is not null and c.tLido is null group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 41 -> select = select b.pPId,
                      count(*)
      from TI  a,
           CUP b
        where a.pIn0 = b.pPId
          and a.pInc = a.pIn0
          and a.lExc = 0
          and a.iVer = a.iVAt
          and b.iVer = b.iVAt
          and a.tEnviado is not null
          and a.tLido    is     null
          and a.tConc is null
        group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,count(*) from TI a,CUP b where a.pIn0=b.pPId and a.pInc=a.pIn0 and a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.tEnviado is not null and a.tLido is null and a.tConc is null group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 42 -> select = select b.pPId,
                      count(*)
      from TI  a,
           CUP b
        where a.pIn0 = b.pPId
          and a.lExc = 0
          and a.iVer = a.iVAt
          and b.iVer = b.iVAt
          and a.tEnviado is not null
          and a.tConc is null
        group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,count(*) from TI a,CUP b where a.pIn0=b.pPId and a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.tEnviado is not null and a.tConc is null group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 43 -> select = select b.pPId,
                      count(*)
      from TI  a,
           CUP b
        where a.pIn0 = b.pPId
          and a.lExc = 0
          and a.iVer = a.iVAt
          and b.iVer = b.iVAt
          and a.tEnviado is not null
          and a.tConc    is null
          and cast(a.tVcto as date) < cast('today' as date)
        group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,count(*) from TI a,CUP b where a.pIn0=b.pPId and a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.tEnviado is not null and a.tConc is null and cast(a.tVcto as date)<cast('today' as date) group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 44 -> select = select b.pPId,
                      count(*)
               from TI  a,
                    CUP b
                 where
                       ((a.pIn0=b.pPId and a.pInc<>b.pPId) or (a.pUsu=b.pPId and a.pInc<>a.pUsu))
                   and a.lExc = 0
                   and a.iVer = a.iVAt
                   and b.iVer = b.iVAt
                   and a.tEnviado is not null
                   and a.tLido is null
                 group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,count(*) from TI a,CUP b where ((a.pIn0=b.pPId and a.pInc<>b.pPId) or (a.pUsu=b.pPId and a.pInc<>a.pUsu)) and a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.tEnviado is not null and a.tLido is null group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 45 -> select = select b.pPId,
                      count(*)
      from TI  a,
           CUP b
        where a.pUsu = b.pPId
          and a.lExc = 0
          and a.iVer = a.iVAt
          and b.iVer = b.iVAt
          and a.tEnviado is not null
          and a.tConc    is null
        group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,count(*) from TI a,CUP b where a.pUsu=b.pPId and a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.tEnviado is not null and a.tConc is null group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 46 -> select = select b.pPId,
                      count(*)
      from TI  a,
           CUP b
        where a.pUsu = b.pPId
          and a.lExc = 0
          and a.iVer = a.iVAt
          and b.iVer = b.iVAt
          and a.tEnviado is not null
          and a.tConc    is null
          and cast(a.tVcto as date) < cast('today' as date)
        group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,count(*) from TI a,CUP b where a.pUsu=b.pPId and a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.tEnviado is not null and a.tConc is null and cast(a.tVcto as date)<cast('today' as date) group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 51 -> select = select d.pPId,
                      count(*)
               from Oficio a left join Oficio_CUP b on a.pPId=b.pOficio and b.iVer = b.iVAt and b.lExc=0,
                    CUP d
               where a.lExc=0
                 and a.pInc = d.pPId
                 and a.iVer=a.iVAt
                 and a.tEnviado is not null
                 and b.tLido is null
                 and d.iVer=d.iVAt
               group by d.pPId
a=22/07/2025 10:14:38
psQry=select d.pPId,count(*) from Oficio a left join Oficio_CUP b on a.pPId=b.pOficio and b.iVer=b.iVAt and b.lExc=0,CUP d where a.lExc=0 and a.pInc=d.pPId and a.iVer=a.iVAt and a.tEnviado is not null and b.tLido is null and d.iVer=d.iVAt group by d.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 52 -> select = select b.pPId,
                      count(*)
               from Oficio a,
                    CUP b,
                    Oficio_CUP c
               where c.pOficio = a.pPId
                 and c.pCUP = b.pPId
                 and a.lExc = 0
                 and c.lExc = 0
                 and a.iVer = a.iVAt
                 and b.iVer = b.iVAt
                 and c.iVer = c.iVAt
                 and a.tEnviado is not null
                 and c.tLido is null
               group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,count(*) from Oficio a,CUP b,Oficio_CUP c where c.pOficio=a.pPId and c.pCUP=b.pPId and a.lExc=0 and c.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and c.iVer=c.iVAt and a.tEnviado is not null and c.tLido is null group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 61 -> select = select b.pPId,
                      count(*)
               from Agenda a
                    left join POPs c on a.pPOP  = c.pPId and c.iVer = c.iVAt
                    left join OOp  e on a.pOOp  = e.pPId and e.iVer = e.iVAt,
                    CUP b

               where a.iVer = a.iVAt
                 and b.iVer = b.iVAt
                 and a.lExc = 0
                 and (a.pUsu = b.pPId or e.pUsu = b.pPId)
                 and (a.tQdo between cast('today' as date) || ' 00:00:00' and cast('today' as date) || ' 23:59:59')
                 and a.pAviso>0
               group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,count(*) from Agenda a left join POPs c on a.pPOP=c.pPId and c.iVer=c.iVAt left join OOp e on a.pOOp=e.pPId and e.iVer=e.iVAt,CUP b where a.iVer=a.iVAt and b.iVer=b.iVAt and a.lExc=0 and (a.pUsu=b.pPId or e.pUsu=b.pPId) and (a.tQdo between cast('today' as date) || ' 00:00:00' and cast('today' as date) || ' 23:59:59') and a.pAviso>0 group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 65 -> select = select b.pPId,
                      sum(case when ((cast('today' as date) - cast(a.tQdo as date))<= 1) then 1 else 0 end),
                      sum(case when ((cast('today' as date) - cast(a.tQdo as date))<= 3) then 1 else 0 end),
                      sum(case when ((cast('today' as date) - cast(a.tQdo as date))<= 7) then 1 else 0 end),
                      sum(case when ((cast('today' as date) - cast(a.tQdo as date))<=30) then 1 else 0 end)
               from Agenda a
                    left join POPs c on a.pPOP  = c.pPId and c.iVer = c.iVAt
                    left join OOp  e on a.pOOp  = e.pPId and e.iVer = e.iVAt,
                    CUP b
               where a.iVer = a.iVAt
                 and b.iVer = b.iVAt
                 and a.lExc = 0
                 and (a.pUsu = b.pPId   or e.pUsu = b.pPId  )
                 --and cast(a.tQdo as date) <= cast('today' as date)
                 --and (cast('today' as date) - cast(a.tQdo as date))<=30
                 and a.tQdo <=   cast('today' as date)     || ' 23:59:59'
                 and a.tQdo >= ((cast('today' as date)-30) || ' 00:00:00')
                 and (c.pPId is null or ((c.pPId is not null) and (c.lExc=0 or a.tExec is not null or a.tNExec is not null)))
                 and a.pAviso>0
               group by b.pPId
a=22/07/2025 10:14:38
psQry=select b.pPId,sum(case when ((cast('today' as date) - cast(a.tQdo as date))<=1) then 1 else 0 end),sum(case when ((cast('today' as date) - cast(a.tQdo as date))<=3) then 1 else 0 end),sum(case when ((cast('today' as date) - cast(a.tQdo as date))<=7) then 1 else 0 end),sum(case when ((cast('today' as date) - cast(a.tQdo as date))<=30) then 1 else 0 end) from Agenda a left join POPs c on a.pPOP=c.pPId and c.iVer=c.iVAt left join OOp e on a.pOOp=e.pPId and e.iVer=e.iVAt,CUP b where a.iVer=a.iVAt and b.iVer=b.iVAt and a.lExc=0 and (a.pUsu=b.pPId or e.pUsu=b.pPId ) and a.tQdo<=cast('today' as date) || ' 23:59:59' and a.tQdo>=((cast('today' as date)-30) || ' 00:00:00') and (c.pPId is null or ((c.pPId is not null) and (c.lExc=0 or a.tExec is not null or a.tNExec is not null))) and a.pAviso>0 group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 71 -> select = select b.pUsu,
                      count(*)
                 from Eq  a,
                      OOp b

                where a.iVer=a.iVAt
                  and a.lExc=0
                  and (a.pOOp1 = b.pPId or a.pOOp2 = b.pPId)
                  and b.iVer=b.iVAt
                group by b.pUsu
a=22/07/2025 10:14:38
psQry=select b.pUsu,count(*) from Eq a,OOp b where a.iVer=a.iVAt and a.lExc=0 and (a.pOOp1=b.pPId or a.pOOp2=b.pPId) and b.iVer=b.iVAt group by b.pUsu
durao 0, iDb=0
b=22/07/2025 10:14:38
iQryId = 72 -> select = select b.pUsu,
                      count(*)
                 from POPs  a,
                      OOp b

                where a.iVer=a.iVAt
                  and a.lExc=0
                  and a.pOOp1 = b.pPId
                  and b.iVer=b.iVAt
                group by b.pUsu
a=22/07/2025 10:14:38
psQry=select b.pUsu,count(*) from POPs a,OOp b where a.iVer=a.iVAt and a.lExc=0 and a.pOOp1=b.pPId and b.iVer=b.iVAt group by b.pUsu
durao 1, iDb=15
b=22/07/2025 10:14:39
iQryId = 72 -> update = update sys_CockpitUsu set iQt=5,sQt='5',lZerar=0 where pUsu=74 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=14,sQt='14',lZerar=0 where pUsu=89 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=3,sQt='3',lZerar=0 where pUsu=109 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3979 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33453 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=92,sQt='92',lZerar=0 where pUsu=33463 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33504 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=13,sQt='13',lZerar=0 where pUsu=34330 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=64,sQt='64',lZerar=0 where pUsu=34337 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34381 and iQryId=72 and iVer=iVAt
iOk=0
iQryId = 72 -> insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,72,34381,1,'1')
lOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34781 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=38524 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53280 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53281 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 72 -> update = update sys_CockpitUsu set iQt=5,sQt='5',lZerar=0 where pUsu=57537 and iQryId=72 and iVer=iVAt
iOk=1
iQryId = 73 -> select = select b.pUsu,
                      count(*)
                 from TDoc  a,
                      OOp b

                where a.iVer=a.iVAt
                  and a.lExc=0
                  and (a.pOOp1 = b.pPId or a.pOOp2 = b.pPId)
                  and b.iVer=b.iVAt
                  and a.lAta = 0
                  and a.jTipo > 0
                group by b.pUsu
a=22/07/2025 10:14:40
psQry=select b.pUsu,count(*) from TDoc a,OOp b where a.iVer=a.iVAt and a.lExc=0 and (a.pOOp1=b.pPId or a.pOOp2=b.pPId) and b.iVer=b.iVAt and a.lAta=0 and a.jTipo>0 group by b.pUsu
durao 0, iDb=2
b=22/07/2025 10:14:40
iQryId = 73 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=2 and iQryId=73 and iVer=iVAt
iOk=1
iQryId = 73 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=109 and iQryId=73 and iVer=iVAt
iOk=1
iQryId = 74 -> select = select b.pUsu,
                      count(*)
                 from TDoc  a,
                      OOp b

                where a.iVer=a.iVAt
                  and a.lExc=0
                  and (a.pOOp1 = b.pPId or a.pOOp2 = b.pPId)
                  and b.iVer=b.iVAt
                  and a.lAta = 1
                group by b.pUsu
a=22/07/2025 10:14:40
psQry=select b.pUsu,count(*) from TDoc a,OOp b where a.iVer=a.iVAt and a.lExc=0 and (a.pOOp1=b.pPId or a.pOOp2=b.pPId) and b.iVer=b.iVAt and a.lAta=1 group by b.pUsu
durao 0, iDb=7
b=22/07/2025 10:14:40
iQryId = 74 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=13 and iQryId=74 and iVer=iVAt
iOk=1
iQryId = 74 -> update = update sys_CockpitUsu set iQt=4,sQt='4',lZerar=0 where pUsu=15 and iQryId=74 and iVer=iVAt
iOk=1
iQryId = 74 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=17 and iQryId=74 and iVer=iVAt
iOk=1
iQryId = 74 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61 and iQryId=74 and iVer=iVAt
iOk=1
iQryId = 74 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=100 and iQryId=74 and iVer=iVAt
iOk=1
iQryId = 74 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=106 and iQryId=74 and iVer=iVAt
iOk=1
iQryId = 74 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34409 and iQryId=74 and iVer=iVAt
iOk=1
iQryId = 75 -> select = select b.pUsu,
                      count(*)
                 from UFis  a,
                      OOp b

                where a.iVer=a.iVAt
                  and a.lExc=0
                  and (a.pOOp1 = b.pPId or a.pOOp2 = b.pPId)
                  and b.iVer=b.iVAt
                group by b.pUsu
a=22/07/2025 10:14:40
psQry=select b.pUsu,count(*) from UFis a,OOp b where a.iVer=a.iVAt and a.lExc=0 and (a.pOOp1=b.pPId or a.pOOp2=b.pPId) and b.iVer=b.iVAt group by b.pUsu
durao 0, iDb=12
b=22/07/2025 10:14:40
iQryId = 75 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=88 and iQryId=75 and iVer=iVAt
iOk=1
iQryId = 75 -> update = update sys_CockpitUsu set iQt=37,sQt='37',lZerar=0 where pUsu=109 and iQryId=75 and iVer=iVAt
iOk=1
iQryId = 75 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=431 and iQryId=75 and iVer=iVAt
iOk=1
iQryId = 75 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=445 and iQryId=75 and iVer=iVAt
iOk=1
iQryId = 75 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33462 and iQryId=75 and iVer=iVAt
iOk=1
iQryId = 75 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33526 and iQryId=75 and iVer=iVAt
iOk=1
iQryId = 75 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33718 and iQryId=75 and iVer=iVAt
iOk=0
iQryId = 75 -> insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,75,33718,1,'1')
lOk=1
iQryId = 75 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34337 and iQryId=75 and iVer=iVAt
iOk=1
iQryId = 75 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=34394 and iQryId=75 and iVer=iVAt
iOk=1
iQryId = 75 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34403 and iQryId=75 and iVer=iVAt
iOk=1
iQryId = 75 -> update = update sys_CockpitUsu set iQt=3,sQt='3',lZerar=0 where pUsu=34410 and iQryId=75 and iVer=iVAt
iOk=1
iQryId = 75 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=55940 and iQryId=75 and iVer=iVAt
iOk=1
iQryId = 10008 -> select = select c.pPId,
                      count(*)
               from Ferias a,
                    OOp    b,
                    CUP    c
               where a.iVer  = a.iVAt
                 and a.lExc  = 0
                 and a.pOOp2 = b.pPId
                 and b.pUsu  = c.pPId
                 and b.iVer  = b.iVAt
                 and c.iVer  = c.iVAt
                 and a.tIni <= '2025-07-22'
                 and a.tFim >= '2025-07-22'
               group by c.pPId
a=22/07/2025 10:14:41
psQry=select c.pPId,count(*) from Ferias a,OOp b,CUP c where a.iVer=a.iVAt and a.lExc=0 and a.pOOp2=b.pPId and b.pUsu=c.pPId and b.iVer=b.iVAt and c.iVer=c.iVAt and a.tIni<='2025-07-22' and a.tFim>='2025-07-22' group by c.pPId
durao 0, iDb=0
b=22/07/2025 10:14:41
iQryId = 93 -> select = select a.pIn0+0,
                      count(*)
                 from NC   a
                where a.lExc  = 0
                  and a.iVer  = a.iVAt
                  and a.pInc <> a.pIn0
                  and a.tLid0 is null
                  and a.jStatus<2
                group by a.pIn0+0
a=22/07/2025 10:14:41
psQry=select a.pIn0+0,count(*) from NC a where a.lExc=0 and a.iVer=a.iVAt and a.pInc<>a.pIn0 and a.tLid0 is null and a.jStatus<2 group by a.pIn0+0
durao 0, iDb=3
b=22/07/2025 10:14:41
iQryId = 93 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=379 and iQryId=93 and iVer=iVAt
iOk=1
iQryId = 93 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3979 and iQryId=93 and iVer=iVAt
iOk=1
iQryId = 93 -> update = update sys_CockpitUsu set iQt=12,sQt='12',lZerar=0 where pUsu=42603 and iQryId=93 and iVer=iVAt
iOk=1
iQryId = 94 -> select = select b.pUsu,
                      count(*)
               from NC   a,
                    OOp  b
               where a.lExc  = 0
                 and a.iVer  = a.iVAt
                 and b.iVer  = b.iVAt
                 and a.pOOp1 = b.pPId
                 and a.tLid1 is null
                 and a.jStatus<2
               group by b.pUsu
a=22/07/2025 10:14:41
psQry=select b.pUsu,count(*) from NC a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.pOOp1=b.pPId and a.tLid1 is null and a.jStatus<2 group by b.pUsu
durao 0, iDb=3
b=22/07/2025 10:14:41
iQryId = 94 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=1 and iQryId=94 and iVer=iVAt
iOk=1
iQryId = 94 -> update = update sys_CockpitUsu set iQt=17,sQt='17',lZerar=0 where pUsu=379 and iQryId=94 and iVer=iVAt
iOk=1
iQryId = 94 -> update = update sys_CockpitUsu set iQt=5,sQt='5',lZerar=0 where pUsu=3979 and iQryId=94 and iVer=iVAt
iOk=1
iQryId = 95 -> select = select c.pXXX,
                      count(*)
               from NC     a,
                    NC_XXX c
               where a.lExc = 0
                 and a.iVer = a.iVAt
                 and c.pNC  = a.pPId
                 and c.iVer = c.iVAt
                 and c.tLido is null
                 and c.lExc = 0
                 and c.jXXX = 3
                 and a.jStatus<2
               group by c.pXXX
a=22/07/2025 10:14:41
psQry=select c.pXXX,count(*) from NC a,NC_XXX c where a.lExc=0 and a.iVer=a.iVAt and c.pNC=a.pPId and c.iVer=c.iVAt and c.tLido is null and c.lExc=0 and c.jXXX=3 and a.jStatus<2 group by c.pXXX
durao 0, iDb=7
b=22/07/2025 10:14:41
iQryId = 95 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=0 and iQryId=95 and iVer=iVAt
iOk=1
iQryId = 95 -> update = update sys_CockpitUsu set iQt=47,sQt='47',lZerar=0 where pUsu=1 and iQryId=95 and iVer=iVAt
iOk=1
iQryId = 95 -> update = update sys_CockpitUsu set iQt=52,sQt='52',lZerar=0 where pUsu=2 and iQryId=95 and iVer=iVAt
iOk=1
iQryId = 95 -> update = update sys_CockpitUsu set iQt=4,sQt='4',lZerar=0 where pUsu=379 and iQryId=95 and iVer=iVAt
iOk=1
iQryId = 95 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3513 and iQryId=95 and iVer=iVAt
iOk=1
iQryId = 95 -> update = update sys_CockpitUsu set iQt=51,sQt='51',lZerar=0 where pUsu=3979 and iQryId=95 and iVer=iVAt
iOk=1
iQryId = 95 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42603 and iQryId=95 and iVer=iVAt
iOk=1
iQryId = 97 -> select = select a.pIn0,
                      count(*)
               from NC   a
               where a.lExc    = 0   and a.iVer  = a.iVAt
                 and a.jStatus=1
               group by a.pIn0
a=22/07/2025 10:14:42
psQry=select a.pIn0,count(*) from NC a where a.lExc=0 and a.iVer=a.iVAt and a.jStatus=1 group by a.pIn0
durao 0, iDb=4
b=22/07/2025 10:14:42
iQryId = 97 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=1 and iQryId=97 and iVer=iVAt
iOk=1
iQryId = 97 -> update = update sys_CockpitUsu set iQt=34,sQt='34',lZerar=0 where pUsu=379 and iQryId=97 and iVer=iVAt
iOk=1
iQryId = 97 -> update = update sys_CockpitUsu set iQt=7,sQt='7',lZerar=0 where pUsu=3979 and iQryId=97 and iVer=iVAt
iOk=1
iQryId = 97 -> update = update sys_CockpitUsu set iQt=14,sQt='14',lZerar=0 where pUsu=42603 and iQryId=97 and iVer=iVAt
iOk=1
iQryId = 98 -> select = select b.pUsu,
                         count(*)
                    from NC   a,
                         OOp  b
                   where a.lExc    = 0
                     and a.iVer    = a.iVAt
                     and b.iVer    = b.iVAt
                     and a.pOOp1   = b.pPId
                     and a.jStatus = 1
                     and a.tConc is null
                   group by b.pUsu
a=22/07/2025 10:14:42
psQry=select b.pUsu,count(*) from NC a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.pOOp1=b.pPId and a.jStatus=1 and a.tConc is null group by b.pUsu
durao 0, iDb=3
b=22/07/2025 10:14:42
iQryId = 98 -> update = update sys_CockpitUsu set iQt=3,sQt='3',lZerar=0 where pUsu=1 and iQryId=98 and iVer=iVAt
iOk=1
iQryId = 98 -> update = update sys_CockpitUsu set iQt=45,sQt='45',lZerar=0 where pUsu=379 and iQryId=98 and iVer=iVAt
iOk=1
iQryId = 98 -> update = update sys_CockpitUsu set iQt=8,sQt='8',lZerar=0 where pUsu=3979 and iQryId=98 and iVer=iVAt
iOk=1
iQryId = 99 -> select = select c.pXXX,
                         count(*)
                    from NC     a,
                         NC_XXX c
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and a.jStatus=1
                     and c.pNC   = a.pPId
                     and c.iVer  = c.iVAt
                     and c.lExc=0
                     and c.jXXX=3
                   group by c.pXXX
a=22/07/2025 10:14:42
psQry=select c.pXXX,count(*) from NC a,NC_XXX c where a.lExc=0 and a.iVer=a.iVAt and a.jStatus=1 and c.pNC=a.pPId and c.iVer=c.iVAt and c.lExc=0 and c.jXXX=3 group by c.pXXX
durao 0, iDb=7
b=22/07/2025 10:14:42
iQryId = 99 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=0 and iQryId=99 and iVer=iVAt
iOk=1
iQryId = 99 -> update = update sys_CockpitUsu set iQt=52,sQt='52',lZerar=0 where pUsu=1 and iQryId=99 and iVer=iVAt
iOk=1
iQryId = 99 -> update = update sys_CockpitUsu set iQt=54,sQt='54',lZerar=0 where pUsu=2 and iQryId=99 and iVer=iVAt
iOk=1
iQryId = 99 -> update = update sys_CockpitUsu set iQt=10,sQt='10',lZerar=0 where pUsu=379 and iQryId=99 and iVer=iVAt
iOk=1
iQryId = 99 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3513 and iQryId=99 and iVer=iVAt
iOk=1
iQryId = 99 -> update = update sys_CockpitUsu set iQt=52,sQt='52',lZerar=0 where pUsu=3979 and iQryId=99 and iVer=iVAt
iOk=1
iQryId = 99 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42603 and iQryId=99 and iVer=iVAt
iOk=1
iQryId = 12 -> select = select b.pPId,
                      count(*)
               from Agenda a
                    left join POPs c on a.pPOP  = c.pPId and c.iVer = c.iVAt
                    left join OOp  e on a.pOOp  = e.pPId and e.iVer = e.iVAt,
                    CUP b
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and (a.pUsu = b.pPId or e.pUsu = b.pPId)
                 and a.tExec  is null and a.tNExec is null
                 and (cast(a.tQdo as date) <= cast('today' as date))
                 and a.pAviso=0
                 and b.iVer = b.iVAt
                 and a.tQdo > (cast('now' as timestamp) - 365)
               group by b.pPId
a=22/07/2025 10:14:43
psQry=select b.pPId,count(*) from Agenda a left join POPs c on a.pPOP=c.pPId and c.iVer=c.iVAt left join OOp e on a.pOOp=e.pPId and e.iVer=e.iVAt,CUP b where a.iVer=a.iVAt and a.lExc=0 and (a.pUsu=b.pPId or e.pUsu=b.pPId) and a.tExec is null and a.tNExec is null and (cast(a.tQdo as date)<=cast('today' as date)) and a.pAviso=0 and b.iVer=b.iVAt and a.tQdo>(cast('now' as timestamp) - 365) group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 101 -> select = select a.pIn0,
                        count(*)
                  from TopAta a
                  where a.lExc = 0
                    and a.iVer = a.iVAt
                  group  by a.pIn0
a=22/07/2025 10:14:43
psQry=select a.pIn0,count(*) from TopAta a where a.lExc=0 and a.iVer=a.iVAt group by a.pIn0
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 102 -> select = select b.pPId,
                         count(*)
                  from TopAta a,
                          CUP b
                  where a.pAta=0
                    and a.iVer=a.iVAt
                    and b.iVer=b.iVAt
                    and a.lExc=0
                    and b.lRoot = 1
                    and b.lExc=0
                  group by b.pPId
a=22/07/2025 10:14:43
psQry=select b.pPId,count(*) from TopAta a,CUP b where a.pAta=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.lExc=0 and b.lRoot=1 and b.lExc=0 group by b.pPId
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 113 -> select = select c.pUsu,
                         count(distinct a.pPId)
                    from POPs    a,
                         POP_XXX b,
                         OOp     c
                    where a.lExc = 0 
                      and a.iVer = a.iVAt
                      and a.pPId = b.pPOP 
                      and b.jXXX = 1 
                      and b.iVer = b.iVAt
                      and b.pXXX = c.pCOp 
                      and c.iVer = c.iVAt

                      and a.tInc >= ((cast('today' as date)-30) || ' 00:00:00')
                      and a.lRevisao = 1
                    group by c.pUsu
a=22/07/2025 10:14:43
psQry=select c.pUsu,count(distinct a.pPId) from POPs a,POP_XXX b,OOp c where a.lExc=0 and a.iVer=a.iVAt and a.pPId=b.pPOP and b.jXXX=1 and b.iVer=b.iVAt and b.pXXX=c.pCOp and c.iVer=c.iVAt and a.tInc>=((cast('today' as date)-30) || ' 00:00:00') and a.lRevisao=1 group by c.pUsu
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 301 -> select = select a.pUsu,
                         count(*)
                  from   Treinamentos_Participantes a,
                         Treinamentos_Agendar       b,
                         CUP                        c
                  where a.pTreinaAgend = b.pPId
                    and a.pUsu         = c.pPId
                    and b.jStatusTrei = 0
                  
                    and a.lExc = 0
                    and b.lExc = 0
                    and c.lExc = 0
                  
                    and a.iVer = a.iVAt
                    and b.iVer = b.iVAt
                    and c.iVer = c.iVAt
                  
                  group by a.pUsu
a=22/07/2025 10:14:43
psQry=select a.pUsu,count(*) from Treinamentos_Participantes a,Treinamentos_Agendar b,CUP c where a.pTreinaAgend=b.pPId and a.pUsu=c.pPId and b.jStatusTrei=0 and a.lExc=0 and b.lExc=0 and c.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and c.iVer=c.iVAt group by a.pUsu
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 302 -> select = select a.pUsu,
                         count(*)
                  from   Treinamentos_Participantes a,
                         Treinamentos_Agendar       b,
                         CUP                        c
                  where a.pTreinaAgend = b.pPId
                    and a.pUsu         = c.pPId
                    and b.jStatusTrei  = 2
                    and a.jPresente    = 0
                  
                    and a.lExc=0
                    and b.lExc=0
                    and c.lExc=0
                  
                    and a.iVer=a.iVAt
                    and b.iVer=b.iVAt
                    and c.iVer=c.iVAt
                  
                  group by a.pUsu
a=22/07/2025 10:14:43
psQry=select a.pUsu,count(*) from Treinamentos_Participantes a,Treinamentos_Agendar b,CUP c where a.pTreinaAgend=b.pPId and a.pUsu=c.pPId and b.jStatusTrei=2 and a.jPresente=0 and a.lExc=0 and b.lExc=0 and c.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and c.iVer=c.iVAt group by a.pUsu
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 303 -> select = select a.pMinis,
                         count(*)
                    from Treinamentos_Agendar a
                   where a.jStatusTrei <> 2
                     and a.jStatusTrei <> 3
                     and a.iVer = a.iVAt 
                     and a.lExc = 0 
                  group by a.pMinis
a=22/07/2025 10:14:43
psQry=select a.pMinis,count(*) from Treinamentos_Agendar a where a.jStatusTrei<>2 and a.jStatusTrei<>3 and a.iVer=a.iVAt and a.lExc=0 group by a.pMinis
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 304 -> select = select a.pMinis,
                         count(*)
                  from Treinamentos_Agendar a
                  where a.jStatusTrei = 2
                    and a.iVer = a.iVAt 
                    and a.lExc = 0 
                  group by a.pMinis
a=22/07/2025 10:14:43
psQry=select a.pMinis,count(*) from Treinamentos_Agendar a where a.jStatusTrei=2 and a.iVer=a.iVAt and a.lExc=0 group by a.pMinis
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 305 -> select = select a.pUsu,
                         count(*)
                  from   Treinamentos_Participantes a,
                         Treinamentos_Agendar       b,
                         CUP                        c

                  where a.pTreinaAgend = b.pPId
                    and a.pUsu         = c.pPId
                    and b.jStatusTrei  = 2
                    and a.jPresente    = 1
                  
                    and a.lExc = 0
                    and b.lExc = 0
                    and c.lExc = 0
                  
                    and a.iVer = a.iVAt
                    and b.iVer = b.iVAt
                    and c.iVer = c.iVAt
                  
                  group by a.pUsu
a=22/07/2025 10:14:43
psQry=select a.pUsu,count(*) from Treinamentos_Participantes a,Treinamentos_Agendar b,CUP c where a.pTreinaAgend=b.pPId and a.pUsu=c.pPId and b.jStatusTrei=2 and a.jPresente=1 and a.lExc=0 and b.lExc=0 and c.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and c.iVer=c.iVAt group by a.pUsu
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 306 -> select = select a.pMinis,
                         count(*)
                    from Treinamentos_Agendar a
                   where a.lExc        = 0 
                     and a.iVer        = a.iVAt
                     and a.jStatusTrei = 1

                  group by a.pMinis
a=22/07/2025 10:14:43
psQry=select a.pMinis,count(*) from Treinamentos_Agendar a where a.lExc=0 and a.iVer=a.iVAt and a.jStatusTrei=1 group by a.pMinis
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 307 -> select = select b.pUsu,
                         count(*)
                    from POPs a,
                         OOp  b
                    where a.lExc  = 0
                      and a.iVer  = a.iVAt
                      and b.iVer  = b.iVAt
                      and b.lExc  = 0
                      and a.tPRev < 'now'
                      and (a.pOOp1 = b.pPId or a.pOOp2 = b.pPId)
                    group by b.pUsu
a=22/07/2025 10:14:43
psQry=select b.pUsu,count(*) from POPs a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and b.lExc=0 and a.tPRev<'now' and (a.pOOp1=b.pPId or a.pOOp2=b.pPId) group by b.pUsu
durao 0, iDb=4
b=22/07/2025 10:14:43
iQryId = 307 -> update = update sys_CockpitUsu set iQt=12,sQt='12',lZerar=0 where pUsu=72 and iQryId=307 and iVer=iVAt
iOk=1
iQryId = 307 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=89 and iQryId=307 and iVer=iVAt
iOk=1
iQryId = 307 -> update = update sys_CockpitUsu set iQt=14,sQt='14',lZerar=0 where pUsu=33463 and iQryId=307 and iVer=iVAt
iOk=1
iQryId = 307 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34378 and iQryId=307 and iVer=iVAt
iOk=1
iQryId = 308 -> select = select b.pUsu,
                         count(*)
                    from POPs a,
                         OOp  b
                    where a.lExc  = 0
                      and a.iVer  = a.iVAt
                      and b.iVer  = b.iVAt
                      and ( cast(a.tPrev as date) - cast('today' as date) ) <=15
                      and ( cast(a.tPrev as date) - cast('today' as date) ) >= 0
                      and (a.pOOp1 = b.pPId or a.pOOp2 = b.pPId)
                    group by b.pUsu
a=22/07/2025 10:14:43
psQry=select b.pUsu,count(*) from POPs a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and ( cast(a.tPrev as date) - cast('today' as date) )<=15 and ( cast(a.tPrev as date) - cast('today' as date) )>=0 and (a.pOOp1=b.pPId or a.pOOp2=b.pPId) group by b.pUsu
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 401 -> select = select c.pPId,
                         count(*)
                    from Treinamentos_Participantes a,
                         Questionarios              b,
                         CUP                        c,
                         Treinamentos_Agendar       d

                   where a.pQuestiona   = b.pPId
                     and a.pUsu         = c.pPId
                     and a.pTreinaAgend = d.pPId
                     and a.jPresente = 0
                     and a.jSituacao = 0
                     and a.lResp     = 0
                     and a.iVer = a.iVAt and a.lExc = 0
                     and b.iVer = b.iVAt and b.lExc = 0
                     and c.iVer = c.iVAt 
                     and d.iVer = d.iVAt 
                group by c.pPId
a=22/07/2025 10:14:43
psQry=select c.pPId,count(*) from Treinamentos_Participantes a,Questionarios b,CUP c,Treinamentos_Agendar d where a.pQuestiona=b.pPId and a.pUsu=c.pPId and a.pTreinaAgend=d.pPId and a.jPresente=0 and a.jSituacao=0 and a.lResp=0 and a.iVer=a.iVAt and a.lExc=0 and b.iVer=b.iVAt and b.lExc=0 and c.iVer=c.iVAt and d.iVer=d.iVAt group by c.pPId
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 402 -> select = select c.pPId,
                         count(*)
                    from Treinamentos_Participantes a,
                         Questionarios              b,
                         CUP                        c,
                         Treinamentos_Agendar       d

                   where a.pQuestiona   = b.pPId
                     and a.pUsu         = c.pPId
                     and a.pTreinaAgend = d.pPId
                     and a.jPresente    = 0
                     and a.lResp        = 1
                     and a.jSituacao    = 2
                     and a.iVer = a.iVAt and a.lExc = 0
                     and b.iVer = b.iVAt and b.lExc = 0
                     and c.iVer = c.iVAt 
                     and d.iVer = d.iVAt 
                group by c.pPId
a=22/07/2025 10:14:43
psQry=select c.pPId,count(*) from Treinamentos_Participantes a,Questionarios b,CUP c,Treinamentos_Agendar d where a.pQuestiona=b.pPId and a.pUsu=c.pPId and a.pTreinaAgend=d.pPId and a.jPresente=0 and a.lResp=1 and a.jSituacao=2 and a.iVer=a.iVAt and a.lExc=0 and b.iVer=b.iVAt and b.lExc=0 and c.iVer=c.iVAt and d.iVer=d.iVAt group by c.pPId
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 403 -> select = select c.pPId,
                         count(*)
                    from Treinamentos_Participantes a,
                         Questionarios              b,
                         CUP                        c,
                         Treinamentos_Agendar       d

                   where a.pQuestiona   = b.pPId
                     and a.pUsu         = c.pPId
                     and a.pTreinaAgend = d.pPId
                     and a.jPresente    = 0
                     and a.jSituacao    = 1
                     and a.lResp        = 1
                     and a.iVer = a.iVAt and a.lExc = 0
                     and b.iVer = b.iVAt and b.lExc = 0
                     and c.iVer = c.iVAt 
                     and d.iVer = d.iVAt 
                group by c.pPId
a=22/07/2025 10:14:43
psQry=select c.pPId,count(*) from Treinamentos_Participantes a,Questionarios b,CUP c,Treinamentos_Agendar d where a.pQuestiona=b.pPId and a.pUsu=c.pPId and a.pTreinaAgend=d.pPId and a.jPresente=0 and a.jSituacao=1 and a.lResp=1 and a.iVer=a.iVAt and a.lExc=0 and b.iVer=b.iVAt and b.lExc=0 and c.iVer=c.iVAt and d.iVer=d.iVAt group by c.pPId
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 451 -> select = select b.pUsu,
                         count(*)
                    from Projetos a,
                         OOp      b                  
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and b.iVer  = b.iVAt
                     and (a.pOOp1 = b.pPId or a.pOOp2 = b.pPId)
                   group by b.pUsu
a=22/07/2025 10:14:43
psQry=select b.pUsu,count(*) from Projetos a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and (a.pOOp1=b.pPId or a.pOOp2=b.pPId) group by b.pUsu
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 452 -> select = select a.pIn0,
                         count(*)
                    from Projetos a
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                   group by a.pIn0
a=22/07/2025 10:14:43
psQry=select a.pIn0,count(*) from Projetos a where a.lExc=0 and a.iVer=a.iVAt group by a.pIn0
durao 0, iDb=0
b=22/07/2025 10:14:43
iQryId = 453 -> select = select a.pUsu,
                         count(*)
                    from Projetos_Participantes a
                   where a.lExc = 0
                     and a.iVer = a.iVAt
                   group by a.pUsu
a=22/07/2025 10:14:43
psQry=select a.pUsu,count(*) from Projetos_Participantes a where a.lExc=0 and a.iVer=a.iVAt group by a.pUsu
durao 1, iDb=0
b=22/07/2025 10:14:44
iQryId = 76 -> select = select b.pUsu,
                      count(*)
                 from POPs  a,
                      OOp b

                where a.iVer=a.iVAt
                  and a.lExc=0
                  and a.pOOp2 = b.pPId
                  and b.iVer=b.iVAt
                group by b.pUsu
a=22/07/2025 10:14:44
psQry=select b.pUsu,count(*) from POPs a,OOp b where a.iVer=a.iVAt and a.lExc=0 and a.pOOp2=b.pPId and b.iVer=b.iVAt group by b.pUsu
durao 0, iDb=15
b=22/07/2025 10:14:44
iQryId = 76 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=2 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=16,sQt='16',lZerar=0 where pUsu=72 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=12,sQt='12',lZerar=0 where pUsu=89 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33462 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=3,sQt='3',lZerar=0 where pUsu=33463 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=8,sQt='8',lZerar=0 where pUsu=33464 and iQryId=76 and iVer=iVAt
iOk=0
iQryId = 76 -> insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,76,33464,8,'8')
lOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=3,sQt='3',lZerar=0 where pUsu=33504 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=94,sQt='94',lZerar=0 where pUsu=34330 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=11,sQt='11',lZerar=0 where pUsu=34337 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=34378 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=9,sQt='9',lZerar=0 where pUsu=34381 and iQryId=76 and iVer=iVAt
iOk=0
iQryId = 76 -> insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,76,34381,9,'9')
lOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37097 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=6,sQt='6',lZerar=0 where pUsu=53281 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53776 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 76 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57537 and iQryId=76 and iVer=iVAt
iOk=1
iQryId = 23 -> select = select c.pPId,
                      count(*)
               from Memo a      left join Memo_OOp b on a.pPId=b.pMemo and b.iVer = b.iVAt and b.lExc=0 and b.fMemo=a.iVer and b.tLido is null
                                left join OOp      d on d.pPId=b.pOOp  and d.iVer = d.iVAt
                                join CUP           c on a.pInc=c.pPId  and c.iVer = c.iVAt
               where a.lExc=0
                 and a.tEnviado is not null
               group by c.pPId
a=22/07/2025 10:14:44
psQry=select c.pPId,count(*) from Memo a left join Memo_OOp b on a.pPId=b.pMemo and b.iVer=b.iVAt and b.lExc=0 and b.fMemo=a.iVer and b.tLido is null left join OOp d on d.pPId=b.pOOp and d.iVer=d.iVAt join CUP c on a.pInc=c.pPId and c.iVer=c.iVAt where a.lExc=0 and a.tEnviado is not null group by c.pPId
durao 1, iDb=1
b=22/07/2025 10:14:45
iQryId = 23 -> update = update sys_CockpitUsu set iQt=223,sQt='223',lZerar=0 where pUsu=3979 and iQryId=23 and iVer=iVAt
iOk=1
iQryId = 24 -> select = select b.pPId,
                      count(*)
               from Memo     a,
                    CUP      b,
                    Memo_OOp c,
                    OOp      d
               where c.pMemo  = a.pPId
                 and (c.fMemo  = a.iVer or c.fMemo=0)
                 and d.pPId = c.pOOp
                 and d.pUsu = b.pPId
                 and a.lExc = 0
                 and c.lExc = 0
                 and b.iVer = b.iVAt
                 and c.iVer = c.iVAt
                 and d.iVer = d.iVAt
                 and a.tEnviado is not null
                 and c.tLido is null
               group by b.pPId
a=22/07/2025 10:14:45
psQry=select b.pPId,count(*) from Memo a,CUP b,Memo_OOp c,OOp d where c.pMemo=a.pPId and (c.fMemo=a.iVer or c.fMemo=0) and d.pPId=c.pOOp and d.pUsu=b.pPId and a.lExc=0 and c.lExc=0 and b.iVer=b.iVAt and c.iVer=c.iVAt and d.iVer=d.iVAt and a.tEnviado is not null and c.tLido is null group by b.pPId
durao 0, iDb=196
b=22/07/2025 10:14:45
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=2 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=12 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=15 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=17 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=18 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=19 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=20 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=21 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=54 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=58 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=72 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=74 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=79 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=82 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=88 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=89 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=98 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=102 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=103 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=105 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=106 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=109 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=114 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=115 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=383 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=391 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=394 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=396 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=400 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=404 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=408 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=420 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=423 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=426 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=428 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=429 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=431 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=442 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=443 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=444 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=445 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=1839 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3048 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3759 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=4927 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=4977 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=5128 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=5129 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=5300 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=5504 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=22041 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=22337 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=22416 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=22545 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=27890 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30592 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30597 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30869 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30875 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30946 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30947 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30948 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=31744 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=32694 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=32756 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=32862 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33333 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33448 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33452 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33453 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33454 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33455 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33457 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33458 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33459 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33460 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33461 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33462 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33463 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33464 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33465 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33466 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33467 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33502 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33503 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33504 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33505 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33506 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33507 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33508 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33509 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33510 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33511 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33512 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33513 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33520 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33521 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33522 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33523 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33524 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33525 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33526 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33527 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33528 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33529 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33716 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33717 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33718 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33719 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33721 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33722 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33723 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33724 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33725 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33833 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34261 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34262 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34268 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34280 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34333 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34337 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34338 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34360 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34374 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34376 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34378 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34383 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34384 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34386 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34394 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34395 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34396 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34402 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34403 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34409 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34410 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34416 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34493 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34494 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34500 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34514 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34515 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34521 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34773 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34776 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34777 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34779 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34781 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34783 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34784 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34813 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34814 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34816 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34852 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34855 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35017 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35415 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35708 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35996 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36190 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36227 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36239 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36240 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36242 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36381 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36392 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36395 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36575 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36577 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36579 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36594 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36595 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36611 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=36781 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36971 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37011 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37029 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37097 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=37609 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37612 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37646 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37653 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37711 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37848 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=38427 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=38524 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=38715 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39173 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 24 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42891 and iQryId=24 and iVer=iVAt
iOk=1
iQryId = 88 -> select = select b.pUsu,
                      count(*)
                    from NC   a,
                         OOp  b
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and b.iVer  = b.iVAt
                     and a.pResp = b.pPId
                     and a.tLid2 is null
                     and a.jStatus<2
                   group by b.pUsu
a=22/07/2025 10:14:57
psQry=select b.pUsu,count(*) from NC a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.pResp=b.pPId and a.tLid2 is null and a.jStatus<2 group by b.pUsu
durao 0, iDb=5
b=22/07/2025 10:14:57
iQryId = 88 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=1 and iQryId=88 and iVer=iVAt
iOk=1
iQryId = 88 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=2 and iQryId=88 and iVer=iVAt
iOk=1
iQryId = 88 -> update = update sys_CockpitUsu set iQt=13,sQt='13',lZerar=0 where pUsu=379 and iQryId=88 and iVer=iVAt
iOk=1
iQryId = 88 -> update = update sys_CockpitUsu set iQt=4,sQt='4',lZerar=0 where pUsu=3979 and iQryId=88 and iVer=iVAt
iOk=1
iQryId = 88 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42603 and iQryId=88 and iVer=iVAt
iOk=1
iQryId = 89 -> select = select b.pUsu,
                         count(*)
                    from NC   a,
                         OOp  b
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and b.iVer  = b.iVAt
                     and a.pResp = b.pPId
                     and a.jStatus = 1
                     and a.tConc is null
                   group by b.pUsu
a=22/07/2025 10:14:57
psQry=select b.pUsu,count(*) from NC a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.pResp=b.pPId and a.jStatus=1 and a.tConc is null group by b.pUsu
durao 0, iDb=5
b=22/07/2025 10:14:57
iQryId = 89 -> update = update sys_CockpitUsu set iQt=3,sQt='3',lZerar=0 where pUsu=1 and iQryId=89 and iVer=iVAt
iOk=1
iQryId = 89 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=2 and iQryId=89 and iVer=iVAt
iOk=1
iQryId = 89 -> update = update sys_CockpitUsu set iQt=43,sQt='43',lZerar=0 where pUsu=379 and iQryId=89 and iVer=iVAt
iOk=1
iQryId = 89 -> update = update sys_CockpitUsu set iQt=8,sQt='8',lZerar=0 where pUsu=3979 and iQryId=89 and iVer=iVAt
iOk=1
iQryId = 89 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42603 and iQryId=89 and iVer=iVAt
iOk=1
iQryId = 82 -> select = select b.pUsu,
                         count(*)
                    from NC   a,
                         OOp  b
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and b.iVer  = b.iVAt
                     and ( cast(a.tLimConc as date) - cast('today' as date) ) <=5
                     and ( cast(a.tLimConc as date) - cast('today' as date) ) >= 0
                     and a.pOOp1 = b.pPId
                     and a.tConc is null
                   group by b.pUsu
a=22/07/2025 10:14:57
psQry=select b.pUsu,count(*) from NC a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and ( cast(a.tLimConc as date) - cast('today' as date) )<=5 and ( cast(a.tLimConc as date) - cast('today' as date) )>=0 and a.pOOp1=b.pPId and a.tConc is null group by b.pUsu
durao 0, iDb=0
b=22/07/2025 10:14:57
iQryId = 83 -> select = select b.pUsu,
                         count(*)
                    from NC   a,
                         OOp  b
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and b.iVer  = b.iVAt
                     and ( cast(a.tLimConc as date) - cast('today' as date) ) <=5
                     and ( cast(a.tLimConc as date) - cast('today' as date) ) >= 0
                     and a.pResp = b.pPId
                     and a.tConc is null
                   group by b.pUsu
a=22/07/2025 10:14:57
psQry=select b.pUsu,count(*) from NC a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and ( cast(a.tLimConc as date) - cast('today' as date) )<=5 and ( cast(a.tLimConc as date) - cast('today' as date) )>=0 and a.pResp=b.pPId and a.tConc is null group by b.pUsu
durao 0, iDb=0
b=22/07/2025 10:14:57
iQryId = 84 -> select = select c.pXXX,
                         count(*)
                    from NC     a,
                         NC_XXX c
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and c.pNC   = a.pPId
                     and c.iVer  = c.iVAt
                     and c.lExc  = 0
                     and ( cast(a.tLimConc as date) - cast('today' as date) ) <=5
                     and ( cast(a.tLimConc as date) - cast('today' as date) ) >= 0
                     and a.tConc is null
                   group by c.pXXX
a=22/07/2025 10:14:57
psQry=select c.pXXX,count(*) from NC a,NC_XXX c where a.lExc=0 and a.iVer=a.iVAt and c.pNC=a.pPId and c.iVer=c.iVAt and c.lExc=0 and ( cast(a.tLimConc as date) - cast('today' as date) )<=5 and ( cast(a.tLimConc as date) - cast('today' as date) )>=0 and a.tConc is null group by c.pXXX
durao 0, iDb=0
b=22/07/2025 10:14:57
iQryId = 85 -> select = select b.pUsu,
                         count(*)
                    from NC   a,
                         OOp  b
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and b.iVer  = b.iVAt
                     and cast(a.tLimConc as date) < cast('today' as date)
                     and a.pOOp1 = b.pPId
                     and a.tConc is null
                     and a.jStatus=1
                   group by b.pUsu
a=22/07/2025 10:14:57
psQry=select b.pUsu,count(*) from NC a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and cast(a.tLimConc as date)<cast('today' as date) and a.pOOp1=b.pPId and a.tConc is null and a.jStatus=1 group by b.pUsu
durao 0, iDb=3
b=22/07/2025 10:14:57
iQryId = 85 -> update = update sys_CockpitUsu set iQt=3,sQt='3',lZerar=0 where pUsu=1 and iQryId=85 and iVer=iVAt
iOk=1
iQryId = 85 -> update = update sys_CockpitUsu set iQt=45,sQt='45',lZerar=0 where pUsu=379 and iQryId=85 and iVer=iVAt
iOk=1
iQryId = 85 -> update = update sys_CockpitUsu set iQt=8,sQt='8',lZerar=0 where pUsu=3979 and iQryId=85 and iVer=iVAt
iOk=1
iQryId = 86 -> select = select b.pUsu,
                         count(*)
                    from NC   a,
                         OOp  b
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and b.iVer  = b.iVAt
                     and a.pResp = b.pPId
                     and cast(a.tLimConc as date) < cast('today' as date)
                     and a.tConc is null
                   group by b.pUsu
a=22/07/2025 10:14:58
psQry=select b.pUsu,count(*) from NC a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.pResp=b.pPId and cast(a.tLimConc as date)<cast('today' as date) and a.tConc is null group by b.pUsu
durao 0, iDb=5
b=22/07/2025 10:14:58
iQryId = 86 -> update = update sys_CockpitUsu set iQt=3,sQt='3',lZerar=0 where pUsu=1 and iQryId=86 and iVer=iVAt
iOk=1
iQryId = 86 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=2 and iQryId=86 and iVer=iVAt
iOk=1
iQryId = 86 -> update = update sys_CockpitUsu set iQt=46,sQt='46',lZerar=0 where pUsu=379 and iQryId=86 and iVer=iVAt
iOk=1
iQryId = 86 -> update = update sys_CockpitUsu set iQt=8,sQt='8',lZerar=0 where pUsu=3979 and iQryId=86 and iVer=iVAt
iOk=1
iQryId = 86 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42603 and iQryId=86 and iVer=iVAt
iOk=2
iQryId = 87 -> select = select c.pXXX,
                         count(*)
                    from NC     a,
                         NC_XXX c
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and c.pNC   = a.pPId
                     and c.iVer  = c.iVAt
                     and c.lExc  = 0
                     and cast(a.tLimConc as date) < cast('today' as date)
                     and a.tConc is null
                   group by c.pXXX
a=22/07/2025 10:14:58
psQry=select c.pXXX,count(*) from NC a,NC_XXX c where a.lExc=0 and a.iVer=a.iVAt and c.pNC=a.pPId and c.iVer=c.iVAt and c.lExc=0 and cast(a.tLimConc as date)<cast('today' as date) and a.tConc is null group by c.pXXX
durao 0, iDb=7
b=22/07/2025 10:14:58
iQryId = 87 -> update = update sys_CockpitUsu set iQt=4,sQt='4',lZerar=0 where pUsu=0 and iQryId=87 and iVer=iVAt
iOk=1
iQryId = 87 -> update = update sys_CockpitUsu set iQt=55,sQt='55',lZerar=0 where pUsu=1 and iQryId=87 and iVer=iVAt
iOk=1
iQryId = 87 -> update = update sys_CockpitUsu set iQt=57,sQt='57',lZerar=0 where pUsu=2 and iQryId=87 and iVer=iVAt
iOk=1
iQryId = 87 -> update = update sys_CockpitUsu set iQt=10,sQt='10',lZerar=0 where pUsu=379 and iQryId=87 and iVer=iVAt
iOk=1
iQryId = 87 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3513 and iQryId=87 and iVer=iVAt
iOk=1
iQryId = 87 -> update = update sys_CockpitUsu set iQt=55,sQt='55',lZerar=0 where pUsu=3979 and iQryId=87 and iVer=iVAt
iOk=1
iQryId = 87 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42603 and iQryId=87 and iVer=iVAt
iOk=1
iQryId = 901 -> select = select a.pIn0,
                         count(*)
                    from NC   a
                   where a.lExc    = 0   and a.iVer  = a.iVAt
                     and a.jStatus=1
                     and ( cast(a.tLimConc as date) - cast('today' as date) ) <= 5
                     and ( cast(a.tLimConc as date) - cast('today' as date) ) >= 0
                   group by a.pIn0
a=22/07/2025 10:14:58
psQry=select a.pIn0,count(*) from NC a where a.lExc=0 and a.iVer=a.iVAt and a.jStatus=1 and ( cast(a.tLimConc as date) - cast('today' as date) )<=5 and ( cast(a.tLimConc as date) - cast('today' as date) )>=0 group by a.pIn0
durao 0, iDb=0
b=22/07/2025 10:14:58
iQryId = 902 -> select = select a.pIn0,
                         count(*)
                    from NC   a
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and a.pInc <> a.pIn0
                     and a.tLid0 is null
                     and a.jStatus<2
                     and cast(a.tLimConc as date) < cast('today' as date)
                   group by a.pIn0
a=22/07/2025 10:14:58
psQry=select a.pIn0,count(*) from NC a where a.lExc=0 and a.iVer=a.iVAt and a.pInc<>a.pIn0 and a.tLid0 is null and a.jStatus<2 and cast(a.tLimConc as date)<cast('today' as date) group by a.pIn0
durao 0, iDb=3
b=22/07/2025 10:14:58
iQryId = 902 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=379 and iQryId=902 and iVer=iVAt
iOk=1
iQryId = 902 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3979 and iQryId=902 and iVer=iVAt
iOk=1
iQryId = 902 -> update = update sys_CockpitUsu set iQt=12,sQt='12',lZerar=0 where pUsu=42603 and iQryId=902 and iVer=iVAt
iOk=1
iQryId = 903 -> select = select a.pIn0,
                         count(*)
                    from NC   a
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and a.pInc <> a.pIn0
                     and a.jStatus=1
                     and cast(a.tLimConc as date) < cast('today' as date)
                   group by a.pIn0
a=22/07/2025 10:14:58
psQry=select a.pIn0,count(*) from NC a where a.lExc=0 and a.iVer=a.iVAt and a.pInc<>a.pIn0 and a.jStatus=1 and cast(a.tLimConc as date)<cast('today' as date) group by a.pIn0
durao 0, iDb=3
b=22/07/2025 10:14:58
iQryId = 903 -> update = update sys_CockpitUsu set iQt=5,sQt='5',lZerar=0 where pUsu=379 and iQryId=903 and iVer=iVAt
iOk=1
iQryId = 903 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3979 and iQryId=903 and iVer=iVAt
iOk=1
iQryId = 903 -> update = update sys_CockpitUsu set iQt=12,sQt='12',lZerar=0 where pUsu=42603 and iQryId=903 and iVer=iVAt
iOk=1
iQryId = 904 -> select = select b.pUsu,
                         count(*)
                    from NC   a,
                         OOp  b
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and b.iVer  = b.iVAt
                     and a.pOOp1 = b.pPId
                     and a.tLid1 is null
                     and a.jStatus<2
                     and cast(a.tLimConc as date) < cast('today' as date)
                   group by b.pUsu
a=22/07/2025 10:14:59
psQry=select b.pUsu,count(*) from NC a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.pOOp1=b.pPId and a.tLid1 is null and a.jStatus<2 and cast(a.tLimConc as date)<cast('today' as date) group by b.pUsu
durao 0, iDb=3
b=22/07/2025 10:14:59
iQryId = 904 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=1 and iQryId=904 and iVer=iVAt
iOk=1
iQryId = 904 -> update = update sys_CockpitUsu set iQt=17,sQt='17',lZerar=0 where pUsu=379 and iQryId=904 and iVer=iVAt
iOk=1
iQryId = 904 -> update = update sys_CockpitUsu set iQt=5,sQt='5',lZerar=0 where pUsu=3979 and iQryId=904 and iVer=iVAt
iOk=1
iQryId = 905 -> select = select b.pUsu,
                         count(*)
                    from NC   a,
                         OOp  b
                   where a.lExc  = 0
                     and a.iVer  = a.iVAt
                     and b.iVer  = b.iVAt
                     and a.pResp = b.pPId
                     and a.tLid2 is null
                     and a.jStatus<2
                     and cast(a.tLimConc as date) < cast('today' as date)
                   group by b.pUsu
a=22/07/2025 10:14:59
psQry=select b.pUsu,count(*) from NC a,OOp b where a.lExc=0 and a.iVer=a.iVAt and b.iVer=b.iVAt and a.pResp=b.pPId and a.tLid2 is null and a.jStatus<2 and cast(a.tLimConc as date)<cast('today' as date) group by b.pUsu
durao 0, iDb=5
b=22/07/2025 10:14:59
iQryId = 905 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=1 and iQryId=905 and iVer=iVAt
iOk=1
iQryId = 905 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=2 and iQryId=905 and iVer=iVAt
iOk=1
iQryId = 905 -> update = update sys_CockpitUsu set iQt=13,sQt='13',lZerar=0 where pUsu=379 and iQryId=905 and iVer=iVAt
iOk=1
iQryId = 905 -> update = update sys_CockpitUsu set iQt=4,sQt='4',lZerar=0 where pUsu=3979 and iQryId=905 and iVer=iVAt
iOk=1
iQryId = 905 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42603 and iQryId=905 and iVer=iVAt
iOk=2
iQryId = 906 -> select = select c.pXXX,
                         count(*)
                    from NC     a,
                         NC_XXX c
                   where a.lExc = 0
                     and a.iVer = a.iVAt
                     and c.pNC  = a.pPId
                     and c.iVer = c.iVAt
                     and c.tLido is null
                     and c.lExc = 0
                     and c.jXXX = 3
                     and a.jStatus<2
                     and cast(a.tLimConc as date) < cast('today' as date)
                   group by c.pXXX
a=22/07/2025 10:14:59
psQry=select c.pXXX,count(*) from NC a,NC_XXX c where a.lExc=0 and a.iVer=a.iVAt and c.pNC=a.pPId and c.iVer=c.iVAt and c.tLido is null and c.lExc=0 and c.jXXX=3 and a.jStatus<2 and cast(a.tLimConc as date)<cast('today' as date) group by c.pXXX
durao 0, iDb=7
b=22/07/2025 10:14:59
iQryId = 906 -> update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=0 and iQryId=906 and iVer=iVAt
iOk=1
iQryId = 906 -> update = update sys_CockpitUsu set iQt=47,sQt='47',lZerar=0 where pUsu=1 and iQryId=906 and iVer=iVAt
iOk=1
iQryId = 906 -> update = update sys_CockpitUsu set iQt=52,sQt='52',lZerar=0 where pUsu=2 and iQryId=906 and iVer=iVAt
iOk=1
iQryId = 906 -> update = update sys_CockpitUsu set iQt=4,sQt='4',lZerar=0 where pUsu=379 and iQryId=906 and iVer=iVAt
iOk=1
iQryId = 906 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3513 and iQryId=906 and iVer=iVAt
iOk=1
iQryId = 906 -> update = update sys_CockpitUsu set iQt=51,sQt='51',lZerar=0 where pUsu=3979 and iQryId=906 and iVer=iVAt
iOk=1
iQryId = 906 -> update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42603 and iQryId=906 and iVer=iVAt
iOk=1
iQryId = 454 -> select = select a.pUsu,
                         count(*)
                    from Projetos_Usu  a
                   where a.iVer = a.iVAt
                     and a.lExc = 0
                     and a.tLido is null
                   group by a.pUsu
a=22/07/2025 10:15:00
psQry=select a.pUsu,count(*) from Projetos_Usu a where a.iVer=a.iVAt and a.lExc=0 and a.tLido is null group by a.pUsu
durao 0, iDb=0
b=22/07/2025 10:15:00
iQryId = 105 -> select = select c.pCUP,
                         count(*)
                    from TopAta  a,
                         TDoc    b,
                         AtasTemas_CUP c
                   where a.iVer=a.iVAt and a.lExc=0
                     and b.iVer=b.iVAt and b.lExc=0
                     and c.iVer=c.iVAt and c.lExc=0
                     and a.pAta = b.pPId
                     and c.pTDoc= b.pPId
                     and cast(a.tLimite as date) < cast('today' as date)
                     and a.tFim is null
                   group by c.pCUP
a=22/07/2025 10:15:00
psQry=select c.pCUP,count(*) from TopAta a,TDoc b,AtasTemas_CUP c where a.iVer=a.iVAt and a.lExc=0 and b.iVer=b.iVAt and b.lExc=0 and c.iVer=c.iVAt and c.lExc=0 and a.pAta=b.pPId and c.pTDoc=b.pPId and cast(a.tLimite as date)<cast('today' as date) and a.tFim is null group by c.pCUP
durao 0, iDb=0
b=22/07/2025 10:15:00
iQryId = 106 -> select = select c.pCUP,
                         count(*)
                    from TopAta  a,
                         TDoc    b,
                         AtasTemas_CUP c
                   where a.iVer=a.iVAt and a.lExc=0
                     and b.iVer=b.iVAt and b.lExc=0
                     and c.iVer=c.iVAt and c.lExc=0
                     and a.pAta = b.pPId
                     and c.pTDoc= b.pPId
                     and ( cast(a.tLimite as date) - cast('today' as date) ) <= 5
                     and ( cast(a.tLimite as date) - cast('today' as date) ) >= 0
                     and a.tFim is null
                   group by c.pCUP
a=22/07/2025 10:15:00
psQry=select c.pCUP,count(*) from TopAta a,TDoc b,AtasTemas_CUP c where a.iVer=a.iVAt and a.lExc=0 and b.iVer=b.iVAt and b.lExc=0 and c.iVer=c.iVAt and c.lExc=0 and a.pAta=b.pPId and c.pTDoc=b.pPId and ( cast(a.tLimite as date) - cast('today' as date) )<=5 and ( cast(a.tLimite as date) - cast('today' as date) )>=0 and a.tFim is null group by c.pCUP
durao 0, iDb=0
b=22/07/2025 10:15:00
sSql=select pUsu from OOp where lExc=0 and iVer=iVAt and pUsu>0 group by pUsu
psQry=select pUsu from OOp where lExc=0 and iVer=iVAt and pUsu>0 group by pUsu
durao 0, iDb=562
psQry=select pPId from OOp where pUsu=1 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=15 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 1 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=1 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=15,
sOOp=15
psQry=select pOOpSup from OOp where pUsu=1 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (15))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (15))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=1 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=1 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=2 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=6 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 2 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=2 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=6,
sOOp=6
psQry=select pOOpSup from OOp where pUsu=2 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (6))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (6))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=2 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=2 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=12 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=10 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 12 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=12 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=10,
sOOp=10
psQry=select pOOpSup from OOp where pUsu=12 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (10))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (10))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=12 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=12 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=13 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=9 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 13 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=13 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=9,
sOOp=9
psQry=select pOOpSup from OOp where pUsu=13 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (9))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (9))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=13 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=13 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=14 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=18 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=16 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 14 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=14 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=18,
sOOp=18,16,
sOOp=18,16
psQry=select pOOpSup from OOp where pUsu=14 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (18,16))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (18,16))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=14 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=14 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=15 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=5 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=2 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 15 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=15 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=5,
sOOp=5,2,
sOOp=5,2
psQry=select pOOpSup from OOp where pUsu=15 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (5,2))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (5,2))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=15 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=15 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=17 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=3 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 17 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=17 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=3,
sOOp=3
psQry=select pOOpSup from OOp where pUsu=17 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (3))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (3))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=17 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=17 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=19 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=71 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 19 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=19 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=71,
sOOp=71
psQry=select pOOpSup from OOp where pUsu=19 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (71))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (71))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=19 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=19 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=20 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=89 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 20 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=20 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=89,
sOOp=89
psQry=select pOOpSup from OOp where pUsu=20 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (89))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (89))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=20 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=20 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=21 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=131 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=84 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 21 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=21 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=131,
sOOp=131,84,
sOOp=131,84
psQry=select pOOpSup from OOp where pUsu=21 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (131,84))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (131,84))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=21 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=21 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=186 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=186,
sOOp=186
psQry=select pOOpSup from OOp where pUsu=33 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (186))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (186))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=26 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=26,
sOOp=26
psQry=select pOOpSup from OOp where pUsu=36 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (26))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (26))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=40 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=83 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 40 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=40 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=83,
sOOp=83
psQry=select pOOpSup from OOp where pUsu=40 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (83))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (83))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=45 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=281 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 45 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=45 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=281,
sOOp=281
psQry=select pOOpSup from OOp where pUsu=45 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (281))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (281))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=50 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=17 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 50 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=50 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=17,
sOOp=17
psQry=select pOOpSup from OOp where pUsu=50 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (17))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (17))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=52 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=305 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 52 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=52 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=305,
sOOp=305
psQry=select pOOpSup from OOp where pUsu=52 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (305))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (305))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=53 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=24 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 53 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=53 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=24,
sOOp=24
psQry=select pOOpSup from OOp where pUsu=53 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (24))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (24))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=54 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=23 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=152 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 54 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=54 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=23,
sOOp=23,152,
sOOp=23,152
psQry=select pOOpSup from OOp where pUsu=54 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (23,152))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (23,152))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=54 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=54 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=58 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=22 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 58 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=58 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=22,
sOOp=22
psQry=select pOOpSup from OOp where pUsu=58 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (22))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (22))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=58 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=58 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=61 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=7 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 61 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=61 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=7,
sOOp=7
psQry=select pOOpSup from OOp where pUsu=61 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (7))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (7))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=71 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=530 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 71 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=71 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=530,
sOOp=530
psQry=select pOOpSup from OOp where pUsu=71 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (530))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (530))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=72 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=76 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 72 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=72 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=76,
sOOp=76
psQry=select pOOpSup from OOp where pUsu=72 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (76))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (76))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=72 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=72 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=74 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=133 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=75 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 74 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=74 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=133,
sOOp=133,75,
sOOp=133,75
psQry=select pOOpSup from OOp where pUsu=74 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (133,75))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (133,75))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=74 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=74 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=76 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=181 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 76 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=76 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=181,
sOOp=181
psQry=select pOOpSup from OOp where pUsu=76 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (181))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (181))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=79 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=11 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=182 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 79 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=79 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=11,
sOOp=11,182,
sOOp=11,182
psQry=select pOOpSup from OOp where pUsu=79 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (11,182))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (11,182))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=79 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=79 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=82 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=172 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=191 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 82 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=82 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=172,
sOOp=172,191,
sOOp=172,191
psQry=select pOOpSup from OOp where pUsu=82 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (172,191))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (172,191))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=82 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=82 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=86 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=19 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 86 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=86 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=19,
sOOp=19
psQry=select pOOpSup from OOp where pUsu=86 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (19))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (19))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=88 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=34 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=139 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 88 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=88 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=34,
sOOp=34,139,
sOOp=34,139
psQry=select pOOpSup from OOp where pUsu=88 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (34,139))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (34,139))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=88 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=88 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=89 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=70 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 89 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=89 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=70,
sOOp=70
psQry=select pOOpSup from OOp where pUsu=89 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (70))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (70))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=89 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=89 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=91 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=298 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 91 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=91 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=298,
sOOp=298
psQry=select pOOpSup from OOp where pUsu=91 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (298))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (298))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=91 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=91 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=98 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=36 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 98 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=98 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=36,
sOOp=36
psQry=select pOOpSup from OOp where pUsu=98 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (36))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (36))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=98 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=98 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=102 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=92 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 102 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=102 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=92,
sOOp=92
psQry=select pOOpSup from OOp where pUsu=102 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (92))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (92))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=102 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=102 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=103 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=32 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 103 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=103 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=32,
sOOp=32
psQry=select pOOpSup from OOp where pUsu=103 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (32))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (32))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=103 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=103 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=105 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=29 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 105 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=105 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=29,
sOOp=29
psQry=select pOOpSup from OOp where pUsu=105 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (29))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (29))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=105 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=105 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=106 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=20 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 106 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=106 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=20,
sOOp=20
psQry=select pOOpSup from OOp where pUsu=106 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (20))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (20))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=106 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=106 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=109 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=1 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=88 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 109 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=109 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=1,
sOOp=1,88,
sOOp=1,88
psQry=select pOOpSup from OOp where pUsu=109 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (1,88))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (1,88))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=109 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=109 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=114 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=164 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=188 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 114 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=114 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=164,
sOOp=164,188,
sOOp=164,188
psQry=select pOOpSup from OOp where pUsu=114 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (164,188))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (164,188))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=114 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=114 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=115 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=8 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=45 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 115 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=115 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=8,
sOOp=8,45,
sOOp=8,45
psQry=select pOOpSup from OOp where pUsu=115 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (8,45))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (8,45))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=115 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=115 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=379 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=86 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 379 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=379 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=86,
sOOp=86
psQry=select pOOpSup from OOp where pUsu=379 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (86))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (86))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=379 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=379 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=383 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=56 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=21 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 383 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=383 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=56,
sOOp=56,21,
sOOp=56,21
psQry=select pOOpSup from OOp where pUsu=383 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (56,21))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (56,21))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=383 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=383 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=394 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=53 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 394 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=394 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=53,
sOOp=53
psQry=select pOOpSup from OOp where pUsu=394 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (53))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (53))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=394 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=394 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=396 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=54 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 396 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=396 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=54,
sOOp=54
psQry=select pOOpSup from OOp where pUsu=396 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (54))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (54))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=396 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=396 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=400 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=55 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 400 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=400 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=55,
sOOp=55
psQry=select pOOpSup from OOp where pUsu=400 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (55))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (55))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=400 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=400 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=404 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=58 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 404 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=404 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=58,
sOOp=58
psQry=select pOOpSup from OOp where pUsu=404 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (58))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (58))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=404 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=404 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=408 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=59 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 408 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=408 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=59,
sOOp=59
psQry=select pOOpSup from OOp where pUsu=408 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (59))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (59))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=408 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=408 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=420 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=46 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 420 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=420 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=46,
sOOp=46
psQry=select pOOpSup from OOp where pUsu=420 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (46))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (46))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=420 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=420 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=423 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=49 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 423 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=423 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=49,
sOOp=49
psQry=select pOOpSup from OOp where pUsu=423 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (49))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (49))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=423 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=423 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=428 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=64 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 428 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=428 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=64,
sOOp=64
psQry=select pOOpSup from OOp where pUsu=428 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (64))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (64))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=428 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=428 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=431 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=67 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 431 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=431 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=67,
sOOp=67
psQry=select pOOpSup from OOp where pUsu=431 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (67))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (67))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=431 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=431 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=442 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=77 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 442 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=442 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=77,
sOOp=77
psQry=select pOOpSup from OOp where pUsu=442 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (77))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (77))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=442 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=442 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=443 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=78 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 443 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=443 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=78,
sOOp=78
psQry=select pOOpSup from OOp where pUsu=443 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (78))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (78))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=443 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=443 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=444 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=79 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 444 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=444 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=79,
sOOp=79
psQry=select pOOpSup from OOp where pUsu=444 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (79))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (79))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=444 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=444 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=445 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=80 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 445 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=445 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=80,
sOOp=80
psQry=select pOOpSup from OOp where pUsu=445 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (80))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (80))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=445 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=445 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=1839 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=87 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 1839 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=1839 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=87,
sOOp=87
psQry=select pOOpSup from OOp where pUsu=1839 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (87))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (87))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=1839 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=1839 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=3048 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=63 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 3048 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=3048 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=63,
sOOp=63
psQry=select pOOpSup from OOp where pUsu=3048 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (63))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (63))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3048 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3048 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=3501 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=490 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 3501 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=3501 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=490,
sOOp=490
psQry=select pOOpSup from OOp where pUsu=3501 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (490))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (490))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3501 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3501 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=3759 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=91 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 3759 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=3759 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=91,
sOOp=91
psQry=select pOOpSup from OOp where pUsu=3759 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (91))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (91))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3759 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3759 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=3979 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=253 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 3979 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=3979 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=253,
sOOp=253
psQry=select pOOpSup from OOp where pUsu=3979 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (253))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (253))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3979 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=3979 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=4683 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=335 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 4683 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=4683 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=335,
sOOp=335
psQry=select pOOpSup from OOp where pUsu=4683 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (335))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (335))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=4683 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=4683 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=4857 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=435 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 4857 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=4857 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=435,
sOOp=435
psQry=select pOOpSup from OOp where pUsu=4857 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (435))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (435))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=4857 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=4857 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=4927 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=93 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 4927 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=4927 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=93,
sOOp=93
psQry=select pOOpSup from OOp where pUsu=4927 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (93))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (93))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=4927 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=4927 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=4977 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=28 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 4977 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=4977 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=28,
sOOp=28
psQry=select pOOpSup from OOp where pUsu=4977 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (28))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (28))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=4977 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=4977 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=5128 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=95 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 5128 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=5128 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=95,
sOOp=95
psQry=select pOOpSup from OOp where pUsu=5128 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (95))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (95))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=5128 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=5128 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=5129 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=96 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 5129 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=5129 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=96,
sOOp=96
psQry=select pOOpSup from OOp where pUsu=5129 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (96))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (96))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=5129 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=5129 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=5300 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=555 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 5300 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=5300 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=555,
sOOp=555
psQry=select pOOpSup from OOp where pUsu=5300 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (555))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (555))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=5300 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=5300 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=5504 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=98 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 5504 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=5504 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=98,
sOOp=98
psQry=select pOOpSup from OOp where pUsu=5504 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (98))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (98))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=5504 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=5504 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=22041 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=213 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 22041 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=22041 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=213,
sOOp=213
psQry=select pOOpSup from OOp where pUsu=22041 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (213))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (213))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=22041 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=22041 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=22337 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=100 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 22337 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=22337 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=100,
sOOp=100
psQry=select pOOpSup from OOp where pUsu=22337 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (100))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (100))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=22337 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=22337 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=22416 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=101 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=161 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 22416 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=22416 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=101,
sOOp=101,161,
sOOp=101,161
psQry=select pOOpSup from OOp where pUsu=22416 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (101,161))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (101,161))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=22416 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=22416 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=22545 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=102 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 22545 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=22545 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=102,
sOOp=102
psQry=select pOOpSup from OOp where pUsu=22545 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (102))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (102))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=22545 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=22545 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=27890 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=103 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 27890 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=27890 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=103,
sOOp=103
psQry=select pOOpSup from OOp where pUsu=27890 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (103))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (103))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=27890 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=27890 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=30592 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=104 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 30592 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=30592 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=104,
sOOp=104
psQry=select pOOpSup from OOp where pUsu=30592 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (104))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (104))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30592 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30592 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=30597 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=105 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 30597 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=30597 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=105,
sOOp=105
psQry=select pOOpSup from OOp where pUsu=30597 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (105))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (105))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30597 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30597 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=30869 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=106 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 30869 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=30869 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=106,
sOOp=106
psQry=select pOOpSup from OOp where pUsu=30869 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (106))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (106))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30869 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30869 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=30875 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=107 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 30875 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=30875 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=107,
sOOp=107
psQry=select pOOpSup from OOp where pUsu=30875 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (107))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (107))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30875 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30875 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=30946 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=108 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 30946 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=30946 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=108,
sOOp=108
psQry=select pOOpSup from OOp where pUsu=30946 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (108))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (108))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30946 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30946 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=30947 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=109 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 30947 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=30947 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=109,
sOOp=109
psQry=select pOOpSup from OOp where pUsu=30947 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (109))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (109))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30947 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30947 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=30948 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=110 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 30948 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=30948 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=110,
sOOp=110
psQry=select pOOpSup from OOp where pUsu=30948 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (110))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (110))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30948 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=30948 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=31744 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=111 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=39 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 31744 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=31744 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=111,
sOOp=111,39,
sOOp=111,39
psQry=select pOOpSup from OOp where pUsu=31744 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (111,39))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (111,39))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=31744 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=31744 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=32694 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=112 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 32694 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=32694 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=112,
sOOp=112
psQry=select pOOpSup from OOp where pUsu=32694 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (112))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (112))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=32694 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=32694 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=32756 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=113 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 32756 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=32756 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=113,
sOOp=113
psQry=select pOOpSup from OOp where pUsu=32756 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (113))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (113))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=32756 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=32756 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=32862 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=114 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 32862 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=32862 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=114,
sOOp=114
psQry=select pOOpSup from OOp where pUsu=32862 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (114))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (114))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=32862 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=32862 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33333 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=115 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33333 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33333 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=115,
sOOp=115
psQry=select pOOpSup from OOp where pUsu=33333 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (115))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (115))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33333 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33333 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33448 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=116 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33448 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33448 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=116,
sOOp=116
psQry=select pOOpSup from OOp where pUsu=33448 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (116))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (116))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33448 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33448 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33452 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=117 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33452 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33452 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=117,
sOOp=117
psQry=select pOOpSup from OOp where pUsu=33452 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (117))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (117))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33452 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33452 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33453 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=85 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=118 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33453 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33453 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=85,
sOOp=85,118,
sOOp=85,118
psQry=select pOOpSup from OOp where pUsu=33453 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (85,118))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (85,118))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33453 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33453 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33454 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=119 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33454 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33454 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=119,
sOOp=119
psQry=select pOOpSup from OOp where pUsu=33454 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (119))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (119))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33454 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33454 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33455 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=120 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=185 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33455 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33455 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=120,
sOOp=120,185,
sOOp=120,185
psQry=select pOOpSup from OOp where pUsu=33455 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (120,185))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (120,185))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33455 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33455 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33457 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=122 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33457 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33457 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=122,
sOOp=122
psQry=select pOOpSup from OOp where pUsu=33457 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (122))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (122))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33457 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33457 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33458 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=123 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33458 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33458 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=123,
sOOp=123
psQry=select pOOpSup from OOp where pUsu=33458 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (123))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (123))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33458 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33458 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33459 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=124 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33459 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33459 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=124,
sOOp=124
psQry=select pOOpSup from OOp where pUsu=33459 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (124))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (124))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33459 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33459 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33460 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=125 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33460 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33460 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=125,
sOOp=125
psQry=select pOOpSup from OOp where pUsu=33460 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (125))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (125))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33460 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33460 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33461 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=126 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33461 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33461 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=126,
sOOp=126
psQry=select pOOpSup from OOp where pUsu=33461 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (126))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (126))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33461 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33461 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33462 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=127 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33462 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33462 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=127,
sOOp=127
psQry=select pOOpSup from OOp where pUsu=33462 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (127))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (127))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33462 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33462 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33463 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=128 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33463 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33463 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=128,
sOOp=128
psQry=select pOOpSup from OOp where pUsu=33463 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (128))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (128))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33463 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33463 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33464 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=129 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33464 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33464 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=129,
sOOp=129
psQry=select pOOpSup from OOp where pUsu=33464 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (129))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (129))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33464 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33464 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33465 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=130 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33465 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33465 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=130,
sOOp=130
psQry=select pOOpSup from OOp where pUsu=33465 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (130))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (130))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33465 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33465 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33466 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=132 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=31 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33466 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33466 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=132,
sOOp=132,31,
sOOp=132,31
psQry=select pOOpSup from OOp where pUsu=33466 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (132,31))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (132,31))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33466 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33466 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33467 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=134 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33467 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33467 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=134,
sOOp=134
psQry=select pOOpSup from OOp where pUsu=33467 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (134))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (134))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33467 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33467 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33502 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=135 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=33 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33502 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33502 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=135,
sOOp=135,33,
sOOp=135,33
psQry=select pOOpSup from OOp where pUsu=33502 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (135,33))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (135,33))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33502 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33502 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33503 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=136 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33503 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33503 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=136,
sOOp=136
psQry=select pOOpSup from OOp where pUsu=33503 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (136))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (136))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33503 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33503 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33504 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=137 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33504 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33504 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=137,
sOOp=137
psQry=select pOOpSup from OOp where pUsu=33504 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (137))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (137))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33504 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33504 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33505 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=462 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33505 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33505 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=462,
sOOp=462
psQry=select pOOpSup from OOp where pUsu=33505 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (462))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (462))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33505 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33505 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33506 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=140 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33506 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33506 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=140,
sOOp=140
psQry=select pOOpSup from OOp where pUsu=33506 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (140))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (140))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33506 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33506 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33507 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=141 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=94 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33507 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33507 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=141,
sOOp=141,94,
sOOp=141,94
psQry=select pOOpSup from OOp where pUsu=33507 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (141,94))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (141,94))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33507 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33507 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33508 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=142 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33508 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33508 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=142,
sOOp=142
psQry=select pOOpSup from OOp where pUsu=33508 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (142))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (142))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33508 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33508 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33509 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=143 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33509 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33509 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=143,
sOOp=143
psQry=select pOOpSup from OOp where pUsu=33509 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (143))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (143))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33509 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33509 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33510 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=144 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=187 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33510 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33510 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=144,
sOOp=144,187,
sOOp=144,187
psQry=select pOOpSup from OOp where pUsu=33510 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (144,187))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (144,187))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33510 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33510 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33511 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=145 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33511 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33511 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=145,
sOOp=145
psQry=select pOOpSup from OOp where pUsu=33511 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (145))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (145))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33511 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33511 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33512 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=146 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33512 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33512 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=146,
sOOp=146
psQry=select pOOpSup from OOp where pUsu=33512 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (146))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (146))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33512 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33512 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33513 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=147 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33513 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33513 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=147,
sOOp=147
psQry=select pOOpSup from OOp where pUsu=33513 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (147))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (147))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33513 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33513 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33520 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=148 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=60 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33520 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33520 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=148,
sOOp=148,60,
sOOp=148,60
psQry=select pOOpSup from OOp where pUsu=33520 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (148,60))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (148,60))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33520 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33520 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33521 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=149 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33521 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33521 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=149,
sOOp=149
psQry=select pOOpSup from OOp where pUsu=33521 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (149))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (149))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33521 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33521 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33522 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=150 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=385 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33522 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33522 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=150,
sOOp=150,385,
sOOp=150,385
psQry=select pOOpSup from OOp where pUsu=33522 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (150,385))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (150,385))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33522 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33522 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33523 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=151 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33523 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33523 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=151,
sOOp=151
psQry=select pOOpSup from OOp where pUsu=33523 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (151))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (151))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33523 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33523 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33524 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=153 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=50 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33524 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33524 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=153,
sOOp=153,50,
sOOp=153,50
psQry=select pOOpSup from OOp where pUsu=33524 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (153,50))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (153,50))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33524 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33524 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33525 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=154 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=27 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33525 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33525 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=154,
sOOp=154,27,
sOOp=154,27
psQry=select pOOpSup from OOp where pUsu=33525 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (154,27))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (154,27))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33525 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33525 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33526 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=155 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=193 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33526 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33526 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=155,
sOOp=155,193,
sOOp=155,193
psQry=select pOOpSup from OOp where pUsu=33526 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (155,193))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (155,193))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33526 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=33526 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33527 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=156 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33527 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33527 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=156,
sOOp=156
psQry=select pOOpSup from OOp where pUsu=33527 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (156))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (156))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33527 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33527 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33528 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=157 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33528 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33528 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=157,
sOOp=157
psQry=select pOOpSup from OOp where pUsu=33528 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (157))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (157))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33528 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33528 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33529 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=158 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33529 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33529 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=158,
sOOp=158
psQry=select pOOpSup from OOp where pUsu=33529 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (158))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (158))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33529 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33529 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33716 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=159 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33716 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33716 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=159,
sOOp=159
psQry=select pOOpSup from OOp where pUsu=33716 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (159))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (159))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33716 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33716 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33718 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=163 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33718 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33718 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=163,
sOOp=163
psQry=select pOOpSup from OOp where pUsu=33718 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (163))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (163))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33718 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33718 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33720 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=166 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33720 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33720 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=166,
sOOp=166
psQry=select pOOpSup from OOp where pUsu=33720 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (166))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (166))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33720 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33720 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33721 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=194 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33721 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33721 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=194,
sOOp=194
psQry=select pOOpSup from OOp where pUsu=33721 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (194))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (194))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33721 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33721 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33722 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=169 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33722 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33722 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=169,
sOOp=169
psQry=select pOOpSup from OOp where pUsu=33722 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (169))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (169))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33722 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33722 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33723 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=171 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33723 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33723 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=171,
sOOp=171
psQry=select pOOpSup from OOp where pUsu=33723 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (171))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (171))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33723 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33723 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33724 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=175 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33724 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33724 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=175,
sOOp=175
psQry=select pOOpSup from OOp where pUsu=33724 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (175))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (175))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33724 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33724 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33725 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=176 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33725 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33725 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=176,
sOOp=176
psQry=select pOOpSup from OOp where pUsu=33725 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (176))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (176))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33725 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33725 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=33833 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=177 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 33833 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=33833 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=177,
sOOp=177
psQry=select pOOpSup from OOp where pUsu=33833 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (177))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (177))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33833 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=33833 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34261 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=178 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34261 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34261 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=178,
sOOp=178
psQry=select pOOpSup from OOp where pUsu=34261 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (178))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (178))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34261 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34261 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34262 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=179 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34262 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34262 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=179,
sOOp=179
psQry=select pOOpSup from OOp where pUsu=34262 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (179))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (179))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34262 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34262 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34280 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=183 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34280 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34280 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=183,
sOOp=183
psQry=select pOOpSup from OOp where pUsu=34280 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (183))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (183))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34280 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34280 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34322 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=319 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34322 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34322 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=319,
sOOp=319
psQry=select pOOpSup from OOp where pUsu=34322 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (319))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (319))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34322 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34322 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34323 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=313 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34323 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34323 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=313,
sOOp=313
psQry=select pOOpSup from OOp where pUsu=34323 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (313))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (313))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34323 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34323 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34324 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=312 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34324 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34324 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=312,
sOOp=312
psQry=select pOOpSup from OOp where pUsu=34324 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (312))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (312))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34324 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34324 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34325 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=310 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34325 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34325 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=310,
sOOp=310
psQry=select pOOpSup from OOp where pUsu=34325 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (310))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (310))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34325 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34325 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34327 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=316 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34327 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34327 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=316,
sOOp=316
psQry=select pOOpSup from OOp where pUsu=34327 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (316))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (316))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34327 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34327 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34329 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=284 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34329 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34329 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=284,
sOOp=284
psQry=select pOOpSup from OOp where pUsu=34329 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (284))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (284))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34329 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34329 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34330 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=439 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34330 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34330 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=439,
sOOp=439
psQry=select pOOpSup from OOp where pUsu=34330 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (439))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (439))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34330 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34330 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34331 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=306 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34331 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34331 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=306,
sOOp=306
psQry=select pOOpSup from OOp where pUsu=34331 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (306))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (306))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34331 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34331 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34333 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=212 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34333 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34333 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=212,
sOOp=212
psQry=select pOOpSup from OOp where pUsu=34333 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (212))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (212))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34333 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34333 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34334 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=311 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34334 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34334 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=311,
sOOp=311
psQry=select pOOpSup from OOp where pUsu=34334 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (311))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (311))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34334 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34334 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34336 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=295 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34336 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34336 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=295,
sOOp=295
psQry=select pOOpSup from OOp where pUsu=34336 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (295))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (295))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34336 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34336 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34337 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=57 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34337 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34337 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=57,
sOOp=57
psQry=select pOOpSup from OOp where pUsu=34337 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (57))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (57))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34337 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34337 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34338 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=82 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34338 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34338 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=82,
sOOp=82
psQry=select pOOpSup from OOp where pUsu=34338 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (82))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (82))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34338 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34338 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34339 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=299 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34339 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34339 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=299,
sOOp=299
psQry=select pOOpSup from OOp where pUsu=34339 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (299))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (299))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34339 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34339 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34346 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=285 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34346 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34346 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=285,
sOOp=285
psQry=select pOOpSup from OOp where pUsu=34346 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (285))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (285))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34346 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34346 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34347 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=286 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34347 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34347 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=286,
sOOp=286
psQry=select pOOpSup from OOp where pUsu=34347 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (286))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (286))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34347 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34347 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34348 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=322 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34348 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34348 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=322,
sOOp=322
psQry=select pOOpSup from OOp where pUsu=34348 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (322))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (322))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34348 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34348 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34349 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=287 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34349 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34349 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=287,
sOOp=287
psQry=select pOOpSup from OOp where pUsu=34349 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (287))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (287))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34349 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34349 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34351 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=300 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34351 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34351 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=300,
sOOp=300
psQry=select pOOpSup from OOp where pUsu=34351 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (300))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (300))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34351 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34351 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34352 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=288 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34352 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34352 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=288,
sOOp=288
psQry=select pOOpSup from OOp where pUsu=34352 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (288))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (288))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34352 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34352 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34354 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=323 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34354 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34354 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=323,
sOOp=323
psQry=select pOOpSup from OOp where pUsu=34354 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (323))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (323))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34354 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34354 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34355 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=303 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34355 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34355 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=303,
sOOp=303
psQry=select pOOpSup from OOp where pUsu=34355 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (303))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (303))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34355 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34355 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34356 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=289 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34356 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34356 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=289,
sOOp=289
psQry=select pOOpSup from OOp where pUsu=34356 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (289))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (289))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34356 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34356 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34357 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=290 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34357 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34357 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=290,
sOOp=290
psQry=select pOOpSup from OOp where pUsu=34357 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (290))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (290))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34357 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34357 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34358 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=324 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34358 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34358 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=324,
sOOp=324
psQry=select pOOpSup from OOp where pUsu=34358 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (324))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (324))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34358 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34358 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34360 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=218 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34360 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34360 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=218,
sOOp=218
psQry=select pOOpSup from OOp where pUsu=34360 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (218))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (218))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34360 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34360 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34361 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=291 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34361 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34361 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=291,
sOOp=291
psQry=select pOOpSup from OOp where pUsu=34361 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (291))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (291))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34361 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34361 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34362 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=411 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34362 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34362 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=411,
sOOp=411
psQry=select pOOpSup from OOp where pUsu=34362 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (411))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (411))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34362 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34362 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34368 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=327 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34368 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34368 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=327,
sOOp=327
psQry=select pOOpSup from OOp where pUsu=34368 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (327))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (327))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34368 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34368 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34370 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=283 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34370 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34370 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=283,
sOOp=283
psQry=select pOOpSup from OOp where pUsu=34370 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (283))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (283))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34370 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34370 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34373 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=292 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34373 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34373 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=292,
sOOp=292
psQry=select pOOpSup from OOp where pUsu=34373 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (292))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (292))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34373 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34373 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34374 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=81 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34374 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34374 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=81,
sOOp=81
psQry=select pOOpSup from OOp where pUsu=34374 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (81))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (81))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34374 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34374 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34376 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=202 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34376 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34376 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=202,
sOOp=202
psQry=select pOOpSup from OOp where pUsu=34376 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (202))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (202))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34376 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34376 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34377 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=301 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34377 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34377 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=301,
sOOp=301
psQry=select pOOpSup from OOp where pUsu=34377 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (301))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (301))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34377 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34377 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34378 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=74 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34378 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34378 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=74,
sOOp=74
psQry=select pOOpSup from OOp where pUsu=34378 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (74))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (74))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34378 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34378 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34379 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=329 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34379 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34379 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=329,
sOOp=329
psQry=select pOOpSup from OOp where pUsu=34379 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (329))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (329))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34379 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34379 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34380 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=293 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34380 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34380 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=293,
sOOp=293
psQry=select pOOpSup from OOp where pUsu=34380 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (293))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (293))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34380 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34380 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34381 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=294 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34381 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34381 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=294,
sOOp=294
psQry=select pOOpSup from OOp where pUsu=34381 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (294))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (294))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34381 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34381 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34382 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=302 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34382 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34382 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=302,
sOOp=302
psQry=select pOOpSup from OOp where pUsu=34382 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (302))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (302))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34382 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34382 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34383 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=210 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34383 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34383 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=210,
sOOp=210
psQry=select pOOpSup from OOp where pUsu=34383 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (210))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (210))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34383 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34383 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34384 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=217 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34384 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34384 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=217,
sOOp=217
psQry=select pOOpSup from OOp where pUsu=34384 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (217))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (217))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34384 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34384 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34385 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=307 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34385 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34385 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=307,
sOOp=307
psQry=select pOOpSup from OOp where pUsu=34385 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (307))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (307))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34385 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34385 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34386 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=61 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34386 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34386 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=61,
sOOp=61
psQry=select pOOpSup from OOp where pUsu=34386 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (61))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (61))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34386 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34386 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34387 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=332 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34387 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34387 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=332,
sOOp=332
psQry=select pOOpSup from OOp where pUsu=34387 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (332))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (332))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34387 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34387 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34388 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=331 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34388 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34388 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=331,
sOOp=331
psQry=select pOOpSup from OOp where pUsu=34388 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (331))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (331))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34388 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34388 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34394 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=69 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34394 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34394 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=69,
sOOp=69
psQry=select pOOpSup from OOp where pUsu=34394 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (69))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (69))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34394 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34394 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34395 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=14 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34395 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34395 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=14,
sOOp=14
psQry=select pOOpSup from OOp where pUsu=34395 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (14))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (14))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34395 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34395 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34396 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=13 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34396 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34396 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=13,
sOOp=13
psQry=select pOOpSup from OOp where pUsu=34396 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (13))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (13))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34396 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34396 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34402 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=48 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34402 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34402 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=48,
sOOp=48
psQry=select pOOpSup from OOp where pUsu=34402 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (48))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (48))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34402 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34402 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34403 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=4 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34403 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34403 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=4,
sOOp=4
psQry=select pOOpSup from OOp where pUsu=34403 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (4))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (4))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34403 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34403 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34409 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=30 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34409 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34409 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=30,
sOOp=30
psQry=select pOOpSup from OOp where pUsu=34409 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (30))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (30))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34409 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34409 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34410 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=38 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34410 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34410 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=38,
sOOp=38
psQry=select pOOpSup from OOp where pUsu=34410 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (38))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (38))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34410 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34410 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34416 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=35 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34416 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34416 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=35,
sOOp=35
psQry=select pOOpSup from OOp where pUsu=34416 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (35))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (35))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34416 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34416 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34493 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=189 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34493 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34493 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=189,
sOOp=189
psQry=select pOOpSup from OOp where pUsu=34493 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (189))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (189))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34493 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34493 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34500 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=192 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34500 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34500 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=192,
sOOp=192
psQry=select pOOpSup from OOp where pUsu=34500 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (192))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (192))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34500 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34500 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34507 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=328 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=448 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34507 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34507 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=328,
sOOp=328,448,
sOOp=328,448
psQry=select pOOpSup from OOp where pUsu=34507 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (328,448))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (328,448))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=34507 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=34507 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34508 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=325 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34508 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34508 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=325,
sOOp=325
psQry=select pOOpSup from OOp where pUsu=34508 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (325))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (325))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34508 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34508 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34510 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=321 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34510 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34510 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=321,
sOOp=321
psQry=select pOOpSup from OOp where pUsu=34510 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (321))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (321))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34510 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34510 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34511 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=320 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34511 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34511 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=320,
sOOp=320
psQry=select pOOpSup from OOp where pUsu=34511 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (320))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (320))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34511 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34511 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34512 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=326 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34512 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34512 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=326,
sOOp=326
psQry=select pOOpSup from OOp where pUsu=34512 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (326))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (326))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34512 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34512 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34513 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=330 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34513 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34513 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=330,
sOOp=330
psQry=select pOOpSup from OOp where pUsu=34513 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (330))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (330))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34513 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34513 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34514 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=66 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34514 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34514 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=66,
sOOp=66
psQry=select pOOpSup from OOp where pUsu=34514 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (66))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (66))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34514 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34514 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34515 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=198 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34515 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34515 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=198,
sOOp=198
psQry=select pOOpSup from OOp where pUsu=34515 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (198))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (198))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34515 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34515 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34773 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=196 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34773 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34773 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=196,
sOOp=196
psQry=select pOOpSup from OOp where pUsu=34773 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (196))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (196))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34773 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34773 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34776 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=220 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34776 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34776 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=220,
sOOp=220
psQry=select pOOpSup from OOp where pUsu=34776 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (220))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (220))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34776 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34776 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34777 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=197 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34777 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34777 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=197,
sOOp=197
psQry=select pOOpSup from OOp where pUsu=34777 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (197))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (197))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34777 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34777 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34779 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=199 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34779 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34779 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=199,
sOOp=199
psQry=select pOOpSup from OOp where pUsu=34779 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (199))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (199))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34779 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34779 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34781 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=200 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34781 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34781 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=200,
sOOp=200
psQry=select pOOpSup from OOp where pUsu=34781 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (200))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (200))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34781 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34781 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34783 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=201 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34783 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34783 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=201,
sOOp=201
psQry=select pOOpSup from OOp where pUsu=34783 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (201))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (201))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34783 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34783 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34799 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=309 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34799 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34799 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=309,
sOOp=309
psQry=select pOOpSup from OOp where pUsu=34799 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (309))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (309))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34799 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34799 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34816 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=207 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34816 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34816 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=207,
sOOp=207
psQry=select pOOpSup from OOp where pUsu=34816 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (207))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (207))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34816 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34816 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34852 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=208 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34852 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34852 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=208,
sOOp=208
psQry=select pOOpSup from OOp where pUsu=34852 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (208))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (208))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34852 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34852 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=34855 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=209 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 34855 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=34855 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=209,
sOOp=209
psQry=select pOOpSup from OOp where pUsu=34855 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (209))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (209))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34855 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=34855 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=35017 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=211 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 35017 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=35017 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=211,
sOOp=211
psQry=select pOOpSup from OOp where pUsu=35017 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (211))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (211))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35017 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35017 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=35026 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=296 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 35026 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=35026 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=296,
sOOp=296
psQry=select pOOpSup from OOp where pUsu=35026 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (296))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (296))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35026 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35026 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=35256 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=282 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 35256 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=35256 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=282,
sOOp=282
psQry=select pOOpSup from OOp where pUsu=35256 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (282))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (282))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35256 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35256 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=35415 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=214 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 35415 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=35415 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=214,
sOOp=214
psQry=select pOOpSup from OOp where pUsu=35415 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (214))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (214))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35415 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35415 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=35708 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=216 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 35708 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=35708 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=216,
sOOp=216
psQry=select pOOpSup from OOp where pUsu=35708 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (216))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (216))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35708 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35708 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=35996 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=219 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 35996 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=35996 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=219,
sOOp=219
psQry=select pOOpSup from OOp where pUsu=35996 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (219))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (219))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35996 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=35996 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36088 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=304 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36088 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36088 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=304,
sOOp=304
psQry=select pOOpSup from OOp where pUsu=36088 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (304))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (304))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36088 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36088 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36190 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=221 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36190 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36190 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=221,
sOOp=221
psQry=select pOOpSup from OOp where pUsu=36190 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (221))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (221))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36190 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36190 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36239 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=223 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36239 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36239 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=223,
sOOp=223
psQry=select pOOpSup from OOp where pUsu=36239 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (223))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (223))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36239 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36239 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36240 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=224 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36240 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36240 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=224,
sOOp=224
psQry=select pOOpSup from OOp where pUsu=36240 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (224))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (224))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36240 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36240 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36242 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=225 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36242 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36242 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=225,
sOOp=225
psQry=select pOOpSup from OOp where pUsu=36242 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (225))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (225))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36242 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36242 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36381 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=215 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36381 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36381 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=215,
sOOp=215
psQry=select pOOpSup from OOp where pUsu=36381 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (215))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (215))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36381 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36381 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36392 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=226 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36392 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36392 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=226,
sOOp=226
psQry=select pOOpSup from OOp where pUsu=36392 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (226))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (226))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36392 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36392 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36395 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=227 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36395 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36395 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=227,
sOOp=227
psQry=select pOOpSup from OOp where pUsu=36395 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (227))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (227))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36395 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36395 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36575 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=228 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36575 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36575 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=228,
sOOp=228
psQry=select pOOpSup from OOp where pUsu=36575 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (228))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (228))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36575 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36575 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36577 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=229 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36577 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36577 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=229,
sOOp=229
psQry=select pOOpSup from OOp where pUsu=36577 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (229))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (229))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36577 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36577 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36579 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=230 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36579 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36579 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=230,
sOOp=230
psQry=select pOOpSup from OOp where pUsu=36579 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (230))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (230))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36579 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36579 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36594 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=231 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36594 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36594 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=231,
sOOp=231
psQry=select pOOpSup from OOp where pUsu=36594 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (231))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (231))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36594 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36594 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36595 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=232 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36595 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36595 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=232,
sOOp=232
psQry=select pOOpSup from OOp where pUsu=36595 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (232))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (232))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36595 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36595 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36677 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=359 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36677 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36677 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=359,
sOOp=359
psQry=select pOOpSup from OOp where pUsu=36677 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (359))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (359))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36677 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36677 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36781 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=237 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=235 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36781 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36781 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=237,
sOOp=237,235,
sOOp=237,235
psQry=select pOOpSup from OOp where pUsu=36781 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (237,235))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (237,235))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=36781 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=36781 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=36971 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=238 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 36971 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=36971 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=238,
sOOp=238
psQry=select pOOpSup from OOp where pUsu=36971 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (238))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (238))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36971 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=36971 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=37011 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=239 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 37011 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=37011 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=239,
sOOp=239
psQry=select pOOpSup from OOp where pUsu=37011 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (239))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (239))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37011 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37011 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=37029 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=240 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 37029 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=37029 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=240,
sOOp=240
psQry=select pOOpSup from OOp where pUsu=37029 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (240))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (240))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37029 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37029 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=37097 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=241 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 37097 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=37097 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=241,
sOOp=241
psQry=select pOOpSup from OOp where pUsu=37097 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (241))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (241))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37097 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37097 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=37609 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=242 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=243 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 37609 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=37609 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=242,
sOOp=242,243,
sOOp=242,243
psQry=select pOOpSup from OOp where pUsu=37609 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (242,243))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (242,243))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=37609 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=37609 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=37612 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=244 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 37612 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=37612 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=244,
sOOp=244
psQry=select pOOpSup from OOp where pUsu=37612 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (244))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (244))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37612 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37612 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=37646 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=245 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 37646 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=37646 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=245,
sOOp=245
psQry=select pOOpSup from OOp where pUsu=37646 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (245))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (245))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37646 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37646 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=37653 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=246 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 37653 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=37653 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=246,
sOOp=246
psQry=select pOOpSup from OOp where pUsu=37653 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (246))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (246))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37653 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37653 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=37711 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=247 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 37711 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=37711 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=247,
sOOp=247
psQry=select pOOpSup from OOp where pUsu=37711 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (247))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (247))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37711 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37711 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=37848 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=248 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 37848 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=37848 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=248,
sOOp=248
psQry=select pOOpSup from OOp where pUsu=37848 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (248))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (248))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37848 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=37848 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=38427 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=250 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 38427 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=38427 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=250,
sOOp=250
psQry=select pOOpSup from OOp where pUsu=38427 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (250))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (250))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=38427 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=38427 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=38524 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=251 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 38524 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=38524 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=251,
sOOp=251
psQry=select pOOpSup from OOp where pUsu=38524 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (251))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (251))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=38524 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=38524 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=38715 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=252 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 38715 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=38715 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=252,
sOOp=252
psQry=select pOOpSup from OOp where pUsu=38715 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (252))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (252))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=38715 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=38715 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=39173 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=254 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 39173 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=39173 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=254,
sOOp=254
psQry=select pOOpSup from OOp where pUsu=39173 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (254))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (254))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39173 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39173 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=39520 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=255 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 39520 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=39520 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=255,
sOOp=255
psQry=select pOOpSup from OOp where pUsu=39520 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (255))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (255))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39520 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39520 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=39522 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=256 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 39522 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=39522 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=256,
sOOp=256
psQry=select pOOpSup from OOp where pUsu=39522 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (256))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (256))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39522 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39522 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=39579 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=257 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 39579 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=39579 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=257,
sOOp=257
psQry=select pOOpSup from OOp where pUsu=39579 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (257))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (257))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39579 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39579 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=39762 and iVer=iVAt and lExc=0
durao 0, iDb=2
psQry=select pPId from OOp where pOOpSup=258 and iVer=iVat and lExc=0
durao 0, iDb=0
psQry=select pPId from OOp where pOOpSup=259 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 39762 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=39762 and lExc=0 and iVer=iVAt
durao 0, iDb=2
count=2
sOOp=258,
sOOp=258,259,
sOOp=258,259
psQry=select pOOpSup from OOp where pUsu=39762 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (258,259))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (258,259))
sSql=update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=39762 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=2,sQt='2',lZerar=0 where pUsu=39762 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=39953 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=261 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 39953 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=39953 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=261,
sOOp=261
psQry=select pOOpSup from OOp where pUsu=39953 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (261))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (261))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39953 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39953 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=39954 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=260 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 39954 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=39954 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=260,
sOOp=260
psQry=select pOOpSup from OOp where pUsu=39954 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (260))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (260))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39954 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=39954 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=40169 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=262 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 40169 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=40169 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=262,
sOOp=262
psQry=select pOOpSup from OOp where pUsu=40169 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (262))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (262))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40169 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40169 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=40365 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=263 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 40365 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=40365 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=263,
sOOp=263
psQry=select pOOpSup from OOp where pUsu=40365 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (263))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (263))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40365 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40365 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=40582 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=266 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 40582 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=40582 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=266,
sOOp=266
psQry=select pOOpSup from OOp where pUsu=40582 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (266))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (266))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40582 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40582 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=40957 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=267 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 40957 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=40957 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=267,
sOOp=267
psQry=select pOOpSup from OOp where pUsu=40957 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (267))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (267))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40957 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40957 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=40958 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=268 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 40958 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=40958 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=268,
sOOp=268
psQry=select pOOpSup from OOp where pUsu=40958 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (268))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (268))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40958 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40958 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=40960 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=269 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 40960 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=40960 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=269,
sOOp=269
psQry=select pOOpSup from OOp where pUsu=40960 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (269))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (269))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40960 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40960 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=40961 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=270 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 40961 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=40961 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=270,
sOOp=270
psQry=select pOOpSup from OOp where pUsu=40961 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (270))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (270))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40961 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40961 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=40962 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=271 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 40962 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=40962 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=271,
sOOp=271
psQry=select pOOpSup from OOp where pUsu=40962 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (271))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (271))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40962 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40962 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=40995 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=272 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 40995 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=40995 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=272,
sOOp=272
psQry=select pOOpSup from OOp where pUsu=40995 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (272))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (272))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40995 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=40995 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=41085 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=273 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 41085 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=41085 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=273,
sOOp=273
psQry=select pOOpSup from OOp where pUsu=41085 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (273))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (273))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41085 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41085 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=41129 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=274 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 41129 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=41129 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=274,
sOOp=274
psQry=select pOOpSup from OOp where pUsu=41129 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (274))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (274))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41129 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41129 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=41153 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=275 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 41153 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=41153 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=275,
sOOp=275
psQry=select pOOpSup from OOp where pUsu=41153 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (275))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (275))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41153 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41153 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=41169 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=276 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 41169 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=41169 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=276,
sOOp=276
psQry=select pOOpSup from OOp where pUsu=41169 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (276))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (276))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41169 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41169 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=41179 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=277 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 41179 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=41179 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=277,
sOOp=277
psQry=select pOOpSup from OOp where pUsu=41179 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (277))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (277))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41179 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41179 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=41342 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=278 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 41342 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=41342 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=278,
sOOp=278
psQry=select pOOpSup from OOp where pUsu=41342 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (278))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (278))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41342 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41342 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=41469 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=279 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 41469 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=41469 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=279,
sOOp=279
psQry=select pOOpSup from OOp where pUsu=41469 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (279))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (279))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41469 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41469 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=41530 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=280 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 41530 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=41530 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=280,
sOOp=280
psQry=select pOOpSup from OOp where pUsu=41530 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (280))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (280))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41530 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41530 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=41545 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=628 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 41545 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=41545 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=628,
sOOp=628
psQry=select pOOpSup from OOp where pUsu=41545 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (628))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (628))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41545 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=41545 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,41545,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,41545,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=42110 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=297 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 42110 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=42110 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=297,
sOOp=297
psQry=select pOOpSup from OOp where pUsu=42110 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (297))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (297))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42110 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42110 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=42158 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=308 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 42158 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=42158 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=308,
sOOp=308
psQry=select pOOpSup from OOp where pUsu=42158 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (308))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (308))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42158 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42158 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=42416 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=314 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 42416 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=42416 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=314,
sOOp=314
psQry=select pOOpSup from OOp where pUsu=42416 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (314))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (314))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42416 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42416 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=42420 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=315 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 42420 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=42420 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=315,
sOOp=315
psQry=select pOOpSup from OOp where pUsu=42420 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (315))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (315))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42420 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42420 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=42603 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=317 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 42603 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=42603 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=317,
sOOp=317
psQry=select pOOpSup from OOp where pUsu=42603 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (317))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (317))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42603 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42603 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=42732 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=318 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 42732 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=42732 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=318,
sOOp=318
psQry=select pOOpSup from OOp where pUsu=42732 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (318))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (318))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42732 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42732 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=42891 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=249 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 42891 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=42891 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=249,
sOOp=249
psQry=select pOOpSup from OOp where pUsu=42891 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (249))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (249))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42891 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42891 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=42914 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=334 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 42914 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=42914 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=334,
sOOp=334
psQry=select pOOpSup from OOp where pUsu=42914 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (334))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (334))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42914 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=42914 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=43183 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=336 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 43183 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=43183 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=336,
sOOp=336
psQry=select pOOpSup from OOp where pUsu=43183 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (336))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (336))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43183 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43183 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=43259 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=337 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 43259 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=43259 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=337,
sOOp=337
psQry=select pOOpSup from OOp where pUsu=43259 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (337))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (337))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43259 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43259 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=43652 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=338 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 43652 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=43652 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=338,
sOOp=338
psQry=select pOOpSup from OOp where pUsu=43652 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (338))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (338))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43652 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43652 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=43732 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=339 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 43732 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=43732 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=339,
sOOp=339
psQry=select pOOpSup from OOp where pUsu=43732 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (339))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (339))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43732 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43732 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=43795 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=340 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 43795 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=43795 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=340,
sOOp=340
psQry=select pOOpSup from OOp where pUsu=43795 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (340))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (340))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43795 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43795 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=43796 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=341 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 43796 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=43796 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=341,
sOOp=341
psQry=select pOOpSup from OOp where pUsu=43796 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (341))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (341))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43796 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43796 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=43915 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=342 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 43915 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=43915 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=342,
sOOp=342
psQry=select pOOpSup from OOp where pUsu=43915 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (342))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (342))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43915 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43915 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=43916 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=343 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 43916 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=43916 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=343,
sOOp=343
psQry=select pOOpSup from OOp where pUsu=43916 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (343))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (343))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43916 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=43916 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=44333 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=344 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 44333 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=44333 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=344,
sOOp=344
psQry=select pOOpSup from OOp where pUsu=44333 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (344))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (344))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=44333 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=44333 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=44988 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=345 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 44988 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=44988 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=345,
sOOp=345
psQry=select pOOpSup from OOp where pUsu=44988 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (345))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (345))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=44988 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=44988 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=44989 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=346 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 44989 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=44989 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=346,
sOOp=346
psQry=select pOOpSup from OOp where pUsu=44989 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (346))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (346))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=44989 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=44989 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=45062 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=347 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 45062 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=45062 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=347,
sOOp=347
psQry=select pOOpSup from OOp where pUsu=45062 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (347))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (347))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45062 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45062 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=45208 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=348 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 45208 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=45208 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=348,
sOOp=348
psQry=select pOOpSup from OOp where pUsu=45208 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (348))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (348))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45208 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45208 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=45235 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=349 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 45235 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=45235 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=349,
sOOp=349
psQry=select pOOpSup from OOp where pUsu=45235 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (349))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (349))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45235 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45235 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=45237 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=350 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 45237 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=45237 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=350,
sOOp=350
psQry=select pOOpSup from OOp where pUsu=45237 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (350))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (350))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45237 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45237 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=45238 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=351 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 45238 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=45238 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=351,
sOOp=351
psQry=select pOOpSup from OOp where pUsu=45238 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (351))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (351))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45238 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45238 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=45300 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=352 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 45300 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=45300 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=352,
sOOp=352
psQry=select pOOpSup from OOp where pUsu=45300 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (352))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (352))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45300 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45300 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=45594 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=354 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 45594 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=45594 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=354,
sOOp=354
psQry=select pOOpSup from OOp where pUsu=45594 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (354))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (354))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45594 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45594 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=45743 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=355 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 45743 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=45743 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=355,
sOOp=355
psQry=select pOOpSup from OOp where pUsu=45743 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (355))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (355))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45743 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45743 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=45744 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=356 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 45744 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=45744 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=356,
sOOp=356
psQry=select pOOpSup from OOp where pUsu=45744 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (356))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (356))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45744 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45744 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=45782 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=357 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 45782 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=45782 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=357,
sOOp=357
psQry=select pOOpSup from OOp where pUsu=45782 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (357))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (357))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45782 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=45782 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=46176 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=358 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 46176 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=46176 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=358,
sOOp=358
psQry=select pOOpSup from OOp where pUsu=46176 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (358))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (358))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=46176 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=46176 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=46424 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=360 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 46424 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=46424 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=360,
sOOp=360
psQry=select pOOpSup from OOp where pUsu=46424 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (360))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (360))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=46424 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=46424 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=46831 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=361 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 46831 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=46831 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=361,
sOOp=361
psQry=select pOOpSup from OOp where pUsu=46831 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (361))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (361))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=46831 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=46831 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=46854 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=362 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 46854 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=46854 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=362,
sOOp=362
psQry=select pOOpSup from OOp where pUsu=46854 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (362))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (362))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=46854 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=46854 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=47099 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=363 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 47099 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=47099 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=363,
sOOp=363
psQry=select pOOpSup from OOp where pUsu=47099 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (363))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (363))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=47099 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=47099 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=47298 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=364 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 47298 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=47298 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=364,
sOOp=364
psQry=select pOOpSup from OOp where pUsu=47298 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (364))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (364))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=47298 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=47298 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=47971 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=365 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 47971 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=47971 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=365,
sOOp=365
psQry=select pOOpSup from OOp where pUsu=47971 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (365))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (365))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=47971 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=47971 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=48089 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=366 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 48089 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=48089 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=366,
sOOp=366
psQry=select pOOpSup from OOp where pUsu=48089 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (366))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (366))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48089 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48089 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=48090 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=367 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 48090 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=48090 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=367,
sOOp=367
psQry=select pOOpSup from OOp where pUsu=48090 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (367))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (367))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48090 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48090 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=48091 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=368 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 48091 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=48091 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=368,
sOOp=368
psQry=select pOOpSup from OOp where pUsu=48091 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (368))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (368))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48091 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48091 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=48429 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=370 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 48429 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=48429 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=370,
sOOp=370
psQry=select pOOpSup from OOp where pUsu=48429 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (370))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (370))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48429 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48429 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=48430 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=369 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 48430 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=48430 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=369,
sOOp=369
psQry=select pOOpSup from OOp where pUsu=48430 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (369))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (369))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48430 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48430 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=48703 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=371 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 48703 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=48703 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=371,
sOOp=371
psQry=select pOOpSup from OOp where pUsu=48703 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (371))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (371))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48703 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48703 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=48733 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=372 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 48733 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=48733 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=372,
sOOp=372
psQry=select pOOpSup from OOp where pUsu=48733 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (372))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (372))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48733 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48733 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=48760 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=374 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 48760 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=48760 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=374,
sOOp=374
psQry=select pOOpSup from OOp where pUsu=48760 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (374))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (374))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48760 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=48760 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=49547 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=376 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 49547 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=49547 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=376,
sOOp=376
psQry=select pOOpSup from OOp where pUsu=49547 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (376))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (376))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=49547 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=49547 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=49668 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=378 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 49668 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=49668 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=378,
sOOp=378
psQry=select pOOpSup from OOp where pUsu=49668 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (378))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (378))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=49668 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=49668 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=49714 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=379 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 49714 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=49714 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=379,
sOOp=379
psQry=select pOOpSup from OOp where pUsu=49714 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (379))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (379))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=49714 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=49714 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=49727 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=380 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 49727 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=49727 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=380,
sOOp=380
psQry=select pOOpSup from OOp where pUsu=49727 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (380))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (380))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=49727 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=49727 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=49842 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=381 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 49842 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=49842 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=381,
sOOp=381
psQry=select pOOpSup from OOp where pUsu=49842 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (381))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (381))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=49842 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=49842 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=49857 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=382 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 49857 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=49857 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=382,
sOOp=382
psQry=select pOOpSup from OOp where pUsu=49857 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (382))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (382))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=49857 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=49857 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=50124 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=383 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 50124 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=50124 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=383,
sOOp=383
psQry=select pOOpSup from OOp where pUsu=50124 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (383))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (383))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50124 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50124 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=50417 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=388 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 50417 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=50417 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=388,
sOOp=388
psQry=select pOOpSup from OOp where pUsu=50417 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (388))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (388))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50417 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50417 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=50472 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=387 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 50472 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=50472 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=387,
sOOp=387
psQry=select pOOpSup from OOp where pUsu=50472 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (387))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (387))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50472 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50472 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=50513 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=389 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 50513 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=50513 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=389,
sOOp=389
psQry=select pOOpSup from OOp where pUsu=50513 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (389))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (389))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50513 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50513 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=50701 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=390 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 50701 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=50701 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=390,
sOOp=390
psQry=select pOOpSup from OOp where pUsu=50701 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (390))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (390))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50701 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=50701 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=51000 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=391 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 51000 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=51000 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=391,
sOOp=391
psQry=select pOOpSup from OOp where pUsu=51000 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (391))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (391))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51000 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51000 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=51188 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=393 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 51188 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=51188 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=393,
sOOp=393
psQry=select pOOpSup from OOp where pUsu=51188 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (393))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (393))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51188 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51188 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=51379 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=394 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 51379 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=51379 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=394,
sOOp=394
psQry=select pOOpSup from OOp where pUsu=51379 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (394))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (394))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51379 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51379 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=51380 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=395 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 51380 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=51380 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=395,
sOOp=395
psQry=select pOOpSup from OOp where pUsu=51380 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (395))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (395))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51380 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51380 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=51543 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=396 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 51543 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=51543 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=396,
sOOp=396
psQry=select pOOpSup from OOp where pUsu=51543 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (396))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (396))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51543 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51543 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=51544 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=397 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 51544 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=51544 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=397,
sOOp=397
psQry=select pOOpSup from OOp where pUsu=51544 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (397))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (397))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51544 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51544 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=51545 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=398 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 51545 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=51545 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=398,
sOOp=398
psQry=select pOOpSup from OOp where pUsu=51545 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (398))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (398))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51545 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=51545 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=52029 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=399 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 52029 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=52029 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=399,
sOOp=399
psQry=select pOOpSup from OOp where pUsu=52029 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (399))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (399))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52029 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52029 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=52049 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=400 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 52049 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=52049 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=400,
sOOp=400
psQry=select pOOpSup from OOp where pUsu=52049 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (400))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (400))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52049 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52049 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=52094 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=401 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 52094 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=52094 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=401,
sOOp=401
psQry=select pOOpSup from OOp where pUsu=52094 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (401))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (401))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52094 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52094 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=52104 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=402 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 52104 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=52104 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=402,
sOOp=402
psQry=select pOOpSup from OOp where pUsu=52104 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (402))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (402))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52104 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52104 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=52288 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=403 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 52288 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=52288 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=403,
sOOp=403
psQry=select pOOpSup from OOp where pUsu=52288 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (403))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (403))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52288 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52288 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=52686 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=404 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 52686 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=52686 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=404,
sOOp=404
psQry=select pOOpSup from OOp where pUsu=52686 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (404))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (404))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52686 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52686 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=52818 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=405 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 52818 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=52818 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=405,
sOOp=405
psQry=select pOOpSup from OOp where pUsu=52818 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (405))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (405))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52818 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=52818 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=53049 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=406 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 53049 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=53049 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=406,
sOOp=406
psQry=select pOOpSup from OOp where pUsu=53049 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (406))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (406))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53049 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53049 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=53079 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=407 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 53079 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=53079 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=407,
sOOp=407
psQry=select pOOpSup from OOp where pUsu=53079 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (407))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (407))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53079 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53079 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=53280 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=408 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 53280 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=53280 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=408,
sOOp=408
psQry=select pOOpSup from OOp where pUsu=53280 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (408))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (408))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53280 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53280 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=53281 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=409 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 53281 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=53281 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=409,
sOOp=409
psQry=select pOOpSup from OOp where pUsu=53281 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (409))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (409))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53281 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53281 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=53380 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=410 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 53380 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=53380 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=410,
sOOp=410
psQry=select pOOpSup from OOp where pUsu=53380 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (410))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (410))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53380 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53380 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=53776 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=412 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 53776 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=53776 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=412,
sOOp=412
psQry=select pOOpSup from OOp where pUsu=53776 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (412))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (412))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53776 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53776 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=53875 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=413 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 53875 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=53875 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=413,
sOOp=413
psQry=select pOOpSup from OOp where pUsu=53875 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (413))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (413))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53875 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=53875 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=54177 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=414 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 54177 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=54177 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=414,
sOOp=414
psQry=select pOOpSup from OOp where pUsu=54177 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (414))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (414))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=54177 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=54177 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=54283 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=415 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 54283 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=54283 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=415,
sOOp=415
psQry=select pOOpSup from OOp where pUsu=54283 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (415))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (415))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=54283 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=54283 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=54475 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=416 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 54475 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=54475 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=416,
sOOp=416
psQry=select pOOpSup from OOp where pUsu=54475 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (416))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (416))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=54475 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=54475 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=55083 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=417 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 55083 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=55083 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=417,
sOOp=417
psQry=select pOOpSup from OOp where pUsu=55083 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (417))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (417))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55083 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55083 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=55086 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=418 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 55086 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=55086 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=418,
sOOp=418
psQry=select pOOpSup from OOp where pUsu=55086 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (418))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (418))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55086 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55086 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=55282 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=419 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 55282 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=55282 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=419,
sOOp=419
psQry=select pOOpSup from OOp where pUsu=55282 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (419))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (419))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55282 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55282 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=55316 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=493 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 55316 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=55316 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=493,
sOOp=493
psQry=select pOOpSup from OOp where pUsu=55316 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (493))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (493))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55316 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55316 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=55325 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=420 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 55325 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=55325 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=420,
sOOp=420
psQry=select pOOpSup from OOp where pUsu=55325 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (420))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (420))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55325 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55325 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=55453 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=421 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 55453 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=55453 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=421,
sOOp=421
psQry=select pOOpSup from OOp where pUsu=55453 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (421))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (421))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55453 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55453 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=55458 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=422 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 55458 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=55458 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=422,
sOOp=422
psQry=select pOOpSup from OOp where pUsu=55458 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (422))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (422))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55458 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55458 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=55940 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=423 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 55940 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=55940 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=423,
sOOp=423
psQry=select pOOpSup from OOp where pUsu=55940 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (423))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (423))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55940 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=55940 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56030 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=425 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56030 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56030 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=425,
sOOp=425
psQry=select pOOpSup from OOp where pUsu=56030 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (425))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (425))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56030 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56030 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56233 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=426 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56233 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56233 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=426,
sOOp=426
psQry=select pOOpSup from OOp where pUsu=56233 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (426))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (426))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56233 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56233 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56234 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=427 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56234 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56234 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=427,
sOOp=427
psQry=select pOOpSup from OOp where pUsu=56234 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (427))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (427))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56234 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56234 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56255 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=428 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56255 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56255 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=428,
sOOp=428
psQry=select pOOpSup from OOp where pUsu=56255 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (428))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (428))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56255 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56255 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56302 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=429 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56302 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56302 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=429,
sOOp=429
psQry=select pOOpSup from OOp where pUsu=56302 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (429))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (429))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56302 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56302 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56402 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=430 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56402 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56402 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=430,
sOOp=430
psQry=select pOOpSup from OOp where pUsu=56402 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (430))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (430))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56402 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56402 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56432 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=431 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56432 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56432 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=431,
sOOp=431
psQry=select pOOpSup from OOp where pUsu=56432 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (431))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (431))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56432 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56432 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56571 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=432 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56571 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56571 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=432,
sOOp=432
psQry=select pOOpSup from OOp where pUsu=56571 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (432))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (432))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56571 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56571 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56608 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=433 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56608 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56608 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=433,
sOOp=433
psQry=select pOOpSup from OOp where pUsu=56608 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (433))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (433))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56608 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56608 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56662 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=434 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56662 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56662 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=434,
sOOp=434
psQry=select pOOpSup from OOp where pUsu=56662 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (434))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (434))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56662 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56662 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56830 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=436 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56830 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56830 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=436,
sOOp=436
psQry=select pOOpSup from OOp where pUsu=56830 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (436))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (436))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56830 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56830 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56854 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=437 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56854 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56854 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=437,
sOOp=437
psQry=select pOOpSup from OOp where pUsu=56854 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (437))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (437))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56854 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56854 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56855 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=438 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56855 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56855 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=438,
sOOp=438
psQry=select pOOpSup from OOp where pUsu=56855 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (438))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (438))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56855 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56855 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=56981 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=440 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 56981 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=56981 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=440,
sOOp=440
psQry=select pOOpSup from OOp where pUsu=56981 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (440))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (440))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56981 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=56981 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=57124 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=441 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 57124 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=57124 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=441,
sOOp=441
psQry=select pOOpSup from OOp where pUsu=57124 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (441))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (441))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57124 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57124 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=57134 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=442 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 57134 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=57134 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=442,
sOOp=442
psQry=select pOOpSup from OOp where pUsu=57134 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (442))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (442))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57134 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57134 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=57254 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=443 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 57254 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=57254 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=443,
sOOp=443
psQry=select pOOpSup from OOp where pUsu=57254 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (443))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (443))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57254 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57254 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=57334 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=444 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 57334 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=57334 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=444,
sOOp=444
psQry=select pOOpSup from OOp where pUsu=57334 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (444))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (444))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57334 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57334 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=57425 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=445 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 57425 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=57425 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=445,
sOOp=445
psQry=select pOOpSup from OOp where pUsu=57425 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (445))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (445))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57425 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57425 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=57537 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=446 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 57537 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=57537 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=446,
sOOp=446
psQry=select pOOpSup from OOp where pUsu=57537 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (446))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (446))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57537 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57537 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=57767 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=449 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 57767 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=57767 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=449,
sOOp=449
psQry=select pOOpSup from OOp where pUsu=57767 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (449))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (449))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57767 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57767 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=57768 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=447 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 57768 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=57768 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=447,
sOOp=447
psQry=select pOOpSup from OOp where pUsu=57768 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (447))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (447))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57768 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=57768 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=58022 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=450 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 58022 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=58022 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=450,
sOOp=450
psQry=select pOOpSup from OOp where pUsu=58022 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (450))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (450))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=58022 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=58022 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=58667 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=451 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 58667 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=58667 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=451,
sOOp=451
psQry=select pOOpSup from OOp where pUsu=58667 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (451))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (451))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=58667 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=58667 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=58777 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=452 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 58777 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=58777 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=452,
sOOp=452
psQry=select pOOpSup from OOp where pUsu=58777 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (452))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (452))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=58777 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=58777 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=58875 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=453 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 58875 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=58875 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=453,
sOOp=453
psQry=select pOOpSup from OOp where pUsu=58875 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (453))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (453))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=58875 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=58875 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=59492 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=455 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 59492 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=59492 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=455,
sOOp=455
psQry=select pOOpSup from OOp where pUsu=59492 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (455))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (455))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=59492 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=59492 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=59796 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=456 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 59796 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=59796 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=456,
sOOp=456
psQry=select pOOpSup from OOp where pUsu=59796 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (456))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (456))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=59796 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=59796 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=59887 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=457 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 59887 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=59887 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=457,
sOOp=457
psQry=select pOOpSup from OOp where pUsu=59887 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (457))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (457))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=59887 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=59887 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=60092 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=458 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 60092 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=60092 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=458,
sOOp=458
psQry=select pOOpSup from OOp where pUsu=60092 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (458))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (458))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=60092 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=60092 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=60266 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=459 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 60266 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=60266 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=459,
sOOp=459
psQry=select pOOpSup from OOp where pUsu=60266 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (459))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (459))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=60266 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=60266 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=60444 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=460 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 60444 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=60444 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=460,
sOOp=460
psQry=select pOOpSup from OOp where pUsu=60444 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (460))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (460))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=60444 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=60444 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=60549 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=461 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 60549 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=60549 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=461,
sOOp=461
psQry=select pOOpSup from OOp where pUsu=60549 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (461))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (461))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=60549 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=60549 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=60901 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=618 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 60901 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=60901 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=618,
sOOp=618
psQry=select pOOpSup from OOp where pUsu=60901 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (618))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (618))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=60901 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=60901 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,60901,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,60901,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=61120 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=464 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 61120 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=61120 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=464,
sOOp=464
psQry=select pOOpSup from OOp where pUsu=61120 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (464))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (464))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61120 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61120 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=61131 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=465 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 61131 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=61131 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=465,
sOOp=465
psQry=select pOOpSup from OOp where pUsu=61131 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (465))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (465))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61131 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61131 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=61352 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=466 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 61352 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=61352 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=466,
sOOp=466
psQry=select pOOpSup from OOp where pUsu=61352 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (466))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (466))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61352 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61352 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=61531 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=467 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 61531 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=61531 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=467,
sOOp=467
psQry=select pOOpSup from OOp where pUsu=61531 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (467))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (467))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61531 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61531 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=61600 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=468 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 61600 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=61600 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=468,
sOOp=468
psQry=select pOOpSup from OOp where pUsu=61600 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (468))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (468))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61600 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61600 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=61736 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=469 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 61736 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=61736 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=469,
sOOp=469
psQry=select pOOpSup from OOp where pUsu=61736 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (469))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (469))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61736 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61736 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=61739 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=470 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 61739 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=61739 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=470,
sOOp=470
psQry=select pOOpSup from OOp where pUsu=61739 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (470))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (470))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61739 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=61739 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=62009 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=471 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 62009 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=62009 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=471,
sOOp=471
psQry=select pOOpSup from OOp where pUsu=62009 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (471))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (471))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62009 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62009 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=62070 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=472 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 62070 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=62070 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=472,
sOOp=472
psQry=select pOOpSup from OOp where pUsu=62070 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (472))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (472))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62070 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62070 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=62101 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=473 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 62101 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=62101 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=473,
sOOp=473
psQry=select pOOpSup from OOp where pUsu=62101 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (473))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (473))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62101 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62101 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=62458 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=474 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 62458 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=62458 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=474,
sOOp=474
psQry=select pOOpSup from OOp where pUsu=62458 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (474))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (474))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62458 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62458 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=62481 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=475 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 62481 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=62481 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=475,
sOOp=475
psQry=select pOOpSup from OOp where pUsu=62481 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (475))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (475))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62481 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62481 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=62799 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=476 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 62799 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=62799 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=476,
sOOp=476
psQry=select pOOpSup from OOp where pUsu=62799 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (476))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (476))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62799 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62799 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=62893 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=477 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 62893 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=62893 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=477,
sOOp=477
psQry=select pOOpSup from OOp where pUsu=62893 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (477))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (477))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62893 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62893 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=62963 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=478 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 62963 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=62963 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=478,
sOOp=478
psQry=select pOOpSup from OOp where pUsu=62963 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (478))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (478))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62963 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=62963 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=63215 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=479 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 63215 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=63215 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=479,
sOOp=479
psQry=select pOOpSup from OOp where pUsu=63215 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (479))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (479))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=63215 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=63215 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=63363 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=480 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 63363 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=63363 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=480,
sOOp=480
psQry=select pOOpSup from OOp where pUsu=63363 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (480))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (480))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=63363 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=63363 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=63469 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=481 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 63469 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=63469 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=481,
sOOp=481
psQry=select pOOpSup from OOp where pUsu=63469 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (481))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (481))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=63469 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=63469 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=63615 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=482 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 63615 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=63615 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=482,
sOOp=482
psQry=select pOOpSup from OOp where pUsu=63615 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (482))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (482))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=63615 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=63615 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=63959 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=483 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 63959 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=63959 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=483,
sOOp=483
psQry=select pOOpSup from OOp where pUsu=63959 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (483))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (483))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=63959 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=63959 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=63962 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=484 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 63962 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=63962 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=484,
sOOp=484
psQry=select pOOpSup from OOp where pUsu=63962 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (484))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (484))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=63962 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=63962 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=64498 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=485 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 64498 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=64498 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=485,
sOOp=485
psQry=select pOOpSup from OOp where pUsu=64498 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (485))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (485))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=64498 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=64498 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=64531 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=486 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 64531 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=64531 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=486,
sOOp=486
psQry=select pOOpSup from OOp where pUsu=64531 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (486))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (486))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=64531 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=64531 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=64755 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=487 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 64755 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=64755 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=487,
sOOp=487
psQry=select pOOpSup from OOp where pUsu=64755 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (487))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (487))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=64755 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=64755 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=64880 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=488 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 64880 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=64880 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=488,
sOOp=488
psQry=select pOOpSup from OOp where pUsu=64880 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (488))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (488))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=64880 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=64880 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=64944 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=491 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 64944 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=64944 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=491,
sOOp=491
psQry=select pOOpSup from OOp where pUsu=64944 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (491))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (491))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=64944 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=64944 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=64965 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=492 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 64965 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=64965 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=492,
sOOp=492
psQry=select pOOpSup from OOp where pUsu=64965 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (492))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (492))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=64965 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=64965 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=65116 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=494 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 65116 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=65116 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=494,
sOOp=494
psQry=select pOOpSup from OOp where pUsu=65116 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (494))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (494))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65116 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65116 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=65213 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=495 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 65213 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=65213 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=495,
sOOp=495
psQry=select pOOpSup from OOp where pUsu=65213 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (495))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (495))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65213 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65213 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=65353 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=496 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 65353 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=65353 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=496,
sOOp=496
psQry=select pOOpSup from OOp where pUsu=65353 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (496))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (496))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65353 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65353 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=65354 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=497 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 65354 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=65354 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=497,
sOOp=497
psQry=select pOOpSup from OOp where pUsu=65354 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (497))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (497))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65354 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65354 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=65482 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=498 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 65482 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=65482 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=498,
sOOp=498
psQry=select pOOpSup from OOp where pUsu=65482 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (498))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (498))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65482 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65482 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=65811 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=499 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 65811 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=65811 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=499,
sOOp=499
psQry=select pOOpSup from OOp where pUsu=65811 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (499))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (499))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65811 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65811 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=65878 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=500 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 65878 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=65878 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=500,
sOOp=500
psQry=select pOOpSup from OOp where pUsu=65878 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (500))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (500))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65878 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=65878 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=66079 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=501 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 66079 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=66079 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=501,
sOOp=501
psQry=select pOOpSup from OOp where pUsu=66079 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (501))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (501))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=66079 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=66079 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=66285 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=503 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 66285 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=66285 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=503,
sOOp=503
psQry=select pOOpSup from OOp where pUsu=66285 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (503))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (503))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=66285 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=66285 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=66619 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=504 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 66619 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=66619 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=504,
sOOp=504
psQry=select pOOpSup from OOp where pUsu=66619 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (504))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (504))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=66619 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=66619 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=67092 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=505 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 67092 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=67092 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=505,
sOOp=505
psQry=select pOOpSup from OOp where pUsu=67092 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (505))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (505))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=67092 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=67092 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=67242 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=506 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 67242 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=67242 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=506,
sOOp=506
psQry=select pOOpSup from OOp where pUsu=67242 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (506))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (506))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=67242 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=67242 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=67705 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=507 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 67705 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=67705 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=507,
sOOp=507
psQry=select pOOpSup from OOp where pUsu=67705 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (507))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (507))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=67705 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=67705 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=67834 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=508 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 67834 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=67834 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=508,
sOOp=508
psQry=select pOOpSup from OOp where pUsu=67834 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (508))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (508))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=67834 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=67834 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=67836 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=509 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 67836 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=67836 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=509,
sOOp=509
psQry=select pOOpSup from OOp where pUsu=67836 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (509))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (509))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=67836 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=67836 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=68354 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=510 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 68354 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=68354 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=510,
sOOp=510
psQry=select pOOpSup from OOp where pUsu=68354 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (510))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (510))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68354 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68354 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=68720 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=511 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 68720 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=68720 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=511,
sOOp=511
psQry=select pOOpSup from OOp where pUsu=68720 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (511))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (511))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68720 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68720 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=68783 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=512 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 68783 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=68783 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=512,
sOOp=512
psQry=select pOOpSup from OOp where pUsu=68783 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (512))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (512))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68783 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68783 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=68868 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=513 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 68868 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=68868 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=513,
sOOp=513
psQry=select pOOpSup from OOp where pUsu=68868 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (513))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (513))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68868 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68868 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=68884 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=514 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 68884 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=68884 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=514,
sOOp=514
psQry=select pOOpSup from OOp where pUsu=68884 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (514))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (514))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68884 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68884 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=68885 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=515 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 68885 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=68885 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=515,
sOOp=515
psQry=select pOOpSup from OOp where pUsu=68885 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (515))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (515))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68885 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68885 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=68886 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=516 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 68886 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=68886 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=516,
sOOp=516
psQry=select pOOpSup from OOp where pUsu=68886 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (516))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (516))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68886 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68886 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=68887 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=517 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 68887 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=68887 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=517,
sOOp=517
psQry=select pOOpSup from OOp where pUsu=68887 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (517))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (517))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68887 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68887 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=68888 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=518 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 68888 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=68888 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=518,
sOOp=518
psQry=select pOOpSup from OOp where pUsu=68888 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (518))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (518))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68888 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68888 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=68954 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=519 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 68954 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=68954 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=519,
sOOp=519
psQry=select pOOpSup from OOp where pUsu=68954 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (519))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (519))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68954 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=68954 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=69012 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=520 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 69012 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=69012 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=520,
sOOp=520
psQry=select pOOpSup from OOp where pUsu=69012 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (520))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (520))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69012 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69012 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=69172 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=521 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 69172 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=69172 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=521,
sOOp=521
psQry=select pOOpSup from OOp where pUsu=69172 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (521))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (521))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69172 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69172 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=69217 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=522 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 69217 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=69217 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=522,
sOOp=522
psQry=select pOOpSup from OOp where pUsu=69217 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (522))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (522))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69217 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69217 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=69258 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=523 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 69258 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=69258 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=523,
sOOp=523
psQry=select pOOpSup from OOp where pUsu=69258 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (523))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (523))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69258 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69258 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=69447 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=524 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 69447 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=69447 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=524,
sOOp=524
psQry=select pOOpSup from OOp where pUsu=69447 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (524))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (524))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69447 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69447 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=69961 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=525 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 69961 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=69961 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=525,
sOOp=525
psQry=select pOOpSup from OOp where pUsu=69961 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (525))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (525))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69961 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69961 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=69967 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=526 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 69967 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=69967 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=526,
sOOp=526
psQry=select pOOpSup from OOp where pUsu=69967 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (526))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (526))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69967 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69967 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=69998 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=528 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 69998 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=69998 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=528,
sOOp=528
psQry=select pOOpSup from OOp where pUsu=69998 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (528))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (528))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69998 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69998 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=69999 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=529 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 69999 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=69999 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=529,
sOOp=529
psQry=select pOOpSup from OOp where pUsu=69999 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (529))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (529))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69999 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=69999 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70000 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=527 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70000 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70000 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=527,
sOOp=527
psQry=select pOOpSup from OOp where pUsu=70000 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (527))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (527))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70000 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70000 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70109 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=531 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70109 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70109 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=531,
sOOp=531
psQry=select pOOpSup from OOp where pUsu=70109 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (531))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (531))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70109 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70109 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70120 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=532 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70120 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70120 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=532,
sOOp=532
psQry=select pOOpSup from OOp where pUsu=70120 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (532))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (532))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70120 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70120 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70166 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=533 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70166 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70166 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=533,
sOOp=533
psQry=select pOOpSup from OOp where pUsu=70166 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (533))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (533))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70166 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70166 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70220 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=534 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70220 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70220 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=534,
sOOp=534
psQry=select pOOpSup from OOp where pUsu=70220 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (534))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (534))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70220 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70220 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70221 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=535 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70221 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70221 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=535,
sOOp=535
psQry=select pOOpSup from OOp where pUsu=70221 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (535))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (535))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70221 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70221 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70241 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=536 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70241 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70241 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=536,
sOOp=536
psQry=select pOOpSup from OOp where pUsu=70241 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (536))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (536))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70241 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70241 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70244 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=537 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70244 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70244 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=537,
sOOp=537
psQry=select pOOpSup from OOp where pUsu=70244 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (537))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (537))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70244 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70244 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70645 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=538 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70645 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70645 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=538,
sOOp=538
psQry=select pOOpSup from OOp where pUsu=70645 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (538))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (538))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70645 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70645 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70663 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=539 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70663 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70663 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=539,
sOOp=539
psQry=select pOOpSup from OOp where pUsu=70663 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (539))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (539))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70663 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70663 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70744 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=540 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70744 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70744 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=540,
sOOp=540
psQry=select pOOpSup from OOp where pUsu=70744 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (540))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (540))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70744 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70744 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70837 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=541 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70837 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70837 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=541,
sOOp=541
psQry=select pOOpSup from OOp where pUsu=70837 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (541))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (541))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70837 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70837 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=70838 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=542 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 70838 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=70838 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=542,
sOOp=542
psQry=select pOOpSup from OOp where pUsu=70838 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (542))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (542))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70838 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=70838 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=71200 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=543 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 71200 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=71200 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=543,
sOOp=543
psQry=select pOOpSup from OOp where pUsu=71200 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (543))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (543))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71200 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71200 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=71259 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=544 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 71259 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=71259 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=544,
sOOp=544
psQry=select pOOpSup from OOp where pUsu=71259 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (544))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (544))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71259 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71259 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=71408 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=545 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 71408 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=71408 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=545,
sOOp=545
psQry=select pOOpSup from OOp where pUsu=71408 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (545))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (545))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71408 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71408 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=71779 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=546 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 71779 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=71779 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=546,
sOOp=546
psQry=select pOOpSup from OOp where pUsu=71779 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (546))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (546))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71779 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71779 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=71789 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=547 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 71789 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=71789 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=547,
sOOp=547
psQry=select pOOpSup from OOp where pUsu=71789 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (547))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (547))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71789 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71789 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=71962 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=548 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 71962 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=71962 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=548,
sOOp=548
psQry=select pOOpSup from OOp where pUsu=71962 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (548))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (548))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71962 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71962 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=71974 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=549 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 71974 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=71974 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=549,
sOOp=549
psQry=select pOOpSup from OOp where pUsu=71974 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (549))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (549))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71974 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=71974 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=72051 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=550 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 72051 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=72051 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=550,
sOOp=550
psQry=select pOOpSup from OOp where pUsu=72051 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (550))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (550))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=72051 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=72051 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=72274 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=551 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 72274 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=72274 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=551,
sOOp=551
psQry=select pOOpSup from OOp where pUsu=72274 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (551))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (551))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=72274 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=72274 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=73096 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=552 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 73096 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=73096 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=552,
sOOp=552
psQry=select pOOpSup from OOp where pUsu=73096 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (552))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (552))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73096 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73096 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=73426 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=553 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 73426 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=73426 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=553,
sOOp=553
psQry=select pOOpSup from OOp where pUsu=73426 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (553))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (553))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73426 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73426 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=73525 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=554 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 73525 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=73525 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=554,
sOOp=554
psQry=select pOOpSup from OOp where pUsu=73525 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (554))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (554))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73525 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73525 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=73762 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=556 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 73762 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=73762 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=556,
sOOp=556
psQry=select pOOpSup from OOp where pUsu=73762 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (556))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (556))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73762 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73762 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=73785 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=557 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 73785 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=73785 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=557,
sOOp=557
psQry=select pOOpSup from OOp where pUsu=73785 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (557))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (557))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73785 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73785 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=73791 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=558 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 73791 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=73791 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=558,
sOOp=558
psQry=select pOOpSup from OOp where pUsu=73791 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (558))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (558))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73791 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73791 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=73845 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=559 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 73845 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=73845 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=559,
sOOp=559
psQry=select pOOpSup from OOp where pUsu=73845 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (559))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (559))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73845 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73845 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=73926 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=560 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 73926 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=73926 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=560,
sOOp=560
psQry=select pOOpSup from OOp where pUsu=73926 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (560))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (560))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73926 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=73926 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=74013 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=561 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 74013 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=74013 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=561,
sOOp=561
psQry=select pOOpSup from OOp where pUsu=74013 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (561))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (561))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74013 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74013 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=74248 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=562 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 74248 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=74248 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=562,
sOOp=562
psQry=select pOOpSup from OOp where pUsu=74248 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (562))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (562))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74248 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74248 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=74268 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=563 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 74268 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=74268 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=563,
sOOp=563
psQry=select pOOpSup from OOp where pUsu=74268 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (563))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (563))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74268 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74268 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=74670 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=564 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 74670 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=74670 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=564,
sOOp=564
psQry=select pOOpSup from OOp where pUsu=74670 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (564))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (564))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74670 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74670 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=74680 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=565 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 74680 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=74680 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=565,
sOOp=565
psQry=select pOOpSup from OOp where pUsu=74680 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (565))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (565))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74680 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74680 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=74732 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=566 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 74732 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=74732 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=566,
sOOp=566
psQry=select pOOpSup from OOp where pUsu=74732 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (566))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (566))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74732 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74732 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=74781 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=567 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 74781 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=74781 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=567,
sOOp=567
psQry=select pOOpSup from OOp where pUsu=74781 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (567))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (567))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74781 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74781 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=74829 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=568 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 74829 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=74829 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=568,
sOOp=568
psQry=select pOOpSup from OOp where pUsu=74829 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (568))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (568))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74829 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=74829 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=75027 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=569 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 75027 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=75027 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=569,
sOOp=569
psQry=select pOOpSup from OOp where pUsu=75027 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (569))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (569))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75027 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75027 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=75160 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=571 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 75160 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=75160 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=571,
sOOp=571
psQry=select pOOpSup from OOp where pUsu=75160 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (571))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (571))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75160 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75160 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=75244 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=572 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 75244 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=75244 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=572,
sOOp=572
psQry=select pOOpSup from OOp where pUsu=75244 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (572))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (572))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75244 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75244 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=75245 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=573 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 75245 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=75245 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=573,
sOOp=573
psQry=select pOOpSup from OOp where pUsu=75245 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (573))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (573))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75245 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75245 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=75439 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=574 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 75439 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=75439 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=574,
sOOp=574
psQry=select pOOpSup from OOp where pUsu=75439 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (574))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (574))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75439 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75439 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=75625 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=575 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 75625 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=75625 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=575,
sOOp=575
psQry=select pOOpSup from OOp where pUsu=75625 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (575))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (575))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75625 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75625 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=75644 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=576 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 75644 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=75644 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=576,
sOOp=576
psQry=select pOOpSup from OOp where pUsu=75644 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (576))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (576))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75644 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75644 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=75746 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=577 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 75746 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=75746 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=577,
sOOp=577
psQry=select pOOpSup from OOp where pUsu=75746 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (577))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (577))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75746 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75746 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=75850 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=578 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 75850 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=75850 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=578,
sOOp=578
psQry=select pOOpSup from OOp where pUsu=75850 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (578))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (578))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75850 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75850 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=75951 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=579 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 75951 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=75951 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=579,
sOOp=579
psQry=select pOOpSup from OOp where pUsu=75951 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (579))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (579))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75951 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75951 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=75952 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=580 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 75952 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=75952 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=580,
sOOp=580
psQry=select pOOpSup from OOp where pUsu=75952 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (580))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (580))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75952 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=75952 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=76122 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=581 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 76122 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=76122 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=581,
sOOp=581
psQry=select pOOpSup from OOp where pUsu=76122 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (581))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (581))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76122 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76122 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=76339 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=582 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 76339 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=76339 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=582,
sOOp=582
psQry=select pOOpSup from OOp where pUsu=76339 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (582))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (582))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76339 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76339 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=76484 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=589 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 76484 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=76484 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=589,
sOOp=589
psQry=select pOOpSup from OOp where pUsu=76484 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (589))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (589))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76484 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76484 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=76947 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=583 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 76947 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=76947 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=583,
sOOp=583
psQry=select pOOpSup from OOp where pUsu=76947 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (583))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (583))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76947 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76947 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=76998 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=584 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 76998 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=76998 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=584,
sOOp=584
psQry=select pOOpSup from OOp where pUsu=76998 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (584))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (584))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76998 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=76998 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=77243 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=585 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 77243 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=77243 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=585,
sOOp=585
psQry=select pOOpSup from OOp where pUsu=77243 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (585))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (585))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77243 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77243 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=77249 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=586 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 77249 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=77249 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=586,
sOOp=586
psQry=select pOOpSup from OOp where pUsu=77249 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (586))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (586))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77249 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77249 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=77268 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=587 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 77268 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=77268 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=587,
sOOp=587
psQry=select pOOpSup from OOp where pUsu=77268 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (587))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (587))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77268 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77268 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=77276 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=588 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 77276 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=77276 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=588,
sOOp=588
psQry=select pOOpSup from OOp where pUsu=77276 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (588))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (588))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77276 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77276 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=77502 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=639 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 77502 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=77502 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=639,
sOOp=639
psQry=select pOOpSup from OOp where pUsu=77502 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (639))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (639))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77502 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77502 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,77502,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,77502,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=77703 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=590 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 77703 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=77703 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=590,
sOOp=590
psQry=select pOOpSup from OOp where pUsu=77703 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (590))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (590))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77703 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77703 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=77829 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=591 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 77829 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=77829 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=591,
sOOp=591
psQry=select pOOpSup from OOp where pUsu=77829 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (591))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (591))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77829 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77829 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=77830 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=592 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 77830 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=77830 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=592,
sOOp=592
psQry=select pOOpSup from OOp where pUsu=77830 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (592))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (592))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77830 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=77830 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=78070 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=593 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 78070 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=78070 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=593,
sOOp=593
psQry=select pOOpSup from OOp where pUsu=78070 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (593))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (593))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=78070 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=78070 and iQryId=8 and iVer=iVAt
iOk=1
iOk=1
psQry=select pPId from OOp where pUsu=78098 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=594 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 78098 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=78098 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=594,
sOOp=594
psQry=select pOOpSup from OOp where pUsu=78098 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (594))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (594))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=78098 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=78098 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,78098,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,78098,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=78854 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=595 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 78854 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=78854 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=595,
sOOp=595
psQry=select pOOpSup from OOp where pUsu=78854 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (595))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (595))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=78854 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=78854 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,78854,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,78854,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=78924 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=596 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 78924 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=78924 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=596,
sOOp=596
psQry=select pOOpSup from OOp where pUsu=78924 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (596))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (596))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=78924 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=78924 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,78924,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,78924,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=78979 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=597 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 78979 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=78979 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=597,
sOOp=597
psQry=select pOOpSup from OOp where pUsu=78979 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (597))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (597))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=78979 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=78979 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,78979,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,78979,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=79029 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=598 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 79029 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=79029 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=598,
sOOp=598
psQry=select pOOpSup from OOp where pUsu=79029 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (598))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (598))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79029 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79029 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79029,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79029,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=79320 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=599 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 79320 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=79320 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=599,
sOOp=599
psQry=select pOOpSup from OOp where pUsu=79320 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (599))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (599))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79320 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79320 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79320,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79320,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=79324 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=600 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 79324 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=79324 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=600,
sOOp=600
psQry=select pOOpSup from OOp where pUsu=79324 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (600))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (600))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79324 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79324 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79324,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79324,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=79414 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=601 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 79414 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=79414 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=601,
sOOp=601
psQry=select pOOpSup from OOp where pUsu=79414 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (601))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (601))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79414 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79414 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79414,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79414,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=79428 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=602 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 79428 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=79428 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=602,
sOOp=602
psQry=select pOOpSup from OOp where pUsu=79428 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (602))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (602))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79428 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79428 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79428,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79428,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=79485 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=603 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 79485 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=79485 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=603,
sOOp=603
psQry=select pOOpSup from OOp where pUsu=79485 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (603))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (603))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79485 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79485 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79485,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79485,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=79488 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=604 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 79488 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=79488 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=604,
sOOp=604
psQry=select pOOpSup from OOp where pUsu=79488 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (604))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (604))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79488 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79488 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79488,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79488,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=79619 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=605 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 79619 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=79619 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=605,
sOOp=605
psQry=select pOOpSup from OOp where pUsu=79619 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (605))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (605))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79619 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79619 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79619,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79619,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=79648 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=606 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 79648 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=79648 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=606,
sOOp=606
psQry=select pOOpSup from OOp where pUsu=79648 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (606))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (606))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79648 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79648 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79648,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79648,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=79800 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=607 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 79800 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=79800 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=607,
sOOp=607
psQry=select pOOpSup from OOp where pUsu=79800 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (607))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (607))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79800 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79800 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79800,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79800,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=79946 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=608 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 79946 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=79946 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=608,
sOOp=608
psQry=select pOOpSup from OOp where pUsu=79946 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (608))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (608))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79946 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=79946 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79946,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,79946,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=80149 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=609 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 80149 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=80149 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=609,
sOOp=609
psQry=select pOOpSup from OOp where pUsu=80149 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (609))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (609))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=80149 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=80149 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,80149,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,80149,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=80187 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=610 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 80187 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=80187 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=610,
sOOp=610
psQry=select pOOpSup from OOp where pUsu=80187 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (610))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (610))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=80187 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=80187 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,80187,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,80187,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=80644 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=611 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 80644 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=80644 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=611,
sOOp=611
psQry=select pOOpSup from OOp where pUsu=80644 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (611))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (611))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=80644 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=80644 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,80644,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,80644,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=80817 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=612 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 80817 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=80817 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=612,
sOOp=612
psQry=select pOOpSup from OOp where pUsu=80817 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (612))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (612))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=80817 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=80817 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,80817,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,80817,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=82670 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=613 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 82670 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=82670 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=613,
sOOp=613
psQry=select pOOpSup from OOp where pUsu=82670 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (613))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (613))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=82670 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=82670 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,82670,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,82670,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=82835 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=614 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 82835 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=82835 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=614,
sOOp=614
psQry=select pOOpSup from OOp where pUsu=82835 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (614))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (614))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=82835 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=82835 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,82835,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,82835,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=83256 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=615 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 83256 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=83256 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=615,
sOOp=615
psQry=select pOOpSup from OOp where pUsu=83256 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (615))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (615))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=83256 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=83256 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,83256,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,83256,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=83257 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=616 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 83257 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=83257 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=616,
sOOp=616
psQry=select pOOpSup from OOp where pUsu=83257 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (616))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (616))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=83257 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=83257 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,83257,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,83257,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=83496 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=617 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 83496 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=83496 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=617,
sOOp=617
psQry=select pOOpSup from OOp where pUsu=83496 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (617))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (617))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=83496 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=83496 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,83496,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,83496,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=83699 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=619 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 83699 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=83699 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=619,
sOOp=619
psQry=select pOOpSup from OOp where pUsu=83699 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (619))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (619))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=83699 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=83699 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,83699,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,83699,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=83981 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=620 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 83981 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=83981 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=620,
sOOp=620
psQry=select pOOpSup from OOp where pUsu=83981 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (620))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (620))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=83981 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=83981 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,83981,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,83981,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=84020 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=621 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 84020 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=84020 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=621,
sOOp=621
psQry=select pOOpSup from OOp where pUsu=84020 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (621))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (621))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84020 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84020 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84020,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84020,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=84124 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=622 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 84124 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=84124 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=622,
sOOp=622
psQry=select pOOpSup from OOp where pUsu=84124 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (622))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (622))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84124 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84124 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84124,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84124,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=84494 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=623 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 84494 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=84494 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=623,
sOOp=623
psQry=select pOOpSup from OOp where pUsu=84494 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (623))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (623))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84494 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84494 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84494,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84494,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=84495 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=624 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 84495 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=84495 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=624,
sOOp=624
psQry=select pOOpSup from OOp where pUsu=84495 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (624))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (624))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84495 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84495 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84495,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84495,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=84496 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=625 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 84496 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=84496 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=625,
sOOp=625
psQry=select pOOpSup from OOp where pUsu=84496 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (625))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (625))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84496 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84496 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84496,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84496,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=84497 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=626 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 84497 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=84497 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=626,
sOOp=626
psQry=select pOOpSup from OOp where pUsu=84497 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (626))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (626))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84497 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84497 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84497,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84497,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=84500 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=627 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 84500 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=84500 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=627,
sOOp=627
psQry=select pOOpSup from OOp where pUsu=84500 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (627))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (627))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84500 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84500 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84500,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84500,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=84683 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=640 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 84683 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=84683 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=640,
sOOp=640
psQry=select pOOpSup from OOp where pUsu=84683 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (640))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (640))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84683 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84683 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84683,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84683,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=84995 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=629 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 84995 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=84995 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=629,
sOOp=629
psQry=select pOOpSup from OOp where pUsu=84995 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (629))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (629))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84995 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84995 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84995,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84995,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=84996 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=630 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 84996 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=84996 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=630,
sOOp=630
psQry=select pOOpSup from OOp where pUsu=84996 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (630))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (630))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84996 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=84996 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84996,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,84996,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=85120 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=631 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 85120 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=85120 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=631,
sOOp=631
psQry=select pOOpSup from OOp where pUsu=85120 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (631))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (631))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=85120 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=85120 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,85120,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,85120,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=85197 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=632 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 85197 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=85197 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=632,
sOOp=632
psQry=select pOOpSup from OOp where pUsu=85197 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (632))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (632))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=85197 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=85197 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,85197,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,85197,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=85691 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=633 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 85691 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=85691 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=633,
sOOp=633
psQry=select pOOpSup from OOp where pUsu=85691 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (633))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (633))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=85691 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=85691 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,85691,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,85691,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=85781 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=634 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 85781 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=85781 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=634,
sOOp=634
psQry=select pOOpSup from OOp where pUsu=85781 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (634))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (634))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=85781 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=85781 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,85781,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,85781,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=85833 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=635 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 85833 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=85833 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=635,
sOOp=635
psQry=select pOOpSup from OOp where pUsu=85833 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (635))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (635))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=85833 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=85833 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,85833,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,85833,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=86056 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=636 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 86056 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=86056 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=636,
sOOp=636
psQry=select pOOpSup from OOp where pUsu=86056 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (636))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (636))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86056 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86056 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86056,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86056,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=86057 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=637 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 86057 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=86057 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=637,
sOOp=637
psQry=select pOOpSup from OOp where pUsu=86057 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (637))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (637))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86057 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86057 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86057,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86057,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=86124 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=638 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 86124 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=86124 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=638,
sOOp=638
psQry=select pOOpSup from OOp where pUsu=86124 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (638))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (638))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86124 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86124 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86124,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86124,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=86286 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=641 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 86286 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=86286 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=641,
sOOp=641
psQry=select pOOpSup from OOp where pUsu=86286 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (641))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (641))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86286 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86286 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86286,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86286,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=86330 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=642 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 86330 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=86330 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=642,
sOOp=642
psQry=select pOOpSup from OOp where pUsu=86330 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (642))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (642))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86330 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86330 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86330,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86330,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=86430 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=643 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 86430 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=86430 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=643,
sOOp=643
psQry=select pOOpSup from OOp where pUsu=86430 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (643))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (643))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86430 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86430 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86430,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86430,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=86669 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=644 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 86669 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=86669 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=644,
sOOp=644
psQry=select pOOpSup from OOp where pUsu=86669 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (644))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (644))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86669 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86669 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86669,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86669,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=86681 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=645 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 86681 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=86681 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=645,
sOOp=645
psQry=select pOOpSup from OOp where pUsu=86681 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (645))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (645))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86681 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86681 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86681,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86681,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=86848 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=646 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 86848 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=86848 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=646,
sOOp=646
psQry=select pOOpSup from OOp where pUsu=86848 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (646))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (646))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86848 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=86848 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86848,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,86848,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=87061 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=647 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 87061 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=87061 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=647,
sOOp=647
psQry=select pOOpSup from OOp where pUsu=87061 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (647))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (647))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=87061 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=87061 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,87061,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,87061,1,'1')
lOk=1
lOk=1
psQry=select pPId from OOp where pUsu=87454 and iVer=iVAt and lExc=0
durao 0, iDb=1
psQry=select pPId from OOp where pOOpSup=648 and iVer=iVat and lExc=0
durao 0, iDb=0
sIn=-1
sSql=select pPId from OOp where pUsu = 87454 and lExc=0 and iVer=iVAt
psQry=select pPId from OOp where pUsu=87454 and lExc=0 and iVer=iVAt
durao 0, iDb=1
count=1
sOOp=648,
sOOp=648
psQry=select pOOpSup from OOp where pUsu=87454 and iVer=iVAt and lExc=0 and pOOpSup>0
durao 0, iDb=0
psQry=select count(*) from OOp a where a.iVer=a.iVAt and a.lExc=0 and a.pUsu>0 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (648))
durao 0, iDb=1
sSql=select count(*)
               from OOp a
               where a.iVer = a.iVAt
                 and a.lExc = 0
                 and a.pUsu>0
                 and (a.pPId in (-1) or a.pPId in (-1) or a.pPId in (648))
sSql=update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=87454 and iQryId=8 and iVer=iVAt
update = update sys_CockpitUsu set iQt=1,sQt='1',lZerar=0 where pUsu=87454 and iQryId=8 and iVer=iVAt
iOk=0
iOk=0
sSql=insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,87454,1,'1')
insert = insert into sys_CockpitUsu (pInc,iQryId,pUsu,iQt,sQt) values (1,8,87454,1,'1')
lOk=1
lOk=1
set=0 update = update sys_CockpitUsu set iQt=0,sQt='' where iVer=iVAt and lZerar=1
lOk=755
fim-flTots1_CalculaSalva
flDBDisconnect - phBase=Resource id #8, ghBase=Resource id #7