Database "TABLE" name change is NOT reflecting on Designer Security

Hi all members,
version: BOXI 3.1
I have change the table name in my Database for some particular reason.
After changing the name from "A_Table" to "B_Table" it is updating the objects "select"  information correctly by itslef. BUT for security in (Manage Access Rights) old Table name is showing.
Manaul correction is the only way for it? Can this be updated automatically.
What is the way to achieve it through SDK.
Kindly any member guide me.
I have number of tables to change and each have number of securities applied in universe.
Thanks in advance
Regards,
Izhar

Universe access security is encapsulated separate from the Universe unv itself.
Rather, it's a SI_KIND='Overload' InfoObject instance, accessible using the BusinessObjects Enterprise SDK.
Sincerely,
Ted Ueda

Similar Messages

  • Transactional Replication: Alter view changes are not reflect on Subscription database

    Hi All,
    we are configured transactional replication in our environment on sql server 2008 R2 , Yesterday I made a view alter on publisher database the view also present in replicated articles but unfortunately the changes not reflect in subscription, I already have
    checked the : Replicate Schema change option in Subscription option its also true, there is not latency exist in replication monitor , i have checked the blocking on subscription and publication. one more thing I tested the changes on replicated table its
    working fine
    Please help me to fix the issue.
    Regards,
    Pawan Singh
    Thanks

    Hi Pawan,
    According to your description, the alter on the view in publication doesn't be reflected in subscription database. As my analysis, the issue could be caused by that the distribution agent job doesn’t run after altering the view.
    I make a test on my computer, and set up transactional replication to replicate tables and views. Firstly, when creating subscription, I set the distribution agent job ‘Run continuously’(as the screenshot below), and alter the view in publication database,
    then the change is successfully reflected to the corresponding view in subscription database.
    However, I also make another test with setting the distribution agent job ‘Run on demand only’(It is determined by you), and find that it is not reflected to subscription database unless I run the distribute agent job manually.
    The distribution agent is used to read the updated transactions written to the distribution database and applies the change to the subscription database, so please check if your distribution agent job runs after you alter the view. If not, please run the
    job and check if the issue still occurs.
    Regards,
    Michelle Li

  • How to compare 2 different database to get table name which are not present in second database

    How to compare 2 different database to get table name which are not present in second database

    Sorry cannot test it right now
    use db1
    go
    select * from sys.tables t where not exists
    (select * from db2.sys.tables s where t.object_id=s.object_id)
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Query changes are not reflecting

    Hi All,
    Scenario: We have changed in Query from Query Designer in BED system and moved to Quality system but the changes are not reflecting. After checking tables RSRREPDIR and RSZCOMPDIR, we found out the information as below:
    Note: Production System - BEP
    Quality - BEQ
    Development - BED
    We have 2 issues with Queries in different systems as below:
    Issue 1: Query name: T01
    Issue 2: Query name: T02
    Issue1:
    Table - RSRREPDIR
    BEP -
    COMPUID : 4U2P65LLZVYUZLGQFYPVZ1R2M   (also present in table - RSZCOMPDIR)
    GENUNID : 4U2QC61SREY9HKJFVEHM894CU
    BEQ -
    COMPUID : 4T6BTKW1X3RYN7H2UO4WMLWLQ   (also present in table - RSZCOMPDIR)
    GENUNID : 4T6BUM0LKCPAO5H71ZG983P72
    COMPUID : 4U2P65LLZVYUZLGQFYPVZ1R2M   (also present in table - RSZCOMPDIR)
    GENUNID : 4U2QC61SREY9HKJFVEHM894CU
    BED -
    COMPUID : 4T6BTKW1X3RYN7H2UO4WMLWLQ   (also present in table - RSZCOMPDIR)
    GENUNID : 4T6BUM0LKCPAO5H71ZG983P72
    COMPUID : 4U2P65LLZVYUZLGQFYPVZ1R2M   (not present in table - RSZCOMPDIR)
    GENUNID : 4U2QC61SREY9HKJFVEHM894CU
    Issue2:
    Table - RSRREPDIR
    BEP -
    COMPUID : 4U18JA5FD2PB9ZB1RS0PWS5E6   (also present in table - RSZCOMPDIR)
    GENUNID : 4U188U6N2623QPCTMC43MFOZY
    BEQ -
    COMPUID : 4T6MDKABLUBC46HOKZMC0K6KU   (also present in table - RSZCOMPDIR)
    GENUNID : 4T6MEWPZ6178KB4LDKDREY34E
    COMPUID : 4U18JA5FD2PB9ZB1RS0PWS5E6   (also present in table - RSZCOMPDIR)
    GENUNID : 4U188U6N2623QPCTMC43MFOZY
    BED -
    COMPUID : 4U18JA5FD2PB9ZB1RS0PWS5E6   (not present in table - RSZCOMPDIR)
    GENUNID : 4U188U6N2623QPCTMC43MFOZY
    but in Table - RSZCOMPDIR
    BED -
    COMPUID : 4T6MDKABLUBC46HOKZMC0K6KU  
    GENUNID : 4T6MEWPZ6178KB4LDKDREY34E.
    Please suggest which query element and from which table we should remove to have a sync with all systems.
    Thanks in advance!!
    Regards,
    Niranjan Chechani

    If possible can u Compare  Bex queries in All 3 systems Using RSRTQ tcode, Either they are matching or not?
    How to compare using RSRTQ  u can Refer Below :
    Compare Bex Queries in Different Client /System.
    Regards,
    Seshu.P

  • Changes r not reflected in delivery address

    when i am changing Delivery address for a PO in me22n manualy, changes are not reflected in print preview.
    the smartform is copied from standard         /SMB40/MMPO_L
    to get the Delivery address i m using below code:
    IF is_pekko-werks NE space.
      PERFORM get_plant_address USING is_pekko-werks
      CHANGING is_pekko-adrnr gs_adrc gs_sadr.
    ENDIF.
    related form is define in FORM ROUTINES under Global Definition.
    *&      Form  GET_PLANT_ADDRESS
    FORM get_plant_address USING    is_werks LIKE t001w-werks
    CHANGING cv_adrnr
    cs_adrc LIKE addr1_val
    cs_sadr LIKE sadr.
      DATA: l_ekko LIKE ekko.
      CHECK NOT is_werks IS INITIAL.
      l_ekko-reswk = is_werks.
      l_ekko-bsakz = 'T'.
      CALL FUNCTION 'MM_ADDRESS_GET'
        EXPORTING
          i_ekko    = l_ekko
        IMPORTING
          e_address = cs_adrc
          e_sadr    = cs_sadr.
      cv_adrnr = cs_adrc-addrnumber.
    ENDFORM.                               " GET_PLANT_ADDRESS

    Hi,
    First check in the table, the record is updated or not.
    If the record is changed.
    try like this.
    In u r Z-form write one perform.
    Eg:
    PERFORM ADDRESS IN PROGRAM 'Z_MM_R_MMPO'
    /:Using&s_pekko-werks
    /: changing&is_pekko-adrnr&
    /: changing&gs_sadr&
    / :changing&gs_adrc&
    ENDPERFORM
    p1 : &is_pekko-adrnr&,
    p1:&gs_sadr&,
    p1:&gs_adrc&.
    create one subroutine program in SE38.
    In that write like this.
    FORM ADDRESS TABLES IN_TAB STRUCTURE ITCSY
    OUT_TAB STRUCTURE ITCSY.
    data : v_adrnr type t001w-adrnr,
    v_name1 type adrc-name1,
    v_name2 type adrc-name2,
    name1(40) type c,
    name2(40) type c,
    werks(10) type c.
    READ TABLE IN_TAB WITH KEY NAME = 'IS_PEKKO-WERKS'.
    if sy-subrc is initial.
    select single adrnr from t001ww into v_adrnr where werks = IN_TAB-VALUE.
    endif.
    if v_adrnr is not initial.
    select single name1 name2 from adrc into (v_name1,v_name2) where adrnumber = v_adrnr.
    endif.
    name1 = v_name1.
    name2 = v_name2.
    READ TABLE OUT_TAB WITH KEY NAME = 'IS_PEKKO-ADRNR '.
    if sy-subrc is initial..
    OUT_TAB-VALUE = name1.
    MODIFY OUT_TAB INDEX SY-TABIX.
    endif.
    READ TABLE OUT_TAB WITH KEY NAME = 'GS_ADRC'.
    if sy-subrc is initial..
    OUT_TAB-VALUE = name2.
    MODIFY OUT_TAB INDEX SY-TABIX.
    endif.
    and soon.
    Note : u must pass the character values only to the out tab.
    ENDFORM.

  • Changes are not Reflecting in WAD

    Dear Gurus,
    I got a problem in WAD. Changes are not Reflecting in My WAD. When i created NewQuery in WAD by just placing Chart & Saved it. After executing Chart is displaced.Again I updated the same query by placing table and saved it. After Executing Table is not displayed only previously saved Chart is displayed. Could any one Kindly solve my Problem.
    Thanks,
    Sony

    Hi Sony,
    SAP BI has HTTP Cache and the web templates are stored in the HTTP cache of the server. So, when you change a template and execute it again - the previous version which is stored in the HTTP cache is being retreived.
    To correct this, go to TCODE SMICM in the menu bar >> Goto >> HTTP Server Cache >> Invalidate -> Global in system
    Once this is done, ask basis to restart the java engine.
    I hope this helps you.!
    -Pradnya
    Edited by: Pradnya Rane on Sep 29, 2009 8:05 AM

  • Changes are not reflecting using af:resource for adding CSS

    Hi,
    I am trying to add new CSS file(say the name as customNew.css) to page template using af:resource tag, the changes are not reflected. Instead I see(using firebug) that, styles coming from different CSS file(say the name as customOld.css ) which configured on trinidad-config.xml and trinidad-skins.xml files.
    I was under the impression that, the new CSS file(customNew.css) will override the old css (customOld.css). So, CSS added using af:resource tag will not override any other CSS ???
    Any help will be appreciated
    Thanks,
    San.

    Hi,
    if you bring CSS to the browser through af:resource then this is not overriding any skinning definition. Skins can only changed in trinidad-config.xml file (which also can be done at runtime). Just adding a CSS file to af:resource wont do the trick here.
    Frank

  • Changes are not reflected in ODS

    Hi all
    Can anyone help me with this!!!!!!!!
    There is an ODS1 which gets data from transparent table. From ODS2 data is loaded into transparent table. Then the data is deleted from ODS1 and ODS2.
    Again the data is reloaded into ODS2 and then into ODS1.
    The changes are reflected in the ODS2 and changes are not reflected in ODS1
    Even after refreshing also changes are not reflected in the ODS1.
    what could be done??????
    Thanks
    Rani

    Hi rani,
    U need to check whether the changes are reflected in the transparent table once you reload it from DSO2.
    The reason might be, the key of the table might be different hence it might be adding records instead of overwriting or updating it. If there is any code used, check the logic whether u are appending or modifying the contents of the table. generally it should be modifying the contents.
    Hope this help
    Regds,
    Shashank

  • SAP BW structure/table name change issue with BODS Jobs promotion

    Dear All, One of my client has issue with promotion of BODS jobs from one environment to another. They move SAP BW projects/tables along with BODS jobs (separately) from DEV to QA to Prod.
    In SAP-BW the structures and tables get a different postfix when they are transported to the next environment.  The promotion in SAP-BW (transport) is an automated process and it is the BW deployment mechanism that causes the postfixes to change.  As a result with the transport from Dev to QA in SAP-BW we end up with table name changes (be they only suffixes), but this does mean that when we deploy our Data Services jobs we immediately have to change them for the target environments.
    Please let me know if someone has deployed some solution for this.
    Thanks

    This is an issue with SAP BW promotion process. SAP BASIS team should not turn on setting to suffix systemid with the table names during promotion.
    Thanks,

  • Changes are not reflected in Script output

    Hi All,
    i am facing a problem in SAPscript.
    I have made a Zscript by copying standard script F110_FR_CHEQUE. I have made the changes in the script as per requirement in development client and transported it to testing client to test (As i dont have any data in development client). But, surprisingly, when i run the program and check the output, the changes are not reflected in the script output.
    First i thought that my script was not triggered thats whay i m not getting any change, but later i changed the dimension of one of the window, in which some hard coded text is written, the differece i found was that, window size is changed, but the text written in that window is still same (what was in standard script.) .
    I am using standard texts for hard coding in script. Standard texts have been transported in testing client also.
    please help me in this regard.

    Hi,
    Could you plese Check NACE whether your script is confiugring or not.
    If it is configured well then Check Standard Text is available or not in Test client by open it in SO10.
    Check all the paragrah formats applied to Standard text are transferred to Test client which are in SE72.
    IF it is available in SO10 then debug the print program for that windows any standard conditions are calling to print the text.

  • Changes are not reflecting in the discoverer workbook

    Hi ,
    I have a report created with user Disco(Disco.Report_name).Now I need to add a column to it and i have done that with other user Discodev but when I save it the changes are not reflected on Disco(Disco.Report_name) rather it is being saved with user Discodev(*Discodev.Report_name*) .
    The User wants that the changes should be reflected on Disco.Report_name (I can't use the credentials of Disco to do this as it is also a user) .
    Appreciate your help !!
    Discoverer Version 4i
    Thanks ,
    Vijay

    Hi West,
    Thanks for the reply.
    I want to get clarified one thing, Is there any option where DISCO user can give Privileges to DISCODEV to make the changes,as the DISCO user is not a common user I have a problem in making the changes.
    Thanks,
    Vijay

  • Work flow issue- Changes are not reflected at rum time

    Hi,
        I want to change the Work item text for a task in a workfolw.
        When i am executing the worklow after changing the work item text of the required task(this task creates a work item), the change is not reflected. The work item is ceated with the previous text.
       Please tell me how to make change to reflect at the run time.
    regards,
    Shweta.

    Hi ,
    the problem may be in refreshing of buffer . Try to synchronize buffer manually using transaction SWU_OBUF.
    Regards
    Saurabh

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

  • Changes are not reflecting when de-implemented the SNOTE.

    Hi All,
    I have implemented SNOTE : 79847 , which is having two steps one is manual and the another one is automatic . but now i want to de-implement the Snote due to some requirements .
    After de-implementing the Snote ,i checked for changes in the standard program which were automatic . Over there the changes are not reflecting , that is the code which was  got appended due to implementations of note , now it is not getting removed. 
    kindly help me out.....

    Hi All,
    I have implemented SNOTE : 79847 , which is having two steps one is manual and the another one is automatic . but now i want to de-implement the Snote due to some requirements .
    After de-implementing the Snote ,i checked for changes in the standard program which were automatic . Over there the changes are not reflecting , that is the code which was  got appended due to implementations of note , now it is not getting removed. 
    kindly help me out.....

  • Changes are not reflecting in the page

    Hi All,
    I have an issue in custom page. In my custom page, if i click approve button for a particular batch, then it will navigate to previous page which contains 10 batches per page in the table structure.
    Once i clicked the Approve button it will update the status in the table. It is getting updated in the table but it is not reflecting on the Batches page while navigating to previous page.
    Kindly share your suggestions.
    Thanks and Regards,
    Myvizhi

    Hi Myvizhi ,
    Since you wish to display a specific row in the table region , then while navigating from update page to search page send primary key and set it as
    where clause , so that you can view only updated specific row .
    You need to handle this in process Request of your controller class in search page . Let me know if its not clear .
    --Keerthi                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Maybe you are looking for

  • How can I get imported pictures from my ipad 3 to my laptop?

    Pretty much what the quetions states - "How can I get imported pictures from my ipad 3 to my laptop?" I've imported a load of pics from my Nikon D40 to my iPad 3 (ios 6.1) using the iPad camera connector.  So far so good. However I cannot sync the pi

  • Items and Purchase Orders...

    Help...Please... We have a problem, we run stock close to minimum at all times, (we supply short dated food stuff), and often our customers ask when the next delivery is due in. Now, we can drag and relate etc but often our staff just don't have time

  • Trex installation error FSL-00001  System call failed. Error 3

    I am installing trex on multiple hosts for a Production setup. Trex is version 7.0 patch level 40. All hosts are Windows servers running on "Windows Server 2003 R2 Enterprise x64 Edition, Service Pack 2" Distribution of trex instances are as follows,

  • Photo mail problem

    photoshop elements 8 photo mail does not recognize outlook as default program even though it has been for several years, so photo mail does not work

  • Inconsistent information listed

    When I go into Network Discovery | Device List | All Types | List All or Window types it will show a list with IP addresses. Not much information shown on this page, ie: no User, Name or Product = Unknown. Except for the ZAM server it will show the U