BWA 7.20 Rev 6 - Fix Guide

Few things I've seen thus far.
1) Upon launch TREXAdmin.sh and going tot he INI tab, the following three tabs showed errors due to directory structure.
python-support
python-extensions
lexicon
I've fixed these errors by putting soft links into the directory where it is looking for them
In /usr/sap/<SID>/SYS/exe/nuc/linuxx86_64
ln -s trex/python_support python_support
ln -s trex/extensions extensions
ln -s trex/lexicon lexicon
This is due to the "trex" directory that is a softlink to the current working installation directory
Once these softlinks are in place the tabs work again
2) I get one alert that appears in the alert console with the following error text
Error Text
Traceback (most recent call last):
"  File ""alertServerExecuteChecks.py"", line 217, in run"
    result = self.nsc.alertCheck(self.check, self.params)
"  File ""/filer/XA1/exe/nuc/linuxx86_64/TREX_7.20.06.250403/python_support/NameServerChecks.py"", line 6860, in alertCheck"
    checkRes = func(check, params)
"  File ""/filer/XA1/exe/nuc/linuxx86_64/TREX_7.20.06.250403/python_support/NameServerChecks.py"", line 5746, in check_globalDictFillLevel"
    return self.convertCheckResult(resultList, check, None, getGreenDetailsToo)
NameError: global name 'getGreenDetailsToo' is not defined
UPDATE: Have a message open with SAP for assistance
Edited by: Rob Kresha on Sep 23, 2010 1:06 PM

Current levels are as follows:
SAP_ABA     701     0007
SAP_BASIS     701     0007
PI_BASIS     701     0007
SAP_BW     701     0007
FINBASIS     604     0006
BI_CONT     704     0007
CPMBPC     700     0008
SEM-BW     604     0006

