Searching Sequence  query in other query

Hi
With code below when in table TMP_EQUIP_CRM have QTD =2 It return me 2 rows, when QTD = 3 return me 3 rows ....etc
SQL> SELECT t2.loc_cntr_id_sn, t2.loc_product_sn,
  2         ROW_NUMBER () OVER (PARTITION BY t2.loc_cntr_id_sn, setid, companyid, effdt, setid_product, loc_product_sn ORDER BY linha)                                                                                seqno_item_sn
  3    FROM (SELECT t1.*, ROWNUM linha
  4            FROM sysadm.tmp_equip_crm t1,
  5                 (SELECT     LEVEL l
  6                        FROM DUAL
  7                  CONNECT BY LEVEL <= 100)
  8           WHERE l <= t1.qtd) t2
  9  /
LOC_CNTR_ID_SN  LOC_PRODUCT_SN SEQNO_ITEM_SN
10              KIT01                      1
10              KIT01                      2
1000            KIT01                    1
100000          KIT01                   1
100009          KIT01                   1
100009          KIT01                   2
10001           KIT01                    1Now I must search a Date for each row, example of my query
SELECT active_dt
  INTO v_active_date
  FROM (SELECT cpc.active_dt, DENSE_RANK () OVER (ORDER BY cpc.active_dt, cpc.ROWID) linha
          FROM smt_360_conta_kenan@arbor smt, cmf_package_component@arbor cpc
         WHERE smt.convenio = p_external_id
           AND cpc.parent_account_no = smt.account_no
           AND cpc.component_id = p_component_id
           AND cpc.inactive_dt IS NULL) t1
WHERE t1.linha = p_linha;This Query can return me nothing, 1 or more rows,
Where p_linha must to be equal SEQNO_ITEM_SN from first query , If not found for a number, search with preview number thru 1, if Not found for nothing then must return only NULL
Example :
100010 KIT01 1
100010 KIT01 2
100010 KIT01 3
100010 KIT01 4
100010 KIT01 5
It must return me 5 dates
If there is only 3 records with parameters , then the records 4 and 5 will have same date from record 3
To do It with cursor is easy, but I must to do in unique query (SELECT), is htere some way ?
thank you in advance

Please post the execution plans of the query from both databases.
Do you have proper statistics gathered on these tables?

