TMG Management Console Script Error

Hello
I am receiving a script error when I am trying to access the TMG Management Console. I have uploaded a screenshot of the error message here:
http://imageupload.org/?d=4D9EC4081
I hope it works :)
OS: 2008 R2 SP1
TMG Standard 2010 SP1
Virtual server on Citrix XenServer 5.6

Other option is to edit a file.
* Open "C:\Program Files\Microsoft Forefront Threat Management Gateway\UI_HTMLs\TabsHandler\TabsHandler.htc"
  * Search for the 3 lines which contain "paddingTop", and remark-out each of them by adding "//" in the begining.
  Example: Change the line: 
m_aPages [niPage].m_tdMain.style.paddingTop = ((m_nBoostUp < 0) ? -m_nBoostUp : 0) ;
  into: 
// m_aPages [niPage].m_tdMain.style.paddingTop = ((m_nBoostUp < 0) ? -m_nBoostUp : 0) ;
  * Save the file, and re-open TMG management console.
AFter that TMG will work in IE9
This solution works very fine and is a lot more efficient than downgrading IE.
Carsten Spangsberg

Similar Messages

  • Exchange Management Console Initialization Error

    Hi I been round a week looking on the Web for a solution but after try a lot of solution and anyone solve my problem I desire to make a Post here. I have Exchange Server 2010 Running over Microsoft Server 2008 R2, after 3 week running good I install a SSL
    Certificate and; add Verbose and servername.mydomainname.com to the send connector for Helo because some email do not get delivery for some Domains. After those changes I make a server Reset and then Bummmm, The OWA do not work, the EMC do not open and Show
    me the next error:
    The following error ocurred when searching for On-Premises Exchange server:
    [servername.mydomainname.com] Connecting to remote server failed with the following error message : The WinRM client cannot process the request. It cannot determine the content type of the HTTP response from the destination computer. The content type is
    absent or invalid. For more information, see the about_Remote_Troubleshooting Help topic. It was running the command 'Discover-ExchangeServer -UseWIA $true -SuppressError $true'.
    Thanks of God my Outlook is still running if not my boss kill me or fired me. All ideas are really wellcome.

    Hi Amy Wang, thank you for your help:
    1- The ExchangeInstallPath variable is pointing to C:\Program Files\Microsoft\Exchange Server\V14\
    2- The
    Path of the PowerShell virtual directory is  point to the C:\Program Files\Microsoft\Exchange Server\v14\ClientAccess\PowerShell directory .
    3- I don't know how to check if the Application Pool for PowerShell is changed because I don't know what
    are the default setting.
    Thank you very much for your help and do you have any idea what else can give me this problem???
    Regards 
    Fernando Hernandez

  • Forefront TMG 2010 Error from management console

    Hi,
    I am having a problem connecting to a TMG 2010 array from an installation of TMG management console we are receiving the error 'Refresh Failed' 'Error 0x80070057' ' The Parameter is incorrect'.
    The only article i can find on this error is this http://support.microsoft.com/kb/2591719 which doesn't seem to apply to our setup or this problem but I have applied Service pack 2 anyway but still get same error. The only other thing i can find is
    a few people saying the management console needs to be at the same version as the TMG servers you are trying to connect to but I cannot see how this can be done as when I try to run the service pack on the machine with only the management console I get an
    error as the full installation is not there.

    Hi,
    Firstly, have you found any related information in the event logs?
    Nest, you can check the version of the TMG server from the TMG help menu, TMG system node or using Control Panel. For more detailed information, please refer to the link below:
    How to Determine Which Version of TMG
    Server 2010 Is Installed
    In addition, what hotfix rollup or Server pack have you installed? Please refer to the recommended order below:
    Forefront TMG 2010 Service Pack, Rollup, and
    Version Number Reference
    Best regards,
    Susie

  • IDOC Error in SM58 and Management Console

    Hi Guys,
    Good day!
    I am currently having issues on sending IDOCs to BODS.
    There are instances that an IDOC gets stuck or ends up with an error in transaction code SM58. In transaction WE02, the IDOC is
    successfully processed with status 03. In a set of IDOCs (10 or more), one IDOC is in error in SM58, usually the first IDOC gets the error and the next IDOCs are successfully processed. The error received in SM58 displays the following:
    Error 1: R3RfcClient(DI_CLIENT)ActaIDocFunc::Process()...
    Error 2: CPIC-CALL ThSAPCMRCV no data received
    However, the client interface is active/running.
    In the management console, the error Logs-History displays the following:
    (14.0) 04-08-14 23:32:51 (E) (8060:3868) Unknown: SP(INVOICE_001, ABC:1234)::flowThread() Flow became
    invalid during waiting for request (BODI-300137)
    (14.0) 04-08-14 23:32:51 (E) (8060:9356) Unknown: R3RfcClient(RFC_CLIENT_INTERFACE) ActaIDocFunc::Process()
    encountered processing error for Requeste(15149) (Communication Error. See real time job log for details.) (IDOC 0000001234567890/ABCDE). (BODI-300129)
    For the Real-Time Services log, the following is displayed:
    (14.0) 04-08-14 23:32:39 (E) (70684:47620) RUN-051005: |Session REALTIME_INVOICE|Data flow DATAFLOW_INVOICE|Loader query_IDOC_DETAILS Execution of <Regular Load Operations> for target <IDOC_DETAILS> failed. Possible causes: (1) Error in the SQL syntax; (2) Database connection is broken; (3) Database related errors such as transaction log is full, etc.; (4) The user defined in the datastore has insufficient privileges to execute the SQL. If the error is for preload or postload operation, or if it is for regular load operation and load triggers are defined, check the SQL. Otherwise, for (3) and (4), contact your local DBA.
    (14.0) 04-08-14 23:32:50 (E) (70684:68856) DBS-070401: |Session REALTIME_INVOICE|Data flow DATAFLOW_INVOICE|Loader query_IDOC_DETAILS ODBC data source <ABC\ABC,12345> error message for operation <SQLExecute>: <[Microsoft][SQL Server Native Client 10.0]TCP Provider: An existing connection was forcibly closed by the remote host. >.|<Regular Load Operations>|<IDOC_DETAILS>
    Given this, I would like to ask on how to eliminate this issue.
    Thanks,

  • Running package programmactically from console causes error if package uses connection in Connection Manager.

    Hello my friends:
    I attempted to run a few packages programmatically using the code and solution on this page:
    http://msdn.microsoft.com/en-us/library/ms136090.aspx
    I observed that the script and process failed when I use the connection in SSIS/SSDT connection Manager in Visual Studio 2013. Meaning if I create a Connection for the Project in the Connection Manager and use it on tasks.
    However, the project and packages will run just fine if I simply add individual connection to each task where needed and do not use the Connection manager.
    If I use the Connection Manager, I get this error: This only happens when I run the package programmatically,
    if I run the package directly from Visual Studio, I get no errors.
    Error Message:
    Error in Microsoft.SqlServer.Dts.Runtime.Package/ : The connection "{0E6E938E-B0
    84-45E6-9110-0D532BD61787}" is not found. This error is thrown by Connections co
    llection when the specific connection element is not found.
    Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline : Cannot find th
    e connection manager with ID "{0E6E938E-B084-45E6-9110-0D532BD61787}" in the con
    nection manager collection due to error code 0xC0010009. That connection manager
     is needed by "SQL Server Destination.Connections[OleDbConnection]" in the conne
    ction manager collection of "SQL Server Destination". Verify that a connection m
    anager in the connection manager collection, Connections, has been created with
    that ID.
    Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline : SQL Server Des
    tination failed validation and returned error code 0xC004800B.
    Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/SSIS.Pipeline : One or more co
    mponent failed validation.
    Error in Microsoft.SqlServer.Dts.Runtime.TaskHost/ : There were errors during ta
    sk validation.
    Connection Manager Screenshot:
    I am using that connection in an SQL Server Destination Task:
    And here is the code:
    class Program
    class MyEventListener : DefaultEvents
    public override bool OnError(DtsObject source, int errorCode, string subComponent,
    string description, string helpFile, int helpContext, string idofInterfaceWithError)
    Console.WriteLine("Error in {0}/{1} : {2}", source, subComponent, description);
    return false;
    static void Main(string[] args)
    string pkgLocation;
    Package pkg;
    Application app;
    DTSExecResult pkgResults;
    MyEventListener eventListener = new MyEventListener();
    pkgLocation =
    @"C:\Users\Administrator\Desktop\ExampleConnectionMgr\DataExtractionB.dtsx";
    app = new Application();
    pkg = app.LoadPackage(pkgLocation, eventListener);
    pkgResults = pkg.Execute(null, null, eventListener, null, null);
    Console.WriteLine(pkgResults.ToString());
    Console.ReadKey();
    Thank you everyone!

    I have confirmed that this problem, at least on the surface is caused by the lack of reference to the Connection in the Connection Manager as indicated by the error message.
    The solution here will require that the Connection is set directly within each task.
    If I simply set the connection in each task then the page runs just fine programmatically:
    I am also able to convert the Connection in the Connection Manager to Package Connection as shown in the screen shot below. This will override all references to the Connection Manager and make the connection local within each package or package
    task.
    Is there any other solution out there?
    Thanks again!
    Synth.
    This is exactly what I asked for in my previous post. Sorry if it wasnt clear.
    I guess the problem is in your case you're creating connection manager from VS which is not adding any reference of it to packages which is why its complaining of the missing connection reference
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page
    Hi my friend:
    Do you know how I can include the connection programmatically in code?
    I found this article but it is not very clear to me:
    I do not want to create a package in code, just the connection so that the program can run.
    Here is the article:
    http://msdn.microsoft.com/en-us/library/ms136093.aspx
    Thank you so much.
    Patrick

  • Getting error while opening Sun access manager console

    We are facing problem while accessing console of Sun Access Manager. We got No Page Found error whenever we try to access the Sun Access Manager console. We have tried restarting the directory server and web server but even that doesn�t help us. Following are the error that gets recorded in log files:-
    ERROR: AuthD init() com.iplanet.dpro.session.SessionException: AuthD failed to get auth session
    ERROR: Error creating service session java.lang.NullPointerException

    The ns-slapd.exe process belongs to the Directory Server. You should therefore check if your DS instance is set up properly.
    Michael

  • Please help: After removed a connector (nagios-connector) there is an error at the operations Manager Console

    Hello,
    after installing the nagios connecor and it doesn'work, i  try to remove it; with the powershell command remove-SCOMConnector. After removing it, Get-SCOMConnector shows me, that it doesn't exist:
    PS D:\> Get-SCOMConnector
    Name        : Network Monitoring Internal Connector
    DisplayName : Connector for populating network devices.
    Description :
    Initialized : False
    Name        :
    DisplayName :
    Description :
    Initialized : True
    Name        : SMASH Discovery Internal Connector
    DisplayName : Connector for populating SMASH devices.
    Description :
    Initialized : False
    Name        : Operations Manager Internal Connector
    DisplayName : A connector used by Operations Manager components to insert discovery data, please create your own connec
                  tor do not use this connector.
    Description :
    Initialized : False
    But when i take a look to the connectors in Operations Manager Console, it hangs, after a while i have this error:
    Date: 27.05.2014 10:04:43
    Application: Operations Manager
    Application Version: 7.1.10226.0
    Severity: Error
    Message: 
    System.NullReferenceException: Object reference not set to an instance of an object.
       at Microsoft.EnterpriseManagement.ConnectorFramework.EnterpriseManagementConnector.Reconnect(EnterpriseManagementGroup managementGroup)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.Query`1.GetUpdate(IndexTable indexTable, QueryUpdate`1 update, CacheCursor cursor, Range range, Int32 offset, Int32 groupLevel)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.QueryCache`2.GetUpdate(IndexTable indexTable, QueryUpdate`1 update)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.QueryCache`2.GetUpdate(CacheSession session, Boolean fullUpdate)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.QueryCache`2.FireUpdateEvent(CacheSession session, DateTime updateTime, Boolean dataChanged, Boolean fullUpdate, Boolean updatesOnly, IEnumerable queryResult)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.Query`1.FireUpdateEvents(CacheSession session, Boolean dataChanged, Boolean fullUpdate, ICollection`1 queryResult)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.Query`1.PostQuery(CacheSession session, IndexTable indexTable, UpdateReason reason, UpdateType updateType, Boolean dataChanged, DateTime queryTime, ICollection`1 queryResult)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.Query`1.InternalSyncQuery(CacheSession session, IndexTable indexTable, UpdateReason reason, UpdateType updateType)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.Query`1.InternalQuery(CacheSession session, UpdateReason reason)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Cache.Query`1.TryDoQuery(UpdateReason reason, CacheSession session)
       at Microsoft.EnterpriseManagement.Mom.Internal.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
    Can somebody help me fixing this error?
    Strange.. the powerShell Command "get-SCOMConnector" works.. but the console hangs (on loading) when i want to show the connectors...
    Kind regards
    Wolfgang

    Hi,
    I agree, we may need to remove the connector from OpsDB. In addition, here is blog regarding to the similar issue, hope it helps:
    Error: “Object reference not set to an Instance of an Object” System Center Operation Manager 2012 Connector.
    http://blogs.technet.com/b/birojitn/archive/2012/07/07/error-object-reference-not-set-to-an-instance-of-an-object-system-center-operation-manager-2012-connector.aspx
    Regards,
    Yan Li
    Regards, Yan Li

  • GP Preference Items Throwing "Could not find a part of the path" Error in GP Management Console

    Hello, 
    For background, I recovered two Server 2008 R2 Domain Controllers in the same domain from a JRNL_WRAP_ERROR
    using the BurFlags registry key as outlined in KB290762. The non-authoritative restore seemed to resolve NtFrs/replication challenges, as now the FRS and System logs are free from any major errors and "repadmin /showreps" output looks clean.
    As part of the cleanup process I am going through and checking all the policy objects. Policy objects that leverage group policy preferences are
    throwing an error when the settings are viewed in the management console:
    The following errors were encountered: 
    An unknown error occurred while data was gathered for this extension. Details: Could not find a part of the path 'C:\Users\administrator.YOURDOMAIN\AppData\Local\Temp\2\ny0ho1ht.tmp'. 
    This occurs for existing Group Policy Preference objects and those that are newly created. It is important note if I go to edit the policy in question
    the preference settings are available, it is viewing them in the management console that seems to be the issue. What concerns me here is that the file it is looking for is stored in the local temp directory and not the SYSVOL directory. With replication issues
    behind me I am not sure how to address this last piece of the puzzle.
    Any assistance in getting this squared away you be appreciated.
    Thanks!
    Jordan

    DCDIAG /C outputs the following error in relation to the VerifyEnterpriseRefrences test:
    Starting test: VerifyEnterpriseReferences
       The following problems were found while verifying various important DN
       references.  Note, that  these problems can be reported because of
       latency in replication.  So follow up to resolve the following
       problems, only if the same problem is reported on all DCs for a given
       domain or if  the problem persists after replication has had
       reasonable time to replicate changes.
          [1] Problem: Missing Expected Value
           Base Object:
          CN=DC04,OU=Domain Controllers,DC=YOURDOMAIN,DC=local
           Base Object Description: "DC Account Object"
           Value Object Attribute Name: msDFSR-ComputerReferenceBL
           Value Object Description: "SYSVOL FRS Member Object"
           Recommended Action: See Knowledge Base Article: Q312862
          [2] Problem: Missing Expected Value
           Base Object:
          CN=DC03,OU=Domain Controllers,DC=YOURDOMAIN,DC=local
           Base Object Description: "DC Account Object"
           Value Object Attribute Name: msDFSR-ComputerReferenceBL
           Value Object Description: "SYSVOL FRS Member Object"
           Recommended Action: See Knowledge Base Article: Q312862
          LDAP Error 0x20 (32) - No Such Object.
    I am evaluating the suggested KB now but am not sure it is related to the issue at hand but posted it for completeness. 
    All other tests pass. 

  • Enterprise manager console error

    Hi all
    when i launch the enterprise Manager Console from my xp Professional i get this error
    java.lang.reflect.InvocationTargetExceptionjava.lang.NoClassDefFoundError: oracl
    e/jdbc/OracleDriver
    My pc is a notebook with a partition c: with the system and the data partition d.
    i look into some bat file that launch some oracle application ant it seem that use the jvm distribuited with the oracle client 10g under oracle\product\10.2.0\client_1\jdk.
    Why doesn't works?
    Thanks!

    Hi all i try some solution but not works.
    The problem seems like oracle can't find or can't find the right version of java library therefore i think the solution is to set the right jvm for the oracle
    products but how i can do this?
    Any idea?
    Thanks!!!

  • Solaris 10 Management Console error

    I found an error in the new Solaris 10 x86 (11/04).
    I downloaded the free Software Express for Solaris x86 Platform (11/04) and installed it on a Dell 8600 P4 1.8 system. Fresh install of all software excluding OEM on a new hard drive. I was logged in as Root. Started the Solaris Management Console to do some initial NFS mounts. Expanded Storage->Mounts and Shares from within the Navigation window. In this same Navigation window clicking on �Mounts� gives the following error: �Unable to read security authorizations because of an unexpected error from the management server. CIM_ERR_FAILED�.
    Work around for now was to do a manual �mount� editing �/etc/vfstab�.
    ED :(

    Hello,
    I've the same problem, but I'm a Newbie to Unix. Unfortunately the Guides from the sun-homepage assume the Management Console Server to work. It would be very helpful for me to get some overview at the file-structure in Solaris 10 - best including were to find witch configuration-file and discription of their syntax. I could also do workarounds for my configuration-needs with that.
    Ok, rtfm, one could say, but perhaps it's no problem and someone who reads this can simply post a link to such an overwiev.
    thanks and greetings
    stefan

  • Solaris Management Console Error

    I have installed Solaris 9.0 and I am using Solaris Management Console 2.1. I am trying to change the shell of the 'root' user . When I make the change I get the following error message :
    "The management server cannot perform the operation requested
    if this problem persists, refer to the log Viewer for additional information and contact your Sun Microsystem support provider.
    The actual error reported was:
    User root was partially modified. See the error log for further details "
    I have seen that the changes requeted( change shell in this case) does actually take place although the SMC complains. Where is the error log and how do I see it ? I fail to understand why this happens. Any help will be appreciated.
    I have also noticed that when I make any changed to other users SMC does not complain.
    Thanks

    I have installed Solaris 9.0 and I am using Solaris
    Management Console 2.1. I am trying to change the
    shell of the 'root' user . When I make the change I
    get the following error message :
    "The management server cannot perform the operation
    requested
    if this problem persists, refer to the log Viewer for
    additional information and contact your Sun
    Microsystem support provider.
    The actual error reported was:
    User root was partially modified. See the error log
    for further details "
    I have seen that the changes requeted( change shell in
    this case) does actually take place although the SMC
    complains. Where is the error log and how do I see it
    ? I fail to understand why this happens. Any help will
    be appreciated.
    I have also noticed that when I make any changed to
    other users SMC does not complain.
    ThanksAdded on 10/23 :
    This is a part of the log : /var/sadm/wbem/log/wbem_log
    T^L�f\236�:^A�m��fym;^Ulogsvc.wbem.version.1^A�m�_�\236�C��CIMOM@#@2@#@0@#@N/A@#@localhost@#@sun02@#@1066871122857@#@CIM Object Manager Started@#@CIM Object Manager version 2.5.1 build 04/29/03:17:32 started@#@null@#@0@#@0@#@off@#@^A�m�"b�RC^A^ASolaris Management Console Server@#@2@#@0@#@root@#@sun02@#@sun02@#@1066871201263@#@Solaris Management Console server starts up.@#@Solaris Management Console server starts up on
    port 898.@#@
    The user SMC Service was logged in as role root.@#@0@#@0@#@off@#@^A�m�vjj�^A^E^A^A^A^AAuthentication Service@#@1@#@0@#@root@#@sun02@#@sun02@#@1066871233865@#@Session opened@#@A secure session was established for user "root" from host "sun02" with session identifier 1066871233422.@#@
    The user root was logged in as role root.@#@0@#@0@#@off@#@^A�m�\2127=/^B^[��UMgrProvider@#@0@#@2@#@root@#@sun02@#@sun02@#@1066871280383@#@Listing user(s) failed@#@The details for User root were not fully retrieved.
    The Users Full Name could not be returned due to an unknown reason.@#@@#@0@#@0@#@off@#@^A�m��}�d^C2��UMgrProvider@#@0@#@2@#@root@#@sun02@#@sun02@#@1066871283929@#@User modify failed@#@User root was partially modified. See the error log for further details.@#@@#@0@#@0@#@off@#@^A�m���\202^O^D,��UMgrProvider@#@0@#@2@#@root@#@sun02@#@sun02@#@1066873142980@#@Listing user(s) failed@#@The details for User root were not fully^Q�^Q^P^T�f�(^O^A�m��fym;^Ulogsvc.wbem.version.1^A�m�_�\236�C��CIMOM@#@2@#@0@#@N/A@#@localhost@#@sun02@#@1066871122857@#@CIM Object Manager Started@#@CIM Object Manager version 2.5.1 build 04/29/03:17:32 started@#@null@#@0@#@0@#@off@#@^A�m�"b�RC^A^ASolaris Management Console Server@#@2@#@0@#@root@#@sun02@#@sun02@#@1066871201263@#@Solaris Management Console server starts up.@#@Solaris Management Console server starts up
    on port 898.@#@
    Hope this helps !
    Thanks again

  • Error in starting SAP Systems at  SAP Management Console

    Hi,
    I have received the following error messages , after installed the "SAP NetWeaver Composition Environment 7.1 sp1"  run SAP management Console->SAP Systems-> start .
    after that ,the system ask me to logon on for webservice authentication,then i write my os user and password,but the system deny me,and the error  follow as:
    error messages:
    Start failed:2
    Permission denied
    I need help,
    best regards

    Hi
    You need to logon as <sid>adm and provide the password... if you try to start the service with a user without auth you'll get permission denied.
    User must be <sid>adm or a member of the Local or Domain Administrators
    Regards
    Juan

  • Error in opening SAP BODS 4.2 Management Console

    Hi All,
           I am getting the below error when I tried to open the Management Console in SAP BODS 4.2 SP1. Please help. Error is attached.

    Hi,
    Go to BIP Server->services.msc->Business objects data services->stop and restart the services.
    For Tomcat also stop and restart the services.
    Regards,
    Narasimha.

  • An error prevents the Change Management Upgrade script from executing

    I have Warehouse Builder 10g on a database 10g R1.
    On a server linux I have the repository, and on other server (Sun 5.9) I have runtimes for production.
    I want execute an upgrade deploy action on one object but I get this error:
    An error prevents the Change Management Upgrade script from executing successfully. We strongly advise that this Upgrade is UNDONE and the problem is investigated. Data loss may occur if you accept this Upgrade
    Any idea?
    Thanks,
    Fernando.

    I review the installation, it was made with a diferent user that database, I get same permission, restart runtimes service and problem was resolved.
    Fernando.

  • Management Console Error ! HELP !

    I just installed Solaris 10 and as of today whenever I open the Solaris Management Console and select Storage / Disks, I'm getting an error like "Attempt to retrieve a lists of disks failed. Error: CIM Timeout". This just started. I have 7 SCSI disks and all are powered up and none appear to have failed. I have mount points associated with all of them and I can access files on them. On the last reboot, the system would not boot and required me to run restore_repository.... Any ideas as to how to troubleshoot this ? Yesterday, I ran newfs on disks 1 - 6, disk 0 is my boot disk. I mounted the filesystems and all appeared be be fine until now. Any thoughts are sincerely appreciated ! Randy

    CLOSE THIS ISSUE.... This is loaded on the SPARC platform. Apparently what was happening, I had left a CD in the drive, and for some reason, although the SMC does not show CDROM devices, it was taking forever to read the CD although I could execute anything from the disk. Anyway, I removed the CD, rebooted, and all was well. Thanks for the tip though. I am already noticing several bugs throughout the system, so maybe I should have stuck with 8 or possibly 9..... Thanks for the help, it is much appreciated ! Randy

Maybe you are looking for

  • Confirmation of sensitive filed of customer master

    Hi all Is that possible to BLOCK or NOT TO CREATE a sales order, if confirmation of sensitive filed of customer master yet to confirm ? Is that need user exit or can we do Configuration. Need your suggestions. Regards, Nagesh

  • Information about MD101HN/A 13-inch MBP

    I'm from India. I'm planning to buy MD101HN/A 13-inch MBP. Please help me with complete details of the product and whether there is any problem with buying this one at this point of time. I want to know which generation the processor is of and whethe

  • Transfer and edit of VHS tapes

    I am re-starting a delayed project I began several months ago, transfering and editing VHS tapes to DVD.  The support from the forum was extraordinary, and I'm recreating what I learned to begin anew. There is one item that I never was clear on, but

  • How to initialize a variable

    Hi, I'm trying to initialize a variable due to an error but I don't know how to do it. I have the following code: public class Multimedia String titulo; String autor; int duracion; Multimedia(String titulo, String autor, int duracion) this.titulo=tit

  • Certain songs will sync but not load?

    Certain songs in my recently added will sync to my iPhone but not load (i.e. titles are in gray, will not play when I click on them). How can I fix this? All of the songs are checked, I have tried with my iCloud on and off and it won't work either wa