SO_NEW_DOCUMENT_ATT_SEND_API1 - problem after Unicode

Hi experts, I'm using SO_NEW_DOCUMENT_ATT_SEND_API1 to create an email with an attached report.  Prior to Unicode upgrade, I had no problems with the attachment.  Now each line of the contents_bin atttachment wraps after 127 characters and the wrapped part is in Chinese!  Each line is 242 characters long so it shouldn't wrap.  Can somebody suggest what I can do to prevent both the wrapping and the change from English to Chinese from char 127 onwards.? Thanks.

Hi Brigitte ,
Please refer note : 190669.
As I have faced the similar issue.
The problem is with the upgradation.
And due to upgradation, the internal logic of SO_NEW_DOCUMENT_ATT_SEND_API1 has been changed.
So after referring the note : 190669.
We have referred Program : BCS_EXAMPLE_# (# indicates 1-8) and updated my program with this example.
I have referred BCS_EXAMPLE_5 to send the email notification with the attachment.
Now sending email is easier comparing with the  SO_NEW_DOCUMENT_ATT_SEND_API1.
As we DONT need to use PACKING LIST in this FM and
its easy to use this example as we just need to pass required parameters like
email body, subject line, receivers,attachment body,attachment name,etc., .
Regards,
Amit Linge.
Edited by: Amit Ashok Linge on Jun 24, 2011 8:53 AM
Edited by: Amit Ashok Linge on Jun 24, 2011 8:57 AM

