Web Analysis data layout does not reflect newly added attribute dimension

Hi,
We newly added one new attribute dimension. If any new report creation in Web Analysis reflect that dimension. However, the reports which are old(created before the addition of new dimension), does not show the newly added dimension.
Please advice.
Thanks,
Meenakshi

Thanks for this.
I have tried assigning the new DB connection. However, still it did not work. Does the data layout displays dimensions according to reports. I mean, can we restrict the visibility of dimension at report level? Please advice.
Thanks,
Meenakshi

Similar Messages

  • LOV does not show newly added data in the same session

    Hi guys,
    I work with JDeveloper 11g Release 2. We use Oracle ADF to develop our web app.
    In a page we have a LOV (say the page name is "a"). The related data for that LOV is inserted to the db in another page ( say the page name is "b").
    When new data is added in the page "b" and goes directly to the page "a" the LOV does not show newly added data. But if the user log out and log in again
    LOV shows newly added data correctly.
    Is there a way to show the newly added data in the same session without logging out? Please help.
    Regards !
    Sameera.

    Add the following method in your ViewRowImpl base class:
    public void refreshLOVAccessorQueries() {
        List lovs = getViewDef().getListBindingDefs();
         if (lovs != null) {
             for (Object obj : lovs) {
                getListBindingRSI((ListBindingDef)obj).getRowSet().executeQuery();
                 ListBindingDef lbd = (ListBindingDef)obj;
    Export that method to the Row Client interface, add him to the pageDef, and invoke in the executables section of the pageDef:
        <executables>
    <invokeAction Binds="refreshLOVAccessorQueries" id="callRefreshLOVs"
    RefreshCondition="#{!requestContext.postback and empty bindings.exceptionList}"/>
       </executables>

  • BPM Process does not show newly added task

    I added a new task to my current BPM Process which has several tasks already built into it and they work when deployed. When I execute the workflow and get to that step, I get the following message: Details not available for this task. I am using jDeveloper 11.1.1.5. I created my page with ADF. I can see the pages for all the rest of the tasks in my process but not this newly added step. I have checked the source for this task against other tasks in the process and it looks the same. Does anyone have an idea what I might need to change or add in order to make this work?
    Edited by: user10279592 on Jan 13, 2012 7:20 AM

    If you're getting the Server 500 error and it is not an initiator task, what are you seeing at the bottom of your log file?
    If you're getting the Server 500 error and it's an initiator task, then there is a trick to figuring out the real problem (close the dialog -> refresh the worklist -> select the work item at the bottom of the list). The initiator activity makes it necessary to do this additional step to see what the issue is.
    Hope this helps,
    Dan

  • Printservicelookup does not list newly added printer in OAS R2.

    Hi,
    We are using OAS R2 Server and JDK 1.5. In our application we have a scenario where we will display the list of printers configured to the Server. The below is the code we are using to get the list of printers configured in the server.
    Code:
    AttributeSet aset = new HashAttributeSet();
    PrintService[] services = PrintServiceLookup.lookupPrintServices(null,aset);
    The above code works fine to display the existing printers configured in the server. But when ever we add a new printer to the server, it is not listed. We have even restarted the server and the machine after adding the printer,Still it does not display the newly added printer. Any help would be greatly appreciated?
    P.S: The same code works fine in OAS R3 server, after restarting the server it displays the newly added printer.
    Regards,
    Karthik

    I have the same problem. Have you found any solution to this issue?

  • Standalone Logviewer does not display newly added subdirectories.

    We are running the logviewer daemon on our UNIX servers so the developers can monitor the logs.  We noticed that whenever a new subdirectory in our case a log4j log file subdirectory; the file does no show up in the logviewer until after you restart the log viewer daemon.
    Has anyone else noticed this?  Since developers can add new log4j log file directories at any point, restarting does not seem practical.  Refreshing the node of the tree did not appear to work either.

    Hi
    please have a lok at this guide which tell how you can integrate third party logging api 's
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/36085e78-0801-0010-678d-8b4e89ddff3c
    Also a sample example on integration with log 4j is given which can be downloaded
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/business_packages/a1-8-4/webas_migration_isv_certification/logging.zip
    hope this helps, please mark points for helpful answers
    regards
    rajeshkr

  • Photoshop Elements 10 does not see newly added memory

    Hi,
    I have been using PSE 10 on my MacBook Pro with 4 GB memory (RAM). Today I upgraded to 16 GB but PSE still displays available memory as 3072 MB.
    What can I do to make it use the extra memory? Thanks for reading this.

    Yes, I am seeing a problem. When merging multiple frames into a Pano, PSE tries to extrapolate the image vertically to fill the edges. That does not work at all with 4 GB.
    Besides, more the merrier. With more memory, I expect the response to be snappier even for normal edits.
    I understand that Adobe may want to push me over the edge towards the CS6 if the above really matter to me. It's like driving an economy car versus a luxury car. I only wish the price difference wouldn't have been so huge.

  • Smartview 11.1.2.3 - Planning connection does not allow reporting off Attribute Dimensions

    Hello
    In Smart View version 11.1.2.3 one now has a 'Planning' connection to connect to planning
    This is very handy as one can report text instead of numbers for comment fields and smart lists
    However, Attribute dimensions are not visible to use in the Planning connection.
    This is quite a big issue as customers extensively make use of 'Attribute dimensions ' in reporting
    Has anybody been able to use Attribute dimensions when using the planning connection?
    Berndt

    Attributes are available on Essbase connections and unfortunately not Planning.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Refresh of a Report Builder Dataset does NOT show newly added field

    I'm working with Report Builder 2.0 (we don't plan on getting SQL 2008 R2 - so NO 3.0 for us!) and have found that if I have an existing report using an existing stored procedure (it has 4 existing parameters) and I add a new field to the stored procedure
    it will not refresh the
    data set.  I have gone to the DataSet properties and executed the query(SPROC) where it does show the new field (so I know the sproc will
    execute), but when I click OK and hit Refresh Fields it stops responding.  I also tried the same steps without the Refresh Fields and still stops responding.  I also tried to add the field name and it errored out as invalid.
    The only work around I've found is to
    create a new dataset referencing the updated SPROC with a different name, deleting the old dataset and then re-naming the newer dataset with the old
    one's name so all the field references are the same.  I do know that in the case of renaming
    a field in a sproc that this would end BADLY because there is no way any of the old field's references would work.  
    But it seems odd I have to go through so much to refresh for new fields, so perhaps I'm missing a step in dealing with this situation.  Any recommendations would be appreciated.

    Hi CinBH,
    I understand that the Report Builder 2.0 hangs while flush the dataset by executing the query. In that case, I think it is necessary to capture a user dump when the problem occurred. And then, you can send the dump to Microsoft CSS support. Support Professionals
    from Microsoft will assist you to solve the problem.
    I am providing the steps below for you to gather the hang dump or crash dump to further work on this issue,
    Hang dump,
    a. Open Report Builder as usual, and wait for a while.
    b. When you found that the Report Builder application hang, and was not responding, please open TaskManager by one of follws,
    - Pressing “Ctrl + Alt + Del” button and then click “Start Task Manager” item.
    - Or right-clicking your task bar, click “Start Task Manager”menu.
    c. Once the Task Manager opened, switch to Process tab, find the “Report Builder” process MSReportBuilder.exe.
    d. Right-click the item, click Create dump file.
    e. After that, it will prompt a window and let you know the location of the dump file.
    You can copy the hang dump or crash dump file to your development machine configured with symbols files, and open it in Visual Studio 2008. Next, you can analyze the error / exception, and call stacks to see why the error happens.
    Thanks,
    Eileen

  • AR Down Payment Invoice Does Not Reflect in BP Master Data...

    We have placed a sales order for a BP. 
    We select payment means and accept the payment
      In the background a AP Down Payment Invoice is created
    When we view the BP master data - the account ballance window does NOT reflect this "down payment"
    If we select the golden arrow at account ballance, uncheck "reconciled transactions" you can see the payment and AP down payment and they clear each other out.
    The problem is that when the final invoice is created it is not obvious that a down payment has been received.  Even if you are simply working at the BP master data window, it is not obvious that a down payment has been received. I belive our process is correct because If you click the TDP box, the payment is listed and will be applied to the final invoice.
    It simply does not alert the user that a payment had been received. 
    What are we doing wrong?????\
    Thank you!
    Edited by: Andrew Bleier on Feb 4, 2009 1:27 AM

    Keith Taylor
    You are right this feature is only available in Version 2007A.  There account posting happen purely due to the pay SAP has been designed and the configuration of GL Accounts.
    To make fundametal change to the core product is very difficult if you explain me your business process exactly as you do, I could think of alternatives.
    Please let know.
    Suda

  • Updating Flash Player Does Not Reflect In Add-Ons Manager or Plug-In Check

    The add-ons Manager shows I have Flashplayer version 11.3.300.265. The Plug-ins Check shows there is an update, and I downloaded and installed Flash Player version 11.3.300.268. Six times! Each time, the installation shows as successful on the Adobe site, but FF14 does not reflect the new version, and the Plug-in check continues to insist that the version is out of date.
    I had no problems whatsoever updating to the latest Flashplayer version in IE (8). But FF is once again giving me trouble with this.
    In addition, the add-ons manager shows a version of Flash 9.0.45.0, last updated Feb 20, 2007. There's a big red warning that it's out of date. This is in addition to Shockwave Flash (the correct one) and Shockwave for Director (which is current). It's been like this for awhile, and I disabled the antique version of Flash and it does not affect FF or Flashplayer performance.
    I tried deleting my plug-ins database, but I just get all the same info when it is rebuilt. Any suggestions or solutions would be appreciated.

    Such old version are usually located in the plugins folder in the Firefox program folder (C:\Program Files\Mozilla Firefox\).
    You can enable the plugin and verify the path on the about:plugins page.
    You can set the plugin.expose_full_path pref to true on the about:config page to see the full path of plugins on the about:plugins page.
    *http://kb.mozillazine.org/Issues_related_to_plugins#Identifying_installed_plugins
    *http://kb.mozillazine.org/about:plugins
    *http://kb.mozillazine.org/about:config
    It is best not to leave that pref set to true as it exposes that full path to web servers, so reset that pref to false after you are done with the about:plugins page.
    See "Manually uninstalling a plugin":
    *https://support.mozilla.org/kb/Troubleshooting+plugins

  • Visual Composer 7.0: system (data source) does not appear

    Hi...
    There is a problem: system (data source) does not appear in Visual Composer 7.0
    1. There is a connector MDM. It is made by PCD. It has been tested. The test is ok.
    2. However, as the data source in Visual Composer a connector MDM does not appear.
    3. This problem affects all types of connectors, but the Web Service Connector. Connector Web Service is always there.
    What the .....?
    P.S. The role of the creator of the connector is the same user of Visual Composer
    Thanks...

    Hi...
    There is a problem: system (data source) does not appear in Visual Composer 7.0
    1. There is a connector MDM. It is made by PCD. It has been tested. The test is ok.
    2. However, as the data source in Visual Composer a connector MDM does not appear.
    3. This problem affects all types of connectors, but the Web Service Connector. Connector Web Service is always there.
    What the .....?
    P.S. The role of the creator of the connector is the same user of Visual Composer
    Thanks...

  • Getting error when view - Requested data type does not match with existing

    I have the siebel web service
    In the BI publisher as mentioned in the 'Siebel_BI_Publisher_Integration_Concepts.pdf', I have imported the siebel web service
    BI can recognize the 'Web service' and methods.
    I have created the paramters. The data type is 'String'
    When I try to view the report using the BI publisher, I am getting teh following error in th UI
    "Requested data type does not match with existing data type"
    This is the first time I am using BI publisher to call the Siebel web service. I don't know what this error means
    I don't know whether any log file generated wit the details of this erro message
    Any help is much appriciated
    Thanks,
    Kavitha

    Hi all,
    have you find a fix for this issue? Im facing the same situation, using Complex type, and String data type both in the service and Bi publisher. We are consuming CC&B services, and we have noticed this error appears when BIPublisher is running on WebLogic (10.3) but it does not appear when BIPublisher is running on OC4J , of course running the same report on both application servers.
    Any idea?
    Thanks a lot, regards
    Nestor

  • Query in MSS does not reflect selection on period

    Hi group,
    I have made a query in global area.  In MSS I am calling the generated program from the query.  This works fine.  However, the selection on period in MSS does not reflect on the report.  No matter what I choose, the report gives me the date period that I have set up in my variant in the background. 
    The selection screen for the report is the standard delivered with LDB PNPCE.
    I have tried different date setup in my variant, but no matter what I do, I am not able to choose dynamically period from MSS.
    Any help is appreciated
    Kirsten

    Solved this by saving the variant without passing values.

  • The local date format is not reflected in firefox

    Hai all
    I want to display the date according to regional setting of the client user in my jsp file.The following code works fine in IE i,e if i change the regional setting it is reflected but firefox does not reflect the change.
    What is the problem.Is it with firefox/my jsp code.Can any one help me
    Here is my codeDate now=new Date();
              Locale currentLocale=request.getLocale();
           DateFormat df2 = DateFormat.getDateInstance(DateFormat.MEDIUM,currentLocale);
          String s2 = df2.format(now);Have a nice day
    Aniesh U.K

    Hai
    Thanks for ur reply.
    I am using firefox 1.5.1.Its is not reflecting the changes.I mean changing the regional setting in the control panel.But If i change the language option in the browser then the changes are reflected.So is it problem with mozilla.
    Thanks a lot have a nice day.
    Aniesh U.k
    Have a nice day

  • Compiled CHM File Does Not Reflect New Project Name

    I have read many of the experts' responses to posts and found them extremely helpful. However, I have not seen one that addresses my issue.
    I have RH HTML Version RH8. I renamed a project via 1) File - Rename Project and 2) Single Source Layouts - Primary Layout - Properties - Output Folder and File Name.
    Two problems are: 1) The Project Folder name still reflects the old project name and 2) The CHM file still reflects the old project name.
    As a result, the output Help that the user sees still has the old project name in the title bar.
    All generated files as well as the RoboHelpHTML Project File were changed to the new project name, just as the RENAME PROJECTS Help says it should. However, the CHM file does not reflect the new project name as it says it should.
    1) Can I change the Folder name that was created when I compiled the Help file to the correct name?
    2) Can I change the FILENAME in the SELECT OUTPUT FOLDER AND FILENAME  window?
    3) Can I / should I rename the TOC and Index filenames from the old project name to the new project name? (Help says that changing the project name does not change these file names and it didn't.) 
    Will any of these actions correct the problem? I appreciate any help you can give. 

    Welcome to our community
    Try File > Project Settings.
    And if that doesn't get it, try the Project Set-up pod, windows and change the Window Caption.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

Maybe you are looking for