ODS and Transformations get inactive after i transport it in PD.

i have transported my  ETL model in production , Now Everything what we have transported has come into production system but transformation and ODS in our ETL model get inactivated . Also while i want to display the transformation it give massege that " 'the infosource that we have created  before the transformation in not active and can not be used . ' 
Our ETL model is like
Cube(now Active)  --- tranformation(Now is in not active state) --  ODS(Now is in not active state) -- transformaion(Now is in not active state) -- infosource(Now in active state) -- transformation(Now in active state) -- PSA .
the part    ": tranformation --  ODS -- transformaion " gets inactivated after transportation also DTP which pull data from ODS to cube also get inactive .
Please suggest me to how i can activate these inactive object  or i have to transport these object again to PD
Thanks .

Hi Bryan ,
        Yes data was their inside the ODS  while transporting , Now i have successfully transported the request , nd now activating ODS transformation nd DTP . Actually i got a prog to activate transformation and DTP and want to share with all ...  . i juz activate mt DTP and transformation though these prog .
Program for DTP ACTIVATION
*& Report  ZDTP_ACTIVATE
*Coded by NBS BI team
*Date: 15-JAN-2010
*Function: For DTPs activation
REPORT  ZDTP_ACTIVATE.
TYPES: BEGIN OF t_dtp,
dtp LIKE rsbkdtpstat-dtp,
objstat LIKE rsbkdtpstat-objstat,
src LIKE rsbkdtp-src,
tgt LIKE rsbkdtp-tgt,
END OF t_dtp.
TYPES: i_dtp TYPE STANDARD TABLE OF t_dtp.
DATA: lv_output(255) TYPE c,
lv_subrc TYPE sysubrc,
  tab_dtp TYPE i_dtp,
  r_dtp TYPE REF TO cl_rsbk_dtp.
SELECTION-SCREEN BEGIN OF BLOCK b1.
SELECTION-SCREEN SKIP 1.
PARAMETERS: p_id TYPE char35.
SELECTION-SCREEN END OF BLOCK b1.
START-OF-SELECTION.
  FIELD-SYMBOLS: <fs_dtp> TYPE t_dtp.
  REFRESH tab_dtp.
  SELECT * FROM rsbkdtp AS a JOIN rsbkdtpstat
         AS b ON adtp = bdtp INTO
        CORRESPONDING FIELDS OF TABLE tab_dtp
         WHERE a~dtp = p_id AND
            a~objvers = 'A' AND
              b~objstat = 'INA'.
  IF tab_dtp IS NOT INITIAL.
    LOOP AT tab_dtp ASSIGNING <fs_dtp>.
      CALL METHOD cl_rsbk_dtp=>factory
        EXPORTING
          i_dtp   = <fs_dtp>-dtp
        RECEIVING
          r_r_dtp = r_dtp.
      IF sy-subrc = 0.
        CALL METHOD r_dtp->activate
          EXPORTING
            i_objvers             = rs_c_objvers-modified
            i_force_activation    = rs_c_true
            i_show_check_protocol = rs_c_false
            i_with_cto            = rs_c_true
          IMPORTING
            e_subrc               = lv_subrc.
        IF lv_subrc = 0.
          CONCATENATE 'Activated DTP : ' <fs_dtp>-dtp ' : ' <fs_dtp>-src '->' <fs_dtp>-tgt INTO lv_output.
        ELSE.
          CONCATENATE 'DTP : ' <fs_dtp>-dtp ' : ' <fs_dtp>-src '->' <fs_dtp>-tgt ' Could Not be Activated' INTO lv_output.
        ENDIF.
      ENDIF.
      WRITE:/ lv_output.
    ENDLOOP.
  ELSE.
    WRITE:/ 'DTP is not Inactive'.
  ENDIF.
