Detaching query in BI 7.0

Hi,
In 3.5 it was possible to detach the queries in a workbook. Can anyone tell me if this is still possible in BI 7.0 as the workbook is now over 3MB, instead of a few KB.
Thanks for your help
Lisa

Go to design mode of the bex analyzer and delte the data providers, then select the query in the sheet and delete.
Rgd
Dinesh

Similar Messages

  • Diff between remove and detach query?

    hey, what exactly happens when we detach query ? and when we remove query?
    now my work is to remove old query from existing workbook and attach new query, in this context, we need to remove query or detach query?
    neeraja

    Detach removes the connection to the BW so a user can not actually refresh the data, but the query is still in the workbook.  Remove actually does just that, removes the query form the workbook.

  • Detaching a query int the workbook

    Hi, one favor:
    some one could tell me about if a query can be reattached if you know the proper password or if you refresh the entire workbook ??
    And if the query results keep visible after the query is detached , or if only a few of the OLAP navigation functions keep active for a detached query ??
    Thanks in advanced,
    Best whishes,

    Yes you can deattach and reattach the query from the workbook. There is "remove" and "attach" qwuery button which will let you do the same.
    When you de attach query and reatatch query, you neeed to delete result rows and other data from excewl by clearing ( Edit -> clear; top menu) and save workbook again.
    Hope i m clear./
    --SA

  • JPA: Error "entity is detached" when executing a query

    Hi experts,
    I have two database tables with a foreign key constraint and generated JPA-entities for them:
    @Entity
    public class Verdeck implements Serializable {
         @EmbeddedId
         private VerdeckPK pk;
         @Column(name="ID_VERDECK")
         private String idVerdeck;
         @OneToMany(mappedBy="verdeck")
         @PersistenceContext
         private Set<Uzsb> uzsbCollection;
    @Embeddable
    public class UzsbPK implements Serializable {
         @Column(name="ID_UZSB")
         private String idUzsb;
         @Column(name="ID_PROJECT")
         private BigDecimal idProject;
    Furthermore I have a SessionBean implementing a query in one of its business methods:
    @WebMethod(operationName="getVerdeckData", exclude=false)
    public List<Verdeck> getVerdeckData (@WebParam(name="searchkey")
         BigDecimal searchkey){
         Query q = em.createQuery("SELECT v FROM Verdeck v WHERE v.pk.idProject = :searchkey")
              .setParameter("searchkey", searchkey);
              return q.getResultList();
    When calling the method via WebService-Navigator I get this error:
    "com.sap.engine.services.webservices.espbase.server.additions.exceptions.ProcessException: The relationship >>uzsbCollection<< of entity (com.karmann.r57schraub.jpa.Verdeck(idProject=57, idIntern=v1))cannot be loaded because the entity is detached"
    (idProject / idIntern) is the composed key of "Verdeck" and (57 / v1) is a concrete value for this key in the database table.
    If required I could give you classes VerdeckPK and UzsbPK as well.
    Could you please explain what I'm doing wrong?
    Thanks for each hint,
    Christoph

    Hi Vladimir,
    thank you for this hint! Especially for the article which provides the neccessary knowledge in background.
    But using FetchType.EAGER does not solve my problem. I get a runtime error. In defaultTrace I get the following message
    SAXException2: A cycle is detected in the object graph. This will cause infinitely deep XML: com.karmann.r57schraub.jpa.Verdeck@f9ac24 -> com.karmann.r57schraub.jpa.Uzsb@1f2a70 -> com.karmann.r57schraub.jpa.Verdeck@f9ac24]->com.sun.istack.SAXException2: A cycle is detected in the object graph. This will cause infinitely deep XML: com.karmann.r57schraub.jpa.Verdeck@f9ac24 -> com.karmann.r57schraub.jpa.Uzsb@1f2a70 -> com.karmann.r57schraub.jpa.Verdeck@f9ac24#
    I already checked the records in my tables. There does not seem to be any cycle. Here's my test data:
    VERDECK
    ID_PROJECT    ID_INTERN     ID_VERDECK
    57                    v1                  vext1
    57                    v2                  vext2
    UZSB
    ID_PROJECT ID_UZSB ID_INTERN TYP_UZSB
    57 ls1 v1 <null>
    57 rs1 v1 <null>
    57 sd1 v1 <null>
    57 ls2 v2 <null>
    57 rs2 v2 <null>
    57 sd2 v2 <null>
    Do you have any more idea?
    Regards,
    Christoph

  • Detach a query from workbook

    Dear all,
    We'd like to detach a query from a workbook in BI7.0.
    In BW35 thre was the possibility to do so under option 'Tools'.
    Does anybody know how to do this in BI70?
    I saw a workaround in earlier thread: delete data provider in design mode. But if I do so I lose my data.
    Kind regards, Harjan

    Hi Balaji,
    Thanks for your response. I'm aware of this functionality, but this is not what the endusers like.
    They like to store the output (query result) as a 'flat' excelfile without any relation to the query.
    This saves a lot of diskspace. With the query attached the file is 10 Mb and without 'query attached it's 1 Mb.
    So I just need the output.
    Kind regards, Harjan

  • Not able to replace new query in old workbook

    Hi All,
    I am having a workbook on a query which was developed long back,due to few changes i created new query and now i want to replace that query in old workbook which it is not allowing also tried to create new workbook with new query but when i run workbook it shows no applicable data found ,when i run query the data is coming.
    I need all your suggestion on this
    Regards
    Deva

    Hi Dev,
    Open your Workbook and Go to the Sheet in which the desired query (to be removed) is embedded.
    In the "BEx Toolbar" 3rd Last Icon if you place cursor on  it it will say "Tools" > Click on Tools and you will see an Option "Remove Query" or if you want to remove All queries from Work book there is another option Tools> All Queries in Workbook --> Detach.
    This will remove the Query from Workbook.
    Then in same Tools--> you can see Insert Query click on it and point (select) your new Query.
    This will insert the new query in Workbook.
    Save the Workbook.
    Hope this will resolve your issue.
    Do post back if you face any probs.
    Thanks
    CK

  • How do I detach all queries in Workbook under 04s BEX?

    BEx versions prior to 04s allows you to select Tools -> All Queries in the Workbook -> Detach
    now however within 04s, its seems this functionality has disappeared?

    hi Greg,
    If you are trying to delete the query assignment in the workbook, then you have to switch to "Design Mode" and the click on the "Analysis Grid" and in "Analysis Grid Properties" window delete Data Provider.
    Hope this helps.
    Bhargava

  • JPA - Cannot Persist Detached Entity (Java EE 5)

    Hi All,
    I need your advice on identify what appears to be a persisting a detached School (ManyToMany) entity but could not understand why this is occurring:
    1.     The data supplied is made up of detail between counties and surrounding schools. There are a dozen of schools on average in any county. However, there
    will be some over-lapping schools that are a long the border of adjacent counties. For instance, county 1 consists of A, B, C, D, E, F, G, H, I, J, K, L schools while county 2
    (next to each other) is made up of M, N, B, O, P, Q, R, E, S, T, U, H schools. The common ones are B, E and H and are stored as duplicate records in the
    SCHOOL table.
    2.     
    3.     Lets look at the following code snippets on my attempt to come up with a solution without success still for quite sometime:  
    4.      
    5.     @Entity 
    6.     @IdClass(CountyPK.class)  
    7.     @Table(name="COUNTY", catalog="CountyDB", schema="")  
    8.     public class County implements Serializable {  
    9.           
    10.         @Id 
    11.         @Column(name="ZIPCODE")  
    12.         private String zipcode;  
    13.      
    14.         @Id 
    15.         @Column(name="COUNTY")  
    16.         private String county;  
    17.      
    18.         @Id 
    19.         @Enumerated(EnumType.STRING)  
    20.         @Column(name="STATE")  
    21.         @ManyToMany(cascade={CascadeType.PERSIST}, fetch=FetchType.EAGER)  
    22.         @JoinTable(name="COUNTY_SCHOOL", catalog="CountyDB", schema="",  
    23.                    joinColumns={@JoinColumn(name="ZIPCODE", referencedColumnName="ZIPCODE"),  
    24.                                 @JoinColumn(name="COUNTY", referencedColumnName="COUNTY"),  
    25.                                 @JoinColumn(name="STATE", referencedColumnName="STATE")},  
    26.                    inverseJoinColumns={@JoinColumn(name="SCHOOL", referencedColumnName="ID")})  
    27.         private Set<School>; schools = new HashSet<School>();  
    28.         public Set<School> getSchools()  
    29.         {  
    30.         return schools;  
    31.         }  
    32.         public void setSchools(Set<School> hotels)  
    33.         {  
    34.         this.schools = schools;  
    35.         }  
    36.     }  
    37.      
    38.     @Entity 
    39.     @Table(name="SCHOOL", catalog="CountyDB", schema="")  
    40.     public class School implements Serializable {  
    41.      
    42.         @Id 
    43.         @GeneratedValue(strategy = GenerationType.IDENTITY)  
    44.         @Column(name="ID")  
    45.         private int id;  
    46.      
    47.         @Column(name="SCHOOL_NAME")  
    48.         private String schoolName;  
    49.      
    50.         @ManyToMany(mappedBy="schools", cascade={CascadeType.ALL}, fetch=FetchType.EAGER)  
    51.         private Set<County> counties = new HashSet<County>();  
    52.         public Set<County> getCounties()  
    53.         {  
    54.         return counties;  
    55.         }  
    56.         public void setCounties(Set<County> counties)  
    57.         {  
    58.         this.counties = counties;  
    59.         }  
    60.      
    61.     @Stateless 
    62.     public class CountyBean implements CountyRemote {  
    63.           
    64.         @PersistenceContext(unitName="CountyDB-PU") private EntityManager manager;  
    65.           
    66.         public void createCounty(County county)  
    67.         {  
    68.             manager.persist(county);  
    69.             manager.flush();
    70.         }  
    71.      
    72.         public void saveOrUpdateCounty(County county)  
    73.         {  
    74.             manager.merge(county);
    75.             manager.flush();
    76.         }  
    77.      
    78.      
    79.         public County findCounty(String zipcode, String county, State state)  
    80.         {  
    81.             CountyPK pk = new CountyPK(zipcode, county, state);  
    82.             return manager.find(County.class, pk);  
    83.         }  
    84.           
    85.         public List fetchCountiesWithRelationships()  
    86.         {  
    87.           List list = manager.createQuery("SELECT DISTINCT c FROM County c LEFT JOIN FETCH c.counties").getResultList();  
    88.           for (Object obj : list)  
    89.           {  
    90.              County county = (County)obj;  
    91.           }  
    92.           return list;  
    93.        }  
    94.      
    95.     @Stateless 
    96.     public class SchoolBean implements SchoolRemote {  
    97.           
    98.         @PersistenceContext(unitName="CountyDB-PU") private EntityManager manager;  
    99.           
    100.         public void createSchool(School school)  
    101.         {  
    102.             manager.persist(school);  
    103.         }  
    104.      
    105.         public void saveOrUpdateSchool(School school)  
    106.         {  
    107.             manager.merge(school);  
    108.         }  
    109.      
    110.         public School findSchool(int school_id)  
    111.         {  
    112.             return manager.find(School.class, school_id);  
    113.         }  
    114.      
    115.         public School findSchool(String schoolName)  
    116.         {  
    117.             School school = null;
    118.             Query query = manager.createQuery("Select s FROM School s where s.schoolName = :schoolName");
    119.             query.setParameter("schoolName", schoolName);
    120.             List list = query.getResultList();
    121.             for (Object obj : list)
    122.             {
    123.                 school = (School)obj;
    124.                 if (school.getSchoolName().matches(schoolName))
    125.                     return school;
    126.             }
    127.             return school;   
    128.         }  
    129.                 
    130.         public List fetchSchoolsWithRelationships()  
    131.         {  
    132.              List list = manager.createQuery("SELECT DISTINCT s FROM School s LEFT JOIN FETCH s.schools").getResultList();  
    133.              for (Object obj : list)  
    134.              {  
    135.                  School school = (School)obj;  
    136.              }  
    137.              return list;  
    138.         }  
    139.     }  
    140.      
    141.     public class ApplicationClientAddCounty {  
    142.      
    143.         @EJB 
    144.         private static CountyRemote remoteCountybean;  
    145.         @EJB 
    146.         private static SchoolRemote remoteSchoolbean;  
    147.      
    148.         public static void main(String[] args)
    149.         {  
    150.             BufferedReader br = new BufferedReader(new FileReader("COUNTY.XML"));   
    151.             while (countyList_iterator.hasNext())  
    152.             {  
    153.                 County county = new County();  
    154.                 county.setZipcode(((org.jdom.Element)countyList_iterator.next()).getChild("zipcode");  
    155.                 while (schoolList_iterator.hasNext())  
    156.                 {  
    157.                     String school_name = ((org.jdom.Content)schoolsList_iterator.next()).getValue();  
    158.                     if (school_name.length() != 0)  
    159.                     {  
    160.                          School school = null;  
    161.                          if (!school_name.contains("Schools:"))  
    162.                          {  
    163.                               school = remoteSchoolbean.findSchool(school_name);
    164.                               if (school == null)
    165.                               {
    166.                                   school = new School();
    167.                                   school.setSchoolName(school_name);
    168.                               }
    169.                               county.getSchools().add(school);  
    170.                           }  
    171.                      }
    172.                 }  
    173.            }  
    174.            remoteCountybean.createCounty(county);
    175.     } Below is the a simplistic set of the data available which resulted in deplicate School records being persisted:
    COUNTY
    ID     Name
    1     County 1
    2     County 2
    COUNTY_SCHOOL
    ID     COUNTY_ID     SCHOOL_ID
    1     County 2     1
    2     County 1     2
       SCHOOL
    ID     Name
    1     School A
    2     School A
    Yet I wanted only a single normalized School to be generated instead:
    COUNTY
    ID     Name
    1     County 1
    2     County 2
    COUNTY_SCHOOL
    ID     COUNTY_ID     SCHOOL_ID
    1     County 1     1
    2     County 2     1
       SCHOOL
    ID     Name
    1     School A    I am not clear on why the following behavior is taking place within JPA:
    ( i ) The ID for County 1 in COUNTY_SCHOOL is 2 instead of 1. Vice versa for County 2.
    ( ii ) More importantly, why is School A being populated twice even though the data is identical.
    There appears to be some transactional issue/delay using the container managed JTA. Another intriguing symptom is that the following exception occurred after having taken out the @GeneratedValue(strategy = GenerationType.IDENTITY) in School.java in the hope that only a single record is generated:
    *EJB5018: An exception was thrown during an ejb invocation on [CountyBean]*
    javax.ejb.TransactionRolledbackLocalException: Exception thrown from bean; nested exception is: javax.persistence.EntityExistsException:
    *Exception Description: Cannot persist detached object [domain.School@ce9fa6].*
    Class> domain.School Primary Key> [0]
    javax.persistence.EntityExistsException:
    *Exception Description: Cannot persist detached object [domain.School@ce9fa6].*
    Class> domain.School Primary Key> [0]
    at oracle.toplink.essentials.internal.ejb.cmp3.base.EntityManagerImpl.persist(EntityManagerImpl.java:224)
    at com.sun.enterprise.util.EntityManagerWrapper.persist(EntityManagerWrapper.java:440)
    at ejb.CountyBean.createCounty(CountyBean.java:18)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    oracle.toplink.essentials.exceptions.ValidationException
    *... 38 more*
    On the other hand, another database exception occurred when directly persisting County & School using remoteCountybean.createCounty(county) as opposed to sending it through a message queue with sendJMSMessageToMyQueue(county) which works:
    *02/02/2011 5:22:14 PM com.sun.enterprise.appclient.MainWithModuleSupport <init>*
    WARNING: ACC003: Application threw an exception.
    javax.ejb.EJBException: nested exception is: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: null; nested exception is:
    javax.persistence.EntityExistsException:
    *Exception Description: Cannot persist detached object [domain.School@1fcea34].*
    Class> domain.School Primary Key> [1]
    Caused by: javax.ejb.EJBException: nested exception is: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    java.rmi.RemoteException: null; nested exception is:
    javax.persistence.EntityExistsException:
    *Exception Description: Cannot persist detached object [domain.School@1fcea34].*
    Class> domain.School Primary Key> [1]
    at ejb._CountyRemote_Wrapper.createCounty(ejb/_CountyRemote_Wrapper.java)
    at addCounty(localImportCounty.java:296)I am running JDK1.6.0_17, GF 2.1 on XP. This is a Java EE 5 Enterprise Application.
    It would be much appreciated for some guidance in an unfamiliar territory. I have had many attempts and read up quite a number of similar threats
    But none offer concrete results.
    Thanks in advance,
    Jack

    Hi,
    A minor correction of the last statement in ApplicationClientAddCounty class below:
    141.     public class ApplicationClientAddCounty {  
    142.      
    143.         @EJB 
    144.         private static CountyRemote remoteCountybean;  
    145.         @EJB 
    146.         private static SchoolRemote remoteSchoolbean;  
    147.      
    148.         public static void main(String[] args)
    149.         {  
    150.             BufferedReader br = new BufferedReader(new FileReader("COUNTY.XML"));   
    151.             while (countyList_iterator.hasNext())  
    152.             {  
    153.                 County county = new County();  
    154.                 county.setZipcode(((org.jdom.Element)countyList_iterator.next()).getChild("zipcode");  
    155.                 while (schoolList_iterator.hasNext())  
    156.                 {  
    157.                     String school_name = ((org.jdom.Content)schoolsList_iterator.next()).getValue();  
    158.                     if (school_name.length() != 0)  
    159.                     {  
    160.                          School school = null;  
    161.                          if (!school_name.contains("Schools:"))  
    162.                          {  
    163.                               school = remoteSchoolbean.findSchool(school_name);
    164.                               if (school == null)
    165.                               {
    166.                                   school = new School();
    167.                                   school.setSchoolName(school_name);
    168.                               }
    169.                               county.getSchools().add(school);  
    170.                           }  
    171.                      }
    172.                 }
    173.                remoteCountybean.createCounty(county);
    173.            }  
    174.     } Thanks,
    Jack

  • How to localize operator labels on af:query

    Hi,
    I have localized af:query component by using skin resource bundle. I still need to change labels for operators. On af:query there are select one choice components that can be used for operator selection. Labels for operators are: "Not equal to","Starts with", "Ends with",... These can not be customised through skin boundle. I think that these labels are defined in class oracle.jbo.CSMessageBoundle.java and they are localized in more then twenty languages but not in the one I need. I tried to create custom MessageBundle for my model project with keys I found in CSMessageBundle. It did not work.
    Does anyone knows how to solve this.
    Thanks!!!
    Maxa

    Hi Gorane,
    you have to create and apply new custom skin for your application. Register new resource bundle for that new skin and in that resource bundle you redefine labels for ui components.
    For creating custom skin look at: "Web User Interface Developer’s Guide for Oracle Application Development Framework" chapter: "20 Customizing the Appearance Using Styles and Skins".
    To find out what keys you need to override check out these link:
    Re: Keys in ResourceBundle
    Here is my resource bundle class with keys for query:
    package com.mycomp.myapp.resources;
    import java.util.ListResourceBundle;
    public class MyAppSkinBundle extends ListResourceBundle {
        public MyAppSkinBundle() {
            super();
        public Object[][] getContents()
            return contents;       
        static final Object[][] contents = {
                {"af_dialog.OK","U redu"},//ok
                {"af_dialog.CANCEL","Odustani"},//ok
                {"af_dialog.LABEL_OK", "U redu"},
                {"af_dialog.LABEL_CANCEL", "Odustani"},
                {"af_dialog.LABEL_YES", "Da"},
                {"af_dialog.LABEL_NO", "Ne"},
                {"af_panelWindow.CLOSE", "Zatvori"},
                {"af_document.LABEL_SPLASH_SCREEN","U\u010Ditavanje"},           
                {"af_document.SPLASH_SCREEN_MESSAGE","Dobrodo\u0161li"},
                {"af_selectManyShuttle.MOVE", "Prebaci"},//ok
                {"af_selectManyShuttle.MOVE_ALL", "Prebaci sve"},//ok
                {"af_selectManyShuttle.REMOVE", "Vrati"},//ok
                {"af_selectManyShuttle.REMOVE_ALL", "Vrati sve"},//ok
                {"af_panelCollection.Detach", "Ra\u0161iri tabelu" },
                {"af_table.Detach", "Ra\u0161iri tabelu" },
                {"af_panelWindow.Detach", "Ra\u0161iri tabelu" },
                {"af_dialog.Detach","Uredu"},
                {"af_panelSplitter.COLLAPSE_PANE","Skupi prozor"},
                {"af_panelCollection.MENU_VIEW", "Prikaz"},
                {"af_panelCollection.MENUITEM_DETACH", "Ra\u0160iri"},
                {"af_panelCollection.MENUITEM_COLUMNS_SHOWALL", "Prika\u017Ei sve"},
                {"af_panelCollection.MENUITEM_COLUMNS_SHOWMORECOLUMNS", "Prika\u017Ei jo\u0161 kolona..."},
                {"af_panelCollection.MENUITEM_REORDER", "Preuredi kolone..." },
                {"af_panelCollection.MENU_COLUMNS", "Kolone"},
                {"af_panelCollection.SHOW_COLUMNS", "Prika\u017Ei kolone"},
                {"af_panelCollection.REORDER_COLUMNS", "Preuredi kolone"},
                {"af_panelCollection.HIDDEN_COLUMNS", "Skrivene kolone"},
                {"af_panelCollection.VISIBLE_COLUMNS", "Vidljive kolone"},
                {"af_panelCollection.DETACH_DIALOG_TITLE", "Ra\u0161irena tabela"},
                {"af_table.FETCHING", "Dobavljanje podataka..."},
                //Lokalizovanje labela na Search popupu
                {"af_query.LABEL_MODE_BASIC", "Osnovni"},
                {"af_query.LABEL_MODE_ADVANCED", "Napredni"},
                {"af_query.LABEL_HEADER_TEXT", "Pretraga"},
                {"af_query.LABEL_REQUIRED_INFO_TEXT", "Obavezno"},
                {"af_query.LABEL_INDEXED_INFO_TEXT", "Bar jedan je neophodan"},
                {"af_query.LABEL_FOOTER_ADD_FIELDS", "Dodaj polja"},
                {"af_query.LABEL_CONJUNCTION", "Poklapanje sa"},
                {"af_query.LABEL_CONJUNCTION_AND", "svim"},
                {"af_query.LABEL_CONJUNCTION_OR", "bilo kojim"},
                {"af_query.LABEL_MODE_BASIC", "Osnovna"},
                {"af_query.LABEL_MODE_ADVANCED", "Napredna"},
                {"af_query.LABEL_SCREEN_READER_MODE_BASIC", "Osnovna pretraga"},
                {"af_query.LABEL_SCREEN_READER_MODE_ADVANCED", "Napredna pretraga"},
                {"af_query.LABEL_SAVE", "Sa\u010Duvaj..."},
                {"af_query.LABEL_RESET", "Obri\u0161i"},
                {"af_query.LABEL_SEARCH", "Pretra\u017Ei"},
                {"af_query.LABEL_DELETE", "Obri\u0161i"},
                {"af_query.LABEL_DUPLICATE", "Dupliciraj"},
                {"af_query.LABEL_APPLY", "Primeni"},
                {"af_query.LABEL_DUPLICATE_NAME_PREFIX", "kopijaOd_"},
                {"af_query.LABEL_SAVED_SEARCH", "Sa\u010Duvana pretraga"},
                {"af_query.LABEL_SAVED_SEARCH_PERSONALIZE_ENTRY", "Prilagodi..."},
                {"af_query.LABEL_PERSONALIZE_SAVED_SEARCHES_DLG", "Prilagodi sa\u010Duvane pretrage"},
                {"af_query.LABEL_CREATE_SAVED_SEARCH_DLG", "Kreiraj sa\u010Duvanu pretragu"},
                {"af_query.LABEL_SAVED_SEARCH_NAME", "Naziv"},
                {"af_query.LABEL_UIHINT_SAVE_RESULTS_LAYOUT", "Sa\u010Duvaj izgled rezultata"},
                {"af_query.LABEL_UIHINT_AUTO_EXECUTE", "Pokreni automatski"},
                {"af_query.LABEL_UIHINT_SHOW_IN_LIST", "Prikaži u listi pretraga"},
                {"af_query.LABEL_UIHINT_DEFAULT", "Postavi za podrazumevano"},
                {"af_query.MSG_SAVED_SEARCH_NAME_UNIQUE_CONSTRAINT", "Pretraga sa ovim imenom ve\u0107 postoji."},
                {"af_query.MSG_SAVED_SEARCH_NAME_UNIQUE_CONSTRAINT_DETAIL", "Morate obezbediti jedinstveno ime."},
                {"af_query.MSG_SAVED_SEARCH_NAME_NOTNULL_CONSTRAINT", "Ime je potrebno"},
                {"af_query.MSG_SAVED_SEARCH_NAME_NOTNULL_CONSTRAINT_DETAIL", "Molimo Vas unesite validno ime za sa\u010Duvanu pretragu."},
                {"af_query.MSG_SAVED_SEARCH_DELDUP_CONSTRAINT", "Potrebno je odabrati sa\u010Duvanu pretragu"},
                {"af_query.MSG_SAVED_SEARCH_DELETE_CONSTRAINT_DETAIL", "Molimo Vas odaberite validnu sa\u010Duvanu pretragu za brisanje."},
                {"af_query.MSG_SAVED_SEARCH_DELETE_WARNING", "Obri\u0161i sa\u010Duvanu pretragu: {0}?"},
                {"af_query.MSG_SAVED_SEARCH_DUPLICATE_CONSTRAINT_DETAIL", "Molimo Vas odaberite validnu sa\u010Duvanu pretragu za dupliranje."},
                {"af_query.TIP_DELETE_SEARCH_FIELD", "Ukloni: {0}"},
                {"af_query.TIP_DELETE_WARNING", "Upozorenje"},
                {"af_query.TIP_OPERATOR", "Operatori za"},
                {"af_query.LABEL_VALUE_LOV_POPUP", "Pretra\u017Ei i odaberi:"},
                {"af_quickQuery.LABEL_DEFAULT", "Pretraga"},
                {"af_quickQuery.LABEL_VALUE_LOV_POPUP", "Pretra\u017Ei i odaberi:"}
    }You can see that I had to use UTF codes for serbian letters.
    //š \u0161
    //Š \u0160
    //č \u010D
    //Č \u010C
    //ć \u0107
    //Ć \u0106
    //ž \u017E
    //Ž \u017D
    //đ \u0111
    //Đ \u0110
    I will be glad to answer on any other question!!!
    Maxa

  • 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 ...

  • About exporting query result to excel

    Hi all,
    I take the report result to an excel file and at this point I am being asked for my user name and password of BW login, repeatedly for many times, based on the amount of data it contains. Its quite irritating, as i need to fill that each time, it asks for that. So kindly suggest me, how to deal with this.
    Regards,
    Naveen.A

    Hi Naveen,
    Not sure that understood what you exactly meant. But will try to help. When you execute query in BEx you can save a workbook detaching it from a server. In this case all reporting information will be kept without further updating from a server. The client will just open the wb and see all information. Certainly, he will not be able to make drilldowns. But for this you save your wb as a view with all drildowns already done.
    Best regards,
    Eugene

  • Detach error on versions 3.30 and above.

    Hello,
    I recently upgraded to version 3.32 to fix a problem querying on a
    collection. This problem was fixed, but a new unconnected problem has
    arisen.
    When trying to detach a certain object I get the exception below. I've
    tried all versions from 3.23 to 3.32. In version 3.23 and 3.24 the error
    does not occur. In version 3.30 and above the exception occurs. I'm
    assuming some of the code in the DetachManager has changed between 3.24
    and 3.30. I could not find any documentation of the changes between 3.24
    and 3.30 so I am a little lost as to what to do.
    Thanks in advance.
    java.lang.IllegalArgumentException
         at org.mycompany.ClassB.jdoProvideField(ClassB.java)
         at kodo.runtime.StateManagerImpl.provideField(StateManagerImpl.java:3244)
         at
    kodo.runtime.DetachManager$DetachFieldManager.detachField(DetachManager.java:417)
         at
    kodo.runtime.DetachManager$DetachFieldManager.detachFields(DetachManager.java:394)
         at kodo.runtime.DetachManager.detach(DetachManager.java:301)
         at kodo.runtime.DetachManager.access$100(DetachManager.java:24)
         at
    kodo.runtime.DetachManager$DetachFieldManager.detachField(DetachManager.java:605)
         at
    kodo.runtime.DetachManager$DetachFieldManager.storeObjectField(DetachManager.java:559)
         at
    kodo.runtime.StateManagerImpl.providedObjectField(StateManagerImpl.java:2031)
         at org.mycompany.ClassA.jdoProvideField(ClassA.java)
         at kodo.runtime.StateManagerImpl.provideField(StateManagerImpl.java:3244)
         at
    kodo.runtime.DetachManager$DetachFieldManager.detachField(DetachManager.java:417)
         at
    kodo.runtime.DetachManager$DetachFieldManager.detachFields(DetachManager.java:397)
         at kodo.runtime.DetachManager.detach(DetachManager.java:301)
         at kodo.runtime.DetachManager.detach(DetachManager.java:209)
         at
    kodo.runtime.PersistenceManagerImpl.detach(PersistenceManagerImpl.java:4294)

    Some extra info that may help.
    ClassB, the one throwing the exception, is detachable, uses datastore
    identity and is embedded in the case below.
    Cheers.
    Goerge wrote:
    Hello,
    I recently upgraded to version 3.32 to fix a problem querying on a
    collection. This problem was fixed, but a new unconnected problem has
    arisen.
    When trying to detach a certain object I get the exception below. I've
    tried all versions from 3.23 to 3.32. In version 3.23 and 3.24 the error
    does not occur. In version 3.30 and above the exception occurs. I'm
    assuming some of the code in the DetachManager has changed between 3.24
    and 3.30. I could not find any documentation of the changes between 3.24
    and 3.30 so I am a little lost as to what to do.
    Thanks in advance.
    java.lang.IllegalArgumentException
         at org.mycompany.ClassB.jdoProvideField(ClassB.java)
         at kodo.runtime.StateManagerImpl.provideField(StateManagerImpl.java:3244)
         at
    kodo.runtime.DetachManager$DetachFieldManager.detachField(DetachManager.java:417)
         at
    kodo.runtime.DetachManager$DetachFieldManager.detachFields(DetachManager.java:394)
         at kodo.runtime.DetachManager.detach(DetachManager.java:301)
         at kodo.runtime.DetachManager.access$100(DetachManager.java:24)
         at
    kodo.runtime.DetachManager$DetachFieldManager.detachField(DetachManager.java:605)
         at
    kodo.runtime.DetachManager$DetachFieldManager.storeObjectField(DetachManager.java:559)
         at
    kodo.runtime.StateManagerImpl.providedObjectField(StateManagerImpl.java:2031)
         at org.mycompany.ClassA.jdoProvideField(ClassA.java)
         at kodo.runtime.StateManagerImpl.provideField(StateManagerImpl.java:3244)
         at
    kodo.runtime.DetachManager$DetachFieldManager.detachField(DetachManager.java:417)
         at
    kodo.runtime.DetachManager$DetachFieldManager.detachFields(DetachManager.java:397)
         at kodo.runtime.DetachManager.detach(DetachManager.java:301)
         at kodo.runtime.DetachManager.detach(DetachManager.java:209)
         at
    kodo.runtime.PersistenceManagerImpl.detach(PersistenceManagerImpl.java:4294)

  • Query WSUS Database

    I'm trying to query the WSUS DB using the Query Database activity to run some cleanup scripts on a schedule. The initial catalog is different than in a typical DB instance because, according to what I've read, its not a full version of SQL. Its a skimmed
    down version of SQL Express. So the DB looks like "Pipe\MSSQL$MICROSOFT##SSEE\SQL\QUERY". I've tried connecting with a few variations of this and keep getting an error: 
    Fatal Error Database error has occurred. Fatal error has occured. Please ensure that you have the latest MDAC installed which can be found on the installation cd.
    And:
    Database error has occurred. Cannot open database "Pipe\MSSQL$MICROSOFT##SSEE\SQL\QUERY" requested by the login. The login failed.
     Code = 80004005
     Code meaning = Unspecified error
     Source = Microsoft OLE DB Provider for SQL Server
     Description = Cannot open database "Pipe\MSSQL$MICROSOFT##SSEE\SQL\QUERY" requested by the login. The login failed.
    I've tried using just "QUERY" as the catalog as well...that failed. At this point I feel like I'm just guessing. 
    Also, I know it says login failed but the service account I'm using is an SCCM admin and
    should be an admin on the DBs as well. So I assume login is failing because it cant find the DB to login to.
    So, does anyone know the correct string to enter for the WSUS initial catalog?
    - Slow is smooth and smooth is fast.

    Hello,
    Did you figured this out?
    I tried to connect susdb with UDL file, I have to detach it before I can connect successfully.
    And here is a blog, hope this will give you some clue.
    http://blog.augustoalvarez.com.ar/2009/01/25/wsus-30-connecting-managing-and-moving-susdb-as-internal-database/
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]
    I resorted to PowerShell using the Invoke-SQLCMD cmdlet. I had to Invoke-Command on the WSUS box. Here's my script:
    $server = "WSUS Server"
    $user = "Account"
    $pass = "Password"
    $sec = ConvertTo-SecureString $pass -AsPlainText -Force
    $cred = New-Object System.Management.Automation.PsCredential($user, $sec)
    Invoke-Command -ComputerName $Server -Credential $cred -ScriptBlock{
    Import-Module sqlps
    $instance = '\\.\Pipe\MSSQL$MICROSOFT##SSEE\SQL\QUERY'
    Invoke-Sqlcmd -ServerInstance $instance -Database SUSDB -inputfile "c:\Scripts\cleanup.txt"
    - Slow is smooth and smooth is fast.

  • Deleting Query Views

    Hi,
    I am trying to delete a  saved view form Bex tool bar and it is hitting me a error saying
    "The object cannot be deleted due to the transport problem"
    Is there a way to detach a view form the workbook?
    Is earched a lot in the forums but I couldn't find a good solution for this.
    Please advise  !!
    Thanks so much..
    Points will be awarded...

    But I have some more questions about this views
    !. Can we delete a global saved view?
    Because I read some posts saying we cannot since it is a navigational status of the query we cannot delte the query view
    Is that true?
    2. Is there a way to detach views form a workbook because when ever I hit refresh to refresh the whole workbook it is jumping to target of type saved view
    This is a big problem for all of us. Not able to refersh the whole workbook ata a time.
    We have to go to each sheet and refresh the querys. which is taking alot of time
    Please help me. Does anyone faced same scenario and how did you resolved it?

  • Two query windows open after attaching DB to instance.

    For training purpose, I detached a DB from a Microsoft SQL server 2012 instance and attached it to the same instance. Now, when running SELECT TOP statements on my tables two query windows open (see link).
    [IMG]http://i61.tinypic.com/726dm1.png[/IMG]
    When running SP_WHO myDB.--is not a valid login or you do not have permission.
    Could you please advise me?
    Thank you for your time.

    Hi,
    Use the below code:
    USE master;
    GO
    EXEC sp_who;
    GO
    See more examples:
    sp_who (Transact-SQL)
    http://technet.microsoft.com/en-us/library/ms174313.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

Maybe you are looking for

  • Finder Crashes while trying to Open my External Hard drive

    Every time I open finder to view files on my External Harddrive Finder closes.  Disc Repair does nothing, it says there is nothing to repair.  I know all my files are still there because they show up on another computer.  Please help!

  • What the Heck is Going On...

    Help. Can't seem to Log and Capture. While Digitizing the Capture aborts. I have tried increasing my RAM per suggestion of the retail store in which I purchased said computer. Just purchased a Mac Pro, Dual 2 Gig Core Intel, 2 GB Ram, intalled a WD 7

  • Flash based photo galleries won't play

    Photos on my website have stopped working, The website was built using NetObjects Fusion XII on Windows 7 (64 bit) and the photo galleries use shockwaveflash. I have checked the addons and plugins and everything is up to date. I have re-installed fla

  • Tryton: server setup (need help)

    does anyone around here use tryton?  I've installed it and all the modules I'm interested in figuring out, but I am not finding any documentation clearly written well enough to configure /etc/trytond.conf in general.  The wiki page doesn't have any r

  • HT4890 can i backup my photos in iCloud? Like it was in idisk.

    Can i backup my photos in iCloud? Like it was in idisk.