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

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

  • 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

  • Calendar List not displaying all dates after iOS 5.0.1 OTA update

    Following the recent iOS 5.0.1 OTA update, in list mode my calendar now only displays days on which I have entries.  Previously it showed a list of all days.  Can this be changed by a setting somewhere or is this a bug in the iOS? 

    All was good, My battery and SIRI were working fine, then my bad luck that i updated my phone to iOS 5.0.1 (which is promissing better battery life and Siri funcionality). After updating all went crazy, SIRI is not working any more (it says cant do any thing right now and try later, and i am now trying from 2 days), Battery is not lasting longer then 12 hrs as it was better before. I am seriously thinking to go back to my iPhone 4 and distroy iPhone 4S
    APPLE????? i need answers????

  • 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

  • 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

  • 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

  • S_ALR_87012178 does not show any data after upgrade from 4.6C to ECC6

    Hi Gurus,
    We do upgrade and do testing to all functional process realted.
    When open S_ALR_87012178 in SAP ECC6 no data showed, but in old version (SAP 4.6C) data showed although we select the same parameter selection.
    Any setting missed ? or any suggestion about this issue.
    Thx in advance.
    Tri Wicaksono

    Hi Tri,
    Check the following.
    I have checked your request, and there are two 'ways' the report
    will send out the data:
    1. In a 'normal' list
    If you call the report in the 'standard' way, the data get displayed
    in a normal list. This is the standard.
    2. If the 'ACCESSIBILITY_MODE' flag is set in the user parameters.
    With this flag, the reports output is done with the ALV Grid display.
    About this ACCESSIBILITY_MODE flag,  refer to the note 929036,
    which describes the 'function' of it.
    Regards,
    Fernando Evangelista

  • Itunes store not displaying any content after updating to 10.6.1

    I am running Windows 7 and just updated to Itunes 10.6.1 this morning. Now when I try to go to the itunes store there menu on the top that shows Music, Movies, TV Shows etc is displayed but the space below is just a big white blank slate.  Clicking the different store areas on the menu it shows the accessing itunes store and progress bar but even when that finishes nothing ever shows up in the store.
    Anyone else expierencing this?

    In the course of your troubleshooting to date, have you worked through the following document?
    Apple software on Windows: May see performance issues and blank iTunes Store

  • Album art does not display on iPod after sync with iTunes

    I synced my 1G iPod nano to the new iTunes 7, and it did not seem to fully sync my iPod. I downloaded some album art onto some songs and they dont display on my iPod nano. Does anyone have the same problem as I do? Much help would be appreciated

    I was hoping I could find the answer here. I have a 60GB Video and before v7 about 30% of my albums had art that I found and attached myself, they showed up on my iPod. With v7 I chose for iTunes to get my album art and it did, all of my songs had corresponding art to go with it, when I plugged in my iPod to sync last night I just let it run because there are so many. This morning I get my iPod and I play a song, nothing, then another and another and still no art but when I open iTunes, I see the album art. What gives?

  • 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

  • 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

Maybe you are looking for