Essbase member modifications not reflecting in OBIEE after a refresh

Hi ,
I am getting the following message in my developed reports , after changing certain member names (adding / removing members also) of ENTITY dimension in essbase .
[nQSError: 96002] Essbase Error: Unknown Member Total India Entity 1 used in query (HY000)
After selecting the renamed members only the report is working , i.e from specified ENTITY report filters I had to select , Total India (old name : Total India Entity 1) .
Reload server metadata or refresh is not helping ... Is there any setup , which will directly reflect these changes in dashboard without repeatedly selecting new members in analysis .
OBIEE version : 11.1.1.6
Essbase version : 11.1.2.1
Thanks
Sayak

Hi ,
thanks for responding .
Just to clarify my question :
I have a dimension named ENTITY , it has several generation under it (gen1,gen2,gen3 etc .) .
for example , gen1 has member total region and no region .
gen2 has UK and US region .
gen 3 has manchester , london , new york , manhatton .
In the report i'm using ENTITY .gen3 = manchester , london , new york , manhatton ..... this filter.
Now , I am renaming (changing) gen 3 members like liverpool , birmigham , california , washington .
So , after refreshing dashboard , will these member names automatically gets refreshed or i have to again manullay select them ?

Similar Messages

  • Changes are not reflecting in QA after transport

    Hi Everyone,
    I am having an issue with the transport in PI. After making the changes in development, i exported the tpz file to Quality. The changes got reflected. Then for testing purpose some changes were done in the Quality IR. Now i again exported the tpz file from dev to QA. But the same changes are not reflecting.
    Has anyone faced such a problem? Need your help experts.

    Hello,
    Check in IR > Environment> cache status overview. Is it in green status??
    Check if the import of .tpz file is successful in quality IR??
    >>Then for testing purpose some changes were done in the Quality IR
    Also, check if there are any conflicts in the IR of quality system??
    -Rahul

  • How to use different essbase member combinations in columns in obiee

    Hello,
    I am trying to build a report in obiee which has an essbase ASO cube in the background. We have a measure 'A' that exists in BegBalance and a measure 'B' that exists in months Jan through Dec. So in my criteria, i set the dimensions i need along with "Periods - Default" and in the selection pane set the condition to keep only the months and begbalance. I also set the pivot so that the periods and the measures show up in columns.
    When i run the report, in the columns for both measures, i get begbalance and the 12 months.
    However, i only want measure A to show with begbalance and measure B to show with the 12 months. How can i accomplish this?]
    Any help will be much appreciated.
    Thanks.

    Hi,
    Yeah, that is there. I have not copied that code in my post...
    try {
                dataTable1Model.setObject(1,this.getSessionBean1().getTeamName());
                dataTable1Model.setObject(2, this.getSessionBean1().getFis_Year());
                dataTable1Model.execute();
            } catch (Exception x) {
                teamRowSet.close();Thanks

  • ACR modifications not reflected in bridge

    Hello,
      Off and on my ACR changes are not being reflected in the bridge content thumbnails nor the preview.  It is currently happening all the time (year change?) but it was happening sporadically previous to this (sorry, not very helpful information).  I open the RAW file in ACR by double-clicking on the thumbnail in bridge, change the various settings,click on done or edit further in PS.  When I go back to bridge none of the ACR modifications are there.  If I re-open the file in ACR the changes are still there.  I have cleaned-out the cache and the dates on the xmp file are later than the ones on the CR2 file.
    Windows Vista (:still)
    CS5
    Canon 5D Mark II
    Thanks in advance for you help.

    Reference for anyone else having the same problem ...  I updated to the latest version of PS, Bridge and ACR and the problem seems to be resolved.  It may be because of the updated files or it may be because some settings were changed back to the way they used to be.

  • OID roles Not reflecting in OBIEE

    Hello All,
    We have OID integration of OBIEE Architecture. We are assigning the Users various group which they belong to and that doesn't get reflected immediately, it needs the restart of OBIEE Services.
    So every time the New Roles gets added does it need bounce of services? Is there any work around for this. We are using 10.1.3.3.1. OID is on different physical Machine.
    Thanks

    Hello -
    By default, the RPD caches the session variable initialization blocks for session variables are set to use caching, and I think this may be your issue.
    Log into the RPD and choose Manage ==> Variables. Select the initialization block that is being used for the OID integration, then double click on the GROUP variable. Next, click the "Edit Data Target..." button. On this screen, you will find a "use caching" check box. Uncheck this box, click OK, and save the RPD. I'm not sure if you have to, but you may want to bounce the services one last time for good measure to put your changes into effect. This should then allow you to make changes to your roles without having to bounce the services in the future.
    I hope this helps!
    Regards,
    Jason

  • EAR file not reflecting the changes after successful deployment

    Hi Everyone,
    We have a weird situation where we deployed a EAR file in NWDS and changes got reflected in Dev portal and when pushed to QA the changes are not getting reflected.
    There must be some archieving issue or unable to overwrite the existing EAR file...
    Please help us out this is happening only for one ear file rest are getting deployed properly.. we are using sd

    Hi,
    There are possibilities that your ear is depending on other referenced application/class. I encounterred like this kind of error. In my situation the dependent/referred project/classes were not deployed correctly.(Correct version is not deployed).
    My suggesstion would be in that area,so check if all the used components latest version is deployed.

  • Changes not reflected in portal after successful import

    Hello,
    I am having trouble with some transports in NWDI. I made some changes to the ESS Address Details dynpro and tested them in the development portal. I then imported them into CONS and the import ran successfully. However I cannot see the changes in the portal. I then ran the TCS Deployer and there was a long list of entries in the list of deployments for my buildspace. I then triggered the auto deployment and waited a few hours. This did not help either. I also checked to confirm that SDM was up and running which it was. Is anybody able to give me some advice on this?
    Thanks a lot,
    Ashley Butterfield

    i have faced the same problem, but after 30 hours all the deployements are done, we got some thing around 511 deployement request on the consolidation server,
    Cheers,
    Apparao

  • Changes not reflected in alv after calling check change method

    Hi to all experts,
    i have alv report with two editable fields ( checkbox and qty to print) when i  check the checkbox and dont change the qty to print i m able to see the changes . but when i change the checkbox and qty to print fields (both ) im unable to see the changes . what could be the reasons for this .please help ........
    user_command
    FORM user_command USING r_ucomm TYPE sy-ucomm
                        rs_selfield TYPE slis_selfield  .
      DATA: p_ref1 TYPE REF TO cl_gui_alv_grid.
      DATA: l_menge(4).
      CASE r_ucomm .
        WHEN 'SEL_ALL'.
          fl_sel = 'X'." setting up the flag for all selection.
          PERFORM sel_rec.
    *      rs_selfield-refresh = 'X'.
        WHEN  'DES_ALL'.
          fl_del = 'X'.
          PERFORM del_sel.
    *      rs_selfield-refresh = 'X'.
        WHEN 'EXEC' .
          IF p_ref1 IS INITIAL.
            CALL FUNCTION 'GET_GLOBALS_FROM_SLVC_FULLSCR'
              IMPORTING
                e_grid = p_ref1.
          ENDIF.
          IF p_ref1 IS NOT INITIAL.
            CALL METHOD p_ref1->check_changed_data.
          ENDIF.
          LOOP AT it_output INTO wa_output WHERE cbox EQ 'X'.
            READ TABLE it_mard INTO wa_mard WITH KEY matnr = wa_output-matnr.
            IF sy-subrc EQ 0.
              wa_smart-lgpbe = wa_mard-lgpbe.
            ENDIF.
            wa_smart-matnr =  wa_output-matnr.
            wa_smart-maktx =  wa_output-maktx.
            wa_smart-meins =  wa_output-meins.
            wa_smart-bldat =  wa_output-bldat.
            wa_smart-no_cop = wa_output-menge1.
            APPEND wa_smart TO it_smart.
            CLEAR wa_smart.
          ENDLOOP.
          CHECK fl_del NE 'X'.
          IF 1x3 = 'X'.
            PERFORM print_smartform1x3.
          ELSE.
            PERFORM print_smartform2x4.
          ENDIF.
      ENDCASE.
    fieldcatalog
    wa_fieldcat-col_pos   =  1  .
      wa_fieldcat-fieldname =  'CBOX'  .
      wa_fieldcat-tabname   =  'IT_OUTPUT' .
      wa_fieldcat-outputlen =   '1' .
      wa_fieldcat-seltext_m =    'SELECTION'.
      wa_fieldcat-checkbox  =    'X'.
      wa_fieldcat-edit      =    'X' .
      wa_fieldcat-input       = 'X'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos     =    2.
      wa_fieldcat-fieldname   =    'MENGE1'.
      wa_fieldcat-datatype             = 'INT4'.
      wa_fieldcat-seltext_m   =      'QTY TO PRINT'.
      wa_fieldcat-tabname     =    'IT_OUTPUT'.
      wa_fieldcat-edit        =    'X'.
      wa_fieldcat-input       = 'X'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos   =  3  .
      wa_fieldcat-fieldname =  'MBLNR'  .
      wa_fieldcat-tabname   =  'IT_OUTPUT' .
      wa_fieldcat-seltext_m =  'MATERIAL DOCUMENT NO'.
      wa_fieldcat-outputlen =  '10'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos   =    4.
      wa_fieldcat-fieldname =    'BWART'.
      wa_fieldcat-tabname   =    'IT_OUTPUT'.
      wa_fieldcat-seltext_m =    'MOVEMENT TYPE'.
      wa_fieldcat-outputlen =    '3'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos   =  5.
      wa_fieldcat-fieldname =  'MATNR'  .
      wa_fieldcat-tabname   =  'IT_OUTPUT' .
      wa_fieldcat-seltext_m =  'MATERIAL ID'.
      wa_fieldcat-outputlen =  '10'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos   =  6  .
      wa_fieldcat-fieldname =  'BTEXT'  .
      wa_fieldcat-tabname   =  'IT_OUTPUT' .
      wa_fieldcat-seltext_m =  'MOVEMENT TYPE DESC'.
      wa_fieldcat-outputlen =  '10'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos   =    7.
      wa_fieldcat-fieldname =    'MAKTX'.
      wa_fieldcat-tabname   =    'IT_OUTPUT'.
      wa_fieldcat-outputlen =    '40'.
      wa_fieldcat-seltext_l =  'MATERIAL DESCRIPTION'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos     =    8.
      wa_fieldcat-fieldname   =    'MENGE'.
      wa_fieldcat-tabname     =    'IT_OUTPUT'.
      wa_fieldcat-seltext_m   =    'QUANTITY'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos     =    9.
      wa_fieldcat-fieldname   =    'MEINS'.
      wa_fieldcat-tabname     =    'IT_OUTPUT'.
      wa_fieldcat-seltext_m   =    'UNIT OF MEASUREMENT'.
      wa_fieldcat-ref_tabname =    'T006'.
      wa_fieldcat-outputlen =      '3'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos     =    10.
      wa_fieldcat-fieldname   =    'WERKS'.
      wa_fieldcat-tabname     =    'IT_OUTPUT'.
      wa_fieldcat-seltext_m   =    'PLANT'.
      wa_fieldcat-outputlen =      '4'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos     =    11.
      wa_fieldcat-fieldname   =    'LGORT'.
      wa_fieldcat-tabname     =    'IT_OUTPUT'.
      wa_fieldcat-seltext_m   =    'STORAGE LOCATION'.
      wa_fieldcat-outputlen =      '4'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos     =    12.
      wa_fieldcat-fieldname   =    'EBELN'.
      wa_fieldcat-tabname     =    'IT_OUTPUT'.
      wa_fieldcat-seltext_m   =    'PUR ORDER NO'.
      wa_fieldcat-outputlen =      '10'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos     =    13.
      wa_fieldcat-fieldname   =    'LIFNR'.
      wa_fieldcat-tabname     =    'IT_OUTPUT'.
      wa_fieldcat-seltext_m   =    'VENDOR'.
      wa_fieldcat-outputlen =      '10'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos     =    14.
      wa_fieldcat-fieldname   =    'XBLNR'.
      wa_fieldcat-tabname     =    'IT_OUTPUT'.
      wa_fieldcat-seltext_m   =    'DELIEVERY NOTE'.
      wa_fieldcat-outputlen =      '16'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos     =    15.
      wa_fieldcat-fieldname   =    'BLDAT'.
      wa_fieldcat-tabname     =    'IT_OUTPUT'.
      wa_fieldcat-seltext_m   =    'DOCUMENT DATE'.
      wa_fieldcat-outputlen =      '10'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos     =    16.
      wa_fieldcat-fieldname   =    'BUDAT'.
      wa_fieldcat-tabname     =    'IT_OUTPUT'.
      wa_fieldcat-seltext_m   =    'POSTING DATE'.
      wa_fieldcat-outputlen =      '10'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.
      wa_fieldcat-col_pos     =    17.
      wa_fieldcat-fieldname   =    'USNAM'.
      wa_fieldcat-tabname     =    'IT_OUTPUT'.
      wa_fieldcat-seltext_m   =    'USER ID'.
      wa_fieldcat-outputlen =      '12'.
      APPEND wa_fieldcat TO it_fieldcat.
      CLEAR wa_fieldcat.

    Hi,
    Refer this wiki code ALV Grid Display with checkbox to process selected records at runtime, it will definitely help you:-
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/snippets/alv%252bgrid%252bdisplay%252bwith%252bcheckbox%252bto%252bprocess%252bselected%252brecords%252bat%252bruntime
    Regards,
    Tarun

  • I want to prevent the message "your plugins are not uptodate" from appearing after each refresh of the browserpage

    Yes, I know I have a 7 year old iMac with a stone-age CPU.
    Yes, I know the OS X 10.4 is outdated.
    Yes, I am aware that my version of Firefox is no longer supported.
    Yes, I know that some of the plug-ins are outdated.
    But the system works well enough for me, believe it or not, and on this hardware newer versions just don't work. So why remind me every time I refresh the browserpage of these obvious facts? This is extremely annoying, very user-unfriendly.... (I almost used words that should never be used in the public space.)
    This way of pushing people into abandoning something that is still perfectly workable does in my mind not correspond with the values that Apple and/or Mozilla say to maintain, things like "focussing on user satisfaction" and "taking care for the environment".
    Please tell me how to switch off these messages. Do not suggest me to install Ubuntu on my Mac. I am about to do that already.
    Thanks in advance, fellows.
    P.S. Those nasty people that might try to hack my machine do not need to know which plugins and versions are on it, so I don't list them here. If they bother to find out, they probably know more details already than I can provide.

    Also, for program update reminders, you could try:
    Firefox > Preferences > Advanced > Update - set to "never check"
    If that doesn't work, I believe there is a little update history file you can delete, but I'd have to search for more info on that.

  • Changes in Crystal reports are not reflecting after publishing

    Dear SDN Mates,
    We are facing problem with Crystal reports. After making the changes in the crystal reports, it is not reflecting in the portal after publishing. Still it is showing the older version of the report.
    Can anyone please help me on this.
    Thanks and Regards
    Arun S

    Hello Prathamesh,
    After publishing the report, we require some changes in the report and doing some modifications in crystal report and again we are publishing this report. After publishing the report for second time, those changes are not reflecting in the BOE portal.
    This is happening for all reports. Can you please suggest me on this.
    Thanks and regards
    Arun S

  • Modified WAD report does not reflect in Production even after transport

    Dear Friends,
    We are using BI7.00 with Nw2004S. One of my report had been created in WAD (Web application designer). I have transported this report to production from Quality as in our case the Quality client is the base client for WAD report development. I collected the objects from the transport connection in RSA1 and transported the request.
    After the above since user wanted changes in the report,i again modified the report and checked. Everything was fine in my Quality client but when i transported it to production, the new modifications are not appearing.
    I have done the transport more than 2 times but still not changes is shown.
    Experts kindly provide your helping hand.
    Regards,
    M.M

    Dear Arun,
    Thank you for your feedback. As per your guideline we executed the program RS_TEMPLATE_MAINTAIN_70 in both QAS and PRD clients and found that the html codes are same. Moreover we are still not able to get the modified web items in our PRD clients. All the caches were deleted and still no improvement. Following are the other activities and obeservations done by us.
    1) Deleted the web item again in QAS client, Saved the report, recreated the web item, saved and then collected it in the request and transported and found that it is still not reflecting.
    2) In our observation, we find that the objects are found collected in the transport request and the task of the transport request contains no element. We do not know whether it is right.
    3) Missing of authorisation was also checked and found that it is not the culprit.
    In the above context we are still groping in the dark. Kindly provide your expert comments.
    Regards,
    M.M

  • DataGrid not reflecting changes after INSERT into Table. Delete from Table does.

    Wow, it's been a while.
    Hope you guys can help.
    This is my DataGrid:
    <DataGrid DataContext="{StaticResource TableAssetsViewSource}" ItemsSource="{Binding}" x:Name="TableAssetsDataGrid" AutoGenerateColumns="False" EnableRowVirtualization="True" Margin="15,10,10,10" RowDetailsVisibilityMode="VisibleWhenSelected" Grid.Column="1" HeadersVisibility="Column" CanUserResizeRows="False" IsReadOnly="True">
    <DataGrid.CellStyle>
    <Style TargetType="DataGridCell">
    <Setter Property="BorderThickness" Value="0"/>
    </Style>
    </DataGrid.CellStyle>
    <DataGrid.Columns>
    <DataGridTextColumn x:Name="NodeColumn" Binding="{Binding node}" Header="VS Number" Width="*"/>
    <DataGridTextColumn x:Name="SerialColumn" Binding="{Binding serial}" Header="Serial Number" Width="*"/>
    <DataGridTextColumn x:Name="NameColumn" Binding="{Binding name}" Header="Asset Name" Width="*"/>
    <DataGridTextColumn x:Name="TypeColumn" Binding="{Binding type}" Header="Asset Type" Width="*"/>
    <DataGridTextColumn x:Name="_dateColumn" Binding="{Binding date}" Header="Date Allocated" Width="*"/>
    <DataGridTextColumn x:Name="PoColumn" Binding="{Binding po}" Header="Purchase Order" Width="*"/>
    </DataGrid.Columns>
    </DataGrid>
    This is where I add a new Row to the Table:
    Private Sub Button_Click_1(sender As Object, e As RoutedEventArgs)
    Dim cbblocation As ComboBox = Me.FindName("LocationComboBox")
    Dim row As DataRowView = DirectCast(cbblocation.SelectedItem, DataRowView)
    Dim cbbtext As String = row.Item("node")
    Dim cbbtype As ComboBox = Me.FindName("comboBoxType")
    Dim cbbtext2 As String = cbbtype.Text
    Dim RETAILISOAMDDataSet As Retail_ISO_AMD.RETAILISOAMDDataSet = CType(Me.FindResource("RETAILISOAMDDataSet"), Retail_ISO_AMD.RETAILISOAMDDataSet)
    Dim RETAILISOAMDDataSetTableAssetsTableAdapter As Retail_ISO_AMD.RETAILISOAMDDataSetTableAdapters.tableAssetsTableAdapter = New Retail_ISO_AMD.RETAILISOAMDDataSetTableAdapters.tableAssetsTableAdapter()
    RETAILISOAMDDataSetTableAssetsTableAdapter.AddNewAsset(cbbtext, txbSerial.Text, txbName.Text, cbbtext2, Date.Today, txbPO.Text)
    node = cbbtext
    Dim mp As New MainPage
    mp.RefreshGrid(node)
    Me.Close()
    End Sub
    The RefreshGrid method:
    Public Sub RefreshGrid(node As String)
    Dim RETAILISOAMDDataSet As Retail_ISO_AMD.RETAILISOAMDDataSet = CType(Me.FindResource("RETAILISOAMDDataSet"), Retail_ISO_AMD.RETAILISOAMDDataSet)
    Dim RETAILISOAMDDataSetTableAssetsTableAdapter As Retail_ISO_AMD.RETAILISOAMDDataSetTableAdapters.tableAssetsTableAdapter = New Retail_ISO_AMD.RETAILISOAMDDataSetTableAdapters.tableAssetsTableAdapter()
    RETAILISOAMDDataSetTableAssetsTableAdapter.FillByNode(RETAILISOAMDDataSet.tableAssets, node)
    Dim TableAssetsViewSource As System.Windows.Data.CollectionViewSource = CType(Me.FindResource("TableAssetsViewSource"), System.Windows.Data.CollectionViewSource)
    Dim be As BindingExpression = BindingOperations.GetBindingExpression(TableAssetsViewSource, CollectionViewSource.SourceProperty)
    be.UpdateTarget()
    End Sub
    And this is what I use to delete a row from the table (and without doing anything special, the DataGrid auto-updates with the changes):
    Private Sub Button_Click_4(sender As Object, e As RoutedEventArgs)
    If TableAssetsDataGrid.SelectedIndex = -1 Then
    MsgBox("You have selected nothing to Delete!", MsgBoxStyle.OkOnly, "Nothing Selected")
    Else
    Dim dgv As DataGridTextColumn = Me.FindName("NodeColumn")
    Dim row As DataRowView = DirectCast(Me.TableAssetsDataGrid.SelectedItem, DataRowView)
    Dim dgvText As String = row.Item("node")
    Dim dgv2 As DataGridTextColumn = Me.FindName("SerialColumn")
    Dim row2 As DataRowView = DirectCast(Me.TableAssetsDataGrid.SelectedItem, DataRowView)
    Dim dgvText2 As String = row.Item("serial")
    Dim dgv3 As DataGridTextColumn = Me.FindName("NameColumn")
    Dim row3 As DataRowView = DirectCast(Me.TableAssetsDataGrid.SelectedItem, DataRowView)
    Dim dgvText3 As String = row.Item("name")
    Dim dgv4 As DataGridTextColumn = Me.FindName("TypeColumn")
    Dim row4 As DataRowView = DirectCast(Me.TableAssetsDataGrid.SelectedItem, DataRowView)
    Dim dgvText4 As String = row.Item("type")
    Dim dgv5 As DataGridTextColumn = Me.FindName("_dateColumn")
    Dim row5 As DataRowView = DirectCast(Me.TableAssetsDataGrid.SelectedItem, DataRowView)
    Dim dgvText5 As String = row.Item("date")
    Dim dgv6 As DataGridTextColumn = Me.FindName("POColumn")
    Dim row6 As DataRowView = DirectCast(Me.TableAssetsDataGrid.SelectedItem, DataRowView)
    Dim dgvText6 As String = row.Item("po")
    Dim RETAILISOAMDDataSet As Retail_ISO_AMD.RETAILISOAMDDataSet = CType(Me.FindResource("RETAILISOAMDDataSet"), Retail_ISO_AMD.RETAILISOAMDDataSet)
    Dim RETAILISOAMDDataSetTableAssetsTableAdapter As Retail_ISO_AMD.RETAILISOAMDDataSetTableAdapters.tableAssetsTableAdapter = New Retail_ISO_AMD.RETAILISOAMDDataSetTableAdapters.tableAssetsTableAdapter()
    RETAILISOAMDDataSetTableAssetsTableAdapter.RemoveAsset(dgvText, dgvText2, dgvText3, dgvText4, dgvText5, dgvText6)
    Dim cbb As ComboBox = Me.FindName("cbbLocation")
    Dim row7 As DataRowView = DirectCast(cbb.SelectedItem, DataRowView)
    Dim cbbtext As String = row.Item("node")
    RefreshGrid(cbbtext)
    End If
    End Sub
    --------- End of Edit
    It is bound to a Dataset which gets it's data from a SQL Database.
    Loading the Data and Filtering the data based on certain conditions work 100%. The problem I am having is as follows:
    I have a form on the Page that takes input and inserts a row into the Database. When this happens, the DataGrid won't automatically reflect the changes (even if I recall the Fill Method of the Dataset). No matter what I do, I have to refresh the entire page
    and THEN Fill the Dataset to see any changes.
    This is what strikes me as odd...
    When I do a delete row operation on the Database (Custom Method on the Dataset with conditions), and just Fill the Dataset again (without doing anything special), the row deletes and the changes is reflected IMMEDIATELY.
    What am I doing wrong here? Why would Delete Row reflect the changes on the DataGrid but no Insert Row?
    Thanks in Advance.
    (P.S. I am very rusty with my developing skills, I haven't done this in YEARS)

    >>And what about the the most important question, how exactly is TableAssetsViewSource defined in the XAML markup and what is
    its Source property set or bound to? And what about the reproducable sample...?
    Here is the Markup of the TableAssetsViewSource:
    <Page.Resources>
    <local:RETAILISOAMDDataSet x:Key="RETAILISOAMDDataSet"/>
    <CollectionViewSource x:Key="TableRegionsViewSource" Source="{Binding tableRegions, Source={StaticResource RETAILISOAMDDataSet}}"/>
    <CollectionViewSource x:Key="TableLocationsViewSource" Source="{Binding tableLocations, Source={StaticResource RETAILISOAMDDataSet}}"/>
    <CollectionViewSource x:Key="TableAssetsViewSource" Source="{Binding tableAssets, Source={StaticResource RETAILISOAMDDataSet}}"/>
    </Page.Resources>
    The ItemsSource of the DataGrid is bound to the TableAssetsViewSource:
    <DataGrid DataContext="{StaticResource TableAssetsViewSource}" ItemsSource="{Binding}" x:Name="TableAssetsDataGrid" AutoGenerateColumns="False" EnableRowVirtualization="True" Margin="15,10,10,10" RowDetailsVisibilityMode="VisibleWhenSelected" Grid.Column="1" HeadersVisibility="Column" CanUserResizeRows="False" IsReadOnly="True">
    Just remember, this code was auto-generated with the drag & drop onto the Page, so I did little in terms of setting the actual bindings.
    All in all, what I have done so far works as intended, except that when I want to add a row to the table it does not reflect, and that it only shows after refreshing/restarting the application.
    I will try and put together a reproducable sample.

  • Planning Security Filters not reflecting in Essbase filters for 2 of 4 cube

    We are using Hyperion Planning with essbase. In essbase we have 4 cubes in essbase (BSCF, EMP, IS, MGN). We would like to add security for the entity dimension as we don't use it currently but we do for other dimensions.
    I have created a new group (FIN_APAC) in SS so that restricted access be given to users in Asia for only their LE(s). Then I enabled security for the LE dimension in planning and set security filters through a command line load. For existing groups I gave write access to all LE members and for the new group (FIN_APAC) I gave write access to certain members.
    When I refresh the security filters in planning they should reflect in Essbase and it does for 2 cubes (BSCF & EMP) but for the other cubes (IS & MGN) the essbase security filters are NONE! In planning all the LE members are set to be included in all plan types.
    The main problem seems to be with this new group (CSR_FIN_APAC) as whenever this group is assigned the essbase filters are not assigned properly. For the existing groups that have added LE security for all members the security filters are updated for 4 cubes as expected.
    Any help appreciated
    x

    When you create a planning application we can create 3 essbase cubes as plan types. if you use Capex, Workforce you can able to create max of 5 databases in Essbase version 11.1.1.3.
    if it is 11.1.2 you can add one more cube
    In your question, have you created 4 Essbase cubes. can you explain how that is possible.
    if all the LE members in all plan types means in 3 Essbase cubes. when you refresh security from planning to essbase that works fine.
    Can you explain the situation perfectly so that can able to give ans.
    Thanks,
    Suneel kanthala.

  • I updated the spelling of a song in my itunes but its not reflecting when i check my ipod. this never happened before when after i updated to IOS5. please help.

    i updated the spelling of a song in my itunes but its not reflecting when i check my ipod. this never happened before when after i updated to IOS5. please help.

    Try unsyncing the sone and then resyncing. That works sometimes. Sometimes restoring from backup works. Other times nothing seems to work.. Yuo are not alone since iOS5 and iTunes 10.5/6.

  • Changes are not reflected after editing and saving the chart in th WAD 3.5

    Hi all,
    I have to display the chart in the report using WAD 3.5. But after creating a chart and then when ihave to make extra changes again and save the same, the changes are not reflected. I can see only the previous changes.
    I am working on the chart for the first time. please let me know about the problem. My changes to the chart are not getting reflected.
    Please help.
    Thanks
    Rani

    How r u changing the graph??
    Hope you are doing a right click and selecting Edit Chart. Click on Refine.
    Then Click on Next till you get the button Complete. After you click on Complete, you save the Template.
    Hope you are following these steps.

Maybe you are looking for

  • No data in a field

    Hi   Data is not loaded into a particular field "0Complaint".   Checked the cube,ODS,PSA...the field is also active. Kindly tell me how to solve it Thanx & Regards

  • Launching Excel Template from BPF Closing Internet Explorer

    Hello, I am using a BPF and when trying to launch a BPC Excel template from Internet Explorer rather than opening the Excel template it is immediately closing down Internet Explorer. I am using: BPC Netweaver 7.5 SP7 Internet Explorer version 8.0.766

  • How to replace the "Recently Added" and "Recently Played"  folders

    Don't ask, I accidentally erased them thinking I was erasing the list under each of those two folders. Help!

  • Multiple reports

    In Access 2013, I would like to produce the same pdf report for different branches, but want each report to be a separate report with the branch name associated.  If there are 11 branches, I do not want to have 11 separate queries and 11 separate rep

  • Substracting number of days from date

    Hi all, I need to create a user exit to get a date value based on another variable. Basically, 100 days minus the first variable. var2 = var1 - 100 How can I write this? Thanks.