Changes not reflecting in Report designer after Transports

Hi,
   I have made some changes to a Report in the report designer and transported it to Quality and Acceptance systems. But the changes are reflecting in Quality system not in Acceptance server. In Acceptance sever the changes are seen in the report physically but when i execute the report i still see the old format. I tried transporting the request again to the system but no luck.
Cleared the Cache in Acceptance still no luck. Also regenerated the base query in RSRT and no effect on the report. Any idea?
Thanks,
Praveen

Hi Praveen,
Make sure you have collected all the objects of the report.
You may check this in (development) RSA1->Transport Connection. Select  that report and see if any objects are still not under $TMP or under any other Package and not got collected in your previous TR.
Regards,
Pratap Sone

Similar Messages

  • Universe export - data changes not reflecting in Report

    Hi
    The changes and the latest updates in the database are not reflecting in reports,
    even if i export the universe again.
    and i have refreshed the reports, that even not reflecting.
    i did Edit query and Run query  this action also not bringing the latest data to reports
    why this happens ?
    how to solve this issue ?
    Regards
    Dineshkumar

    You can search for KB articles on SAP Service Market Place .
    Here is first :
    Symptom
    You make changes a local Universe in Designer.
    When refreshing the report, in Desktop Intelligence, the results do not reflect Universe update.
    It used to be enough to simply refresh report's data, for Dataprovider to show object changes from the Semantic layer.
    Change of behaviour in SP3 codeline: the DeskI Query Panel does not automatically pick up the latest modifications made to the local Universe.
    Reproducing the Issue
    Using BusinessObjects Desktop Intelligence XIR2 SP3:
    Using your universe (eFashion), create and refresh a simple Desktop Intelligence report (.rep).
    Make a simple change to the universe (like renaming a field/ object name) and save these changes.
    Go back to the open DeskI report and try to refresh the data provider using: 'Data/Refresh Data'.
    This will not show the latest changes.
    However, if you follow the same workflow using XIR2 SP2, the universe update will be immediately visible (in the report) simply after refresh.
    Cause
    This is not a product regression, but intentional change in application's code delivered with FixPack3.1.
    Fix Request ADAPT00818520 changed the application's behaviour: << When a restricted user is logged on to view a Desktop Intelligence document, prompt windows may be slow to open. >>
    Resolution
    In Desktop Intelligence menu, go to:  Tools > Universes
    Click 'Refresh'
    Select and 'Import' your universe
    Next, go to toolbar menu:  Data >  Edit Data Provider
    In Query Panel, click 'Run' to regenerate the Query and interrogate the updated universe.
    Only after following these actions will the .unv ammendments be visible in the report.
    Here is second :
    Symptom
    Changes to object made for the Universe is not affected when refreshed from InfoView if we check 'Allow selection of multiple Contexts' in Universe Designer
    Desktop Intelligence (Deski) Report still prompts for selection of contexts even if 'Allow selection of contexts' is unchecked for Universe
    Row level Restriction is not applied correctly in InfoView(View Mode) when 'Allow selection of multiple Contexts' checked in the Universe Designer
    Environment
    BusinessObjects Enterprise XI 3.1 Service Pack 2 Fix Pack 2.6
    Reproducing the Issue
    Changes to object made in the Universe is not affected in InfoView(View mode) when 'Allow selection of multiple Contexts' is checked in Universe
    1. Log in to Designer
    i) Import Island Resort Marketing
    ii) Go to Universe Parameter >> SQL
    ii)Uncheck Allow Selection of Multiple Context
    2. Create a new Desktop Intelligence(Deski) Report based on Island Resort Marketing
    i) Drag the object Country in the Result's Pane
    ii) Save and Export the report to the repository.
    3. In Designer Change the Object Country under Resort from Resort_Country.country to
    i) Resort_Country.country+'ddd'
    Note: Uncheck Allow Selection of Multiple Context
    ii) Save and Export the Universe
    4. Log in to InfoView
    i) View the report
    ii) Refresh the report
    iii) Changes to the object taken place i.e Country is concatenated with ddd
    5. In the Universe Designer, change the Object Country under Resort from Resort_Country.country to
    i) Resort_Country.country+'eee'
    Note: Check Allow Selection of Multiple Context
    ii) Save and Export the Universe
    6. Log out from InfoView and login again
    i) View the report
    ii) Refresh the report
    iii) Changes not taken place. Shows only Country instead of Country concatenated with eee.
    Row level Restriction is not applied correctly in InfoView(view Mode) when 'Allow selection of multiple Contexts' checked for the Universe.
    Import efashion Universe 
    Drag the Outlet_Lookup table into the objects pane on the left hand side
    Create Row Level Restriction on the state field of Outlet_Lookup table as Outlet_Lookup.State=(u2018Texasu2019) 
    Apply the restriction to Administrator
    Save and Export the Universe. Note: Uncheck Allow Selection of Multiple Context in Universe Parameter>>SQL
    Log in to Desktop Intelligence (Deski) as administrator with Enterprise Authentication
    Create a new Deski report
    Drag the object state from the Outlet_Lookup table to the Results pane 
    Observed that the administrator is able to see only Texas which is expected behavior
    Save and export the report
    Log in to Infoview as Administrator
    View the report. Refresh the report
    Observed that the administrator is able to see only Texas which is expected behavior
    Log in to Infoview as any user say Test User
    View the report. Refresh the report
    Observed that Test User is able to see all the states which is expected behavior
    In the Universe Designer, Check Allow Selection of Multiple Context in Universe Parameter>>SQL for efashion Universe
    Save and export the Universe
    Log in to Infoview as Test user
    View the report
    Refresh the Report
    TestUser is  able to see only Texas which mean that the restriction is applied to Test User also
    Cause
    This is by Design as the  'Allow selection of multiple Contexts' forces selection of the context, which is not possible in Infoview, so that in Infoview it is assumed the Context is already selected and no SQL regeneration is required.
    Resolution
    Problem Description: Changes to object made in the Universe is not affected when refreshed from InfoView if we check 'Allow selection of multiple Contexts' in Universe Designer
    Explanation:
    If we modify an object and selects also the option 'Allow selection of multiple Contexts', it means that potentially there is more than one SQL that can be generated with the use of that object. Hence if a report is created in Deski, run and exported to enterprise, that means, one particular context (SQL) has been selected.
    If you then update one or more of the objects again, the SQL will have to be regenerated in Deski for the right context to be selected for that particular report.
    Therefore, if this option is used, for the objects to be updated, the SQL of the report will have to be regenerated in Deski, run and export it back to repository, then refresh the report in InfoView.
    For Deski reports viewed in InfoView, it is not possible to evaluate the context on refresh. The report will always use the context stored with the report and same for the SQL. Therefore the Deski report will need to be imported locally, refresh it and then export it back to repository for the changes to take place.
    Problem description: Desktop Intelligence (Deski) still prompts for selection of contexts even if 'Allow selection of contexts' is unchecked for Universe
    Explanation:
    The option 'Allow selection of Multiple Contexts' in Designer is not to disable the prompt. It will prompt you to select context if the object used is associated with context. The option is just to allow Deski to select multiple contexts at a time if in case the object used is associated with multiple contexts and accordingly generates the SQL.
    However if we uncheck the option even if there are multiple contexts associated with the object used, it will allow selection of only one context at a time.
    Problem Description: Issue with Row level Restriction when refreshed from InfoView with 'Allow selection of multiple Contexts' checked for the Universe.
    Explanation:
    We first have to regenerate the SQL in Deski, then export it to repository and refresh from InfoView for the changes to take place correctly. The explanation above applies.

  • 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

  • Develop changes not reflected in Exported files after changing PCs?

    Hi,
    I recently upgraded to a new laptop so installed LR3 on the new laptop. I them imported the Catalog etc.
    When I browse of a folder of my library (that I developed on the old laptop just before the upgrade) I initially see the undeveloped picture but after a second or so it updates the picture to reflect my develop changes made previously. So, it appears the import has worked succesfully etc.
    However, I then tried to export a selection of these pictures to a new location so that I could isolate and upload to a photo printing site. Once the export was complete I noticed that the jpg files exported to the new folder do NOT contain the develop changes I made.
    I am a bit stumped now - I know that before changing Laptops I had exported some of these photos from the same folder (to burn to cd and send to a friend) the exported files definitely reflected the develop changes.
    Can someone please help me understand what has gone wrong?
    Many Thanks in advance for any replies

    Thanks for the response and apologies for my late reply - been away for a few days.
    I checked the output format and it was set to JPG - not Original.
    But I think the problem was down to my mixing up my catalogs - I normally have my catalog on a NAS drive with a SUBST drive letter and with a backup on the local drive every now and then.
    I think I may have opened the wrong catalog (the local one) - still dont understand how the changes I made were still refelected when viewing the file in LR3 - weird!
    Thanks again!

  • Changes not reflected on the page after migrating the page to server

    Hi all,
    I have migrated a page to server after making some adding a messageTextInput field but the changes are not getting reflected.
    I followed the following steps to migrate the page:
    1. Copied the page.xml from local machine to server.
    2. Ran the below import command :
    adjava oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/oracle/apps/aear/Refunds/webui/RefundCreatePG.xml -rootdir $JAVA_TOP -username apps -password apps -dbconnection "(DESCRIPTION= (ADDRESS=(PROTOCOL=tcp)(HOST=aebsw1d.aetna.com)(PORT=1571)) (CONNECT_DATA= (SID=AEBSDEV2)))" -rootPackage $JAVA_TOP
    It said
    Import completed.
    3. Bounced the apache server.
    4. Ran the below script to see the page definition:
    DECLARE
    BEGIN
    jdr_utils.printDocument('/aebsu03/app/AEBSDEV2/apps/apps_st/comn/java/classes/oracle/apps/aear/Refunds/webui/RefundCreatePG',1000);
    EXCEPTION
    WHEN OTHERS THEN
    DBMS_OUTPUT.PUT_LINE(SQLERRM);
    END;
    It has my messageTextinput field info. But I can't see it on front end. Even though when I run the page from my jdev I am able to see that field.
    Plz guide me if I am missing anything.
    Thanks in advance

    Hi,
    Go to 'about this page' from front end and check the path for this PG.xml and compare that path with the one that you are importing.
    As per my understanding, if this is a custom page, then the path you are using is not correct.
    Let me know if you need more clarification.
    --Sushant
    [email protected]

  • Alter table change not reflected in report

    I have a report that is based upon an SQL query on a couple of tables. It has been necessary to change the field size on a couple of columns in a table. What do you do to the report data model to reflect this change of column size on a table?
    Many thanks in anticipation

    Open the SQL Query's in the Data model and just change something or hit spacebar and hit OK. The field lengths will be updated automatically.

  • SAP Portal changes not reflect in all the  servers without  reboot?

    Dear  SDN Members
    We have  one sap ep 7.0 eh1  main instance   and  4 other portal instances.every time  we tranport any  portal develpment work  such as epa packages, we need to restart all the instances to reflect the new changes.can you please suggest me
    a solution if  exists to avoid  bouncing of all instances when a portal development work is  transported.
    Why does the changes not reflect in all the servers without the reboot??
    Thanks
    Chandra

    Thanks for the quick response kenny, i wonder if we can configure any parameters in UME
    to avoid bouncing of all the instances. please let me know if you have any other suggestions.
    actually we have  a central portal instance and 4 other  portal servers connected  through a
    load balancer.Any tranport we move to central instance should refelect the changes in all
    other portal instances.But we need to restart all the instances to see the new changes.
    We are trying to find a solution if availbel which prevents server-restarts after each transport.
    Thanks
    Sekhar

  • Transported to A and Q box - Changes not reflected in only  A Box Q Box Ok?

    Hi Experts,
    I am facing an issue with Transportation in SAP BI.
    In my project we have a requirement  to create a new query After that we have developed that query with new requirement features.
    As per the user requirement, the new developed query must be moved to production and where as the old version could not be displayed any more.
    For that purpose, after developing the query in Dev Box i have collected the tp and  deleted the old version query in DEV Box.
    I have transported the new version developed query to Acceptance Box and then to Quality Box.
    And tested in Acceptace and Quality Box whether new developed query features is reflecting or not .
    Found that, in Quality Box new query featured reflected where as in Acceptance  Box the new query reflections have not reflected.
    Now my question is if i trasport the same tp to production whether changes will get reflect or not
    And also would like to know the route cause why in the acceptace changes have not get reflected.
    I am confirming that, in both acceptace and quality box the tp were trasported succefully with out any of the errors.
    Kindly reply me any of the folks faced this kind of issue or scenario in your projects or expeiriance.
    Thanks,
    SN.

    Hi,
    Just try re-importing your query in OVERWRITE mode from D to A. Also request your basis team while transporting your TR to Prod to transport it in OVERWRITE mode.
    Hope this helps.
    Regards
    Jeeth

  • Report changes not reflected in Portal

    Hi,
    I have a report designed in Business Intelligence Front end tool.  I have added that report to a role created in BI backend and assigned the report to that role.  I am executing the report in Portal through SSO and the report is executing successfully.
    I  made changes in the report and assigned it to the role again.  When i execute the report in portal, the changes are not reflected.  But when i check the same report in Portal using another team mate id, he is able to see the changed report.  We checked the iview of the report in portal and the changed report is there in portal.  But i donno why it is not showing up for me.   We cleared the Browser cache and checked again but the result is same.  We both have the same roles, so nothing to do with the Roles.  I think the problem is in portal, but dont have an idea on where to check it.
    Help me in this regard.  Thanks for your time.
    Regards,
    Murali

    Hello Murali,
    This is strange but please do this simple test & confirm:
    Run the iView using your colleague's id. Copy the complete URL from the browser.
    Open another fresh browser session, pasting the URL login using your credentials.
    What do you see now? Do you see the change?
    This a simple method to filter out the issue..whether its related to backend or not.
    Awaiting Reply.
    Regards,
    Ritu

  • Custom report stored procedure changes not reflecting

    Hi,
    I have a custom report which works fine but now I want to do some changes in stored procedure. The stored procedure compiles successfully but the changes are not reflected in the report. Am I missing out something as I am assuming that once the stored procedure is saved, the changes must reflect immediately.
    Regards,
    Rahul Sharma

    I did some changes in the where clause to include few more input parameters and thats it. I have not changed anything else. Moreover, even if I try to introduce an error intentionally, OIM is not picking it up. Is there any other reference which I need to change?

  • Down payment not reflecting in report

    Dear All,
    I have created a project Budjeted it, made the PR PO GRN, MIRO  which all is reflection in budget/actual/commitment... report,
    but i also did DPR using F-47 and F-48 but the values from this transaction is not reflection in the report.
    Pls guide
    Regards,
    Mandar

    Hi Mandar,
    This is verymuch possible in single report, do the following steps you will see these all in Single report under Tcode: S_ALR_87013558.
    1. Go to T-ocde CJE5
    2. Select the form 12KST1A
    3. Ensure that the Form is in Change mode.
    4. On your right side you will see columns, after the last column on the blank space double click or click + icon on tool bar, a pop-up will come, in that pop-up select radio button Key figure with characteristics.
    5. A new window will open, here you enter the following
    Version : 0, valutype : 12,  object type: P.
    6. Click on change short text and right the text as Downpayment.
    7. Click conform.
    8. Now in menu> Extras> Drill down display --> select rows/columns, now select the new column also and save, so that this column will appear in the reports.
    This you can do yourself, just need to take authorisation for CJE5 T-code. once u do this your client managemnt can see the data in one report.
    Thanks
    Regards
    kishore

  • Attributes not reflected in report

    Dear Expert,
    we need city coordinate attributes in Sold-to-party wise report. So we enhance the LOCCO(City Coordinate) field from R/3 0CUSTOMER_ATTR datasource.
    After replicated the datasource then mapped to City Coordinates(0ME_CITY_CO) in 0CUSTOMER_ATTR transfermation.loaded the data and cube it shows data.
    One report only this attributes comes under Sold to Party.Other reports not refelect.
    the query designer City Coordinates attributes comes under Sold To Party. but the report this attribute not refelecting under Sold to party.
    Please suggest me.
    Amulu

    Hello,
    If you want this attribute to be reflected in all the reports in which the 0CUSTOMER is present, you need to make it as a navigational attribute and also select the attribute as navigation attribute in all the DataTragets (ODS, CUBE, Multiprovider, Infoset) on whicn the reports are based.
    This will solve your problem.
    Regards,
    Pankaj

  • Adobe Camera Raw changes not reflecting in Premiere Pro

    I was super excited to try out the new CNDG support in Premiere Pro CC 2014, but I have to be honest - I am a bit disappointed...
    I am using 16bit Cinema DNG files and the source settings sliders really aren't doing it for me (notice the pink highlights)
    That's alright though, I would much rather use Adobe Camera Raw!
    Right click > Edit Original
    There we go, that looks nice - no pink highlights, nicely recovered details in the shadows and highlights. 
    PERFECT, click DONE!
    Nothing...For whatever reason, changes are not reflecting.
    Adobe - please allow us to use Adobe Camera Raw, there are so many folks out there that want to incorporate it into their workflow.  I have tried SpeedGrade and various other color correcting tools and I have found Adobe Camera Raw to work the best IMHO
    Thank you for your time.
    -Loyal Paying Customer

    Hi Ekombokom,
    ekombokom wrote:
    Hello! I too am having this same problem. I used Camera Raw (both in Bridge and Photoshop to make sure) to adjust and correct the Cinema DNG files I shot with my BMPCC; however, the video sequence in Premiere does not reflect any of the changes made. Why would Adobe not support Camera Raw settings in Premiere?
    Sorry, but Premiere Pro does not have a camera raw importer. You adjust the settings in the Source Settings dialog box instead (for RED, ARRI Raw, BMCC and BM Pocket Camera DNG files). You do have access to some controls for these formats, but in some cases, Camera Raw has more controls.
    ekombokom wrote:
    Camera Raw is an amazing tool for refining an image and gives me the best results compared to SG and Davinci. I was so excited to be able to use it once Premiere supported CinemaDNGs but now I'm confused as to why it's not supported.
    Cinema DNG from the Blackmagic Cameras are supported, you just adjust settings in Source Settings, as I mentioned. Have you tried that? The reasoning behind this is that Cinema DNG video coming from camera raw is too difficult to playback and edit with.
    That said, some users bring Cinema DNG footage to After Effects, adjust the video there, then render out files that are suitable to edit with.
    ekombokom wrote:
    I thought the point of using Adobe was that all their products worked together seamlessly? I really hope they fix this.
    You can always make a request here: http://adobe.ly/feature_request, however, I don't see a camera raw importer going into Premiere Pro any time soon (if ever) because of the reasons I previously mentioned (editing with camera raw would be too cumbersome). I think the more realistic feature request would be to add more controls in Source Settings.
    Thanks,
    Kevin

  • New G/L codes not reflecting in Reports

    Dear all,
    i have created New G/L codes in FS00 and added to financial statement version that is FSE2 to reflect in the reports.New G/L codes can see in standard report S_ALR_87012301 that is G/L balances report, but not reflecting in Cusotmised reports defined from standard reports which P/L reports Y_CD1_69000001,2&4.
    my question is after creation of New G/L codes what are the steps need to do to reflect that new G/L codes in reports.
    can anyone help me on this.since all the reports are production repots.
    Thanks & Regards,
    Usha

    Hi,
    When i check the code code of this program GPEFBVPXJFT2D7N4QCER9ARVOYQ i found all the old  G/L codes except which i have created newly like this.pls check the below  code for reference.
    FORM CHECK_0001
    IF  RFRRS02-SAKN1 EQ '0000033034'.
                PERFORM CHECK_2017.
              ELSEIF RFRRS02-SAKN1 EQ '0000033035'.
                PERFORM CHECK_2030.
              ELSEIF RFRRS02-SAKN1 EQ '0000033036'.
                PERFORM CHECK_2043.
              ELSEIF RFRRS02-SAKN1 EQ '0000033037'.
                PERFORM CHECK_2056.
              ELSEIF RFRRS02-SAKN1 EQ '0000033038'.
                PERFORM CHECK_2069.
              ELSEIF RFRRS02-SAKN1 EQ '0000033040'.
                PERFORM CHECK_2082.
              ELSEIF RFRRS02-SAKN1 EQ '0000033043'.
                PERFORM CHECK_2095.
              ELSEIF RFRRS02-SAKN1 EQ '0000033045'.
                PERFORM CHECK_2108.
              ELSEIF RFRRS02-SAKN1 EQ '0000033052'.
                PERFORM CHECK_2121.
              ELSEIF RFRRS02-SAKN1 EQ '0000033053'.
                PERFORM CHECK_2134.
              ELSEIF RFRRS02-SAKN1 EQ '0000033054'.
                PERFORM CHECK_2147.
              ELSEIF RFRRS02-SAKN1 EQ '0000033055'.
                PERFORM CHECK_2160.
              ELSEIF RFRRS02-SAKN1 EQ '0000033056'.
                PERFORM CHECK_2173.
              ELSEIF RFRRS02-SAKN1 EQ '0000033057'.
                PERFORM CHECK_2186.
              ELSEIF RFRRS02-SAKN1 EQ '0000033058'.
                PERFORM CHECK_2199.
              ENDIF.
            ENDFORM.
    pls advise.
    Thanks,
    Ramana

  • Changes not reflected in iWeb 08 program

    I have been making changes to my site, publishing them to the web and all is fine. When I close out iWeb (and SAVE) not all of my changes are reflected when I reopen iWeb.
    The published site is very fine, bu a lot of the changes I have made to the site are no longer reflected in my iWeb 08 program,

    Hi,
    First try to check if all the elements are in the transport rquest and then reptransport it...
    If this still doesnt work, do the foloowing:
    Run the prg : RSTXSCRP in Dev and EXPORT the script on to a desktop/location
    Run the prg : RSTXSCRP in QA and IMPORT the script from the desktop/location specified above.
    Hope this helps you
    Regards
    Sk

Maybe you are looking for

  • From 10.4.11 to Snow Leopard

    Hi I know you can get a Mac OS X Snow Leopard to upgrade.. BUT If I get those Mac OS X Snow Leopard, will it wipe out my applications,files,etc off the face of the earth? If no, then i dont have to worry if yes, then How will I back up my application

  • Error while installing Equipment using IE4N

    Hi All, I am working in ECC 6.0, in which when I am using T Code IE4N (Dismantling/Installation of eqpt.) for installation of equipment. When I am trying to do this system issues a error: At least one error was reported by the installation check rout

  • Drop ASM instance.

    Hi, My OCR got corrupted and I am not able to recover as I don't have backup of that. Because of this, CRS daemon is not coming up and this leads me to clean up this cluster and build it again. I am not much worried as this is my second development e

  • System preferences won't launch

    Hi, 2011 Core i7 iMac with Lion. Noticed yesterday that system prefs won't launch. No spinning beachball, does absolutely nothing including no launch animation. Read some suggestions on these forums and tried resetting the SMC, followed by booting in

  • How can i put a border around it?

    Could anyone tell me how i can put a border around the HD symbol? And how can i make everything without the HD Symbol transparent? http://i.imgur.com/6q6NTlZ.png