Views not displaying any data

Hi,
We are experiencing a strange issue with views in production server.
Views created off of one query is not working where it is displaying "NO Data Available" ,
When the view is executed we fill in the company code and date and leve the remaining 10 selections with out filling, and we are getting "No Applicable data" ,but there is data for that selection.
When we go and try to refresh the variable screen it is filled with date in all selections which are not date fields, and that is causing the problem. " Not sure why the date is filled in all the selections"
Views on different query are working fine.
But the views on same repot are working fine in Development server. But not in Production. We didnt make any changes to that query. We also regenerated the query.We have bounce the java server.  We have retransported the query and nothing worked.
We are on SAP BI 7.0 SP 22
Please suggest
Thanks,
Kiran
Edited by: Kumar on Aug 17, 2010 4:04 PM
Edited by: Kumar on Aug 17, 2010 4:13 PM

Amer,
Thank you for your reply,  based on your suggestion i have been trying to look for the OSS note untill now there is no success.
I will still look for the note.
Just in case if any one come across this oss note please let me know.
Thanks,
Kiran

Similar Messages

  • Product Revenue Bookings and Backlog Dashboard does not display any data

    Product Revenue Bookings and Backlog Dashboard does not display any data even though the load completed successfully.
    They are able to see just the parameters.
    Not sure if the upgrade of the database from 9.2.0.6 to 10.2.0.3 is a factor.
    What can I check?
    Is there some table to verify that the data exists for display in the Product Revenue Bookings and Backlog Dashboard?
    Screenshot is at:
    https://gtcr.oracle.com/gtcr-dir/gtcr_5637/6415786.993/Product_Revenue_Bookings_Backlog_Dashboard.doc
    Support suggested to create a new request set and run the initial load with load all summaries option; but there was no change in the Product Revenue Bookings and Backlog Dashboard.
    Any ideas?

    hi
    We have faced the similar problem after the upgrade to 10G
    What we did was
    Ran the initial load of time dimension, Item setup request set, and the request set of all the dash board in the clear and initial load mode..
    we were able to get the data once the clear and load is completed successfully
    Regards
    Ramesh Kumar S

  • S_ALR_87013611 is not displaying any data for GL

    Hi,
    THe report S_ALR_87013611 is not displaying any data for GL. How to go about this
    Regards
    SM

    Hi,
    S_alr_87013611 is a report where we can see the  planned and actual costs  in cost elements in cost center wise  for a specific controlling are for a given period.
    Please check if your GL accounts are assigned with the cost elements in FS00.
    If not create them.
    You can assing all cost elements to many GL  at a time using
    OKb2_ Give the range and the cost element for each range eg, expenses range - cost element 1, incomeange _Cost element as 11 etc.
    OKb3 _Create the batch input session
    SM30_ Run the batch input session created
    Also please check if you have given the cost center group costt senter range while you entered the ranges in the selection screen in this report.
    Similarly please check the cost elements and cost elements group also.
    Thanks,
    Shilpa.

  • Appraisal iview is not displaying any data

    Hi gurus,
    We are using MSS 1.0 ,ECC 6.0 and ep 7 .
    We are having some problem with the appraisal iview in MSS general information.The employee has data in the back end but in portal it is showing as no data available.Are there any settings to be made to display the appraisals.
    Please it's very urgent.

    I  am using below code but it doesnot display any data, Please let me know what I am doing wrong
                    Dim PLT
    As New ADODB.Connection
    Dim MyRecSet As New ADODB.Recordset
    Set PLT = New ADODB.Connection
                    PLT.ConnectionString
    = "xyz"
                    PLT.Open
    Set MyRecSet = New ADODB.Recordset
    Set MyRecSet = PLT.Execute("SELECT * FROM Action_item")
    If Not MyRecSet Is
    Nothing Then
    If MyRecSet.State Then
                    MyRecSet.Close
    End If
    End If
                 MyRecSet.CursorLocation
    = adUseClient
                 Set DataGrid1.DataSource
    = MyRecSet
                 DataGrid1.Refresh
    Hi,
    Based on the title of this thread and these lines like the following one which is not supported in vb.net.
    Set MyRecSet = New ADODB.Recordset
    I am afraid that issues related to VB6 are not supported in these forums any more, you could check
    Where to post your VB 6 questions
    You could consider posting this issue in these forums below:
    These forums do not support Visual Basic 6, however there are many third-party support sites that do. If you have a VB6-related question please visit these popular forums:
    VB Forums
    VB City
    Thanks for your understanding.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • ReportViewer control used with a remote report does not display any data.

    Hi there,
    I have this .rdl report that runs just fine on our reporting server (I can see that when I try to run the report by accessing its URL in a browser). However, when I run it in my Windows-based application, I do not see any data. My report has two input parameters
    and it needs to impersonate the caller's identity because the database uses Windows Authentication.
    Here is the code I use:
    var reportViewer = new ReportViewer();
    // Set Processing Mode
    reportViewer.ProcessingMode = ProcessingMode.Remote;
    // Set report server and report path
    reportViewer.ServerReport.ReportServerUrl = new Uri("http://MySsrsServer/reportserver");
    reportViewer.ServerReport.ReportPath = "/Reports/MyReport";
    // set the credentials
    reportViewer.ServerReport.ReportServerCredentials.ImpersonationUser = WindowsIdentity.GetCurrent();
    // create report parameters and set them in the report
    var param1 = new ReportParameter("First_Param", "Some string");
    var param2 = new ReportParameter("Second_Param", "Some other string");
    reportViewer.ServerReport.SetParameters(new ReportParameter[] { param1, param2 });
    using (var reportForm = new ReportForm(reportViewer))
    reportForm.ShowDialog();
    The ReportForm is just a regular Form that has a member of type ReportViewer. In the class' constructor, I assign the member:
    public ReportForm(ReportViewer reportViewer)
    InitializeComponent();
    try
    this.reportViewer = reportViewer;
    reportViewer.SetDisplayMode(DisplayMode.PrintLayout);
    reportViewer.Dock = DockStyle.Fill;
    reportViewer.ZoomMode = ZoomMode.Percent;
    reportViewer.ZoomPercent = 100;
    reportViewer.RefreshReport();
    catch (Exception exception)
    MessageBox.Show(exception.Message);
    Using database level tracing, we were able to confirm that the two Stored Procedures used by the report are called and they return correct and valid records. However, in the form nothing shows up:
    Any suggestions?
    TIA,
    Ed

    Good to know CR doesn't like joins of Stored Procedures to something else.
    But in my testcase, I finally dropped the link between the ttx file and the stored procedure. Doing so, I was able to run the report from the designer with the stored procedure as datasource instead of the ttx file. At that moment, I still had missing data in my report, while the resultset of the stored procedure returns me all the correct data !
    In the mean time, I changed the layout a bit, especially the text fields containing name, address, country and postal code and city of the customer, by just adding some spaces between those seperate databasefields. In fact, there is one text box with all those database fields concatenated one to the other.
    And by just adding some spaces in between, my report works fine again ?!
    Strange, strange, strange,....

  • MI CLIENT(SIMULATOR) IS NOT DISPLAYING ANY DATA AFTER SYNC

    Hi ,
    I am facing a problem in displaying the data in the mobile client(Simulator).
    STEP1: I have created the data objects in the MI7.1 server and then updated the CDS(CDS is having values ) and the created the devices in the Mobile administrator .
    STEP2: Created the client UI (Composite Development) deployed ,no errors and able to view the application.
    STEP3: Device queue i filled up,Tried to sync the client with the DOE (SYNC Successful). checked the C\:....IDE\CE\eclipse\plugins\com.sap.tc.mobile.dt.oca.rt\MI\data\dba this is having the databases for the device.(MINDB and the corresponding tables)
    But when I opened up the client to run the application again then also no data i appearing in the client (Simulator). When i Checked the log file it is giving an java.util.MissingResourceException. trace show like this.
    <?xml version="1.0" encoding="utf-8"?>
    <l>
    <h n="..\log\trace_0.trc" v="1.5" d="2009-03-05" t="18:53:50">
    <f n="BuildVersion" v="71505"/>
    <f n="BuildDate" v="2008-11-11"/>
    <f n="BuildTime" v="02:08:00"/>
    <f n="MI" v="71"/>
    <f n="SP" v="5"/>
    <f n="Patch" v="05"/>
    <f n="DeviceType" v="PDA"/>
    </h>
    <rs>
    <r id="1236259430817" t="18:53:50" d="2009-03-05" s="E" c="000" u="" g="" m="java.util.MissingResourceException: Can&apos;t find resource for bundle com.sap.ip.me.api.services.MEResourceBundle$MEPropertyResourceBundle, key START_MOBILE_CLIENT">
    <f n="LocationName" v=" (com.sap.ip.me.api.services.MEResourceBundle:handle get object missing resource exception )"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259430989" t="18:53:50" d="2009-03-05" s="I" c="000" u="" g="" m="Logging initialized">
    <f n="LocationName" v=" (com.sap.tc.mobile.logging.impl.FileLogger:)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259430990" t="18:53:50" d="2009-03-05" s="I" c="000" u="" g="" m="Logging initialized">
    <f n="LocationName" v=" (com.sap.tc.mobile.logging.impl.FileLogger:)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259431942" t="18:53:51" d="2009-03-05" s="D" c="000" u="" g="" m="SELECT C_VALUE FROM CFS_COUNTER WHERE C_ID = 0">
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259432036" t="18:53:52" d="2009-03-05" s="D" c="000" u="" g="" m="UPDATE CFS_COUNTER SET C_VALUE = 591 WHERE C_ID = 0">
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259432051" t="18:53:52" d="2009-03-05" s="D" c="000" u="" g="" m="SELECT * FROM CFS_CONFIGURATION">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259432208" t="18:53:52" d="2009-03-05" s="I" c="000" u="" g="" m="Database: Embedded MinDB/1.1.08.22 Windows XP (Make-Version: 2007-12-28 16:02)">
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManager:logDatabaseInfo)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259432209" t="18:53:52" d="2009-03-05" s="I" c="000" u="" g="" m="Database driver: Embedded MinDB JDBC Driver, com.sap.sdb.minDB.DriverEmbeddedMinDB/1.1.08.22 Windows XP (Make-Version: 2007-12-28 16:02)">
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManager:logDatabaseInfo)"/>
    <f n="ThreadName" v="main"/>
    </r>
    <r id="1236259432210" t="18:53:52" d="2009-03-05" s="I" c="000" u="" g="" m="set db.name = Embedded MinDB ">
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.conf.Configuration:setConfiguration)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259432489" t="18:53:52" d="2009-03-05" s="D" c="000" u="" g="" m="SELECT * FROM M13AGENT WHERE CFS_STATUS &lt; 16384 AND (AGENT_ID=&apos;CONFIG&apos;)">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManager:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    </r>
    *<r id="1236259447023" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;3440261DA6540CA00000011FD49B5315&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447024" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;353062DE978F9C170000011FD49B5325&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447025" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;353062DE978F9C170000011FD49B5325&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447026" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;463F48C8533E632C0000011FD51502B7&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447027" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;463F48C8533E632C0000011FD51502B7&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447028" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;47E3F9952E4ADDAE0000011FD49B5306&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447029" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;47E3F9952E4ADDAE0000011FD49B5306&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447030" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;57DE1F0E1E4EAA4A0000011FD5A49451&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447031" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;57DE1F0E1E4EAA4A0000011FD5A49451&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447032" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;A79E36195B3ACA7C0000011FD5A49460&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447033" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;A79E36195B3ACA7C0000011FD5A49460&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447034" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;E3FF3F9A3B1F5E6E0000011FD49B5325&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447035" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;E3FF3F9A3B1F5E6E0000011FD49B5325&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447036" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;F8C6E8FDB201E6E10000011FD49B5306&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447037" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;F8C6E8FDB201E6E10000011FD49B5306&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447038" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M1COMPONENT_DEPENDENCIES WHERE CFS_STATUS &lt; 16384 AND (PSYNCKEY=&apos;0B0BE741EA189E100000011FD5A49403&apos;)">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManager:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447039" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M0ARCHIVE WHERE CFS_STATUS &lt; 16384 AND (MCD_NAME=&apos;flight_details&apos; AND MCD_VERSION=&apos;1.0&apos;)">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManager:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447040" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M2DEPLOYMENT_STATUS WHERE DEP_SYNCKEY=&apos;A79E36195B3ACA7C0000011FD5A49460&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447041" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M4PROPERTIES WHERE PSYNCKEY=&apos;A79E36195B3ACA7C0000011FD5A49460&apos;">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManagerImpl:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    *<r id="1236259447042" t="18:54:07" d="2009-03-05" s="D" c="000" u="MNISHAD" g="en" m="SELECT * FROM M1COMPONENT_DEPENDENCIES WHERE CFS_STATUS &lt; 16384 AND (PSYNCKEY=&apos;A79E36195B3ACA7C0000011FD5A49460&apos;)">*
    <f n="LocationName" v=" (com.sap.tc.mobile.cfs.pers.PersistenceManager:execute)"/>
    <f n="ThreadName" v="main"/>
    </r>
    .I do not know what is the exact problem.could anyone help me out.

    Hi Muhammed,
    I've followed every steps you mentioned but the problem persists.
    My JDK version is JDK1.5.0_17.
    I've just tried to use as data object in my application the USERDETAILS standard data object but no data is shown in my table in the application.
    If it could be useful, I'm using NW Mobile 7.1 SP7 but I'm still using eclipse plugins for SP4 because when I tried to update them to SP7 I got several errors in NWDS. I wasn't able to see exisitng components in the mobile prospectives.
    Thanks, Beatrice

  • Results view does not display any data

    Hi
    Every time I execute a query in the sql worksheet, I do not see anything in the results view. I only see the ouput in the output script folder. The output script view display is just like the usual sqlplus screen results. I want to look at the results in a table format that is suppose to be displayed in the results view.I used F5 and F9 to execute the query.
    Can anyone tell me why this is so?
    Example below is what I see in the output script view, when I run the query below.
    select file_name,tablespace_name from dba_data_files;
    FILE_NAME
    D:\ORACLE\ORADATA\ORA92\SYSTEM01.DBF
    D:\ORACLE\ORADATA\ORA92\UNDOTBS01.DBF
    D:\ORACLE\ORADATA\ORA92\CWMLITE01.DBF
    D:\ORACLE\ORADATA\ORA92\DRSYS01.DBF
    D:\ORACLE\ORADATA\ORA92\EXAMPLE01.DBF
    D:\ORACLE\ORADATA\ORA92\INDX01.DBF
    D:\ORACLE\ORADATA\ORA92\ODM01.DBF
    D:\ORACLE\ORADATA\ORA92\TOOLS01.DBF
    D:\ORACLE\ORADATA\ORA92\USERS01.DBF
    D:\ORACLE\ORADATA\ORA92\XDB01.DBF
    D:\ORACLE\ORADATA\ORA92\TEST01.DBF
    11 rows selected.
    I want to be able to see the results in the results view in a table format. Why is this not happening?
    Thanks.

    It works for me, when I use F9. Ensure you select the statement (unless it's the only statement) then press F9, or click the triangle button.
    I guess it makes sense for F5, or execute script, to not show a table as there may be many selects, and other statements, in a script and there is no specific return value from a script.
    Message was edited by:
    TonyW

  • View not displaying the data in some of the clients

    Hi,
    Apps - 12.1.3
    DB 11gr1
    OS- RHEL 5.6, 64 bit
    We have an application which is built using .net , but the database is 11gR1 we are connecting vis ODAC ... it was working good.
    But when we treid to move to other server, we created a user B , created a VIEW.
    But we are facing one strange problem that - when i query its showing data in client PC , but when i ran it from Windows Server 2008 R2 edtion no data is displaying?
    Any hints y?
    Thanks

    Hi;
    Is there any error message in alert and also tns,listener log? If no than I suggest rise SR
    Regard
    Helios

  • Netui Repeater tag not displaying any data

    I have a very strange problem. I have a pageflow application that deals with collections and displays them using repeaters on jsp pages.
    My problem is that there is one specific page that does not want to display the collection im populating in the pageflow.
    I pass the data source as {pageFlow.collection} and it is acting as if the collection were empty, even though I have checked it not to be up to the line before the repeater declaration.
    Has anyone faced a problem like this?
    I need help.
    J

    Hi,
    check the binding of your application. The form should show data right away and not only after the navigation buttons are pressed
    Frank

  • CS-MARS Issue - Custom queries/reports are not displaying any data

    I am trying to produce a report to identify which clients are TFTPing traffic to a particular host and then quantify the amount of data being transmitted. These statistics should be available via the Netflow data being exported to the CS-MARS System. However, the queries continuely produce nil results.

    These release notes are for use with the Cisco Security Monitoring, Analysis, and Response System (CS-MARS), Version 4.1.1 running on either a Local Controller or on a Global Controller.
    http://www.cisco.com/en/US/products/ps6241/prod_release_note09186a0080504531.html

  • Corresponding table in the source system does not contain any data -URGENT

    Hi Guru's,
    I have already uploaded master data.
    I have created infosource added infoObjects to it and activated it to create communication strucure.
    M using RSA1OLD transaction.
    and assigned datasource to infosource ie source system name and clicked ok.
    save datasource to infosurce assigned msg displayed, clicked ok.
    transfer rules r created, i have also created update rules and assigned infosource to it.
    then created infopackage n added execel file name .csv
    in datatargets tab selected data target as infocube. n then in schedule tab start data load immediately and clicked ok.
    everything is fine upto schedule n in monitor it does not display any data.
    what will be the problem??

    i have also created update rules and assigned infosource to it.
    then created infopackage n added execel file name .csv ??
    Are you loading the data from flat file or R3? If you are loading it from R3, why are you giving the Flat file name?
    In this case, check in RSA3 (R3 side), whther the datas source is getting the value.
    In case you are loading a flat file, you need to create a flat file data source and assign to the infosource.
    Thanks..
    Shambhu

  • View the .rtf file not display the data in BI Publisher Enterprise.

    Hi,
    Platform: OBIEE 10g in NT XPsp2
    View the .rtf file not display the data in BI Publisher Enterprise.
    Step 1, I created Answer-request, create .rtf file with Word and add the request name, Add bar chart and table, preview PDF is working fine with data, Upload this template to Answers, View Template from Answer is working fine with data.
    Step 2, Answers – More Products > BI Publisher > My Folders > Create a new report > Edit > Data Model > New > Type: SQL Query > Data Source: Oracle BI EE > Query Builder > from SupplierSales assign Customer, Periods, Sales Facts (select Region, state, Year, Units Shipped) > Results > Save > Save
    Click Layouts > New > enter Name ….. > Click Layouts > borrows .rtf file in Manage T file > Upload > Save > Click View
    It is showing only the .rtf file without data. Why there is no data?
    Please guide me to solve this issue.
    Thanks,
    Jo

    Thanks for you reply,
    Our scenario is this report is basically a dissconnected mode report... we are developing these reports for mobile clients.
    We dint face this kind of issue while developing other reports.
    So please let us know if you have any idea on why we are facing this issue.
    Regards,
    Maneesh

  • Could not find any data to display - how to modify system message

    Hi,
    We created an exception report in the Web Application Designer.
    If there are no exceptions (so there is no data to display) the following standard system message is shown:
    Could not find any data to display. This might be due to the current selection of variable or filter values
    We would however like to modify/remove this message.
    How can this be done?
    Thanks
    Dave

    Hi,
    Please check the link:
    /people/marc.bernard/blog/2008/10/10/how-to-filter-messages-created-by-bi-ip-planning-functions-and-sequences
    Please check the Q&A section of above weblog which mentions about
    function module RRMS_MESSAGE_HANDLING which could be helpful.
    Please also refer to SDN thread:
    Re: WAD - messages - message type
    Regards,
    Amit

  • DataGrid does not display XML data

    Hello, and thanks for reading this...
    I am having a problem displaying XMLList data in a DataGrid.
    The data is coming from a Tree control, which is receiving it
    from a database using HTTPService.
    The data is a list of "Job Orders" from a MySQL database,
    being formatted as XML by a PHP page.
    If it would be helpful to see the actual XML, a sample is
    here:
    http://www.anaheimwib.com/_login/get_all_orders_test2.php
    All is going well until I get to the DataGrid, which doesn't
    display the data, although I know it is there as I can see it in
    debug mode. I've checked the dataField property of the appropriate
    DataGrid column, and it appears correct.
    Following is a summary of the relevant code.
    ...An HTTPService named "get_all_job_orders" retrieves
    records from a MySQL database via PHP...
    ...Results are formatted as E4X:
    HTTPService resultFormat="e4x"
    ...An XMLListCollection's source property is set to the
    returned E4X XML results:
    ...The "order" node is what is being used as the top-level of
    the XML data.
    <mx:XMLListCollection id="jobOrdersReviewXMLList"
    source="{get_all_job_orders.lastResult.order}"/>
    ...The "jobOrdersReviewXMLList" collection is assigned to be
    the dataProvider property of a Tree list, using the @name syntax to
    display the nodes correctly, and a change event function is defined
    to add the records to a DataGrid on a separate Component for
    viewing the XML records:
    <mx:Tree dataProvider="{jobOrdersReviewXMLList}"
    labelField="@name"
    change="jobPosForm.addTreePositionsToDG(event)"/>
    ...Here is the relevant "jobPosForm" code (the Job Positions
    Form, a separate Component based on a Form) :
    ...A variable is declared:
    [Bindable]
    public var positionsArray:XMLList;
    ...The variable is initialized on CreationComplete event of
    the Form:
    positionsArray = new XMLList;
    ...The Tree's change event function is defined within the
    "jobPosForm" Component.
    ...Clicking on a Tree node fires the Change event.
    ...This passes an event object to the function.
    ...This event object contains the XML from the selected Tree
    node.
    ...The Tree node's XML data is passed into the positionsArray
    XMLList.
    ...This array is the dataProvider for the DataGrid, as you
    will see in the following block.
    public function addTreePositionsToDG(event:Event):void{
    this.positionsArray = selectedNode.positions.position;
    ...A datagrid has its dataProvider is bound to
    positionsArray.
    ...(I will only show one column defined here for brevity.)
    ...This column has its dataField property set to "POS_TITLE",
    a field in the returned XML record:
    <mx:DataGrid width="100%" variableRowHeight="true"
    height="75%" id="dgPositions"
    dataProvider="{positionsArray}" editable="false">
    <mx:columns>
    <mx:DataGridColumn width="25" headerText="Position Title"
    dataField="POS_TITLE"/>
    </mx:columns>
    </mx:DataGrid>
    In debug mode, I can examine the datagrid's dataProvider
    property, and see that the correct XML data from the Tree control
    is present. However, The datagrid does not display the data in any
    of its 6 columns.
    Does anyone have any advice?
    Thanks for your time.

    Hello again,
    I came up with a method of populating the DataGrid from the
    selected Item of a Tree Control which displays complex XML data and
    XML attributes. After the user clicks on a Tree branch, I call this
    function:
    public function addTreePositionsToDG(event:Event):void{
    //Retrieve all "position" nodes from tree.
    //Loop thru each Position.
    //Add Position data to the positionsArray Array Collection.
    //The DataGrid dataprovider is bound to this array, and will
    be updated.
    positionsArray = new ArrayCollection();
    var selectedNode:Object=event.target.selectedItem;//Contains
    entire branch.
    for each (var position:XML in
    selectedNode.positions.position){
    var posArray:Array = new Array();
    posArray.PK_POSITIONID = position.@PK_POSITIONID;
    posArray.FK_ORDERID = position.@FK_ORDERID;
    posArray.POS_TITLE = position.@POS_TITLE;
    posArray.NUM_YOUTH = position.@NUM_YOUTH;
    posArray.AGE_1617 = position.@AGE_1617;
    posArray.AGE_1821 = position.@AGE_1821;
    posArray.HOURS_WK = position.@HOURS_WK;
    posArray.WAGE_RANGE_FROM = position.@WAGE_RANGE_FROM;
    posArray.WAGE_RANGE_TO = position.@WAGE_RANGE_TO;
    posArray.JOB_DESCR = position.@JOB_DESCR;
    posArray.DES_SKILLS = position.@DES_SKILLS;
    positionsArray.addItem(posArray);
    So, I just had to manually go through the selected Tree node,
    copy each XML attribute into a simple Array, then ADD this Array to
    an ArrayCollection being used as the DataProvider for the DataGrid.
    It's not elegant, but it works and I don't have to use a Label
    Function, which was getting way too complicated. I still think that
    Flex should have an easier way of doing this. There probably is an
    easier way, but the Flex documentation doesn't provide an easy path
    to it.
    I want to thank you, Tracy, for the all the help. I checked
    out the examples you have at www.cflex.net and they are very
    helpful. I bookmarked the site and will be using it as a resource
    from now on.

  • When I tried to Mail Merge for Data is is not exporting any data.

    HI,
    EBS-12.1.3
    DB-11gR1
    OS - RHEL 5.6
    [With my Login User and SysAdmin Login User] When I enter into to the "People -> Enter and Maintain" Form and then I press the "Export Button", there is error Alert
    Function is not available to this responsibility. Change Responsibilities or Connect to the System Administrator
    I Added the Function "HR ADI Seeded Integrator Form Functions" into the "AE HRMS Manager" Responsiblity. It is also working and Export Data icon is enable.
    Problem:
    But Problem is when I tried to Mail Merge for Data is is not exporting any data.
    ====================================================================
    Steps
    1.Move to the "People -> Recruirment" and then "Request Recruitment Letter" .
    2. Enter the New Request. as
    Letter Name "App. Letter Contract Site",
    Automatic or Manual = Manual.
    Select the Name from the LOVs for the Request for Detail Block.
    3. Press the "Export Data" icon.
    4. Integrator Page Appear with my Custom Integrator Name as "Appointment Letter - Contact Site".
    5. Select the "Word 2003" from the View List. and Reporting is Checked.
    6. Review the Folowing Enteries as:
    Integrator Appointment Letter - Contact Site
    Viewer Word 2003
    Reporting Yes
    Layout App. Letter Contract Site
    Content XXHR_MBE_APP_LET_CONT_SITE_V
    Session Date 2011/08/02
    Mapping XXHR_MBE_APP_LET_CONT_SITE_V Mapping
    7. Press "Create Document" Button.
    8. It will open the Excel 2003 and then Word 2003. But no data down download from the Form.
    9. It open the Mail Merge Letter but no Data is Display.
    ===========================================================
    Note:
    a. I am following the Steps from the Link:"http://apps2fusion.com/at/38-ss/351-generate-recruitment-letters-web-adi".
    b. From the "Desktop Integrator Manager", "Oracle Web ADI", "HRMS Web ADI", it is working fine and Dowload the Data.
    ===========================================================
    Thanks
    Vishwa

    Please try the solution in ("Function not available to this responsibility" Error While Cliclking On Forms Personalisation [ID 1263970.1]) and see if it helps.
    Thanks,
    Hussein

Maybe you are looking for

  • Maximum number of RAC services in a Node

    DB, Grid Version: 11.2.0.3/RHEL 5.4 My question is on the preferred node for a RAC service. What is the maximum number of RAC services that can created in a node ?

  • NewWin help needed

    What I'm trying to do is click on a small image to reveal a larger image in a new window. I have a border around my small image, but don't know how to add the code to the image in the larger window. Can someone help me out? Thanks in advance. <td> <a

  • I forgot my password and ipod will not sync with new computer

    I forgot my password and ipod will not sync with new computer

  • RMAN recover

    Hi all, I have cluster database with 2 instnaces oracle 10g version. I restored database and then trying to recover it now. But it is saying released channel: T1 released channel: T2 released channel: T3 RMAN-00571: ==================================

  • GetConnection error

    guys plz help. theres an error on my program on the line: dbcon= DriverManager.getConnection(url); i already have my database connection and everything is set on my Data sources. ty import javax.servlet.*; import javax.servlet.http.*; import java.io.