SQL 2005 fixed memory

Hi ,
I have SAP 47X200 on SQL2005 64-bit installed on Windows enterprise edition X64.
I have installed database software using SQL4SAP.vbs as decrived in the installation guide : all OK , all work fine.
But , I want to use SQL 2005 with fixed memory as descrived in the article http://msdn.microsoft.com/en-us/library/ms191144.aspx
but in the server page proprierties box Memory i don't have the flag box Dynamic memory configuration but only  Minimum server memory and Maximum server memory : if I set this two last value the same , the minimum server memory real is under this parameter.
So anyone know whi ? How to set fixed server memory ? Whi I don't have this flag?
thks Antonio Voce
Reward point for you.

Hi ,
I set as you tell and now in database server proprierties  under memory box i have this value :
Minimum server memory : 12000
Maximum server memory : 12000
Index creation memory : 12000
I have rebooted the server , starded SAP but in st04 I still see that the database memory is dynamically assigned :
Microsoft SQL Server 2005 - 9.00.3054.00 (X64) ##M Enterprise Edition                        
Windows NT 5.2 (Build 3790: Service Pack 2)                                                  
Database    R3A        Schema r3a                     Time of analysis   13.06.2008 16:38:46 
DB Server   SAPPONE                                   DB startup         06/13/2008 16:35:38 
CPUs available for SQL Server  16 of 16               Physical memory MB              32.765 
Trace flag                                                                   SAP release 620                                                                               
Memory Usage                                                                               
Current memory      KB              600.320    Total SQL connections                    61   
Maximum memory      KB           12.288.000          R/3 connections                    60   
Memory setting                         RANGE   Free pages                              675   
Procedure cache     KB               58.163    Data cache size     KB              534.274   
      hit ratio      %                   87          hit ratio      %                   93

