Windows 2003 R2 enterprise advances system property configuration values.

Hello Experts,
Please suggest the optimal configs for Windows system (Windows 2003 R2 enterprise) properties on the advanced tab:
Virtual Memory
Data Execution Protection (DEP)
Processor Scheduling
Memory Usage
Thanks in Advance.
Regards,
Sonu

I don't generally spend a lot of time worrying about the OS setup these days -- I spend a lot more time getting extra performance from the Essbase side of things, when needed.
I don't know if my settings are optimial, but here's what I have:
Virtual memory: I have virtual memory set as up to 16GB on a separate partition (on a server with 8GB of RAM). Typically this Essbase server will be using 5-6GB for day to day operations with a 4-5 GB pagefile at any given time, and during intensive operations and when I shake the server to its knees with a massive ASO load/agg, the memory usage climbs.
DEP: Have it on. I don't imagine there is much to be gained by turning it off.
Processor Scheduling: Set to Background Services.
Memory Usage: System Cache
As I said, these aren't necessarily the best settings but I know they have worked for me. Other than the pagefile settings, I believe everything else is just standard for Server 2003. If I had to guess I would say that Server 2003 makes the assumption that you will be running server-type applications on it, and it leaves the option open if you wanted to tweak things for more of a desktop feel. If there is a specific Essbase performance issue that you are encountering that you want to try and address, you are better off identifying what you want to make faster, then thinking about ways to improve on it. I haven't found too many cases where there is some global setting I can crank to get better performance all around.
Jason
[jasons hyperion blog|http://www.jasonwjones.com]

Similar Messages

  • Windows 2003 R2 Enterprise SP2- File Share suddently no one can access. After reboot, it is back normal. Why?

    We have file server, which is using windows 2003 R2 Enterprise Edition, Service Pack 2. Today suddently no one can access its file share. I try to login to the server and open services, but it is so slow to respond. I have to reboot the machine. After the
    server reboot, it is back normal. Any one know why?
    Here are the system errors shown before the machine rebooted. First question, I am not sure which error really causes the problem. The machine is set to use WSUS to get windows update.  On the automatic updates, it is set to "Download updates
    for me, but let me choose when to install them." Second question, why the machine is still trying to install update without permission? Please help. Thanks.
    Event Type: Error
    Event Source: Windows Update Agent
    Event Category: Installation
    Event ID: 20
    Date:  12/13/2013
    Time:  12:55:58 PM
    User:  N/A
    Computer: CHCDSSRV1
    Description:
    Installation Failure: Windows failed to install the following update with error 0xfffffbf8: Automatic Updates.
    For more information, see Help and Support Center at
    http://go.microsoft.com/fwlink/events.asp.
    Data:
    0000: 57 69 6e 33 32 48 52 65   Win32HRe
    0008: 73 75 6c 74 3d 30 78 66   sult=0xf
    0010: 66 66 66 66 62 66 38 20   ffffbf8
    0018: 55 70 64 61 74 65 49 44   UpdateID
    0020: 3d 7b 44 36 37 36 36 31   ={D67661
    0028: 45 42 2d 32 34 32 33 2d   EB-2423-
    0030: 34 35 31 44 2d 42 46 35   451D-BF5
    0038: 44 2d 31 33 31 39 39 45   D-13199E
    0040: 33 37 44 46 32 38 7d 20   37DF28}
    0048: 52 65 76 69 73 69 6f 6e   Revision
    0050: 4e 75 6d 62 65 72 3d 30   Number=0
    0058: 20 00                      .     
    Event Type: Error
    Event Source: W32Time
    Event Category: None
    Event ID: 46
    Date:  12/13/2013
    Time:  1:23:58 PM
    User:  N/A
    Computer: CHCDSSRV1
    Description:
    The time service encountered an error and was forced to shut down.  The error was: 0x800706BB: The RPC server is too busy to complete this operation.

    Hi,
    As you mentioned, users suddenly cannot access file share, the issue most likely caused by third party software, such as antivirus software. Please refer to the thread below to troubleshoot the issue:
    File share become inaccessible
    http://social.technet.microsoft.com/Forums/windowsserver/en-US/19205ea0-3efe-4c9c-a625-8ccf93744948/file-share-become-inaccessible?forum=winserverDS
    For your second question, you can Configure Automatic Updates group policy and choose
    Auto download and notify for install. This option automatically begins downloading updates and then notifies a logged-on administrative user prior to installing the updates
    For more detailed information, please refer to the article below:
    Configure Automatic Updates by Using Group Policy
    http://technet.microsoft.com/en-us/library/cc720539(ws.10).aspx#WUS_ConfigureAutomaticUpdates
    Please also refer to the article below to troubleshoot the error message:
    The Windows Time service may generate event ID 7023 after you upgrade to Windows Server 2003 Service Pack 1
    http://social.technet.microsoft.com/Forums/en-US/a86b4b3f-044a-499d-ba2f-d817931de6a0/windows-2003-r2-enterprise-sp2-file-share-suddently-no-one-can-access-after-reboot-it-is-back?forum=winserverfiles
    Regards,
    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.

  • Problem in installing Oracle 9i R2 on Windows 2003 Server Enterprise

    We are having problem installing the Oracle 9i R2 Server on Windows 2003 Server Enterprise Edition. During installation, it generates error saying "The IP Address of the machine not found". When clicking the "Continue" button, it tries to install other things but few minutes later it asks to stop complete installation or installation of that feature.
    But when we installed it on Windows XP it works fine and we have no problem in configuring it. What's the problem with Windows 2003 Server?
    If we drop the idea of installing it on Windows 2003 Server, can we make Windows XP maching as a Server?

    ORACLE asumes that the first network device you have on your server has a fixed IP address.
    Is this the case?
    If not so you should install a loopback adapter as network device with a fixed IP.
    Does this help?
    Regards,
    Lutz

  • OC4J 9.0.4 System Property Configuration

    Hi,
    I am relatively need to the J2EE world and am working with OC4J 9.0.4 Stand Alone server.
    I am trying to setup a system property that I can read using the System.getProperty() method in one of my class files.
    example: systemEnv=System.getProperty('NEARMISS_PROPERTIES");
    Is there a configuration file for OC4J in ../j2ee/home/config where I can set it up so that it is globally available or just available to my container context?
    I was able to get it to work by using the -D option on the java startup command for OC4J but do not want to do it that way in the real DEV server. Its ok for my PC to intially develop but not for DEV/QA/PROD of course.
    example: java -DNEARMISS_PROPERTIES="D:\\J2EE Projects\\System Config Files" -jar oc4j.jar
    Thanks for any help you can provide.
    Dean Cyril Wood

    Can you try the "-updateConfig" option of admin.jar?
    java -jar admin.jar ormi://localhost admin Matrox -updateConfigTo my vague memory, the "-restart" option does not necessarily implies reading the config files again.

  • Problems with slow RD120 and Windows 2003 R2 Enterprise (32bit)

    Hello,
    I just installed Windows R2 2003 Enterprise SP2 to a RD120 with 10GB RAM.
    Everything went fine installing Windows and VMware Server.
    After copying a vm-guest from another Windows-host and opening the vm-console on the RD120 the whole system nearly freezes when starting the vmware-console, showing normal cpu-usage (1-2%) in the taskmanager (???)
    It takes minutes after the console opens.
    Any idea what could be wrong?
    I have two 500GB SATA hdds running as RAID-1 using the onboard Raid-Controller.
    Thanksa lot in advance for your help.
    Message Edited by TSCH on 16-07-2009 02:02 PM
    Kind regards
    TSCH

    Edit:
    Seems that VMware has nothing to do with my problem.
    When copying over network the server nearly freezes (rdp-connection) but nothing in the task-manager cpu-utilisation is 1%.
    Starting the vm-guest takes a looooooooot of time.
    Do you have any advice what could be wrong on our system?
    Thanks a lot.
    Kind regards
    TSCH
    Message Edited by TSCH on 16-07-2009 02:01 PM
    Message Edited by TSCH on 16-07-2009 02:02 PM
    Kind regards
    TSCH

  • Cannot install Web Management Gateway (KB968934) on Windows 2003 SP2 Enterprise

    I have installed the following prerequisites:.Net Framework 3.5 SP1, KB969166 and KB969429. 
    I also update my Windows Installer to 4.5.
    Installation of the Web Management Gateway is failing saying I don't have a prerequisite.  I don't know what else it is looking for.  The server is a domain controller, running SP2 and fully patched with the exception of Silverlight and .Net Framework
    4.0.  Below is the log file from the attempted installation.  Any help would be greatly appreciated.
    0.046: ================================================================================
    0.046: 2011/01/06 08:15:10.078 (local)
    0.046: d:\a8bdf6e05ac0f8597b\update\update.exe (version 6.3.15.0)
    0.046: Hotfix started with following command line:
    0.046: In Function GetReleaseSet, line 1193, RegQueryValueEx failed with error 0x2
    0.093: SYSTEM\CurrentControlSet\Control\ProductOptions\ProductType is Equal To Specified Value
    0.093: First Condition in Prereq.CheckIfAnyInstanceRunning.Section Succeeded
    0.093: Condition succeeded for section Prereq.CheckIfAnyInstanceRunning.Section in Line 1 of PreRequisite
    0.093:  SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5 is Present
    0.093: SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5\SP is Greater or Equal To Specified Value
    0.093: Condition succeeded for section Prereq.CheckCLR.Section in Line 2 of PreRequisite
    0.093:  C:\WINDOWS\system32\netlogon.dll is Present
    0.093: FileVersion of C:\WINDOWS\system32\netlogon.dll is Greater or Equal To 5.2.3790.4482
    0.093: Condition succeeded for section Prereq.CheckDCLocatorQFEInstalled.Section in Line 3 of PreRequisite
    0.093:  C:\WINDOWS\Assembly\GAC_MSIL\System.DirectoryServices.AccountManagement\3.5.0.0__b77a5c561934e089\System.DirectoryServices.AccountManagement.dll is Present
    0.093: FileVersion of C:\WINDOWS\Assembly\GAC_MSIL\System.DirectoryServices.AccountManagement\3.5.0.0__b77a5c561934e089\System.DirectoryServices.AccountManagement.dll is Greater or Equal To 3.5.30729.4126
    0.093: Condition succeeded for section Prereq.CheckSDSAMQFEInstalled.Section in Line 4 of PreRequisite
    0.093: InstallerVersion is Present
    0.093: SOFTWARE\Microsoft\Updates\Windows Server 2003\SP10\KB968934\InstallerVersion is Greater or Equal To Specified Value
    0.093: Condition Check for Line 5 of PreRequisite returned FALSE
    0.093: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.093: KB968934 Setup encountered an error:  Setup cannot continue because one or more prerequisites required to install KB968934 failed. For More details check the Log File c:\windows\KB968934.log
    0.109: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.109: Setup cannot continue because one or more prerequisites required to install KB968934 failed. For More details check the Log File c:\windows\KB968934.log
    3.984: Message displayed to the user: Setup cannot continue because one or more prerequisites required to install KB968934 failed. For More details check the Log File c:\windows\KB968934.log
    3.984: User Input: OK
    3.984: Update.exe extended error code = 0xf0f4
    3.984: Update.exe return code was masked to 0x643 for MSI custom action compliance.

    I appreciate you guys taking the time to respond, I just wonder if you read the details of my question?  I have specifically stated that the above hotfix
    is installed along with the other prerequisite that the Install Guide mentions.  Furthermore I have not only checked the log but posted it for review.
    I'm thinking the above advice is almost automated, it is the same as I found in numerous searches.  The problem I have here is I DID read the manual, have done what it says and still get this error.
    This morning I reinstalled the hotfixes  and tried the install again.  Here is the log from today:
    Please note the bolded line, it seems there is some registry value being checked but I don't know what so I can fix it.
    0.219: ================================================================================
    0.219: 2011/01/07 06:23:18.359 (local)
    0.219: d:\de2e5a04497c892e775b9e2d1a85b1\update\update.exe (version 6.3.15.0)
    0.266: Hotfix started with following command line:
    0.282: In Function GetReleaseSet, line 1193, RegQueryValueEx failed with error 0x2
    0.313: SYSTEM\CurrentControlSet\Control\ProductOptions\ProductType is Equal To Specified Value
    0.313: First Condition in Prereq.CheckIfAnyInstanceRunning.Section Succeeded
    0.313: Condition succeeded for section Prereq.CheckIfAnyInstanceRunning.Section in Line 1 of PreRequisite
    0.328:  SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5 is Present
    0.328: SOFTWARE\Microsoft\NET Framework Setup\NDP\v3.5\SP is Greater or Equal To Specified Value
    0.328: Condition succeeded for section Prereq.CheckCLR.Section in Line 2 of PreRequisite
    0.328:  C:\WINDOWS\system32\netlogon.dll is Present
    0.328: FileVersion of C:\WINDOWS\system32\netlogon.dll is Greater or Equal To 5.2.3790.4482
    0.328: Condition succeeded for section Prereq.CheckDCLocatorQFEInstalled.Section in Line 3 of PreRequisite
    0.328:  C:\WINDOWS\Assembly\GAC_MSIL\System.DirectoryServices.AccountManagement\3.5.0.0__b77a5c561934e089\System.DirectoryServices.AccountManagement.dll is Present
    0.328: FileVersion of C:\WINDOWS\Assembly\GAC_MSIL\System.DirectoryServices.AccountManagement\3.5.0.0__b77a5c561934e089\System.DirectoryServices.AccountManagement.dll is Greater or Equal To 3.5.30729.4126
    0.328: Condition succeeded for section Prereq.CheckSDSAMQFEInstalled.Section in Line 4 of PreRequisite
    0.328: InstallerVersion is Present
    0.328: SOFTWARE\Microsoft\Updates\Windows Server 2003\SP10\KB968934\InstallerVersion is Greater or Equal To Specified Value
    0.328: Condition Check for Line 5 of PreRequisite returned FALSE
    0.328: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.328: KB968934 Setup encountered an error:  Setup cannot continue because one or more prerequisites required to install KB968934 failed. For More details check the Log File c:\windows\KB968934.log
    0.344: ReadStringFromInf: UpdSpGetLineText failed: 0xe0000102
    0.344: Setup cannot continue because one or more prerequisites required to install KB968934 failed. For More details check the Log File c:\windows\KB968934.log
    2.016: Message displayed to the user: Setup cannot continue because one or more prerequisites required to install KB968934 failed. For More details check the Log File c:\windows\KB968934.log
    2.016: User Input: OK
    2.016: Update.exe extended error code = 0xf0f4
    2.016: Update.exe return code was masked to 0x643 for MSI custom action compliance.
    Can either f you or anyone else help me identify what it is trying to get from the registry and what the proper value needs to be?

  • Looking for a ISO for Windows 2003 R2 Enterprise Volume License version.

    Hi all,
    We have our VL W2K3 R2 Enterprise 32bit license key already.
    Trying to get a link to the .iso file for the VL license to download it.
    I tried the non-VL W2K3R2 Standard version .iso from my standard TechNet subscription, of course it will not take the VL key as valid.
    Where can I get the required .iso file?
    Any help appreciated.
    Regards,
    [email protected] or
    [email protected]

    Hi,
    You can download the .iso by logging on to the Volume License Service Center (VLSC) site using the credentials for your volume license agreement.  Product key(s) are there as well.
    https://www.microsoft.com/Licensing/servicecenter/default.aspx
    If you do not know the credentials you should be able to gain access if you have the license numbers, authorization numbers, original confirmation email/paperwork.  If you do not have these you can contact your reseller and request that they send
    a duplicate copy.
    An alternative would be if you have one of the higher MSDN subscriptions you could log on and download it from there.
    -TP

  • Solved!! Windows 2003 Server Enterprise SP1 and home page connection....

    I solved it, thanks everybody anyway!
    I did like this, I set to manual both the services OracleServiceXE and OracleXETNSListener and I put in the start up folder (it could be in the run registry key) the following batch file:
    net start OracleXETNSListener
    net start OracleServiceXE
    @oradim -startup -sid XE -starttype inst > nul 2>&1
    exit
    It's a modified version (just add exit in the end) of the StartDB.bat batch file in the bin folder!
    There gotta be some problem with the services right of way I guess!!!
    Ciao

    Hello;
    In windows there is a utiltity called "Group Policy Editor" or run this "gpedit.msc" at command line which you are able to setup your batch script at the computer logon or individual user login.
    HTH
    Shaun S.

  • Has anyone managed to get a 3TB dynamic disk on Windows 2003 Server?

    I just got a pair of new 3TB disks that I wanted to put on my Windows 2003 server enterprise x64 system, SP2, all updates installed.
    When I first tried to convert to dynamic, I got the error "The operation did not complete" as described in this KB article
    http://support.microsoft.com/kb/826823
    It says there is a patch, but there is not one for x64, just x86 and ia64
    I found another technet discussion here:  https://social.technet.microsoft.com/Forums/en-US/winserverfiles/thread/cb62238c-b3d0-4989-b45a-ae6de6701a7b?stoAI=10
    However its best suggestion is to use a product from AOMIE, but I tried that and it didn't even recognize the disk.  It also suggests that one needs a better version of diskpart.exe and to try to the 32 bit version.  Anyone have any experience
    with that?
    I also tried creating moving the disk to Windows 7 x64, making it dynamic there, but when I move the disk back to 2K3 it does not recognize it, and goes back to a 2TB partition.  I also saw something about needing a 512 block size for 2K3, but W7 does
    not allow anything smaller than 1K.

    Hi,
    During my research, if found the following artcle which also mentioned a 3TB disk should be supported in Windows 2003 SP1:
    Has anyone managed to get a 3TB dynamic disk on Windows 2003 Server?
    http://social.technet.microsoft.com/Forums/en-US/winserverfiles/thread/a720ae72-0c04-44dd-94c0-2e6aecce530e
    So I contact the author about this issue. He said it could be caused if your hard disk is a 512e drive as the 3TB drives on the market today are normally 512e drives.
    However manufacturers stopping identifying this, and if the controller is old, FSUtil will not able to identify a 512 drive but recognized it as a normal 512n drive.
    Thus please provide the drive model so we could search on manufacturer's website for exact information.
    Also please paste the screenshot in your reply which Satish mentioned if available.
    In addition, here is an article Robert provided:
    http://www.windowsitpro.com/article/what-would-microsoft-support-do/support-advanced-format-hard-drives-141584

  • Windows 2003 R2 installation failing with ORA-12154

    Windows 2003 R2 Enterprise default installation, no Windows Updates at all
    Pentium 4, 2 gb ram, 127 gb hard drive
    In a workgroup using DHCP
    Installed Microsoft Loopback Adapter as per installation docs (which I read)
    Default installation of Oracle 10g R2 Enterprise, which installs a starter database.
    During the step Creating and starting Oracle instance with Clone database creation in progress at 46%, an error dialog appears:
    ORA-12154: TNS:could not resolve the connect identifier specified.
    The same problem occured when using a static IP address. About a year ago I followed the same steps with 2003 Enterprise (not the R2 version) and was successful. I also tried installing on XP Pro Service Pack 2 and failed at the same point.
    At this point I am completely unable to install Oracle 10g R2 on Windows using the default options. I even tried just installing Oracle without the starter database and then use DBCA to create a database. It failed to create a database.

    some more information
    I’ve just restarted the server with its full quota of 16GB of RAM and selected both boot.ini switches (/PAE and /3GB) at server startup. I then amended the dbblock_lru_latches parameter from 128 to 64. Before I even started the database I tried running ‘ipconfig /all’ at the command prompt with the following result:
    D:\Oracle>ipconfig /all
    Windows IP Configuration
    An internal error occurred: Insufficient system resources exist to complete the requested service.
    Please contact Microsoft Product Support Services for further help.
    is it windows causing these issues?
    rgds
    alan

  • ColdFusion 8 -  Windows 2003 R2 w/ IIS6

    Installed ColdFusion 8 several times on a Windows 2003 Server
    (Enterprise Edition r2) running IIS 6 and I'm unable to get the
    admin console to come up after the installation. The system was
    configured during the installation to work with "All" IIS web
    applications on the machine. I have granted "full control" to the
    cf_root/runtime/lib/wsconfig directory to local users IIS_WPG &
    IUSR_xxxxxx and I’m still getting the following error:
    HTTP Error 401.3 - Unauthorized: Access is denied due to an
    ACL set on the requested resource.
    The log file after the installation indicated no errors. Is
    there anything else I can try to resolve this opportunity? I
    installed the development edition of ColdFusion 8 and I had not
    issues whatsoever on a Windows XP machine, SP2. Please help.... I
    have three servers to get up and running soon....

    by default the admin console would be in
    inetpub\wwwroot\cfide\administrator - did you correct the
    permission there?
    Incidentally on a clean install on Windows I've never seen
    any permissions issue when trying to load the administrator
    assuming a default configuration of CF.
    You're not installing it on a 64 bit server are you by any
    chance?

  • RAC using OCFS on windows 2003

    Hi,
    i am building a 2 node windows 2003 cluster (enterprise edition) and planning to install ORACLE RAC on it. What are the steps required to do this?. Do I need to use the Microsoft Cluster service to deploy a cluster and then install oracle rac on it. Or does oracle provide a clustring service on it own. Currently i have 2 servers each running windows 2003 connected together via a cross over cable.
    What kind of configuration is reuired with the file system, OCFS or raw partition.
    thanks

    I don't think MCS is required. Take a look at:
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b14207/prewin.htm#sthref198
    and check the certified combinations in Metalink.
    For your storage options, read:
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b14207/storage.htm#sthref252

  • Crystal Report 10 crashes in Windows 2010 Server Enterprise

    Dear All,
    I have a web application created on Windows Framework 1.1 with crystal Reports 10. It works fine with Windows 2003 Server Enterprise , Windows XP , Windows 2008 Server Standard Edition but fails surprisingly on WIndows 2008 Enterprise.
    I could not understand this behavior.
    The Error Shown on Screen is
    =====================================================================================================
    Object reference not set to an instance of an object.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
    Source Error:
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    Stack Trace:
    [NullReferenceException: Object reference not set to an instance of an object.]
       CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +72
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +218
    =======================================================================================================
    Crash Dump Analysis is as follows
    0:029> kL
    ChildEBP RetAddr 
    0d66f8bc 75f7fe4a cachemanager+0x8935
    0d66f934 75f79d6a user32!UserCallWinProcCheckWow+0x14b
    0d66f990 75f7119c user32!DispatchClientMessage+0xda
    0d66f9c0 77135dae user32!__fnINLPCREATESTRUCT+0x8b
    0d66fa34 75f7112b ntdll!KiUserCallbackDispatcher+0x2e
    0d66fa38 75f710bf user32!NtUserCreateWindowEx+0xc
    0d66fcdc 75f712d5 user32!VerNtUserCreateWindowEx+0x1ac
    0d66fd88 75f71338 user32!_CreateWindowEx+0x1f9
    0d66fdc4 0d458aad user32!CreateWindowExW+0x33
    0d66fe00 0d458654 cachemanager+0x8aad
    0d66fe40 0d457ee8 cachemanager+0x8654
    0d66fe74 75d22599 cachemanager+0x7ee8
    0d66feac 75d226b3 msvcrt!_callthreadstartex+0x1b
    0d66feb4 7703d0e9 msvcrt!_threadstartex+0x5f
    0d66fec0 771119bb kernel32!BaseThreadInitThunk+0xe
    0d66ff00 7711198e ntdll!__RtlUserThreadStart+0x23
    0d66ff18 00000000 ntdll!_RtlUserThreadStart+0x1b
    the file information of the CR dlls involved in the crash is as follows:
    0:029> lmvm  cachemanager
    start    end        module name
    0d450000 0d467000   cachemanager T (no symbols)          
        Loaded symbol image file: cachemanager.dll
        Image path: C:\Program Files\Common Files\Crystal Decisions\2.5\bin\cachemanager.dll
        Image name: cachemanager.dll
        Timestamp:        Thu Feb 05 11:58:39 2004 (4021E297)
        CheckSum:         00000000
        ImageSize:        00017000
        File version:     10.0.5.587
        Product version:  10.0.5.587
        File flags:       8 (Mask 3F) Private
        File OS:          4 Unknown Win32
        File type:        2.0 Dll
        File date:        00000000.00000000
        Translations:     0000.04b0 0000.04e4 0409.04b0 0409.04e4
    I would be grateful if you anyone could help me resolve this problem.

    Sorry Rajiv. Not a clue and since
    a) this is not a supported environment
    b) CR 10 has been out of support for... 3+ years(?)
    all I can suggest is an http sniffing utility like [Charles|http://xk72.com/] or [Fiddeler|http://www.fiddlertool.com/fiddler/] and perhaps [Process Monitor|http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx] which will tell you the dlls loading by the process.
    Perhaps somebody else may have an idea?
    - Ludek
    Edited by: Ludek Uher on Mar 23, 2011 3:51 PM

  • Windows 2003 and windows 7 access compability

    Hi,
    I am now using IBM server with windows 2003 32 bit operating system and clients are windows xp and windows 7. I want to know that if I convert all clients to windows 7. Is there any connectivity/accessing issues to server.
    Is there any compability / accessing issues within windows 2003 and windows 7?
    Thanks in advance

    Hello,
    Windows Server 2003 is going out of support 2015.
    Windows 7 works together with it without  problems.
    If this is a domain you have to be aware that GPO settings for Windows 7 should be configured from a Windows 7 machine with RSAT installed, otherwise lot of settings are not available within Windows Server 2003.
    Also you have to think about server stored profiles, if used, as the .V2 profiles are used with Windows 7 and the older profiles will not work for users logging on to the Windows 7 machines.
    Maybe there is more to consider but therefore the information you have provided is too less.
    Best regards
    Meinolf Weber
    MVP, MCP, MCTS
    Microsoft MVP - Directory Services
    My Blog: http://msmvps.com/blogs/mweber/
    Disclaimer: This posting is provided AS IS with no warranties or guarantees and confers no rights.

  • Install oracle E-business suite on windows 2003 server

    hi ,
    i am trying to install oracle EBS on windows 2003 server enterprise edition , i have installed these prerequisites :
    1 - MKS Toolkit version 7.0
    2 - JDK 1.3.9
    3 - Visual C++ 2005 express edition
    while checking the system with the startup disk , it is giving me an error :
    system utilities check : - check system for make , id , ar , and cc
    system utilities check : command : cmd.exe/c D:\rapidwiz\bin\checkutil.cmd C:\program files\mkstoolkit C:\program files\microsoft visual studio 8\VC
    D:\rapidwiz>echo off
    'which' command is not available. Check MKS installation
    ERRORCODE=1 ERRORCODE_END
    Error- System Utilities Availability test has returned an error: 1
    anybody can help please
    Regards,
    Chady

    What is the application release you are trying to install? Please note that 11.5.10.2 RapidWiz automatically installs JDK 1.4.2 on the Solaris, Linux, and Windows operating systems.
    system utilities check : - check system for make , id , ar , and cc
    system utilities check : command : cmd.exe/c D:\rapidwiz\bin\checkutil.cmd C:\program files\mkstoolkit C:\program files\microsoft visual studio 8\VCInstall all pre-req. software (i.e. Visual C++, MSK, Gnumake, ..etc) in directories which contain no space in name (i.e. C:\VC, C:\MKS, ..etc. Do NOT install it under C:\Program Files). Also, when RapidWiz prompt to enter MSK directory, type "C:\MKS\mksnt".

Maybe you are looking for

  • Highlighting text in JTextPane

    Hi all, (sorry if this is similar post from others). I'm trying to highlight text from when it is selected by the mouse, I want it to work by first I click a button to go in "text highlighting mode" then I select the text by pressing the mouse at the

  • Eroor while posting in billing in to accounting

    Hi ALL, i AM getting following error when i try to post billing in to accounying. ERROR: Tax jurisdiction 0 has incorrect length Message no. FS791 Diagnosis When calling the GET_JURISDICTION_LEVEL_TTXD function module, a tax jurisdiction code was tra

  • Can't download game and browse web at same time

    I'm hoping someone can help me with this problem.  For about a month now, I'm unable to download a game from Big Fish Games and browse the web at the same time.  I've contacted BFG, but so far their only suggestion was to upgrade from i.e. 6 to i.e.

  • Transfering music from mini ipod to a nano

    i just bought the nano and would like to transfer my music form my mini ipod to the nano. i can only transfer 1/2 of my music. i'm also using a new computer to do this. why can't i get all my music?

  • How can I change default iCal alert tones?  Basso is awful!

    I am running iCal on a MacBook Pro using OS X 10.9.4 I've looked at previous threads and tried their suggestions of altering the default in the Library or using Terminal.   Neither of these seem to work in the new OS X, as the files have been restruc