Program for TRANSFORMATION ACTIVATION
**& Report  ZTRFN_ACTIVATE
*Coded by NBS BI team.
*Date: 15-Jan-2010
*Function: Activates in-active transformation only.
REPORT  ZTRFN_ACTIVATE.
TYPES: t_tran TYPE rstran,
i_tran TYPE STANDARD TABLE OF t_tran.
DATA: r_tran_maintain TYPE REF TO cl_rstran_maintain,
lv_subrc TYPE sy-subrc,
lv_output(255) TYPE c,
tab_tran TYPE i_tran,
i_s_source TYPE rstran_s_tlogo,
i_s_target TYPE rstran_s_tlogo.
SELECTION-SCREEN BEGIN OF BLOCK b1.
SELECTION-SCREEN SKIP 1.
PARAMETERS: p_id TYPE char35.
SELECTION-SCREEN END OF BLOCK b1.
START-OF-SELECTION.
  FIELD-SYMBOLS: <fs_trans> TYPE t_tran.
  REFRESH tab_tran.
  SELECT * FROM rstran
  INTO TABLE tab_tran
  WHERE tranid = p_id AND objvers = 'A' AND objstat = 'INA'.
  SORT tab_tran.
  IF tab_tran IS NOT INITIAL.
    LOOP AT tab_tran ASSIGNING <fs_trans>.
      TRY.
          CREATE OBJECT r_tran_maintain
            EXPORTING
              i_tranid       = <fs_trans>-tranid
              i_s_source     = i_s_source
              i_s_target     = i_s_target
              i_expert       = rs_c_false
              i_mode         = rsawc_c_tfc-display
              i_with_message = rs_c_true.
        CATCH cx_rstran_not_found .
        CATCH cx_rstran_input_invalid .
        CATCH cx_rstran_cancelled .
        CATCH cx_rstran_not_authorized .
        CATCH cx_rstran_display_only .
        CATCH cx_rstran_already_exist .
        CATCH cx_rstran_error_with_message .
      ENDTRY.
      CALL METHOD r_tran_maintain->check
        EXPORTING
          i_with_display = rs_c_true
        IMPORTING
          e_subrc        = lv_subrc.
      IF lv_subrc = 0.
        CONCATENATE 'Activated Transformation : ' <fs_trans>-tranid ' : ' <fs_trans>-sourcename '->' <fs_trans>-targetname INTO lv_output.
      ELSE.
        CONCATENATE 'Transformation : ' <fs_trans>-tranid ' : ' <fs_trans>-sourcename '->' <fs_trans>-targetname 'Could Not be Activated' INTO lv_output.
      ENDIF.
      IF lv_subrc = 0.
        TRY.
            CALL METHOD r_tran_maintain->execute
              EXPORTING
                i_wrkmode = cl_rstran_stat=>wrkmode_activate
              IMPORTING
                e_subrc   = lv_subrc.
          CATCH cx_rstran_cancelled .
          CATCH cx_rstran_error_with_message .
          CATCH cx_rstran_display_only .
        ENDTRY.
      ENDIF.
      WRITE:/ lv_output.
    ENDLOOP.
  ELSE.
    WRITE:/ 'Transformation is not Inactive'.
  ENDIF.

