Install Oracle9i on W2k : areasQueries component could not be installed

I successfully downloaded the "Oracle9i Database Release 2 Enterprise/Standard/Personal Edition for Windows NT/2000/XP", and unzip the three zip file to directory disk1,disk2, and disk3. I run setup.exe on Windows2000 server(sp2), but universal installer told me the areasQueries(generalQueries,SIDQueries etc) component could not be installed, and the installation could not go on successfully. Could anybody help me?

Your install resource path has chinese filefolder.Change it then ok!

Similar Messages

  • SAPGui component could not be instantiated

    I use SAPScripting ActiveX (SAPGUI640) in Delphi development tool.
    For SAP login, I call the function GuiApplicationWork.OpenConnectionByConnectionString.
    With Windows2000, it's running perfectly
    With WindowsXP Professional, the error "SAPGui component could not be instantiated" is displayed when we try to execute this function (GuiApplicationWork.OpenConnectionByConnectionString).
    But when I run a consice software with only this function call, it's OK...
    Where come from this error ?
    Tanks in advance for your answer!

    for a good understanding of the problem, please find below
    a test program.
    Steps for tests :
    1- launch test program
    2- press button 1  -> SAP screen will be displayed
    3- press button 1 again -> SAP screen disappears
    4- press button 2  -> Oracle connexion OK (Panel1 = green)
    5- press button 1  -> SAP connection attempt -> error message "SAPGui component could not be instantiated"
    6- press button 2  -> Oracle disconnexion (Panel1 = red)
    7- press button 1  -> SAP connection attempt -> error message "SAPGui component could not be instantiated"
    Conclusion : after one Oracle connexion, all SAP connexion attemps are in error
    unit FMain;
    interface
    uses
      Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
      Dialogs, StdCtrls, OleCtrls, SAPFEWSELib_TLB, DBXpress, DB, SqlExpr,
      ExtCtrls;
    type
      TFormMain = class(TForm)
        Button1: TButton;
        Button2: TButton;
        Panel1: TPanel;
        procedure Button1Click(Sender: TObject);
        procedure Button2Click(Sender: TObject);
      private
        { Déclarations privées }
        ASQLConnection: TSQLConnection;
        SAPGuiApplication : TGuiApplication;
        SAPWorkConnection : GuiConnection;
        SAPWorkSession : GuiSession;
        SAPLogonDone : Boolean;
      public
        { Déclarations publiques }
      end;
    var
      FormMain: TFormMain;
    implementation
    {$R *.dfm}
    procedure TFormMain.Button1Click(Sender: TObject);
    var
      I : Integer;
    begin
      if SAPLogonDone = False
      then
      begin
        SAPGuiApplication := TGuiApplication.Create(Self);
        try
          SAPWorkConnection := SAPGuiApplication.OpenConnectionByConnectionString('xxx.xxx.xxx.xxx 00',True,True);
          SAPLogonDone := True;
          SAPWorkSession := SAPWorkConnection.Children.Item(0) As ISapSessionTarget;
          (SAPWorkSession.FindById('wnd[0]/usr/txtRSYST-MANDT', GuiTextField_) As GuiTextField).Text := '500';
          (SAPWorkSession.FindById('wnd[0]/usr/txtRSYST-BNAME', GuiTextField_) As GuiTextField).Text := '*****';
          (SAPWorkSession.FindById('wnd[0]/usr/pwdRSYST-BCODE', GuiTextField_) As GuiTextField).Text := '*****';
          (SAPWorkSession.FindById('wnd[0]/usr/txtRSYST-LANGU', GuiTextField_) As GuiTextField).Text := 'EN';
          SAPWorkSession.SendCommand('/0');
        except
        end;
      end
      else
      begin
        for I := 0 to SAPWorkConnection.Sessions.Count -1 do
          SAPWorkConnection.CloseSession(SAPWorkConnection.Sessions.ElementAt(I).Id);
        SAPGuiApplication.Free;
        SAPLogonDone := False;
      end;
    end;
    procedure TFormMain.Button2Click(Sender: TObject);
    begin
      Panel1.Color := clRed;
      if ASQLConnection = nil
      then
      begin
        try
          ASQLConnection := TSQLConnection.Create(Self);
          ASQLConnection.ConnectionName := 'OracleConnection';
          ASQLConnection.DriverName := 'Oracle';
          ASQLConnection.GetDriverFunc := 'getSQLDriverORACLE';
          ASQLConnection.LibraryName := 'dbexpora.dll';
          ASQLConnection.LoginPrompt := false;
          ASQLConnection.VendorLib := 'oci.dll';
          ASQLConnection.Name := 'SQLConnection1';
          ASQLConnection.TableScope := ;
          ASQLConnection.LoadParamsOnConnect := false;
          ASQLConnection.Params.Loadfromfile('c:TestsInifilesdbxconnections.ini');
          ASQLConnection.Connected := True;
          Panel1.Color := clGreen;
        except
        end;
      end
      else
      begin
        ASQLConnection.Connected := False;
        ASQLConnection.Free;
        ASQLConnection := nil;
      end;
    end;
    end.
    /code

  • Can only open firefox as admin, otherwise get error to say a security component could not be initilaised. Have tried deleted cert8 file but it is not recreated and still will not open

    Had problems with os and now can not open firefox unless I run as admin. Error appears - Could not initialise the application's security component. The most probable cause is problems with files in your browser's profile directory. Please check that this directory has no read/write restrictions and your hard drive is not full or close to full. It is recommended that you exit the browser and fix the problem. If you continue to use this browser session, you might see incorrect browser behaviour when accessing security features.
    I have tried deleting the cert8 db file but it is not recreated when I start firefox again. HD has lots of room. Can you suggest anything else to try please?
    thanks, mandi

    If deleting or otherwise removing the cert8.db and secmod.db file doesn't help then try a new profile.
    *https://support.mozilla.org/kb/Could+not+initialize+the+browser+security+component
    Create a new profile as a test to check if your current profile is causing the problems.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer some files from an existing profile to the new profile, but be careful not to copy corrupted files.
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • When Firefox loads I get an error saying 'the applications security component could not initiallize'. I have a 64-bit PC based system.

    When I load Firefox I get an error message that tells me that the application security component could nt be initiallized. The suggestion from the error meddage was to see if there is a read/write restriction for the application profile directory. I have looked and found no such restriction on that directory. Firefox will load and allow me to look on the web, but many of the functions do not work. I have a 64-bit system using Windows 7 (64-bit version).

    Rename secmod.db (secmod.db.old) in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Profile Folder] in case there is a problem with the file.
    You may have to rename cert8.db (cert8.db.old) as well.
    Firefox will create new files.
    The file cert8.db stores user certificates and intermediate certificates send by websites, so if you have certificates that you want to keep then you may want to export them now and import them after having removed cert8.db.
    See Tools > Options > Advanced > Encryption: Certificates: View Certificates
    If that works then you can delete the renamed files or undo the changes if you want to revert the process.
    Also make sure that you allow the loopback connection with the Software Security Device in the firewall.<br />
    * [[Firefox makes unrequested connections]]

  • ActiveX component could not be created in Windows 7 64bits, with Microsoft Office 2010 Sp132 bits

    Good day to everyone:
    We are experiencing an issue during the installation of a software for one of our clients. The software is EVSpc 5.0 builded in 32 bits version and provided by the MassHealth department for insurance verifications purposes.
    The operative system in most machines is Windows 7 Professional 64 bits (which has C:\Program Files AND C:\Program Files (x86)), the Microsoft Office is 2010 SP1 32 bits. All office applications work perfectly in the system.
    We run the installation of the software as the local Administrator (just as the installation instructions manual refers) and the installation it is completed. Then according the manual we have to refer the ODBC data sources to select the Microsoft Access
    Driver (*.mdb) and the route of the database file (Access file) in the server. Finally we run the registration file to perform modifications in the registry. This is the registry file instruccions:
    Windows Registry Editor Version 5.0
    [HKEY_CURRENT_USER\Software\VB and VBA Program Settings]
    [HKEY_CURRENT_USER\Software\VB and VBA Program Settings\EVS]
    [HKEY_CURRENT_USER\Software\VB and VBA Program Settings\EVS\EVS]
    "EquipmentID"="PCX33333"
    "InstallPath"="C:\\Program Files \\EVSpc50\\"
    When we tried to use the software this error message pops up:
    "ActiveX component can't create object Exception in callAIMLoginService Error Handle Error Number=429 Error on LastDllError=0 Error HelpContext=1000429"
    We have tried different suggestions found on Internet. Repairing the Office suite, Change the permission for the regedit file, register manually the dao360.dll, etc
    We called the IT depaartment of MassHealth and the IT person in charge has left the job, and nobody knows why it isn't working.
    Any help will be appreciated. Thanks.

    You will have to locate and contact the software engineering team that put this package together.  It is impossible to tell you what the problem is without the software engineers' detailed knowledge of the program.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. ”

  • Flex 4 mx:Component could not resolve

    Hi, I am using flash builder 4 to run sample application from "Getting Started with FLEX 3", but the code can't run because there is one place that FB4 can't resolve, I guess this is because the library has been obsolete but after a tons of search I can't find the solution.
    Thanks. Bin

    <fx:Component
    Alex Harui
    Flex SDK Developer
    Adobe Systems Inc.
    Blog: http://blogs.adobe.com/aharui

  • SQL version could not be verified error while installing the SCOM 2012 R2 reporting component

    I have the below SCOM server roles in my SCOM 2012 R2 set up
    1) All servers with Windows Server 2008 R2 SP1, MS - SCOM1, DB & DW - DB1, Reporting Server - DB2
    2) All the DB servers with SQL 2012 SP1
    3) Windows firewall is turned off on all the servers.
    4) Success fully installed all the components except SCOM reporting.
    While installing the SCOM 2012 R2 reporting component on DB2 ( Iam running this set up on the server where I instllaed the SQL DB engine and reportin services in Native mode. Configured the SQL reporting database and reporting URLs successfully in SQL reporting
    configuration manager) getting the below error in the Rporting server instance page. Kindly advise.
    I ran mofcomp.exe and there is no firewall restrictions. My account also has DB owner & sysadmin permissions.
    Also tried re installing the SQL on Reporting server.
    "The installed version of SQL Server could not be verified or is not supported. Verify that the computer and the installed version of SQL Server meet the minimum requirements for installation, and that the firewall settings are correct. See the Supported
    Configurations document for further information".

    Hi,
    As far as I know, after installing SSRS, we don't need to configure the database and reporting URLs manully. When we install the reporting service for SCOM, it will configure those automatically.
    If possible, you may re-install SSRS and then install SCOM reporting service.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • WHEN TRYING TO PURCHASE FROM iTUNES ALWAYS RECEIVE A POP-UP STATING "COULD NOT PURCHASE (name of song) A REQUIRED iTUNES COMPONENT IS NOT INSTALLED (-42404) TRY AGAIN" EXPERIENCED THIS FALL OF 2012 AND THEN SOMEHOW CLEARED UP NOW HAVE SAME PROBLEM. ???

    WHEN TRYING TO PURCHASE FROM iTUNES I ALWAYS RECEIVE A POP-UP  "COULD NOT PURCHASE (NAME OF SONG) A REQUIRED iTUNES COMPONENT IS NOT INSTALLED (-43404) TRY AGAIN. EXPERIENCED THIS DURING FALL OF 2012 AND HAD NO SATISFACTION AND AFTER A PERIOD OF 4-6 WEEKS TRIED AGAIN AND ALL WAS CORRECTED SOMEHOW. LAST PURCHASE WAS DEC 28TH 2012. NOW MARCH 2013 CANNOT PURCHASE AGAIN. WENT INTO ACCOUNT AND MADE SURE ALL WAS UPDATED BUT STILL NOT ABLE TO PURCHASE. ANY HELP WOULD BE GREATLY APPRECIATED.

    Reinstall iTunes

  • Itunes application could not open. Required iTunes component not installed

    After 3 weeks of frustration, I would greatly appreciate any help anyone may be able to offer.
    I have been attempting to sync my new iphone to itunes. Initially, I received the message *"This iphone cannot be used because the required software is not installed"* when itunes started.
    I spent a week trying to fix this error, following suggestions to completely remove all apple software and reinstall, login as a different user, and disable startup programs including antivirus/firewalls (see *http://discussions.apple.com/thread.jspa?messageID=6326342*). After a week of frustration, I decided to wait for itunes 8, hoping it may resolve my issue.
    I installed itunes 8, and now itunes will not boot, with the message *"The itunes application could not open. A required itunes component is not installed"*. I followed the instructions in this post: *http://discussions.apple.com/thread.jspa?messageID=8056494&#8056494*, without success.
    I rang the Apple tech support line, and the tech support person was not able to fix my issue. I was told that they did not know what was wrong, and that I should reinstall Vista, or contact Microsoft. I am very reluctant to do so, as I do not wish to risk losing my otherwise stable system, not to mention hours and hours of installation time.
    I have never had the experience of having such a high value product (iphone) not working, and being told it was essentialy 'my problem'. I would greatly appreciate any suggestions. I have not been able to sync my iphone with my PC for 3 weeks now, and I am becoming very frustrated. I feel quite abandoned by Apple. I love my iphone, but there is no question that this experience will make me think twice about an Apple product in future.
    Thanks in advance,
    Bartek.
    Message was edited by: monkeymagic66

    Solution: It appears that Quicktime and iTunes versions got out of sync.
    1) Uninstall Quicktime.
    2) Download and install an older version of Quicktime (7.5.5 to be exact)
    FIXED! Hope this helps the next person

  • The ipod could not be synced because the sync session failed to start. A required iTunes component is not installed. Please repair or reinstall iTunes. (42404) I tried uninstalling, reinstalling, and repair. This is the newest version 11.0.1  Please help!

    I do not know what to do about this please help!
    -Sync session failed to start

    Try:
    Sync Session Failed to Start iTouch iOS5: Apple Support Communities
    iphone could not be synced sync session failed to start...: Apple Support Communities

  • I have been using itunes on my windows based pc for years but since installing the latest itunes update I have been getting the error message A required itunes component is not installed. Please reinstall itunes. (-42404)

    I have been using itunes on my windows 64 bit laptop for years but since downloading the latest itunes 10.7 update whenever I opened itunes the error message 'A required itunes component is not installed. Please reinstall itunes (-42404)'
    Itunes would still load and play music in my library and I could still sync my ipod but when loading a CD itunes would not recognise the album/tracks and I would need to type them manualing after uploading.
    I have just bought the new iphone5 and went to sync the phone with itunes. itunes recognises the iphone when plugged in via the usb port or when wi fi is turned on but itunes will not allow the phone to sync.
    I spent over an hour the other morning speaking to apple customer support and have ensured I have administer right and that UAC is turned off.
    I was taken through msconfigure and adjusted the startup tab but still no joy.
    In the end I was e-mailed instructions on how to uninstall and then reinstall itunes and component parts.
    Now that I've uninstalled itunes when I try reinstalling I get the following messages during the download.
    The 1st message is;
    'The installer has insufficient privileges to modify this file C:\Program Files (x86)\Common Files\Apple\Apple Application  Support\Web kit.resources\inspector\Images\Spinner Inactive Selected.gif.'
    When I click ok the next message that appears sometime later during the install is;
    Service 'Apple Mobile Device' (Apple Mobile Device) Failed to start Verify that you have sufficient privileges to start system services.
    The options I have are to abort, retry or ignore. If I retry the same message comes back and if I  abort or ignore the download continues and I then get the following message:
    'Apple Application Support was not found. Apple Application Support is required to run itunes Helper. Please uninstall itunes, then reinstall itunes again. Error 2'
    After attempting to reinstall itunes only some components were installed however itunes would not open.
    It would appear many people have experienced problems with this latest download!

    'The installer has insufficient privileges to modify this file C:\Program Files (x86)\Common Files\Apple\Apple Application Support\Web kit.resources\inspector\Images\Spinner Inactive Selected.gif.'
    That one's consistent with disk/file damage. The first thing I'd try with that is running a disk check (chkdsk) over your C drive.
    XP instructions in the following document: How to perform disk error checking in Windows XP
    Vista instructions in the following document: Check your hard disk for errors
    Windows 7 instructions in the following document: How to use CHKDSK (Check Disk)
    Select both Automatically fix file system errors and Scan for and attempt recovery of bad sectors, or use chkdsk /r (depending on which way you decide to go about doing this). You'll almost certainly have to schedule the chkdsk to run on startup. The scan should take quite a while ... if it quits after a few minutes or seconds, something's interfering with the scan.
    Does the chkdsk find/repair any damage? If so, can you get an install to go through properly afterwards?

  • Code could not be generated because an external component or driver is missing

    Greetings All,
         I've using Labview for a little over a year and I have an interesting situation with regards to Labview that I came across today.  When I left off yesterday (01/11/12) my TestStand sequence was compiling fine.  Today for some reason the compiler told me that one of the VI was broken or missing a sub vi.  When I made my way through all the sub vi's in the vi that seemed to be a problem I came across "Code could not be generated because an external component or driver is missing".
         The problem started on the computer (NI PXI-8101 with WinXP and Labview 2010) located in a PXI-1044 that is in my Test Stand.  I have a complete backup on my laptop and my desktop computer which both compiling successfully with no errors.  I tried installing the directory on another PXI-8101 and got a different set of results.  The first PXI-8101 gave 100+ errors in TestStand pointing to one of my vi's and the other PXI-8101 reported only one (1) error.  The vi is basically using DAQmx vi's to create a "write to one line" action.  I'm kind of stumped as to why it works on the laptop/desktop and not the PXI computers.  All four computer are WinXP professional and Labview 2010.  I saw somethings through google search engine but nothing conclusive.  I'm hoping that someone can give me an explaination as to what is causing the error as described.  Even if I copy over the directory it doesn't fix the problem.  Thank you in advance for an information you provide with this rather interesting problem that I've encountered.  If you require addition information let me know.
    Regards,
    Scott
    Solved!
    Go to Solution.

    Greetings Beau,
         Thank you for the reply.
         I loaded the offending VI into Labview (2010) with TestStand inactive.  Of course this was after I completely shutdown the computer and re-booted to ensure that nothing was resident in memory.  I've included a couple of the error list boxes in this post. 
         It comes down to a subvi that is two (2) subvi's deep.  All these vi's are doing is commanding a write or read to and from the PXI-6509.  When I check the VI at the level that has no broken run arrows (named below), nothing in the block diagram looks out of place as it should since these were installed by Labview installation.  The vi that uses these vi's looks total normal and its block diagram doesn't have anything out of the ordinary yet the run arrow is broken.  The odd part of this is that the top of the window that states the filename of the vi has an astrex at the end of the filename, even though nothing has changed in that vi.  
    Here is a list of the deepest level that has no broken run arrow:
    DAQmx Create Channel (DI-Digital Input).vi
    DAQmx Start Task.vi
    DAQMX Read (Digital Bool 1Line 1Point).vi
    DAQmx Clear Task.vi
    DAQmx Create Channel (DO-Digital Output).vi
    DAQmx Write (Digital U8 1Chan 1Samp).vi
         I guess the real question is what is the error message ("External component or driver missing") really telling me if all of the vi's look right.  I appreciate any information you can send my way that will give me a better understanding of where this error is coming from.  The program I developed had been running without a hitch for a month an all of sudden crash.
    Thank you for your time in this matter.
    Scott
    Attachments:
    Write to one port broken VI error list.JPG ‏47 KB
    Readfrom one line broken VI error list.JPG ‏46 KB
    Broken_VI_Error_Screen.JPG ‏56 KB

  • SCCM 2012 R2 Install - SMS_NOTIFICATION_SERVER install fail - bgbisapi.msi could not install

    Installed SCCM 2012 R2 Primary Site on the D: drive on a Windows 2012 R2 server. The install went as expected but when I open the Component Status, there are a number of Error messages which pertain to the failed installation of the SMS_NOTIFICATION_SERVER:
    "Site Component Manager failed to install this component, because the Microsoft Installer File for this component (bgbisapi.msi) could not install."
    Here is the error from BgbSetup.log:
    <01/16/15 14:53:55> Installing the SMSBGB
    <01/16/15 14:53:55> Passed OS version check.
    <01/16/15 14:53:55> IIS Service is installed.
    <01/16/15 14:53:55> SMSBGB already installed (Product Code: {A78E8003-2307-4B70-B7CD-1A07C0A31D21}).  Upgrading/Reinstalling SMSBGB
    <01/16/15 14:53:55> New SMSBGB is the same product code.  This is a minor upgrade.
    <01/16/15 14:53:55> Enabling MSI logging.  bgbisapi.msi will log to D:\Program Files\Microsoft Configuration Manager\logs\bgbisapiMSI.log
    <01/16/15 14:53:55> Installing D:\Program Files\Microsoft Configuration Manager\bin\x64\bgbisapi.msi REINSTALL=ALL REINSTALLMODE=vmaus CCMINSTALLDIR="D:\Program Files\SMS_CCM" CCMSERVERDATAROOT="D:\Program Files\Microsoft Configuration
    Manager" USESMSPORTS=TRUE SMSPORTS=80 USESMSSSLPORTS=TRUE SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1
    <01/16/15 14:54:04> bgbisapi.msi exited with return code: 0
    <01/16/15 14:54:04> Installation was successful.
    <01/16/15 14:54:04> CTool::RegisterComPlusService: run command line: "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegSvcs.exe" /u "D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll"
    <01/16/15 14:54:08> CTool::RegisterComPlusService: Failed to unregister D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
    <01/16/15 14:54:08> CTool::RegisterComPlusService: run command line: "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegSvcs.exe" /extlb /tlb:"D:\Program Files\SMS_CCM\microsoft.configurationmanager.bgbserverchannel.tlb" "D:\Program
    Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll"
    <01/16/15 14:54:12> CTool::RegisterComPlusService: Failed to register D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
    <01/16/15 14:54:12> Cannot register BGB server channel DLL D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll. Installation cannot continue.
    <01/16/15 14:54:12> Fatal MSI Error - bgbisapi.msi could not be installed.
    <01/16/15 14:54:12> ~RoleSetup().
    <01/16/15 14:54:21> ====================================================================
    From what I've read online this problem seems to be born of installing SCCm on the D: drive which throws dotNET. A few people seem to have had some luck with editing two of the dotNET files (regsvcs.exe.config and InstallUtil.exe.config) to include
    the following lines:
        <runtime>
            <loadfromRemoteSources enabled="true"/>
        </runtime>
    In pursuit of a fix, I took backups of both files and then made the change to regsvc.exe.config but I was unable to do the same with Installutil.exe.config (opening the file in Admin Notepad would only let me Save As...).
    Can anyone suggest what the problem could be? Am I barking up the wrong tree with the config file editing? Any info/advice would be much appreciated.
    Thanks!

    Hi,
    You could try to copy Installutil.exe.config and edit the copy-file. Then copy the edited file to replace the old file.
    Reference:ConfigMgr 2012 R2 – Notification Server Install Errors
    Note: Microsoft provides third-party contact information
    to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Best Regards,
    Joyce

  • SCCM 2012 - sms_notificaiton_server install fails, bgbisapi.msi could not be installed

    Hi,
    installed a SCCM 2012 R2 Primary site on a 2012 R2 server on the D: drive. Everything seemed to go well, however i am am now encountering issues with the SMS_NOTIFICATION_SERVER in that the site component manager is unable to install it. The status message
    viewer informs me that, "Site Component Manager failed to install this component, because the Microsoft Installer File for this component (bgbisapi.msi) could not install."
    When i check the Bgbsetup.log, i see the following lines: 
    <01/19/15 14:46:27> CTool::RegisterComPlusService: Failed to unregister D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
    <01/19/15 14:46:27> CTool::RegisterComPlusService: run command line: "C:\Windows\Microsoft.NET\Framework64\v4.0.30319\RegSvcs.exe" /extlb /tlb:"D:\Program Files\SMS_CCM\microsoft.configurationmanager.bgbserverchannel.tlb" "D:\Program
    Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll"
    <01/19/15 14:46:30> CTool::RegisterComPlusService: Failed to register D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll with .Net Fx 4.0
    <01/19/15 14:46:30> Cannot register BGB server channel DLL D:\Program Files\Microsoft Configuration Manager\bin\x64\microsoft.configurationmanager.bgbserverchannel.dll. Installation cannot continue.
    <01/19/15 14:46:30> Fatal MSI Error - bgbisapi.msi could not be installed.
    Having done a bit of reading, it seems a few other people have come accross this issue before:
    https://rikkoss.wordpress.com/2013/12/11/tip-do-not-change-the-default-installation-location-for-configmgr-2012/
    http://www.windows-noob.com/forums/index.php?/topic/7401-sms-notification-server-failed-critical-sccm-sp1-sql-2012-sp1/
    The solution for these folks seems to be to edit 2 files in the .Net folder,InstallUtil.exe.config and Regsvc.exe.config,
    and insert the following code:
    <runtime>
    <loadFromRemoteSources enabled=”true”/>
    </runtime>
    However, this hasn't worked for me and i'm still getting stuck with the same error messages. Since i'd really like to avoid reinstalling SCCM on the C: drive, can anyone suggest any possible solutions to this issue? 

    The MPsetup.log has this:
    <01/20/15 16:28:11>         ======== Completed Installation of Pre Reqs for Role SMSMP ========
    <01/20/15 16:28:11> Installing the SMSMP
    <01/20/15 16:28:11> Passed OS version check.
    <01/20/15 16:28:11> IIS Service is installed.
    <01/20/15 16:28:11> No versions of SMSMP are installed.  Installing new SMSMP.
    <01/20/15 16:28:11> Enabling MSI logging.  mp.msi will log to D:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log
    <01/20/15 16:28:11> Installing D:\Program Files\Microsoft Configuration Manager\bin\x64\mp.msi CCMINSTALLDIR="D:\Program Files\SMS_CCM" CCMSERVERDATAROOT="D:\Program Files\Microsoft Configuration Manager" USESMSPORTS=TRUE SMSPORTS=80
    USESMSSSLPORTS=TRUE SMSSSLPORTS=443 USESMSSSL=TRUE SMSSSLSTATE=0 CCMENABLELOGGING=TRUE CCMLOGLEVEL=1 CCMLOGMAXSIZE=1000000 CCMLOGMAXHISTORY=1
    <01/20/15 16:28:12> mp.msi exited with return code: 1603
    <01/20/15 16:28:12> Backing up D:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log to D:\Program Files\Microsoft Configuration Manager\logs\mpMSI.log.LastError
    <01/20/15 16:28:12> Fatal MSI Error - mp.msi could not be installed.
    and the MPmsi.log has this:
    MSI (s) (B0:E0) [16:37:14:660]: Invoking remote custom action. DLL: C:\WINDOWS\Installer\MSI23F6.tmp, Entrypoint: CcmRegisterPerfCounters
    [16:37:14] @@ERR:25001
    Internal Error 25001. 80070057
    MSI (s) (B0!F8) [16:37:14:676]: Product: BGB http proxy -- Internal Error 25001. 80070057
    CustomAction CcmRegisterPerfCounters returned actual error code 1603 (note this may not be 100% accurate if translation happened inside sandbox)
    Had a go at removing the MP, disabled the UAC and reinstalling the MP. Same result unfortunately...The server is temporarily housed in a block GPO OU so group policy shouldn't be an issue. Thanks for all the help so far!

  • Windows Deployment Services - Windows 8.1 Deployment Failure (Required Driver could not be Installed)

    Hello everyone,
    Give you a little background on the hardware/software which we are running to do a Windows 8.1 Deployment, we have an VM of Windows Server 2008 R2 with Windows Deployment Services installed and configured correctly. For the boot image it's a Windows 8.1
    WIM and as for the Install Image we have a base image of Win 8.1 with all drivers installed for an HP EliteBook 8540w , we Syspreped and then capture the image using the W2K capture on PXE to capture and upload the image to the server. This is where we first
    ran into the problem of connecting to the server and had to inject the lan drivers to have network connectivity. After the image was uploaded to the server, we thought to try and run a deployment of that image on an identical laptop. PXE boot into that Image,
    it asks for domain credentials which are accepted it begins the installation process and fails at "Windows installation cannot continue because a required driver could not be installed"?
    We just set up client logging on the server and it is useless it just says that the driver is missing, but what driver is missing? There are thousands, which one?
    Another forum has this issue:  http://social.technet.microsoft.com/Forums/windows/en-US/4cf0b378-09d0-4e0b-bc6e-3d898b668f98/during-deployment-windows-installation-cannot-continue-because-a-required-driver-could-not-be?forum=w8itproinstall

    Hi,
    Please first check the solution here:
    Error: Windows installation cannot continue because a required driver could not be installed
    http://support.brainwaregroup.com/kb/article/AA-00702/0/Error%3A-Windows-installation-cannot-continue-because-a-required-driver-could-not-be-installed.html
    Also, please try to find out Setup logs from the client computer, and we can see the details in the Setup log:
    If the failure occurs in Windows PE before the disk configuration page of the WDS client is completed, you can find the logs at the
    X:\Windows\Panther folder. Use Shift+F10 to open a command prompt, and then change the directory to the location.
    If the failure occurs in Windows PE after the disk configuration page of the WDS client is completed, you can find the logs on the local disk volume at the
    $Windows.~BT\Sources\Panther folder. The local disk volume is usually the drive
    C. Use Shift+F10 to open a command prompt, and then change the directory to the location.
    Kate Li
    TechNet Community Support

Maybe you are looking for

  • My iPhone 5 isn't powering on. What's wrong with this?

    My iPhone 5 was just recently updated to iOS 7 and I spent a lot of hours playing and doing stuff on it but it has just recently run into trouble. Here's what happened: Last night, at the dead of night at about 2 AM, I woke up to find my iPhone 5 dis

  • New design

    Hi experts, this is requirement with this i have to design report, Please help me on this and send me code. Interface SAP billing document à local accounting packages Slovakia 1. Specification 1.1. Selection panel The selection panel should include f

  • Cannot connect to samsung soudbar by bluetooth macbook pro

    cannot connect to samsung soudbar by bluetooth mac

  • Transported Roles not Visible for the User Log-in

    I have three roles in the development system.  These roles show up in the top level navigation for the users in the dev system.  All these roles and the underlying BSPs are transported to QA successfully.  I could assign them to users without any pro

  • Print sequence of TO

    Hi Guys I have one problem We have standard WM TO print program RLVSDR40 user asking us why TO print gives irregular printing Example Line 1,2  Storage type K10 and again Line 8,9 Storage type K10 He wants to print as all simmilar storage type lines