BI content upgrade has overwritten the objects changes in PRD

Hi Experts,
1. If we have to upgrade the business content with a patch do we do it in PRD as well or else do we do only in DEV.
2. I have a infoobject which is a standard one but i have changed an attribute of it from display to navigational
3. but after the Business content upgrade the infoobject got changed in production but its not changed in Quality or Dev.
what could be the reason for this change and how to avoid such kind of things in future.
Patch we upgraded SAPKIBIII1
thanks and regards
Sreedhar

i even checked in the version comparison
under last changed by : i have user name as DDIC.
Can somebody please give some thoughts on this.

Similar Messages

  • I would like to find the object change and to move

    Thank you very much, but
    Sayfaları, tek tek sayfalarını bakacak bu script belgede (3, 5, 7, ...) işlem yok
    I would like to object all page (height and width of the rectangle is known, the text frame) to move to find and replace
    The height and width of a rectangle with known or find text frame, changing the height and width, to move to a point
    I'm glad I sent you edit scprit
    var findX, findY, changeX, changeY, moveX, moveY;
    var diyalogWindow = app.dialogs.add({name:"RECTANGLE oR TEXT FRAME", canCancel:true});
    with(diyalogWindow){
      with(dialogColumns.add()){
    with(borderPanels.add()){
    with(dialogColumns.add()) {
    staticTexts.add({staticLabel:"FİND X"});
                         findX = textEditboxes.add({editContents: "10"});
                        staticTexts.add({staticLabel:"FİND Y"});
                          findY = textEditboxes.add({editContents: "10"});
    with(dialogColumns.add()) {
         staticTexts.add({staticLabel:"CHANGE X"});
                          changeX = textEditboxes.add({editContents: "50"});
                          staticTexts.add({staticLabel:"CHANGE Y"});
                          changeY = textEditboxes.add({editContents: "60"});
             with(dialogColumns.add()) {
         staticTexts.add({staticLabel:"MOVE X"});
                          moveX = textEditboxes.add({editContents: "100"});
                          staticTexts.add({staticLabel:"MOVE Y"});
                          moveY = textEditboxes.add({editContents: "10"});
    if(diyalogWindow.show() == 1) {
    var myDocument=app.activeDocument;
    var p;
    for(p=0; p < myDocument.selection.length; ++p) {
            myDocument.selection[p].move([changeX.editContents,changeY.editContents]); // ................... how contined ???

    https://forums.adobe.com/message/6714843#6714843
    this script
    app.selection  .paragraphs.everyItem (). spaceAfter = 1
    its make spaceafter = 1
    but how make
    1
    2
    3
    4
    5
    Each click, I get a continuous increase
    2014-09-04 12:14 GMT+03:00 vandy88 <[email protected]>:
        I would like to find the object change and to move  created by vandy88
    <https://forums.adobe.com/people/vandy88> in InDesign Scripting - View
    the full discussion <https://forums.adobe.com/message/6700008#6700008>

  • Adobe Acrobat upgrade has destroyed the signature and in the IE a certified web site displaying

    I have encountered a very strange, but exactly the same phenomenon on my desktop PC and laptop. (W XP Professional, SP3, IE8)
    The Adobe Acrobat (v.9.4) has been upgraded with the online refreshment process on both PC and now I can not use a web site at all
    on both PC.
    In the IE when I start the  URL the popup windows with Certificate selection appears normally, but when I accept
    it after that I have the below screen:
    Translation: 
    The IE can not display the web page.....
    Possible steps:  diagnose the connection problems
    Additionally my own created signature in both Acrobat has been damaged too. When I
    want to use the signature I get an  error message:
    Translation:
    The Windows encryptioning service has indicated an error:
    The object does exist.
    Error code:  2148073487
    I tried to uninstall - reinstall the Acrobat as well as the signature, but did not fix the problem.
    Does someone have any idea what could be the problem and how I could restore the functionalities?

    I will not be able to upload any forms as it is propietary information, but here are the steps taken to create the form using Adobe Acrobat Pro X or XI:
    Open the PDF in Adobe Pro and click Tools.
    In the Forms menu, click Edit.
      Click Add New Field > Text Field.
    Place the field on the document and edit the field name with the text [MAGICWORD]. This is a magic word that allows the signed form to be saved in the right location.
    Click the All Properties link.
    Change the Form Field from Visible to Hidden but Printable under Common Properties.
    To add other visible magic word fields (optional),  click Add New Field > Text Field.
    Click Add New Field > Digital Signature.
    Click Add New Field > Button.
    Click the All Properties link.
    Click the Actions tab.
    Under Add an Action: 
    Select Trigger – Select Mouse Down.
    Select Action – Select Submit a form.
    Click Add.
    Enter the URL:(https://anythingcangohere.com)
    This enables the signed form to be submitted and saved in the right location.
    Under Export Format, select PDF The complete document.
    Click OK.
      To add a label to the button, click the Options tab.
    Label: – Enter Submit to athenaNet or Submit.
    Click Close.

  • Will an BI Content upgrade from affect the source systems?

    Our current BW has BI Content 7.02 patch 003; we are planning an upgrade to 7.03 patch 012.  Will we have any impact on the source systems (ECC and SRM)?  We are trying to decide if we need to archive and backup the operational systems.  Since it is a lot of extra work and increases the number of people affected, we prefer not to do it unless necessary.
    What type of regression testing is most common after a BI Content upgrade?
    thank you very much,
    LLK

    Hi
    As a data fetching from Source system -- the BI Upgrade does nt have any impact on Source Systems normally -- But u need to prepare a check list with before and after upgrade with DS ( Some times DS get de activated while upgradation ) and the DS are source system dependent so you may have to re activate the same based on requirement/possibilites-- And also you may have to empty the Delta Queues on Source System side -- otherthan that no impact , as far I know.
    Hope it helps and celar

  • Transfer the objects changes between servers?

    What’s your recommendation to transfer the different changes of the tables, packages and so on from Development Server to Testing Server???
    We work in development server and we need to transfer the changes each 7 days.

    Don't take an export from DEV and squirt it into TESTING. Otherwise, ff your development environment is like mine - or just about anybody's, you're going to fill your testing database with rubbish data, work in progress, etc. Apart from anything else you can't apply changes to table structure ( e.g. adding a column) that way.
    You may say you can just trash and rebuild the testing environment but remember, you need a process to take the tested code from TESTING to PRODUCTION. You cannot trash PRODUCTION every time you need to do a patch release. But also you cannot have a different release process for deploying into PRODUCTION: that's just the same as releasing untested code into live.
    The proper way to do this is change control. Developers should be scripting changes and storing those scripts in source control. Those scripts are then used to build the testing environment and the production environment. Of course, each script that changes the database should have a regression to reverse that change ( an ALTER TABLE ... DROP COLUMN statement for every ALTER TABLE ... ADD <column> statement.) Ideally you should have a configuration environment that is just used for building and regressing your database.
    Cheers, APC

  • How to find who has deleted the objects in 10g

    All,
    On 10th feb i have created a sequence (M_KEY_SEQ) as per my user request.
    But i could not find the sequence in the database now, Could any one please tell me
    how to find out ..who has dropped the sequence, (looks like some drop actions has been carried out from my user side, we suspect those drop jobs might dropped this sequence but we dont have correct information about who has dropped it..so we cant tell them that you have dropped).
    Any suggestions please...
    No auditing enabled in our database.

    If you dont mind ..could you please explain me how to use DBMS_LOGMINER to find out the deleted sequences

  • CMS - Transport to Production has all the objects of ID

    Hi All,
    I am trying to transport objects of Integration Directory from Dev to QA to Production using CMS. It is not a new setup. It is successful all the way, upto Production. But it brings all the objects of all the scenarios from QA to Production, instead of just selected scenario. The transport from Dev to QA is perfect, with objects related to only selected scenario. In 'Assembly' step, there are two options in 'Select component' drop down. 'All components' and 'sap.com.SAP-INTDIR. I selected the later but still it brings all the objects while I select 'lsadmin' and select 'Transfer' in Production Integration Directory.
    Any help will be appreciated.
    Thanks.
    - Atul

    try this option....once you send the objects to QA from Dev, neglect that transport and then  perform the transport from QA. This will enable the sub-set assembly option in the track. You can then select the required one. This will ensure that only the required transports go through. This happens generally in a four env landscape. We are having the same sort of setup in our project.
    Reward if helpful.
    Sarath.

  • HT4623 help my iphone5 has had the passcode changed by one of my kids who cannot remember it now my phone keeps disabling HELP please!

    help please
    i cannot recall passcode & my phone keeps disabling me when i try to guess the pass code

    1)  Connect to iTunes on the computer you usually Sync with and Restore...
    http://support.apple.com/kb/HT1414
    2)  If necessary Place the Device into Recovery mode...
    http://support.apple.com/kb/HT1808
    Note on Recovery Mode.
    You may need to try this More than Once...  Be sure to Follow ALL the Steps...
         Once you have Recovered your Device...
    Re-Sync your Content or Restore from the most recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766

  • How do you chance the color and style of my iPad upgrade yesterday?  The new change is awful.

    The changes made to the layout of my iPad are just plain yucky.  I will not be upgrading my other iPad if this is what the future is.  The calendar and all the other applications are just plain bad.  Too much white and ugly colors.  What can be done to fix this.

    It is quite a shock.
    If you're having issues with the fonts, etc, you can look in the settings. You can change font sizes and under accessibility you can make fonts bold and tweak the contrast. I've also found that using a dark wallpaper helps with all the white on the screen and makes the names of apps more readable.
    If there are some apps that you really can't stand, there are probably paid or free apps that can replace them, such as for the calendar or notes or whatever else you may not care for.

  • HT1338 clear disk of iMac as OSX upgrade has slowed the machine to the point it is practically inoperative

    My machine asked to be switched off after OSX was installed. It then would not boot. I had an Apple approved technician come to my home and get the machine to at least boot. But it is so slow a 386 would be faster. Should I clear my disk? I have backed up the machine prior to the first download.

    First backup to a storage drive using the emergency quick copy method, then disconnect the external drive, do NOT rely solely upon TimeMachine.
    Most commonly used backup methods
    Next follow this procedure for reinstalling OS X 10.6, Security Zero Erase the entire drive in Disk Utility (important)
    How to erase and install Snow Leopard 10.6
    Update fully to 10.6.8 and exrtract your free iLife from your 10.5 disks or buy new from AppStore if needed.
    Run the machine with no files returned for some time to rule out a hardware or file problem, then return copies of your files from backup and then make a TimeMachine and/or bootable clone drive.
    Don't upgrade to 10.7 or 10.8 as that won't run your older software and slows older 10.5 era machines down quite a bit

  • PRD Upgrade strategy keeping the original 4.7 PRD Intact

    This is our plan for our PRD Upgrade.
    For our Upgrade, we are planning to keep the Live Productive 4.7 System Intact.
    We plan to take a Copy of the Live Productive 4.7 System and then Upgrade this Copy.
    Copy will be taken using Full File System Backup and Restore on a separate Server.
    Now my plan is, I plan to complete the below Roadmap Steps-Initialization, Extraction, Configuration, Checks and Preprocessing in the Live Productive Instance. Doing this I save wasting time in Business Downtime.
    After Preprocessing Step is over, I wll get Business Downtime. I will do a Full File System Backup,Restore to a separate Server(will take 4 hrs approx).
    And then go ahead with Downtime Step and ahead and complete the Upgrade.Which will take 14 hrs approx.
    So a Business downtime of 48hrs will be enough.
    My question is, can I run the Roadmap Steps from Initialization to Preprocessing on the Live Production which is hosted on hostname hostecc1. Then, take Business Downtime, do a full Filesystem Backup and Restore it on another host (hostname hostecc2). Continue the upgrade (from Step Downtime) and complete it on that particular host?
    Doing this, I achieve 2 goals:
    1. My original Production is Intact,
    2: I save time by not performing all the Roadmap Steps in the host hostecc2, which will take hours and will not be feasible to get so much of Business Downtime

    Sunny,
    Agreed!
    I was looking out for this.
    Once i enter the Business downtime and complete the copy to host2, my host1 is anyways not used. So, I will plug host1 server off my LAN. I can now change the hostname of host2 to host1 and continue the Upgrade.
    Then once Upgrade is completed, I will take the export. Once export is completed, I will plug host2(now host1) off the LAN and I will change the hostname of original host1 back to its original. And perform Import. Ofcourse, Parallel exp-imp wont be possible.
    Makes sense?
    Do you forsee any other issues apart from the hostname?
    I dont think there can be any other issue.
    To your suggestion - If i do copy first and then the Upgrade and then UC , it will be a long affair and we wont get so much of Business Downtime.
    Looking forward tou your inputs.
    Thanks!

  • I have a siebel application in english and i do have built the framework in oats,now if the application changes to arabic , do i need to change the logical name of the object?

    Hi
    Iam currently working on OATS automation for siebel application.
    I am having the marketing site in siebel in english language currently and i have developed framework for the same.
    Now, customer is changing the marketing site from english to arabic, now my question is will the logical name of the objects change?
    do i need to again build the Object repository for arabic as well or will the logical name remains the same?

    Hi,
    If you developed framework based on objects id, then that will work.
    If you used text of objects to identify them( say example click on a link with text 'SignUp') then script will fail - fail to find object with text mentioned in script
    Regards,
    Deepu M

  • Apex and the Oracle Change Management Pack

    Hi everyone
    I'm looking for some feedback from anyone that has used the Oracle Change Management Pack (CMP) with an Apex development (or is it really only for Oracle Apps)?
    Could the CMP be used against the APEX_04000 schema to sync a Dev environment with Test and Production? If so, this would nicely lead into an Agile approach to development, even perhaps Continuous Deployment :)
    I'm concerned that I can't find anything on the web about Apex and the CMP, so I suspect it can't be done :(
    Any comments gratefully recieved.
    Shunt

    You are going to have to provide a lot more information for anyone to help you from the basic ... like in what version ... to the specific ... what functionality do you want?
    In general none of the "packs" run any code not in the database in the form of built-in packages. For example much of the functionality of OEM Grid is implenented in DBMS_ADVISOR, DBMS_MONITOR, DBMS_SERVER_ALERT, etc.
    But without specific questions no specific answer is possible.
    You can find demos of the above referenced packages here:
    http://www.morganslibrary.org/library.html

  • I am not able to change the object after upgrade(SPAU Activity).

    HI All,
    I am not able to change the object after upgrade(SPAU Activity). Please any one can tell what is the reason with below details.
    You are not authorized to make changes
    Message no. 37202
    Diagnosis
    You have no authorization for the authorization object 'S_DEVELOP', which would allow you to change the screen concerned.
    There is also a second possibility:
    You want to edit a modified SAP screen in a customer system after an upgrate (SAP transport). The screen remains locked for editing until the new SAP version and the customer version have been aligned (Transaction SPAU).
    System Response
    Authorizations are assigned to users in profiles. Profiles are stored in the user master record.
    Procedure
    Comsult your system administrator.
    Thanks in Advance,
    Mahesh Devershetty

    Hi,
    Does the user who would like to change the screen have the authorisation
    for S_DEVELOP in his profile? Please run transaction /NSU53 after the
    failed authorisation. You will get an information which authorisation
    is missing.
    Additional please check if you have open entries in transaction SPAU for
    that object.
    If you couldn´t solve the issue I need an user to analyse it in your
    development system.
    That user needs all authorisation for development and has to be
    registrated as developer.
    The system uses the authorization object S_DEVELOP for Workbench objects
    can you please check your user master record whether it contains the
    required autorization or not.
    Please also ensure that modification adjustment is turned on as per note:
    197600  Switching the Modification Assistant off and on
    Aidan

  • Please change the view in the top sites, the 6.1 upgrade has reverted back to a plane two dimensional view, which is a little plain. Can I revert back to an older version via my time capsule save?

    Please change the view in the top sites, the 6.1 upgrade has reverted back to a plain two-dimensional view, which is a little dated. Can I revert back to an older version via my time capsule save? C'mon Apple upgrades supposed to leap into the future not the past. :-(

    Please change the view in the top sites, the 6.1 upgrade has reverted back to a plain two-dimensional view, which is a little dated. Can I revert back to an older version via my time capsule save? C'mon Apple upgrades supposed to leap into the future not the past. :-(

Maybe you are looking for

  • BADI ME_GUI_PO_CUST for PO screen

    Hello, I need to add a button to the ME21n/22/23 transaction to call my own screens. I am trying to identify some screen enhancements through which I can add my push button. I am working on ERP2005. I identified badi ME_GUI_PO_CUST, but it does not h

  • Can't install Photoshop CS6 64bit on Window 8

    i can't install photoshop cs6 64bit on window 8 Below is my computer spec THIS IS MY ERROR Exit Code: 6 Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ... WARNING: DW066 ... -----------------------------

  • VKGRP should copy from contract to sales Order

    Hi Guru's I have a problem related with copy control from contract ot sales order. sales group should copy from contract to sales Order while Sales order reffers to customer Master. In contract sales group comes from Customer Master, after saving the

  • HT3939 HOW AM I ABLE TO SEND EMAILS TO A GROUP IN ONE GO?

    how am i able to send emails to a group of contacts in one go? on an apple 4 i phone

  • Why does streaming video not work?

    I have almost always had trouble streaming video....form Youtube and Netflix and other streams...and I don't know why! What needs to work better for streaming? Is a 3G hotspot connection not fast enough?? What do I need to do to make this seemingly s