Similar Messages

  • IN MY IPAD WHEN I OPEN SAFARI IT OPENS AND THEN GET CLOSED AFTER 2 SECONDS.

    IN MY IPAD WHEN I OPEN SAFARI IT OPENS AND THEN AUTOMATICALLY GET CLOSED AFTER 2 SECONDS.I TRIED EVERYTHING EXCEPT RESTORING.

    We're sorry to hear that Firefox is crashing when you open it. Please do the following to give us crash IDs that will help us understand more about the crash.
    #'''(OS X 10.6 or previous)''' Click the '''Finder''' icon in the dock. Your home folder will be selected. In the right side of the window, click the Library folder to open it. Then open the "Application Support" folder, the "Firefox" folder, the "Crash Reports" folder and finally the "submitted" folder.<br>'''(OS X 10.7 or above)''' Click the '''Finder''' icon in the dock. On the menu bar, click the '''Go''' menu, hold down the '''option''' or '''alt''' key and select '''Library'''. A window will open containing your Library folder. Then open the "Application Support" folder, the "Firefox" folder, the "Crash Reports" folder and finally the "submitted" folder.
    #Open the 5 most recent files with a text editor and copy the IDs.
    #Paste each ID with '''bp-''' into the reply window on the forums.
    Thanks in advance!
    You can find more information and troubleshooting steps in the [[Firefox crashes]] article.

  • Music and videos gets corrupted after syncing

    I have been having this issue for quite sometime now. It first started when I was using an old laptop to sync my iPod touch 4th gen. Not just syncing, just transferring music and videos. But the videos get corrupted after transferring the file from the laptop to ipod. I thought it was the cable but as soon as used a faster laptop, the videos were transferred without any corruption issues. I reformattd the laptop as it might have some malware or other softwares interrupting the usb transfer but it still gets corrupted. So I thought, the communication between pc and the new ipod system might be too much for an old intel core duo @ 1.6ghz to handle.
    Now, I am using a laptop with intel core 2 duo @ 2.0ghz. The corruption issue is now returning. The music can be played but when playing, it seems like it's jumping, stuttering or something. Please note that it can be played but it sounded like a bad interrupted download.
    For the old laptop, the videos are usually the ones the gets corrupted. For the new laptop, it happened recently during a massive sync I performed. I wonder if there's a usb buffer thing that gets full.
    Anyway, is there a way to prevent this or check which mp3s are corrupted? I have plan to copy all the mp3s using TouchCopy, then compare the mp3s to my source mp3 using BeyondCompare.

    You can't copy music from a i device to a Mac computer. Only from a Mac computer to a i device. So you will have to copy over your iTunes library from your old computer to your new Mac.

  • BRF+ Applications going inactive after import transport request

    Hello Experts,
    We are facing a issue with BRF+ application. After we move a transport request to QA system all the BRF+ applications turn into inactive.
    There is no inconsistency in the application at all. Any clue why this is happening? and also there is any report to activate all the BRF+ application?
    Best regards,
    Caíque

    Have a look on sap note 1851002 - Transport of Profiles, Conditions and BRF+ in SAP TM

  • Apple X11 for openoffice; graphics and text getting blurred after update

    I downloaded a program from openoffice to have an alternative powerpoint presentation program. i successfully downloaded the program but when i was opening it a dialogue box says that i need to have Apple`s X11. and so i downloaded X11 but after a series of steps of installing it the final step where you choose where to place the application (McKintosh HD), it says it already has its latest version. and yet i CANNOT open the openoffice. how come? i`m getting frustrated now rechecking again and again. i need some advice on this.
    and also, after i updated for the newest mac OS X how come the text and the graphics on the computer are getting blurred? an update is supposed to be better than the old one, but how come it`s the other way around?
    macbook   Mac OS X (10.4.6)  
    macbook   Mac OS X (10.4.6)  

    The X11 package required cannot be downloaded from Apple. It is on the OS X installation disc that came with your computer in the Optional Installs package. Simply open Optional Installs and select the X11 package for installation.
    Be sure to set your Display for millions of colors when using Open Office.
    If you prefer a solution that doesn't require X11 try Neo Office instead. Also an Open Source project Neo Office doesn't require X11 to run. There is an Intel version of Neo Office available.

  • Mail hangs on quit and when getting mail after sleep

    I'm having a strange problem with the new Mail program in Lion. After my machine has been to sleep (say, overnight), upon waking it tries to get mail from MobileMe and Gmail (both are IMAP accounts) and they both hang with spinners but get no mail. The one POP account works fine.
    When I try to quit Mail, the main window closes but the menubar remains and the icon still shows active in the dock. The only way I have found is to Force Quit Mail and then re-open.
    Is anyone else experiencing similar behavior? Anyone have a fix or workaround?
    Thanks!

    I'm having a strange problem with the new Mail program in Lion. After my machine has been to sleep (say, overnight), upon waking it tries to get mail from MobileMe and Gmail (both are IMAP accounts) and they both hang with spinners but get no mail. The one POP account works fine.
    When I try to quit Mail, the main window closes but the menubar remains and the icon still shows active in the dock. The only way I have found is to Force Quit Mail and then re-open.
    Is anyone else experiencing similar behavior? Anyone have a fix or workaround?
    Thanks!

  • Will newly added contacts and messages gets deleted after restoring old backup on iphone..??

    Hey everyone, i backup my iphone 4 a month ago after that , i defeated the final remaining enemy 'ryth' in infinity blade 2
    than after 3 months i bought my new 4th gen ipad 32gb with cellular i installed unfinity blade 2 on it an when launches it it started from begining, don't know why icloud saves didn't worked. But the problem is that now on my iphone it also sarted from begining. Some discussion said backup your phone for this problem but if i backup my phone from that one month old backup will it delete my new added contacts, new messages on phone and on whatsapp?
    and if anyone have solution for IB2 without restoring the hone that would be great....! Plz halp...!!

    This is what is backed up
    iTunes will back up the following information
    Contacts* and Contact Favorites (regularly sync contacts to a computer or cloud service such as iCloud to back them up).
    App Store Application data including in-app purchases (except the Application itself, its tmp and Caches folder).
    Application settings, preferences, and data, including documents.
    Autofill for webpages.
    CalDAV and subscribed calendar accounts.
    Calendar accounts.
    Calendar events.
    Call history.
    Camera Roll (Photos, screenshots, images saved, and videos taken. Videos greater than 2 GB are backed up with iOS 4.0 and later.)
    Note: For devices without a camera, Camera Roll is called Saved Photos.
    Game Center account.
    Home screen arrangement.
    In-app purchases.
    Keychain (this includes email account passwords, Wi-Fi passwords, and passwords you enter into websites and some other applications. If you encrypt the backup with iOS 4 and later, you can transfer the keychain information to the new device. With an unencrypted backup, you can restore the keychain only to the same iOS device. If you are restoring to a new device with an unencrypted backup, you will need to enter these passwords again.)
    List of External Sync Sources (MobileMe, Exchange ActiveSync).
    Location service preferences for apps and websites you have allowed to use your location.
    Mail accounts (mail messages are not backed up).
    Installed Profiles. When restoring a backup to a different device, installed configuration profiles are not restored (such as accounts, restrictions, or anything which can be specified through an installed profile.) Any accounts or settings that are not associated with an installed profile will still be restored.
    Map bookmarks, recent searches, and the current location displayed in Maps.
    Microsoft Exchange account configurations.
    Network settings (saved Wi-Fi hotspots, VPN settings, network preferences).
    Nike + iPod saved workouts and settings.
    Notes.
    Offline web application cache/database.
    Paired Bluetooth devices (which can only be used if restored to the same phone that did the backup).
    Safari bookmarks, cookies, history, offline data, and currently open pages.
    Saved suggestion corrections (these are saved automatically as you reject suggested corrections).
    Messages (iMessage and carrier SMS or MMS pictures and videos).
    Trusted hosts that have certificates that cannot be verified.
    Voice memos.
    Voicemail token. (This is not the voicemail password, but is used for validation when connecting. This is only restored to a phone with the same phone number on the SIM card).
    Wallpapers.
    Web clips.
    YouTube bookmarks and history.
    * Your contacts are part of the backup to preserve recent calls and favorites lists. Back up your contacts to a supported personal information manager (PIM), iCloud, or another cloud-based service to avoid any potential contact data loss.
    You will see that contacts are backed up

  • New fields addition to BW 3.5 version ODS and Cube and transport to PRD.

    Hi,
    We have a scenarion on 3.5 wherein there is a enhancement to ODS and Cube(few new fileds are added), this New ODS also feeds data to Cube.  Since we do not had data on Quality system, we had no problem in adding fields to ODS and cube, but now we need transport these changes to Production, In production ODS and Cube has large data. we have few doubts.
    1. Shall we need to delete data from ODS and Cube then Transport request to Production server.
    2. Is it ok to move transport request without deleting data in ODS and Subsequent Cube in production system
    Guys and Gals,
    what is your suggestion on this one. WE are in BW 3.5 only. No BI7.
    Please revert back.

    Hi
    you can directly transport that to production.
    the image will over write with the existing one and for the new object add , a new table space will be created.
    it will not affect the Old data
    But in the Cube even if the data is there there is a concept called remodeling
    http://help.sap.com/saphelp_nw70/helpdata/en/58/85e5414f070640e10000000a1550b0/content.htm
    hope this helps
    santosh

  • DTP are inactive after System copy

    Hi Guys!!!
    I have done a system copy from one sbox another. After that all the DTP are inactive after System copy.
    Please help me in this regard.
    Thanks in advance
    Peter..

    Hi,
    If u copy the transformation get inactive, bcoz it has changed from existing target to new target.
    so need to activate all.
    Hope it helps u,
    Thanks

  • Hii everyone,I am using mac os 10.8.3 and its getting not responding every time.

    Hii guys ,I am using ma os 10.8.3 and my finder is getting not responding all the time ,I can hardly use the finder for 2 min and it gets jammed.after a few days vlc player,then safari and its continuing .Now i even cant open the Launch pad and the applications are not even visible to me..
    I tried all the possibilities like Pram set ,repairing the disks and every sort of process i know .so please help me out with it

    Please read this whole message before doing anything.
    This procedure is a test, not a solution. Don’t be disappointed when you find that nothing has changed after you complete it.
    Step 1
    The purpose of this step is to determine whether the problem is localized to your user account.
    Enable guest logins* and log in as Guest. Don't use the Safari-only “Guest User” login created by “Find My Mac.”
    While logged in as Guest, you won’t have access to any of your personal files or settings. Applications will behave as if you were running them for the first time. Don’t be alarmed by this; it’s normal. If you need any passwords or other personal data in order to complete the test, memorize, print, or write them down before you begin.
    Test while logged in as Guest. Same problem?
    After testing, log out of the guest account and, in your own account, disable it if you wish. Any files you created in the guest account will be deleted automatically when you log out of it.
    *Note: If you’ve activated “Find My Mac” or FileVault, then you can’t enable the Guest account. The “Guest User” login created by “Find My Mac” is not the same. Create a new account in which to test, and delete it, including its home folder, after testing.
    Step 2
    The purpose of this step is to determine whether the problem is caused by third-party system modifications that load automatically at startup or login, or by a peripheral device.
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including Wi-Fi on certain iMacs.  The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin.
    Test while in safe mode. Same problem?
    After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of steps 1 and 2.

  • Lightroom 4 (and update) slow down after editing 2 images

    Imported 74 Nikon RAW images (from D300) into Lightroom 4 (also tried with RC-1) on 2.8ghz Intel iMac with 4gb memory, approx 180GB free on 320GB HD.
    After using the brush on 2nd image the program slows to a crawl. It takes a minute or more to load the next image, a dozen or more seconds for Brush to be ready to use. Running OS-X Lion. Getting spinning wheel constantly, and it gets slower after 2nd image. I'm forced to close the program, wait a bit and restart so I can edit another photo in any reasonable time. Also, if I wait in Lightoom, doing nothing for a minute or more, things will speed up again for another 1 or 2 images (if I'm lucky).  All software and OS is up to date. No other programs running.
    Memory leak or garbage collection problems?
    Same thing happens on my Windows 7 laptop using a new Crucial 120gb SSD.
    Someone else is editing the same images on their 4 year old PC using Lightroom 3.6 and everything is fine. I'm switching back to see if it helps. Will post here with results.
    _Bob

    I can confirm the issue. Using some function (I noticed it on noise reduction too) causes a tremendous slowdown.
    I'm using a i72630QM with 8gb ram. It's fast enough to handle that stuff, at least it was on LR3.
    Edit: just to clarify what I mean with "slowdown": the program is barely reacting anymore, takes several seconds to come back from minimize, pretty much feels like crashing nonstop.
    I can say 99,99% certainty that its not hardware related.

  • Transformation inactive after system copy in SCM system

    Hi Team,
    I am posting this in BW keeping in mind that i am receiving issues in RSA1 transaction in my SCM system after the recent system copy. We did the system copy of SCM system and DTP conversion was also done using program RSBKDTP_BDLS. No errors occurred while the program ran. Now we have handed the system back to users for checking and they have reported an error saying there were some transformations missing in the system while checking the DTP . I went to RSA1 transaction in my SCM system and searched for the DTP and status seems to be in inactive status. I then clicked on change button and an error message mentioning the below appears.
    Transformation XXXXXXXXXXXXXXXXXXXXXXXX inactive; action cannot be executed
    Message no. RSBK260
    Diagnosis
    A transformation (XXXXXXXXXXXXXXXXXXXXXXXX) used by the DTP is inactive.
    System Response
    The action (request processing or DTP maintenance) was terminated.
    Procedure
    Activate the transformation. It connects the source XXXXXXXX   XXXCLNT100 to the target XXXXXXXX.
    I checked for the transformation entry in the table RSTRAN and did not find the same. Also i ran the program RSDG_TRFN_ACTIVATE to activate the transformation but nothing happens.
    Have anyone came across this type of issue. I need some advise on the same and guide me in case if i am missing something, since i have not worked on this type of issue before.
    Thanks for your help in advance.
    Rajesh

    Hi,
    Due to the system copy we always get this issues.
    Just ask your basis team to check source system assignments. they can do it.its their activity.
    at BW Server, RSA1 -->menu tools--> manage source system, check the source system. same need to have at below we20.
    at Tx - WE20, Partner type Ls---> under this you may see your target(SCM) and source system anmes. select source name and rigth side panel partner status need be active A.
    At quality syste, activations thru program may not be happen. better to re-transport the dtp from dev system.
    Thanks

  • What are the objects that goes inactive after Transportation

    Hi,
    Usually,What are the objects that goes inactive after Transportation?
    If you have any  links for tranportation ,please send.?
    Regards.,
    Naresh.

    HI,
    the main reason for most of the transports to fail is:
    1)Transporting each and every object in the same transport request.
    Ideally,
    u2022The Infobjects should be transported first in a separate request.
    u2022Then the Data source and the Info providers (Cube, ODS, Data source and Multiproviders) together in a separate request.
    u2022At the end the transformations and the DTPu2019s in an another separate request.
    If the above mention sequence is followed while transporting the transport failures can be avoided.
    2)Also when a change is made to an ODS (I object added or deleted) it should again be transported along with the transformation but in separate request.
    I.e. the ODS 1st and the transformation.
    Hope this helps.
    regards,
    mahesh.

  • Snow Leopard - Safari and Entourage 'drop out' after a period of inactivity

    Ever since I loaded up 10.6 (and later 10.6.1), both Safari and Entourage get the beach ball when my system has been inactive for an hour or more (time based problem?). Doing resets, clearing caches etc. do not seem to have any effect. The only effective way to get Safari/Entourage back is to restart the system (I thought I had left this behind when I waved good bye to PCs). Sometimes it appears that running Network Diagnostics has cleared it but this is not absolutely reliable.
    My ISP tells me the system is up/available and it can 'talk' to my modem and they imply that it is an Apple software problem. Apple imply my modem is on the blink but get me to push some keys and the problem 'temporarily' goes away until after the next period of inactivity.
    Any help would be appreciated.

    Have you considered using wicd?  I use it on this computer, and have had no problems with it.  However, to be fair, the packages on this pc haven't been updated for a LONG time, so it is possible that if i updated it, I'd have the same problem.  You didn't mention a wireless connection daemon, so I thought that I'd ask.

  • Safari and firefox stop working after a few minutes of browsing, regardless of what site I'm on. I have to restart my computer to get internet access again but it only works for a few more minutes, then I have to restart again. Please help!

    Safari and firefox stop working after a few minutes of browsing, regardless of what site I'm on. I have to restart my computer to get internet access again but it only works for a few more minutes, then I have to restart again. I don't get a spinning ball, it just stops working at whatever page it's on. I can close the program just fine but when I re-open it, either safari or firefox, it freezes trying to load the hompage. This started a few days ago after trying to stream a movie on my computer. I'm on a Mac Air OS X Version 10.6.8 and have downloaded all updates. When I go into finder, it says I have over 80 gigs available. Is there some other memory cache that I need to check? Thanks so much for your help.

    ejwoodall wrote:
    It's not a router problem as I explained in my post. If it was a router problem then I wouldn't have the problem everywhere I go. It is an issue with the software.
    Then I guess the millions of people running 10.5.7 with no issues are just hallucinating that their machines are working fine?
    I'm not trying to belittle your issues; you're certainly having them and I know first hand how annoying an intermittent AirPort issue can be. (In fact, mine was due to an AirPort driver bug that no one else seemed to suffer from.)
    The single best diagnostic you could do is take your system running 10.5.7 to an Apple Store, and try using their in-store network.
    If your machine performs flawlessly, it may be a router issue.
    If your machine has connectivity issues there, it may be a hardware problem with your machine.
    There have been numerous people in multiple threads over the years who swore that an update was buggy because things used to work, but returned later to sheepishly admit that they took their machine in, a problem was found and fixed, and now their Mac works flawlessly with the newer software.
    But simply reinstalling 10.5.5 in no way means the explanation of how firmware bugs may be at play here is incorrect.
    In the context of that explanation, all you've done is possibly reinstall software that asks to add "2 + 3."

Maybe you are looking for

  • Enter a true account assignment object with revenues

    Hi there, At my current client site we implemented COPA - Costing Based. I mapped a few revenue accounts  to COPA. Now when I try to make a posting in to COPA using FB70 . The system issues a error Message "Enter a true account assignment object with

  • Mapping idoc

    Hello Guys, I'm doing a mapping between message type and idoc... There is a node EDI_DC40 with several required element... Should these element be declared a not required or should I use mapping with a constant or what else should I do ? Thanks in ad

  • Integration kit for SAP BO Edge 4.0

    Dear Experts, In my project we are using BI 7.0 and BO Edge 4.0.. What my doubt --- we need to install SAP integration kit, is it necessary to install the integration with BO Edge 4.0. how can i installl, which version we have to use... Thanks in Adv

  • Master Suite CS6 Fonts

    I installed Master Suite 6 a while ago.  When Cleaning up my computer files today, I came across a Directory on the Desktop called Adobe CS6 Master Collection. Inside are 2 directories: Adobe CS6 - (which is 8GB and contains subdirectories Deploy, pa

  • LONG column handling problem

    Hi all, How can I read the LONG datatype column from table and insert the same LONG content into LONG column of another table ? regards sanjay