Similar Messages

  • Can I set an af:setActionListener on the search button of a af:query ?

    Hi,
    I want to store a flag in the session scope when the search button of an <af:query> form is pressed. The flag is used to determine if the query has been executed and the result table iterator should provide the result.
    I'm still looking for a solution to handle the problem of an automatic query execution when a search page is rendered (see How to execute query only when user submits request in <af:query>
    And the solution should work without Java code. :-)
    Thanks,
    Markus

    Hi Frank,
    thats a tough question. I have some opinions on how to implement it:
    1.) Exposing listeners
    Easy (?!) solution, needs managed beans as listeners.
    2.) Exposing the commands. Make the commands like 'search', 'reset', 'save' ... accessible by creating extra JSF code for the commands in a facet when D&D the <af:query>.
    I don't know if it is possible to implement such a solution, but the developer can extend or adapt easily the behavior to his own needs.
    3.) Implement result of a D&D of a named criteria as a series to single JSF components. Each component implements an aspect of the <af:query> component.
    Markus

  • How to implement saved search delete feature in af:query

    Hi,
    I have implement MDS for af:query. However, delete button in "Personalized" window of af:query is still being disable.
    My test flow is the following:
    1) fire a search on the query component and then save it as "savedSearch1".
    2) then try to personalize it. Observed that "Delete" button in Personalize window is being disable. Not able to delete "savedSearch1"
    My question is: Is there a way for me to enable the "Delete" Button at the personalized window so that user can delete the saved search?
    I have af:query component with the following code:
    <af:query id="qryId1" headerText="#{uiBundle.SEARCH}" disclosed="true"
    value="#{bindings.KanbanCardSummaryVOCriteriaQuery.queryDescriptor}"
    model="#{bindings.KanbanCardSummaryVOCriteriaQuery.queryModel}"
    queryListener="#{KanbanSummaryBean.queryListener}"
    queryOperationListener="#{bindings.KanbanCardSummaryVOCriteriaQuery.processQueryOperation}"
    resultComponentId="::pc1:t1" maxColumns="2" rows="1"/>

    Hi,
    Does anyone knows the answer for this question?
    Thanks,
    Hong

  • Select sequences number in a Query

    I am facing problems while selecting the Sequence Number in a query.
    create or replace view vfilemanifest as
    (select abc.* , ts.* from (select filemanifestid.nextval from dual) abc ,
    ( select distinct batchid,custodianid from
    tbatch tbat ,tcustodians tcstd, EXT_TAB_MASTERS ext_tab
    where tbat.batchname = ext_tab.batchname
    and tbat.batchpath = ext_tab.batchpath
    and tcstd.custodianname = ext_tab.custodianname
    and tcstd.custodianadd = ext_tab.custodianadd
    )ts )
    SQL> /
    (select abc.* , ts.* from (select filemanifestid.nextval from dual) abc ,
    ERROR at line 2:
    ORA-02287: sequence number not allowed here
    Please Advice
    Regards
    Sushant

    I'm sorry but that doesn't make it any clearer to me. This
    using External Tables , View , Collection , bulk collect and Forall Insert is an implementation, not a business requirement. You might find some enlightenment in want to create a pl/sql table type dynamically I answered.
    Anyway, I think what you want to do is this: (warning, untested code ahead!)
    DECLARE
       TYPE lrec IS RECORD (
           id NUMBER,
           batchid tbatc.batchid%TYPE,
           custodianid tcustodians.custodianid%TYPE);
       TYPE ltab IS TABLE OF lrec;
       llist ltab;
    BEGIN
       SELECT abc.* , ts.* BULK COLLECT INTO llist
       FROM  (select filemanifestid.nextval from dual) abc
             , ( select distinct batchid,custodianid
                 from   tbatch tbat ,tcustodians tcstd, EXT_TAB_MASTERS ext_tab
                 where tbat.batchname = ext_tab.batchname
                 and tbat.batchpath = ext_tab.batchpath
                 and tcstd.custodianname = ext_tab.custodianname
                 and tcstd.custodianadd = ext_tab.custodianadd
               )ts 
    END;
    /Cheers, APC

  • Converting an Ultra Search result to a ColdFusion query

    Hello,
    I'm trying to convert an Ultra Search result into a ColdFusion query.
    There's a java class for CF which turns a java result into a CF query, coldfusion.sql.QueryTable(java.sql.ResultSet), but is there anything which will convert an Ultra Search result to a java result or a CF query?
    Thanks.

    HOMEWORK ALERT HOMEWORK ALERT
    You can't cast from a character to a String. That doesn't work.
    However, in a fit of being helpful.
    Look at the constructors for the String object in the API
    Link ===> http://java.sun.com/j2se/1.4.2/docs/api/java/lang/String.html#String(char[])
    char[] charA = {'H', 'E', 'L', 'L', 'O', ' ', 'W', 'O', 'R', 'L', 'D' } ;
    String a = new String(charA) ;
    System.out.println(a) ;There's a price for my help, and it's this. Now that you understand what you can do, is it a good idea or a bad idea and why ???
    Explain.

  • How to search in BI 7.1 query designer for the required key figures & chars

    Hi All,
         Can anyone plz tell me how to search in BI 7.1 query designer for the required key figures & characteristics. I have the query being built on a multiprovider which has many cubes.
    So, i have a huge list of key figures and characteristics. I am not able to search for the required one by the name or the technical name.
    How can we search and pick the required object from the enormous list of the Mutliprovider in the Bex Query Designer??
    Thanks
    Phani

    There is not a search feature available. You have to do an educated guess under what dimension your infoobject could be and select.

  • BI Auth - user still can search & execute for not authorized query

    Hello All,
    need your help here.
    For BI security,
    I've configured menu role (for example ZBEX_FIN) in order for the end users to see only specific queries/workbook inside the menu folder that assigned to him/her.
    And I've made a function role for end user, copy from the template S_RS_RREPU with the modification:
    1. I delete 0BI_ALL
    2. add S_USER_AGR and put my menu role above (ZBEX_FIN) for field ACT_GROUP
    3. add S_RS_FOLD to disable the infoarea button in BEx.
    currently the user can see and execute report assigned in the role menu folder, this is correct.
    But the problem is there's a find button in the BEx, when the user try to search other query (non authorized query,the one that supposed he can't see), he still can display the query, then can execute the query. This is not acceptable.
    Anyone can suggest whether I can disable the find button in the BEx
    or any other restriction in the role that I missed, so the user can only execute and display the query/workbook under the role menu only.
    Thanks in advance.

    So it means that we need to do it twice restrictring the query in the role menu and then inside the S_RS_COMP ?
    so later when the user wants to add more queries in his role, we need to add those in the role menu as well inside the S_RS_COMP. is this correct ?
    When you add queries/workbook to role menu, you are not restricting the access. Its just that user menu would list those queries/workbooks. Users can search for other queries and workbook and run them with proper authorizations in S_RS_COMP. You may consider maintaining query naming convention with wild cards for example YRZ* etc to give access to all queries/workbooks starting with YRZ. This would save your effort to update role too freqeuntly.
    And if I have a workbook, how I put it inside the S_RS_COMP ? because the component of S_RS_COMP is query only.
    S_RS_COMP can restrict queries as well as workbooks with field RSZCOMPTP= REP

  • Need to pass result of one query as input to the other query

    Hi All,
    We have a search page in which a query executes based on the input search criteria and gives result in a table format.
    now we need to pass this result for each row of the result table to the input of the other query automatically.
    Please provide any solution for this.
    TIA,
    Bob

    I tried using setPropertyListener & setActionListener but data is not getting passed in my case.
    I am trying to pass 4 values(TransactionId, InstanceId, InterfaceId, PayloadSequence) highlighted in bold as input to the webservice.
    created a coumn "Payload" and used setPropertyListener in that.
    But data is not getting passed to the popup.
    I even tried hardcoding the values in the SetPropertyListener but then also hardcoded values are also not getting assigned to the input of webservice.
    what am i doing wrong?
    Below is the code.
    <af:table value="#{bindings.SerachResultVO1.collectionModel}" var="row"
    rows="#{bindings.SerachResultVO1.rangeSize}"
    emptyText="#{bindings.SerachResultVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.SerachResultVO1.rangeSize}"
    rowBandingInterval="0"
    selectionListener="#{bindings.SerachResultVO1.collectionModel.makeCurrent}"
    rowSelection="multiple" id="t1">
    <af:column sortProperty="*InterfaceId*" sortable="true"
    headerText="#{bindings.SerachResultVO1.hints.InterfaceId.label}"
    id="c6" rendered="false">
    <af:outputText value="#{row.InterfaceId}" id="ot1">
    <af:convertNumber groupingUsed="false"
    pattern="#{bindings.SerachResultVO1.hints.InterfaceId.format}"/>
    </af:outputText>
    </af:column>
    <af:column sortProperty="*InstanceId*" sortable="true"
    headerText="#{bindings.SerachResultVO1.hints.InstanceId.label}"
    id="c10" rendered="false">
    <af:outputText value="#{row.InstanceId}" id="ot6"/>
    </af:column>
    <af:column sortProperty="*TransactionId*" sortable="true"
    headerText="#{bindings.SerachResultVO1.hints.TransactionId.label}"
    id="c8">
    <af:outputText value="#{row.TransactionId}" id="ot10"/>
    </af:column>
    <af:column sortProperty="*PayloadSequence*" sortable="true"
    headerText="#{bindings.SerachResultVO1.hints.PayloadSequence.label}"
    id="c7" rendered="false">
    <af:outputText value="#{row.PayloadSequence}" id="ot11"/>
    </af:column>
    <af:column sortProperty="StatusFlag" sortable="true"
    headerText="#{bindings.SerachResultVO1.hints.StatusFlag.label}"
    id="c2">
    <af:outputText value="#{row.StatusFlag}" id="ot8"/>
    </af:column>
    <af:column sortProperty="CreationDate" sortable="true"
    headerText="#{bindings.SerachResultVO1.hints.CreationDate.label}"
    id="c9">
    <af:outputText value="#{row.CreationDate}" id="ot3">
    <af:convertDateTime pattern="#{bindings.SerachResultVO1.hints.CreationDate.format}"/>
    </af:outputText>
    </af:column>
    <af:column id="c12" headerText="Payload">
    <af:popup id="p1" contentDelivery="lazyUncached">
    <af:dialog id="d1" type="ok" resize="on">
    <af:panelFormLayout id="pfl4">
    <af:panelLabelAndMessage label="#{bindings.intname.hints.label}"
    id="plam1">
    <af:outputText value="#{bindings.intname.inputValue}"
    id="ot13"/>
    </af:panelLabelAndMessage>
    <af:panelLabelAndMessage label="#{bindings.payload_data.hints.label}"
    id="plam2">
    <af:outputText value="#{bindings.payload_data.inputValue}"
    id="ot12"/>
    </af:panelLabelAndMessage>
    </af:panelFormLayout>
    </af:dialog>
    </af:popup>
    <af:commandLink
    text="view Payload"
    id="cl1"
    actionListener="#{bindings.getPayload.execute}"
    disabled="#{!bindings.getPayload.enabled}">
    <af:showPopupBehavior popupId="p1"/>
    <af:setPropertyListener type="action"
    to="#{bindings.trans_id.inputValue}"
    from="#{row.bindings.TransactionId.inputValue}"/>
    <af:setPropertyListener to="#{bindings.inst_id.inputValue}"
    type="action"
    from="#{row.bindings.InstanceId.inputValue}"/>
    <af:setPropertyListener to="#{bindings.interfaceid.inputValue}"
    from="#{row.bindings.InterfaceId.inputValue}"
    type="action"/>
    <af:setPropertyListener to="#{bindings.payload_seq.inputValue}"
    type="action" from="#{'5'}"/>
    </af:commandLink>
    </af:column>
    </af:table>
    Edited by: Bob on Feb 7, 2011 11:24 PM

  • Running query based on other query result

    Hi Again Friends.
    first of all i am very much thankful for members who sent me prompt response and been helping for last 2 days.I am again with query,maybe a lame one.
    I want to run a query based on record return from previous query.FOr instance i have query
    Select sum(marks) from studentMarks,student_id where course_Id=4 and student_Id
    IN
    (Select StudentId from Student where dept_id=3)
    the courseID and studentID are being repeated in the above table
    now I want to show Student Names with the marks Obtained and who belong to dept_id=3,i want to run other query to get Name based on StudentId resutned from previous one.
    Is there anyway to do this in oracle to save result in some resultSe and use it later?
    Thankyou

    Do you mean something like:
    Select sum(marks), S.StudentId, S.StudentName
    from StudentMarks M
    ,      Student          S
    where S.course_Id=4
    and  M.Student_id = S.StudentId
    and S.student_Id
    IN
    (Select StudentId from Student where dept_id=3)
    group by StudentId, StudentName

  • Output of One Query  is input to other Query??

    Hi All,
    How to make output of one query as input to other Query and what are the points to be takeb care of to do it?
    regards,
    murali.
    Message was edited by: Murali

    Hallo
    You got a second query where you also have 0date. Based on the selection on the second query, you get some value for 0date. this values are then passed in background to the first query which will show you the output based on the input date of the first query. You can also have othe variable in the query.
    http://help.sap.com/saphelp_nw04/helpdata/en/e3/e60138fede083de10000009b38f8cf/frameset.htm
    I hope everything is fine.
    Mike

  • Alternative for result from other query  and merge dimension option option

    Hi Everyone ,
    Am Developing one webi report over bex Query.
    Actual scenario is output of one webi report should be the input of other webi report.
    Eg:
    Table 1
    2010        Cus 1
    2010        Cus 2
    2011        Cus 3
    table 2
    cus1    m1   100
    cus2    m2   200
    Cus3    m1  400
    Report 1 designing 
    First report created using table 1 and prompt for year
    Report  2 designing
    Second report created using table2 and prompt for customer
    So when am Running first report it will ask for parameter year and if am selecting 2010 then the report will return C1 and C2
    this out put should e the input for report 2.
    So out put will be 100+200=300
    NOTE:1. Result from other query is not working in webi filter pane since am building on olap universe.
               2. Merge Dimension performance is very slow .
    Any Solution ?
    Regards,
    Kannan.B

    Hi,
    Thanks for ur reply
    As you said , If am giving hyperlink to other report .
    Eg: User selected Tamilnadu then report 1 opened  then  he has to click the some cell or hyperlink cell to view the actual report(2nd report).
    Suppose user Clicked that hyperlink cell and 2nd report opened and he is viewing the data for Tamil nadu and he decided to see the report for
    Andrapradesh so according to this logic he has to select first report and refresh the data for Andra and from there he has to come to 2nd report.
    totally 4 screen will be opened for seeing the two states report.
    So Some other alternative.......

  • About give from one query to other the same value of a variable

    Hi Gurus,
    my problem is About give from one query to other the same value of a variable, i have a wad with a view, and this wad has some bottoms in javascript to go to anothers wad with charts, the problem is when i ran the query one, i put a value = calyear:2008 (Obligatory Variable), but when i click the bottom to go to the other query with the same variable, he ask me again a value,
    i want write a value just one time, and the others wad can recieve the first value that i put when the wad opened.
    i really need it , thanks !

    Hello Jorge,
    What you need here is Replacement path variable. Check out this link for more details:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/bd/589b3c494d8e15e10000000a114084/content.htm
    In the second query where you need the value (calyear:2008 from first query) create a Variable for calyear of type Replacement path, in Replacement tab you can select either query or variable by which it has to replaced. In your case, it has to be variable from the first query.
    Do let me know if this works. If this does not work I suggest you to use Web APIs to replace the variable values using Web APIs. Check out the details:
    http://help.sap.com/saphelp_nw2004s/helpdata/en/29/4d15422ecce02ce10000000a1550b0/frameset.htm
    Hope this helps.
    Regards,
    Srini

  • Testing an ISA Server Rule, the recursive query to other DNS Servers test fails

    Hello,
    I am trying to configure the following infrastructure with ISA Server 2006 and two W2003 servers (called "Server1" and "Server2") . "Server1" is a domain controller, and in
    "Server2" is the ISA Server installed, which also has
    attached two network Ethernet cards, one called "Internal Ethernet Card", and the other one called
    "External Ethernet Card".
    The infrastructure would be:  "Internal Ethernet Card"---- ISA Server ----"External Ethernet Card"---"Router"----"Internet"
    "Internal Ethernet Card" manages the internal package traffic of the infrastructure, the network segment which belongs is isolated from what we could called the Outbound traffic, which is linked to a router. "Internal Ethernet Card" it`s
    a virtual network.
    "Internal Ethernet Card" feature configuration is the following:
    - IP address: 192.168.3.3
    - Subnet Mask: 255.255.255.0
    - DHCP Enabled: No
    - DNS Server: 192.168.3.1 (Must point to the DC "Server1" which has the DNS Service installed)
    - Default Gateway:  None  (because doesnt point to outside)
    - Primary WINS Server: 192.168.3.1  
    The "External Ethernet Card" provides, the outbound connection, and this card is connected to the physical router.
    It`s feature configuration is the following:
    - IP address: 192.168.1.50
    - Subnet Mask: 255.255.255.0
    - DHCP Enabled: No
    - Default Gateway: 192.168.1.1
    - DNS Servers: 192.168.3.1 (Must point to the DC "Server1" which has the DNS Service installed)
    After configuring the network cards, I create the following rule in the ISA Server to allow the traffic towards outside from the server and the clients which have joined to the domain:
    Action: Allow.  Protocol: DNS.  From:"Server2".  To : External.  Condition: All Users
    After applying the changes to update the configuration, I enter in the Dns Server of "Server1" and in the "Monitoring" tab, I run a "recursive query to other DNS Servers" but fails.
    Only works the "simple query against this DNS Server".
    I don`t know why fails, but I`m stucked on this issue, because in the "Server1" DNS Server, in the "domain forward IP address list", I have added two DNS addresses which work OK.
    I would appreciate some help to solve this issue.
    Thanks
    Regards 

    Hello Ms. Long, 
    Yes, you are right. In the Server1 is configured the DNS server, to use forwarders whose are set in the field "Selected domain`s forwarder IP address list", two DNS address numbers obtained from "Open DNS", which work well.
    There is no DNS Server linked to the External NIC.
    The Server1 belongs to a private network configured as "VMnet3", which it is set as follows:
    IP address: 192.168.3.1
    Subnet Mask: 255.255.255.0
    Default Gateway: 192.168.3.3
    DNS Server: 192.168.3.1
    I have tried to test your suggested idea:
    > set d2
    > google.com
    Server:  srv-dcfs-01.dominio.local
    Address:  192.168.3.1
    SendRequest(), len 42
        HEADER:
            opcode = QUERY, id = 2, rcode = NOERROR
            header flags:  query, want recursion
            questions = 1,  answers = 0,  authority records = 0,  additional = 0
        QUESTIONS:
            google.com.dominio.local, type = A, class = IN
    Got answer (113 bytes):
        HEADER:
            opcode = QUERY, id = 2, rcode = NXDOMAIN
            header flags:  response, auth. answer, want recursion, recursion avail.
            questions = 1,  answers = 0,  authority records = 1,  additional = 0
        QUESTIONS:
            google.com.dominio.local, type = A, class = IN
        AUTHORITY RECORDS:
        ->  dominio.local
            type = SOA, class = IN, dlen = 46
            ttl = 3600 (1 hour)
            primary name server = srv-dcfs-01.dominio.local
            responsible mail addr = hostmaster
            serial  = 41
            refresh = 900 (15 mins)
            retry   = 600 (10 mins)
            expire  = 86400 (1 day)
            default TTL = 3600 (1 hour)
    SendRequest(), len 28
        HEADER:
            opcode = QUERY, id = 3, rcode = NOERROR
            header flags:  query, want recursion
            questions = 1,  answers = 0,  authority records = 0,  additional = 0
        QUESTIONS:
            google.com, type = A, class = IN
    DNS request timed out.
        timeout was 2 seconds.
    timeout (2 secs)
    SendRequest failed
    *** Request to srv-dcfs-01.dominio.local timed-out
    As you can see highlighted in bold, the problem remains in the "recursive query to other DNS Servers" check.
    Maybe is better to put the issue on the "Windows Server General Forum" , because the issue has not nothing in common with the ISA Server, dont you?
    Thanks
    Best regards

  • How to create a DB Adapter with select query having inner query

    Hi All,
    I am trying to create a DB Adapter with select query. The query has some inner queries in it. It is just like this select a, b, c, (select d from e) d, (select e from e) e from tablename.
    The problem here is with the xsd generated for this query. Xsd is not getting generated properly for all the fields it is just getting generated till c element and when it encounters
    the inner query it is stopping the generation of xsd. So for the above query the xsd is something similar to the below
    <xs:complexType name="rewOutput">
    <xs:sequence>
    <xs:element name="a" type="xs:string" nillable="true"/>
    <xs:element name="b" type="xs:string" nillable="true"/>
    <xs:element name="c" type="xs:string" nillable="true"/>
    <xs:element name="select_d" type="xs:string" nillable="true"/>
    </xs:sequence>
    </xs:complexType>
    as shown above the xsd is just getting generated till the first inner query. What should be done to get the full fledged xsd. Should it be manually built ?? Please help me on this.
    Thanks In Advance.
    Edited by: 959766 on Nov 30, 2012 1:20 AM

    Hi,
    I don't think the parser will be able to understand your query properly... I would try building the xsd manually...
    Cheers,
    Vlad

  • Query rule using query variables

    Hi All,
    I am working on a query rule in SharePoint 2013. I am trying to build a query text using query variables to provide profile based results to the users. The query text which I am using in the query builder is of the following format:
    {SearchBoxQuery} CombinedLanguage:{User.PreferredContentLanguage}
    but its not taking the user.preferredcontentlanguage value. Has any one worked on similar type of query rules using query variables? Please share your suggestions.
    Thanks !!

    Hi,
    As I understand, you cannot get the user.preferredcontentlanguage value.
    1. Make sure you have set the value of query variable {user.preferredcontentlanguage}, it will return -1 if not set.
    2. Make sure you search in the right result source.
    3. Please check the crawled property mapped to the managed property CombinedLanguage and make sure that there is at least one value indexed by the crawled property equal to the {user.preferredcontentlanguage}.
    The article below is about the query variables.
    https://technet.microsoft.com/en-us/library/jj683123.aspx
    The article below is about the different query variables return different result examples.
    http://techmikael.blogspot.in/2014/05/s15e03-query-variables-constant-trouble.html
    Best regards
    Sara Fan
    TechNet Community Support

