ODBC 10gR2 64bit Windows 2008 EE (64bits) to to sql server 2005 (32bits)

Hi all, I am having trouble with creating an ODBC connection from 10gR2 64bits Windows 2008 to sql server 2005 Win 2003 32 bits
1. I create a listener.ora like the following the port 1521 is for oracle DB and the 1522 is for sql server
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
(PROGRAM = extproc)
SID_LIST_HSODBC_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = hsodbc)
(ORACLE_HOME = C:\oracle\product\10.2.0\db_1)
(PROGRAM = hsodbc)
HSODBC_LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1522))
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0))
2. my tnsnames.ora looks like
PRUEBA =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = local host)(PORT = 1521))
(CONNECT_DATA =
(SERVICE_NAME = prueba)
HSODBC =
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1522))
(CONNECT_DATA=(SID=HSODBC))
(HS=OK)
3. I created an inithsodbc.ora like this
HS_FDS_CONNECT_INFO = hsodbc
HS_FDS_TRACE_LEVEL = 0
4. I have configure also the dns system and tested succesfully.
5. My database link look likes
CREATE public DATABASE LINK "hsodbc"
CONNECT TO "sysdba" IDENTIFIED BY "masterkey" USING 'hsodbc';
6. When I run my select I get the following error
select * from dual@hsodbc
ERROR at line 1:
ORA-28545: error diagnosed by Net8 when connecting to an agent
Unable to retrieve text of NETWORK/NCR message 65535
ORA-02063: preceding 2 lines from HSODBC
7. I look and the listener_hsodbc log
14-APR-2011 08:14:49 * (CONNECT_DATA=(SID=HSODBC)(CID=(PROGRAM=)(HOST=DOMAINSERVER\SERVER_PRO)(USER=Administrator))) * (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PORT=51749)) * establish * HSODBC * 12518
TNS-12518: TNS:listener could not hand off client connection
TNS-12560: TNS:protocol adapter error
TNS-00530: Protocol adapter error
64-bit Windows Error: 2: No such file or directory

