Dynamic Cache Service for Windows Server 2008 R2

We have problem with Metafile memory overflow on our server that described on a lot of topics.
I need DynCache for win2008r2 server.
Could you please help us with this issue?

By design.  The memory management algorithms in Windows 7 and Windows Server 2008 R2 operating systems were updated to address many file caching problems
found in previous versions of Windows.You do not need to install this additional service.
http://blogs.msdn.com/b/ntdebugging/archive/2009/02/06/microsoft-windows-dynamic-cache-service.aspx
http://blogs.msdn.com/b/ntdebugging/archive/2007/11/27/too-much-cache.aspx
http://www.arabitpro.com

Similar Messages

  • AD Management Gateway Service for Windows Server 2008 SP2

    Hey,
    I'm having the same issue as in this thread.
    https://social.technet.microsoft.com/forums/windowsserver/en-US/93be1866-8aa8-4004-be95-113b7a4faef2/ad-management-gateway-service-for-windows-server-2008-sp2
    And trying to follow the 5 step procedure listed in the 3rd post, but am stuck on step 5, getting the hotfix from Microsoft. The link posted from the Hotfix page is just a generic Microsoft Support page. Which is not helpful. How do I actually contact them
    (phone # or email address) to get the software?
    Thanks In Advance,

    No luck. I've tried the chat which asks which Windows version Im using and there's no Server 2008 only desktop versions. I called and after talking with 3 people I got cut off. There has to be an easier way to get a simple file downloaded.
    You can hire me to do it for you.  I am always successful at contacting MS Support. 
    You didn't follow the instructions I  posted.
    Reach us over the phone at 1-800-642-7676 (TTY: 1-800-892-5234)
    http://smallbusiness.support.microsoft.com/en-us/contact/
    Click Technical Support for Chat.                     
    GREAT BIG BLUE BUTTON SAYS "Technical Support" - CLICK IT AND SELECT WINDOWS SERVER AT THE BOTTOM OF THE LIST.
    It is really that easy.
    ¯\_(ツ)_/¯

  • Windows update KB2964444 broke Event Logging Service and SQL Agent Service on Windows Server 2008 R2

    I got the following problem:
    I discovered that on my Windows Server 2008R2 machine the event logging stopped working on 04/May/2014 at 03:15.
    Also, SQL Agent Service won't run
    The only change that day was security
    update KB2964444 - Security
    Update for Internet Explorer 11 for Windows Server 2008 R2for x64-based Systems, that was installed exactly 04/May/2014 at 03:00. Apparently, that's what broke my machine...
    When I try to start Windows Event Log via net
    start eventlog or via Services
    panel, I get an error:
    C:\Users\Administrator>net start eventlog
    The Windows Event Log service is starting.
    The Windows Event Log service could not be started.
    A system error has occurred.
    System error 2 has occurred.
    The system cannot find the file specified.
    I tried:
    restarted the OS (virtual on the host's VMWare).
    re-checked the settings in services menu -they are like in the link.
    checked the identity in HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\eventlog -
    the identity is NT
    AUTHORITY\LocalService
    gave all Authenticated Users full access to C:\Windows\System32\winevt\Logs
    ran fc /scannow - Windows Resource Protection did not find any integrity violations.
    went to the file %windir%\logs\cbs\cbs.log -
    all clean, [SR] Repairing 0 components
    EDIT: Uninstalled the recent system updates and rebooted - didn't help
    EDIT: Sysinternals Process Monitor results when running start service from services panel (procmon in elevated mode):
    filters:
    process name is svchost.exe : include
    operation contains TCP : exclude
    the events captured are:
    21:50:33.8105780 svchost.exe 772 Thread Create SUCCESS Thread ID: 6088
    21:50:33.8108848 svchost.exe 772 RegOpenKey HKLM SUCCESS Desired Access: Maximum Allowed, Granted Access: Read
    21:50:33.8109134 svchost.exe 772 RegQueryKey HKLM SUCCESS Query: HandleTags, HandleTags: 0x0
    21:50:33.8109302 svchost.exe 772 RegOpenKey HKLM\System\CurrentControlSet\Services REPARSE Desired Access: Read
    21:50:33.8109497 svchost.exe 772 RegOpenKey HKLM\System\CurrentControlSet\Services SUCCESS Desired Access: Read
    21:50:33.8110051 svchost.exe 772 RegCloseKey HKLM SUCCESS
    21:50:33.8110423 svchost.exe 772 RegQueryKey HKLM\System\CurrentControlSet\services SUCCESS Query: HandleTags, HandleTags: 0x0
    21:50:33.8110705 svchost.exe 772 RegOpenKey HKLM\System\CurrentControlSet\services\eventlog SUCCESS Desired Access: Read
    21:50:33.8110923 svchost.exe 772 RegQueryKey HKLM\System\CurrentControlSet\services\eventlog SUCCESS Query: HandleTags, HandleTags: 0x0
    21:50:33.8111257 svchost.exe 772 RegOpenKey HKLM\System\CurrentControlSet\services\eventlog\Parameters SUCCESS Desired Access: Read
    21:50:33.8111547 svchost.exe 772 RegCloseKey HKLM\System\CurrentControlSet\services SUCCESS
    21:50:33.8111752 svchost.exe 772 RegCloseKey HKLM\System\CurrentControlSet\services\eventlog SUCCESS
    21:50:33.8111901 svchost.exe 772 RegQueryValue HKLM\System\CurrentControlSet\services\eventlog\Parameters\ServiceDll SUCCESS Type: REG_SZ, Length: 68, Data: %SystemRoot%\System32\wevtsvc.dll
    21:50:33.8112148 svchost.exe 772 RegCloseKey HKLM\System\CurrentControlSet\services\eventlog\Parameters SUCCESS
    21:50:33.8116552 svchost.exe 772 Thread Exit SUCCESS Thread ID: 6088, User Time: 0.0000000, Kernel Time: 0.0000000
    NOTE: previoulsy, for
    21:46:31.6130476 svchost.exe 772 RegQueryValue HKLM\System\CurrentControlSet\services\eventlog\Parameters\ServiceDll SUCCESS Type: REG_SZ, Length: 68, Data: %SystemRoot%\System32\wevtsvc.dll
    I also got NAME
    NOT FOUND error ,so I created the new string value for the Parameters with
    the name ServiceDll and
    data %SystemRoot%\System32\wevtsvc.dll (copied
    from the upper HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\eventlog key)
    and this event now is
    21:46:31.6130476 svchost.exe 772 RegQueryValue HKLM\System\CurrentControlSet\services\eventlog\Parameters\ServiceDll SUCCESS Type: REG_SZ, Length: 68, Data: %SystemRoot%\System32\wevtsvc.dll
    I also checked for the presence of wevtsvc.dll in
    the place and it's there.
    Also, I tried to capture all events with path containing 'event' and
    got following events firing every several seconds:
    21:38:38.9185226 services.exe 492 RegQueryValue HKLM\System\CurrentControlSet\services\EventSystem\Tag NAME NOT FOUND Length: 16
    21:38:38.9185513 services.exe 492 RegQueryValue HKLM\System\CurrentControlSet\services\EventSystem\DependOnGroup NAME NOT FOUND Length: 268
    21:38:38.9185938 services.exe 492 RegQueryValue HKLM\System\CurrentControlSet\services\EventSystem\Group NAME NOT FOUND Length: 268
    Also, I tried to capture all the events containing 'file',
    excluding w3wp.exe,
    chrome.exe, wmiprvse.exe, wmtoolsd.exe, System and it shows NO attempts to access any file ih the time I try to start
    the event logger (if run from cmd - there are several hits by net executable,
    not present if run from the panel).
    What can be done?

    Hi,
    I don’t found the similar issue, if you have the IE 11 please try to update system automatic or install the MS14-029 update.
    The related KB:
    MS14-029: Security update for Internet Explorer 11 for systems that do not have update 2919355 (for Windows 8.1 or Windows Server 2012 R2) or update 2929437 (for Windows 7
    SP1 or Windows Server 2008 R2 SP1) installed: May 13, 2014
    http://support.microsoft.com/kb/2961851/en-us
    Hope this helps.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • How to download oracle patch set 10.2.0.5  for Windows server 2008 R2

    I need  download and install oracle patch set 10.2.0.5 and install  for Windows server 2008 R2 (notes 1486772).
    But I  get message "Download basket request for update has been processed. Unable to add 1 new object(s). The objects are already part of Export and to be processed."
    Help me, please!

    Hi,
    Have you looked at this location https://service.sap.com/oracle-download ?
    Refer SAP Note 871735 - Current patch set for Oracle 10.2.0 -> Oracle patch set 10.2.0.5
    Once you add the Patchset 10.2.0.5 in download basket, you will find the same in Export tab of Download Basket. You will have to get the approval from SAP Export department by raising OSS message with XX-SER-SWFL-EXPORT component. After getting approval for the same from SAP Export dept., then & then only you will able to download it.
    Regards,
    Bhavik G. Shroff

  • Offline data synchronization in azure mobile services on windows server 2008

    Hi,
    I have a class library which insert data into tables in azure mobile services on windows server 2008 OS for windows universal C# platform. I am trying to insert data using offline data synchronization.
    I had installed SQLite runtime for windows 8.1 and windows phone 8.1, but unable to add reference 'SQLite for Windows Runtime(Windows8.1)'.
    Please guide me whether windows server 2008 OS supports offline data synchronization in azure mobile services.
    Thank you.

    I also have a Windows Server 2012 R2 system using Azure Backup, and I don't have the problem. However, you probably noticed that you use a different Azure Backup installation download for Windows Server 2008 R2 vs. Windows Server 2012 R2. Although both
    show the same Microsoft Azure Recovery Services Agent version 2.0.8692.0 installed, my Windows Server 2012 R2 also lists Microsoft Azure Backup for Windows Server Essentials version 6.2.9805.9 installed as well. It could be the case the my problem with the
    CATALOG FAILURE 0x80131500 errors is something specific to the version of Azure Backup installed on my Windows 2008 R2 servers.
    Trilon, Inc.

  • Indexing .cfm files using Indexing Service on windows server 2008 and IIS 7.0

    Hi All,
    Anyone knows why .cfm files would not get indexed by Indexing Service on windows server 2008 and IIS 7.0.  This is a coldfusion website using Indexing Service for site search.  There are a lot of cfm pages indexed as unknown files.   Any clues on how this can be fixed?
    Thanks!

    You might try editing your registry so that *.cfm, *.cfc, and other ColdFusion related files are treated as text files by the Windows search feature.  See link below.
    http://www.dougknox.com/xp/tips/xp_bad_search.htm
    Disclaimer: I am not a Windows system admin.  You might try posting this question to a Windows specific forum.

  • Issue Installing SP2 for Windows Server 2008 SP1

    Hello, I have a very annoying issue, and I hope someone can help a bro out.
    Server: Windows Server 2008 SP1 64-bit
    Issue: SP2 wont install on Windows Server 2008 SP1
    This is what I am seeing when I check the event viewer:
    1. (Information) Windows Servicing is setting package KB948465(Service Pack) state to Staging(Staging)
    2. (Error) Windows Servicing failed to complete the process of changing update 948465-382_neutral_GDR from package KB948465(Service Pack) into Staging(Staging) state
    I have no idea why this is coming up, nor why the server cant fix the issue, but now I am forced to deal with it. So if anyone has any helpful tips it would be greatly appreciated. 
    What I have done so far:
    I have downloaded the standalone SP2 file from microsoft, and tried to install, still failed. Just sent me to the prereq page, which is pretty useless considering the fact I already have SP1 installed, and nothing new has changed physically or digitally
    in the system.
    Also, although not a huge issue, I also have a security update that is failing, basically with the same issue as the SP. Below is its Error event log.
    (Error) Windows Servicing failed to complete the process of changing update 974318-11_neutral_LDR from package KB974318(Security Update) into Staging(Staging) state
    Im hoping that upon discovering the SP issue, I can resolve the security update issue, as the errors have the same issue(failed to complete staging state).Thank you for your time.
    ~I will provide any further info if needed.

    Thank you for pointing me in the right direction Milos. Yes I ALWAYS google my issues before going on forums for help. And to no avail. However, below is the relevant info(sorry I did not post this the first time;first time dealing with an issue like this,
    so I wasnt for shore what relevant data pertained to this issue):
    I also did not copy and paste the entire log in here(obviously) because its huge, however I will post link to full file if requested/needed, but hopefully I grabbed the entire log for my SP2 update failure issue. All I can grab from this log is that the
    CBS failed. However, I have no clue where to go after that..
    WindowsUpdate.log:
    2015-02-22 19:24:15:093
    940 d10
    AU AU initiated download, updateId = {D0ABB478-FFD1-448A-9058-939C0B427AD4}.107, callId = {2AFDE80E-EFBF-40A6-861B-32400AC5493B}
    2015-02-22 19:24:15:093
    940 d10
    AU Setting AU scheduled install time to 2015-02-23 08:00:00
    2015-02-22 19:24:15:106
    940 1538
    DnldMgr *************
    2015-02-22 19:24:15:107
    940 1538
    DnldMgr ** START **  DnldMgr: Downloading updates [CallerId = AutomaticUpdates]
    2015-02-22 19:24:15:107
    940 1538
    DnldMgr *********
    2015-02-22 19:24:15:107
    940 1538
    DnldMgr  * Call ID = {2AFDE80E-EFBF-40A6-861B-32400AC5493B}
    2015-02-22 19:24:15:107
    940 1538
    DnldMgr  * Priority = 1, Interactive = 0, Owner is system = 1, Explicit proxy = 0, Proxy session id = -1, ServiceId = {9482F4B4-E343-43B6-B170-9A65BC822C77}
    2015-02-22 19:24:15:107
    940 1538
    DnldMgr  * Updates to download = 1
    2015-02-22 19:24:15:107
    940 1538
    Agent  *   Title = Windows Server 2008 Service Pack 2 for x64-based Systems (KB948465)
    2015-02-22 19:24:15:108
    940 1538
    Agent  *   UpdateId = {D0ABB478-FFD1-448A-9058-939C0B427AD4}.107
    2015-02-22 19:24:15:108
    940 1538
    Agent  *     Bundles 2 updates:
    2015-02-22 19:24:15:108
    940 1538
    Agent  *       {A34F6A47-5AB9-44CB-AB3F-9FC64F7B903C}.107
    2015-02-22 19:24:15:108
    940 1538
    Agent  *       {77DBCA97-29DC-42BA-9DB2-03C7B4D262D4}.107
    2015-02-22 19:24:15:108
    940 1538
    DnldMgr ***********  DnldMgr: Regulation Refresh [Svc: {9482F4B4-E343-43B6-B170-9A65BC822C77}]  ***********
    2015-02-22 19:24:15:108
    940 1538
    DnldMgr Contacting regulation server for 2 updates.
    2015-02-22 19:24:15:109
    940 1538
    Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
    2015-02-22 19:24:15:119
    940 1538
    Misc Microsoft signed: Yes
    2015-02-22 19:24:15:123
    940 1538
    Misc Validating signature for C:\Windows\SoftwareDistribution\WuRedir\9482F4B4-E343-43B6-B170-9A65BC822C77\wuredir.cab:
    2015-02-22 19:24:15:131
    940 1538
    Misc Microsoft signed: Yes
    2015-02-22 19:24:15:134
    940 1538
    DnldMgr Regulation server path: https://www.update.microsoft.com/v6/UpdateRegulationService/UpdateRegulation.asmx.
    2015-02-22 19:24:15:135
    940 d10
    AU  # Pending download calls = 1
    2015-02-22 19:24:15:135
    940 d10
    AU <<## SUBMITTED ## AU: Download updates
    2015-02-22 19:24:15:644
    940 1538
    DnldMgr  * Regulation call complete. 0x00000000
    2015-02-22 19:24:15:661
    940 1538
    DnldMgr ***********  DnldMgr: New download job [UpdateId = {A34F6A47-5AB9-44CB-AB3F-9FC64F7B903C}.107]  ***********
    2015-02-22 19:24:15:732
    940 1538
    DnldMgr  * All files for update were already downloaded and are valid.
    2015-02-22 19:24:15:732
    940 1538
    DnldMgr ***********  DnldMgr: New download job [UpdateId = {77DBCA97-29DC-42BA-9DB2-03C7B4D262D4}.107]  ***********
    2015-02-22 19:24:15:733
    940 1538
    DnldMgr  * Queueing update for download handler request generation.
    2015-02-22 19:24:15:733
    940 1538
    DnldMgr Generating download request for update {77DBCA97-29DC-42BA-9DB2-03C7B4D262D4}.107
    2015-02-22 19:24:16:095
    940 1538
    Handler Generating request for CBS update 77DBCA97-29DC-42BA-9DB2-03C7B4D262D4 in sandbox C:\Windows\SoftwareDistribution\Download\2c728f96f2387c9d64aed5c97088b631
    2015-02-22 19:24:16:095
    940 1538
    Handler Selected payload type is ptExpress
    2015-02-22 19:24:16:124
    940 1538
    Handler UH: DpxRestoreJob returned 0x80070002
    2015-02-22 19:24:16:124
    940 1538
    Handler Detected download state is dsHavePackage
    2015-02-22 19:25:32:077
    940 dcc
    AU AU received policy change subscription event
    2015-02-22 19:26:21:898
    940 d40
    Handler FATAL: CBS called Error with 0x80070002, 
    2015-02-22 19:26:21:899
    940 1538
    Handler FATAL: UH: 0x80070002: Async stage operation failed in CUHCbsHandler::StageCbsPackage
    2015-02-22 19:26:21:909
    940 1538
    Handler FATAL: Request generation for CBS update complete with hr=0x80070002 and pfResetSandbox=0 
    2015-02-22 19:26:21:909
    940 1538
    Handler FATAL: Error source is 106.
    2015-02-22 19:26:21:909
    940 1538
    DnldMgr FATAL: DM:CAgentDownloadManager::GenerateAllDownloadRequests: GenerateDownloadRequest failed with 0x80070002.
    2015-02-22 19:26:21:909
    940 1538
    DnldMgr Error 0x80070002 occurred while downloading update; notifying dependent calls.
    2015-02-22 19:26:35:006
    940 1538
    Agent *********
    2015-02-22 19:26:35:006
    940 d10
    AU >>##  RESUMED  ## AU: Download update [UpdateId = {D0ABB478-FFD1-448A-9058-939C0B427AD4}]
    2015-02-22 19:26:35:007
    940 1538
    Agent **  END  **  Agent: Downloading updates [CallerId = AutomaticUpdates]
    2015-02-22 19:26:35:007
    940 d10
    AU  # WARNING: Download failed, error = 0x80070002
    2015-02-22 19:26:35:007
    940 1538
    Agent *************
    2015-02-22 19:26:35:007
    940 d10
    AU #########
    2015-02-22 19:26:35:007
    940 1538
    Report REPORT EVENT: {3C6B2054-CE6F-4A29-9E94-D44AB5C4963F}
    2015-02-22 19:24:15:004-0500 1
    147 101
    {00000000-0000-0000-0000-000000000000}
    0 0 AutomaticUpdates
    Success Software Synchronization
    Windows Update Client successfully detected 2 updates.
    2015-02-22 19:26:35:008
    940 d10
    AU ##  END  ##  AU: Download updates
    2015-02-22 19:26:35:008
    940 d10
    AU #############
    2015-02-22 19:26:35:008
    940 d10
    AU Setting AU scheduled install time to 2015-02-23 08:00:00
    2015-02-22 19:26:35:008
    940 1538
    Report CWERReporter finishing event handling. (00000000)
    2015-02-22 19:26:35:009
    940 1538
    Report REPORT EVENT: {85DD7E1D-0632-44FF-81F3-34E75B954869}
    2015-02-22 19:26:22:129-0500 1
    161 106
    {D0ABB478-FFD1-448A-9058-939C0B427AD4}
    107 80070002
    AutomaticUpdates Failure
    Content Download Error: Download failed.
    2015-02-22 19:26:35:181
    940 1538
    Report CWERReporter::HandleEvents - WER report upload completed with status 0x8
    2015-02-22 19:26:35:181
    940 1538
    Report WER Report sent: 7.4.7600.226 0x80070002 D0ABB478-FFD1-448A-9058-939C0B427AD4 Download 106 Unmanaged
    2015-02-22 19:26:35:182
    940 1538
    Report CWERReporter finishing event handling. (00000000)
    2015-02-22 19:26:40:009
    940 1538
    Report REPORT EVENT: {E88B7854-8974-46BE-B243-143ED103C6FF}
    2015-02-22 19:26:35:009-0500 1
    188 102
    {00000000-0000-0000-0000-000000000000}
    0 0 AutomaticUpdates
    Success Content Install
    Installation Ready: The following updates are downloaded and ready for installation. This computer is currently scheduled to install these updates on ‎Monday, ‎February ‎23, ‎2015 at 3:00 AM:  - Security Update for Windows Server 2008 x64 Edition
    (KB2507618)
    2015-02-22 19:26:40:009
    940 1538
    Report CWERReporter finishing event handling. (00000000)

  • Microsoft support for Windows Server 2008 R2 on vSphere 5.5

    Hi, everybody.
    I'm checking if Microsoft will provide support for Windows Server 2008 R2 running on a VM on vSphere 5.5 Update 2. So far what I've found at
    http://windowsservercatalog.com is:
    Filtering vendor VMware and Windows Server 2008 R2, it shows vSphere up to version 5.0 update 1
    http://www.windowsservercatalog.com/results.aspx?&chtext=&cstext=&csttext=&chbtext=&bCatID=1521&cpID=2274&avc=34&ava=0&avq=0&OR=1&PGS=25&ready=0
    http://www.windowsservercatalog.com/item.aspx?idItem=c92e5cbd-9690-b62a-2ace-843390ac3ea4&bCatID=1521
    Filtering vendor VMware it shows vSphere 5.5 update 2, but details only Windows Server 2012, not Windows Server 2008 R2.
    http://www.windowsservercatalog.com/results.aspx?&chtext=&cstext=&csttext=&chbtext=&bCatID=1521&cpID=2274&avc=0&ava=0&avq=0&OR=1&PGS=25&ready=0&PG=2
    http://www.windowsservercatalog.com/item.aspx?idItem=ef39c5b2-2f5b-5b73-08e2-c07fecdadcff&bCatID=1521
    Does that mean Microsoft doesn't support Windows 2008 R2 on vSphere 5.5 update 2?
    I'm aware Windows Server 2008 R2 lifecycle is close to EOL, but customer requires this specific version for application compatibility.
    Thanks

    Hi mdgrkb,
    Products that have passed the SVVP requirements for Windows Server 2012 R2 are considered supported on Windows Server 2012, Windows Server 2008 R2, Windows Server 2008, and
    Windows Server 2003 SP2 and later Service Packs, both x86 and x64.
    Look this website the top left additional information:
    http://www.windowsservercatalog.com/item.aspx?idItem=ef39c5b2-2f5b-5b73-08e2-c07fecdadcff&bCatID=1521
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Require list of all events for Windows Server 2008 Active Directory

    Hi all,
    I require list of all events for Windows Server 2008 Active Directory. Event Log name for Active Directory log is "Directory Service".
    Regards,
    SR

    Hi,
    Thanks for your posting.
    Do you mean you want to list all Active Directory logs into one file named “Directory Services”?
    If that, it’s hard to achieve. There are kinds of Active Directory logs stored in different locations and they have different file formats. It’s hard
    to collect them into one file.
    Active directory records events in the directory services log in Event Viewer. By default, Active Directory records only critical error events. To instruct Active
    Directory to record other events in the directory services log, we need to modify registry.
    For more information please refer to following MS articles:
    Active Directory Diagnostic Logging
    http://technet.microsoft.com/en-us/library/cc961809.aspx
    How to configure Active Directory diagnostic event log
    http://support.microsoft.com/kb/314980
    Lawrence
    TechNet Community Support

  • Error on clone database, oracle 10g release 2 for windows server 2008

    Hi,
    OS: Windows Server 2008 X64
    Oracle: oracle 10g release r2 for windows server 2008
    An error occurred when creating a database, stop at last step, Screenshot:
    [http://temp.wsria.com/oracle_create_db.png|http://temp.wsria.com/oracle_create_db.png]
    the trace log content:
    [main] [9:56:35:982] [CommandLineArguments.process:563] CommandLineArguments->process: number of arguments = 32
    [main] [9:56:35:982] [CommandLineArguments.process:738] CommandLineArguments->process: Create Database argument is specified
    [main] [9:56:35:982] [CommandLineArguments.process:910] CommandLineArguments->process: template Name argument is specified
    [main] [9:56:35:982] [CommandLineArguments.process:960] CommandLineArguments->process: db name argument is specified
    [main] [9:56:35:982] [CommandLineArguments.process:3074] CommandLineArguments->process: in Operation Type is Creation/GenerateScripts Mode condition
    [main] [9:56:35:997] [CommandLineArguments.process:3298] CommandLineArguments->process: Successfully process command line arguments
    [main] [9:56:36:668] [Host.checkOPS:2055] Inside checkOPS
    [main] [9:56:36:668] [Host.checkOPS:2067] Trying to check cluster existence
    [main] [9:56:36:715] [Library.getInstance:97] Created instance of Library.
    [main] [9:56:36:715] [Library.load:197] Loading orauts.dll...
    [main] [9:56:36:715] [Library.load:203] oracleHome D:\oracle\product\10.2.0\db_1
    [main] [9:56:36:715] [sPlatform.isHybrid:63] osName=Windows Vista osArch=amd64 rc=false
    [main] [9:56:36:715] [Library.load:223] Loading library D:\oracle\product\10.2.0\db_1\bin\orauts.dll
    [main] [9:56:36:715] [Library.load:247] Loaded library D:\oracle\product\10.2.0\db_1\bin\orauts.dll from path=
    D:\oracle\product\10.2.0\db_1\bin
    [main] [9:56:36:715] [Library.load:197] Loading MSVCRT.dll...
    [main] [9:56:36:715] [Library.load:203] oracleHome D:\oracle\product\10.2.0\db_1
    [main] [9:56:36:715] [sPlatform.isHybrid:63] osName=Windows Vista osArch=amd64 rc=false
    [main] [9:56:36:715] [Library.load:223] Loading library D:\oracle\product\10.2.0\db_1\bin\MSVCRT.dll
    [main] [9:56:36:731] [Library.load:247] Loaded library D:\oracle\product\10.2.0\db_1\bin\MSVCRT.dll from path=
    D:\oracle\product\10.2.0\db_1\bin
    [main] [9:56:36:731] [Library.load:197] Loading orawsec10.dll...
    [main] [9:56:36:731] [Library.load:203] oracleHome D:\oracle\product\10.2.0\db_1
    [main] [9:56:36:731] [sPlatform.isHybrid:63] osName=Windows Vista osArch=amd64 rc=false
    [main] [9:56:36:731] [Library.load:223] Loading library D:\oracle\product\10.2.0\db_1\bin\orawsec10.dll
    [main] [9:56:36:731] [Library.load:247] Loaded library D:\oracle\product\10.2.0\db_1\bin\orawsec10.dll from path=
    D:\oracle\product\10.2.0\db_1\bin
    [main] [9:56:36:731] [Library.load:197] Loading orasrvm10.dll...
    [main] [9:56:36:731] [Library.load:203] oracleHome D:\oracle\product\10.2.0\db_1
    [main] [9:56:36:731] [sPlatform.isHybrid:63] osName=Windows Vista osArch=amd64 rc=false
    [main] [9:56:36:731] [Library.load:223] Loading library D:\oracle\product\10.2.0\db_1\bin\orasrvm10.dll
    [main] [9:56:36:731] [Library.load:247] Loaded library D:\oracle\product\10.2.0\db_1\bin\orasrvm10.dll from path=
    D:\oracle\product\10.2.0\db_1\bin
    [main] [9:56:36:731] [Version.isPre10i:189] isPre10i.java: Returning FALSE
    [main] [9:56:36:731] [WindowsSystem.regKeyExists:1006] WindowsSystem.regKeyExists: mainkey= HKEY_LOCAL_MACHINE subkey = Software\Oracle\Ocr
    [main] [9:56:36:746] [WindowsSystem.getCSSConfigType:1163] configType=null
    [main] [9:56:36:746] [Host.checkOPS:2073] cluster existence:false
    [main] [9:56:36:746] [Host.checkOPS:2111] Cluster installed=false
    [main] [9:56:36:902] [InitParamHandler.endElement:506] CustomSGA flag: false
    [main] [9:56:36:902] [InitParamHandler.endElement:507] Database Type: MULTIPURPOSE
    [main] [9:56:36:918] [InitParamHandler.endElement:508] Mem Percentage: 40
    [main] [9:56:36:918] [InitParamHandler.endElement:526] distributing Memory: 13737443328
    [main] [9:56:36:918] [MemoryCalculator.calculateMemory:122] Setting SGA to MAX_SGA 1610612736
    [main] [9:56:36:918] [StorageAttributes.setAttribute:232] IN threadID:1 group#=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:232] IN threadID:1 group#=2
    [main] [9:56:36:918] [StorageAttributes.setAttribute:241] Current threadID=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:248] Current threadID=1 ==> redoGroups[0]=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:258] vRedoGroups:[1]
    [main] [9:56:36:918] [StorageAttributes.setAttribute:288] setAttribute: bExists=false
    [main] [9:56:36:918] [StorageAttributes.setAttribute:232] IN threadID:1 group#=3
    [main] [9:56:36:918] [StorageAttributes.setAttribute:241] Current threadID=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:248] Current threadID=1 ==> redoGroups[0]=1
    [main] [9:56:36:918] [StorageAttributes.setAttribute:248] Current threadID=1 ==> redoGroups[1]=2
    [main] [9:56:36:918] [StorageAttributes.setAttribute:258] vRedoGroups:[1, 2]
    [main] [9:56:36:933] [StorageAttributes.setAttribute:288] setAttribute: bExists=false
    [main] [9:56:36:933] [TemplateManager.parseCloneTemplate:1477] See for any transportable datafiles in TemplateManager.....
    [main] [9:56:36:933] [TemplateManager.isInstallTemplate:2178] Selected Template by user:=General Purpose
    [main] [9:56:36:933] [TemplateManager.isInstallTemplate:2185] The Message Id to be searched:=GENERAL_PURPOSE
    [main] [9:56:36:933] [TemplateManager.parseCloneTemplate:1489] create new clone data file for tp file.......
    [main] [9:56:36:933] [Host.setupOIDCommandlineParameters:7184] setupOIDCommandlineParameters:
    [main] [9:56:36:933] [Host.setupOIDCommandlineParameters:7185] m_regWithdirService: false
    [main] [9:56:36:933] [Host.setupOIDCommandlineParameters:7186] m_unregWithdirService: false
    [main] [9:56:36:933] [Host.setupOIDCommandlineParameters:7187] m_updateDirService: false
    [main] [9:56:36:933] [Verifier.processRawConfigFile:3523] StorageType == 0
    [main] [9:56:36:933] [Verifier.setOradataDest:4349] setOradataDest:dfDest=D:\oracle\product\10.2.0\oradata
    [main] [9:56:36:933] [TemplateManager.updateDatafileDestination:1957] updateDatafiles:datafileDir=D:\oracle\product\10.2.0\oradata
    [main] [9:56:36:933] [TemplateManager.updateDatafileDestination:2103] From template, RedoLogGrName=1
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2118] new file name redo01.log
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2103] From template, RedoLogGrName=2
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2118] new file name redo02.log
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2103] From template, RedoLogGrName=3
    [main] [9:56:36:965] [TemplateManager.updateDatafileDestination:2118] new file name redo03.log
    [main] [9:56:36:965] [ProgressOnlyHost.performOperation:162] processRawConfigFile=false
    [main] [9:56:36:965] [Verifier.validateTemplate:1629] StorageType == 0
    [main] [9:56:36:965] [ProgressOnlyHost.performOperation:178] validateTemplate=true
    [main] [9:56:36:965] [OracleHome.isRacEnabled:149] bRacOn = false
    [main] [9:56:36:980] [Verifier.validateTemplate:1629] StorageType == 0
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateCloneDatafilePathsAndSizes:2951] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateRedoLogGroupFileSizes:3083] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateRedoLogGroupFileSizes:3083] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.calculateRedoLogGroupFileSizes:3083] canonicalPath=D:\oracle\product\10.2.0\
    [main] [9:56:36:980] [Verifier.getControlfFileSizes:3001] No. of Control files:=3
    [main] [9:56:37:105] [Host.executeSteps:4044] Executing steps....
    [main] [9:56:37:105] [Host.setUpForOperation:2920] setUpForOperation: Mode = 128
    [main] [9:56:37:121] [Host.executeSteps:4186] setupForOperation returned: true
    [main] [9:56:37:121] [Host.createStepSQLInterface:5948] sid =ora10g
    [main] [9:56:37:136] [SQLEngine.initialize:242] Execing SQLPLUS/SVRMGR process...
    [main] [9:56:37:136] [SQLEngine.initialize:270] m_bReaderStarted: false
    [main] [9:56:37:136] [SQLEngine.initialize:274] Starting Reader Thread...
    [Thread-4] [9:56:37:355] [StepContext$ModeRunner.run:2478] ---- Progress Needed:=true
    [Thread-4] [9:56:37:464] [BasicStep.execute:202] Executing Step : CLONE_DB_CREATION_RMAN_RESTORE
    [Thread-4] [9:56:37:464] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01092
    [Thread-4] [9:56:37:464] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-01034
    [Thread-4] [9:56:37:464] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-03114
    [Thread-4] [9:56:37:464] [StepErrorHandler.setFatalErrors:322] setting Fatal Error: ORA-12560
    [Thread-4] [9:56:37:464] [StepErrorHandler.setIgnorableErrors:250] setting Ignorable Error: ORA-01109
    [Thread-4] [9:56:37:464] [BasicStep.configureSettings:304] messageHandler being set=null
    [Thread-4] [9:56:37:464] [BasicStep.execute:202] Executing Step : INSTANCE_CREATION
    [Thread-4] [9:56:37:464] [BasicStep.configureSettings:304] messageHandler being set=null
    [Thread-4] [9:56:37:479] [InitParamAttributes.sortParams:3532] m_sortOn:-1 sortOn:4
    [Thread-4] [9:56:37:620] [OracleHome.isRacEnabled:149] bRacOn = false
    [Thread-4] [9:56:37:667] [Host.noEntryinOratab:5115] Check made for oratab arg passed............
    [Thread-4] [9:56:37:667] [Oradim.getAddEntryCommand:353] AddEntry=[D:\oracle\product\10.2.0\db_1\bin\oradim.exe, -new, -sid, ORA10G, -startmode, manual, -spfile]
    [Thread-4] [9:56:38:899] [Oradim.getEditEntryCommand:422] getEditEntry cmd=[D:\oracle\product\10.2.0\db_1\bin\oradim.exe, -edit, -sid, ORA10G, -startmode, auto, -srvcstart, system]
    [Thread-4] [9:56:39:55] [Oradim.addSidToRegistry:871] oracleHomeKey: SOFTWARE\ORACLE\KEY_OraDb10g_home1
    [Thread-4] [9:56:39:117] [BasicStep.configureSettings:304] messageHandler being set=oracle.sysman.assistants.util.UIMessageHandler@c73f0d8
    [Thread-4] [9:56:39:117] [CloneRmanRestoreStep.executeImpl:217] Instance Creation went fine..........
    [Thread-4] [9:56:39:117] [CloneRmanRestoreStep.executeImpl:224] db_recovery_file_dest=D:\oracle\product\10.2.0\flash_recovery_area
    [Thread-4] [9:56:39:117] [CloneRmanRestoreStep.executeImpl:227] db_recovery_file_dest_size=2147483648
    [Thread-4] [9:56:39:991] [SQLEngine.setSpool:1750] old Spool = null
    [Thread-4] [9:56:39:991] [SQLEngine.setSpool:1751] Setting Spool = D:\oracle\product\10.2.0\db_1\cfgtoollogs\dbca\ora10g\CloneRmanRestore.log
    [Thread-4] [9:56:39:991] [SQLEngine.setSpool:1752] Is spool appendable? --> true
    [Thread-4] [9:56:39:991] [CloneRmanRestoreStep.executeImpl:320] starting with pfile=D:\oracle\product\10.2.0\admin\ora10g\pfile\init.ora

    Check your SQLNET.AUTHENTICATION_SERVICES settings in sqlnet.ora file.
    ORA-28547 : Connection to server failed, probable Net8 admin error
    thanks
    http://swervedba.wordpress.com/

  • Oracle Forms and Reports 10gR2 for Windows Server 2008 (64bit)

    Hi!
    I need to install Oracle Forms and Reports 10gR2 in a windows server 2008 64 bit machine. But I cannot find the installer of it. Is there a way to do it?
    Thanks...

    I need to install Oracle Forms and Reports 10gR2 in a windows server 2008 64 bit machine.Be aware that Oracle Forms and Reports 10gR2 (AS 10.1.2.0.2) is not certified for windows server 2008, as from Oracle Certification Matrices

  • Upgrade Oracle 11.1.0.6.0 x64 to Oracle 11.1.0.7.0 for Windows Server 2008

    Hi,
    I am a little confused because I have Windows Server 2008 64 bit operating system and had installed Oracle 11g 11.1.0.6.0 (x64) prior to the Oracle 11g 11.1.0.7.0 for Windows Server 2008 install package becoming available.
    My database needs no backup of data as it is a fresh installation so its removal is not a problem.
    To now upgrade to Oracle 11g 11.1.0.7.0 for Windows Server 2008 do I need to
    a) Uninstall Oracle 11.1.0.6.0 (x64) and then install Oracle 11.1.0.7.0 on Windows Server 2008
    or
    b) Apply patch 6890831 (will this upgrade from 11.1.0.6.0 x64 to 11.1.0.7.0 for Windows Server 2008?)
    Any help much appreciated as having looked at documentation I am still confused what I need to do.
    Thanks.

    Duplicate post
    Upgrade Oracle 11.1.0.6.0 x64 to Oracle 11.1.0.7.0 for Windows Server 2008
    Please continue with other thread.

  • Performance Tuning Guidelines for Windows Server 2008 R2 mistake?

    Hi all,
    I'm reading the "Performance Tuning Guidelines for Windows Server 2008 R2" and I think there is same kind of error. At page 53 there is a sub chapter "I/O Priorities" that explain how to handle I/O priorities.
    In the guide it is said that in the registry I have to have a key:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceClasses\{Device GUID}\DeviceParameters\Classpnp\
    Where {Device GUID} I think it is the value I get in device manager under one of my disks -> properties -> details -> "Device Class GUID"
    the trouble is that under the key HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceClasses\ I've no subkey matching my disk's device class guid! Maybe I'm drunk but I've checked every sub key under HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\DeviceClasses\
    but neither of them as a subkey named "DeviceParameter"!!
    So am I wrong? 

    Hi Andrea,
    To find the "DeviceParameter", please try to follow the steps below:
    1.Find this registry key and note the DeviceInstance value:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\DeviceClasses\
    2.Find the device instance registry key under "HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum" which contains information about the devices on the system and get the device interface GUID:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Enum\USB\<hardware id>\<instance id>\Device Parameters
    I hope this helps.

  • Do we need CALS for windows server 2008 R2 and 2012 R2 if 2008 R2 is just a stepping stone?

    We currently have a server on Windows Server 2008 RC SP2 64-bit with approximately 20 clients.
    We want to upgrade to Windows server 2012 R2 but first need to upgrade to Windows 2008 R2 to allow us to do a straight upgrade.
    Is it possible to upgrade to Windows Server 2008 R2 with the 5 CAL's included and then upgradeto 2012 R2 and install 20 new CAL's and keep all users accounts and domain PC's the same? 

    Ok sorry for using the wrong terminology... I was under the impression for each client (Computer) connecting to the server we will need a CAL (Client Activation License) in order for the computer to be a domain PC on the server. Do I need 20 CALS's
    for Windows Server 2008 R2 and then another for Windows Server 2012 R2 if we are only upgrading to 2008 R2 to be able to upgrade to 2012 R2 without having to do a clean install.
    For WindowsServer (Standard edition or Enterprise edition or DataCenter edition), a Client Access License (CAL) is required for each device (if you're using the per-Device CAL licensing method), or, is required for each user (if you're using the per-User
    CAL licensing method).
    (whether you use per-Device, or per-User, is up to you, it comes down to cost).
    CALs are version-specific (to a point) - i.e. if you purchased WS2008 CALs for your 20 devices, for use with your WS2008 server, and you are now upgrading that server to WS2012, you need to upgrade your CALs.
    If you are adding a second server which is WS2012, and you are keeping your WS2008 server, you need to upgrade your CALs (because you only purchased WS2008 CALs which don't grant you the rights to connect to the newer server).
    If you were to install your second server as WS2008, you wouldn't need to purchase additional CALs, because as long as the version is the same, a single CAL grant you access to unlimited server (of the same version).
    CALs can be tricky to correctly license.
    Here's some introductory reading:
    http://www.microsoft.com/licensing/about-licensing/client-access-license.aspx#tab=1
    And, none of this relates to the technical aspects of product installation/configuration at all (e.g. clean install vs. upgrade).
    Windows Server CALs are not license keys/tokens/files which you install/load/download - Windows Server CALs are quite literally paper-based (just like a drivers license or car registration). You are required to have them, to be correctly licensed, but, you
    don't physically do anything with them to own/drive a car.
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • What are the netsh cmd line for windows server 2008,2012 ?

    Hi
        I am try to config ip,subnet,gateway,preferred and secondary dns using netsh for windows server 2008,2012,
    Before Netsh cmd support for all os including Win 8,win 8.1.
    I need to config form client machine to server machine using netsh cmd lines,i will try in remote login also like i will give server name,username and password with netsh cmd.Below is sample cmd line,using process i will change ip config.
    netsh -r Admin-pc -u admin-pc\administrator -p XXXXX interface ip set address name="Local Area Connection" Static 192.168.0.60 255.255.255.0 192.168.0.1
    when i run in windows server using cmd prompt it show error like "some commands line not found in specified file"
    This is my code in asp.net using vb
     Dim pip As New Process()
            Dim pipa As New ProcessStartInfo("netsh -r Admin-pc -u admin-pc\administrator -p XXXXX interface ip set address name="Local Area Connection" Static 192.168.0.60 255.255.255.0 192.168.0.1")
            pip.StartInfo = pipa
            pip.StartInfo.UseShellExecute = False
            pip.StartInfo.RedirectStandardOutput = True
            pip.Start()
            pip.WaitForExit()
    And if change  ip,subnet and default gateway,internet not work,if i change preferred and secondary dns then only internet work and can browse.
    I can change ip,subnet,gateway,both dns is some other way,below is the link
    http://www.codeproject.com/Questions/795642/How-to-change-IP-Subnet-Gateway-DNS-Prefers-and-al?arn=0
    but what problem is if server is logoff,changes not reflect in server machine,may be it logoff.
    So i need is if server is logoff,need to change ip,subnet,gateway and both dns using netsh or some other vb codings in asp,net.I am try to change ip address form client machine also.
    Pls reply asap
     Regards
         Aravind 

    For the shell scripting I'd try them here.
    Scripting forum on MSDN
    Scripting Guys forum on TechNet
    For the asp.net I'd ask over here.
    Microsoft ASP.Net forums
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

Maybe you are looking for

  • Appointment off by 1 hour on 11/4

    FYI - Just sent this feedback to Apple. There is an appointment in my iPOD Touch calendar which is 1 hour later then the same appointmentt in iCAL. Assume this is a daylight savings time issue. Since appointments can not be updated on the iPOD Touch,

  • How do I encrypt a pdf file (ebook) to prevent unauthorized distribution of my ebook?

    Hi, guys. I am planning to sell my ebook from my website. It is in Word format. I would like to create a PDF file for viewers since it is versatile, then encrypt the PDF file to prevent unauthorized distribution of my book. How do I do that? Thanks g

  • ITunes Store Australia / Movie of the Week

    Does anybody know how often does the Australian iTunes Store change their movie of the week selection? It seems more like a movie of the month or even more than that... The US store makes changes to their features every Tuesday, how about Oz? Can any

  • My 2010 15 in. 2.66 Ghz i7 dual core macbook pro randomly shuts off and reboots

    I am a student at a college, and I recently bought a used MacBook Pro from the computer store which is part of a 4 year turnaround program when Faculty get new machines. It is a 2010 15 in. 2.66 GHz i7 dual core MacBook Pro, and I have had it for alm

  • Unresolved Kernel Panic -- Mac Mini

    Hi, This is in reference to my wife's Mac Mini 1.5 GHz G4 running 10.4.11. She's been having a KP on startup (and at other times) and I've tried the troubleshooting steps in the X-Labs kernel panic page without result. Except that starting up in Safe