Similar Messages

  • SQL Server 2005 AWE memory allocation

    Hi All,
    I have a very simple doubt which seems very difficult to find on msdn literature.
    This query gives me awe_allocated_kb column and lists all memory resources in SQL Server, right?
    SELECT *
    FROM sys.dm_os_memory_clerks
    Being it a column in a list give me a strong feeling that I can distribute awe memory for different memory buckets, right? All my humble 10485760 kb is allocated to 'MEMORYCLERK_SQLBUFFERPOOL'.
    I'd like for instance to add some memory to 'MEMORYCLERK_SQLQUERYEXEC'.
    How can I achieve that? It seems to be a simple thing with SQL 2008 resource governor, but I'm lost on SQL 2005.
    Thanks a lot in advance.
    Lucas

    Being it a column in a list give me a strong feeling that I can distribute awe memory for different memory buckets, right? All my humble 10485760 kb is allocated to 'MEMORYCLERK_SQLBUFFERPOOL'.
    I'd like for instance to add some memory to 'MEMORYCLERK_SQLQUERYEXEC'.
    How can I achieve that? It seems to be a simple thing with SQL 2008 resource governor, but I'm lost on SQL 2005.
    Thanks a lot in advance.
    Lucas
    Hi
    No you cannot its system internal behavior and you cannot edit it. Memory clerks are kind of brokers when ever any component needs memory it refers  to its respective clerk for it and clerk goes to memory allocators and get memory for them. 
    AWE memory in 32 bit can only be used by data and index pages
    Again MEMORYCLERK_SQLBUFFERPOOL is clerk which is listening to various requests and getting memory for them. They dont have any memory reserved with them which they can give they just act as
    middle men and caters to request.
    PS: I have replied to your other thread
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Gathering physical memory for SQL 2005..SQL 2014

    Hi All,
    I'm trying to write a query to gather physical memory across my SQL servers (from SQL 2005 to SQL 2012).
    However, the sys.dm_os_sys_info DMV (the column for physical memory) is not the same after the switch to SQL 2012+.
    Here is the original query:
    SELECT
    @@SERVERNAME AS ServerName,
    CASE WHEN LEFT(CAST(serverproperty('productversion') as char), 1) = 9 THEN '2005'
    WHEN LEFT(CAST(serverproperty('productversion') as char), 4) = 10.0 THEN '2008'
    WHEN LEFT(CAST(serverproperty('productversion') as char), 4) = 10.5 THEN '2008R2'
    WHEN LEFT(CAST(serverproperty('productversion') as char), 2) = 11 THEN '2012'
    END AS MajorVersion,
    SERVERPROPERTY ('productlevel') AS MinorVersion,
    SERVERPROPERTY('productversion') AS FullVersion,
    SERVERPROPERTY ('edition') AS Edition,
    SERVERPROPERTY('collation') as Collation,
    cpu_count as CpuCount,
    physical_memory_in_bytes/1024/1024 as PhysMemMB
    FROM [sys].[dm_os_sys_info]
    If I run that on SQL 2014, it fails because 'physical_memory_in_bytes' is now called 'physical_memory_kb'
    I tried to do an IF..THEN..ELSE:
    IF (cast(serverproperty('productversion') as char) like '11.%')
    Then change the query accordingly but it would fail because i guess when it tried to parse the whole code, one of the T-SQL variations would have a column that did not exist in that particular version of SQL Server.
    Is there a way I can get physical memory across SQL 2005..SQL 2012 or rewrite the T-SQL above to be able to run on both?
    Thanks in advance

    Oh it seemed like you are asking SQL Server memory. the name for physical memory column ha changed only in SQL Server 2012. I wrote below script  just first run select SERVERPROPERTY('ResourceVersion')  to get exact resource database version of
    SQL Server 2012 and then replace it in below script
    IF cast ( SERVERPROPERTY('ResourceVersion') as char (10) )= '11.00.2000'--2012 resource database version
    select (physical_memory_kb/1024)as Physical_mem_MB from sys.dm_os_sys_info
    else
    select (physical_memory_in_bytes/1024/1024) as physical_mem_MB from sys.dm_os_sys_info
    Edit: A more optimized query
    If cast (LEFT( CAST(SERVERPROPERTY('ResourceVersion') AS VARCHAR(20)),2) as INT) in ('11','12')
    select (physical_memory_KB/1024) as Physical_Mem_MB from sys.dm_os_sys_info
    --else it uses for 2005-08R2
    else select (physical_memory_in_bytes/1024/1024) as Physical_Mem_MB from sys.dm_os_sys_info
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles
    Hi Shanky,
    Doesn't work and that's what I meant in my initial post..when I run that code against a SQL 2012 instance, it parses fine but when I execute it I get:
    Msg 207, Level 16, State 1, Line 6
    Invalid column name 'physical_memory_in_bytes'.

  • How to tune BW 3.5 on MS SQL 2005?

    Hello,
    I have installed BW 3.5 on MS SQL 2005 32 bit server but facing lot of performance issues. Server is going in hang stage as and when multiple reports are executed.
    Pls suggest some parameters for enhancing the system performance.
    SQL memory at database level is defined as 6 GB but in ST04 transaction its showing only 1.5:
    Current Memory (MB)           1,563.1
    SQL Memory Setting               FIXED
    Physical memeory is 16 GB---- where 8 GB is allocated for application and  database is using 2 GB.
    RZ10 parameters are *******************
    rdisp/plugin_auto_logout                    3600
    icm/keep_alive_timeout                      -1
    rdisp/max_comm_entries                      2000
    gw/max_overflow_size                        25000000
    gw/max_conn                                 2000
    gw/cpic_timeout                             60
    rsdb/esm/max_objects                        10000
    rsdb/esm/buffersize_kb                      40000
    rsdb/obj/buffersize                         40000
    ztta/roll_extension                         2000683008
    abap/swap_reserve                           20971520
    abap/heaplimit                              40894464
    abap/heap_area_total                        2000683008
    abap/heap_area_nondia                       2000683008
    abap/heap_area_dia                          2000683008
    rdisp/ROLL_MAXFS                            32768
    rdisp/ROLL_SHM                              32768
    ztta/roll_area                              2000896
    ztta/roll_first                             1024
    abap/use_paging                             0
    install/codepage/appl_server                1100
    zcsa/installed_languages                    ED
    zcsa/system_language                        E
    rsdb/ntab/sntabsize                         3000
    rsdb/ntab/irbdsize                          6000
    rsdb/ntab/ftabsize                          30000
    rsdb/ntab/entrycount                        30000
    rdisp/wp_ca_blk_no                          300
    rdisp/appc_ca_blk_no                        100
    zcsa/presentation_buffer_area               20000768
    rsdb/cua/buffersize                         5000
    rtbb/buffer_length                          30000
    zcsa/table_buffer_area                      50000896
    rdisp/keepalive                             0
    rdisp/max_wprun_time                        7200
    zcsa/db_max_buftab                          10000
    rtbb/max_tables                             1000
    abap/fieldexit                              yes
    rec/client                                  ALL
    zcsa/calendar_area                          1000000
    zcsa/calendar_ids                           400
    abap/buffersize                             500000
    login/no_automatic_user_sapstar             0
    SAPSYSTEMNAME                               BPW
    login/system_client                         410
    INSTANCE_NAME                               DVEBMGS01
    SAPSYSTEM                                   01
    rdisp/wp_no_dia                             11
    rdisp/wp_no_btc                             5
    rdisp/wp_no_vb                              3
    rdisp/wp_no_vb2                             2
    rdisp/wp_no_enq                             1
    rdisp/wp_no_spo                             3
    SAPGLOBALHOST                               ndelntx48
    PHYS_MEMSIZE                                6000
    DIR_TRANS                                   D:\usr\sap\trans
    icm/server_port_0                           PROT=HTTP,PORT=8001
    DIR_ROLL                                    D:\usr\sap\BPW\DVEBMGS01\data
    DIR_PAGING                                  D:\usr\sap\BPW\DVEBMGS01\data
    DIR_DATA                                    D:\usr\sap\BPW\DVEBMGS01\data
    DIR_REORG                                   D:\usr\sap\BPW\DVEBMGS01\data
    DIR_TEMP                                    .
    DIR_SORTTMP                                 D:\usr\sap\BPW\DVEBMGS01\data
    rdisp/PG_SHM                                16384
    rdisp/PG_MAXFS                              32768
    em/initial_size_MB                          6000
    em/blocksize_KB                             1024
    em/stat_log_size_MB                         20
    em/stat_log_timeout                         0
    em/address_space_MB                         512
    PLEASE ADVISE to improve performance.
    Regards,
    Ankita.

    Hi,
    the topic is much complicated.
    First you have to understand if there is software or hardware bottleneck.
    To do this you have to analyze many issue :
    For example ST02 for memory parameter configuration and buffer swaps.
    Then trought ST06 you can analyze if there is CPU , memory or I/O bottleneck.
    How many saps have your server ?
    How many users ?
    How many dialog steps ?
    Then you can analyze onlyne situation, for example when there is lot of workload go in SM50 and see what happen ( WP occupied and so on )
    ST03 for workload analisies

  • Browse Data & Parameter flds no longer fully populated after upgd  SQL 2005

    I upgrade our SQL 2000 Server last weekend to SQL 2005 (sp2).
    Now our Crystal reports that access SQL data are not working correctly. Parameter Fields are showing little to no data, where before the upgrade we were seeing many more rows in the list.
    Digging further, I looked at the fields used for the dynamic LOV. If I use Browse Data on those fields I am seeing the same lack of data. One "Browse Data" that would typically return 80 items now returns 3 items. In that report the data field is DateTime. In another report, the field is string.
    I am also seeing an extra check for User Name and password before getting to the Enter values screen for the parameter.
    I am using Crystal Developer 11.0.0.1994. It is happening on multiple PCs. I tried with both the original SQL ODBC Driver and the newer SQL Native Client ODBC driver, with the same result.
    I've looked at this for 3 days with no luck. Any ideas?

    Full SysAdmin rights.
    I use a dedicated ODBC connection and have tried both "SQL Server" odbc driver and "SQL NativeClient" (2005) odbc driver.
    If I go to Crystal, to the Field Explorer, to the one of the fields, right-click and "Browse Data..." I get two results (I expect 82 results and have seen that in the past.) If I paste the query from Crystal, Database, "Show SQL Query.."  to SQL Server Management Studio, I see the full, correct results.
    In one example the field browsed is called "PeriodEndDate" (DateTime). A dynamic Parameter Field was created accessing this field. Here is the security curiosity...refreshing now asks for the user login each time "Prompt for new parameter values" is selected. It used to ask only the first time. The Crystal: Data Explorer" shows the current connection logged in ok.
    The two issues may or may not be related. Certainly if #1 were fixed, dynamic parameters would return the correct results. Even if it asked for the password each time.
    1.) "Browse Data" returning a smaller result than normal.
    2.) "Parameter Prompt" asks for Server Name, Database Name, User Name, and Password on
         each refresh selecting "Prompt for new parameter values".

  • I downloaded Mozilla 4 and tried to use it then, I had to delete it and go back to 3.6 vs now I am having problems with my MS SQL 2005 why? What was changed to enable Mozilla 4 to sync with MS SQL and how do I get it corrected?

    After, trying Mozilla 4 beta and then having to go back to a previous vs of Mozilla 3.6.11 my MS OLE DB Provider for SQL 2005 Server has this error message '80040E57' I am using Windows 7 which was pre-installed on my new computer. I do not know how to fix it?

    The latest flash player release is 11,0,1,152.
    Can you upgrade to this version and see whether the crash stil exists?
    Go to get.adobe.com/flashplayer to download and install flash player.
    In case you need direct link to installer/uninstaller, please go to http://forums.adobe.com/message/3952360#3952360 to find them.
    saranlee wrote:
    My computer crashes repeatedly and I get the message pages are not responding do you want to stop, and/or shockwave is not responding do you want to stop. I have Windows XP Service Pack 3, I am having the same issues whether I use Internet Explorer, Google Chrome, or Mozilla Firefox. My HP Pavilion Desktop has 504 MB of Ram and I am using high speed internet connection. Because it was crashing so much, I used the uninstall program for Flash player to uninstall Flash, I checked my registry and removed anything I saw that was Flash. I then uninstalled Google Chrome and Mozilla Firefox, then I reinstalled the most recent versions from their websites. I did the same for FlashPlayer and Shockwave Flash. I went to the Adobe website and had them check to see if it was working and it shows I have FlashPlayer 10.3.181.36. The page that shows  which version of flash player goes with Windows XP states that I should have 10.3.181.34 (This is what I thought I had before I updated, I was having the same problems). When I went into my computer to see what version I have, it shows 11.5.9.620 Activex and both Flash Player and Flash Player Object is listed as 10.3.181.34. My firewall for Windows is set to medium. I also am running Norton Internet Security. It takes anywhere from 3-6minutes for some of my games to load, and I have to refresh at least 3-4 times in order to play. When I do start to play it freezes frequently and I use escape to free it up. This has been going on for a month. I have no idea what to do. I am not very computer savy and I have been learning as I go.

  • Issue in Java system installation: MS SQL 2005

    Dear All,
       I am installing a  SAP Netweaver '04 SR1 , Java system with data base MS SQL 2005.
    I am facing the issue hereby i will attach the jload.java.log file.
    Can any one help me out in fixing it?
    java version "1.4.2_16"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_16-b05)
    Java HotSpot(TM) Client VM (build 1.4.2_16-b05, mixed mode)
    Mar 16, 2009 11:09:42 PM com.sap.inst.jload.Jload main
    INFO: Jload -sec KS7,jdbc/pool/KS7,D:\usr\sap\KS7\SYS\global/security/data/SecStore.properties,D:\usr\sap\KS7\SYS\global/security/data/SecStore.key -dataDir D:/Netweaver/netweaver1\J2EE_OSINDEP\J2EE-ENG/JDMP -job C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\ONE_HOST/IMPORT.XML -log C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\ONE_HOST/jload.log
    Mar 16, 2009 11:09:43 PM com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    java.sql.SQLException: [SAP NetWeaver][SQLServer JDBC Driver]Unable to connect.  Invalid URL.
    Thanks
    Raj

    Hi
      Yes, everything is checked it. Error appears in the phase of Load Java Database content (18 of 25).
    ERROR 2009-03-17 03:35:49
    CJS-20065  Execution of JLoad tool 'C:\j2sdk1.4.2_16/bin/java.exe '-classpath' './sharedlib/antlr.jar;./sharedlib/exception.jar;./sharedlib/jddi.jar;./sharedlib/jload.jar;./sharedlib/logging.jar;./sharedlib/offlineconfiguration.jar;./sharedlib/opensqlsta.jar;./sharedlib/tc_sec_secstorefs.jar;D:\usr\sap/KS7/JC00/j2ee\jdbc\base.jar;D:\usr\sap/KS7/JC00/j2ee\jdbc\util.jar;D:\usr\sap/KS7/JC00/j2ee\jdbc\sqlserver.jar;D:\usr\sap/KS7/JC00/j2ee\jdbc\spy.jar;D:/usr/sap/KS7/SYS/global/security/lib/tools/iaik_jce_export.jar;D:/usr/sap/KS7/SYS/global/security/lib/tools/iaik_jsse.jar;D:/usr/sap/KS7/SYS/global/security/lib/tools/iaik_smime.jar;D:/usr/sap/KS7/SYS/global/security/lib/tools/iaik_ssl.jar;D:/usr/sap/KS7/SYS/global/security/lib/tools/w3c_http.jar' '-showversion' '-Xmx512m' 'com.sap.inst.jload.Jload' '-sec' 'KS7,jdbc/pool/KS7,D:\usr\sap\KS7\SYS\global/security/data/SecStore.properties,D:\usr\sap\KS7\SYS\global/security/data/SecStore.key' '-dataDir' 'D:/Netweaver/netweaver1\J2EE_OSINDEP\J2EE-ENG/JDMP' '-job' 'C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\ONE_HOST/IMPORT.XML' '-log' 'C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\ONE_HOST/jload.log'' aborts with returncode 1. Check 'C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\ONE_HOST/jload.log' and 'C:\Program Files\sapinst_instdir\NW04SR1\WEBAS_JAVA\ONE_HOST/jload.java.log' for more information.
    Thanks
    Raj

  • SQL Injection with CF7 and MS SQL 2005

    I looked through a bunch of SQL injection posts and couldn't
    find a definitive answer to this...
    Let me introduce this by saying that I know I should be using
    CFQUERYPARAM with EVERY CF variable in a CFQUERY tag. No excuses.
    But for a necessary quick fix, if I only use it for numeric
    DB fields, is SQL injection still possible (using MS SQL 2005)?
    I've yet to successfully perform SQL injection while manipulating a
    variable surrounded by single quotes in the query.
    Scenario 1) select * from users where user_id=#form.user_id#
    ...is a gimme to hack, but
    Scenario 2) select * from users where
    password='#form.password#' ...is another story
    Has anyone ever heard of a successful SQL injection attack in
    a Scenario 2 situation.
    I'll fix everything up eventually, but I've got a Pen Test
    coming up soon, and a lot of raw code to review.
    Thanks

    quote:
    Originally posted by:
    Dan Bracuk
    What others can do is more relevent than what we think. When
    in doubt, test.
    very true, although my final solution went more like, "When
    in doubt, manually add about 600 cfqueryparams in 406 cfquery
    tags".

  • SQL 2005 discoveries after upgrade to Operations Manager 2012 R2 UR3 upgrade

    Hi
    We did a (succesfull) upgrade of our SCOM 2012 SP1 environment to 2012 R2 UR3. We noticed after the upgrade that databases of some  SQL 2005 clustered instances on Windows 2003 R2 SP2 are no longer discovered. checking the eventlog shows the eventid
    21405 on the DiscoverSQL2005DB.vbs disvovery (process exited with 4294967295)
    Browsing and checking several webfinds didn't provide a solution yet. Perhaps I overlooked the obvious....
    Possible solutions which didn't bring relief yet:
    check on SQL SP's
    WMI registry settings [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WBEM\CIMOM] ": Low/High Threshold On Events
    WMI repair, mofcomp...
    Uninstall/Reinstall Monitorring Agent
    manual run of the discover script returns all info
    The runas discover and monitor account(s) are local admin on the OS and SA on the SQL instances
    I'm stuck: right now we wanted to present some distributed applications through LiveMaps in scom to our internal customers and some essential databases are no longer discovered/monitorred.
    Any help highly appreciated

    I'd just like to add that since upgrading all of our environments to 2012 R2 UR3, we are receiving multiple alerts for multiple script failures - e.g. Events 21404, 21405 to name a couple.
    I have logged a few Microsoft Premier Support Calls and they are still working on them.
    We get this on all SQL 2005,2008 running on Windows Server 2003.  Microsoft's response to this is:
    "This is a known bug in the latest SQL MP. This is due to the problem with the DiscoverSQL2008DBEngineDiscovery.vbs and DiscoverSQL2005DBEngineDiscovery.vbs scripts which contains the following line of code :                   
    tcp = oQuery.ItemIndex(0).PropertyStrVal
    The issue is the ItemIndex is supported only on Vista+ operating systems. The product group is currently investigating and evaluating the issue and I don’t think the fix will be released recently…"
    I guess that meant "any time soon' :)
    I should add that we also upgraded the SQL MPs around this time too, to 6.5.1.0.
    So as you can appreciate, we just have to put up with this for now!
    Cheers

  • SQL Express 2008 R2 and SQL 2005 Server SP1 in single Windows 2003 server

    Hi,
    I am using a Windows Server 2003 R2 Enterprise Ed SP2 OS with SQL 2005 SP1 intallled on it for our Nav 5 database.
    As my backup software requires SQL Express 2008 R2 as default daabase, is it possible to install this in the same server with the SQL 2005 currently running on it? Would there be any impact on the existing SQL 2005 and the application and the Navision database
    on it?
    Appreciate your help.
    Sharon Lo

    Hi,
    I am using a Windows Server 2003 R2 Enterprise Ed SP2 OS with SQL 2005 SP1 intallled on it for our Nav 5 database.
    As my backup software requires SQL Express 2008 R2 as default daabase, is it possible to install this in the same server with the SQL 2005 currently running on it? Would there be any impact on the existing SQL 2005 and the application and the Navision database
    on it?
    There is no issue with installing multiple versions of SQL Server on a machine.I have SS 2005 ,2008 R2 and 2012 all on same machine and they work just fine. You can install all version instances side by side and all will work independently from
    each other.
    Now issue which might cause problem  your SQL Server 2005 is SP1 which is a Blunder IMO. Please ASAP patch it to SP4 because you are running very old version of 2005 which is unsupported by Microsoft and also SP4 includes MANY fixes for SQLServer
    2005. Applying SP4 will fix many issues and will bring you under Microsoft support.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
    My TechNet Wiki Articles

  • SQL 2005 JDBC 1.1 driver

    I tried installing and using the new SQL 2005 JDBC 1.1 driver
    and read and followed the technote at
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=ded4216b.
    I get multiple error messages each time I try to connect using RDS.
    After the messages aredismissed it works ok. The settings I used
    for this Datasource were:
    1. JDBC URL= jdbc:sqlserver:// SAIC-C549F42BF7 :
    1433;DatabaseName=MwsDevSqlServer
    2. Driver Class= com.microsoft.sqlserver.jdbc.SQLServerDriver
    3. Driver Name= SQL 2005 JDBC 1.1
    4. A standard User Name & Password
    The previous Datasource I used, which I went back to is a
    Microsoft SQL Server driver:
    1. Database =MwsDevSqlServer
    2. Server=SAIC-C549F42BF7
    3. Port= 1433
    4. A standard User Name & Password
    Ideas to fix?

    We got the same error while using XA Datasource from the SQL Server 2005 JDBC driver 1.0. The file downloaded is "sqljdbc_1.0.809.102_enu" . We have not installed "Microsoft Distributed Transaction Coordinator", as we are developing custom transaction manager to talk to oracle, sybase and sql server databases in a single transaction. Does SQL Server require the Microsoft Distributed Transaction Coordinator to participate in the two phase commit protocal ?
    Joshy
    Note:- If you are intereted, check out my 2006 Tax Calculator Applet at http://www.bestonlinetaxpreparation.com/2006TaxCalculator.html . Of Course it does not participate in two phase commit protocol -:) .

  • SQL 2005 x64 exception

    Recently We've migrated SQL 2005 x86 Enterprise running on Windows 2003 Enterprise to new hardware where is running Windows 2008 SP2 and SQL 2005 x64 SP4 with CU3. We migrate users (with standard approach by Microsoft) and application databases
    to new server. Everything is looking ok, applications working. But we've got some SQL exceptions like below.
    Is there any known bug related to that? Could someone help us.
    Memory                              
    MemoryLoad = 15%                    
    Total Physical = 32733 MB           
    Available Physical = 27752 MB       
    Total Page File = 64782 MB          
    Available Page File = 60344 MB      
    Total Virtual = 8388607 MB          
    Available Virtual = 8355366 MB      
    **Dump thread - spid = 84, PSS = 0x00000000D1A43ED0, EC = 0x00000000D1A43EE0                                    
    ***Stack Dump being sent to D:\MSSQL.1\MSSQL\LOG\SQLDump0005.txt                                                
    * BEGIN STACK DUMP:                                                                                             
    *   04/25/14 12:54:30 spid 84                                                                                   
    * ex_handle_except encountered exception C0000264 - Server terminating                                          
    * Input Buffer 255 bytes - 
    There is also some output from debugger:
    0:000> .ecxr
    rax=0000000077207080 rbx=0000000000000000 rcx=0000000016a37d50
    rdx=0000000000000000 rsi=0000000000000000 rdi=0000000000000440
    rip=00000000772070bd rsp=0000000016a38240 rbp=000000000000003f
     r8=0000000000000000  r9=0000000000000000 r10=0000000000000000
    r11=0000000000000287 r12=00000000032fdab0 r13=0000000000000000
    r14=00000000000019e4 r15=0000000049b8d00c
    iopl=0         nv up ei pl nz na po nc
    cs=0033  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00000206
    kernel32!RaiseException+0x3d:
    00000000`772070bd 4881c4c8000000  add     rsp,0C8h
    0:000> kC 1000
    Call Site
    kernel32!RaiseException
    sqlservr!DmpGetClientExport
    sqlservr!_____SQL______Process______Available
    sqlservr!_____SQL______Process______Available
    sqlservr!_____SQL______Process______Available
    sqlservr!SQLExit
    kernel32!UnhandledExceptionFilter
    ntdll!RtlpNotOwnerCriticalSection
    ntdll!_C_specific_handler
    ntdll!RtlIntegerToChar
    ntdll!_C_specific_handler
    ntdll!RtlRaiseStatus
    ntdll!RtlpNotOwnerCriticalSection
    ntdll!LdrGetProcedureAddress
    sqlshield
    sqlservr
    0x0
    0x0
    0x0
    0x0
    0x0
     

    Hi,
    In last days we "close" our SQL to some scanning security applications which could also do some things on our SQL. But it's only a guess. About sqlshield we do the unregister and register DLL's again. Now at last two exception is not the same situation.
    Can you see something from there with "Non-yielding Scheduler". Is it also possible that it something wrong with the hardware. We're using new Cisco rack 1U server for that SQL server. I've also read someting about upgrading the BIOS, related to errors
    "Non-yielding Scheduler". At the end i can also tell, that the server is alive for a couple of days, if there is no a lot activity on the server, i mean on national holidays, through weekend, etc.
    Any new idea?
    Thanks,
    Matjaž
    =====================================================================                                           
           BugCheck Dump                                                                                            
    =====================================================================                                           
    This file is generated by Microsoft SQL Server                                                                  
    version 9.00.5266.00                                                                                            
    upon detection of fatal unexpected error. Please return this file,                                              
    the query or program that produced the bugcheck, the database and                                               
    the error log, and any other pertinent information with a Service Request.                                      
    Computer type is AT/AT COMPATIBLE.                                                                              
    Bios Version is Cisco0 - 0                                                                                      
    BIOS Date: 08/20/13 06:01:31 Ver: 04.06.05                                                                      
    Current time is 11:17:16 04/30/14.                                                                              
    12 Unknown CPU 9., 14 Mhz processor (s).                                                                        
    Windows NT 6.0 Build 6002 CSD Service Pack 2.                                                                   
    Memory                              
    MemoryLoad = 17%                    
    Total Physical = 32733 MB           
    Available Physical = 26900 MB       
    Total Page File = 64782 MB          
    Available Page File = 59543 MB      
    Total Virtual = 8388607 MB          
    Available Virtual = 8355342 MB      
    ***Unable to get thread context - no pss                                                                        
    * BEGIN STACK DUMP:                                                                                             
    *   04/30/14 11:17:16 spid 0                                                                                    
    * Non-yielding Scheduler                                                                                        
    Stack Signature for the dump is 0x00000000000003AD          

  • Installation failed SQL 2005

    Hi all ~ I have problem on installing SQL 2005: please have a look on the following log:
    === Verbose logging started: 2/23/2015  10:59:24  Build type: SHIP UNICODE 4.05.6002.00  Calling process: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe ===
    MSI (c) (FC:98) [10:59:24:019]: Resetting cached policy values
    MSI (c) (FC:98) [10:59:24:019]: Machine policy value 'Debug' is 0
    MSI (c) (FC:98) [10:59:24:019]: ******* RunEngine:
               ******* Product: {90A40409-6000-11D3-8CFE-0150048383C9}
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (FC:98) [10:59:24:020]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (FC:98) [10:59:24:020]: Grabbed execution mutex.
    MSI (c) (FC:98) [10:59:24:022]: Cloaking enabled.
    MSI (c) (FC:98) [10:59:24:022]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (FC:98) [10:59:24:022]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (EC:B8) [10:59:24:030]: Running installation inside multi-package transaction {90A40409-6000-11D3-8CFE-0150048383C9}
    MSI (s) (EC:B8) [10:59:24:030]: Grabbed execution mutex.
    MSI (s) (EC:5C) [10:59:24:032]: Resetting cached policy values
    MSI (s) (EC:5C) [10:59:24:032]: Machine policy value 'Debug' is 0
    MSI (s) (EC:5C) [10:59:24:032]: ******* RunEngine:
               ******* Product: {90A40409-6000-11D3-8CFE-0150048383C9}
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (EC:5C) [10:59:24:032]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (EC:5C) [10:59:24:038]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (EC:5C) [10:59:24:039]: End dialog not enabled
    MSI (s) (EC:5C) [10:59:24:039]: Original package ==> C:\WINDOWS\Installer\180ca.msi
    MSI (s) (EC:5C) [10:59:24:039]: Package we're running from ==> C:\WINDOWS\Installer\180ca.msi
    MSI (s) (EC:5C) [10:59:24:043]: APPCOMPAT: looking for appcompat database entry with ProductCode '{90A40409-6000-11D3-8CFE-0150048383C9}'.
    MSI (s) (EC:5C) [10:59:24:043]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (EC:5C) [10:59:24:050]: MSCOREE already loaded, using loaded copy
    MSI (s) (EC:5C) [10:59:24:054]: Opening existing patch 'C:\WINDOWS\Installer\57492f7.msp'.
    MSI (s) (EC:5C) [10:59:24:054]: Note: 1: 2203 2: C:\WINDOWS\Installer\57492f7.msp 3: -2147287038
    MSI (s) (EC:5C) [10:59:24:054]: Couldn't find local patch 'C:\WINDOWS\Installer\57492f7.msp'. Looking for it at its source.
    MSI (s) (EC:5C) [10:59:24:054]: Resolving Patch source.
    MSI (s) (EC:5C) [10:59:24:054]: User policy value 'SearchOrder' is 'nmu'
    MSI (s) (EC:5C) [10:59:24:054]: User policy value 'DisableMedia' is 0
    MSI (s) (EC:5C) [10:59:24:054]: Machine policy value 'AllowLockdownMedia' is 0
    MSI (s) (EC:5C) [10:59:24:054]: SOURCEMGMT: Media enabled only if package is safe.
    MSI (s) (EC:5C) [10:59:24:054]: SOURCEMGMT: Looking for sourcelist for product {34E1EB8F-BDB2-475C-BD80-A86217C41B4D}
    MSI (s) (EC:5C) [10:59:24:054]: SOURCEMGMT: Adding {34E1EB8F-BDB2-475C-BD80-A86217C41B4D}; to potential sourcelist list (pcode;disk;relpath).
    MSI (s) (EC:5C) [10:59:24:055]: SOURCEMGMT: Now checking product {34E1EB8F-BDB2-475C-BD80-A86217C41B4D}
    MSI (s) (EC:5C) [10:59:24:055]: SOURCEMGMT: Media is enabled for product.
    MSI (s) (EC:5C) [10:59:24:055]: SOURCEMGMT: Attempting to use LastUsedSource from source list.
    MSI (s) (EC:5C) [10:59:24:055]: SOURCEMGMT: Processing net source list.
    MSI (s) (EC:5C) [10:59:24:055]: Note: 1: 1402 2: UNKNOWN\Net 3: 2
    MSI (s) (EC:5C) [10:59:24:055]: Note: 1: 1706 2: -2147483647 3: OWC11SP3.MSP
    MSI (s) (EC:5C) [10:59:24:055]: SOURCEMGMT: Processing media source list.
    MSI (s) (EC:5C) [10:59:25:063]: SOURCEMGMT: Resolved source to: 'OWC11SP3.MSP'
    MSI (s) (EC:5C) [10:59:51:327]: Note: 1: 1314 2: OWC11SP3.MSP
    MSI (s) (EC:5C) [10:59:51:327]: Unable to create a temp copy of patch 'OWC11SP3.MSP'.
    MSI (s) (EC:5C) [10:59:51:327]: Searching provided command line patches for patch code {34E1EB8F-BDB2-475C-BD80-A86217C41B4D}
    MSI (s) (EC:5C) [10:59:51:329]: Note: 1: 1708
    MSI (s) (EC:5C) [10:59:51:329]: Product: Microsoft Office 2003 Web Components -- Installation failed.
    MSI (s) (EC:5C) [10:59:51:330]: Windows Installer installed the product. Product Name: Microsoft Office 2003 Web Components. Product Version: 11.0.6558.0. Product Language: 1033. Installation success or error status: 1635.
    MSI (s) (EC:5C) [10:59:51:332]: MainEngineThread is returning 1635
    MSI (s) (EC:B8) [10:59:51:332]: No System Restore sequence number for this installation.
    This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.
    C:\WINDOWS\Installer\180ca.msi
    MSI (s) (EC:B8) [10:59:51:333]: User policy value 'DisableRollback' is 0
    MSI (s) (EC:B8) [10:59:51:333]: Machine policy value 'DisableRollback' is 0
    MSI (s) (EC:B8) [10:59:51:333]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (EC:B8) [10:59:51:334]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (EC:B8) [10:59:51:334]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (EC:B8) [10:59:51:335]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (EC:B8) [10:59:51:335]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (EC:B8) [10:59:51:335]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (EC:B8) [10:59:51:335]: Restoring environment variables
    MSI (c) (FC:98) [10:59:51:337]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (FC:98) [10:59:51:337]: MainEngineThread is returning 1635
    === Verbose logging stopped: 2/23/2015  10:59:51 ===
    Please help help

    this problem solved, i replace back the .msi to the windows\installer, now i have another probelm::
    === Verbose logging started: 2/23/2015  14:02:33  Build type: SHIP UNICODE 4.05.6002.00  Calling process: C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\setup.exe ===
    MSI (c) (44:50) [14:02:33:615]: Resetting cached policy values
    MSI (c) (44:50) [14:02:33:615]: Machine policy value 'Debug' is 0
    MSI (c) (44:50) [14:02:33:615]: ******* RunEngine:
               ******* Product: {E46A76D1-9FB9-4770-BA24-3975EF4D120A}
               ******* Action:
               ******* CommandLine: **********
    MSI (c) (44:50) [14:02:33:616]: Client-side and UI is none or basic: Running entire install on the server.
    MSI (c) (44:50) [14:02:33:616]: Grabbed execution mutex.
    MSI (c) (44:50) [14:02:33:618]: Cloaking enabled.
    MSI (c) (44:50) [14:02:33:618]: Attempting to enable all disabled privileges before calling Install on Server
    MSI (c) (44:50) [14:02:33:619]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (B8:9C) [14:02:33:626]: Running installation inside multi-package transaction {E46A76D1-9FB9-4770-BA24-3975EF4D120A}
    MSI (s) (B8:9C) [14:02:33:626]: Grabbed execution mutex.
    MSI (s) (B8:64) [14:02:33:626]: Resetting cached policy values
    MSI (s) (B8:64) [14:02:33:626]: Machine policy value 'Debug' is 0
    MSI (s) (B8:64) [14:02:33:626]: ******* RunEngine:
               ******* Product: {E46A76D1-9FB9-4770-BA24-3975EF4D120A}
               ******* Action:
               ******* CommandLine: **********
    MSI (s) (B8:64) [14:02:33:626]: Machine policy value 'DisableUserInstalls' is 0
    MSI (s) (B8:64) [14:02:33:632]: SRSetRestorePoint skipped for this transaction.
    MSI (s) (B8:64) [14:02:33:632]: End dialog not enabled
    MSI (s) (B8:64) [14:02:33:633]: Original package ==> C:\WINDOWS\Installer\23e28752.msi
    MSI (s) (B8:64) [14:02:33:633]: Package we're running from ==> C:\WINDOWS\Installer\23e28752.msi
    MSI (s) (B8:64) [14:02:33:637]: APPCOMPAT: looking for appcompat database entry with ProductCode '{E46A76D1-9FB9-4770-BA24-3975EF4D120A}'.
    MSI (s) (B8:64) [14:02:33:637]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (B8:64) [14:02:33:644]: MSCOREE already loaded, using loaded copy
    MSI (s) (B8:64) [14:02:33:648]: Machine policy value 'DisablePatch' is 0
    MSI (s) (B8:64) [14:02:33:648]: Machine policy value 'AllowLockdownPatch' is 0
    MSI (s) (B8:64) [14:02:33:648]: Machine policy value 'DisableLUAPatching' is 0
    MSI (s) (B8:64) [14:02:33:648]: Machine policy value 'DisableFlyWeightPatching' is 0
    MSI (s) (B8:64) [14:02:33:649]: APPCOMPAT: looking for appcompat database entry with ProductCode '{E46A76D1-9FB9-4770-BA24-3975EF4D120A}'.
    MSI (s) (B8:64) [14:02:33:649]: APPCOMPAT: no matching ProductCode found in database.
    MSI (s) (B8:64) [14:02:33:649]: Transforms are not secure.
    MSI (s) (B8:64) [14:02:33:650]: PROPERTY CHANGE: Adding MsiLogFileLocation property. Its value is 'C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0018_SV53749_MSXML6_1.log'.
    MSI (s) (B8:64) [14:02:33:650]: Command Line: STPSETUPTHREADID=1484 STPSETUPPROCESSID=9540 EXTERNALCONTROL=1 ADDLOCAL=ALL SKIPPENDINGREBOOTCHECK=1 APPGUID={FFFA78A7-BD51-4255-8470-C4D4A85B49F5} REBOOT=ReallySuppress CURRENTDIRECTORY=C:\Program Files\Microsoft
    SQL Server\90\Setup Bootstrap CLIENTUILEVEL=3 MSICLIENTUSESEXTERNALUI=1 CLIENTPROCESSID=9540
    MSI (s) (B8:64) [14:02:33:650]: PROPERTY CHANGE: Adding PackageCode property. Its value is '{EE6525FC-1729-4E76-A8C1-12C756BA0AD0}'.
    MSI (s) (B8:64) [14:02:33:650]: Product Code passed to Engine.Initialize:           '{E46A76D1-9FB9-4770-BA24-3975EF4D120A}'
    MSI (s) (B8:64) [14:02:33:650]: Product Code from property table before transforms: '{E46A76D1-9FB9-4770-BA24-3975EF4D120A}'
    MSI (s) (B8:64) [14:02:33:650]: Product Code from property table after transforms:  '{E46A76D1-9FB9-4770-BA24-3975EF4D120A}'
    MSI (s) (B8:64) [14:02:33:650]: Product registered: entering maintenance mode
    MSI (s) (B8:64) [14:02:33:650]: Product {E46A76D1-9FB9-4770-BA24-3975EF4D120A} is admin assigned: LocalSystem owns the publish key.
    MSI (s) (B8:64) [14:02:33:650]: Product {E46A76D1-9FB9-4770-BA24-3975EF4D120A} is managed.
    MSI (s) (B8:64) [14:02:33:650]: MSI_LUA: Credential prompt not required, user is an admin
    MSI (s) (B8:64) [14:02:33:650]: PROPERTY CHANGE: Adding ProductState property. Its value is '5'.
    MSI (s) (B8:64) [14:02:33:650]: PROPERTY CHANGE: Adding ProductToBeRegistered property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:651]: Package name retrieved from configuration data: 'msxml6.msi'
    MSI (s) (B8:64) [14:02:33:651]: Determined that existing product (either this product or the product being upgraded with a patch) is installed per-machine.
    MSI (s) (B8:64) [14:02:33:654]: Note: 1: 2262 2: AdminProperties 3: -2147287038
    MSI (s) (B8:64) [14:02:33:654]: Machine policy value 'DisableMsi' is 1
    MSI (s) (B8:64) [14:02:33:654]: Machine policy value 'AlwaysInstallElevated' is 0
    MSI (s) (B8:64) [14:02:33:654]: User policy value 'AlwaysInstallElevated' is 0
    MSI (s) (B8:64) [14:02:33:654]: Product {E46A76D1-9FB9-4770-BA24-3975EF4D120A} is admin assigned: LocalSystem owns the publish key.
    MSI (s) (B8:64) [14:02:33:654]: Product {E46A76D1-9FB9-4770-BA24-3975EF4D120A} is managed.
    MSI (s) (B8:64) [14:02:33:654]: Running product '{E46A76D1-9FB9-4770-BA24-3975EF4D120A}' with elevated privileges: Product is assigned.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding STPSETUPTHREADID property. Its value is '1484'.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding STPSETUPPROCESSID property. Its value is '9540'.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding EXTERNALCONTROL property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding ADDLOCAL property. Its value is 'ALL'.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding SKIPPENDINGREBOOTCHECK property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding APPGUID property. Its value is '{FFFA78A7-BD51-4255-8470-C4D4A85B49F5}'.
    MSI (s) (B8:64) [14:02:33:654]: PROPERTY CHANGE: Adding REBOOT property. Its value is 'ReallySuppress'.
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding CURRENTDIRECTORY property. Its value is 'C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap'.
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding CLIENTUILEVEL property. Its value is '3'.
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding MSICLIENTUSESEXTERNALUI property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding CLIENTPROCESSID property. Its value is '9540'.
    MSI (s) (B8:64) [14:02:33:655]: Machine policy value 'DisableAutomaticApplicationShutdown' is 0
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding MsiRestartManagerSessionKey property. Its value is '2bacf19a1da7c4438b188852d7df058c'.
    MSI (s) (B8:64) [14:02:33:655]: RESTART MANAGER: Session opened.
    MSI (s) (B8:64) [14:02:33:655]: TRANSFORMS property is now:
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding PRODUCTLANGUAGE property. Its value is '1033'.
    MSI (s) (B8:64) [14:02:33:655]: PROPERTY CHANGE: Adding VersionDatabase property. Its value is '300'.
    MSI (s) (B8:64) [14:02:33:658]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming
    MSI (s) (B8:64) [14:02:33:660]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Favorites
    MSI (s) (B8:64) [14:02:33:662]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts
    MSI (s) (B8:64) [14:02:33:663]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Documents
    MSI (s) (B8:64) [14:02:33:665]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts
    MSI (s) (B8:64) [14:02:33:667]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent
    MSI (s) (B8:64) [14:02:33:668]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo
    MSI (s) (B8:64) [14:02:33:671]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Templates
    MSI (s) (B8:64) [14:02:33:671]: SHELL32::SHGetFolderPath returned: C:\ProgramData
    MSI (s) (B8:64) [14:02:33:673]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Local
    MSI (s) (B8:64) [14:02:33:675]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Pictures
    MSI (s) (B8:64) [14:02:33:679]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (B8:64) [14:02:33:681]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (B8:64) [14:02:33:682]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu\Programs
    MSI (s) (B8:64) [14:02:33:685]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Start Menu
    MSI (s) (B8:64) [14:02:33:687]: SHELL32::SHGetFolderPath returned: C:\Users\Public\Desktop
    MSI (s) (B8:64) [14:02:33:691]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Administrative Tools
    MSI (s) (B8:64) [14:02:33:693]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup
    MSI (s) (B8:64) [14:02:33:695]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu\Programs
    MSI (s) (B8:64) [14:02:33:697]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Start Menu
    MSI (s) (B8:64) [14:02:33:698]: SHELL32::SHGetFolderPath returned: C:\Users\Administrator\Desktop
    MSI (s) (B8:64) [14:02:33:701]: SHELL32::SHGetFolderPath returned: C:\ProgramData\Microsoft\Windows\Templates
    MSI (s) (B8:64) [14:02:33:701]: SHELL32::SHGetFolderPath returned: C:\Windows\Fonts
    MSI (s) (B8:64) [14:02:33:702]: Note: 1: 2898 2: MS Sans Serif 3: MS Sans Serif 4: 0 5: 16
    MSI (s) (B8:64) [14:02:33:711]: MSI_LUA: Setting MsiRunningElevated property to 1 because the install is already running elevated.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding MsiRunningElevated property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding Privileged property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding USERNAME property. Its value is 'Sun Life'.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding COMPANYNAME property. Its value is 'Sun Life Hong Kong Limited'.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding Installed property. Its value is '00:00:00'.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding DATABASE property. Its value is 'C:\WINDOWS\Installer\23e28752.msi'.
    MSI (s) (B8:64) [14:02:33:711]: PROPERTY CHANGE: Adding OriginalDatabase property. Its value is 'C:\WINDOWS\Installer\23e28752.msi'.
    MSI (s) (B8:64) [14:02:33:711]: Machine policy value 'MsiDisableEmbeddedUI' is 0
    MSI (s) (B8:64) [14:02:33:711]: EEUI - Disabling MsiEmbeddedUI due to existing external or embedded UI
    MSI (s) (B8:64) [14:02:33:711]: EEUI - Disabling MsiEmbeddedUI for service because it's not a quiet/basic install
    MSI (s) (B8:64) [14:02:33:712]: Note: 1: 2205 2:  3: PatchPackage
    MSI (s) (B8:64) [14:02:33:712]: Machine policy value 'DisableRollback' is 0
    MSI (s) (B8:64) [14:02:33:712]: User policy value 'DisableRollback' is 0
    MSI (s) (B8:64) [14:02:33:712]: PROPERTY CHANGE: Adding UILevel property. Its value is '2'.
    === Logging started: 2/23/2015  14:02:33 ===
    MSI (s) (B8:64) [14:02:33:713]: PROPERTY CHANGE: Adding Preselected property. Its value is '1'.
    MSI (s) (B8:64) [14:02:33:713]: PROPERTY CHANGE: Adding ACTION property. Its value is 'INSTALL'.
    MSI (s) (B8:64) [14:02:33:713]: Doing action: INSTALL
    Action start 14:02:33: INSTALL.
    MSI (s) (B8:64) [14:02:33:717]: Running ExecuteSequence
    MSI (s) (B8:64) [14:02:33:717]: Doing action: SkipInstallCA
    MSI (s) (B8:64) [14:02:33:720]: Note: 1: 2235 2:  3: ExtendedType 4: SELECT `Action`,`Type`,`Source`,`Target`, NULL, `ExtendedType` FROM `CustomAction` WHERE `Action` = 'SkipInstallCA'
    MSI (s) (B8:B8) [14:02:33:730]: Invoking remote custom action. DLL: C:\Windows\Installer\MSI92BC.tmp, Entrypoint: SkipInstall
    MSI (s) (B8:B0) [14:02:33:730]: Generating random cookie.
    MSI (s) (B8:B0) [14:02:33:743]: Created Custom Action Server with PID 8820 (0x2274).
    MSI (s) (B8:20) [14:02:33:788]: Running as a service.
    MSI (s) (B8:20) [14:02:33:791]: Hello, I'm your 32bit Impersonated custom action server.
    Action start 14:02:33: SkipInstallCA.
    This package is not supported on this operating system.
    Action ended 14:02:33: SkipInstallCA. Return value 3.
    Action ended 14:02:33: INSTALL. Return value 3.
    Property(S): ProductCode = {E46A76D1-9FB9-4770-BA24-3975EF4D120A}
    Property(S): Manufacturer = Microsoft Corporation
    Property(S): ProductVersion = 6.20.2016.0
    Property(S): ProductLanguage = 1033
    Property(S): UpgradeCode = {1B117BA7-5BC1-419E-820E-7D4F3F412C7B}
    Property(S): ARPPRODUCTICON = ARPIco
    Property(S): PIDTemplate = 53934<````=````=````=````=`````>@@@@@
    Property(S): PROMPTROLLBACKCOST = P
    Property(S): DiskPrompt = [1]
    Property(S): INSTALLLEVEL = 100
    Property(S): ALLUSERS = 1
    Property(S): InstallMode = Typical
    Property(S): ErrorIcon = ErrorIco
    Property(S): SuccessIcon = SuccessIco
    Property(S): WarningIcon = WarningIco
    Property(S): LicenseIcon = LicenseIco
    Property(S): SetupIcon = SetupIco
    Property(S): CompleteIcon = CompleteIco
    Property(S): CustomIcon = CustomIco
    Property(S): RepairIcon = RepairIco
    Property(S): RemoveIcon = RemoveIco
    Property(S): ModifyIcon = ModifyIco
    Property(S): NewIcon = NewIco
    Property(S): UpIcon = UpIco
    Property(S): DialogBanner = BannerBmp
    Property(S): WelcomeBmp = WelcomeBmp
    Property(S): ApplicationUsers = AllUsers
    Property(S): Details = 0
    Property(S): AgreeToLicense = No
    Property(S): _IsMaintenance = Reinstall
    Property(S): _IsMaintenance2 = Modify
    Property(S): ReinstallModeText = omus
    Property(S): Display_IsBitmapDlg = 1
    Property(S): Interrupted = 0
    Property(S): ProductID = none
    Property(S): ISENABLEDWUSFINISHDIALOG = 1
    Property(S): SQLServerText1 = 0
    Property(S): SQLServerVersionText1 = 0
    Property(S): SQLServerVersionText2 = 0
    Property(S): SQLServerVersionText3 = 0
    Property(S): CA_ERRORCOUNT = 0
    Property(S): CA_WARNINGCOUNT = 0
    Property(S): CA_SUCCESSCOUNT = 0
    Property(S): MINIMUMOS = true
    Property(S): UI_SHOWCOPYRIGHT = yes
    Property(S): ShowUserRegistrationDlg = 1
    Property(S): ErrorDialog = ErrorDlg
    Property(S): DefaultUIFont = Tahoma8
    Property(S): VersionNT = 600
    Property(S): ARPHELPLINK = http://support.microsoft.com/kb/2758696
    Property(S): SecureCustomProperties = NEWERFOUND.72DE5BCD_5CB0_4335_B118_AB4C4DA70AE1;OLDERFOUND.72DE5BCD_5CB0_4335_B118_AB4C4DA70AE1;OLDERFOUND2.72DE5BCD_5CB0_4335_B118_AB4C4DA70AE1
    Property(S): DesktopFolder = C:\Users\Public\Desktop\
    Property(S): ProgramFilesFolder = C:\Program Files\
    Property(S): ButtonTextStyle = {\ButtonTextStyle}
    Property(S): DlgTextStyle = {\DlgTextStyle}
    Property(S): DlgTextStyleB = {\DlgTextStyleB}
    Property(S): DlgTitleStyle = {\DlgTitleStyle}
    Property(S): DlgTitleStyleB = {\DlgTitleStyleB}
    Property(S): FixedStyle = {\FixedStyle}
    Property(S): Installed = 00:00:00
    Property(S): COMPANYNAME = Sun Life Hong Kong Limited
    Property(S): USERNAME = Sun Life
    Property(S): DialogTitleSetup = Setup
    Property(S): DialogTitlePatch = Patch
    Property(S): DialogTitleUpgrade = Upgrade
    Property(S): Text_ArrowLeft = <
    Property(S): Text_ArrowRight =  >
    Property(S): ButtonText_Next = Next
    Property(S): ButtonText_Next_Hot = &Next
    Property(S): ButtonText_Cancel = Cancel
    Property(S): ButtonText_Cancel_Hot = &Cancel
    Property(S): ButtonText_Back = Back
    Property(S): ButtonText_Back_Hot = &Back
    Property(S): ButtonText_Finish = Finish
    Property(S): ButtonText_Finish_Hot = &Finish
    Property(S): ButtonText_Update = Update >
    Property(S): ButtonText_Update_Hot = &Update >
    Property(S): ButtonText_Ok = OK
    Property(S): ButtonText_Ok_Hot = &OK
    Property(S): ButtonText_Yes = Yes
    Property(S): ButtonText_Yes_Hot = &Yes
    Property(S): ButtonText_No = No
    Property(S): ButtonText_No_Hot = &No
    Property(S): ButtonText_Abort = Abort
    Property(S): ButtonText_Abort_Hot = &Abort
    Property(S): ButtonText_Ignore = Ignore
    Property(S): ButtonText_Ignore_Hot = &Ignore
    Property(S): ButtonText_Retry = Retry
    Property(S): ButtonText_Retry_Hot = &Retry
    Property(S): ButtonText_Change = Change...
    Property(S): ButtonText_Change_Hot = &Change...
    Property(S): ButtonText_Help = Help
    Property(S): ButtonText_Help_Hot = &Help
    Property(S): ButtonText_Install = Install
    Property(S): ButtonText_Install_Hot = &Install
    Property(S): ButtonText_Exit = Exit
    Property(S): ButtonText_Exit_Hot = &Exit
    Property(S): ButtonText_Remove = Remove
    Property(S): ButtonText_Remove_Hot = &Remove
    Property(S): ButtonText_Space = Space
    Property(S): ButtonText_Space_Hot = &Space
    Property(S): ButtonText_Browse = Browse...
    Property(S): ButtonText_Browse_Hot = Bro&wse...
    Property(S): ButtonText_DiskCost = Disk Cost...
    Property(S): ButtonText_DiskCost_Hot = &Disk Cost...
    Property(S): LabelText_Status = Status
    Property(S): LabelText_SerialNumber = &Serial Number:
    Property(S): LabelText_UserName = &User Name
    Property(S): LabelText_PersonName = Name
    Property(S): LabelText_PersonOrganization = Company
    Property(S): LabelText_InstallTo = Install to
    Property(S): LabelText_Modify = &Modify
    Property(S): LabelText_Repair = Re&pair
    Property(S): LabelText_Remove = &Remove
    Property(S): LabelText_Complete = &Complete
    Property(S): LabelText_Custom = Cu&stom
    Property(S): LabelText_NetworkLocation = &Network location:
    Property(S): LabelText_LookIn = &Look in
    Property(S): LabelText_FolderName = &Folder name
    Property(S): LabelText_FeatureDescription = Feature description
    Property(S): LabelText_CopyFilesFrom = Copy Files from
    Property(S): LabelText_InstallFor = Install this application for
    Property(S): HeadText_AdminWelcome = Welcome to the Install Wizard for
    Property(S): HeadText_InstallWelcome = Welcome to the Install Wizard for
    Property(S): HeadText_WelcomePatch = Welcome to the Patch for
    Property(S): HeadText_SetupWelcome = Welcome to the
    Property(S): HeadText_SetupWelcome2 =  Setup
    Property(S): HeadText_ResumeInstall = Resuming the Install Wizard for
    Property(S): HeadText_SetupInterrupted =  Setup Interrupted
    Property(S): HeadText_LicenseAgreement = License Agreement
    Property(S): HeadText_FeatureSelection = Feature Selection
    Property(S): HeadText_NetworkLocation = Network Location
    Property(S): HeadText_ProgramMaintenance = Program Maintenance
    Property(S): HeadText_DiskSpaceRequirements = Disk Space Requirements
    Property(S): HeadText_FilesInUse = Files in Use
    Property(S): HeadText_DatabaseFolder = Database Folder
    Property(S): HeadText_RegistrationInformation = Registration Information
    Property(S): HeadText_CompletingSetup = Completing the
    Property(S): HeadText_CompletingSetup2 =  Setup
    Property(S): HeadText_InstallingProduct = Installing
    Property(S): HeadText_UninstallProduct = Uninstalling
    Property(S): HeadText_ChangeDestinationFolder = Change Current Destination Folder
    Property(S): HeadText_ReadyInstall = Ready to Install the Program
    Property(S): HeadText_ReadyRepair = Ready to Repair the Program
    Property(S): HeadText_ReadyModify = Ready to Modify the Program
    Property(S): HeadText_RemoveProgram = Remove the Program
    Property(S): HeadText_OutOfDiskSpace = Out of Disk Space
    Property(S): DescText_FilesInUse = Some files that need to be updated are currently in use.
    Property(S): DescText_RegistrationInformation = The following information will personalize your installation.
    Property(S): DescText_ServerImage = Setup will create a server image of
    Property(S): DescText_ServerImage2 =  at a specified network location. To continue, click Next.
    Property(S): DescText_InstallModifyRemove = Setup helps you install, modify or remove
    Property(S): DescText_InstallModifyRemove2 = . To continue, click Next.
    Property(S): DescText_PatchInstall = The Install Wizard will install the Patch for
    Property(S): DescText_PatchInstall2 =  on your computer. To continue, click Update.
    Property(S): DescText_WizardComplete = The Install Wizard will complete the installation of
    Property(S): DescText_WizardComplete2 =  on your computer. To continue, click Next.
    Property(S): DescText_CompleteSuspended = The Install Wizard will complete the suspended installation of
    Property(S): DescText_CompleteSuspended2 =  on your computer. To continue, click Next.
    Property(S): DescText_SuccessfulInstallation = Setup has installed
    Property(S): DescText_SuccessfulInstallation2 =  successfully. Click Finish to exit.
    Property(S): DescText_SuccessfulRemove = Setup has removed
    Property(S): DescText_SuccessfulRemove2 =  successfully. Click Finish to exit.
    Property(S): DescText_SuccessfulRepair = Setup has repaired
    Property(S): DescText_SuccessfulRepair2 =  successfully. Click Finish to exit.
    Property(S): DescText_SuccessfulModify = Setup has modified
    Property(S): DescText_SuccessfulModify2 =  successfully. Click Finish to exit.
    Property(S): DescText_SetupInterrupted = Setup was interrupted before
    Property(S): DescText_SetupInterrupted2 =  could be completely installed.
    Property(S): DescText_PreparingSetup =  Setup is preparing the Install Wizard which will guide you through the program setup process. Please wait.
    Property(S): DescText_FeatureSelection = Select the program features you want installed.
    Property(S): DescText_ProgramFeaturesInstall = The program features you selected are being installed.
    Property(S): DescText_ProgramFeaturesUninstall = The program features you selected are being uninstalled.
    Property(S): DescText_ReadLicense = Please read the following license agreement carefully.
    Property(S): DescText_SpecifyNetworkLocation = Specify a network location for the server image of the product.
    Property(S): DescText_BrowseDestination = Browse to the destination folder.
    Property(S): DescText_ModifyRepairRemove = Repair or remove the program.
    Property(S): DescText_ReadyInstallation = Setup is ready to begin installation.
    Property(S): DescText_ChosenRemove = You have chosen to remove the program from your system.
    Property(S): DescText_DiskSpaceRequirements = The disk space required for the installation of the selected features.
    Property(S): DescText_DiskExceedsAvailable = Disk space required for the installation exceeds available disk space.
    Property(S): Text_ReRunSetup = Your system has not been modified. To complete installation at another time, please run setup again.
    Property(S): Text_FinishExit = Click Finish to exit Setup.
    Property(S): Text_RestoreState = You can either keep any existing installed elements on your system to continue this installation at a later time or you can restore your system to its original state prior to the installation.
    Property(S): Text_RestoreClick = Click Restore or Continue Later to exit Setup.
    Property(S): Text_InstallWait = Please wait while the Install Wizard installs
    Property(S): Text_InstallWait2 = . This may take several minutes.
    Property(S): Text_UninstallWaitText = Please wait while the Install Wizard uninstalls
    Property(S): Text_UninstallWaitText2 = . This may take several minutes.
    Property(S): Text_UninstallWait = Please wait while the Install Wizard uninstalls
    Property(S): Text_UninstallWait2 = . This may take several minutes.
    Property(S): Text_ProgressDone = Progress done
    Property(S): Text_Copyright = WARNING: This program is protected by copyright law and international treaties.
    Property(S): Text_BeginInstallation = Click Install to begin the installation.
    Property(S): Text_ReviewChange = If you want to review or change any of your installation settings, click Back. Click Cancel to exit Setup.
    Property(S): Text_AlterFeatureInstall = Click an icon in the following list to change how a feature is installed.
    Property(S): Text_ConfirmExit = The installation is not yet complete. Are you sure you want to exit?
    Property(S): Text_FeatureSelectionDescription = This feature requires 4 MB on your hard drive.
    Property(S): Text_EnterNetworkLocation = Enter the network location or click Change to browse to a location. Click Install to create a server image of
    Property(S): Text_EnterNetworkLocation2 =  at the specified network location or click Cancel to exit Setup.
    Property(S): Text_SelectDifferentDrive = The highlighted volumes do not have enough disk space available for the currently selected features. You can remove files from the highlighted volumes, choose to install less features onto local drives, or select different
    destination drives.
    Property(S): Text_RepairInstallationErrors = Repair installation errors in the program. This option fixes missing or corrupt files, shortcuts, and registry entries.
    Property(S): Text_RemoveFromComputer = Remove
    Property(S): Text_RemoveFromComputer2 =  from your computer.
    Property(S): Text_UsingFilesRetry = The following applications are using files that need to be updated by this setup. Close these applications and click Retry to continue.
    Property(S): Text_ClickRemove = Click Remove to remove
    Property(S): Text_ClickRemove2 =  from your computer. After removal, this program will no longer be available for use.
    Property(S): Text_ReviewChangeBack = If you want to review or change any settings, click Back.
    Property(S): Text_AllUsers = &Anyone who uses this computer (all users)
    Property(S): Text_OnlyMe = Only for &me ([USERNAME])
    Property(S): Text_NotAcceptTerms = I &do not accept the terms in the license agreement
    Property(S): Text_AcceptTerms = I &accept the terms in the license agreement
    Property(S): Text_RegInfoNameAndOrg = Enter your name and the name of your organization in the fields below.
    Property(S): Text_RegInfoOrg = Enter the name of your organization in the field below.
    Property(S): Upgrade_Confirmation = A lower version of this product has been detected on your system. Would you like to upgrade your existing installation?
    Property(S): AdminMessage = Setup requires user to be in the administrator group in order to continue the installation process. Setup is aborting as the current user is not in the administrator group.
    Property(S): SupportedOSMessage = Installation of this product failed because it is not supported on this operating system. For information on supported configurations, see the product documentation.
    Property(S): ShortCutText = MSXML 6 Service Pack 2 (KB2758696)
    Property(S): DialogTitle = MSXML 6 Service Pack 2 (KB2758696) Setup
    Property(S): ProductName = MSXML 6 Service Pack 2 (KB2758696)
    Property(S): ShortName = MSXML 6 Service Pack 2 (KB2758696)
    Property(S): WrongPackage = This MSXML6 Service Pack 2 (KB2758696) package is not supported on the current processor type.
    Property(S): DialogPatchTitle = MSXML 6 Service Pack 2 (KB2758696) Patch
    Property(S): SystemFolder = C:\Windows\system32\
    Property(S): WdSfpCaMainModId.41646F16_4E6C_4E96_BF1B_772105414B9D = 86F857F6_A743_463D_B2FE_98CB5F727E09
    Property(S): AppGuidRegKey = Wdsfpca_Uninstall_RegKey.86F857F6_A743_463D_B2FE_98CB5F727E09
    Property(S): MsiLogFileLocation = C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap\LOG\Files\SQLSetup0018_SV53749_MSXML6_1.log
    Property(S): PackageCode = {EE6525FC-1729-4E76-A8C1-12C756BA0AD0}
    Property(S): ProductState = 5
    Property(S): ProductToBeRegistered = 1
    Property(S): STPSETUPTHREADID = 1484
    Property(S): STPSETUPPROCESSID = 9540
    Property(S): EXTERNALCONTROL = 1
    Property(S): ADDLOCAL = ALL
    Property(S): SKIPPENDINGREBOOTCHECK = 1
    Property(S): APPGUID = {FFFA78A7-BD51-4255-8470-C4D4A85B49F5}
    Property(S): REBOOT = ReallySuppress
    Property(S): CURRENTDIRECTORY = C:\Program Files\Microsoft SQL Server\90\Setup Bootstrap
    Property(S): CLIENTUILEVEL = 3
    Property(S): MSICLIENTUSESEXTERNALUI = 1
    Property(S): CLIENTPROCESSID = 9540
    Property(S): MsiRestartManagerSessionKey = 2bacf19a1da7c4438b188852d7df058c
    Property(S): PRODUCTLANGUAGE = 1033
    Property(S): VersionDatabase = 300
    Property(S): VersionMsi = 4.05
    Property(S): WindowsBuild = 6002
    Property(S): ServicePackLevel = 2
    Property(S): ServicePackLevelMinor = 0
    Property(S): MsiNTProductType = 3
    Property(S): WindowsFolder = C:\Windows\
    Property(S): WindowsVolume = C:\
    Property(S): System16Folder = C:\Windows\system\
    Property(S): RemoteAdminTS = 1
    Property(S): TempFolder = C:\Users\ADMINI~1\AppData\Local\Temp\
    Property(S): CommonFilesFolder = C:\Program Files\Common Files\
    Property(S): AppDataFolder = C:\Users\Administrator\AppData\Roaming\
    Property(S): FavoritesFolder = C:\Users\Administrator\Favorites\
    Property(S): NetHoodFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Network Shortcuts\
    Property(S): PersonalFolder = C:\Users\Administrator\Documents\
    Property(S): PrintHoodFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Printer Shortcuts\
    Property(S): RecentFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\Recent\
    Property(S): SendToFolder = C:\Users\Administrator\AppData\Roaming\Microsoft\Windows\SendTo\
    Property(S): TemplateFolder = C:\ProgramData\Microsoft\Windows\Templates\
    Property(S): CommonAppDataFolder = C:\ProgramData\
    Property(S): LocalAppDataFolder = C:\Users\Administrator\AppData\Local\
    Property(S): MyPicturesFolder = C:\Users\Administrator\Pictures\
    Property(S): AdminToolsFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Administrative Tools\
    Property(S): StartupFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup\
    Property(S): ProgramMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\Programs\
    Property(S): StartMenuFolder = C:\ProgramData\Microsoft\Windows\Start Menu\
    Property(S): FontsFolder = C:\Windows\Fonts\
    Property(S): GPTSupport = 1
    Property(S): OLEAdvtSupport = 1
    Property(S): ShellAdvtSupport = 1
    Property(S): Intel = 6
    Property(S): PhysicalMemory = 2047
    Property(S): VirtualMemory = 2390
    Property(S): AdminUser = 1
    Property(S): LogonUser = Administrator
    Property(S): UserSID = S-1-5-21-752955860-2970973076-2057269693-500
    Property(S): UserLanguageID = 1033
    Property(S): ComputerName = SV53749
    Property(S): SystemLanguageID = 1033
    Property(S): ScreenX = 1024
    Property(S): ScreenY = 768
    Property(S): CaptionHeight = 19
    Property(S): BorderTop = 1
    Property(S): BorderSide = 1
    Property(S): TextHeight = 16
    Property(S): TextInternalLeading = 3
    Property(S): ColorBits = 32
    Property(S): TTCSupport = 1
    Property(S): Time = 14:02:33
    Property(S): Date = 2/23/2015
    Property(S): MsiNetAssemblySupport = 2.0.50727.4016
    Property(S): MsiWin32AssemblySupport = 6.0.6001.18000
    Property(S): RedirectedDllSupport = 2
    Property(S): MsiRunningElevated = 1
    Property(S): Privileged = 1
    Property(S): DATABASE = C:\WINDOWS\Installer\23e28752.msi
    Property(S): OriginalDatabase = C:\WINDOWS\Installer\23e28752.msi
    Property(S): UILevel = 2
    Property(S): Preselected = 1
    Property(S): ACTION = INSTALL
    MSI (s) (B8:64) [14:02:33:948]: Note: 1: 1729
    MSI (s) (B8:64) [14:02:33:948]: Product: MSXML 6 Service Pack 2 (KB2758696) -- Configuration failed.
    MSI (s) (B8:64) [14:02:33:949]: Windows Installer reconfigured the product. Product Name: MSXML 6 Service Pack 2 (KB2758696). Product Version: 6.20.2016.0. Product Language: 1033. Reconfiguration success or error status: 1603.
    MSI (s) (B8:64) [14:02:33:951]: Deferring clean up of packages/files, if any exist
    MSI (s) (B8:64) [14:02:33:951]: MainEngineThread is returning 1603
    MSI (s) (B8:9C) [14:02:33:952]: RESTART MANAGER: Session closed.
    MSI (s) (B8:9C) [14:02:33:952]: No System Restore sequence number for this installation.
    === Logging stopped: 2/23/2015  14:02:33 ===
    MSI (s) (B8:9C) [14:02:33:952]: User policy value 'DisableRollback' is 0
    MSI (s) (B8:9C) [14:02:33:952]: Machine policy value 'DisableRollback' is 0
    MSI (s) (B8:9C) [14:02:33:952]: Incrementing counter to disable shutdown. Counter after increment: 0
    MSI (s) (B8:9C) [14:02:33:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (B8:9C) [14:02:33:953]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\Rollback\Scripts 3: 2
    MSI (s) (B8:9C) [14:02:33:954]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (B8:9C) [14:02:33:954]: Note: 1: 1402 2: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Installer\InProgress 3: 2
    MSI (s) (B8:9C) [14:02:33:954]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (s) (B8:9C) [14:02:33:954]: Restoring environment variables
    MSI (s) (B8:9C) [14:02:33:955]: Destroying RemoteAPI object.
    MSI (s) (B8:B0) [14:02:33:955]: Custom Action Manager thread ending.
    MSI (c) (44:50) [14:02:33:957]: Decrementing counter to disable shutdown. If counter >= 0, shutdown will be denied.  Counter after decrement: -1
    MSI (c) (44:50) [14:02:33:959]: MainEngineThread is returning 1603
    === Verbose logging stopped: 2/23/2015  14:02:33 ===
    MSXML6 problem

  • Bad Performance on SQL 2005 multiserver installation

    We have upgraded our server environment from  a single server solution with SQL 2000 and are now running on a multiserver solution with one DB server with SQL 2005 and two applictionservers.
    And now we are experience a much slower performance in our new environment on all EVDRE reports. Is there anyone who know about any issue with a multiserver environment or SQL 2005 that makes the reports slower?
    In our more advanced report with "expand by sheet" that took about 1 minute to expand on our old environment can take up to 10 minutes to expand in our new environment.
    Both servers are running BPC 5.1 SP5 patch 1

    The SQL Server version is very good and the performance problems should not come from there.
    Please make sure you check the document from sd regarding
    SAP_BPC_Performance_Tuning_Guide.doc to be sure you have the right configuration for OLAP and SQL and also application server.
    Can you please provide an information regarding what kind of configuration do you have into this multiserver environment?
    It is important also nr. of processors and memory for each server.
    Do you have a maintenance plan for your SQL server database?
    If you don't have that can cause again a big problem regarding performances.
    Please run into management studio exec sp_updatestats for you database to be sure that you have at least update statistics.
    So all these things mentioned before should be managed carefully to be sure that you have good performances into system.
    From application point of view make sure that you schedule lite optimize to be sure that you don't have more than 40000 rows into wb table.
    Regards
    Sorin Radulescu

  • Upgrade Process from SQL 2005 to SQL 2012

    Hi All,
    I have gone thru multiple threads and would like to understand some steps in detail for me to upgrade SQL 2005 to SQL 2012.
    Below is my understanding and questions around it, I would be setting up a new environment with OS 2007/2008 with SQL 2012:
    Environment Readiness - Ensure new environment is ready with Win 2007/2008 with SQL 2012 Server
    Run Upgrade Advisor on the new environment and point to SQL 2005 instance
    Find the breaking/discontinued changes to be done before or After Upgrade
    <Question>: Over here I would like to know what should be our approach to make the required changes
    <Question>: Obviously I should not be making changes directly on the Production SQL 2005 server, then in that case should I take a backup/restore on the new SQL Server 2012 and then make the required changes to the database objects
    like (Table schema(changing column names/datatypes etc.), Stored Procedure, Functions & Views)
    <Question>: When I do a backup/restore I would also get the data along with it, so is this a recommended approach or should we only run/use the table schema creation scripts, fix the issues identified by UA and then do an Table to Table import,
    any thoughts on this ?
    <Question>: If I have to do a table to table Import then I should ensure there's a downtime during the Import or would I have any other better approach          
    So, basically my questions are around the approach of fixing the issues identified by UA and moving the database to SQL Server 2012 environment, I have around 300 databased to me upgraded.
    Please do let me know what should be a good/proven approach ? Pl. do let me know if you would need any more details from me.
    ---Umesh

    Thanks all for the replies.
    I am trying summarize what I have understood here:
    Document SQL Server 2005 environment details, Is there any tool which could give us all relevant details
    I would take the backup from the SQL Server 2005 Production environment and then restore the same in a test environment which again has SQL Server 2005 and Run Upgrade Advisor on that
    Probbaly run SQL Profiler as well to find out the deprecated changes to be done
    I should fix all the breaking, discontinued changes on the Test system identified by UA
    I should fix all the deprecated changes on the Test system identified by SQL Profiler
    Steps 3 & 4 should give me the changed scripts for all database objects (i.e. Table Schema, Stored Procedures, Functions & Views)
    <Question> Perform test, I understand this acitivity test can be captured by having SQL profiler running in the background on the SQL Server 2005 production environment where we can identify some days in a week or a month where maximum activity is
    expected to ensure we cover most the scenarios, let me know is this approach looks fine or is there a better approach
    Now, with regards to acutal upgrade I need to identify a time window where in less activity is done during which I could have a downtime for the actual SQL Server 2005 production environment
    Post downtine, I should do a BackUp for all databases from SQL Server 2005 production environment
    Test on environment readiness of SQL Server 2012 can be compared against the documentation done as part of the first Step
    <Question> Ideally I should a restore first in the new environment which has SQL Server 2012
    <Question> Then run the Scripted changes where we fixed all the breaking, discontinued & deprecated changes
    <Question> Does above sequence of Step 9 & 10 make sense or is there a better approach of doing it
    <Question> Post Upgrade and running of changed scripts, I should run the Upgrade Advisor again and see if everything looks fine
    <Question> Perform test again which we ran on SQL Server 2005 Test environment
    <Question> These steps should complete the Upgrade process.
    Please do let me know if the above sequence look ok to all of you and does it really work in a practical scenario, do let me know your feedback or any change in sequence/process or any other tools that can be used here.
    Thanks Again ...

Maybe you are looking for

  • When I login to ANY website, I get redirected to that login screen?

    Ok, so this problem came along just a day ago. Heres what happened. It started with comments not showing up on YouTube. Then, when I would try to login it would say "login failed, try again". For my Google account I couldn't login either. When I trie

  • If you rub the edge of the fingerprint scanner in a circle, why does the screen drop down?

    MY daughter was drawing circles around the metal part of the fingerprint scanner and noticed the screen contents moves to the bottom of the screen instead of the top. Then it goes back to the top when touched again. Why does it do this?

  • Z_Dialog prog initial input screen-looking like selection screen of Report?

    Hi Experts, In internet, I found 2 screens( code is not mentioned there) and mentioned that, they r Dialog Prog. screens, they r as below, 1 - Initial input screen-programmer mentioned it as a selection screen-1000 2 - Output screen in ALV grid (Obje

  • I/O Exception in multithreading application

    I have a multithreading application that utilizes OracleDataSource with explicit caching enabled. The cache is sized to keep as little opened connections as possible. It works fine but under heavy load I'm getting I/O Exception: The Network Adapter c

  • SSOTokenID is invalid error

    When the protected URL accessed SSO login page is shown.Proper credentials are provided and once submitted we get "Forbidden" error. The URL on the browser is the protected URL. Observations from logs:- 2008-07-24 17:37:31.474 Error 5787:1e99e8 Polic