Ok I follow the note 1086365.1 How to Setup DG4MSQL (Database Gateway for MS SQL Server) on a 64bit Windows
1. Modify my listener it looks like this
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = dg4msql)
(ORACLE_HOME = C:\oraGtw11g\product\11.2.0\tg_1)
(PROGRAM = dg4msql)
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
(ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1521))
ADR_BASE_LISTENER = C:\oraGtw11g\product\11.2.0\tg_1
LISTENER_D4GMSQL =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1511))
ADR_BASE_LISTENER_D4GMSQL = C:\oraGtw11g\product\11.2.0\tg_1
2. modify the tnsnames.ora
dg4msql =
(DESCRIPTION=
(ADDRESS=(PROTOCOL=tcp)(HOST=localhost)(PORT=1511))
(CONNECT_DATA=(SID=dg4msql))
(HS=OK)
3. modify the initdg4msql.ora file
HS_FDS_CONNECT_INFO=bsaleslogix,1433//FPDB
HS_FDS_TRACE_LEVEL=OFF
HS_FDS_RECOVERY_ACCOUNT=RECOVER
HS_FDS_RECOVERY_PWD=RECOVER
Then I reload de listener and test via tnsping dg4msql, this test turn ok, also test via tnsping the conection to the database is ok
4. create the db link
CREATE DATABASE LINK sqlserver
CONNECT TO "sy" IDENTIFIED BY "mas" USING 'dg4msql';
5 . when i execute the select
SELECT * FROM DUAL@SQLSERVER
ERROR at line 1:
ORA-28545: error diagnosed by Net8 when connecting to an agent
Unable to retrieve text of NETWORK/NCR message 65535
ORA-02063: preceding 2 lines from SQLSERVER
6. the listener_dg4msl shows an TNS-12505 error while conecting to the SID

Similar Messages

  • Function sequence error. in 64bit Windows 2008 Server.

    Hi All,
    Pardon me if the posting is not in the correct group.
    I am migrating my application from 32bit(Windows 2003 Server) to 64bit (Windows 2008 Server R2).
    I am getting the following while trying to execute a SQL command
    Encountered ODBC error -1: S1010, 0, [Microsoft][ODBC Driver Manager] Function sequence error .
    Basically internal function call is SQLExecute() function call. This works perfectly for Windows 2003 Server 32bit. I tried the command execute at the background from the command prompt and it is working.
    I checked the squence of call.We have two consecutive SQLBindParameter function call and then we call SQLExecute. Is this sequence incorrect in case of 64bit? I also checked the return code given by SQLExecute which is 99.
    Any help or suggestion would be very much appreciated.
    Thanks,
    -R

    Hi Teun,
    Yes i have build the addon & installer with x86. I am using Interop.SAPbouiCOM.dll ,  Interop.SAPbouiCOM.dll, System.dll , System.XML.dll.
    I have not specified the relative path in code as such but iam loading my forms Load batch action i don't know if it ok in this scenario or not.
    Building the Solution/Project is Successful without any warning.
    While debugging it on my server it gives the same error "Object Reference Not Set to an Instance of an Object".
    Debug Out put last errors are as follows:
    A first chance exception of type 'System.IndexOutOfRangeException' occurred in mscorlib.dll
    'TAMPA800.exe': Loaded 'C:\Windows\SysWOW64\sxs.dll'
    First-chance exception at 0x76afe124 in TAMPA800.exe: Microsoft C++ exception: EEMessageException at memory location 0x0036ecec..
    A first chance exception of type 'System.IO.FileNotFoundException' occurred in TAMPA800.exe
    A first chance exception of type 'System.NullReferenceException' occurred in TAMPA800.exe
    The thread 'Win32 Thread' (0x460) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xdb8) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xfdc) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xfb4) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xdc8) has exited with code 0 (0x0).
    The thread 'Win32 Thread' (0xe04) has exited with code 0 (0x0).
    The program '[3872] TAMPA800.exe: Managed' has exited with code 0 (0x0).
    The program '[3872] TAMPA800.exe: Native' has exited with code 0 (0x0).
    Regards
    John

  • Which Oracle client to use? with CRS2008 on Windows 2008 R2 64bit

    Hi,
    We are setting up a standalone Crystal Reports 2008 Server on Windows 2008 R2 64bit. This server will serve some reports that will pull data from an Oracle 11g DB. Several Oracle 10g/11g, (32bit or 64bit) DB client has been tried, but CRS cannot connect to the oracle DB using any of them. Which oracle client is known to be working well on this setup?
    CRS 2008 <> Windows 2008 R2 64 bit <> Xeon E5600 series machine    
    Thanks,
    Steve

    Hello,
    CRS2008 v1 supports Oracle 9.2, 10g R1, 10G R2 and 11g R1.
    The client to use on those version are the same as the server meaning if you have a 11g R1 server then you can use an Oracle Net Client 11G R1. But you can use also a JDBC, ODBC, OLEDB Oracle 11G R1.
    If you have a CRS2008 v0, then Oracle 11G is not supported. Only 9.2, 10g R1 and 10G R2.
    I hope this will help you
    Regards,
    Philippe

  • Installing ORACLE 10gr2 on windows 7 untimate 64bit processer

    Hi All,
    I was installing oracle 10gr2 on windows 7, untimate 64bit processor but giving me some abnormal termination of
    installation
    "unknown error"
    Please help me on this..
    Rajini.V

    Hi,
    Thanks for the reply.
    I have downloaded from the following link
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    i tried these two S/w's
    Oracle Database 10g Release 2 (10.2.0.4) for Microsoft Windows Vista x64, Microsoft Windows Server 2008 R2 x64, Windows 7 x64
    Oracle Database 10g Release 2 (10.2.0.3/10.2.0.4) for Microsoft Windows Vista, Windows Server 2008, Windows 7
    But they are not getting installed, Can you please suggest me a link where i can download 10.2.0.5.
    Thnanks,
    Rajini.V

  • 10g BI publisher installation getting error in windows 2008 R2 64bit

    HI Friends,
    I am trying to install the 10.1.3.4.1. and 10.1.3.4.2 in the windows 2008 R2 64bit server.
    At the running the setup.exe file its checking and getting passed in the pre-requites.
    And its not opening the installer graphical utility instead of that its showing an error like
    "setup.exe  has stopped working
    windows can check online solution of the problem
    close the program"
    I have downloaded the software from the following location in the OTN,
    http://www.oracle.com/technetwork/middleware/bi-publisher/downloads/index.html
    http://www.oracle.com/technetwork/middleware/bi-publisher/downloads/index.htmlBI Publisher 10.1.3.4.2 for Windows (32/64 bit) (1 GB)
    http://www.oracle.com/technetwork/middleware/bi-publisher/downloads/index.htmlBI Publisher 10.1.3.4.1 for Windows x86 (765 MB)
    Please suggests us to move further..
    Awaiting for the reply.
    Regards
    Kumar

    Hi
    1. Installed RCU first see the link bleow
    http://lamont-consulting.com/index.php/blog/obiee/11g/107-obiee-11g-rcu-install
    The RCU will communicate with OBIEE
    when you install obiee some information needed regarding the RCU.
    2. Installed OBIEE see the link below
    http://allaboutobiee.blogspot.com/2012/04/obiee-111160-step-by-step-installation.html
    i have 3 machines
    1. I have windows server 2008 64bit, Oracle Database 11g installed
    2. I have windows server 2003 32 bit, RCU and OBIEE installed
    3. I have windows XP SP3 32 bit, OBIEE desktop installed.
    i hope the above links will help you.
    if you have any queries, get back to me .. .

  • Windows 2008 R2 (64Bit) RDS & SRWC 2.2- Session Mobility

    Hello,
    I am experiencing some problems with the latest SunRay Software 5 (with SRWC 2.2) and Windows 2008 R2 (64Bit) in a terminal server farm situation. The setup is configured to use RDS Session Broker (the customer is not using MS NLB).
    The actual problem is with Session Mobility, if a user logs into a DTU with their card they get their remote desktop session as expected, if the user then attempts to remove their card and walk over to another DTU the session does not reconnect. For a split second you see their desktop (or their locked user screen on the terminal server) before the session on the new DTU goes black (you can see the Microsoft mouse cursor). The same experience can be found when the user connects to a DTU then attempts to log in via the Sun Ray PC Client.
    If the user removes their card, then returns to the same DTU where the session was initiated from, the session resumes as expected.
    To rectify, I have been terminating the sessions form the SRSS web admin which forces the user to log into the terminal server again, not ideal.
    From what i have been reading, 2008 R2 uses RDP 6 and there may be a possibility that SRWC 2.2 does not support this protocol yet??
    Can anyone assist me with this issue?
    Cheers,
    Ben

    Thanks for your quick reply!
    Can you please give me some back ground on this known issue so I may better understand it. From memory the -0 option is a hot desking function and relates to the way the SRWC interacts with the term serv licensing??
    Also, what option can you not use with the -0 option?

  • Weblogic 10.3.5 Install Failing on Windows 2008 R2 64bit Shared Drive

    I am attempting to install Weblogic 10.3.5 on a Windows 2008 R2 64bit machine.
    This will be part of a scaled out OBIEE environment.
    As per Oracle's instructions (http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10539/c4_installing.htm#BIEIG2028) I am attempting to install the Middleware Home Directory to a shared drive (DFS).
    When I get past the "Choose Product Installation Directories" I get a "Insufficient Disk Space" error saying there's 0 MB available on my shared drive, which is clearly not the case.
    I have verified that I have full access to the shared directory.
    I have also tried with several other non-DFS directories.
    Tried with java version 1.6.0_24 Oracle JRockit build R28.1.3-11-141760-1.6.0)24-20110301-1430-windows-x86_64
    Tried with java version 1.6.0)24 64-bit server (no JRockit)
    All with the same results.
    I've seen some people post about getting the same error in Mac installs where the solution was to specify -d64 on the commandline, but this is not in the windows 1.6 JDK. I tried -server, but got the same results.
    I've also seen some people post about getting the same error in Unix installs where the solution is to point to a different version of df which is used to check space on the file system.
    I have yet to find a solution in Windows 2008 64bit that applies to me.
    Any ideas?

    I was able to get around this by installing from the jar using the -Dspace.detection=false option
    http://download.oracle.com/docs/cd/E21764_01/doc.1111/e14774/weblogic_server_issues.htm#BCFFDCFI

  • Oracle RAC Cluster Health Monitor on Windows 2008 R2 64Bit

    Hello colleaques,
    i run a 2-node RAC Cluster 11.2.0.2 64Bit on Windows 2008 R2 64bit. I did installl the Berkeley DB Version 4.6.21 succesfully.
    After that i installed the crfpack.zip (CHM) as described in the README.txt.
    F:\Software\ClusterHealthcheck\install>perl crfinst.pl -i eirac201,eirac202 -b F:\BerkeleyDB -m eirac201
    Performing checks on nodes: "eirac201 eirac202" ...
    Assigning eirac202 as replica
    Installing on nodes "eirac202 eirac201" ...
    Generating cluster wide configuration file for eirac202...
    Generating cluster wide configuration file for eirac201...
    Configuration complete on nodes "eirac202 eirac201" ...
    Please run "perl C:\"program files"\oracrf\install\crfinst.pl -f, optionally specifying BDB location with -b <bdb location> as Admin
    user on each node to complete the install process.
    F:\Software\ClusterHealthcheck\install>c:
    C:\Users\etmtst>cd \
    C:\>cd "Program Files"
    C:\Program Files>cd oracrf
    C:\Program Files\oracrf>cd install (on both nodes as described in the README.txt)
    C:\Program Files\oracrf\install>perl crfinst.pl -f -b F:\BerkeleyDB
    01/30/12 16:42:21 OracleOsToolSysmService service installed
    Installation completed successfully at C:\"program files"\oracrf...
    C:\Program Files\oracrf\install>runcrf
    01/30/12 16:44:03 StartService(OracleOsToolSysmService) failed:(1053) The service did not respond to the start or control request i
    n a timely fashion.
    01/30/12 16:44:03 OracleOsToolSysmService service started
    It says here OracleOsToolSysmService was started, but it was not !!!
    Manual starting gives the same error. !!!!
    Please has anybody had the same problem ??
    regards and greetings, Abraham

    There will be a new version of the Standalone CHM/OS for Windows that will work with 11.2.0.2 and earlier versions available on OTN in the near future. The older version that you are using has not been tested and due to the infrastructure changes in 11.2 it is not expected it will work. The integrated CHM/OS that is included as part of the 11.2.0.3 GI installation does work as does the new GUI (CHMOSG) now available for download.

  • How to Configure Active-Passive oracle cluster in Windows 2008 R2 64bit Server.

    How to Configure Active-Passive oracle cluster in Windows 2008 R2 64bit Server With Oracle 11g R2.
    How many database will play in this role.
    Best,

    hello
    I was going through your post and i am also doing the same thing here at our organisation for Oracle 10g R2
    Can you pls send me any docs u r having for configuration of Oracle in windows clusters .
    And, can you pls elaborate on this point
    e)Create Oracle Service with the same name in the 2nd node and copy all the files like spfile,tnsnames.ora,listener.ora,password file to Node2.
    Pls send me the details at [email protected] or you can contact me at 08054641476.
    Thanks in advance.

  • Can I run OAS in 64bit Windows 2008?

    I'm going to install the OAS in our 64bit Windows 2008 for evaluation, however, both the x86 and win64 file cannot be installed.
    The following message is prompted when we attempt to install the win64 version:
    The version of this file is not compatible with the version of Windows you're running.  Check your computer's system information to see whether you need an x86 (32-bit) or x64 (64-bit) version of the program, and then contact the software publisher.
    And the following message is prompted inside a DOS prompt when we attempt to install the x86 version:
    Checking operation system version: must be 5.0, 5.1 or 5.2 .   Actual 6.0    Failed <<<<
    Existing Oracle Universal Installer, log for this session can be found at C:\.......
    We can only install the OAS in a Windows XP workstation, does it mean that we have to use a Windows XP workstation as production server?
    May I know if there has any OAS download for 64bit Windows Server 2008?

    Not exactlly. Maybe it's certified now, but still cannot install.
    According to the update:
    1. Windows 2008 is supported with patchset 10.1.3.4 or higher. Before applying the 10.1.3.4 patchset, customers must first install the base 10.1.3.x products using the following patches:
    . 10.1.3.1.0 SOA requires patch 6712338 (http://updates.oracle.com/download/6712338.html)
    . 10.1.3.2.0 WebCenter requires patch 6971010 (http://updates.oracle.com/download/6971010.html)
    . 10.1.3.x Companion CD requires patch 7129052 (http://updates.oracle.com/download/7129052.html)
    . 10.1.3.x Companion CD ASG Install requires patch 7129469 (http://updates.oracle.com/download/7129469.html)
    . 10.1.3.x Companion CD Failsafe Install requires patch 7191497 (http://updates.oracle.com/download/7191497.html)
    Additional notes for Windows 2008:
    . The patches listed above apply to both 32 and 64 bit versions of Windows 2008.
    . Please review the release notes on http://download.oracle.com/docs/cd/E12524_01/relnotes.1013/e12523/install.htm#sthref7 for the 10.1.3.4 patch set for known issues for Windows 2008.
    But....
    1. 10.1.3.4 still not avaialble for direct download, you have to download 10.1.3.x then apply the patch. But the download of 10.1.3.x cannot be installed, how can we apply the patch?
    2. You cannot download the patch without Metalink account (maybe, it's not for evaluation at this moment)
    So, it still have to wait until the full package of 10.1.3.4 or above is available for direct download.

  • SBO Crystal Report 2008 Add-on on 64bit Windows 2008 Server

    Dear Friend,
    Do you have any experience on installing SBO Crystal Report 2008 Add-on with SAP B1 2007 B on 64bit Windows 2008 Server (SBS)? Could you please explain the exact reason for the following error on installation of the add-on on its final stage?
    Retrieving the COM class factory for component with CLSID {3E...} failed due to the the following error: 80040154

    [crystal report integration for SAP Business One|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/707f51b3-0b20-2b10-8daa-d8ee72ace309 [original link is broken]] version v2.0.0.7
    [Run time Download|https://smpdl.sap-ag.de/~sapidp/012002523100009351352008E/crruntime_120_mlb.msi]
    Thanks
    Krish

  • How to enable high availability on SQL Server 2005 with Windows Server 2008 Enterprise R2

    Dear Folks,
    I would like to ask you about this thing. I'm working for IT department for bank in Myanmar. Our bank have up to 96 branches across all of Myanmar including H.O. We are using Microsoft SQL Server 2005 with Windows Server 2008 for our banking
    information system. My main problem is having to backup and restore the database backup files every time the servers in branches goes down for whatever reasons. I want to deploy this feature of high availability and failover cluster using Windows Server 2008
    and SQL Server 2005. Our branches have 2 Servers. One is for Primary and other is for Backup. What I want to do is that, I want to change Backup Server to Primary Server whenever the Primary Server goes down for whatever reasons. All the working data and databases
    from Primary will immediately replicated into Backup Server along with all the IP information of Primary Server. Please give me step by step guide for this process.

    Try below
    http://blogs.msdn.com/b/cindygross/archive/2009/10/23/checklist-for-installing-sql-server-2005-as-a-clustered-instance.aspx
    I will recommend you to upgrade SQL server to newer version for support as well as flexibility.
    Regards,
    Vishal Patel
    Blog: http://vspatel.co.uk
    Site: http://lehrity.com

  • Windows Server 2008, IIS7, SQL Server 2005 - Will this work?

    Hi,
    Not super concerned about it being supported at this point, BUT, can I run/install CR XI SP2 on Windows Server 2008, IIS7, SQL Server 2005?
    I've reference the System Requirement stuff and it was written before Server 2008 was released.
    If it's possible, any help on what to install/not install would be great appreciated.
    Thanks,
    Mike

    Try it. If it works great. As you are using ASP, your app must be using craxdrt.dll. This dll has been retired and no longer ships with CR 2008, so even when the next SP for CR 2008 releases, it will be of no use to you. If the ASP app does not work on the server, you may want to post your query to the Legacy Application Development SDKs forum:
    SAP Crystal Reports - Legacy SDKs
    and see if anyone can help.
    Other than that, the only option will be to go to .NET once SP 1 releases for CR 2008, or use CR 10.5 which bundles with .NET 2008.
    Ludek

  • What Drivers should I use to access SQL Server 2005 SP2 from Windows Server 2008 64 bit

    and yes I do know that is an odd scenario so let me explain
    I have just joined a project that is "in flight" where the customer is upgrading a LOT of things at the same time
    (some Microsoft, some other supplier: some at the OS level, others at server or services levels)
    the current step is replacing some services leaving the back end databases as they are
    i.e. SQL Server 2005 SP2
    a later step will upgrade the backend data bases which may make more work
    What we have now runs on Windows Server 2003 32 bit using the OLEDB drivers
    version 2000.86.3959.00
    What we want must run on Windows Server 2008 64 bit still using the OLEDB option
    which version should I download & try to install?

    Here are a known list of issues with this configuration with their corresponding workarounds: https://support.microsoft.com/kb/936302/en-us
    Satish Kartan www.sqlfood.com

  • Installing LiveCycle ES in Websphere using SQL Server 2005 (64bits)

    Hello,
    I need to install livecycle ES in a windows 2003 environment running websphere. This platform will be 32 bits.
    However, in what relates to the Livecycle internal database, I would like to run SQL Server 2005 64 bits. Can this be a problem?
    Also, can I set to the internal dataabse, any collation?
    Thank you

    Hello,
    I need to install livecycle ES in a windows 2003 environment running websphere. This platform will be 32 bits.
    However, in what relates to the Livecycle internal database, I would like to run SQL Server 2005 64 bits. Can this be a problem?
    Also, can I set to the internal dataabse, any collation?
    Thank you

Maybe you are looking for

  • How to link a value in a cell to a page number?

    I have a series of diagrams that I'd like to create a table for showing the page it's on, and a description of it. during creation, i an simply store the value of the page number in an array, and use it when creating the table, however, if the diagra

  • Connecting Bluetooth to car

    Just discovered another very annoying thing.. When I am in my car, and I select "Bluetooth"  from the car, the Z10 automatically starts playing audio files from my Z10's music folder , which happens to contain all my ringtones. I have to go into my p

  • How do I play media from a cloud storage drive on mac?

    I have all my media stored on MEGA, cloud drive (https://mega.co.nz) I would like to play it on a media player? (like XBMC)? please a step by step answer, Can I play the media from the cloud drive or do I need to download it off the cloud first? is t

  • Photoshop CS2 glitch messed up user account?

    My husband was using Photoshop last night, when the mouse suddenly stopped working (he could move it, but mouseclicks would not register). He force-quit Photoshop, but the mouse was still not working. He restarted the computer, and started to see fun

  • Force Update to MBAM Server

    After the Installation of the MBAM Agent on new Clients I would like to force an update to the Database. With Agent Version 2.0.5301.1 I could create a Dword Reg key called "NoStartupDelay" with the value 1 under HKLM\Software\Microsoft\MBAM. After r