Similar Messages

  • GUI_DOWNLOAD problem in unicode system

    Hi Guru's,
    I am facing one prolem in gui_download. we are doing unicode remediation in one report. In the program  one internal table declared as of type c with length 255 and data filled into the internal table by importing the data ifrom cluster. After  that this internal table  used  by ws_download function moduel with  file type as BIN to download it  in word doc file. We replaced the function module with gui_download. It is working fine in non-unicode system but it is not downloading properly in the unicode system.
    i am unable to find what is the cause.. I tried with different different codepages giving in run time..it is not solving my problem.
    << Moderator message - Everyone's problem is important. Please do not ask for help quickly. >>
    Thanks & Regards,
    Sastry R
    Edited by: Rob Burbank on Dec 13, 2010 9:39 AM

    Hi Clemens.
    I replaced the ws_download function module with gui_download.
    here is my code
    Earlier before 6.0 code as follows
    CALL FUNCTION 'WS_DOWNLOAD'
       EXPORTING
         bin_filesize            = data_len
         filename                = p_file
         filetype                = 'BIN'
       TABLES
         data_tab                = data_tab
       EXCEPTIONS
         file_open_error         = 1
         file_write_error        = 2
         invalid_filesize        = 3
         invalid_table_width     = 4
         invalid_type            = 5
         no_batch                = 6
         unknown_error           = 7
         gui_refuse_filetransfer = 8
         OTHERS                  = 9.
    IF sy-subrc <> 0 AND no_error_dlg = space.
       MESSAGE i002(sy) WITH text-i03.    "FILE OPEN ERROR
    ENDIF.
    Replaced above with following code
      DATA:lv_fname TYPE string,
           lv_ftype(10) VALUE 'BIN',
           lv_codepage type abap_encod VALUE '4102'.
    CALL METHOD cl_gui_frontend_services=>gui_download
        EXPORTING
          bin_filesize            = data_len
          filename                = lv_fname
          filetype                = lv_ftype
          codepage                = lv_codepage
        CHANGING
          data_tab                = data_tab
        EXCEPTIONS
          file_write_error        = 1
          no_batch                = 2
          gui_refuse_filetransfer = 3
          invalid_type            = 4
          no_authority            = 5
          unknown_error           = 6
          header_not_allowed      = 7
          separator_not_allowed   = 8
          filesize_not_allowed    = 9
          header_too_long         = 10
          dp_error_create         = 11
          dp_error_send           = 12
          dp_error_write          = 13
          unknown_dp_error        = 14
          access_denied           = 15
          dp_out_of_memory        = 16
          disk_full               = 17
          dp_timeout              = 18
          file_not_found          = 19
          dataprovider_exception  = 20
          control_flush_error     = 21
          not_supported_by_gui    = 22
          error_no_gui            = 23
          OTHERS                  = 24.
      IF sy-subrc <> 0 AND no_error_dlg = space.
        MESSAGE i002(sy) WITH text-i03.    "FILE OPEN ERROR
      ENDIF.
    I tried with all othr code pages also like 4110/4103/1110/1100/1102. It is not working,
    It is giving problem in unicode system. File is downloading.but not properly..
    and when i am opening the word file it is asking me select encoding type to make document readble along with the  available text encoding formats.
    Please help me..
    Thanks & Regards,
    Sastry R

  • Error with PS text after Unicode conversion

    Hi, we are having problem after doing unicode conversion with special
    character not displayed correctly in a Web interface. In SAP
    (transaction CN04) everything is OK, but if the PS text is displayed
    through a Web interface (BSP for instance) some characters are
    displayed wrong. One of these characters is the apostrophe in French
    language ('). Is there an available tool to perform a conversion of
    existing PS text after performing unicode upgrade ?

    Hima ... try this
    http://<server>/Lighthammer/JCOProxy?Mode=Reset

  • Some menus are not readable after unicode conversion

    Hello Experts,
    We have converted an MDMP system to unicode and when we log on to it using SAP GUI 7.10 some elements are displayed incorrectly (garbled):
    - Tool Bar
    - syb-menues
    - selection screen texts
    - table content in SE16
    On PC all supplemental languages are installed, all I18n settings per SAP notes have been done but still - no success (Alt+F12, etc).
    What else can be wrong?
    Seems like a frontend issue, because downloading table content from SE16 to a local file and then opening it in IE using ISO encoding - works fine. I also noticed that when saving the file SAP says "
    using code page 1160"
    Shouldn't it be using code page 4110 - which should be autimatically assigned to SAP Gui when connected to a Unicode SAP system?

    We had a likewise problem after our migration (under 4.7) and we could solve it by deleting the language load.
    Note 110910 - Deleting the language load
    Markus

  • Status of Info packages and process changes become yellow after Unicode con

    Dear Friends,
    We have been facing very critical issue in Production system after Unicode conversion.
    Sequences of Details are provided for your reference.
    1.  We suspended all BW loads for 48(2 days) hours before Unicode starts and Handover the BW system to Basis.
    2.  Basis started doing Unicode conversion on BW and they found some standard jobs ( BI_* , Ex: BI_PROCESS_LOADING) which are released status and they assumed that these jobs would run any time so that they suspended all of them but they didnu2019t inform to BW team that they had done. We didnu2019t know that when they did that like pre-Unicode installation, during the Unicode conversion and post Unicode.
    3. Basis handover the system to BW team for Unicode testing (we called five finger testing) and we didnu2019t find any issues in the testing. Again we handover the system to Basis for post installations settings for Unicode and back up things. That time we didnu2019t release any jobs to load data to BW because Basis didnu2019t inform us that we can start loads. 
    4. After post installation is done and basis told us that you can start loads from Monday. Entire Unicode activity had been done on weekend.
    5. Before releasing all BW loads to run regularly, I found the all completed process chains status become yellow and I did further detailed analysis to find why; then found some more strange things those are as follows.
              1. Only info packages in process chains are become yellow and other process variants are fine like activation,
                   DTPu2019s, index and DB stats.
              2. Requests in PSA which were completed successfully are become yellow.
              3. Info packages in the process chains are successfully completed are not updating correct status instead of green it
                  showing yellow because of that other dependent objects are not triggering.
    We all thought that suspension of standard jobs must have been caused the problem.
    How can we change the status of IPs, PSA and process chains automatically?
    We reactivate all PCu2019s and released to run tomorrow.
    Could you please share your thoughts about the issue and help us resolve?
    Thanks in Advance,
    Nageswar.

    Nageswar,
    A couple of questions :
    1. If your previous  PC runs were in yellow status - it would not impact furute PC runs..
    2. If your IPAKs are in yellow - then you might have an issue with deltas happening since the last status would have been shown as incomplete.
    3. Suspension of the standard jobs will not affect the status since the jobs were suspended but not the actual loads i.e the loads were not stopped halfway but only the released jobs were stopped - you might have to schedule the process chains again to get back the old schedule.
    Usually in a Unicode conversion - the data is exported out of the DB and imported back - this might have caused some inconsistency in the database for the RS tables used for the monitors.
    Which version of BW are you in ..?
    were there any errors in the export / import procedure for unicode conversion ?
    As part of testing did you check if loads went through properly ..?
    Was stats run on the tables after unicode ?
    Also if possible regenerate all the indices on the files.
    Rerun stats and indices for all RS* tables

  • Unicode Problem (KhmerOs Unicode)

    I develop one web site use Flex Builder 2. I want to use one
    unicode "KhmerOS" with my website. I want to use this unicode with
    TextInput and TextArea. Both of this tool is display "?" when i
    type. I embeded font and used with unicode rang already but it
    still display "?" in those tools.
    <mx:Style>
    @font-face{
    font-family:Khmer OS;
    src:url("assets/KhmerOS.ttf");
    unicode-range: U+1780-U+17FF, U+19E0-U+19FF;
    </mx:Style>
    I don't know how to solve this problem?

    Unicode is not the same as UTF-8, as Unicode consists of 2 bytes for each character whereas utf-8 only uses 2 bytes for special characters.
    So the fist question is, have you entered unicode (2byte characters) or utf-8 special characters entered into the text field?
    Can you post the character codes you have entered and seen this behavior?
    Next you should make sure you get the correct data from the DB. To do this you can debug your code and set a breakpoint right after you get the data from the DB (I guess into a string variable), the check the string using the data inspector. Look at the bytes, not at the string itself (open the string node to see the internal representation).
    Timo

  • Timeouts and connection problems after 5.1(2) upgrade

    AIM/chat and some other programs are having timeout/connection problems after upgrade to 5.1(2). I am using S241 also. The connection problems stopped when the IPS was set to bypass. Rebuilt IPS and left sigs at default settings and problem is still happening. I am not seeing any of the IPs that are having the problem in the Event Viewer or on the Events in the IDM.
    Any known issues with the 5.1(2) that would cause this type of problem?

    I don't know specifically, but I did notice that 5.1(3) was released today.

  • Wifi problem after.4.3 update on xperia z

    Hi all,
    After updating my Xperia Z (C6603) to build number 10.4.1.B.0.101 I've been having connection issues with every Wi-Fi network.
    I've checked the forum but I only found problems about people having Wi-Fi issues with their smartwatch, I do not own a smart watch this is just a general networking issues.
    Here's the problem in detail:
    When having no Wi-Fi switched on while booting the phone the phone will start without any issues, I will receive my 3G/4G signal and I can browse, e-mail, everything.
    Once I switch on Wi-Fi it will start connecting to previously stored Wi-Fi access points but will not connect. Eventually it says that there was a problem with connecting, even though this will take several minutes.
    I can go into the Wi-Fi settings, select a different Wi-Fi network (if it is in range) and press connect, however the settings app will freeze at that point and eventually I'll get a notification that the settings app has stopped working.
    I have found a "work-around": I switch the Wi-Fi to on, power off the phone and power on again. Now the Wi-Fi connection immediately powers on without an issue once the phone has completely booted, it also will connect to the default Wi-Fi connection that is in range. A different issue appears however once I move out of Wi-Fi range, it will no longer pick up my 3G/4G signal. It is also impossible to switch off Wi-Fi or switch Wi-Fi network connections without rebooting the phone.
    As I said before this happened to me after updating to version 10.4.1.B.0.101 after having it received through OTA update. I do not have root access on my phone either so this can't be it.
    Is there anyone experiencing the same issues? Is this somehow related to the issues people are experiencing with their smart watch connections (as seen in this topic: http://talk.sonymobile.com/t5/Software-Updates/wifi-problem-after-4-3-update-on-xperia-z/td-p/490591...
    If there's anyone who is experiencing the same issues, or has found a fix for this I'd gladly hear from you.
    Regards,
    Danny
    Sony Xperia Z
    Modelnumber: C6603
    Android version: 4.3
    Kernal version: 3.4.0-ge09aff8
    Build number: 10.4.1.B.0.101

    I faced the same problem. So what u did now to connect your 3g or 4g. Did u tried kitkat update? Its works or not?

  • Multiple Samsung Stratosphere problems after FF1 update

    There have been multiple posts on various issues users have found after the recent Stratopshere FF1 update.  Some were replys to older posts and some only touched on a single issue.  I wanted to consolodate into one thread, and hopefully get teh attention of Verizon to maybe reply here.
    For reference, a lot has been discuss here --> https://community.verizonwireless.com/message/874446
    Summary:  Verizon and Samsung have finally updated the Stratosphere almost 1 year after release.  This updated the phone from Android 2.3.5 to Android 2.3.6.  Going by filename, this is known as the FF1 update.   This update went live at the end of August 2012, and most users were upgraded before mid September 2012.
    There were some noticable changes in this update:
    -Lock screen has changed.  The puzzle piece and glass lock options have been removed.  New options have been added, such as facial recognition unlock.
    -Call answering screen has changed, introducing the option to ignore call with a message.
    -Camera now has digital zoom ability.
    -Ability to uninstall the 2 games the phone comes with (Need for Speed and Lets Golf)
    -Phone icon has changed ever so slightly
    -Wifi icon now included up and down arrows to indicate data is being sent or recieved
    -Wallpaper no longer "stretches" over multiple screens - ie, it no longer scrolls as you move from screen to screen
    -The visual voicemail app has been improved (I have personally not used this feature)
    -Callback number is now supported in text / picture messages
    -Android core OS updated from 2.3.5 to 2.3.6 (both versions are still Gingerbread)
    -Update to how the device deals with the end of scrolling.  It used to rubber-band bounce back, now it will just give a green bar and expand the bar as you scroll.  (I cannot fault Samsung for this change as this was at teh core of an Apple lawsuit and has been changed in newer versions of Android.)
    -(I am sure there are more.  please list any others you may have noticed)
    I have found some problems, and others have confirmed that this is (at least) somewhat widespread:
    -The biggest problem is with wifi connectivity.  Upon an initial connection to wifi, everything works great.  After somewhere between 15minutes and 2 hours, problems start happening.  Its as if the wifi keeps hanging or reconnecting.  Download speeds (tested with the SpeedTest.com app) slow to about one third of normal.  Apps like Facebook that require a constant connection will just time out.
    -It appears the signal strength for 3g and 4g connections is lower.  There are places where I used to get a 4g connection, and now I only get 3g.  Some palces I fall back to just 2g digital.
    Another minor issue i found was with text messages.  When you reply to a message, it no longer automatically focuses the text in the input box.  You have to first click into the box to start typing.  Not a huge deal, but one more step to take over and over.  Minor annoyence.
    At my house, I struggle to get a 3g or 4g signal.  I depend on wifi for my data connection.  So with the wifi connection problem introduced by teh FF1 update, my phone is somewhat useless to me now while at home.  Here are teh troubleshooting steps I have been through so far to attempt to fix the wifi problem:
    -Complete factory reset on my phone.  (did not help)
    -Pull battery and SIM card out of phone for 15 minutes.  (did not help)
    -Went to a Verizon store.  The guy at the store was helpful, and said he also had a Stratosphere and was getting the same wifi problems after the update.  He said all he could do was to send me out a replacement phone. I got the replacement phone, and it had the same problems.
    -I read in multiple palces that Android 2.3.6 has a bug within wifi and DHCP.  Apparently if you have a DHCP lease set to "forever", the phone will keep requesting a new address.  Setting the DHCP server on the router to something like 2 weeks, or using a static IP is supposed to solve this.  I have a NetGear N900 router, and I can not change teh DHCP lease time.  It appears, however, that my router is not sending out "forever" leases.  But just to make sure, I gave my phone a static IP.  (None of these steps made any difference).
    The only thing that temporarily fixes the problem is a reboot of the phone.  This will again give you anywhere from 15min to 2 hours of good wifi use before problems start happening.
    I have now had this update for over a week, and on 2 phones.  I still can't maintain a wifi connection for much longer than 15 minutes without problems starting up.
    I am asking Verizon or Samsung to at least confirm this issue if possible.  Maybe there are newer revs of the Stratopshere hardware that don't have this problem.  Or there is something unique about my (and apparently others) situation.  But it seems like Verizon's current stance is to offer a repalcement phone (as currently all Stratospheres are within their 1 year manufacture warranty as the phone has not been ouy for quite 1 year yet).
    I am asking for a workaround for this problem, or a true fix adressed by a new software update, or at least allow us to roll back to the original Andorid 2.3.5 software.
    I have had my original Stratosphere for almost a year with no wifi problems - then get the FF1 update and have had nothing but problems on 2 different phones.
    Thank you for your time.

    Thanks for starting a comprehensive thread on problems with this update. I want to add one more.
    I have Bluetooth in my car (a 2004 model), and previously the phone has connected to it practically instantly when I start the car. Since the update, I have never been able to connect the phone to the car by Bluetooth. Several times the phone has made a standard notification sound at the moment it should be connecting to Bluetooth, though no notification appears. I have no idea what that could mean.The car's Bluetooth shows up as paired in the list of devices in Settings > Wireless & networks > Bluetooth settings. I haven't seen this widely reported as an update issue, but perhaps some others have experienced it too.
    UPDATE: I finally did some testing, and found that the notification was to signal the extremely brief appearance of a dialog indicating that the car's Bluetooth was requesting a connection. Accepting that request let the phone connect with the car, and calls went to the car's sound system as they should. When I turned the car off and back on (just the electrical system; not wasting any gas on this!), the connection was established immediately, so apparently the acceptance only had to be done once. Nevertheless, it did have to be done, and the dialog notification disappears within seconds. I believe it would have been possible to go into Bluetooth settings and accept the connection request there if I missed the notification; but not seeing the notification, I might not know to do this.
    One further observation: When I turned the phone's Bluetooth off and back on after a connection had been established, leaving the car on the whole time, the two did not reconnect. I believe that may be different from before the update, but I'm not really sure.
    Message was updated by David Rensberger

  • A lot of problems after installing Windows XP using Boot Camp on a Mac Book

    I have been having a lot of problems after installing Windows XP Home Edition (2002).
    For one, after installing Windows using Boot Camp with Mac OS X 10.5.1, I opened Windows on my Mac Book, inserted the Mac OS X Disk 1 as in the instructions and got the message: +"This package requires a newer version of the Windows installer. Do you want to update the version of the Windows Installer on your system?"+ When I clicked Yes (I had NO idea what it meant at the time), I got the message: "The required resource 'UPDATE' is missing" and the Installer quit.
    How do I fix this problem?
    Another problem I have is that there is no sound on the Windows XP, yet it works perfectly on Mac OS X. Is there any way to fix this problem?
    A third problem I have is that I can't wirelessly connect to the internet using Window XP, yet I can on Mac OS X. I have no idea on how to fix this, and it's really messing with me. D:<
    D: There are way too many problems, and I have a feeling there will be a lot more later on. Help....
    ~Twilight

    ---I'm moving this topic to the Boot Camp forums.
    -Twilight

  • Another major problem after 10.4.8 update

    Hi everyone,
    I've never had any major problem with any Mac OS update yet until I had the crazy idea to install the 10.4.8 update last week. I wish I would have never done this. This is also the first time I wish I had Windows since I can't remember such a big screw up with any Windows update I've seen.
    But back to the problem, after the installation on my old 12" Powerbook (1.33GHz with an additional 1GB of RAM) the system got really slow. The harddisk was accessed all the time, so after reading some forums people said that Spotlight would run a re-index of the database which made sense to me. So I just let it run over night and the next day the permanent HDD access was gone, but whenever I tried to access a folder it took ages (HDD access again...). So I decided to reboot which took about 20 minutes until the desktop fully showed up and was useable. Again, I had HDD access all the time. After two hours or so it stopped again, but as soon as I clicked on something, for example a folder, it started again. At that point the Powerbook was simply not useable anymore because I couldn't even start a program.
    So I start browsing through several forums and many people suggested to re-install the 10.4.8 combo update again. That's what I tried, after a while I could only hear the HDD access running and running. The installer said 29 minutes left and progress bar didn't move any further. I had it running for over a hour like that. I couldn't abort it, I could start no other software, nothing. It still showed 29 minutes and the HDD was accessed all the time.
    So I restarted the Powerbook since this obviously wasn't going anywhere. Apple logo came up, the little gear spinning thing as well and of course I could hear the HDD being accessed. After two hours of doing this I aborted and decided to boot into safe mode to install the combo update. Again, same situation. HDD running like crazy and Apple logo, but no login screen coming up.
    So I decided to boot from the Install disk and have the disc utility check the HDD... but of course after selecting the language and clicking continue at the screen when the HDD first shows up it starts to access the HDD... I can't select the HDD, I can't even get to the DU, nothing. It's been running like that for hours now. It seems like whenever the HDD is involved in something the accessing starts and just keeps running without any result. The HDD is getting very hot already.
    I've never run into such a problem before, so I'm kinda clueless what to do next. I don't mind to reinstall, but I have some files on that HDD that I need (some notes in text files, some emails and so on).
    So at this point I can't boot into OS X to access the HDD and I can't use the installer disk to access DU or even reinstall if I wanted to. I don't think the HDD is broken, this only happened after the 10.4.8 update. It just seems that every HDD access takes hours and hours longer than it should.
    What options do I have to get my data from the disk? I'll try to install OS X to a new external drive tomorrow (need one with firewire first). If that doesn't help I thought about pulling out the HDD from the Powerbook and hook it up to my MacMini or an iMac.
    If anyone has any other suggestion or solved a similar problem before, please let me know.
    Best,
    Stephan

    See my FAQ:
    http://www.macmaps.com/WIFI1048.html

  • Iphone 4 network problems after 5.1.1 -

         I'm wondering if others are having problems after updating to IOS 5.1.1. My Iphone 4 is constantly jumping from having 5 bars to 1, then saying it has no service for hours. I have gotten numerous messages saying MMS requires your phone number, after trying to enter my phone number it wouldn't save. A message saying that no calls can be made and the phone needs to be restored popped up, I restored the phone and the same problems still occur.

    Restore it as a new device. Do NOT restore your backup. It's possible something there is corrupt and keeps coming back when you restore.
    Set it up as new and test it out. See how it bahaves. If it's OK, re-install your apps (again, do not restore the backup, just re-install them) and sync your media over.
    If it's not better after restoring it as a new phone, make an appointment at the genius bar.

  • WiFi problem after upgrading to Windows 8.1 Lenovo R400 ThinkPad

     I have this problem after updating to 8 to 8.1
    Right after updating to 8 to 8.1, all of a sudden my wifi stops working. I used my philips external wifi usb stick and now I'm able to get the internet going.
    However if I disconnect my philips usb I no longer get the internet because the built in wifi that came with the R400 ThinkPad no longer works. I went through the device manager and under properties it tells me, 'Device not working properly' however it is up to date.
    Im Running Windows 8.1  64bit  Laptop Lenovo R400 ThinkPad

    Hi Matti,
    Thank you for replying back!
    I suggest you to reinstall the Windows 8.1, as all the windows driver will not update, if you have upgraded the Windows 8 to Windows 8.1.
    Please download Windows 8.1 separately and reinstall the OS, I hope this may resolve the issue.
    Note: I am not suggesting for clean installation, only reinstalling the same OS.
    Do not update the drivers from ThinkVantage system update utility. I suggest you to uninstall the current drivers and download the drivers manually for Windows 8.1 and install it.
    Below is the link to enter the downloads page and download updates accordingly, please click on "Select Product" then in "QUICK PATH" enter the MTM no. select the exact model.
    http://support.lenovo.com/en_US/downloads/default.page#
    Hope this helps!
    Best regards,
    Hemanth Kumar
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Computer problems after upgrading to Mavericks

    SO many problems. I cleared out a ton of old stuff that I saw might be causing problems, and I've verified and repaired the disc, and uninstalled and reinstalled a couple of programs that I was seeing problems with in the console, but now I'm just flummoxed. It's behaving better than it was earlier, and isn't giving me the beach ball nearly so often, but it still seems like it's taking too long for a lot of things. I just reinstalled Avast and am currently letting a game update through Steam. I have the console and the activity monitor open to one side. Since I opened the console, it's been spitting out one or two messages every second, and all I can find through some internet searching is that it's something to do with the wireless connection. There's some other stuff periodically mixed in that doesn't sound good either, involving either sandboxd or mdworker. But for the most part it's along these lines:
    Nov  5 00:59:52 kate-lenthalls-macbook-pro kernel[0]: 1516.810543: vap-0: connection_sm_roam_check_timer_handler: roam check cur rssi 22 rssi thresh 23 policy 3 last_scan_rssi 23 rssi_change_thresh 7 ignore_thresholds 0
    Nov  5 00:59:53 kate-lenthalls-macbook-pro kernel[0]: 1517.811065: vap-0: connection_sm_roam_check_timer_handler: roam check cur rssi 22 rssi thresh 23 policy 3 last_scan_rssi 23 rssi_change_thresh 7 ignore_thresholds 0
    Nov  5 00:59:54 kate-lenthalls-macbook-pro kernel[0]: 1518.811534: vap-0: connection_sm_roam_check_timer_handler: roam check cur rssi 22 rssi thresh 23 policy 3 last_scan_rssi 23 rssi_change_thresh 7 ignore_thresholds 0
    Nov  5 00:59:55 kate-lenthalls-macbook-pro kernel[0]: 1519.811686: vap-0: connection_sm_roam_check_timer_handler: roam check cur rssi 22 rssi thresh 23 policy 3 last_scan_rssi 23 rssi_change_thresh 7 ignore_thresholds 0
    Nov  5 00:59:56 kate-lenthalls-macbook-pro kernel[0]: 1520.812774: vap-0: connection_sm_roam_check_timer_handler: roam check cur rssi 23 rssi thresh 23 policy 3 last_scan_rssi 23 rssi_change_thresh 7 ignore_thresholds 0
    Nov  5 00:59:58 kate-lenthalls-macbook-pro kernel[0]: com.avast.AvastFileShield Warning: Unable to retrieve file path. Skipping. [22]
    Nov  5 01:00:27 --- last message repeated 208 times ---
    Here's my report from EtreCheck:
    Hardware Information:
              MacBook Pro (17-inch 2.4GHZ)
              MacBook Pro - model: MacBookPro3,1
              1 2.4 GHz Intel Core 2 Duo CPU: 2 cores
              4 GB RAM
    Video Information:
              GeForce 8600M GT     - VRAM: 256 MB
    Audio Plug-ins:
              BluetoothAudioPlugIn: Version: 1.0
              AirPlay: Version: 1.9
              AppleAVBAudio: Version: 2.0.0
              iSightAudio: Version: 7.7.3
    System Software:
              OS X 10.9 (13A603) - Uptime: 0 days 0:30:19
    Disk Information:
              ST9500420AS disk0 : (500.11 GB)
                        EFI (disk0s1) <not mounted>: 209.7 MB
                        Macintosh HD (disk0s2) /: 413.49 GB (122.62 GB free)
                        Recovery HD (disk0s3) <not mounted>: 650 MB
                        BOOTCAMP (disk0s4) /Volumes/BOOTCAMP: 85.76 GB (28.21 GB free)
    USB Information:
              Apple Inc. Bluetooth USB Host Controller
              Apple Inc. Built-in iSight
              Apple Computer Apple Internal Keyboard / Trackpad
              Apple Computer, Inc. IR Receiver
    FireWire Information:
    Thunderbolt Information:
    Kernel Extensions:
              com.eltima.ElmediaPlayer.kext          (1.58)
              com.bresink.driver.BRESINKx86Monitoring          (8.0)
              com.avast.PacketForwarder          (1.3)
              com.avast.AvastFileShield          (2.0.0)
    Problem System Launch Daemons:
    Problem System Launch Agents:
    Launch Daemons:
              [loaded] com.adobe.fpsaud.plist
              [loaded] com.eltima.ElmediaPlayer.daemon.plist
              [failed] com.google.GoogleML.plist
              [loaded] net.sourceforge.MonolingualHelper.plist
    Launch Agents:
              [not loaded] com.adobe.AAM.Updater-1.0.plist
              [loaded] com.adobe.CS5ServiceManager.plist
              [loaded] com.wacom.pentablet.plist
    User Launch Agents:
              [not loaded] com.avast.home.userinit.plist
              [loaded] com.google.keystone.agent.plist
              [loaded] com.markdouma.SourceFinaglerAgent.Portal.plist
              [loaded] com.valvesoftware.steamclean.plist
              [not loaded] org.virtualbox.vboxwebsrv.plist
    User Login Items:
              Flux
              smcFanControl
              GrowlHelperApp
              Google Notifier
              FreeMemory
              TrashMeHelper
              Cloud
              sidenote
              Temperature Monitor
              avast!
              Dropbox
              Alfred 2
              Activity Monitor
    3rd Party Preference Panes:
              avast! Preferences
              PenTablet
              Flash Player
              GeekTool
              Growl
              MultiBrowser
              Shades Preferences
    Internet Plug-ins:
              Default Browser.plugin
              DirectorShockwave.plugin
              DivX Web Player.plugin
              Flash Player.plugin
              FlashPlayer-10.6.plugin
              JavaAppletPlugin.plugin
              QuickTime Plugin.plugin
              Silverlight.plugin
              Unity Web Player.plugin
              WacomNetscape.plugin
              WacomTabletPlugin.plugin
    User Internet Plug-ins:
              Picasa.plugin
    Bad Fonts:
              None
    Time Machine:
              Skip System Files: YES
              Auto backup: NO
              Time Machine not configured!
    Top Processes by CPU:
                  24%          Console
                  10%          WindowServer
                   9%          LotroLauncher
                   2%          steam
                   1%          EtreCheck
                   1%          mds_stores
                   1%          mds
                   1%          com.avast.proxy
                   1%          Activity Monitor
                   0%          empdaemon
    Top Processes by Memory:
              180 MB             steam
              156 MB             Safari
              152 MB             LotroLauncher
              150 MB             mdworker
              147 MB             mds_stores
              139 MB             com.apple.IconServicesAgent
              70 MB              Dropbox
              70 MB              Console
              66 MB              com.apple.WebKit.WebContent
              61 MB              Finder
    Virtual Memory Statistics:
              207 MB             Free RAM
              1.81 GB            Active RAM
              1.46 GB            Inactive RAM
              513 MB             Wired RAM
              2.39 GB            Page-ins
              3 MB               Page-outs

    I just reinstalled Avast
    "Avast" is perhaps the worst of the whole wretched lot of commercial "security" products for the Mac. It's worse than the imaginary "viruses" you were worried about when you installed it. Not only does it fail to protect you, it throws false warnings, destabilizes and slows down your computer, and sometimes or always corrupts the network settings and the permissions of files in your home folder. Removing it may not repair all the damage, and neither will Disk Utility or even reinstalling OS X.
    Back up all data, then remove "Avast" according to the developer's instructions. Reboot.
    If you tried to remove Avast by dragging an application to the Trash, you'll have to reinstall it and follow the instructions linked above.
    If you still have problems after following those instructions, post again.

  • Problems after upgrade bios to v4.3 - P67A-GD65

    Hi to everybody,
    I was having a problems after upgrade bios to v4.3 of my mainboard P67A-GD65.
    After upgraded bios version (FW) its interface was changed and seemed better. also some specifiactions upgraded that i am now able to follow information of bios in my windows. with Control Center.
    1) first of all after bios upgrade XMP memory section can only be enable şf ş choose OC geniue on. but with this my cpu warm till 98C degree. because i have only stock cpu cooler of intel.
    in normal mode xmp can not be activated so that my memory that corsair vengeance dd3 1600mhz works at 1333mhz only.
    Also there was information about what is new in this version of bios fw as:
    - Enhanced PCI-E display card performance.
    - Improved memory compatibility.
    2) second problem that i have i wanted to turn cpu leds which were located above cpu slot blue leds. once i turn them off and it is ok. but when shutdown computer and restart it turn on itself.
    so may be there have benn occured a problem that mb can not save edited settings correctly?
    3) For last i could not find Winki 3 OS/linuz anywhere is there a link to it to integrate to my mb?
    Thanks for your replies from now on.
    Greetings.

    Quote from: momosala on 02-April-13, 17:54:22
    I think you had better to flash back to beta 4.39 bios, here : https://forum-en.msi.com/index.php?topic=164135.msg1214789#msg1214789
    And use and install on USB key MSI Forum HQ USB flashing tool from here : https://forum-en.msi.com/index.php?topic=108079.msg800577#msg800577
    Flash using method 1.
    And tell us if that works.
    thank you for reply that fast i will try asap and tell here.
    Btw, have you ever face a problem as i wrote above?

Maybe you are looking for

  • IPhone 3GS crashed while updating to 6.1.6

    I was trying to upgrade my 3GS iphone to ios 6.1.6 after downloading the update " error occurred & could not backup, do you still want to update ? " message came I opted to update, which ended up in the CD iTunes & a USB cable symbol. Please suggest

  • FBCJ Cash Journal

    Hi gurus: I wanted to know if there was some way to switch off the message when I try to process payments without having an opening balance.. INstead of a hard error, make it information only.. can you please guide me? thanks Brian

  • Delivery which are not invoiced

    Hello I see in the test system it is possible to close an open delivery which has not been invoiced. I would like to know if you know how to prevent this. I understand it is possible to cancel or close a sales order or quotation but this should not b

  • Officejet K60 - can I use JUST as a fax?

    I recently got an Officejet K60 that I only want to use as a fax machine. Do I have to hook it up to my computer, or will it perform only as a fax machine? I can't find this in the manual and don't want to spend money on ink if it's not going to work

  • Had to refresh my computer and reinstall TB how do I get previous emails

    Refresh resets the computer and deletes apps so I had to reinstall TB. Now I need to get the emails that I had on the previous version of TB. I have gotten as far as learning about the profiles. But it gets too complex for me to actually get the old