Similar Messages

  • Put Fixed guide line in long text of Notification: IW21

    Hi,
    I have an requirement where I need to put some fixed guide line in the notification long text whenever notification order gets created.
    For an example below guidelines need to be incorporated automatically in the long text of notification whenever they get created
    Ex:
    Long Text Template as follows:
    Detailed description of fault:
    What caused the fault?
    Action taken to date:
              Who:
    Suggested Repair / resourcec:
    Please suggest how can I implement this requirement?
    Appreciate your help in advance.
    Thanks,
    Jay.
    Moderator message : Duplicate post locked. Continue with original thread.
    Edited by: Vinod Kumar on Sep 14, 2011 11:29 AM

    Hi,
         Check the user exit :- QQMA0025 PM/SM: Default values when adding a notification
    For wiring into longtext i think u can update via WRITE_TEXT
    You should also ensure that this information  should not be changed
    regards
    pushpa

  • !Beware: BWA 7.20 Rev 10 Issues!

    We are having problems with index creation, just like we did in BWA 7.20 Rev 6. I would suggest lots of index creation testing prior to upgrading your production environment. I'm just about to open an OSS Message for the issue.
    This is simply a heads up

    Current levels are as follows:
    SAP_ABA     701     0007
    SAP_BASIS     701     0007
    PI_BASIS     701     0007
    SAP_BW     701     0007
    FINBASIS     604     0006
    BI_CONT     704     0007
    CPMBPC     700     0008
    SEM-BW     604     0006

  • JAEHYLEE  (R12 FA) NBV method 잔존가 문제  Fix guide

    Purpopse
    ==================================================================================================
    R12 12.0.2부터 12.0.5까지 TABLE/FC NBV 상각법을 사용하는데 서 year end cost가 NBV가조정이 되지 않는 문제가 발생했습니다.
    R12.0.6에서도 fix가 정식으로 release되지 않았습니다
    patch는 7459910를 통해서 release될 예정입니다.
    한국 고객중에 구축시 TABLE/FC NBV 방법을 사용하는 고객이 있다면 반드시 2009년이 지나기 전에 2010년 1월의 NBV조정 문제를 반드시 확인해 주셔야 하십니다.
    올해 Year end가 지나고 나면 , 기존 데이타를 fix를 할수가 없습니다.
    ====================================================================================================
    Bug 7459910 참고
    -- for FLAT NBV method 상각법의 경우
    1.
    update fa_deprn_rule_details
    set use_eofy_reserve_flag = 'Y'
    where rule_name = 'USE TRANSACTION PERIOD BASIS';
    -- for Table NBV method 상각법의 경우
    1. Update the deprn_basis_rule_id for the method .
    update FA_METHODS
    set deprn_basis_rule_id =
    (select deprn_basis_rule_id
    from FA_DEPRN_BASIS_RULES
    where rule_name ='USE TRANSACTION PERIOD BASIS')
    where deprn_basis_rule='NBV'
    and rate_source_rule ='TABLE'
    and deprn_basis_formula is null
    and deprn_basis_rule_id is null
    and METHOD_CODE = <l_method_name>
    and life_in_months = <l_life_in_months>;
    Give the method_name and life_in_months corresponding to the Table-nbv based
    asset.
    You can get it using the following query
    위 update를 하기 위해 필요한 deprn_method_code, life_in_months 는 아래 query를 통해서 찾으실수있습니다.
    모든 자산이 다른 method와 life year를 사용한다면 자산에 맞는 Method와 life in month의 모든 방법을 다 찾아서 Update를 해야 합니다.
    select deprn_method_code, life_in_months
    from fa_books
    where asset_id = <l_asset_id>
    and book_type_code = <book_name>
    and transaction_header_id_out is null;
    The update statement should update only one row.
    2. Insert one row in fa_deprn_rule_details for the Table NBV case
    of 'USE TRANSACTION PERIOD BASIS'
    그래고 아래의 한 라인을 insert를 해주시기 바랍니다.
    insert into fa_deprn_rule_details values(30,1,'USE TRANSACTION PERIOD
    BASIS','TABLE','NBV','ALL','N','N','N','Y',sysdate, -7459910, -7459910, sysdate, -7459910,null);
    3. If steps 1 and 2 are completed successfully, then open the depreciation
    methods form and query for the method just got updated.
    1-2가 실행된 뒤에는 각 method화면을 열어 , depreciation base rule field 에 USE TRANSACTION PEDIOD BASIS가 뜨는지
    를 확인하셔야 하십니다..
    'USE TRANSACTION PERIOD BASIS' should be populated for the method in the
    Depreciation basis rule field.
    4. Perform the test case again using the method we just updated and verify
    that adjusted_cost is getting changed at year end.
    그 다음에는 년말까지 상각을 하셔서 12월에 cost가 변경되는지를 TEST해 주 시기 바랍니다
    reference
    ======
    bug 7459910

  • How fix guided edit crop malfunction in elements 9

    Crop in elements 9 guided edit worked fine, then suddenly would change margins top and bottom but not left and right.  Reboot did not help

    Hi,
    You could try resetting the crop tool in the full editor, it might make a difference.
    Load the photo as you do normally
    Switch to the Full edit tab in the panel bin
    Select the crop tool from the tools list
    There is a down arrow just to the left of the Aspect ration, click on that and select Reset Tool
    Now try your cropping again
    Good Luck
    Brian

  • My solution (or so I thought) to Power Manager/CPU throttling problems!!!

    I have found a solution to all my Power Manager/CPU throttling problems!!! Though there is some good and bad news.
    {EDIT: The problem has NOT been fixed, even after latest PowerManager (3.62) and BIOS (1.30) versions. Pretty much ignore anything I say below as the problem is still occurring. You can see my full post here: http://forum.lenovo.com/t5/W-Series-ThinkPad-Laptops/W520-Speedstep-not-working-properly-on-battery-...}
    Good news:  I have NONE of the throttling issues or inconsistent CPU frequency problems I was having before on AC or battery power.  Everything, including TurboBoost on battery works! It is completely fixed! (I have no idea how this factors into Lenovo’s statements that TurboBoost is disabled on battery “by design”. There is at least one other post from someone else that also reported TurboBoost was working for them on battery)
    Bad news: I don’t really know which one of the many things I tried actually worked. I am sorry I wasn’t more methodical about recording what I did and checking results, but this was my last ditch effort to get this fixed on my own without sending the system in for repair and frankly, I didn’t think it would work. Now that it has worked, I’m hoping my steps can help others.
    For anyone interested, here’s what I did… and before anyone says something like “That has nothing to do with managing power/cpu, why would that help?!… etc., please keep in mind I’m just stating exactly what I did. I am aware some of the steps may not be relevant, but who knows… We all know how weird PC’s are sometimes, even the smallest, oddest thing may resolve a problem.So anyway, here goes. 
    **IMPORTANT** Not sure how many noticed, but there was a new version of Power Manager released a few weeks ago, 3.62. The PM driver seems to have stayed the same. That alone could very well be the sole fix, I’m not sure. You may just want to completely remove PM and PM driver and install the latest version before trying any of the steps below.
    1)Made a complete system image via Windows built-in backup feature
    2)Disable any 3rd party fan/CPU control utilities (Throttlestop, etc). Make sure they are also not going to run at startup or from a   scheduled task
    3)Remove Power Manager Driver, then remove Power Manager software
    4)Reboot to Windows
    5)Remove all traces of the Power Manager drivers/software directories (think it was something like C:\readyapps and C:\drivers.) **For some odd reason after I did this, my wireless stopped working but it resolved itself by the time I was done with these steps, strange
    6)Reboot
    7)Access BIOS and reset all settings to default
    8)Boot into Windows, downgrade to BIOS 1.25 [UEFI: 1.25 - 8BET44WW / ECP: 1.14 8AHT32WW ]  via the Windows flash utility. I wanted to downgrade all the way back to 1.06, but the software would throw up some error for any version prior to 1.25 and wouldn’t proceed
    9)Reboot to Windows; make sure system booted w/ out issues
    10)Reboot again, access BIOS, reset to defaults again
    11)Shut down system
    12)Disconnect AC power. Remove main battery. Access and disconnect system backup (a.k.a CMOS) battery under keyboard. Discharge residual power in the system (there are various ways to do this, but you could just leave the battery disconnected for a few minutes).  Visually inspect the system for anything funky…my system had a slightly but noticeably loose CPU/GPU heat sink/fan assembly power connector.
    13)Reconnect backup battery. 
    14)Reconnect AC power but leave main battery disconnected.
    15)Power on. Should get a message indicating “checksum error, system time reset” or something like that.
    16)Reboot to Windows. Verified still okay.
    17)Downloaded latest BIOS version, 1.26. This time I burned the bootable BIOS flash CD instead of running it through Windows.
    18)Restart and boot from disc, flash BIOS to 1.26. Once complete, restart. Verify BIOS set to defaults.
    19)Boot back into Windows.
    20)Install latest Power Manager driver (1.62 ), reboot if/as prompted. Install Power Manager (3.62), reboot as prompted.
    21)Boot into Windows, verified Power Manager was active and working. Verified TurboBoost was working. Restarted system a few times and played around with Power Manager for a bit to see if the different power plans worked and retained the settings, all the while monitoring the Intel TurboBoost utility and PM’s own “power gauges”. Let system Sleep, changed power sources, resumed, etc. Everything was working great.
    22)Shutdown, reconnect main battery. Booted into Windows. Again, fiddled with Power Manager for a bit, switching between power plans and AC/battery power. Still worked great.
    23)Success! 
    That’s it.  Again, this is not a guaranteed fix guide. These are just simply the steps that I took on my system that resolved the problems many of us are having. Hopefully it will work for others.
    T520 4239-CTO | i5 2410M
    W520 4270-CTO | 2720QM | 16GB RAM | Quadro 1000M | BIOS 1.30 | PwrMgr 3.62

    All I basically did was download and install...
    (Chipset driver) http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/oss924ww.exe
    (PM driver)  http://download.lenovo.com/ibmdl/pub/pc/pccbbs/mobiles/83ku14ww.exe
    Now, I did chipset first (didnt ask to reboot) then installed the PM driver (did ask to reboot)
    I rebooted.... then I went into bios (1.26) and set everything to default... then restarted saving changes...
    Since I prefer not using optimus I changed the display settings in bios right after saving the default settings...
    Not sure whether or not you really had to go into bios... but everything seems to be working...
    My settings in PM is set to Maximum Power in the Advanced tab,  3rd party monitoring tools is TPFanControl and HWInfo64.... 
    W520 (4270 CTO) | i7-2820QM | 16GB RAM 1333 MHz | Runcore MSATA SSD | 2x Kingston SATA2 SSD | Quadro 2000M | FHD | Windows 7

  • Bug in ExtendScript regular expressions

    I don't know if this is a problem with javascript in general or photoshop's hosting of it.  The bug reporting area looks dicey so I'm posting it here too.
    This expression: "a_bs".match(/^\s*(A)(?:_B|_BS)?\s*$/i)
    Evaluates to: a_bs,
    That is it fails to report the grouped (a) up there.  Obviously I'm using it in a more complex manner (a bunch of |s inside the first group).
    The following works as I'd expect.
    This expression: "a_bs".match(/^\s*((A)(?:_B|_BS)?)\s*$/i)
    Evaluates to: a_bs,a_bs,a
    It DOES pick up the a in its group.  Both ruby and python agree with me.  If anyone from Adobe is listening, please fix it.
    Thanks,
    Adrian

    Each rev fixes some RegExp bugs and introduces new ones. It's tedious but do report your bugs at adobe.com. The have fixed some of mine.
    Also, sometimes ESTK and PS have different bugs.

  • 6.0.2.23 import new cd's - lose artwork from tracks already in library

    Upgraded to 6.0.2.23 successfully and this rev fixed Outlook synching glitches, but now when I import new cd's I lose artwork from tracks that are already in my library.
    All cover art has been added manually via get info-paste artwork, sometimes 1 track at a time, sometimes multiple tracks at once.
    Doesn't seem to be any rhyme or reason as to which ones disappear, but everytime I rip, more are missing. Perhaps it's not the ripping causing the problem. Maybe adding the artwork to the new tracks flips some bit on other tracks from the same record label...
    It's bad enough that you have to add them yourself, but losing them after all that effort is just a real nard buster.
    HP m1170n   Windows XP   Media Center Edition 2005

    I am also experiencing severe PC playback issues with iTunes 6.0.2.23. At the beginning of each track, for 10 or 15 seconds the CPU pins at 100% & all other applications stall - email, word processing, web browsing etc. As well, the track playing often goes silent for about five seconds.
    I have disabled all services (antivirus, antispyware, popup blockers etc.) as per Apple's recommendation, with no improvement. This is a huge disappointment after 3 years of good iTunes behaviour.
    I have resorted to using iTunes only for updating my iPods (I have a 3G 20GB, two Shuffles and a 60GB video iPod), and using Windows Media Player (which has an inferior GUI) for playing music while I work. Any suggestions would be appreciated.

  • Clamshell digital picture project/problem the computer sleepy !!

    Hello friends it is my first post to the board. Not sure if it the right place. I am in a mess with my old clamshell ibook ( firewire, DVD-Rom, 366mhz , macOs 9.2) which I took apart to make a digital picture display. The disassembly was easy as per help from Fixit guide. Now I have put together the unit to get it into the box for display, but when I turn on the computer the unit turns on and I see that desktop with hard drive and the curser which is accessible but the computer goes to sleep within 15-20 seconds. touching any key brings it back but only to go back to sleep mode again. Playing with the curser does not keep it awake!
    The computer worked perfectly before I disassembled it. It seems that the sleep button is somehow gone into a loop. Or something to do with hinges/cables that I took apart during disassembly. i did try to be careful in keeping the parts together and took pictures to guide me. I would appreciate any thoughts or help that anyone can provide.
    thank you.
    karl

    This just an addition to my last evening's post. I was able to start the computer with the original CD. The finder and the desktop works for a little longer approx.40-45 secs and the sleep mode takes over again. Subsequent wake up periods from sleep which occurs easily does not last any longer that few secs. Any ideas as to whether it is software or hardware based problem.
    Thanks.

  • Mac can't read GPT ?

    Hi,
    I'm fixing my fiends USB drive.
    AFIK it was inserted into Windows, and partition were corrupted.
    I did manage to fix GUID headers with gpt_surgeon.pym but then mac did got messy, and sth happend,
    Now Disk Utility Tool show's only 2 partitions out of three...
    I do have a copy of my gpt header, and i did restore it with gdisk, but eventhough I can see partitons, mac (diskutil) still sees only 2 of them
    HOW MAC INITIALIZE DISK, WHY CAN'T IT READS GPT
    sh-3.2# diskutil list /dev/disk1
    /dev/disk1
      #:                       TYPE NAME                    SIZE       IDENTIFIER
      0:      GUID_partition_scheme                        *2.7 Ti     disk1
      1:                  Apple_HFS                         128.0 Mi   disk1s1
      2:                  Apple_HFS                         2.7 Ti     disk1s2
    sh-3.2#  gpt -r -vv show disk1
    gpt show: disk1: mediasize=3000592981504; sectorsize=512; blocks=5860533167
    gpt show: disk1: PMBR at sector 0
    gpt show: disk1: Pri GPT at sector 1
    gpt show: disk1: Sec GPT at sector 5860533166
          start        size  index  contents
              0           1              PMBR
              1           1              Pri GPT header
              2          32              Pri GPT table
             34      262144      1  GPT part - E3C9E316-0B5C-4DB8-817D-F92DF00215AE
         262178           6        
         262184      409600      2  GPT part - C12A7328-F81F-11D2-BA4B-00A0C93EC93B
         671784        2008        
         673792  5859597192      3  GPT part - 48465300-0000-11AA-AA11-00306543ECAC
    5860270984      262150        
    5860533134          32              Sec GPT table
    5860533166           1              Sec GPT header

    geem wrote:
    My cousins Mac won't read any CD's
    what happens when a CD is inserted ? any error messages ? does the Mac spit it out ?
    JGG

  • Bug in ExtendScript's regular expression engine

    I'm using ExtendScript 3.92.115, and I'm noticing that a certain regular expressions don't work properly.  I've tried the same expressions on popular browsers, and they work fine.  Here's an example:
    alert('ab'.match(/(.)(?:.*?)$/));
    The alert should display the array: ["ab", "a"], because there is a match ("ab"), and one capturing group ("(.)" captures "a").  Instead it displays ["ab", undefined], which makes no sense.  It works fine if both groups are capturing: "(.)(.*?)$", if you remove the non-greedy modifier: "(.)(?:.*)$", or even if you don't group the second part: "(.).*?$".
    Any thoughts?  I can modify my regular expressions to work around these problems, but it'd be good to fix the engine if it's really broken, as I suspect.
    Thanks!

    Each rev fixes some RegExp bugs and introduces new ones. It's tedious but do report your bugs at adobe.com. The have fixed some of mine.
    Also, sometimes ESTK and PS have different bugs.

  • Patch for DST for Enterprise manager Grid on windows.

    Hi
    All
    What is the patch I need to apply for DST for oracle enterprise manager grid control?
    plateform: windows server 2003
    database: 10.2.0.2
    let me know If you need more information.
    Thanks,
    Vishal

    Metalink:
    Subject:      Enterprise Manager DST Quick Fix Guide
    Doc ID:      Note:418792.1

  • Can't "Print multiple files" or "Print bin files"

    I had PSE6 installed on my 'old' PC and never had any problems. Then I had my PC upgraded and now I can't print multiple files from the editor or organiser. The photos appear but have a red circle-like icon in the top-left of the thumbnail.
    I can print single photos from the editor. I have updated my printer driver with no change. The printer works fine from other applications.
    I know this is possibly not a PSE6 problem, but would appreciate any light that can be shed on fixing this problem.
    I am running on XP Pro (was on SP2 before but new system has been installed with SP3)
    Thanks in advance.
    Leonie

    Barbara,
    Thanks for replying! I am using a Mac (OS 10.5 and Photoshop Elements 6)
    I went to one of Adobe's help pages and tried to follow the instructions below so that I could print multiple photos on one sheet. However, I cannot find any "Organizer" or "Editor Print" dialog box in my Photoshop Elements software. Plus, I do not know what "Photo Browser" or "Date view" are. And the "Remove" button does not seem to be available.
    The guide appears to be of no help, and I am currently lost. Are the directions below not for a Mac? Is there a book I should buy for Mac?
    Bruce
    Print multiple photos
    You can print multiple photos using the Print dialog box in the Organizer. You can access this dialog box from the Editor Print dialog box.
    1. Do one of the following to open the Print Selected Photos or Print Photos dialog box:
    In the Photo Browser or Date view, select one or more photos, and choose File > Print.
    In Full Edit, Quick Fix, Guided Edit, or any other workspace mode, open the photos you want to print and choose File > Print Multiple Photos.
    2. To add more photos, click the Add button .
    3. To remove a photo from the print list, select its thumbnail and click the Remove button .
    4. Choose Individual Prints from the Select Type Of Print menu.
    5. Choose a print size for each photo from the Select Print Size And Options menu. Click the forward and back buttons to see each page of the print job.

  • Toshiba Qosmio x775 Randomly Turns off and on itself.. PLEASE HELP!

    Whenever I turn on my Laptop Toshiba Qosmio x775..it randomly turns off then turns on itself..sometimes for just 20-30mins or sometimes less than or sometimes in can run the for many hours..the problem is not with the Adapter because i try to put the battery and unplug the adapter and still it happens randomly..dunno whats the problem with this..
    Mostly i researched..they said it's overheating..they said to check if the fan is full of dust something like that..but none of it works..I downloaded a program CoreTemp to check the Temperature for overheating issues..and it's only on 45-50 degrees..and that program has overheating protection to shutdown if it reaches 90 degrees..but in my case in does not reach that degree and still shuts down..hayy..need help badly..

    SO FAR SO GOOD FIX GUIDE-
    If you own a Toshiba Qosmio laptop and you are having problems with it powering down for no reason, try this.
    1) Unplug all the wires and remove battery
    2) Hold down power button for 30 seconds
    3) Plug everything back in and start it up
    4) Hold F2 to enter boot menu
    5) Go to the Advance Tab
    6) Set Execute Disable Bit to Not Available
    7) F10 to save and exit
     SO FAR SO GOOD!

  • Why won't my iCloud email account work on iPhone 4?

    Having problems getting my iCloud email account to work properly within iOS 5 on my iPhone 4. It works perfectly on iCloud.com and Mac OS X Mail and started to work on my iPhone, but since approximately 3 days ago it won't sync or download new messages. I've tried the fix guide provided by Apple and all I've accomplished is to delete all of my folders and messages downloaded prior to when it stopped working. I have also tried restoring the iPhone to no avail.
    Does anyone have any ideas?

    So, it turns out that iCloud mail does work on my iPhone, just not through a certain wifi hotspot.
    Feel quite idiotic now...

Maybe you are looking for