Once again, Oracle to MSSQL Unixodbc with freetds

I have no idea why my config don't work, so I need your help:

I connect to a MSSQL 2008R2 server of SLES 64-bit my odbc system is calles MSSQL and running isql - v mssql < user > < pw > wit.

I see an error in my/hs/log like that
Oracle Corporation - Thursday 9 February 2012 15:45:07.202


Heterogeneous Agent release
11.2.0.1.0


Agent HS was diagnosed with error on the original communication,
probable cause is an error in the network administration
Network of error 2: NCR-00002: NCR: invalid use
HS Gateway: NULL connection to the output context


Here my config files:
initdg4odbc.ora

# This is an example of initialization file of the agent that contains the HS settings
# necessary for the database to ODBC gateway

#
# HS init parameters
#
HS_FDS_CONNECT_INFO = mssql
HS_FDS_TRACE_LEVEL = 4

##HS_FDS_SHAREABLE_NAME=/usr/local/lib/libtdsodbc.so

#HS_FDS_SHAREABLE_NAME = < name of the full path to the driver or the odbc driver manager >

#
# ODBC specific environment variables
#
##set ODBCINI = < name of the full path to the odbc initialization file of the >


#
# Required for the non-Oracle system environment variables
#
##set < varenv > = < value >
##set LIBPATH = / usr/local/lib:

SQLNET.ora:
sqlnet.ora # Network Configuration file: /opt/oracle/product/11gR1/db/network/admin/sqlnet.ora
# Generated by Oracle configuration tools.
SQLNET. AUTHENTICATION_SERVICES = (NONE)
NAMES. DIRECTORY_PATH = (TNSNAMES, EZCONNECT)

ADR_BASE = / opt/oracle

Listener.ora

listener.ora # Network Configuration file: /opt/oracle/product/11gR1/db/network/admin/listener.ora
# Generated by Oracle configuration tools.

LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
(ADDRESS = (PROTOCOL = TCP)(HOST = oracle.internal.netlogix.de) (PORT = 1521))
)
)
SID_LIST_LISTENER = (SID_DESC = (SID_NAME = ORCL) (Program = dg4odbc))
ADR_BASE_LISTENER = / opt/oracle


tnsnames.ora

tnsnames.ora # Network Configuration file: /opt/oracle/product/11gR1/db/network/admin/tnsnames.ora
# Generated by Oracle configuration tools.

ORCL =
(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = oracle.internal.netlogix.de) (PORT = 1521))) (CONNECT_DATA = (SID = orcl))(HS=OK))



tnsping orcl addresses like this:

tnsping orcl

AMT Ping utility for Linux: Version 11.2.0.1.0 - Production on February 9, 2012 15:54:40

Copyright (c) 1997, 2009, Oracle. All rights reserved.

Use settings files:
/opt/Oracle/product/11gR1/DB/network/admin/SQLNET.ora


TNSNAMES adapter used to resolve the alias
Try to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = oracle.internal.netlogix.de) (PORT = 1521))) (CONNECT_DATA = (SID = orcl))(HS=OK))
OK (0 msec)




Hope everyone can find my fault for typing. IM no guru of oracle.

Tank you

There is a problem with the driver - reports the gatewa ytrace Manager:
HS_FDS_SHAREABLE_NAME ' returned «/usr/local/lib/libtdsodbc.so.0.0.0»»

But the file config that you posted earlier was:

Published by: kgronau on February 10, 2012 09:47

HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so

-online the libodbc library is commonly the ODBC driver manager, while libtdsodbc is the driver ODBC itself.

Please set the parameter in your file init bridge go back to:
HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so

Tags: Database

