MY DASHBOARD LINK DOESN'T RESULT IN ANY DATA

Hello experts,
I got a problem that I believe I created myself. A while ago I created a dashboard link through one of the columns "Reference no".. Its been working flawlessly, now yesterday my boss asked me to make few changes to the dashboard but not to the link. So, now somehow everytime I click on the link I keep getting this answer *"No Results: The specified criteria didn't result in any data."* This is not true, I know there is data and this working very well.. Trust me I have checked the "is prompted" on both ends million times, deleted it and re-insterted it again...
Anything that I am missing, this is driving me nuts and frustratation is now sinking in..
please please help

hmm.. Lets try this as initial investigation, clear all the cache first (Presentation, RPD.. etc).. restart the services.. once again click on the link.. if you see the same error .. check the SQL generated and see if all is well.
Do post your reply.
Best of Luck,
Kashi

Similar Messages

  • No Results. The specified criteria didn't result in any data.

    Facts:
    OBIEE 10.1.3.4.0
    Oracle Server 10.2.0.4.0 64 bits
    Two BIEE servers, being one Windows and the other Linux, both using the same database source table (Instance ORCL01, table FACT_ACOMPANHA).
    The issue is:
    Using BIEE repository 1, hosted on a Windows XP Server, I'm able to query all table columns, no restrictions.
    Using the second repository, hosted on a different box (Linux Red Hat 5.2), when I query one of the table columns (CD_SISPRENATAL column, VARCHAR2(11)), Answers doesn't retrieves any rows.
    It returns the message: "No Results. The specified criteria didn't result in any data."
    If I add another criteria to the request (using the CD_SISPRENATAL and any other column from the same table) then data is retrieved normally.
    I must say, the CD_SISPRENATAL column doesn't have a NOT NULL constraint, but most records in this table has this column filled. There are few records with null values (460 out of 130,430). There's no need to add prompts, filters or anything to get this "error" message.
    Also, I'm using the same RPD file for both repositories. So, I assume this is not due to differences in the rep. configurations.
    Does anybody see any reason for this behavior?

    Hi... thank you for your answers.
    BI Services (run-sa.sh and run-saw.sh) have been restarted several times since we copied the last .RPD version from windows to Linux.
    Please, telll me if I'm wrong, but I believe this does flush de cache, doesn't it?
    By the way, how do you guys set the BI Administration Tool to access the repository remotely on a Linux Server?
    Marcos

  • Fact-tables not resulting in any data

    hello experts;
    I am trying to create a mock-up report in OBI Answers and somehow Im having a problem with metric columns. When I pick any metric column then I get the: *(No Results: The specified criteria didn’t result in any data)*
    But when I pick just the fact tables, I see the results. I have doubled checked the rpd; the schemas btn the dimension and fact tables looks ok to me. I have tried union with another subject area, I get the same error. Anyone with an idea why fact tables are not collaborating with dimension tables?
    will appreciate your help

    Hi,
    Can you try to check the physical SQL generated by the reports? and see if that query is returning result in the DB or not.
    I am sure this will help you to find the root cause.
    Regards,
    Kashi

  • Error:The specified criteria didn't result in any data".

    Hi,
    I am providing the details of the dimensions and facts
    · P&L
    · Invoice Date
    · Risk Region
    · AR Fact
    We have already created a presentation layer, CDW, with all the above mentioned Dimensions and Facts.
    While trying to create reports in Answers based on the combination of two or more dimensions, we got the following error, “The specified criteria didn't result in any data”.
    Also, logs are not getting generated even after setting the logging level, for the Administrator User, to 2. Kindly look into the issues.
    Please need help ---urgency..

    Hi user plz check in the database by writing a query whether the data is there or not for those mappings.
    Thanks
    Don

  • In eBay I am unable to "change variations" in Firefox 9 - Link doesn't work. Any solutions?

    I am trying to change variations in eBay with Firefox 9 and when I click the link nothing happens. When I open in new tab that same page opens. I have cleared cache and cookies and restarted browser. This didn't work so I reinstalled firefox. Anyone have any solutions? Perhaps this isn't a browser error? Please help. Thanks!

    Tried updating Java. Didn't fix it.

  • Drill on Staked Column chart should open another Stacked column in a new dashboard (Link) Falsh Variable helps?Any examples please?

    Hi,
         I have a stacked column chart which shows demand(past 12 months) and forcast (future 12 months) of various 10 different regions.X axis shows time period and on Y axis shows demand.
         When ever user clicks on a particular region, it should open another dashboard that shows demand drilled down to product level for same time period as above. It also should be another Stacked Column chart having time period on X axis and demand on Y axis but only for a selected region.
         Does Flashvariable passes data to the second chart?
         Please help.
    Regards,
    Nanda Kishore.

    Else, I want to have one more different approach.
    Region level demand Stack Chart occupies entire space of dashboard. When user selects a region in Stacked column chart, region chart is hidden and product level chart gets visible and there should be a close button the chart with the help of which user comes back to region chart and again drill down to view another drill down chart for product level demand for the other selected region.
    Please help.
    Regards,
    Nanda Kishore

  • Alert navigation is working but without any data in the views

    Hi Experts,
                       Currently I am working with CRM 2007(6.0), I am facing issues regarding the Alert navigation. Below are my comments.
    1. Created an alert with navigation objcet specified as FICAACCBALANCEDISP:B for Account balance display
    2.Created a rule policy with required condition.
    3.During the confirmation of Business partner alert is getting displayed in the alert information bar along with hyper link for the alert.
    4. When i clicked on the navigation link it is navigating to the account balance display page but with out any data.
    5. If i Check the account balance from the l-shape navigation, i could find the data in the respective views.
    Please provide your suggestion why when i try to navigate to the accound balance display by clicking on the hyper link it is not displaying any data?. Thanks
    Contributions will be highly appriciated.
    Regards,
    Lakshmana.P

    Hello Lakshmana,
    Fact-gathering services are OK to get data used in alert configuration, but I also observed that alert framework does not allow to pass key of navigation entity when alerts are clicked for navigation.
    This is why you should use an action-handler service instead ! Check existing classes implementing interface if_crm_smf_action_handler. There are some delivered by SAP that produce alerts.
    In your own one class implementing that interface, you can control what data is passed during navigation, like in following code snippet:
      DATA:
        lr_alert_srv            TYPE REF TO if_crm_ic_5x_ext_alert_srv,
        lr_event                TYPE REF TO cl_crm_ic_event,
        lv_alert_id             TYPE        crm_ic_alert_id,
        lv_message              TYPE        string,
        lv_event_name           TYPE        crm_ic_event,
        lv_tooltip              TYPE        string,
        lv_navlink              TYPE        crm_ic_navbar_navlink,
        lv_delay                TYPE        i.
      connect to alert singleton
        lr_alert_srv ?= cl_crm_ic_5x_ext_alert_srv=>if_crm_ic_5x_ext_alert_srv~get_instance( ).
        IF lr_alert_srv IS BOUND.
          lv_event_name = 'ContactStarted'.
        alert message
          CONCATENATE text-001 lv_ticket_number INTO lv_message SEPARATED BY space.
          IF lv_ticket_guid IS NOT INITIAL.
          clickable link
            CONCATENATE 'BT116_SRVTK:B:BT116_SRVTK:' lv_ticket_guid INTO lv_navlink.
            lv_tooltip = text-002.
          ELSE.
          ticket does not exist
            lv_tooltip = text-003.
          ENDIF.
        trigger alert
          lr_alert_srv->trigger_alert(
                          iv_alert_id   = lv_alert_id
                          iv_message    = lv_message
                          iv_event_name = lv_event_name
                          iv_tooltip    = lv_tooltip
                          iv_navlink    = lv_navlink
                          iv_delay      = lv_delay     ).
         alert click is handled by CL_CRMCMP_I_HIDDENVIEW_IMPL->NAVIGATE_ALERT
        ENDIF.
      ENDIF.
    Hope this could help you
    Best regards
    Walter

  • When I enter a search in the Mozilla Start Page and press enter the browser does nothing. It doesn't bring in any search results. I use Windows Vista pack2

    I just upgraded Firefox for windows to version 21.0
    After upgrading, when I enter a subject to search in the search box (in the middle of the page) of the Mozilla Start page and press enter nothing happens. It doesn't bring in any search results.
    The only way to navigate using the browser is to enter the website name in the address box at the top of the page and press enter. I'm running the browser for Windows Vista - 32 bits.
    I tried re-installing firefox and I got the same result. I also tried re-booting after installation and it still behaves the same way.
    Please help,
    Thank you,
    Hektor

    he man check here
    '''Try Firefox Safe Mode''' to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    ''(If you're not using it, switch to the Default theme.)''
    * You can open Firefox 4.0+ in Safe Mode by holding the '''Shift''' key when you open the Firefox desktop or Start menu shortcut.
    * Or open the Help menu and click on the '''Restart with Add-ons Disabled...''' menu item while Firefox is running.
    ''Once you get the pop-up, just select "'Start in Safe Mode"''
    '''''If the issue is not present in Firefox Safe Mode''''', your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshooting extensions and themes]] article for that.
    ''To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.''
    ''When you figure out what's causing your issues, please let us know. It might help other users who have the same problem.''
    Thank you.

  • Dashboard link is not working from BI Publisher

    Dashboard link is not working from BI Publisher. Please let me know How to fix this problem.

    Please somebody guide me.
    Dashboard link is working fine from the Apps Server Machine. But the link is not working from other machines. Do I need to setup machine.domain:<port_number> any where.
    Thanks,
    Vara

  • I need help with the photo stream. Everytime I try to open it on my PC it says photo stream is unable and I have tried everuthing to enable it but it doesn't work. Any help, please?

    I need help with the photo stream. Everytime I try to open it on my PC it says photo stream is unable and I have tried everuthing to enable it but it doesn't work. Any help, please?

    Freezing, or crashing?
    ID on the Mac can produce reports that may (or may not) prove helpful in diagnosing the problem. I suspect this is something not directly related to InDesign, and maybe not to any of the Adobe apps directly since you seem to be having a problem in more than one. That often inidcates a problem at the system level.
    Nevertheless, it won't hurt to try to gather the reports. You'll find driections for how to generate them, and to post them on Pastebin.com (then put a link to them here) so we can see what's going on at Adobe Forums: InDesign CS5.5 Not Responding
    Do you happen to run a font manager? If so, which one, and waht version?

  • My command link doesn't work

    hi all,
    i have a created a page where i am performing a web type search with search form and search results on the same page and i have also implemented the conditional display of search results table as directed by the ADFBC guide.
    i.e., I created a managed bean where in am setting the searchFirstTime flag. here is the code of my managed bean.
    public class UserState {
    private static final String SEARCH_FIRSTTIME_FLAG = "SEARCH_FIRSTTIME_FLAG";
    private HashMap hmUserSettings = new HashMap();
    public UserState() {
    try{
    System.out.println("setting the user settings in constructor");
    hmUserSettings.put(SEARCH_FIRSTTIME_FLAG,true);
    }catch(Exception e){
    e.printStackTrace();
    public boolean isSearchFirstTime(){
    Boolean firstTime = (Boolean)hmUserSettings.get(SEARCH_FIRSTTIME_FLAG);
    try{
    System.out.println("setting the search flag in isSearchFirstTime firstTime.booleanValue() :"+firstTime.booleanValue());
    if (firstTime == null){
    firstTime = true;
    }catch(Exception e){
    e.printStackTrace();
    return firstTime.booleanValue();
    public void setSearchFirstTime(boolean searchFlag){
    try{
    System.out.println("setting the search flag searchFlag :"+searchFlag);
    hmUserSettings.put(SEARCH_FIRSTTIME_FLAG, new Boolean(searchFlag));
    }catch(Exception e){
    e.printStackTrace();
    In the search results table one of the columns is a command link, clicking on which opens a pop up window where i have some more details being displayed.
    here is the code of my jspx page for the command link
    <af:commandLink text="#{row.OrderNumber}"
    binding="#{backing_TestDDPUD.commandLink1}"
    action="#{backing_TestDDPUD.commandLink1_action}"
    useWindow="true"
    partialSubmit="true"
    windowHeight="200"
    windowWidth="500"
    id="commandLink1"/>
    i have specified the action to be performed,in the backing bean of my page, here's the code
    public String commandLink1_action() {
    BindingContainer bindings = getBindings();
    OperationBinding operationBinding =
    bindings.getOperationBinding("setCurrentRowWithKey");
    Object result = operationBinding.execute();
    System.out.println("inside commandLink1_action");
    if (!operationBinding.getErrors().isEmpty()) {
    System.out.println("$$$$$$$$$$$$$$$ has errors $$$$$$$$$$$$4");
    return null;
    DCIteratorBinding ib = (DCIteratorBinding)bindings.get("OeOrderHeadersViewResultsIterator");
    Row row = ib.getCurrentRow();
    Number numHeaderId = (Number)row.getAttribute("HeaderId");
    FacesContext fc = FacesContext.getCurrentInstance();
    // 2. Create value binding for the #{data} EL expression
    ValueBinding vb = fc.getApplication().createValueBinding("#{data}");
    // 3. Evaluate the value binding, casting the result to BindingContext
    BindingContext bc = (BindingContext)vb.getValue(fc);
    // 4. Find the data control by name from the binding context
    DCDataControl dc = bc.findDataControl("TestDDAppModuleDataControl");
    // 5. Access the application module data provider
    ApplicationModule am = (ApplicationModule)dc.getDataProvider();
    ViewObject vo = am.findViewObject("OeOrderLinesAllView");
    vo.setNamedWhereClauseParam("theHeaderId",numHeaderId);
    System.out.println((vo.getNamedWhereClauseParam("theHeaderId")));
    return "dialog:orderDetails";
    my problem is that now when i enter a search criteria and execute the search, the search results are displayed properly in the table but when i click on the command link it does not open the pop up window, it does not even enter into the commandlink1_action() method..here's the log which i get after i click on the command link..can somebody please tell me what is going wrong or what exactly is happening
    07/03/28 17:19:20 [363] Reusing a cached session application module instance
    07/03/28 17:21:03 [364] **** refreshControl() for BindingContainer :TestDDPUDPageDef
    07/03/28 17:21:03 [365] *** Using bean introspection to lookup value :result
    07/03/28 17:21:03 [366] Invoke method Action:999
    07/03/28 17:21:03 [367] DCInvokeMethod:Invoking TestDDAppModuleDataControl.dataProvider.setOrgPolicyContext()
    07/03/28 17:21:03 inside the setOrgPolicyContext
    07/03/28 17:21:03 blnSetOrgPolicyContext finally :true
    07/03/28 17:21:03 [368] Resolving VO:TestDDAppModule.OeOrderHeadersView for iterator binding:OeOrderHeadersViewIterator
    07/03/28 17:21:03 [369] DCUtil, RETURNING: <null> for TestDDAppModule.OeOrderHeadersView
    07/03/28 17:21:03 [370] Resolving VO:OeOrderHeadersView for iterator binding:OeOrderHeadersViewResultsIterator
    07/03/28 17:21:03 [371] DCUtil, returning:oracle.adfinternal.view.faces.model.binding.FacesCtrlRangeBinding, for OeOrderHeadersView
    07/03/28 17:21:03 [372] *** DCDataControl.sync() called from :DCBindingContainer.refresh
    07/03/28 17:21:03 [373] valiateToken:Decompressed BC state:BCST:=0OeOrderHeadersViewIterator=-F-,OeOrderHeadersViewResultsIterator=-D-000100000004C30A031F,
    07/03/28 17:21:03 setting the user settings in constructor
    07/03/28 17:21:03 setting the search flag in isSearchFirstTime firstTime.booleanValue() :true
    07/03/28 17:21:03 setting the search flag in isSearchFirstTime firstTime.booleanValue() :true
    07/03/28 17:21:03 setting the search flag in isSearchFirstTime firstTime.booleanValue() :true
    07/03/28 17:21:03 [374] **** refreshControl() for BindingContainer :TestDDPUDPageDef
    07/03/28 17:21:03 [375] *** DCDataControl.sync() called from :DCBindingContainer.refresh
    07/03/28 17:21:03 setting the search flag in isSearchFirstTime firstTime.booleanValue() :true

    hi Frank,
    i have my table inside a panel page which is already sorrounded with h:form so i cannot sorround my table again with h:form or af:form. the command link in the page was working fine, till i included the code for the conditional display of the results table. If i look at the log printed after i click on the command link, i don't see any of the sop's being printed that i have given inside the commandlink1_action() method, i have a feeling that my action method is not being called at all and i am not able to figure out why the sop in the isSearchFirstTime() method is being printed 4 times.
    here is the entire code of my .jspx
    <?xml version='1.0' encoding='windows-1252'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.0"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:afh="http://xmlns.oracle.com/adf/faces/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces">
    <jsp:output omit-xml-declaration="true" doctype-root-element="HTML"
    doctype-system="http://www.w3.org/TR/html4/loose.dtd"
    doctype-public="-//W3C//DTD HTML 4.01 Transitional//EN"/>
    <jsp:directive.page contentType="text/html;charset=windows-1252"/>
    <f:view>
    <afh:html binding="#{backing_TestDDPUD.html1}" id="html1">
    <f:loadBundle basename="UIResources" var="res"/>
    <afh:head title="SalesOrderTemplate" binding="#{backing_TestDDPUD.head1}"
    id="head1">
    <meta http-equiv="Content-Type"
    content="text/html; charset=windows-1252"/>
    </afh:head>
    <afh:body binding="#{backing_TestDDPUD.body1}" id="body1">
    <af:messages binding="#{backing_TestDDPUD.messages1}" id="messages1"/>
    <h:form binding="#{backing_TestDDPUD.form1}" id="form1">
    <af:panelPage title="Change Me"
    binding="#{backing_TestDDPUD.panelPage1}"
    id="panelPage1">
    <f:facet name="menu1"/>
    <f:facet name="menuGlobal"/>
    <f:facet name="branding"/>
    <f:facet name="brandingApp"/>
    <f:facet name="appCopyright"/>
    <f:facet name="appPrivacy"/>
    <f:facet name="appAbout"/>
    <af:panelForm binding="#{backing_TestDDPUD.panelForm1}"
    id="panelForm1">
    <af:inputText value="#{bindings.OrderNumber.inputValue}"
    label="#{bindings.OrderNumber.label}"
    columns="#{bindings.OrderNumber.displayWidth}"
    binding="#{backing_TestDDPUD.inputText8}"
    id="inputText8"/>
    <af:inputText value="#{bindings.SoldToOrgId.inputValue}"
    label="#{bindings.SoldToOrgId.label}"
    columns="#{bindings.SoldToOrgId.displayWidth}"
    binding="#{backing_TestDDPUD.inputText39}"
    id="inputText39"/>
    <f:facet name="footer">
    <af:panelGroup layout="vertical"
    binding="#{backing_TestDDPUD.panelGroup1}"
    id="panelGroup1">
    <af:panelButtonBar binding="#{backing_TestDDPUD.panelButtonBar2}"
    id="panelButtonBar2">
    <af:commandButton actionListener="#{bindings.Execute.execute}"
    text="Search"
    disabled="#{!bindings.Execute.enabled}"
    binding="#{backing_TestDDPUD.commandButton2}"
    id="commandButton2">
    <af:setActionListener from="#{false}"
    to="#{UserState.searchFirstTime}"/>
    </af:commandButton>
    </af:panelButtonBar>
    </af:panelGroup>
    </f:facet>
    </af:panelForm>
    <af:table value="#{bindings.OeOrderHeadersView.collectionModel}"
    var="row"
    rows="#{bindings.OeOrderHeadersView.rangeSize}"
    first="#{bindings.OeOrderHeadersView.rangeStart}"
    emptyText="#{bindings.OeOrderHeadersView.viewable ? 'No rows yet.' : 'Access Denied.'}"
    binding="#{backing_TestDDPUD.table1}" id="table1"
    rendered="#{UserState.searchFirstTime == false}">
    <af:column sortProperty="OrderNumber" sortable="false"
    headerText="#{bindings.OeOrderHeadersView.labels.OrderNumber}"
    binding="#{backing_TestDDPUD.column1}" id="column1">
    <af:commandLink text="#{row.OrderNumber}"
    binding="#{backing_TestDDPUD.commandLink1}"
    action="#{backing_TestDDPUD.commandLink1_action}"
    useWindow="true" partialSubmit="true"
    windowHeight="200" windowWidth="500"
    id="commandLink1"/>
    </af:column>
    <af:column sortProperty="SoldToOrgId" sortable="false"
    headerText="#{bindings.OeOrderHeadersView.labels.SoldToOrgId}"
    binding="#{backing_TestDDPUD.column2}" id="column2">
    <af:inputText value="#{row.SoldToOrgId}"
    required="#{bindings.OeOrderHeadersView.attrDefs.SoldToOrgId.mandatory}"
    columns="#{bindings.OeOrderHeadersView.attrHints.SoldToOrgId.displayWidth}"
    binding="#{backing_TestDDPUD.inputText2}"
    id="inputText2">
    <f:convertNumber groupingUsed="false"
    pattern="#{bindings.OeOrderHeadersView.formats.SoldToOrgId}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="OrderTypeId" sortable="false"
    headerText="#{bindings.OeOrderHeadersView.labels.OrderTypeId}"
    binding="#{backing_TestDDPUD.column3}" id="column3">
    <af:inputText value="#{row.OrderTypeId}"
    required="#{bindings.OeOrderHeadersView.attrDefs.OrderTypeId.mandatory}"
    columns="#{bindings.OeOrderHeadersView.attrHints.OrderTypeId.displayWidth}"
    binding="#{backing_TestDDPUD.inputText3}"
    id="inputText3">
    <f:convertNumber groupingUsed="false"
    pattern="#{bindings.OeOrderHeadersView.formats.OrderTypeId}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="RequestDate" sortable="false"
    headerText="#{bindings.OeOrderHeadersView.labels.RequestDate}"
    binding="#{backing_TestDDPUD.column4}" id="column4">
    <af:inputText value="#{row.RequestDate}"
    required="#{bindings.OeOrderHeadersView.attrDefs.RequestDate.mandatory}"
    columns="#{bindings.OeOrderHeadersView.attrHints.RequestDate.displayWidth}"
    binding="#{backing_TestDDPUD.inputText5}"
    id="inputText5">
    <f:convertDateTime pattern="#{bindings.OeOrderHeadersView.formats.RequestDate}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="OrderedDate" sortable="false"
    headerText="#{bindings.OeOrderHeadersView.labels.OrderedDate}"
    binding="#{backing_TestDDPUD.column5}" id="column5">
    <af:inputText value="#{row.OrderedDate}"
    required="#{bindings.OeOrderHeadersView.attrDefs.OrderedDate.mandatory}"
    columns="#{bindings.OeOrderHeadersView.attrHints.OrderedDate.displayWidth}"
    binding="#{backing_TestDDPUD.inputText6}"
    id="inputText6">
    <f:convertDateTime pattern="#{bindings.OeOrderHeadersView.formats.OrderedDate}"/>
    </af:inputText>
    </af:column>
    </af:table>
    </af:panelPage>
    </h:form>
    </afh:body>
    </afh:html>
    </f:view>
    <!--oracle-jdev-comment:auto-binding-backing-bean-name:backing_TestDDPUD-->
    </jsp:root>
    thanks,
    lavanya

  • Dashboard Links At the top of Screen visibility

    Hi,
    When I enter as a Presentation Catalog Administrator to Answers, I can not see the some dashboard links at the top of screen. But I have access right to enter them.
    Is there any configuration about the visibility of the links of dashboards at the top of the screen.
    Thanks.
    Edited by: user10137960 on 02.Ara.2009 05:16

    As Administrator Go to Setting - Administrator - Manage Interactive Dashboards.
    Choose a dashboard that you are not able to see and click on the permissions button. Check if the Presentation Server Administrators has Full Controll access to the dashboard. If not, try adding it.

  • Should cancelled mailbox moves result in any moved mail data removed from target server?

    I was moving mailboxes from 1 DB to another. 3 out of 120 were left running for 12 hours; they were the biggest ones and it was very slow to process the items. There were also reports of slowness on the server so I had no choice but to cancel the moves.
    My question is should cancelled mailbox moves result in any moved mail data being removed from the target database? It doesn't appear that my disk as increased in space again so I'm wondering if it's there as whitespace maybe? There is an event logged to say
    the mailbox has been deleted from the target.
    Would appreciate if someone can clear this up and possibly explain exactly what occurs during this type of scenario.
    Thanks.

    Hi,
    Thank you for your kindly remind.
    In Exchange 2000, 2003 and 2007 mailboxes become unavailable during movement, when a mailbox move takes place, the mailbox isn't actually moved, it's just copied to the destination location. Once that copy has finished, AD is updated to point to the new location
    and the old mailbox is deleted from the source EDB file.
    The most different between Exchange 2010 and legacy version in move mailbox is that allows end-users to be online in their email accounts. On completing the move users just needs to reopen their Outlook clients.
    Mailbox Move Requests are a new feature set of Exchange 2010 and requires running a series of Cmdlets to perform asynchronous online mailbox moves with the help of a service agent called Mailbox Replication Service (MRS). MRS is available on all Exchange 2010
    Client Access Servers.
    Best Regards,
    Allen Wang

  • Unable to hide Refresh link in "No Result" view in BISE1 10.1.3.2.1 version

    Hi experts,
    I am using Business Intelligence Standard Edition One 10.1.3.2.1 version.
    I am unable to hide the Refresh link in No Result view, I have checked all the blogs and forums related to this problem. They have asked to use the following script but it is not working for me in my BI version, still the refresh link exists.
    <script type="text/javascript">
    <!--
    function removeRefresh(){
    cols = document.getElementsByTagName('td');
    for (x=0; x<cols.length; x++) {
    if (cols[x].className == 'ResultLinksCell' && cols[x].innerHTML.indexOf('Refresh')!=-1)
    cols[x].innerHTML = '';
    window.onload=removeRefresh;
    //-->
    </script>
    Please provide me a solution with exact script which suite to my version.
    Thanks & Regards,
    Raj

    Hi,
    Thanks for your help.
    The code worked well.
    Then I am showing my report as "Link - Within the dashboard" as a option in display result of report property.
    So there is Return link and refresh link shown in my No Result view. If I use your code it removes both the link. But I need only the Refresh link to be removed. So I just added a code with your code to have the return link without the refresh link.
    <!--
    <style>
    .ResultLinksCell
    display: none;
    </style>
    <div align=center>Return</div>-->
    Regards,
    Raj

  • I've imported PowerBI designer file. so why do I keep getting 'It looks like you haven't added any data to this dashboard'

    This might be related to my post about not being able to enter a column name in the where clause, and Q&A always using COUNTRY_OF_ORIGIN.
    Anyway, I took my original designer file, removed the first page of the report I dd, then added a new page, but this time with a visualisation of sales amount by product name.  Saved the whole lot to a new pbix file, and uploaded it into the PowerBI
    cloud.  Pinned the visualsation to a dashboard, and started to enter a query.
    Up pops the message 'It looks like you haven't added any data to this dashboard' etc, etc.
    But, but, but I have uploaded the data. It's all in my pbix file. It seems that PowerBI usese the first column of my first dataset as the master for column names in the where clause. And if you do not have a visualisation that uses that column (i.e. COUNTRY_OF_ORIGIN
    in my case) then Q&A doesn't think it has a dataset.
    I am going to try some other tests to see if I can persuade PowerBI and Q&A to do its business properly.
    Angus

    The reset will not erase the virus but the reset can be done up to you.
    You can try these free programs to scan for malware, which work with your existing antivirus software:
    * [http://www.microsoft.com/security/scanner/default.aspx Microsoft Safety Scanner]
    * [http://www.malwarebytes.org/products/malwarebytes_free/ MalwareBytes' Anti-Malware]
    * [http://support.kaspersky.com/faq/?qid=208283363 TDSSKiller - AntiRootkit Utility]
    * [http://www.surfright.nl/en/hitmanpro/ Hitman Pro]
    * [http://www.eset.com/us/online-scanner/ ESET Online Scanner]
    [http://windows.microsoft.com/MSE Microsoft Security Essentials] is a good permanent antivirus for Windows 7/Vista/XP if you don't already have one.
    Further information can be found in the [[Troubleshoot Firefox issues caused by malware]] article.
    Did this fix your problems? Please report back to us!

Maybe you are looking for

  • HT1229 how do i save all my photos in iPhoto to a USB?

    How do I save and transfer all my photos in iPhoto to a USB?

  • DataSource and JNDI

    Ight guys i am soo confused... I am creating a connection pool and i have used the little tool to create the pool and the datasource.. Now how do i call the datasource to be able to retrieve the connection.. Sorry for the question i just am not under

  • Need help in tax query!

    Hi All, Greetings!! we have a discoverer query which calculates the withholding tax details. the query used to run fine in 11i before. Now client in on R12. Query has input parameter as TAX_CODE_ID.... But now as the architechtural change... TAX_CODE

  • ESB-DBAdapter issue

    Hi all, I have DBAdapter to insert records into oracle XE DB from my ESB process. Though the record gets successfully inserted,the ESB instance is itself marked as errored. The following is the stacktrace oracle.tip.esb.server.common.exceptions.Busin

  • URGENT :  select options

    Hye techies,   I have a requirement, where i have 3 select options. Atleast data one select option should be entered. So, i cannot use obligatory tag. i am writing the code as follows. select-options: s_a for ztab-a,                       s_b for zta