Query Statement Properties Criteria -- Server "Location"

When I generally create queries to populate collections [Membership Rules] in SCCM 2012, I use: 
System Resource.System OU Name is like "[OU location]%"
However, I recently received a request to create a query collection based on an
attribute location, instead of OU container.  I am having trouble composing the criteria for this new query.  Does anyone know how to create a query based on attribute location?  For example,
the server site is "[xxxx]CS" and the attribute location name is
"A"

Thank you so much for your response and blog!
I never knew of the AD attribute discovery feature.  I was confused since my servers were showing up in Assets and Compliance > Devices because I did an adsysdis for the proper domain and OU.
I made created my query using System Resource.location is like "%A%"
(after adding location as an AD attribute) all of my collections finally populated.  Thanks again!!

Similar Messages

  • Official documents on escaping characters in SQL Server query statements

    Hi,
    Are there any official documents on how to escaping special characters in SQL Server query statements? I find a lot of online resources discussing about this, but there are no definitive conclusions on:
    Which characters should be escaped? (Some only said single-quote needs to be escaped, double-quote does not need. While others said both need to be escaped)
    How to escape characters? (Some said using two single-quote to escape a single-quote. Others said using a backslash, etc.)
    So I just wonder if there is an official document from Microsoft regarding this?
    Thanks
    Alan

    Depends on where you're using them
    If its string values then single quotes(') should be escaped by putting one more single quote before it.
    If its LIKE operator you can use ESCAPE keyword or use [] to escapre special characters 
    see
    http://visakhm.blogspot.in/2013/01/wildcard-character-based-pattern-search.html
    If inside SSIS expression you can escape characters like \ " etc by adding an extra \ before the characters
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • Getting extracter 'N' in query string from weblogic  server

    hai,
    I am using weblogic7.0 as app server and mssql2000 as database server.
    When writing sql queries i am using prepared statements.
    Ex:
    PreparedStatement pstmt=con.preparedStatement("select email from temp where tempid=?")
    pstmt.setString(1,"0000A");
    after executing the above query. If i check the query statement in database profiler
    then i am getting the following stament:
    select email from temp where tempid=N'0000A';
    here i am getting an extra character 'N' in the query string.
    Can anybody tell me how can i avoid that.
    Thanks in advance
    --durga

    durga wrote:
    hai,
    I am using weblogic7.0 as app server and mssql2000 as database server.
    When writing sql queries i am using prepared statements.
    Ex:
    PreparedStatement pstmt=con.preparedStatement("select email from temp where tempid=?")
    pstmt.setString(1,"0000A");
    after executing the above query. If i check the query statement in database profiler
    then i am getting the following stament:
    select email from temp where tempid=N'0000A';
    here i am getting an extra character 'N' in the query string.
    Can anybody tell me how can i avoid that.
    Thanks in advance
    --durgaHi. The driver is putting that there to ensure that if your parameter is a
    true-16-bit character that the DBMS doesn't corrupt it.
    If your string data are guaranteed to be simple English 7-bit ASCII
    characters, there's a driver property you can add to the pool connection
    properties that will tell the driver not to put the "N'" prefix. This is
    an important performance benefit because the "N'" will stop the DBMS from
    using varchar indexes in searches.
    If you are using the weblogic mssqlserver driver, add the useVarChars=true
    property. If you are using the MS free driver or the DataDirect driver,
    add a property sendStringParametersAsUnicode=false.
    Joe

  • Query Statement

    I want to search for a keyword in all the columns of my database. So please help me for a query to execute like:
    statement.executeQuery("select * from BOOKS where Title like '%"+Criteria+"%'");Instead of only title i want to search in all the fields.
    If the above is not possible then what is wrong the the following:statement.executeQuery("select * from BOOKS where Title like '%"+Criteria+"%' Or Author like '%"+Criteria+"%' Or Publisher like '%"+Criteria+"%' Or Type like '%"+Criteria+"%' Or Genre like '%"+Criteria+"%' Or Keywords like '%"+Criteria+"%' Or Comment like '%"+Criteria+"%' Or Category like '%"+Criteria+"%' Or BookSubject like '%"+Criteria+"%' Or Series like '%"+Criteria+"%' Or Illustrator like '%"+Criteria+"%' Or Language like '%"+Criteria+"%' Or Location like '%"+Criteria+"%'");

    Sorry for the late reply, but here's some code.
                try
                        Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
                        Connection dab_conn = DriverManager.getConnection(database_sql,"","");
                        Statement stat = dab_conn.createStatement(ResultSet.TYPE_SCROLL_SENSITIVE, ResultSet.CONCUR_UPDATABLE);
                        //ResultSet rs = stat.executeQuery("select * from BOOKS where Title like '%"+Criteria+"%'");
                        ResultSet rs = stat.executeQuery("select * from BOOKS where BOOKS.Title like '%"+Criteria+"%' Or BOOKS.Author like '%"+Criteria+"%' Or BOOKS.Publisher like '%"+Criteria+"%' Or BOOKS.Type like '%"+Criteria+"%' Or BOOKS.Genre like '%"+Criteria+"%' Or BOOKS.Keywords like '%"+Criteria+"%' Or BOOKS.Comment like '%"+Criteria+"%' Or BOOKS.Category like '%"+Criteria+"%' Or BOOKS.BookSubject like '%"+Criteria+"%' Or BOOKS.Series like '%"+Criteria+"%' Or BOOKS.Illustrator like '%"+Criteria+"%' Or BOOKS.Language like '%"+Criteria+"%' Or BOOKS.Location like '%"+Criteria+"%'");
                        //ResultSet rs = stat.executeQuery("select * from BOOKS where Title like '%"+Criteria+"%' Or Author like '%"+Criteria+"%' Or Publisher like '%"+Criteria+"%' Or Type like '%"+Criteria+"%' Or Genre like '%"+Criteria+"%' Or Keywords like '%"+Criteria+"%' Or Comment like '%"+Criteria+"%' Or Category like '%"+Criteria+"%' Or BookSubject like '%"+Criteria+"%' Or Series like '%"+Criteria+"%' Or Illustrator like '%"+Criteria+"%' Or Language like '%"+Criteria+"%' Or Location like '%"+Criteria+"%'");
                            while(rs.next())
                                IDs = IDs + rs.getLong(1) + ",";
                        rs.close();
                        stat.close();
                        dab_conn.close();
              catch (Exception e) { System.out.println("Error in accessing data base! :: " + e); return null; }

  • Spool process running on "Querying" state

    Hi,
    One of the work process is running on "querying" state, for every 3 minutes. And raising up even we kill it on process overview. At the end of the process it is core dumping on system with the error below;
    ABAP runtime errors    SYSTEM_CORE_DUMPED
           Occurred on     16.07.2008 at 00:31:48
    Process terminated by signal 11.
    What happened?
    Error in the SAP Basis system
    ABAP/4 processor detected an internal system error.
    The current ABAP program "RSPOWP00 " had to be terminated because the ABAP
    processor discovered an invalid system state.
    Even though we set "Do not query host spooler for output status" on SPAD, the system is still querying those printers that we already set this parameter.
    The system is HP-UX and the spool access method "S" configured for each printer. I am sure that there's no any network problem between server and the host spooler. Kernel version is 4.6C.
    What can cause the problem? Anyone has a suggestion?
    Thank you


    ** W34 LOOP (SPO) *********
    T  alloc memory 14252ee80 (96)
    T  module rspoerrh matches rspo* -> project Sp
    T  alloc memory 14252eee0 (56)
    T  alloc memory 14252ef18 (80)
    T  alloc memory 14252ef68 (80)
    T  alloc memory 14252efb8 (64)
    T  alloc memory 14252eff8 (64)
    M  invalidate act fields from T34/M0
    M  ThRqWaitFor: wait for next request new time slice
    M  event-handling: W34, key 905, flag 956
    M  ThRqWaitFor: wait for request
    M Wed Jul 16 13:06:41 2008
    M  ThRqAccept: allowed rq_type = 0
    M  set act fields to T34/M0
    M  ThSetDefaultTaskType: set task type ZTTASPO
    M  ThIsAsyncInput (T34, M0, ..), allowed rq_type = TH_ALL_RQ
    M  LOCK WP ca_blk 2
    M  LOCK APPC ca_blk 1800
    M  set act fields to T34/M0
    M  ThClearNextFields ()
    M  rq_id 839 for T34 U35 M0 I0 recv 0 (Mstat 66, len -1) (from dispatcher)
    M    resCheck=0 Tname:
    M  set MSG_SPOASYNC in Overhead
    S  Create Spool Alarm Message
    M  set SPOOL ALARM
    M  ThRqInCheck: o.k.
    M  ThRqAccept: saved MODE_REC = 40
    M  Adresse   Offset  SPOASYNC-Request
    M  -
    M  a00fa60  000000  00000000 02000000 41000000 00000000 |........A.......|
    M  a00fa70  000016  00000000 00000000 00000000 00000000 |................|
    M  a00fa80  000032  00000000 00000000 00000000 00000000 |................|
    M  a00fa90  000048  00000000 00000000 00000000 00000000 |................|
    M  a00faa0  000064  00000000 00000000 00000000 00000000 |................|
    M  a00fab0  000080  00000000 00000000 00000000 00000000 |................|
    M  a00fac0  000096  00000000 00000000 00000000 00000000 |................|
    M  a00fad0  000112  00000000 00000000 00000000 00000000 |................|
    M  a00fae0  000128  00000000 00000000 00000000 00000000 |................|
    M  a00faf0  000144  00000000 00000000 00000000 00000000 |................|
    M  a00fb00  000160  00000000 00000000 00000000 00000000 |................|
    M  a00fb10  000176  00000000 00000000 00000000 00000000 |................|
    M  a00fb20  000192  00000000 00000000 00000000 00000000 |................|
    M  a00fb30  000208  00000000 00000000 00000000 00000000 |................|
    M  a00fb40  000224  00000000 00000000 00000000 00000000 |................|
    M  a00fb50  000240  00000000 00000000 00000000 00000000 |................|
    M  a00fb60  000256  00000000 00000000 00000000 00000000 |................|
    M  a00fb70  000272  00000000 00000000 00000000 00000000 |................|
    M  a00fb80  000288  00000000 00000000 00000000 00000000 |................|
    M  a00fb90  000304  00000000 00000000 00000000 00000000 |................|
    M  a00fba0  000320  00000000 00000000 00000000 00000000 |................|
    M  a00fbb0  000336  00000000 00000000 00000000 00000000 |................|
    M  a00fbc0  000352  00000000 00000000 00000000 00000000 |................|
    M  a00fbd0  000368  00000000 00000000 00000000 00000000 |................|
    M  a00fbe0  000384  00000000 00000000 00000000 00000000 |................|
    M  a00fbf0  000400  00000000 00000000 00000000 00000000 |................|
    M  a00fc00  000416  00000000 00000000 00000000 00000000 |................|
    M  a00fc10  000432  00000000 00000000 00000000 00000000 |................|
    M  a00fc20  000448  00000000 00000000 00000000 00000000 |................|
    M  a00fc30  000464  00000000 00000000 00000000 00000000 |................|
    M  a00fc40  000480  00000000 00000000 00000000 00000000 |................|
    M  a00fc50  000496  00000000 00000000 00000000 00000000 |................|
    M  a00fc60  000512  00000000 00000000 00000000 00000000 |................|
    M  a00fc70  000528  00000000 00000000 00000000 00000000 |................|
    M  a00fc80  000544  00000000 00000000 00000000 00000000 |................|
    M  a00fc90  000560  00000000 00000000 00000000 00000000 |................|
    M  a00fca0  000576  00000000 00000000 00000000 00000000 |................|
    M  a00fcb0  000592  00000000 00000000 00000000 00000000 |................|
    M  a00fcc0  000608  00000000 00000000 00000000 00000000 |................|
    M  a00fcd0  000624  00000000 00000000 00000000 00000000 |................|
    M  a00fce0  000640  00000000 00000000 00000000 00000000 |................|
    M  a00fcf0  000656  00000000 00000000 00000000 00000000 |................|
    M  a00fd00  000672  00000000 00000000 00000000 00000000 |................|
    M  a00fd10  000688  0000                                |..              |
    M  -
    M  new request: THFCSPO
    M  TskhLoop: handle thfc 24
    M  set task type/act rqtype = ZTTADIA/1
    M  PfRecCreate: create record (0)
    M  set cpu stamp
    M  tskh_spainit: install saved spa pointer 141cf7570
    M  tskh_spainit: U35 M0 I0
    A  + not rolled in
    A  + not rolled in
    M  ThSavUsrClient: set usr >SAPSYS      <
    M  ThSavUsrClient: set client >000<
    M  ThEmInit: call EmContextCreate (U35/M0, ..)
    M  ThEmInit: em context for T34/M0 created (em_hdl=116)
    M  set task type/act rqtype = ZTTASPO/5
    M  Thdynpen00: call dynp handler (21) ...
    Y
    Y  ======================== DYNP entry 21:
    Y  RollEnvir UNDEF 00035_00_0000000000 00 SAPSYS
    Y  start spool
    Y  init new session
    Y  init_imode_spa
    A  ab_resize 0 2896 141d37780 DYNBPT
    M  NiIHostToAddr: hostname yssux01 = addr 10.80.1.30
    Y  init_dynpro
    A  Initialize Task.
    A  +                      SAPSYS       90  cleaned up ...   rlv=clean
    A  ab_resize 0 131072 141d38300 abstor
    A  ab_resize_imode(): 0 131072 131088 141d38300
    A  ab_resize 0 28463 141d58330 abinit
    A  +                      SAPSYS       90  Starting task ...   rlv=running
    A  ab_resize 0 12000 141d5f280 abgetw
    A  ab_resize 0 8000 141d62190 abgetw
    A  ab_resize 0 1000 141d64100 abgetw
    A  LOAD SEGMENT
    A  ab_resize 0 240 141d64510 abstor
    A  ab_resize 0 5280 141d64630 abinit
    A  LOAD SEGMENT /%_LISTTABLES
    A  ab_resize 0 16384 141d65b00 abdseg
    A  ab_resize 0 5232 141d69b30 abdseg
    A  ab_resize 0 4608 141d6afd0 abstac
    A  ab_resize 0 4096 141d6c200 abstac
    A  ab_resize 0 2048 141d6d230 abstac
    A  ab_resize 0 1200 141d6da60 abstac
    A  LOAD SEGMENT stack area
    A  ab_resize 0 16384 141d6df40 abgetw
    B  db_rtab ( fcode = 'READ_ONLY', tname = 'TCP0C                         ' )
    B  NTAB: tabname: TCP0C                         , fcode: 1
    B  NTAB: tabname: TCP0C                         , fcode: 7
    A  ab_resize 0 281 141d71f70 abloca
    B  NTAB: tabname: SYST                          , fcode: 6
    D   SET-TITLE TEXT: SAP R/3
    A  +                      SAPSYS       90  Task running ...   rlv=running
    Y  dy_new_trans_key: set new enq keys (dia + upd)
    M  ThNewEnqKey: new dia/update enqueue key
    E  New Enq-Owner (dia): 20080716130641371478003400yssux01.........................
    M  ThNewEnqKey: new dia/update enqueue key
    E  New Enq-Owner (upd): 20080716130641371478013400yssux01.........................
    Y  dy_new_trans_key: set new trans id (form=1)
    D    SET-STATUS: MENUSYST                                 MEN
    D   SET-TITLE TEXT: SAP R/3
    A  Initialize Task.
    A  +                      SAPSYS       90  cleaned up ...   rlv=clean
    A  ab_resize 0 131072 141d720b0 abstor
    A  ab_resize_imode(): 0 131072 131088 141d720b0
    A  ab_resize 0 28463 141d920e0 abinit
    A  +                      SAPSYS       90  Starting task ...   rlv=running
    A  ab_resize 0 12000 141d99030 abgetw
    A  ab_resize 0 8000 141d9bf40 abgetw
    A  ab_resize 0 1000 141d9deb0 abgetw
    A  LOAD SEGMENT
    A  ab_resize 0 240 141d9e2c0 abstor
    A  ab_resize 0 5280 141d9e3e0 abinit
    A  LOAD SEGMENT /%_LISTTABLES
    A  ab_resize 0 16384 141d9f8b0 abdseg
    A  ab_resize 0 5232 141da38e0 abdseg
    A  ab_resize 0 4608 141da4d80 abstac
    A  ab_resize 0 4096 141da5fb0 abstac
    A  ab_resize 0 2048 141da6fe0 abstac
    A  ab_resize 0 1200 141da7810 abstac
    A  LOAD SEGMENT stack area
    A  ab_resize 0 16384 141da7cf0 abgetw
    A  ab_resize 0 281 141dabd20 abloca
    D   SET-TITLE TEXT: SAP R/3
    A  +                      SAPSYS       90  Task running ...   rlv=running
    A  LOAD PROGRAM RSPOWP00
    A  ab_resize 0 11264 141dabe60 abload
    A  ab_resize 0 56 141daea90 abload
    A  ab_resize 0 1026 141daeaf0 abdseg
    A  LOAD SEGMENT
    A  ab_resize 0 56 141daef20 abgetw
    A  LOAD SEGMENT
    A  LOAD SEGMENT
    A  LOAD SEGMENT
    A  LOAD SEGMENT SYST
    A  LOAD SEGMENT SY
    A  LOAD SEGMENT RSJOBINFO
    A  LOAD SEGMENT /%_SYS%%
    A  LOAD SEGMENT
    A  LOAD SEGMENT /%_SSCR
    A  LOAD SEGMENT VARI
    A  LOAD SEGMENT
    A  ab_resize 0 272 141daef80 abgetw
    A  +                      SAPSYS       90  IsGuiOn ... (flag: 0, mode: off, task_type: off, term_io_set: -1)   rlv=running
    A  +                      SAPSYS       90  Program loaded.   rlv=running
    Y  dyLoadAndInitDynpro
    Y    Type Main
    Y    Name >RSPOWP00 2000
    Y  ->load dynpro RSPOWP00 2000
    Y   RSPOWP00<
    Y    dy_abrt
    A  ab_resize 0 32968 141daff20 ablink
    A  LOAD PROGRAM SAPMSSYD
    A  ab_resize 0 56 141d377e0 abload
    A  LOAD SEGMENT
    A  ab_resize 0 64 141d37840 abgetw
    A  LOAD SEGMENT
    A  LOAD SEGMENT
    A  LOAD SEGMENT
    A  LOAD SEGMENT SYST
    A  LOAD SEGMENT SY
    A  LOAD SEGMENT RSJOBINFO
    A  LOAD SEGMENT /%_SYS%%
    A  LOAD SEGMENT
    A  LOAD SEGMENT
    A  +                      SAPSYS       90  Program loaded.   rlv=running
    D  DiagGuiSupport (RESET) value EMERGENCY_REPAIR
    A  LOAD PROGRAM SAPFSYSCALLS
    A  ab_resize 0 56 141d378b0 abload
    A  LOAD SEGMENT
    A  ab_resize 0 56 141d37910 abgetw
    A  LOAD SEGMENT
    A  LOAD SEGMENT
    A  LOAD SEGMENT
    A  LOAD SEGMENT SYST
    A  LOAD SEGMENT SY
    A  LOAD SEGMENT RSJOBINFO
    A  LOAD SEGMENT /%_SYS%%
    A  LOAD SEGMENT
    A  LOAD SEGMENT
    A  +                      SAPSYS       90  Program loaded.   rlv=running
    D  DiagGuiSupport (RESET) value ITS
    Y    lock 43 (cnt=1)
    S  <== unlock 43 (cnt=2)
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    S  sending spool admin message (type=SRV op=I)
    M  ThISendMsg: send message (11) to all server (wp) matching types 1
    M  ThISend: (tm/type = 34/0x1000, mode_deleted=0)
    M  ThRqOutCheck: o.k.
    M  abap strategy ROLL / O.K.
    M  ThNewWpStat: new state of T34/M0 = 0x42
    M  ThISend: new wp stat: 0x0
    M  Adresse   Offset  Message by type
    M  -
    M  a01f4c0  000000  00000000 0b000000 41442d45 59454341 |........AD-EYECA|
    M  a01f4d0  000016  54434800 01012020 20202020 20203130 |TCH...        10|
    M  a01f4e0  000032  34202020 20202020 20202031 2c000000 |4          1,...|
    M  a01f4f0  000048  53525620 20497973 73757830 315f5953 |SRV  Iyssux01_YS|
    M  a01f500  000064  535f3030 20202020 20200000 00000000 |S_00      ......|
    M  a01f510  000080  00000000 00020000 00000000 00000000 |................|
    M  a01f520  000096  00000000 00000000 00000000 00000000 |................|
    M  a01f530  000112  00000000 00000000 00000000 00202020 |.............   |
    M  a01f540  000128  20202020 20202020 20202020 20202020 |                |
    M  a01f550  000144  20202020                            |                |
    M  -
    M  make DISP owner of wp_ca_blk 4
    M  put request into queue (reqtype 0, prio LOW, rq_id 850)
    M  -OUT- sender_id    WORK_PROCESS   tid  34    wp_ca_blk   4       wp_id 34
    M  -OUT- action    SEND_MSG_TYPE     uid  35    appc_ca_blk -1      type  NOWP
    M  -OUT- new_stat  NO_CHANGE         mode 0     len         148     rq_id 850
    M  -OUT- forward   DIA
    M  -OUT- req_info  MSG_WITH_REQ_BUF MSG_WITH_OH
    M  wake_evt_udp_now 1, no dgram needed
    M  LOCK WP ca_blk 6
    S  spool admin message received (type SRV op I (raw))
    T  alloc memory 14252f758 (96)
    T  module rsposerv matches rspo* -> project Sp
    T  alloc memory 14252f7b8 (56)
    T  alloc memory 14252f7f0 (80)
    T  alloc memory 14252f840 (56)
    T  alloc memory 14252f878 (80)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  ==> lock 31 (cnt=1)
    S  <== unlock 31 (cnt=2)
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    T  alloc memory 14252f8c8 (56)
    T  alloc memory 14252f900 (80)
    T  alloc memory 14252f950 (56)
    T  alloc memory 14252f988 (80)
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    T  alloc memory 14252f9d8 (56)
    T  alloc memory 14252fa10 (80)
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    S  setting spool action querying
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  ==> lock 31 (cnt=1)
    S  <== unlock 31 (cnt=2)
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  ==> lock 43 (cnt=1)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  <== unlock 43 (cnt=2)
    S  ==> lock 43 (cnt=1)
    S  <== unlock 43 (cnt=2)
    T  alloc memory 14252fa60 (56)
    T  alloc memory 14252fa98 (80)
    S    found next entry 0 'IZMB' (status temp,ndqy,asyn,used,exst,resp,vald)
    T  alloc memory 14252fae8 (56)
    T  alloc memory 14252fb20 (80)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  ==> lock 31 (cnt=1)
    S  <== unlock 31 (cnt=2)
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  ==> lock 43 (cnt=1)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  <== unlock 43 (cnt=2)
    T  alloc memory 14252fb70 (56)
    T  alloc memory 14252fba8 (80)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  ==> lock 31 (cnt=1)
    S  <== unlock 31 (cnt=2)
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  ==> lock 43 (cnt=1)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  <== unlock 43 (cnt=2)
    S    found next entry 1 'IZ27' (status actw,asyn,exst)
    S    found next entry 2 'PR72' (status actw,asyn,exst)
    S    found next entry 3 'PR35' (status asyn,used,exst,vald)
    S    found next entry 4 'LP01' (status actw,ndqy,exst,resp)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  ==> lock 31 (cnt=1)
    S  <== unlock 31 (cnt=2)
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  ==> lock 43 (cnt=1)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  <== unlock 43 (cnt=2)
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    T  alloc memory 14252fbf8 (96)
    T  module rspohjob matches rspo* -> project Sp
    T  alloc memory 14252fc58 (56)
    T  alloc memory 14252fc90 (80)
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    S  Query Printer LP01 not required
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  ==> lock 31 (cnt=1)
    S  <== unlock 31 (cnt=2)
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  ==> lock 43 (cnt=1)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  <== unlock 43 (cnt=2)
    S    found next entry 5 'TP62' (status actw,asyn,exst)
    S    found next entry 6 'PR69' (status asyn,used,exst,vald)
    S    found next entry 7 'IZ38' (status actw,asyn,exst)
    S    found next entry 8 'STL4' (status actw,asyn,exst)
    S    found next entry 9 'IZ45' (status asyn,used,exst,vald)
    S    found next entry 10 'MER1' (status actw,asyn,exst)
    S    found next entry 11 'TP80' (status asyn,used,exst,vald)
    S    found next entry 12 'IZ24' (status asyn,used,exst,vald)
    S    found next entry 13 'IZ39' (status actw,asyn,used,exst,vald)
    S    found next entry 14 'PR62' (status actw,asyn,used,exst,vald)
    S    found next entry 15 'TP14' (status actw,asyn,used,exst,vald)
    S    found next entry 16 'PR34' (status actw,asyn,used,exst)
    S    found next entry 17 'TP38' (status actw,asyn,used,exst,vald)
    S    found next entry 18 'IZMC' (status actw,asyn,used,exst,vald)
    S    found next entry 19 'PR23' (status actw,noqy,ndqy,asyn,exst,resp)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  ==> lock 31 (cnt=1)
    S  <== unlock 31 (cnt=2)
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  ==> lock 43 (cnt=1)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  <== unlock 43 (cnt=2)
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    S  Query Printer PR23 not required
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  ==> lock 31 (cnt=1)
    S  <== unlock 31 (cnt=2)
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  ==> lock 43 (cnt=1)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  <== unlock 43 (cnt=2)
    S    found next entry 20 'ANT0' (status actw,noqy,ndqy,asyn,used,exst,resp,vald)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  ==> lock 31 (cnt=1)
    S  <== unlock 31 (cnt=2)
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  ==> lock 43 (cnt=1)
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  <== unlock 43 (cnt=2)
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    T  alloc memory 14252fce0 (56)
    T  alloc memory 14252fd18 (80)
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    S  Doing: querying ANT0
    S  setting spool action querying ANT0
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  ==> lock 31 (cnt=1)
    S  <== unlock 31 (cnt=2)
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    S  ==> lock 31 (cnt=0)
    S  SemRq(31) done
    S  <== unlock 31 (cnt=1)
    S  SemRel(31) done
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    S  Query Printer ANT0:
    T  alloc memory 14252fd68 (96)
    T  module rspooms matches rspo* -> project Sp
    T  alloc memory 14252fdc8 (56)
    T  alloc memory 14252fe00 (80)
    T  alloc memory 14252fe50 (56)
    T  alloc memory 14252fe88 (80)
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    T  alloc memory 14252fed8 (56)
    T  alloc memory 14252ff10 (80)
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    B  db_rtab ( fcode = 'READ_FUPD', tname = 'TSP02                         ' )
    B  NTAB: tabname: TSP02                         , fcode: 1
    B  NTAB: tabname: TSP02                         , fcode: 1
    B  NTAB: tabname: TSP02                         , fcode: 10
    B  NTAB: tabname: TSP02                         , fcode: 6
    C  -->oci_alloc_stmt (con_hdl=0)
    C  <--oci_alloc_stmt (stmth_p=14225faf0)
    C  -->oci_prepare_stmt (con_hdl=0, stmt=SELECT "PJIDENT" , "PJNUMMER" , "PJDEST" , "PJPAPE ..., stmt_ln=549, stmth_p=14225faf0)
    C  -->oci_execute_stmt (con_hdl=0, stmth_p=142265f70, iters=1, rowoff=0, query=0)
    C  -->oci_bind (stmth_p=14225faf0, cnt=2)
    C  -->oci_define (stmth_p=14225faf0, cnt=35)
    C  -->oci_execute_stmt (con_hdl=0, stmth_p=14225faf0, iters=1, rowoff=0, query=1)
    B  db_rtab ( fcode = 'READ_ONLY', tname = 'TSP02L                        ' )
    B  NTAB: tabname: TSP02L                        , fcode: 1
    B  NTAB: tabname: TSP02L                        , fcode: 1
    B  NTAB: tabname: TSP02L                        , fcode: 10
    B  NTAB: tabname: TSP02L                        , fcode: 6
    C  -->oci_alloc_stmt (con_hdl=0)
    C  <--oci_alloc_stmt (stmth_p=14225fc70)
    C  -->oci_prepare_stmt (con_hdl=0, stmt=SELECT "PJIDENT" , "PJNUMMER" , "LINES" , "COLUMNS ..., stmt_ln=306, stmth_p=14225fc70)
    C  -->oci_execute_stmt (con_hdl=0, stmth_p=142265f70, iters=1, rowoff=0, query=0)
    C  -->oci_bind (stmth_p=14225fc70, cnt=2)
    C  -->oci_define (stmth_p=14225fc70, cnt=19)
    C  -->oci_execute_stmt (con_hdl=0, stmth_p=14225fc70, iters=1, rowoff=0, query=1)
    S  print job 30829/1 has no list attributes
    B  db_rtab ( fcode = 'UPDATE', tname = 'TSP02                         ' )
    B  NTAB: tabname: TSP02                         , fcode: 1
    C  -->oci_alloc_stmt (con_hdl=0)
    C  <--oci_alloc_stmt (stmth_p=142265bb0)
    C  -->oci_prepare_stmt (con_hdl=0, stmt=UPDATE "TSP02" SET "PJDEST" = :A0 , "PJPAPER" = :A ..., stmt_ln=734, stmth_p=142265bb0)
    C  -->oci_execute_stmt (con_hdl=0, stmth_p=142265f70, iters=1, rowoff=0, query=0)
    C  -->oci_bind (stmth_p=142265bb0, cnt=35)
    C  -->oci_execute_stmt (con_hdl=0, stmth_p=142265bb0, iters=1, rowoff=0, query=0)
    M  ThICommit3: commit and keep resources
    M  ThCheckComOrRb (event=1, full_commit=1)
    M  ThCallHooks: call hook >ASTAT-collect commit handling< for event BEFORE_COMMIT
    M  ThCallHooks: call hook >rsts_before_commit< for event BEFORE_COMMIT
    S  no temse root so far
    B  db_con_commit (con_da={R/3,0,0},th_commit=1,forced=1,tx=1,hold_cursor=1)
    B  db_con_commit (com_total=5, com_forced=1, com_tx=1)
    C  -->oci_commit (con_hdl=0)
    B  Connection 0 committed
    M  ThCheckComOrRb (event=3, full_commit=1)
    M  ThCallHooks: call hook >ThNoClearPrevErr< for event AFTER_COMMIT
    M  ThNoClearPrevErr: clear prev no err
    M  ThCallHooks: call hook >rsts_after_commit< for event AFTER_COMMIT
    S  no temse root so far
    M  ThCallHooks: call hook >SpoolHandleHook< for event AFTER_COMMIT
    M  ThICommit3 o.k.
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    B  db_rtab ( fcode = 'READ_FUPD', tname = 'TSP02                         ' )
    B  NTAB: tabname: TSP02                         , fcode: 1
    B  NTAB: tabname: TSP02                         , fcode: 6
    C  -->oci_execute_stmt (con_hdl=0, stmth_p=14225faf0, iters=1, rowoff=0, query=1)
    S  ==> lock 43 (cnt=0)
    S  SemRq(43) done
    S  <== unlock 43 (cnt=1)
    S  SemRel(43) done
    B  db_rtab ( fcode = 'READ_FUPD', tname = 'TSP02                         ' )
    B  NTAB: tabname: TSP02                         , fcode: 6
    C  -->oci_execute_stmt (con_hdl=0, stmth_p=14225faf0, iters=1, rowoff=0, query=1)
    B  db_rtab ( fcode = 'READ_ONLY', tname = 'TSP02L                        ' )
    B  NTAB: tabname: TSP02L                        , fcode: 1
    B  NTAB: tabname: TSP02L                        , fcode: 6
    C  -->oci_execute_stmt (con_hdl=0, stmth_p=14225fc70, iters=1, rowoff=0, query=1)
    S  print job 435/1 has no list attributes
    M  signal was in UNBLOCKED mode
    M  -
    C-STACK -
       0: 0x1205d8028
          OSF_stacktrace
          dptstack.c :   879
          dw.sapYSS_DVEBMGS00  .text
       1: 0x1205d7f44
          CTrcStack2
          dptstack.c :   265
          dw.sapYSS_DVEBMGS00  .text
       2: 0x12139cbbc
          SigIGenAction
          sigux.c :   738
          dw.sapYSS_DVEBMGS00  .text
       3: 0x3ff800d5d00
          __tis_init
          /usr/shlib/libc.so  .text
       5: 0x1210897e0
          strfcpy
          sapstr.c :   236
          dw.sapYSS_DVEBMGS00  .text
       6: 0x120e9fec4
          SetJobInfo
          rspohjob.c :   316
          dw.sapYSS_DVEBMGS00  .text
       7: 0x120ea0f24
          FindDoneJobs
          rspohjob.c :   559
          dw.sapYSS_DVEBMGS00  .text
       8: 0x120ea3d90
          SpHostSpoolFindDoneJobs
          rspohjob.c :  1291
          dw.sapYSS_DVEBMGS00  .text
       9: 0x120f75e64
          LPD_query_hostspool
          rspoyunx.c :  3581
          dw.sapYSS_DVEBMGS00  .text
      10: 0x120f74a40
          rspoqh__query_hostspool
          rspoyunx.c :  3144
          dw.sapYSS_DVEBMGS00  .text
      11: 0x120f21cb4
          SpDevQueryHostspool
          rspopcc.c :  2838
          dw.sapYSS_DVEBMGS00  .text
      12: 0x120f9bc0c
          rspoget2_on_unix
          rspowunx.c :   978
          dw.sapYSS_DVEBMGS00  .text
      13: 0x120f932f8
          rspopsd_process_start_dynpro
          rspodynp.c :    64
          dw.sapYSS_DVEBMGS00  .text
      14: 0x12067af74
          N_rspopsd_process_start_dynpro
          dymainstp.c :  4023
          dw.sapYSS_DVEBMGS00  .text
      15: 0x120675e44
          dynpmcal
          dymainstp.c :  2084
          dw.sapYSS_DVEBMGS00  .text
      16: 0x1206723a8
          dynppbo0
          dymainstp.c :   464
          dw.sapYSS_DVEBMGS00  .text
      17: 0x120671b2c
          dynprctl
          dymainstp.c :   301
          dw.sapYSS_DVEBMGS00  .text
      18: 0x12066e7cc
          dynpen00
          dymain.c :  1204
          dw.sapYSS_DVEBMGS00  .text
      19: 0x1204c6b6c
          Thdynpen00
          thxxhead.c :  3863
          dw.sapYSS_DVEBMGS00  .text
      20: 0x1204c604c
          TskhLoop
          thxxhead.c :  3686
          dw.sapYSS_DVEBMGS00  .text
      21: 0x1204bdab0
          tskhstart
          thxxhead.c :   951
          dw.sapYSS_DVEBMGS00  .text
      22: 0x120453140
          DpMain
          dpxxdisp.c :   850
          dw.sapYSS_DVEBMGS00  .text
      23: 0x120451984
          main
          thxxanf.c :    50
          dw.sapYSS_DVEBMGS00  .text
    M  -
    M Wed Jul 16 13:06:44 2008
    M  ***LOG Q0E=> SigIGenAction, signal ( 11)
    M  SigIGenAction: call exithandler ThSigHandler(FALSE)
    M  ThSigHandler: call ThErrHandle
    M  in_ThErrHandle: 1
    M  ThSigHandler: signal (step 4, th_errno 11, action 4)
    M
    M  Info for wp 34
    M
    M    stat = 4
    M    reqtype = 5
    M    act_reqtype = 5
    M    tid = 34
    M    mode = 0
    M    len = 690
    M    rq_id = 839
    M    rq_source = 1
    M    rq_info = 270336
    M    last_tid = 34
    M    last_mode = 0
    M    int_checked_resource = 0
    M    ext_checked_resource = 0
    M    report = >querying ANT0                           <
    M    action = 0
    M    tab_name = >                              <
    M
    M  Modeinfo for User T34/M0
    M
    M    tm state = 2
    M    uid = 35
    M    term type = 0x0
    M    display = 0x0
    M    cpic_no = 0
    M    cpic_idx = -1
    M    usr = >SAPSYS      <
    M    terminal = >                    <
    M    client = >000<
    M    conversation_ID = >        <
    M    appc_tm_conv_idx = -1
    M    imode = 0
    M    mode state = 0x42
    M    th_errno = 11
    M    rollout_reason = 0
    M    last_rollout_level = 0
    M    async_receives = 0
    M    cpic_receive = 0
    M    em handle = 116
    M    roll state = 2
    M    abap state = 2
    M    em state = 3
    M    eg state = 1
    M    spa state = 3
    M    enq state = 0
    M    next hook = T-1/U-1/M255
    M    master hook = T-1/U-1/M255
    M    slave hook = T-1/U-1/M255
    M    debug_tid = -1
    M    mode type = 0x1
    M    debug = 0
    M    tcode = >                    <
    M    client conversation_ID = >        <
    M    server conversation_ID = >        <
    M    lock = 0
    M    max enq infos = 0
    M    act enq infos = 0
    M    em_hyper_hdl = NULL
    M
    M
    M  *****************************************************************************
    M  *
    M  *  LOCATION    SAP-Server yssux01_YSS_00 on host yssux01 (wp 34)
    M  *  ERROR       ThSigHandler: signal
    M  *
    M  *  TIME        Wed Jul 16 13:06:44 2008
    M  *  RELEASE     46D
    M  *  COMPONENT   Taskhandler
    M  *  VERSION     1
    M  *  RC          11
    M  *  MODULE      thxxhead.c
    M  *  LINE        8435
    M  *  COUNTER     12
    M  *
    M  *****************************************************************************
    M
    M  PfStatDisconnect: disconnect statistics
    M  Entering TH_CALL_HOOKS
    M  ThCallHooks: call hook >ThrSaveSPAFields< for event BEFORE_DUMP
    M  Entering ThSetStatError
    M  ThErrHandle: incomplete previous roll out, do a full roll out
    M  ThRollOut: roll out T34/U35/M0/I0 (level=7, short_roll_out=0)
    M  ThRollOut: call rrol_out
    R  enter roll_out:  rollkey: 35 0 0
    R  roll out area[0]
    R  rrol_area_end[0] = 141cf755f
    R  HEADER: id USRINF class 4 len 528 n_len 528
    R  <ROLL-UA> get first(1): user:35  not found
    R  SemRq
    R  <ROLL-FL> get block (1): 3029
    R  roll out: next free block 3029
    R  <ROLL-UA> set first(1): user:35  level:0  bnr:63/127  block:3029
    R  out: next[0] = 3029 first 1 rnum 48
    R  HEADER: id -CCCI- class 4 len 176 n_len 176
    R  HEADER: id -CCCO- class 4 len 176 n_len 176
    R  HEADER: id M2CCCI class 4 len 176 n_len 176
    R  HEADER: id M2CCCO class 4 len 176 n_len 176
    R  HEADER: id TS1CCC class 4 len 176 n_len 176
    R  HEADER: id TS2CCC class 4 len 176 n_len 176
    R  HEADER: id USRDAT class 4 len 208 n_len 208
    R  HEADER: id PRADPT class 20 len 16048 n_len 20
    R  HEADER: id abdebu class 4 len 1504 n_len 1504
    R  HEADER: id USRAUT class 4 len 48048 n_len 48048
    R  <ROLL-FL> get block (1): 3332
    R  roll out: next free block 3332
    R  out: next[3029] = 3332 first 0 rnum 48
    R  <ROLL-FL> get block (1): 3037
    R  roll out: next free block 3037
    R  out: next[3332] = 3037 first 0 rnum 48
    R  <ROLL-FL> get block (1): 3038
    R  roll out: next free block 3038
    R  out: next[3037] = 3038 first 0 rnum 48
    R  <ROLL-FL> get block (1): 3039
    R  roll out: next free block 3039
    R  out: next[3038] = 3039 first 0 rnum 48
    R  <ROLL-FL> get block (1): 3040
    R  roll out: next free block 3040
    R  out: next[3039] = 3040 first 0 rnum 48
    R  <ROLL-FL> get block (1): 3041
    R  roll out: next free block 3041
    R  out: next[3040] = 3041 first 0 rnum 48
    R  roll out area[1]
    R  rrol_area_end[1] = 141d3386f
    R  HEADER: id SPAAPT class 4 len 9952 n_len 9952
    R  <ROLL-UA> get index (1): user:35  bnr:63
    R  <ROLL-UA> get first(3): user:35 mode:0 not set
    R  <ROLL-FL> get block (1): 3042
    R  roll out: next free block 3042
    R  <ROLL-UA> get index (1): user:35  bnr:63
    R  out: next[0] = 3042 first 1 rnum 49
    R  <ROLL-FL> get block (1): 3217
    R  roll out: next free block 3217
    R  out: next[3042] = 3217 first 0 rnum 49
    R  HEADER: id DTADPT class 20 len 2048 n_len 20
    R  HEADER: id PRADPL class 20 len 16048 n_len 20
    R  HEADER: id BICIOB class 4 len 5168 n_len 5168
    R  HEADER: id BIPIOB class 4 len 5168 n_len 5168
    R  <ROLL-FL> get block (1): 1228
    R  roll out: next free block 1228
    R  out: next[3217] = 1228 first 0 rnum 49
    R  HEADER: id BICQCB class 4 len 400 n_len 400
    R  HEADER: id BIPQCB class 4 len 400 n_len 400
    R  HEADER: id BILOGK class 4 len 96 n_len 96
    R  HEADER: id BIPRIN class 4 len 576 n_len 576
    R  HEADER: id DEXT   class 4 len 480 n_len 480
    R  HEADER: id BTCKEY class 4 len 304 n_len 304
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  <ROLL-FL> get block (1): 803
    R  roll out: next free block 803
    R  out: next[1228] = 803 first 0 rnum 49
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  <ROLL-FL> get block (1): 876
    R  roll out: next free block 876
    R  out: next[803] = 876 first 0 rnum 49
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  <ROLL-FL> get block (1): 3015
    R  roll out: next free block 3015
    R  out: next[876] = 3015 first 0 rnum 49
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id RSTSOO class 4 len 1616 n_len 1616
    R  HEADER: id CUABPT class 20 len 180048 n_len 10148
    R  <ROLL-FL> get block (1): 3898
    R  roll out: next free block 3898
    R  out: next[3015] = 3898 first 0 rnum 49
    R  <ROLL-FL> get block (1): 3889
    R  roll out: next free block 3889
    R  out: next[3898] = 3889 first 0 rnum 49
    R  roll out area[2]
    R  rrol_area_end[2] = 141db7fff
    R  HEADER: id FADM__ class 4 len 16080 n_len 16080
    R  <ROLL-UA> get index (1): user:35  bnr:63
    R  <ROLL-UA> get first(4): user:35 mode:0 imode:0 not set
    R  <ROLL-FL> get block (1): 3643
    R  roll out: next free block 3643
    R  <ROLL-UA> get index (1): user:35  bnr:63
    R  out: next[0] = 3643 first 1 rnum 50
    R  <ROLL-FL> get block (1): 3644
    R  roll out: next free block 3644
    R  out: next[3643] = 3644 first 0 rnum 50
    R  HEADER: id Id: // class 4 len 48 n_len 48
    R  HEADER: id dyrdyp class 4 len 96 n_len 96
    R  HEADER: id abload class 4 len 96 n_len 96
    R  HEADER: id abgetw class 4 len 112 n_len 112
    R  <ROLL-FL> get block (1): 4344
    R  roll out: next free block 4344
    R  out: next[3644] = 4344 first 0 rnum 50
    R  HEADER: id abload class 4 len 96 n_len 96
    R  HEADER: id abgetw class 4 len 96 n_len 96
    R  HEADER: id ÿÿÿÿÿÿ class 1 len 2448 n_len 20
    R  HEADER: id abstor class 4 len 131120 n_len 131120
    R  <ROLL-FL> get block (1): 4343
    R  roll out: next free block 4343
    R  out: next[4344] = 4343 first 0 rnum 50
    R  <ROLL-FL> get block (1): 4342
    R  roll out: next free block 4342
    R  out: next[4343] = 4342 first 0 rnum 50
    R  <ROLL-FL> get block (1): 4341
    R  roll out: next free block 4341
    R  out: next[4342] = 4341 first 0 rnum 50
    R  <ROLL-FL> get block (1): 4340
    R  roll out: next free block 4340
    R  out: next[4341] = 4340 first 0 rnum 50
    R  <ROLL-FL> get block (1): 4339
    R  roll out: next free block 4339
    R  out: next[4340] = 4339 first 0 rnum 50
    R  <ROLL-FL> get block (1): 4356
    R  roll out: next free block 4356
    R  out: next[4339] = 4356 first 0 rnum 50
    R  <ROLL-FL> get block (1): 678
    R  roll out: next free block 678
    R  out: next[4356] = 678 first 0 rnum 50
    R  <ROLL-FL> get block (1): 2396
    R  roll out: next free block 2396
    R  out: next[678] = 2396 first 0 rnum 50
    R  <ROLL-FL> get block (1): 2156
    R  roll out: next free block 2156
    R  out: next[2396] = 2156 first 0 rnum 50
    R  <ROLL-FL> get block (1): 2100
    R  roll out: next free block 2100
    R  out: next[2156] = 2100 first 0 rnum 50
    R  <ROLL-FL> get block (1): 2891
    R  roll out: next free block 2891
    R  out: next[2100] = 2891 first 0 rnum 50
    R  <ROLL-FL> get block (1): 783
    R  roll out: next free block 783
    R  out: next[2891] = 783 first 0 rnum 50
    R  <ROLL-FL> get block (1): 670
    R  roll out: next free block 670
    R  out: next[783] = 670 first 0 rnum 50
    R  <ROLL-FL> get block (1): 687
    R  roll out: next free block 687
    R  out: next[670] = 687 first 0 rnum 50
    R  <ROLL-FL> get block (1): 3212
    R  roll out: next free block 3212
    R  out: next[687] = 3212 first 0 rnum 50
    R  <ROLL-FL> get block (1): 1796
    R  roll out: next free block 1796
    R  out: next[3212] = 1796 first 0 rnum 50
    R  HEADER: id abinit class 4 len 28496 n_len 28496
    R  <ROLL-FL> get block (1): 1555
    R  roll out: next free block 1555
    R  out: next[1796] = 1555 first 0 rnum 50
    R  <ROLL-FL> get block (1): 1145
    R  roll out: next free block 1145
    R  out: next[1555] = 1145 first 0 rnum 50
    R  <ROLL-FL> get block (1): 52
    R  roll out: next free block 52
    R  out: next[1145] = 52 first 0 rnum 50
    R  HEADER: id abgetw class 4 len 12048 n_len 12048
    R  <ROLL-FL> get block (1): 4001
    R  roll out: next free block 4001
    R  out: next[52] = 4001 first 0 rnum 50
    R  HEADER: id abgetw class 4 len 8048 n_len 8048
    R  <ROLL-FL> get block (1): 691
    R  roll out: next free block 691
    R  out: next[4001] = 691 first 0 rnum 50
    R  HEADER: id abgetw class 4 len 1040 n_len 1040
    R  <ROLL-FL> get block (1): 3970
    R  roll out: next free block 3970
    R  out: next[691] = 3970 first 0 rnum 50
    R  HEADER: id abstor class 4 len 288 n_len 288
    R  HEADER: id abinit class 4 len 5328 n_len 5328
    R  HEADER: id abdseg class 4 len 16432 n_len 16432
    R  <ROLL-FL> get block (1): 1958
    R  roll out: next free block 1958
    R  out: next[3970] = 1958 first 0 rnum 50
    R  <ROLL-FL> get block (1): 67
    R  roll out: next free block 67
    R  out: next[1958] = 67 first 0 rnum 50
    R  HEADER: id abdseg class 4 len 5280 n_len 5280
    R  <ROLL-FL> get block (1): 2818
    R  roll out: next free block 2818
    R  out: next[67] = 2818 first 0 rnum 50
    R  HEADER: id abstac class 4 len 4656 n_len 4656
    R  <ROLL-FL> get block (1): 3179
    R  roll out: next free block 3179
    R  out: next[2818] = 3179 first 0 rnum 50
    R  HEADER: id abstac class 4 len 4144 n_len 4144
    R  HEADER: id abstac class 4 len 2096 n_len 2096
    R  HEADER: id abstac class 4 len 1248 n_len 1248
    R  HEADER: id abgetw class 4 len 16432 n_len 16432
    R  <ROLL-FL> get block (1): 3166
    R  roll out: next free block 3166
    R  out: next[3179] = 3166 first 0 rnum 50
    R  <ROLL-FL> get block (1): 450
    R  roll out: next free block 450
    R  out: next[3166] = 450 first 0 rnum 50
    R  HEADER: id abloca class 4 len 320 n_len 320
    R  HEADER: id abstor class 4 len 131120 n_len 131120
    R  <ROLL-FL> get block (1): 896
    R  roll out: next free block 896
    R  out: next[450] = 896 first 0 rnum 50
    R  <ROLL-FL> get block (1): 3856
    R  roll out: next free block 3856
    R  out: next[896] = 3856 first 0 rnum 50
    R  <ROLL-FL> get block (1): 310
    R  roll out: next free block 310
    R  out: next[3856] = 310 first 0 rnum 50
    R  <ROLL-FL> get block (1): 3684
    R  roll out: next free block 3684
    R  out: next[310] = 3684 first 0 rnum 50
    R  <ROLL-FL> get block (1): 3803
    R  roll out: next free block 3803
    R  out: next[3684] = 3803 first 0 rnum 50
    R  <ROLL-FL> get block (1): 3804
    R  roll out: next free block 3804
    R  out: next[3803] = 3804 first 0 rnum 50
    R  <ROLL-FL> get block (1): 3782
    R  roll out: next free block 3782
    R  out: next[3804] = 3782 first 0 rnum 50
    R  <ROLL-FL> get block (1): 616
    R  roll out: next free block 616
    R  out: next[3782] = 616 first 0 rnum 50
    R  <ROLL-FL> get block (1): 1850
    R  roll out: next free block 1850
    R  out: next[616] = 1850 first 0 rnum 50
    R  <ROLL-FL> get block (1): 3851
    R  roll out: next free block 3851
    R  out: next[1850] = 3851 first 0 rnum 50
    R  <ROLL-FL> get block (1): 3852
    R  roll out: next free block 3852
    R  out: next[3851] = 3852 first 0 rnum 50
    R  <ROLL-FL> get block (1): 474
    R  roll out: next free block 474
    R  out: next[3852] = 474 first 0 rnum 50
    R  <ROLL-FL> get block (1): 3801
    R  roll out: next free block 3801
    R  out: next[474] = 3801 first 0 rnum 50
    R  <ROLL-FL> get block (1): 3112
    R  roll out: next free block 3112
    R  out: next[3801] = 3112 first 0 rnum 50
    R  <ROLL-FL> get block (1): 4109
    R  roll out: next free block 4109
    R  out: next[3112] = 4109 first 0 rnum 50
    R  <ROLL-FL> get block (1): 2695
    R  roll out: next free block 2695
    R  out: next[4109] = 2695 first 0 rnum 50
    R  HEADER: id abinit class 4 len 28496 n_len 28496
    R  <ROLL-FL> get block (1): 1002
    R  roll out: next free block 1002
    R  out: next[2695] = 1002 first 0 rnum 50
    R  <ROLL-FL> get block (1): 1355
    R  roll out: next free block 1355
    R  out: next[1002] = 1355 first 0 rnum 50
    R  <ROLL-FL> get block (1): 459
    R  roll out: next free block 459
    R  out: next[1355] = 459 first 0 rnum 50
    R  <ROLL-FL> get block (1): 585
    R  roll out: next free block 585
    R  out: next[459] = 585 first 0 rnum 50
    R  HEADER: id abgetw class 4 len 12048 n_len 12048
    R  <ROLL-FL> get block (1): 342
    R  roll out: next free block 342
    R  out: next[585] = 342 first 0 rnum 50
    R  HEADER: id abgetw class 4 len 8048 n_len 8048
    R  <ROLL-FL> get block (1): 1984
    R  roll out: next free block 1984
    R  out: next[342] = 1984 first 0 rnum 50
    R  HEADER: id abgetw class 4 len 1040 n_len 1040
    R  <ROLL-FL> get block (1): 3259
    R  roll out: next free block 3259
    R  out: next[1984] = 3259 first 0 rnum 50
    R  HEADER: id abstor class 4 len 288 n_len 288
    R  HEADER: id abinit class 4 len 5328 n_len 5328
    R  HEADER: id abdseg class 4 len 16432 n_len 16432
    R  <ROLL-FL> get block (1): 2285
    R  roll out: next free block 2285
    R  out: next[3259] = 2285 first 0 rnum 50
    R  <ROLL-FL> get block (1): 239
    R  roll out: next free block 239
    R  out: next[2285] = 239 first 0 rnum 50
    R  HEADER: id abdseg class 4 len 5280 n_len 5280
    R  <ROLL-FL> get block (1): 3733
    R  roll out: next free block 3733
    R  out: next[239] = 3733 first 0 rnum 50
    R  HEADER: id abstac class 4 len 4656 n_len 4656
    R  HEADER: id abstac class 4 len 4144 n_len 4144
    R  <ROLL-FL> get block (1): 2382
    R  roll out: next free block 2382
    R  out: next[3733] = 2382 first 0 rnum 50
    R  HEADER: id abstac class 4 len 2096 n_len 2096
    R  HEADER: id abstac class 4 len 1248 n_len 1248
    R  HEADER: id abgetw class 4 len 16432 n_len 16432
    R  <ROLL-FL> get block (1): 2911
    R  roll out: next free block 2911
    R  out: next[2382] = 2911 first 0 rnum 50
    R  <ROLL-FL> get block (1): 2935
    R  roll out: next free block 2935
    R  out: next[2911] = 2935 first 0 rnum 50
    R  HEADER: id abloca class 4 len 320 n_len 320
    R  HEADER: id abload class 4 len 11312 n_len 11312
    R  <ROLL-FL> get block (1): 2675
    R  roll out: next free block 2675
    R  out: next[2935] = 2675 first 0 rnum 50
    R  <ROLL-FL> get block (1): 851
    R  roll out: next free block 851
    R  out: next[2675] = 851 first 0 rnum 50
    R  HEADER: id abload class 4 len 96 n_len 96
    R  HEADER: id abdseg class 4 len 1072 n_len 1072
    R  HEADER: id abgetw class 4 len 96 n_len 96
    R  HEADER: id abgetw class 4 len 320 n_len 320
    R  HEADER: id dyrdyp class 4 len 3680 n_len 3680
    R  HEADER: id ablink class 4 len 33008 n_len 33008
    R  <ROLL-FL> get block (1): 4143
    R  roll out: next free block 4143
    R  out: next[851] = 4143 first 0 rnum 50
    R  <ROLL-FL> get block (1): 4142
    R  roll out: next free block 4142
    R  out: next[4143] = 4142 first 0 rnum 50
    R  <ROLL-FL> get block (1): 1682
    R  roll out: next free block 1682
    R  out: next[4142] = 1682 first 0 rnum 50
    R  <ROLL-FL> get block (1): 936
    R  roll out: next free block 936
    R  out: next[1682] = 936 first 0 rnum 50
    R  compres factor 75
    R  SemRel
    R  leave rrol_out: ok
    M  M  ThRollOut: act roll state = DP_ROLLED_OUT
    M  ThRollOut: roll level <> 0, don't call ab_rollout
    P  enter pg_com
    P  pg_com: 0 blks in buf, 0 in file, 0 new since last commit
    P  leave pg_com: ok
    M  ThRollOut: full roll out of U35 M0 I0 (Level 7) ok
    C  -->oci_break (con_hdl=-1, cb=0)
    M  *** WARNING => sql break failed (-1)
    M  ThErrHandle: don't try rollback again
    M  ThErrHandle: call ThrCoreInfo
    A  + not rolled in
    A  RFC get SPA_SESSION_ARFC: NORMAL
    E  EnqRollback: No action required
    M  SigIRegisterRoutine: handler for signal 11 installed (catch_dumperror)
    M  SigIRegisterRoutine: handler for signal 10 installed (catch_dumperror)
    B Wed Jul 16 13:06:49 2008
    B  dsql_open (con_da=(0,R/3),stmt="SELECT TLINE, SEQNO FROM SNAPT ...",#binds=3,name=SNAPT                         ,#input=3)
    C  -->oci_alloc_stmt (con_hdl=0)
    C  <--oci_alloc_stmt (stmth_p=14225feb0)
    C  -->oci_prepare_stmt (con_hdl=0, stmt=SELECT TLINE, SEQNO FROM SNAPT WHERE LANGU = :A0 A ..., stmt_ln=0, stmth_p=14225feb0)
    C  -->oci_bind (stmth_p=14225feb0, cnt=3)
    C  -->oci_execute_stmt (con_hdl=0, stmth_p=14225feb0, iters=0, rowoff=0, query=1)
    B  dsql_fetch (con_da=(0,R/3),cu_id=1,#output=2)
    C  -->oci_define (stmth_p=14225feb0, cnt=2)
    C  -->oci_fetch (con_hdl=0, stmth_p=14225feb0, nrows=650)
    B  dsql_close (con_da=(0,R/3),cu_id=1)
    C  -->oci_free_stmt (stmth_p=14225feb0)
    B  dsql_open (con_da=(0,R/3),stmt="SELECT TLINE, SEQNO FROM SNAPT ...",#binds=3,name=SNAPT                         ,#input=3)
    C  -->oci_alloc_stmt (con_hdl=0)
    C  <--oci_alloc_stmt (stmth_p=14225ff70)
    C  -->oci_prepare_stmt (con_hdl=0, stmt=SELECT TLINE, SEQNO FROM SNAPT WHERE LANGU = :A0 A ..., stmt_ln=0, stmth_p=14225ff70)
    C  -->oci_bind (stmth_p=14225ff70, cnt=3)
    C  -->oci_execute_stmt (con_hdl=0, stmth_p=14225ff70, iters=0, rowoff=0, query=1)
    B  dsql_fetch (con_da=(0,R/3),cu_id=1,#output=2)
    C  -->oci_define (stmth_p=14225ff70, cnt=2)
    C  -->oci_fetch (con_hdl=0, stmth_p=14225ff70, nrows=650)
    B  dsql_close (con_da=(0,R/3),cu_id=1)
    C  -->oci_free_stmt (stmth_p=14225ff70)
    B  dsql_open (con_da=(0,R/3),stmt="SELECT TLINE, SEQNO FROM SNAPT ...",#binds=3,name=SNAPT                         ,#input=3)
    C  -->oci_alloc_stmt (con_hdl=0)
    C  <--oci_alloc_stmt (stmth_p=14225feb0)
    C  -->oci_prepare_stmt (con_hdl=0, stmt=SELECT TLINE, SEQNO FROM SNAPT WHERE LANGU = :A0 A ..., stmt_ln=0, stmth_p=14225feb0)
    C  -->oci_bind (stmth_p=14225feb0, cnt=3)
    C  -->oci_execute_stmt (con_hdl=0, stmth_p=14225feb0, iters=0, rowoff=0, query=1)
    B  dsql_fetch (con_da=(0,R/3),cu_id=1,#output=2)
    C  -->oci_define (stmth_p=14225feb0, cnt=2)
    C  -->oci_fetch (con_hdl=0, stmth_p=14225feb0, nrows=650)
    B  dsql_close (con_da=(0,R/3),cu_id=1)
    C  -->oci_free_stmt (stmth_p=14225feb0)
    M  RmCleanUpResources2: hdr/tbl/ext_tbl = 9029188/0/0
    M  RmCleanUpResources2: no resources registered
    M  SigIRegisterRoutine: handler for signal 11 installed (catch_dumperror)
    M  SigIRegisterRoutine: handler for signal 10 installed (catch_dumperror)
    M  ThIErrHandle: Entering ThErrHdlUser
    M  ThErrHdlUser: set th_errno (11)
    M  ThErrHdlUser: save context
    M  ThEmContextDetach2: detach T34/M0 from em memory (em_hdl=116)
    M  ThDBDisconnect: disconnect from data base
    B  Disconnecting from ALL connections:
    B  Wp  Hdl ConName              ConCnt ConState     TX  PRM RCT Date     Time
    B  034 000 R/3                  000000 ACTIVE       YES YES NO  20080716 130546
    C  Disconnecting from connection 0 ...
    C  -->oci_free_stmt (stmth_p=142265af0)
    C  -->oci_free_stmt (stmth_p=142265a30)
    C  -->oci_free_stmt (stmth_p=14225fa30)
    C  -->oci_free_stmt (stmth_p=14225faf0)
    C  -->oci_free_stmt (stmth_p=14225fc70)
    C  -->oci_free_stmt (stmth_p=142265bb0)
    C  -->oci_logoff(con_hdl=0)
    C  -->oci_free_stmt (stmth_p=142265f70)
    C  Now I'm disconnected from ORACLE
    B  Disconnected from connection 0
    B  statistics db_con_commit (com_total=5, com_forced=1, com_tx=1)
    B  statistics db_con_rollback (roll_total=0, roll_forced=0, roll_tx=0)
    M  ThErrHandle: disconnect o.k.
    M  ***LOG Q02=> wp_halt, WPStop (Workproc34 1557514)
    M  SigIGenAction: return from exithandler ThSigHandler(FALSE)
    M  set mode of sig 11 to BLOCKED and send to own pid
    M
    M  CORE DUMP ...

  • How to get these Attribute class in Query Statement ?

    Hi All,
    I have 2 SCCM primary site, the first one is a migrated site from SCCM 2007 to SCCM 2012 SP1 & then upgraded to SCCM 2012 R2, the second one is a newly created SCCM 2012 R2 site.
    I was trying to create a collection membership rule using the query statement on the second site & i found there are attribute classes which were missing on this site.
    Under query rule /edit query rule in the criteria tab i am trying to define a new criteria with Criteria type : Simple value & then i click the select under "Where" for chossing the attribute class & a value called "Winlogon64"
    don't exists there. There are other classes which are missing too.
    then i go to my first site & i can see the classes there, collection query rule are also defined using the attribute classes.
    Now my questions are :-
    1. Does these settings gets migrated from SCCM 2007 to SCCM 2012 on the first site?
    2. How can we get this in SCCM 2012 R2 on the second site?
    Experts please help.
    Thanks,
    Pranay.

    It sounds a lot like you where using an extension on your hardware inventory. Changes to your hardware inventory are not migrated, so you would need to recreate that change in the hardware inventory.
    My Blog: http://www.petervanderwoude.nl/
    Follow me on twitter: pvanderwoude

  • Modifying the Inner Query Statement in FORMS 10g

    Hi,
    I have a form with a Search Criteria section. The user builds the search criteria by puting values in the ITEMS. Then I want to query the table USING the criteria entered by the user.
    I know this is possible.
    How would I modify ORACLE's query statement in the form.
    I did this a VERY LONG time ago (forms 4.0), but don't remember how to !!!
    Please Help,
    Marc.

    Hi ,
    declare
       v_where varchar2(600);
      begin
         v_where:='<your where statement>';
         SET_BLOCK_PROPERTY(<your_block_name>,DEFAULT_WHERE,V_WHERE);
         execute_query;
      end;Greetings,
    Sim

  • What does it mean "Business Service leak: Web Engine State Properties"

    Hi ,
    We are on the Siebel 8.0.0.2 with extra patches to address the memory Issues. we are experiencing memory Leak, When I increase the logging level to 5 and couple of other parameter enabled, I see statements like "Business Service leak: Web Engine State Properties" ( even for Custom Business Service as well). Also when I enable Trace Statements, I don't see Release statements for the ALLOCS associated with Business Services. I am wondering to know if you have experienced something of this sort? Any thoughts will be greatly appreciated.
    Thanks,
    GS
    Edited by: user4496185 on Jan 20, 2009 12:03 PM

    Agree with everyone's suggestions here. We recently went through a process of reviewing all of our eScript and found a number of occurrences of objects created and never destroyed.
    We applied a standard approach of declaring object type variables at the beginning of each script then destroying them all with a finally() block at the end (oObject=null).
    Initialising objects if and when they are required, instead of all up front at the beginning of a script, may also serve to reduce the impact of this problem. So instead of:
    var oCustBS = TheApplication().GetService("Custom BS");
    if (bIsRecord) {
         oCustBS.InvokeMethod("CustMethod");
    oCustBS = null;
    ...use:
    var oCustBS;
    if (bIsRecord) {
         oCustBS = TheApplication().GetService("Custom BS");
         oCustBS.InvokeMethod("CustMethod");
    oCustBS=null;
    ...There is an Expert Services Review which can be conducted that will identify problems, though it's relatively straight forward to do so yourself with enough time and effort.

  • Changing Query Component's criteria items at runtime

    Hi All,
    As per my requirement i am changing query component's criteria items on some user input.
    So initially there were 9 components on query panel form and after user input it will become 7. I programatically used to set this two component's UI Hint as setVisible(false).
    Its working fine but if user input some value in to be removed 2 components it throws an null pointer exception.
    I understood the problem which is:-
    On query form if user input any value it used to persist. for same framework used to store this user entered value somewhere and after refresh it apply this value to the relevant components.
    Since two of the component are missing after refresh. it throws a null pointer exception as it tried to call setValue() method on removed component which is not there.
    After refresh the query panel form is rendered as per defined by QueryDescriptor object.
    Is there any way we can update this QueryDescriptor object with the changes...????

    Hi Simran,
    Yes, it is possible with the help of store procedure. In SQL Server there is a IF-Else Conditional block, which you can use inside store procedure. Create a SP with 2 additional parameter something like FlagReadAgain and KeyField. Pass the flag always as True or False. For the Key field pass the record key which you want to read again if you are passing the Flag as True else pass it as 0 or whatever.
    In the procedure check if the value of flag is True -> If yes, Read the entry with key name specified in where part.
    In the else part put the query which you are using for the normal flow.
    IF (FlagReadAgain) = TRUE
    BEGIN
       SELECT EmpName, EmpAddress
       FROM Employee
       WHERE EmpID = 'E001'
    END
    ELSE
       BEGIN
         SELECT EmpName, EmpAddress
         FROM Employee
         WHERE Status = 'N'
       END
    You may also use the approach which Srini mentioned. Create an application to restore any value to intial stage so that it can be picked up by XI when it poll again.
    Choose any approach which you like.
    Regards,
    Jitender Chauhan

  • Failed to execute MDX query. Reason: returned server error (). (IES 10901) (WIS 10901).

    Hi,
    I am trying to create a Webi report based on an OLAP Universe. I am using BI 4.1 SP01
    I did the following:
    1. I have setup a databse connection for SAP SSM via the create connection wizard in the Universe Design Tool. My connection is created sucessfully.
    2. Next I created a Universe saved it and exported it.
    3. In webi I am trying to create a report, I selected a couple of measures in the "results objects" section. In the qurey filters section I selected month.
    When I run this query, I am getting an error message: Database error: Failed to execute MDX query. Reason: returned server error (). (IES 10901) (WIS 10901).
    I tried to search for similar issues reported on SCN forums and other places and it looks like a generic error and this was not answered in some of the discussions
    Any help is very much appricated.
    Thanks
    Imtiyaz

    Hi,
    I have verified in BEx query properties, it's "allow External Access to this Query" is checked.
    I have filter in BEx query, so not need to had it to query selection again in webi report.
    Could any other solution??
    Regards,

  • Server Locator Service Failed to Start

    Received Event ID:4380 on single Exchange Server (once part of a DAG but no more - removed other servers and the DAG). Error reads: 'net.tcp://huntsvr.huntelectric.local:64337/Exchange.HighAvailability'. Error A TCP error (10013: An attempt was made to access
    a socket in a way forbidden by its access permissions) occurred while listening on IP Endpoing=0.0.0.0:64337.
    The above error is paired with the following error as well:
    Event ID: 2121. The Microsoft Exchange Replication service failed to start the TCP listener. Error: System.Net.Sockets.SocketException: An attempt was made to access a socket in a way forbidden by its access permissions ..."
    The above two errors are joined by this error:
    Event ID: 4383. Microsoft Exchange Server Locator Service communication channel faulted. State: Faulted
    And the next error appears as well:
    Event ID: 4379. Microsoft Exchange Server Locator Service stopped.
    These 4 errors repeat every minute. Any suggestions of where to find a resolution?
    Thanks,
    Michael

    Hi Michael,
    The above errors indicate the following two things:
    1. An existing service is using port 64337.
    2. Port 64337 is blocked by firewall.
    I recommend you use the commands below to check if port 64337 is used by a program.
    netstat -aon | findstr "64337"
    tasklist | findstr "64337"
    What's more, here is a thread for your reference.
    Exchange 2010 SP3 RU1 event id 4380 and 4383 logged every minute
    http://social.technet.microsoft.com/Forums/exchange/en-US/892721dc-f2cc-45da-ba5f-b24a9a2ef749/exchange-2010-sp3-ru1-event-id-4380-and-4383-logged-every-minute
    Hope it helps.
    If you need further assistance, please feel free to let me know.
    Best regards,
    Amy
    Amy Wang
    TechNet Community Support

  • Extract Query Data to a Shared Location

    Hi,
    I need to extrcat BW query data to a shared location (e.g.,
    server\folder\file) in the form of a flat file. I know how to extract the query data till application server. I can also do it directly using an APD. But I need to extract it on a daily basis and APD is not allowing to schedule it in the background. It allows only direct execution. Can anyone know how to do this.
    Regards,
    Bharat

    Hi,
    Use RSCRM_BAPI and then schedule the job...I'm following the same method.
    Check the threads in SDN
    Re: Extract BW data
    Re: To Load data from APD to Tables
    Re: Running Quaries automatically and saving them in as a Excel file in Server
    Thanks
    Reddy
    Edited by: Surendra Reddy on Feb 18, 2009 5:59 AM

  • RME: User defined groups on basis of snmp server-location

    Hi,
    We have abt 3500 devices in LMS3.2.1, and we want to make user defined groups in RME on the basis of devices configuration of snmp server-location ...
    Please advise that it is possible or not?
    Thanks

    Hi Michel and thanks for the reply.
    The "Physical Location" groups magically started working.  I had tried to apply a bunch of device update packages a couple of days ago.  I thought they all failed but maybe some of them actually applied.  I have no idea but the 2 groups with a rule like this one are now populating:
    Device.Hostname startswith "XYZ"
    However, the groups with the rule below are still failing to populate in the device selector even though if I edit the group the "Objects matching criteria" list contains the correct members:
    Device.Admin_responsibility equals "XYZ"
    Admin_responsibility is user defined field 1 (Admin => Device Credential Settings => User Defined Fields).
    If you mean "dynamic" in that they are supposed to automatically update then yes these are dynamic public groups.  I had them defined this way for years in LMS 2.6, though the "dynamic" part never worked.  I always had to go into group admin and manually refresh to get the groups to update.  I have tried that several times in 4.1 with no luck.
    -Jeff

  • How to insert a sql query statement in the table

    I have a stored procedure which has different insert,update statements on different tables. I am writing a trigger on these tables such that when the record is updated or inserted in these tables a trigger should fire and should write the old value,new value and the query (insert or update) that caused the trigger to fire in the seperate table. Is there any way to find out the exact query statement that fired the trigger?

    Rather than inventing your own demi-donkeyed solution I recommend you consider using Oracle's Fine-Grained Auditing which does precisely this.
    Cheers, APC

  • How to get the SQL Query statement of a Search Form ?

    Hi all,
    We have a requirement to send the query result of an ADF Search Form into report application (Crystal rpt).
    Crystal can accept data source as query statement. SO I think of getting the exact query statement "generated" by the ADF Search form and send it to crystal.
    Is this possible ?
    Thank you very much,
    xtanto

    Try the various get methods of the viewObject such as getQuery:
    http://www.oracle.com/webapps/online-help/jdeveloper/10.1.2/state/content/navId.4/navSetId._/vtAnchor.getQuery%28%29/vtTopicFile.bc4jjavadoc%7Crt%7Coracle%7Cjbo%7CViewObject%7Ehtml/

Maybe you are looking for

  • New few scenarios and advice to work in a project

    Guys, I got certified in XI in 2007 teched, but i never worked practically in any project. Now i am willing to work in a XI project. So for that I would like to know what kind of scenarios i have to do to get confidence and practicall knowledge on XI

  • SDO_AGGR_MBR returns line instead of rectangle in oracle 10g

    select sdo_aggr_mbr( SDO_GEOMETRY(3003, NULL, NULL, SDO_ELEM_INFO_ARRAY(1, 1003, 3), SDO_ORDINATE_ARRAY(-10, -10, 0, 10, 10, 0)) from dual; In Oracle 10.2.0.2, 10.2.0.4, 10.2.0.5, Wndows server 2003, Windows vista we get a line SDO_AGGR_MBR(SDO_GEOME

  • Table count comparison in a SSIS package

    In our production environment, I have a SSIS package to import from OLTP SQL Server database to Data Warehouse (in SQL Server) and from there another package imports from Data warehouse to a Tabular SSAS database. For health check reason, I would lik

  • Duplicate Entries when generating Essbase Log Analyzer Chart

    Hi, In EAS Console when i right click -->Sample application -->Generate Log Chart and then go View Log Charts i can see duplicate entries below the chart area, when i click refresh. Has anyone come across this issue before? Essbase Version 9.3.1 OS S

  • Problem opening downloaded songs in itunes

    When I buy a song off virgin music I can only play it in windows media. How can I import it into itunes? Please help me!   Windows XP