Sometime Report show completed / Warning

Total projects to print in this report are 20. There are 2 criteria to print this report, which are Project Number and Output Format. As follow;
Project number from *1 to 20* and output in PDF format --- > Complete/Normal
Project number from *1 to 2*0 and output in EXCEL format --- > Complete/Warning
Project number from *1 to 18* and output in PDF format --- > Complete/Normal
Project number from *1 to 18* and output in EXCEL format --- > Complete/Normal
Project number from *18 to 20* and output in PDF format --- > Complete/Normal
Project number from *18 to 20* and output in EXCEL format --- > Complete/Normal

Hi,
I am having a similar problem, were you able to find a solution to the problem you reported. Could you please share that info.
Thanks
Bindu

Similar Messages

  • Report showing Critical/Warning alerts in New resolution state 1 day old

    Hi,  Has anyone come up with a SQL query that will pull this information correctly - there are a few other posts I've read that mentioned the perculiarity that resolution state isnt updated on original alert and instead 'pairs' of alerts ar created
    with one having the new state (0) and the associated one with the closed state(255).  I'm aware the active alerts are stored in OpsDB and then groomed to DataWarehouse, and its a bit of a minefield to know where to pull the various properties from - I've
    seem some examples with very complicated joins between the various tables.
    I am also wondering where the console gets the 'Age' property of an alert (In Monitoring Pane), is it held in one of the tables Which I can directly reference or is it a calulates field which the console displays/formats as days/hours.
    A version of the script I'm hacking away with is as below - it gives me some of the detail but not sure how to get it to display the specific criteria needed (Critical/Warning in state New > 1 day old).  If anyone can supply a working script (for
    SCOM 2012R2 it would be greatly received!!)
    SELECT     a.AlertGuid, a.AlertName, a.AlertDescription, a.Severity, a.Category, active.ResolutionState, active.TimeInStateSeconds, active.StateSetDateTime,
                          Current_ResolutionState.StateSetByUserId, Current_ResolutionState.ResolutionState AS Current_ResolutionState, Current_ResolutionState.TimeFromRaisedSeconds,
                          Current_ResolutionState.StateSetDateTime AS Current_StateSetDateTime, a.RaisedDateTime, vManagedEntity_1.DisplayName, ad.CustomField3,
    ad.CustomField2,
                          ad.CustomField6
    FROM         Alert.vAlert AS a INNER JOIN
                          Alert.vAlertDetail AS ad ON ad.AlertGuid = a.AlertGuid INNER JOIN
                          Alert.vAlertResolutionState AS active ON active.AlertGuid = a.AlertGuid AND active.ResolutionState = 0 INNER JOIN
                          vManagedEntity ON a.ManagedEntityRowId = vManagedEntity.ManagedEntityRowId INNER JOIN
                          vManagedEntity AS vManagedEntity_1 ON a.ManagedEntityRowId = vManagedEntity_1.ManagedEntityRowId AND
                          vManagedEntity.ManagedEntityRowId = vManagedEntity_1.ManagedEntityRowId LEFT OUTER JOIN
                          Alert.vAlertResolutionState AS Current_ResolutionState ON Current_ResolutionState.AlertGuid = a.AlertGuid AND Current_ResolutionState.ResolutionState
    <> 0
    WHERE     (a.RaisedDateTime BETWEEN @StartDate AND @EndDate) AND (Current_ResolutionState.ResolutionState < 11) AND (a.Severity <> 0)
    ORDER BY Current_ResolutionState

    try the following
    SELECT     a.AlertGuid, a.AlertName, a.AlertDescription, a.Severity, a.Category, active.ResolutionState, active.TimeInStateSeconds, active.StateSetDateTime,  Current_ResolutionState1.ResolutionState1 AS Current_ResolutionState,
    Current_ResolutionState1.TimeinstateSeconds1, 
     Current_ResolutionState1.StateSetDateTime1 AS Current_StateSetDateTime, a.RaisedDateTime, vManagedEntity_1.DisplayName, ad.CustomField3, ad.CustomField2, ad.CustomField6
    FROM         Alert.vAlert AS a INNER JOIN
                          Alert.vAlertDetail AS ad ON ad.AlertGuid = a.AlertGuid INNER JOIN
                          Alert.vAlertResolutionState AS active ON active.AlertGuid = a.AlertGuid AND active.ResolutionState = 0 INNER JOIN
                          vManagedEntity ON a.ManagedEntityRowId = vManagedEntity.ManagedEntityRowId INNER JOIN
                          vManagedEntity AS vManagedEntity_1 ON a.ManagedEntityRowId = vManagedEntity_1.ManagedEntityRowId AND
                          vManagedEntity.ManagedEntityRowId = vManagedEntity_1.ManagedEntityRowId LEFT OUTER JOIN
                          (select alertguid, max(resolutionstate) as resolutionstate1 , max(statesetdatetime) as statesetdatetime1,
                            max(timeinstateseconds) as timeinstateseconds1 from Alert.vAlertResolutionState group by alertguid)
                           AS Current_ResolutionState1 ON Current_ResolutionState1.AlertGuid = a.AlertGuid AND
                             Current_ResolutionState1.ResolutionState1 <> 0
    WHERE     (a.RaisedDateTime BETWEEN @StartDate AND @EndDate) AND (Current_ResolutionState1.ResolutionState1 < 11) AND (a.Severity <> 0)
    AND Current_ResolutionState1.timeinstateseconds1 >= 86400 ORDER BY Current_ResolutionState
    Roger

  • Creating Pivot Table in XML Publisher having Completed Warning Status

    Hi guys,
    I really need you expertise on this. please help :(
    - I created a Conc. Program that has XML ouput Named Sales Report.
    - Then I connect that to my sales.RTF template.
    this is always been what i'm doing and its fine but my case now is that.
    - Creating my .RTF template in ms word, I used PIVOT table. It is okay when I loaded the xml there then view ouput.
    but when I upload it in oracle and connect to my concurrent Program there report is 'Completed Warning Status'
    Does anyone have any idea why? or is there anyway I can produce Pivot report with xls output?
    Thanks in advance.
    RDBMS : 11.1.0.7.0
    Oracle Applications : 12.1.3
    regards,
    Randy

    Hi There,
    I am encountering the same and I wonder if you've ever got it resolved. If yes would you please share the solution?

  • XMLP Report Ends in Completed - Warning

    Hi Gurus..
    I ran the concurrent program and it ends in Completed - Warning.
    I checked the Log File and it shows the following message:
    Executing request completion options...
    ------------- 1) PUBLISH -------------
    Beginning post-processing of request 1559015 on node PROFIT9 at 20-MAY-2009 06:06:10.
    Post-processing of request 1559015 failed at 20-MAY-2009 06:06:11 with the error message:
    One or more post-processing actions failed. Consult the OPP service log for details.
    ------------- 2) PRINT   -------------
    Not printing the output of this request because post-processing failed.
    Then i checked concurrent Program > Diagnostics > View XML
    I get the following error message at the bottom:
    Missing equals sign between attribute and attribute value.
    <APPLICATIONS TEMPLATE REPORT></APPLICATIONS TEMPLATE REPORT>
    Can anyone tell me why this is happening...?
    Thanks in Advance,
    Raj

    Ooops
    <APPLICATIONS TEMPLATE REPORT></APPLICATIONS TEMPLATE REPORT>
    This is not a valid XML.
    When merging, the XML generated , and the RTF template the process causes failure due to that.
    can you merge the xml from this request and template you have and see, if its fine or not. it will fail.
    Solution could be :
    if you'r using the RDF , then for each filed you have to setup the XML element name without spaces.
    It should look like <APPLICATIONS_TEMPLATE_REPORT></APPLICATIONS_TEMPLATE_REPORT>
    What is the concurrent program doing ? RDF based, pl-sql based ? sql based ?

  • R12 XML Publisher reports shows output but with warning

    R12 XML Publisher reports shows correct output in both PDF and EXCEL but with warning, this is making the business uneasy, can any one help me with this.
    Please advise?

    Hi santark
    Please check [this search|http://forums.oracle.com/forums/search.jspa?threadID=&q=%22OPP+Response+Timeout+to%22&objID=c84&dateRange=all&userID=&numResults=15] this topic discussed before
    Regard
    Helios

  • XML Publisher Report Finished in Warning 11i EBS HRMS

    Hi there
    I have developed XML Publisher Report using Developer 6i Data Module, this report works fine for specific sets of records. but When I run this report for All Companies This Report Finished in Warning.
    Note: XML Data is generated in this report I can see the XML Data in explorer.
    This report is for Oracle 11.5.10.2 (HRMS)
    Oracle XML Publisher 5.6 Build 45
    ++++++++++++
    AND When I load this XML file into Template at MS Word, I loaded Successfully and When I try to get the PREVIEW, I GET the following ERROR
    Font Dir: C:\Program Files\Oracle\XML Publisher Desktop\Template Builder for Word\fonts
    Run XDO Start
    RTFProcessor setLocale: en-us
    FOProcessor setData: M:\ATCO\Disco\Employee Profile Report\Defect\119\XXPEREMPPROFILE4.xml
    FOProcessor setLocale: en-us
    Regards
    ASIM

    Is the XML file Complete with all tags closed? Issues with Oracle prevent the completion of the XML file. It truncates in between and hence is not parsed successfully by the XML Template.
    Also, try setting the following to 'TRUE' under XML Publisher Administrator>Administration Tab
    1) Use XML Publisher's XSLT processor.
    2) Enable scalable feature of XSLT processor.
    3) Enable XSLT runtime optimization.
    Thanks, Naveen Gagadam.

  • Cost element and Line item reports show different actual costs

    Hi PS experts,
    My client has an issue pertaining to actual cost reports. The cost element report shows actual costs $42,000 for one WBS and when I double click to see details the value it shows is $2100. Even when I checked line item report for this WBS the value is $2100. What could be the reason for getting different values? If some one throw some light on this it would be great helpful to me
    Regards,
    Laxminarsimha

    Laxminarsimha
    The values in CJI3 should be correct and will include all postings (e.g. Settlement values) and possibly Actual Revenues unless a filter is in place - so take this as being your correct figure to start with.
    Your drilldown will show the same value as CJI3 because it is CJI3
    Any cost element report you are using is probably correct for what you are asking - is this a Standard Cost Element Report you are using or is it bespoke
    One thing to be careful of when you drilldown on Cost Element Reports is that you do not always get the a make up of the value you have drilled down
    e.g.
    Cost Element Report was run for Period 1 to 6 2008 and shows £100.00
    You drilldown and sometimes the drilldown automatically shows ALL line items e.g £500.00 (not just the values for periods 1 to 6 of 2008 which you may expect £100.00)
    In the past I've removed the drilldown capability from bespoke cost element reports to prevent drilldown to the line item report (which is CJI3) because of this problem.
    Usually where values for a a number of periods only (not total costs) was required
    Other factors to consider
    Revenues/Settlements may be excluded from Cost Element Report but will not be excluded from CJI3 unless you specifically restrict
    You need to identify which types are postings are missing from the Cost Element Report (what is common...cost element, dr/cr indicator, business transaction)
    I've also hit the mistake in the past where I've asked for periods 1 2007 to period 3 2008 and instead of giving me just over a years worth of actual it gave me actuals for periods 1 to 3 for 2007 and 1 to 3 for 2008.
    Hope this helps
    Steve

  • Create Intercompany AR Invoices Request Ends Completed Warning

    Dear All
    When trying to Run the Concurrent 'Create Intercompany AR Invoices' from the shipping OU, the concurrent ends Completed Warning and after Reviewing the Log File it shows,
    Warning: Cannot retrieve price list from bill-to site information Internal Location or from Customer with Customer Number 3705 and Customer Name Internal Areen.
    Action: Please use Define Customer Form to enter the price list information fo
         Returned warning from extra function
    Return Warning from inilco.
         The global status is INVALID.
    Warning: Cannot create invoice line
    End Processing Transaction ID: 3538149
    Transaction ID: 3538149      Status = FAILURE
    Please help to resolve me this issue.
    Thanks
    Dinesh

    Hello,
    In customer definition you should have inter company price list or you do not have price for item in this price list.
    Look also
    11i INCIAR Warning: Cannot Retrieve Price List From Bill-To Site [ID 369274.1]
    11i INCIAR Create Intercompany AR Invoice APP-INV-05706 Cannot Retrieve Transfer Price For The Item [ID 356315.1]
    Cannot Retrieve Price List From Bill-To Site Information &Loc Or From Customer With Customer Number [ID 1097385.1]

  • My iphone 4s sometimes wont show voice mail,sometimes wont ring just shows missed call,sometimes wont receive a text till next day. can anybody help me???

    My phone sometimes wont show voice mail,sometimes wont ring just shows missed calls,and some text messages wont show received till next day. Can anyone help?

    Settings > General > Reset > Reset Network Settings.
    Try reseating or replacing the SIM card.
    Basic troubleshooting from the User's Guide is reset, restart, restore (first from backup then as new). 
    Has any of the above been tried?

  • "Invoice History Report "show wrong balance for supplier invoice with USD

    Invoice History Report show wrong balance for supplier invoice with USD Currency
    After I run this report i see in the last of this report there is difference between the supplier total
    USD (Currency ) and the open Balance USD , it is decreased the open balance
    for supplier with 2300 USD with out any reasons
    bellow is some data copy of the report
    ======================================================
    Supplier Site Total: SAR 34,700.00
    Supplier Site Total: USD 39,000.00
    Supplier Total: SAR 34,700.00
    Supplier Total: USD 39,000.00
    Open Balance: SAR 34,700.00
    Open Balance: USD 36,700.00
    *** End of Report ***
    ==============================================
    please advise me from where can this differenc ( 39000 - 36,700=2300 )COMMING
    or it is bug in this report , becuase i compare this report with other report in account payable like
    -supplier open balance letter
    -invoice register report
    -invoice aging report
    all this report give me the amount for supplier USD =39000
    BUT AGIN FROM WHERE THE SYSTEM DECREASED THE AMOUNT TO 36,700
    thanks

    Can you try running Create Accounting For payments just before you run the Invoice History Report and re-check .
    Thanks

  • Help me in  'AR Details ' report shows total open invoices by customer

    hi friends,
    please  help me in  'AR Details ' report shows total open invoices by customer and PO number over selected time range.
    any thing related to open invoices please send me as early as possible.
    Thanks,
    Regards,
    Yogesh

    Hi,
    Find the T.code VF05. You will get the list of open billing docs. Its SIS report. Please find whether the SIS is active or not in your system
    Regards,

  • Update before a report shows with bind variable

    I need to update a table before a report shows. This report have bind variable and I need bind variable value for clause where in update, how can I do that?
    I would thank so much any idea

    Mery,
    If I understand correctly your application should display a report when it is called.
    But first, before the report is displayed, you want to update a table, using a bind variable passed into the report when it is called. Do I understand correctly so far?
    So while editing the report, in the last tab option you have (Additional PL/SQL Code), you need to put some pl/sql code into section titled '...before displaying the page.'
    declare
    begin
    update table_x
    set column_x = somevalue
    where column_y = bind_variable;
    end;
    I haven't yet passed bind variables into reports so I'm not quite sure how to retrieve them, but I'm sure there are other postings here about that.
    I'm mostly just trying to clarify if this is what your asking, and maybe somebody else can answer the rest of your questions.
    Good luck.
    Kurt

  • Oracle Discoverer report shows drilldown icon in Web version

    Hi ,
    I am trying to create a new CROSS TAB Discoverer report. I made all my development done using the Discoverer desktop edition and is fine. When I saved in the database and showed the same report the User, in the Web Version, the report shows ' >' icon in all the cross tab headings and when the cursor is moved there, it gives an option to Drill down.
    We have 3 fields which are selected but not shown in the report. It shows the drill down to those 3 fields.
    My questions is:
    1. I should not allow users to drill down. It should not show that option.
    How to disable that option in the Web Version.
    Any help in this regard is highly appreciated.
    Thanks & Regards,
    Kiran Kesari

    Yogini is correct, but the solution provided will remove drill capability for all users under all circumstances. This is a "shortcoming" of Disco. If you set up a hierarchy for the users to use for drilling, the users must have the drill out privilege. This has the additional effect of adding the "Drill to related..." feature to most (and I believe all) columns.

  • Print link on report shows 'no data found' when LOV has not been used

    Hi all,
    I have a simple standard report that queries data based on the value in a Select List. This Select List allows users to pick a year for the report. The LOV has a default of TO_CHAR(SYSDATE,'YYYY').
    If I open the page using the associated Tab everything wotks OK. However, if I open the page via a button on my home page, the prink links fails:
    The page opens OK, the select list defaults OK and the report shows the correct data. However, if I click on the 'Download as CSV' or 'Print' links I get 'no data found'.
    If I update the LOV to 2010 everything works. If I set it back to 2009 evenrything works. I just cant get it to work when I open the page.
    I have tried adding computations to get this to work, but this does not seem to help.
    Any ideas?
    Thanks,
    Martin

    Hi,
    It would depend on what has been added, if anything, to the redirect. The redirect should just function as though you had typed in a URL into the address bar and pressed Enter. The page doesn't get submitted, so any data entered onto the page itself is, unless it is already in session, lost. A button, however, should submit the page and Apex will store all values in the session. So, if the value you need for the LOV is from the previous page, then this is the preferred method - but, note, that the redirect can also store values provided the page item name and the value is included in the redirect's URL string
    Andy

  • MC$4 report shows PO value in wrong currency

    MC$4 report shows PO value in wrong currency EUR (EURO) eventhough PO
    was created with SEK (swiss) currency. Report picks data from info
    table S012 that also reflects wrong currency.
    Please check attached example....
    Currency is getting picked up in table S012 info-structure from company
    code table T001 (PO belongs to) not from purchase order.
    This is certainly bug in standard SAP LIS report. This is inbuilt LIS feature given by SAP & we cannot do any fixing.
    Can you provide solution how we can correct this error. How to display correct currency in report & info-structure S012.

    hi
    in the report the system might be taking the co code currency
    what u have to do is go to  MC$4  press ctrl+F7
    u will get the currency change option change it to what u want
    regrads
    kunal
    awrad if helpful

Maybe you are looking for