Maybe you are looking for

  • Remotely repair commad Adobe Reader 9.4 on Windows XP SP3 Clients

    We detected an issue with Adobe Reader 9.4 distribution on houndeds on computers, and we need to figure out how to execute a product repair unattended (Menu Help -> "Repair Adobe reader Installation") .We are using SMS 2003 as distribution software A

  • NOKIA OVI STOPPED WORKING MESSAGE WHEN I TRY TO LO...

    Hi everyone,this is my first post so please forgive my naivety,but what little of my hair is left I have nearly pulled out over the last few days. My problem is that I was prompted to upgrade my old Nokia Music to OVI and all seemed ok until a week a

  • Archiving phisical filename

    Hi Sap Experts, We are testing archive for the FI and CO modules According with SAP documentation the file name should result from this:      PARAM_1: Two-character application abbreviation (for example, HR, CO, MM) for the classification of the arch

  • Is the time column in VA05 the time the sales order created?

    i have added a time column in VA05. May i know whether it is the time the sales order is created? How do i know if it it the created time? Need to know the sales order created time, for example at 7:00. Thank you

  • Mobiliser startup error:Bundle did not start up in time

    Hi Anil, I am trying to install mobiliser  platform 5.1 SP 03 on cloud. I am following this guide. http://infocenter.sybase.com/help/topic/com.sybase.infocenter.dc01871.0513/pdf/Mobiliser_Platform_Installation_Guide_5.1 when I execute the startup scr