Similar Questions

  • Connect unixodbc with freetds on 64-bit OEL 5.2 to SQL Server 2000.

    Hello world
    I'm on oracle 11g 11.1.0.7 (64-bit) 5.2 OEL using unixodbc and freetds to connect to SQL Server 2000 after the doc http://www.dbapool.com/articles/06280701.html

    I am stuck at the step of the listener here is my error when I try to start the receiver
    AMT-01150: the name of the specified listener address is incorrect

    Listening port could start. See the above error messages...


    Here's my config files:

    /usr/local/etc/freetds.conf:
    # A typical Microsoft Server
    [NYCSQL1]
    Host = 999.16.0.99
    port = 1433
    TDS version = 8.0

    /etc/odbcinst.ini:
    [TDS]
    Description = FreeTDS driver
    Driver = /usr/local/lib/libtdsodbc.so
    Setup = /usr/local/lib/libtdsodbc.so
    Trace = Yes
    Trace file = /tmp/freetds.log
    FileUsage = 1

    /etc/ODBC.ini:
    [NYCSQL1]
    Description = NYCSQL1
    Driver = TDS
    ServerName = NYCSQL1
    Server = NYCSQL1
    Address = 999.16.0.99
    Port = 1433
    Database = db1
    TDS_Version = 8.0
    Language = us_english
    TextSize =
    Domain = corp.hfmus.com
    PacketSize =
    Trace = Yes
    Trace file = /tmp/mstest.log

    initnycsql1.ora:
    # This is an example of initialization file of the agent that contains the HS settings
    # needed for an ODBC Agent.
    #
    # HS init parameters
    #
    HS_FDS_CONNECT_INFO = NYCSQL1
    #HS_FDS_TRACE_LEVEL = 4
    #HS_FDS_TRACE_FILE_NAME = /tmp/freetds.trc
    HS_FDS_SHAREABLE_NAME = /usr/local/lib/libodbc.so

    #
    # ODBC specific environment variables
    #
    Set ODBCINI=/etc/odbc.ini

    #
    # Required for the non-Oracle system environment variables
    #
    #set < varenv > = < value >



    Listener.ora:
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = myserver) (PORT = 1521))
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    )
    SID_LIST_NYCSQL1 =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = NYCSQL1)
    (ORACLE_HOME = u01/app/oracle/product/11.1.0/db_1)
    (PROGRAM = hsodbc)
    )
    )

    NYCSQL1 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = tcp (PORT = 1522))(HOST=localhost))
    (ADDRESS = (PROTOCOL = ipc) (KEY = PNPKEY)))
    )
    )

    hsodbc was changed to dg4odbc in 11g and I tried different variations and get the same error.

    Any help appreciated.
    Thank you

    Published by: ALEXSDBA on March 26, 2010 12:59

    Published by: ALEXSDBA on March 26, 2010 13:13

    It seems a missmatch in your configuration...
    Accroding in the trace file, it cannot find the ODBC driver manager:
    OSGIP to 'HS_FDS_SHAREABLE_NAME' returned ' / usr/local/lib/libodbc.so '.
    Entry hgolofns to 2010/03/29-11: 33:17
    hoaerr:28500
    Output hgolofns 2010/03/29-11: 33:17
    Unable to load the ODBC library symbol: usr/local/lib/libodbc.so(SQLAllocHandle)

    Above you said:
    file /usr/local/lib/libodbc.so = /usr/local/lib/libodbc.so: ERROR: unable to open ' / usr/local/lib/libodbc.so' (no such file or directory)
    It is located in /usr/lib64/libodbc.so

    But it seems that you adopt the parameter HS_FDS_SHAREABLE_NAME to HS_FDS_SHAREABLE_NAME=/usr/lib64/libodbc.so

    So please correct your settings.

  • I closed my laptop (Macbook pro 2012) screen with a day and immediately after 30-40 minutes his does not starts once again.

    I closed my laptop (Macbook pro 2012) screen with a day and immediately after 30-40 minutes his does not starts once again.

    Hello Varshil07,

    Thank you for using communities of Apple Support.

    If I understand your message, by updating your Mac you have forced stop, or you have closed the lid, and now it does not start.  To start, I suggest that try you to start in safe mode by following the instructions below.  For later use, it's a good idea to not force the computer to shut down or close the lid while it is up to date, because it can cause problems.

    1. Choose the Apple menu > shut down.

    2. After your Mac stops, wait 10 seconds, then press the power button.

    3. As soon as you hear the startup tone, hold down the SHIFT key.

      You must press the SHIFT key as soon as possible once you hear the startup tone, but not before.

    4. Release the SHIFT key when you see the gray Apple logo and progress indicator.

    To exit safe mode, restart your Mac, but no press during the startup.

    OS X El Capitan: start in safe mode

    Have a good.

  • I have a toshiba laptop with vista, somehow, I managed to move the taskbar from the bottom to the side, I want to put down once again. How do I do that? Thanks in advance

    I have a toshiba laptop with vista, somehow, I managed to move the taskbar from the bottom to the side, I want to put down once again.  How do I do that?  Thanks in advance

    I have a toshiba laptop with vista, somehow, I managed to move the taskbar from the bottom to the side, I want to put down once again.  How do I do that?  Thanks in advance

    First, make sure the taskbar don't are not "locked"...
    Right-click on an open space of the taskbar > make sure there is no checkmark at "lock the taskbar".

    Now, make a left click inside of a space open to the taskbar and HOLD > drag the slider down until he goes back down > drop PREY > lock the taskbar. For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • My mce has been in windowed mode with a 16:9 aspect ratio and I watched a video well 4:3, I've narrowed the window for a while, then when I opened the window once again the window was a 4:3 aspect with the 4:3 video

    It retains this operation and I tried to reconfigure my monitor, but that does not help him I had this problem so that my operating system vista 64 died and had to bereloaded and then it was new right, but now he's screwing, once again, is very frustrating as my mce used fing my hd channels (my tuner is a tuner Digital hd hauppauge2250)

    Hello DanC08,

    Your issue is with Windows Media Center, I suggest that ask you your question at thegreenbutton.com/forums.
    It is a Microsoft site and deals only with problems of Windows Media Center.

    Click here for a link to the message.

    Sincerely, Marilyn
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • I have been using Dreamweaver CS6 on my old laptop broke. When I tried to load cs6 once again, the installer for adobe dreamweaver cc on my computer. I can not activate dreamweaver with my dreamweaver cs6 serial number. What should I do?

    I have been using Dreamweaver CS6 on my old laptop broke. When I tried to load cs6 once again, the installer for adobe dreamweaver cc on my computer. I can not activate dreamweaver with my dreamweaver cs6 serial number. What should I do?

    Uninstall it and then use the cleaning tool too.

    Adobe Creative Suite cleanup tool
    ---------------------------------

    helps resolve installation for CS3 thru CS6 and creative cloud problems

    http://www.Adobe.com/support/contact/cscleanertool.html

    Then download the CS6 licensed software and install and activate with your serial number.

    http://helpx.Adobe.com/x-productkb/policy-pricing/CS6-product-downloads.html

  • Problem with the instruction FOR... Once again!

    Hello world

    Well, I'm still doing a slideshow of car using external files and can't see the end. The current movie is here:

    http://www.virtuallglab.com/projects.html

    I also enclose the code. My problem is I had initially set up an animation with 2 pictures slide with text and then wait 4 seconds before slipping outside, and then next photos and text would slip in and so on, using a setInterval.
    The problem is the loop FOR seems to ignore the setInterval and slides of the 'wait' service, so buckle up just quickly and get to the last picture, so now the example above, it comes the last picture (I = 9) and that's it!

    Can you do not include another function in a statement FOR. Or is there a way to tell the loop TO wait for all movement is complete?

    Any help greatly appreciated

    ***************************************************

    Mx.transitions import. *;
    Import mx.transitions.easing. *;


    for (i = 0; i < 10; i ++) {}

    var picLeft = "photos /"+ i + ".jpg"; ".
    var picRight = "pics /"+ i +"b.jpg";
    var txtToLoad = "text /"+ i + ".txt"; ".

    this.createEmptyMovieClip("leftHolder",1);
    leftHolder.loadMovie (picLeft, i, leftHolder.getNextHighestDepth ());
    leftHolder._x = - 200;
    leftHolder._y = 15;

    var leftTween:Tween = new Tween (leftHolder, "_x", Strong.easeOut, leftHolder._x, 10, 2, true);

    this.createEmptyMovieClip("centerHolder",2);
    centerHolder.loadMovie (picRight, i + "b", centerHolder.getNextHighestDepth ());
    centerHolder._x = 180;
    centerHolder._y = 250;

    var centerTween:Tween = new Tween (centerHolder, "FLF", Strong.easeOut, centerHolder._y, 15, 2, true ");

    Text._x = 600;

    myData = new LoadVars();
    myData.onLoad = function() {}
    text.carText.text = this.content;
    };
    myData.load (txtToLoad);

    var textTween:Tween = new Tween (text, "_x", Strong.easeOut, text._x, 420, 2, true);

    myInterval is setInterval (wait, 4000);.



    function wait() {}
    var leftTweenFinished:Tween = new Tween (leftHolder, "_x", Strong.easeOut, leftHolder._x,-200, 1, true);
    var centerTween:Tween = new Tween (centerHolder, "FLF", Strong.easeOut, centerHolder._y, 250, 1, true ");
    var textTween2:Tween = new Tween (text, "_x", Strong.easeOut, text._x, 600, 1, true);
    clearInterval (myInterval);

    }
    }


    ***************************************************************************************** ***

    There is no way to tell a loop to wait for. This isn't what they are doing.

    All of the loop for runs (if possible and it is not a kind of infinite loop) completely before whenever the image is rendered.

    If you want to spread in time, you must use the setInterval - but not inside a loop for! If you do this, you immediately set, but the number of intervals of your loop. In this case you will also assign IDS for these intervals to the same variable, replacement effectively the value so you won't ever be able to erase most of these intervals.

    That means rethink you the entire structure. Set up a kind of counter and limit like this:

    var slidesToShow:Number = 10;
    var curSlide:Number = 0;

    Then have your setInterval the curSlide increment each time it is called, and check to see if it showed all the. This is where the "loop".

    As for the other part of your question - Yes you are actually two different issues in progress - once again, you can't do a loop for, wait for anything. So no there is no way to pause while you wait for your pre-teen at the end. But you can be notified when a Tween completes.

    See the documentation on the tween class in the help files. You will find the onMotionFinished event. If you configure one of those to begin with everything that needs to be started when the Tween is finished.

    You should also use the MovieClipLoader class to load your images, because you don't know how long it will take to load. Using this class, you get a nice event (onLoadInit) that tells you when the asset is ready for use.

    Finally, I think that you might want to use instead of setInterval setTimeout. It runs only once, whereas setInterval repeat forever. So I think that your algorithm would be something like that.

    1. load creditrice
    2. when ready to animate in and set onMotionFinished Manager
    3. when the query is finished start loading assets and setTimeout for 4 seconds.
    4. when 4 seconds is up or the clip is loaded (no matter what either takes longer) go to 2 and repeat.

    If this is going to be run locally on a hard drive or CD you will have no problem with the length of time that it takes to load external assets, but if it's on the web it's going to take time.

  • Photosmart B110: Problem with B110: order print wirelessly (once again!  :-()

    Hi all

    A few weeks ago, I've been here for more help (see: http://h30434.www3.hp.com/t5/Printer-Software-and-Drivers/B110-doesn-t-print-wireless-anymore-after-... )

    Then, after you apply the advice of sabretooth04 (manually in the WAP code on the LCD of the printer, it worked perfectly... until :-(a few days ago)

    Although nothing has changed: no new software, no change of position... nothing!

    Then I restarted the router, then the printer and the laptop; Once again put in the WAP code... but it does not help :-(

    The printer is doing well: all the test pages out big, like the wireless network test page.

    Please, I really need help (again)

    Greetings from the Netherlands,

    Sigrid

    P.S., as wireless worked from day one, I never used the cable and now I can not find. So for the moment I have no alternative wireless...

    Hello

    Thank you for using the forum.  You can try the following:

    Please download and run the HP Print and Scan Doctor (PSDR) tool to diagnose and solve your problem

    http://h20180.www2.HP.com/apps/NAV?h_pagetype=s-926&h_lang=en&h_client=s-h-E016-1&h_keyword=DG-PDU

    Hope that helps.

  • Oracle 11 g 2 with 2008 R2 enterprise

    Hello

    I am installing oracle 11.2.0.1 under win2008r2 x 64 just fine, but before installation I get an error:

    "Enterprise manaager configuration failed due to the following error: earphone is not upward or the database service is not registered with her." Start the receiver and enter the service of database and run configuration EM Assistent once again... »

    I tried to google's response, but no luck - and that's why I'm here. Could you please help me with some advice.


    tnsnames.ora # Network Configuration file: D:\app\Administrator\product\11.2.0\dbhome_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.

    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.0.117)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    )
    )

    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    )
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    )
    )

    listener.ora # Network Configuration file: D:\app\Administrator\product\11.2.0\dbhome_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.

    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = CLRExtProc)
    (ORACLE_HOME = D:\app\Administrator\product\11.2.0\dbhome_1)
    (= Extproc PROGRAM)
    (ENVS = "EXTPROC_DLLS=ONLY:D:\app\Administrator\product\11.2.0\dbhome_1\bin\oraclr11.dll")
    )
    )

    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = CIP)(KEY = EXTPROC1521))
    (ADDRESS = (PROTOCOL = TCP) (HOST = 192.168.0.117)(PORT = 1521))
    )
    )

    ADR_BASE_LISTENER = D:\app\Administrator

    You ask SID calls me XE - I try to install oracle EE, but I need SID named XE.

    Kind regards.

    Then try to do it manually by adding an entry in the listener.ora file and then reload the listener.

  • If my software update of the Appstore stops to say 1.3 GB of 6.4 GB due to network etc problem it back once again to 1.3 GB rear or all the way from scratch

    If my software update of the Appstore stops to say 1.3 GB of 6.4 GB due to network etc problem it back once again to 1.3 GB rear or all the way from scratch.

    Hello Anshul230499,

    Thank you for using communities of Apple Support.

    If a download was interrupted in the Mac App Store, then whenever you have new Internet download should then restart.

    If a download application is interrupted

    Once an Internet connection is restored, your purchased downloads should restart automatically. The Mac App Store may warn you that there is a problem with the download and ask if you want to restart downloads. Confirming will restart all pending downloads.

    Download time may vary according to the size of the file and the speed of your Internet connection. See this article on purchases made on iTunes Store for more information on the time to download large files.

    Troubleshooting the Mac App Store

    Take care.

  • State Bar has disappeared, once again (November 9, 2011)

    After a few updates, today disappeared from my status bar, once again, and I can't understand how to get it back. I had status-4-Ever forever, but it's been so long that it happened that I'm not sure what to do. I messed around with it several times and restarted Firefox, but it is not it.

    "Ctr /" is the shortcut to activate the module bar, and it's the same as the view > toolbars > (check | uncheck) the module bar.

  • HP Pavilion 15 laptop: Short hard drive DST check failure... once again.

    A question that I had resolved a few months ago started occurring again, in which the laptop is struggling to load things when started and soon after falls down and has to be restarted. I guess that means that the hard drive has failed once again and so I have no doubt about how to solve this problem, but I write this query to ask: why? Why has a laptop, I had since not even a year at this stage has already had the same problem occur twice, even with the replacement of the piece that broke the first time? I am willing to assume that this is something to do with excessive I will admit that it is enabled for a good part of almost every day, often for several hours I play the games on Steam on it. Currently, I do not plan to have the hard drive replaced again because it is clearly an issue that will keep occurring that the way things are and if I can get a PC that won't break every time a gust of wind so it hits. Any information on why this happens and how it could potentially be avoided in the future is appreciated, especially if it offers a solution that doesn't involve payment of an exorbitant amount of money.

    The worst enemy of hard drives is heat. If you play on a computer that is pushed to the limits of the game, a lot of it can wear on a hard drive for a few months. You get a lot of activity of fan during the game? A cooling pad may be an option, or on a computer box of Grandpa instead of a laptop for the games.

  • Startup MacBook Pro-comment problems prevent health going to disk/check once again

    My 13 inch Macbook Pro running OSX 10.9.5 (said mid-2012, but it was purchased in fall 2014) has had problems starting

    A few weeks ago the computer is stuck on the loading screen (white, with the Apple and the buffering of spinning icon) without marketing properly. After you have manually turned off and left for a long time he worked well on the next test, so I took care of it has been saved and so didn't think much, and it works pretty well in recent weeks, sometimes being a little slow but that very occasionally and not debilitatingly so and it probably is not related to this problem.

    This morning it was still once stuck on the loading screen, and try again in 5 or 6 times solves nothing. The VRAM reset did not help either. After an attempt to boot into safe mode (filled a little progress bar then disappeared and the computer continued to buffer without purpose), I once again reset the NVRAM and tried a different boot safe mode, with the same results. But this time I left it half an hour or so and on the next attempt (start normally) it miraculously worked a new and everything seems functional. After a new backup with a preparation period slightly extended backup (at least half an hour on the first abandoned attempt, then at least 15 minutes, until correct on the second trial has started), although it is common on my computer, I have enough fear turn the computer off and tempt fate again, if I want to see what can be done now.

    What should I do to check the health of the disk, potentially fix it, find out why this is happening and avoid this problem again in the future?

    I decided to watch from the disk utility and am confused by the Setup program. There is an 'APPLE HDD Media HTS541010A9E662' entry in the list, with a "MacIntoshHD" paragraph below, and both have different information displayed... I ran check disk on the higher level entry and it seems to be out very well ("the Volume Recovery HD seems to be OK"), but I haven't run one on the low level input as it says my computer may be "slow and unresponsive" while doing so, and I'm not entirely sure of what use there.

    It cannot be storage associated with as I stil have 610 gb of free 1 terra (although a large part of what I have (130 GB) is in the other category for a reason any).

    How to fix the slow down time and start. | MacTip.net

    Resolve startup issues and perform maintenance on disk with disk utility and fsck

    Difficulty of slow start in OS X | MacFixIt - CNET Reviews

    Repair the hard drive and permissions - Yosemite, Mavericks, Cougar or Lion

    HD recovery start:

    Restart the computer after the ring, press in and hold the ORDER et R keys until the menu screen to appear.

    Repair

    When the recovery menu appears, select disk utility and press the continue button. Disk utility charges and select Macintosh HD entry indented from the list on the left.  Click the first aid tab, and then click the repair disk button. If disk utility reports any errors that have been corrected, then again run repair disc until no errors are reported. If no errors are reported, click repair permissions . Wait until the operation is complete, then quit disk utility and return to the main menu. Select restart from the Apple menu.

    Ways to help make a slow Mac faster

    17 reasons why your Mac runs slower than expected

    Slow performance of Mac? This Article addresses!

    Difficulty of slow start in OS X | MacFixIt - CNET Reviews

    How to fix the slow down time and start. | MacTip.net

    6 easy tips to speed up OS X Yosemite on your Mac.

    Avoid using third-party software that claims to clean your computer. This software does more harm than good. In addition, you don't need it. Note that all computers become slower over time even in the normal conditions of use. Generally, the experienced users erasing the hard drive and do a clean install from scratch at least once a year or every time that the installation of a major upgrade of the OS. Well sure doing so also means that you need to maintain regular and several backups.

    Add more RAM or reduce the number of simultaneously executed from applications and utilities. Remove unnecessary software such as anti-malware and that promises to clean your Mac. Look for the runaway process: Runaway applications can shorten the battery life, affect performance and increase the heat and fan acti... See also:

    Before Mavericks

    Open the activity monitor in the Utilities folder.  Select all processes in the drop process .  Click the % CPU column heading twice to display in descending order.  If find you a process that uses a large amount of time processor (> = 70,) then select the process, and then click the quit icon in the toolbar.  Click the force quit button to kill the process.  See if that helps.  Don't forget to mention the name of the runaway process, so you can find the cause of the problem.

    Mavericks and later versions

    Open the activity monitor in the Utilities folder.  Select all processes in the menu display .  Click the CPU tab in the toolbar. Click the % CPU column heading twice to display in descending order.  If you find a process that uses a large amount of CPU %, then select the process, then click on the quit icon in the toolbar.  Click the force quit button to kill the process.  See if that helps.  Don't forget to mention the name of the runaway process, so you can find the cause of the problem.

    The ultimate solution

    Back up everything, wipe the drive, reinstall OS X and restore your data from backup. Reinstall the third-party software of original/zero media.

    Start the computer in Safe Mode, and then restart normally. It will be slower than a normal startup.

    MacIntel: Reset of the controller (SMC) system management

    Reset the PRAM and NVRAM on your Mac.

    Now, download and install the update of OS X Mavericks 10.9.5 (Combo)

  • Mail is stuck in a loop, force quit/restart it closes, and then when I opened the Mail once again, the cycle starts over.

    I am El Capitan OS X 10.11.3, Mail is stuck in a loop, I was responding to a message, and I tried to send it. Now, he presents this message, and then switch to another message / desktop /, mail inbox home screen, then the loops again.   Force quit and restart it closes, then when I open the Mail once again, the cycle starts over.

    I can't use the mail app at all.

    Open the menu go with down option - Open Library - containers and move the folder "com.apple.mail" on the desktop.

    Restart your Mac and check if it works very well.

  • I click analyize it is said you should defragment this volume then I run imediatlly once again and he said that I should defragment. Once again

    Original title: Disk Defragmenter

    I click analyize it is said you should defragment this volume then I run imediatlly once again and he said that I should defragment. again, I have windows Xp IE8 and Ms s essentials do it please answer very clear, I'm not very good with computers, I'm an old guy, thank you.

    Hi RichSQL,

    Follow these methods.

    Method 1: Follow these steps:

    Step 1: Relocation of defragmentation

    (a) in the disk, find the directory c:\Windows\Inf. If the system directory is not on the c: drive or not named Windows, find by clicking on "Start", then "run" and type %Windir%\Inf in the area.

    (b) find the file called dfrg.inf.

    (c) right click on the file and select "install".

    Step 2: Repair defrag

    un) Click on "Start", then "run", run this command: regsvr32 dfrgsnap.dll.

    (b) click "Start", then "run" and execute this command: regsvr32 dfrgui.dll.

    (c) run Defrag.

    Method 2: Follow the steps in the article.

    Disk Defragmenter does not work on a Windows XP-based computer

    http://support.Microsoft.com/kb/922379

Maybe you are looking for

  • Qosmio G20 = video cable component and videos in high definition with Pinnacle

    Dear everybodyI bought my Qosmio G20-120 of the Poland that came with D video cable SCART. This cable is only capable of transferring video signals (CVBS) which is pretty useless, because Qoismio already has a S-video out... What is the best simple v

  • Graphics broken on Qosmio G30

    I brought a G30 two years ago and last year the graphics card broke. It happened just as the warranty ran out so I had to pay £600.00 for repair. Two weeks ago, that the graphics card has beaten once again, contacting the store, they said that Toshib

  • pipelining in FPGA Rio

    Just a simple question about the pipelining. I have a simple calculation. What will be called a scalar product of two vectors X 1 and W1 giving X X 1' where ' is transposed. I have the joint programme. I could improve this program by introducing a ti

  • When I try to play a CD or DVD, the door opens and I get a message "insert a support and try.

    When I try to play a CD or DVD, the door opens and I get a message "insert a support and try. But the anti-virus scan of the device and report No. ERROR. Only play is not possible When I try to play a CD or DVD, the door opens and I get a message "th

  • Library of cascades - lost in space

    I'm working on two projects using Baath (Backend as a Service) of native applications of Cascades renamed. There are several Baath - providers out there, but the SDK / BB10 missing libraries. So I'm working on Baath - BB10 SDK work with Kinvey and St