SAP router error on windows server 2008 64bit

Hi All,
I am installing sap router on windows 2008 server 64 bit.
While trying to generate certificate request it showing below error.
E:\usr\sap\saprouter\nt-x86_64>sapgenpse get_pse -v -r certreq -p local.pse "CN=
solman, OU=000XXXXXXX, OU=SAProuter, O=SAP, C=DE"
Got absolute PSE path "C:\Users\soladm\sec\local.pse".
Please enter PIN:
Please reenter PIN:
Supplied distinguished name: "CN=solman, OU=000XXXXXXX, OU=SAProuter, O=SAP, C=
DE"
Creating PSE with format v2 (default)
get_pse: Can't create PSE.
ERROR in af_create: (4352/0x1100) could not flush : "SW-PSE"
ERROR in create_PSE: (4352/0x1100) could not flush : "SW-PSE"
ERROR in modified_PSEFile: (4352/0x1100) could not flush : "SW-PSE"
ERROR in flush_PSEFile: (1283/0x0503) Can't write file : "C:\Users\soladm\sec\lo
cal.pse"
ERROR in aux_OctetString2file: (1283/0x0503) Can't write file : "C:\Users\soladm
\sec\local.pse"
I couldn't find the cryptography software specifically for windows 2008 server 64 bit ? So I downloaded the software for windows server 64 bit platform.
Do any one have idea on this...
Please reply..
Regards
Vinay

Hi,
Yes, there is no specific cryptography software for windows server 2008 and whatever u have chosen is correct.
Fom the following error message I could see where the issue arises.
Can't write file : "C:\Users\soladm\sec\local.pse"
I think you have not set the following ENV variable for the SAPRouter admin user (in your case soladm) and hence the sapgenpse tries to import the certificate in the SOLADM user's document folder.
Set the following variables for the user SOLADM and then try to import the certificate as mentioned in the [link|http://service.sap.com/saprouter-sncdoc].
SECUDIR = E:\usr\sap\saprouter
SNC_LIB = E:\usr\sap\saprouter\nt-x86_64\sapcrypto.dll
Hope this resolves ur issue.
Regards,
Varadharajan M

Similar Messages

  • Crystal Report 2008 on Windows Server 2008 64bit

    hi,
    I tried to run a Crystal Reports Web Application on a Windows Server 2008 64bit but I got this error:
    "Bei der Erzeugung des Reports ist ein Fehler aufgetreten.
    Der Typeninitialisierer für "CrystalDecisions.CrystalReports.Engine.ReportDocument" hat eine Ausnahme verursacht.
    CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: Fehler beim Versuch, die Crystal Reports-Laufzeit zu laden.
    Entweder reichen die Berechtigungen des Crystal Reports-Registrierungsschlüssels nicht aus, oder die Crystal Reports-Laufzeit wurde nicht ordnungsgemäß installiert.
    Installieren Sie die geeignete verteilbare Crystal Reports-Datei (CRRedist*.msi), die die erforderliche Version der Crystal Reports-Laufzeit (x86, x64 oder Itanium) enthält. Weitere Informationen erhalten Sie unter folgender Adresse: http://www.germany.businessobjects.com/support/default.asp.
    "Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information.
    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: CrystalDecisions.CrystalReports.Engine.LoadSaveReportException: An error has occurred while attempting to load the Crystal Reports runtime.
    Either the Crystal Reports registry key permissions are insufficient or the Crystal Reports runtime is not installed correctly.
    Please install the appropriate Crystal Reports redistributable (CRRedist*.msi) containing the correct version of the Crystal Reports runtime (x86, x64, or Itanium) required.  Please go to http://www.businessobjects.com/support for more information."
    The System:
    - Windows Server 2008 Standard 64bit SP2
    - Microsoft .NET Framework 3.5 SP1
    - Oracle Client 10gR2 64bit
    - I tried Crystal Report 2008 Runtime, Crystal Report 2008 Runtime SP1, Crystal Report 2008 Runtime SP2, Crystal Report 2008 Runtime SP3.
    - Crystal Report Basic Runtime for Visual Studio 2008 (x64)
    On a 32bit-system or 32bit-mode (and 32bit Oracle Client) everything is working fine. But I have to use the 64bit Oracle Client, therefore, Crystal Report have to work in 64bit-mode.
    Is it possible and what is to do to get it working, thanks,
    Martin

    It does work on 64 bit OS - as a 32 bit application. CR 2008 is 32 bit only.
    See the article [Crystal Reports support of 64 bit Operating Systems|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10d5fa88-2013-2c10-c9a5-f11963607d4e] for more info.
    Ludek

  • Installing Forms 11g 64bit on Windows Server 2008 64bit

    Hi,
    we are trying to install Forms 11g 64 bit with WebLogic 64bit on windows Server 2008 64bit and followed the short checklist of Jan Carlin :
    - installed JDK 64bit
    - installed WLS1032-generic
    - started installation of Forms/Reports
    Installation of Software worked fine and the configuration part did create the domain, but starting the domain fails (hang).
    Info in Log-File :
    =========================================================
    oracle.as.provisioning.util.ConfigException:
    Fehler beim Starten der Domain.
    Cause:
    Zeitüberschreitung beim Starten von Admin_Server.
    Action:
    Weitere Informationen finden Sie in den Logs.
         at oracle.as.provisioning.util.ConfigException.createConfigException(ConfigException.java:123)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3142)
         at oracle.as.provisioning.weblogic.ASDomain.startDomain(ASDomain.java:3033)
         at oracle.as.provisioning.engine.WorkFlowExecutor._startAdminServer(WorkFlowExecutor.java:1647)
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:637)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    [2010-02-22T19:37:39.730+01:00] [as] [ERROR] [] [oracle.as.provisioning] [tid: 20] [ecid: 0000IRqToJA5uXW5Pzw0yd1BWefv00000B,0] [[
    oracle.as.provisioning.exception.ASProvWorkflowException: Error Executing workflow.
         at oracle.as.provisioning.engine.WorkFlowExecutor._createDomain(WorkFlowExecutor.java:688)
         at oracle.as.provisioning.engine.WorkFlowExecutor.executeWLSWorkFlow(WorkFlowExecutor.java:393)
         at oracle.as.provisioning.engine.Config.executeConfigWorkflow_WLS(Config.java:866)
         at oracle.as.install.classic.ca.standard.StandardWorkFlowExecutor.execute(StandardWorkFlowExecutor.java:65)
         at oracle.as.install.classic.ca.standard.AbstractProvisioningTask.execute(AbstractProvisioningTask.java:26)
         at oracle.as.install.classic.ca.standard.StandardProvisionTaskList.execute(StandardProvisionTaskList.java:61)
         at oracle.as.install.classic.ca.ClassicConfigMain.doExecute(ClassicConfigMain.java:124)
         at oracle.as.install.engine.modules.configuration.client.ConfigAction.execute(ConfigAction.java:335)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.run(TaskPerformer.java:87)
         at oracle.as.install.engine.modules.configuration.action.TaskPerformer.startConfigAction(TaskPerformer.java:104)
         at oracle.as.install.engine.modules.configuration.action.ActionRequest.perform(ActionRequest.java:15)
         at oracle.as.install.engine.modules.configuration.action.RequestQueue.perform(RequestQueue.java:63)
         at oracle.as.install.engine.modules.configuration.standard.StandardConfigActionManager.start(StandardConfigActionManager.java:158)
         at oracle.as.install.engine.modules.configuration.boot.ConfigurationExtension.kickstart(ConfigurationExtension.java:81)
         at oracle.as.install.engine.modules.configuration.ConfigurationModule.run(ConfigurationModule.java:83)
         at java.lang.Thread.run(Thread.java:619)
    ================================================
    Somewhere I've read that the reason might be that the installation uses 32bit JDK, but I don't know if I did something wrong.
    Somewhere else I've read that the reason could be the Path setting, which may include some directories with emphasis in the name which might be a problem for Weblogic.
    Any idea or help is appreciated.
    Thanks,
    Mark

    FYI,
    This is related to Oracle-Bug 9370799 which hopefulls get sorted out sometimes. Having "(" or ")" somewhere in the PATH is not working. The workaround til the Bug is solved as of support is :
    =================================
    1) Remove the directory with "(" ")" from the System Path at install time only (this is what you have already performed)
    2) Roll back the change so the System Path contains again the directory path with parenthesis
    3) Copy in the clipboard the current PATH value and edit the <Middleware Home>\wlserver_10.3\common\bin\commEnv.cmd file and look for the following line:
    if "%WL_USE_X86DLL%" == "true" set PATH=%PATCH_PATH%;%WL_HOME%\server\native\win\32;%WL_HOME%\server\bin;%ANT_HOME%\bin;%JAVA_HOME%\jre\bin;%JAVA_HOME%\bin;%PATH%;%WL_HOME%\server\native\win\32\oci920_8
    4) Before this line define PATH to value you have in the clipboard without the reference to the directory with "(" and ")"
    5) Save the commEnv.cmd and you should be able to start up your domain having the directory containing the "(" and ")" in the System Path
    ==================================
    Thanks for your replies,
    Mark

  • Install CF8.01 on Windows Server 2008 64bits

    Hello,
    I have a new machine whith Windows server 2008 x64 and i
    installed on it CF8.01.
    For installing, no problems and the service work fine.
    But, when i launch one page on the web server, a .cfm or a
    classic html the IIS 7 return a error 500.21 :
    HTTP Error 500.21 - Internal Server Error
    Handler "AboMapperCustom-26364" has a bad module
    "IsapiModule" in its module list Detailed Error InformationModule
    IIS Web Core
    Notification ExecuteRequestHandler
    Handler AboMapperCustom-26364
    Error Code 0x8007000d
    Requested URL
    http://127.0.0.1:80/
    Physical Path C:\inetpub\wwwroot
    Logon Method Anonymous
    Logon User Anonymous
    In IIS config panel, handlers mapping, i have entry for all
    CF handler and one with path * and direct from
    jrun_iis6_wildcard.dll.
    the section of web config for handlers is :
    <handlers accessPolicy="Read, Script,Execute">
    <clear />
    <add name="AboMapperCustom-23790" path="*" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\1\jrun_iis6_wildcard.dll"
    requireAccess="None" responseBufferLimit="0" />
    <add name="AboMapperCustom-23791" path="*.jsp" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23792" path="*.jws" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23793" path="*.cfm" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23794" path="*.cfml" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23795" path="*.cfc" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23796" path="*.cfr" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="AboMapperCustom-23797" path="*.cfswf" verb="*"
    modules="IsapiModule"
    scriptProcessor="C:\ColdFusion8\runtime\lib\wsconfig\jrun_iis6.dll"
    requireAccess="Script" responseBufferLimit="0" />
    <add name="TRACEVerbHandler" path="*" verb="TRACE"
    modules="ProtocolSupportModule" requireAccess="None" />
    <add name="OPTIONSVerbHandler" path="*" verb="OPTIONS"
    modules="ProtocolSupportModule" requireAccess="None" />
    <add name="StaticFile" path="*" verb="*"
    modules="StaticFileModule,DefaultDocumentModule"
    resourceType="Either" requireAccess="Read" />
    </handlers>
    and
    Application 32bits mode is ok
    <applicationPoolDefaults enable32BitAppOnWin64="true">
    <processModel identityType="NetworkService" />
    </applicationPoolDefaults>
    Have you an idea why the application server fail.
    Thanks for your responses.
    Seb

    I'm pretty sure Adobe offers free installation support, try
    contacting them:
    http://www.adobe.com/support/contact/
    Ken Ford
    Adobe Community Expert - Dreamweaver/ColdFusion
    Fordwebs, LLC
    http://www.fordwebs.com
    "sebFrance" <[email protected]> wrote in
    message news:g1el1t$e2l$[email protected]..
    > Hello and thank you again,
    > I configured Application Pools in 32bitsenabled.
    >
    > I had always error 500.21
    >
    > Then I uninstalled CF8 and reinstalled with 32bits
    enabled in the application
    > pools.
    > I've always the same mistake.
    >
    > It is also important to know that when I webserver
    config to remove the server
    > I get an error:
    >
    > "Error deleting IIS application extensions. Jsp,. Jsw,.
    Cfm,. Cfml,. Cfc,.
    > Cf.,. Cfswf,. Mxml, from web site Any (0)"
    >
    > In addition, handlers configured in the web site
    "AboMapperCustom-26764" with
    > the isapi module for the "*" is the one that fails.
    >
    > East I forgot something:
    >
    > I recall the installation process complete server:
    >
    > Installing Windows Server 2008 64bits.
    > ----
    > Installing the Web server role with IIS7 :
    > ----
    > Common HHTP Features (All options)
    > Health and diagnostics -> request monitor
    > Security -> Request Filtering
    > Performance -> Static content compression
    > Managements tools (IIS Management Console + IIS6
    Compatibility)
    > ----
    > Installing SQL server 2005 64bits
    > ----
    > Passage of the authorized application pools in 32-bit
    applications
    > ----
    > Installing CF8 version 8.01 standard 32bits
    > ----
    > Modifying files as indicated ksmith.
    > ----
    > For each phase I restart the machine so that changes are
    properly taken into
    > account.
    >
    > Despite all this I have always error 500.21
    >
    > East I forgot some things, a service or a component that
    I should download.
    >
    > But thank you for your valuable advice.
    >
    > S?bastien
    >
    >
    >

  • About Install Oracle Access Manager On Windows Server 2008 64bit

    hi,
    Question 1:
    Can I install OAM10g(10.1.4.3.0) on Windows Server 2008 64bit ?
    (because OAM10g all is for win32)
    (I have tried to install it , but when OHS restart, have errors, so I found the 64bitOS is the trouble...)
    Question 2:
    If Question1 cannot, Can Oracle Identity and Access Management 11g fix it ?
    Help
    Thanks.

    Does this server use Itanium processors ? See MOS Doc 430677.1 (The image file setup.exe is valid, but is for a machine type other than the current machine.)
    Srini

  • How to Install AS 10g version 10.1.2.3 on Windows server 2008 64bit

    Dear
    Exparts, Hope you are fine.
    Application Server: Standalone 10.1.2.3
    OS: Windows Server 2008 64bit
    Hardware: Intel Xeion ProcessorI know Oracle Application Server 10g & Standalone my version is 10.1.2.3 is not competible with Windows Server 2008 64bit.
    But i need to install. Have any one has successfull experiances to do so ?
    Please share and guide.
    Waiting for your valuable responses.
    ask2learn

    Dear Marcus,
    Thanks for your reply.
    I tried Application Server Stand Alone and success.
    So, i closed the thread.

  • 10.1.0.2.0 database download link needed for window server 2008 64bit

    Here is our plan. We are currently running oracle 10.1.0.2 database on a windowsServer 2003 32 bit.
    Now we would like to migrate the database to 10gR2 and run it on our new server windows server 2008 64bit. After doing research, I think I need to go through the following step:
    1) install 10.1.0.2 on our new server,
    2) clone the database using the current back up data on the new server.
    3) install 10gR2 on the new server.
    4) using dbua to upgrade the older database to the new version.
    Please let me know whether those steps are correct.
    If yes, where can I download 10.1.0.2 version database for 64bit window server 2008?
    The only link I can find is http://www.oracle.com/technology/software/products/database/index.html
    but 10gR1 not listed.
    Thank you very much!

    Welcome to the forums !
    10gR1 is de-supported, hence you will not find any download links. You will have to create an SR to see if Support can mail you the install media.
    How big is the database ? One other option you have is to export the 10.1.0.2 database and import into 10gR2 on the new server. This will achieve the upgrade in one step and will not require the intermediate 10.1.0.2 version on the new server.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14238/preup.htm#BABFHFIJ
    MOS Doc 419550.1- Different Upgrade Methods For Upgrading Your Database
    HTH
    Srini

  • How do you repair ntoskrnl.exe error or system error in windows server 2008 and 2012

                              
    hi,
    can you repair system file errors like  ntoskrnl.exe in windows server 2008 and 2012  like   like before  in windows server 2003 ?
     the steps were  repairing ntoskrnl.exe  error in windows server 2003
    1- have a 2003 cd and from that cd  start recovery console and copy from i386 directory ntldr and ntdetect.com to  windows /system32 directory on the  server and then repairing
    2- MBR with fixmbr command  and then  rebuild BOT.INI file  with bootcfg/rebuild . 
    now my question  is how you repair or solve such problem with ntoskrnl.exe error  in windows server 2008 and windows server 2012
    thanks
    johan
    h.david

    first this wil take a lot of time for windows 2008 and 2012 ,
    and what about windows 2003 I thing this has no startup repair
    thanks
    johan
    h.david
    What will take a lot of time? Repair or clean install? These days one can standup a new VM and have an operating system on it in around 20 minutes or so.
    Correct server 2003 is file based deployment and completely different OS from repair perspective as well.
    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.

  • VS2008 on Windows Server 2008 (64bit)

    Can I use Oracle Developer Tools for Visual Studio on Windows Server 2008 (*64bit*).
    Thanks

    Visual Studio is still 32 bit even if you install ilt on a 64 bit OS.
    Currently, the only supported version of Oracle for Win2k8 is 32 bit 10204.
    I'd think that should work fine, although I havent tested it myself.
    An issue you'll run into though, is trying to actually RUN the app you're creating on 64 bit Win2k8 will default to a 64 bit app, and therefore want to load the 64 bit ODP.NET and 64 bit Oracle client which you wont have installed, so you'll likely get a BadImageFormat Exception unless you make the app run as 32 bit.
    Hope it helps,
    Greg

  • Required weblogic 10.3.5 instllable for windows server 2008(64bit)

    Hi,
    I have been trying to find the weblogic server(10.3.5), CO(13.4), BO(13.4) and POS(13.4) installable for Windows server 2008(64bit) but am unable to find them in e-delivery or anywhere else on Oracle website.
    Can anyone please provide me the link for these software downloads.
    Thanks.

    Hi
    On this below link, look for older versions of Weblogic Server which is at the bottom of the page. Expand for WLS 10.3.5. You need Weblogic Server + Coherence package installer. Download the generic jar installer.
    http://www.oracle.com/technetwork/middleware/weblogic/downloads/wls-main-097127.html
    See this below post for more details:
    Re: Why So Difficult To Find WebLogic Server 10.xx for Windows 7 64-bit??
    Thanks
    Ravi Jegga

  • Which version of Windows Server 2012 needs to be ordered so that I can downgrade to Windows Server 2008 64bit Standard SP2

    Dears in Microsoft,
    We need to have Windows Server 2008 Standard SP2 64bit to be installed and due to the fact it is no more available in Microsoft.
    I am going to order Windows 2012 with 16 CAL in order to downgrade it to Windows 2008 Standard SP2 64bit. My question is:
    1. Which version of Windows Server 2012 needs to be ordered so that I can downgrade to Windows Server 2008 64bit Standard SP2?
    2. what else required in terms of product key, media, license...etc?
    Appreciate your kind supports.
    thanks and best regards
    Barznj Abdullah

    Any licensing questions are always best addressed by a trained Microsoft licensing specialist.  You can find whom to call by looking at www.microsoft.com/licensing.
    One of the built-in rights of a Windows Server license is the right to run earlier versions of the operating system.  So if you purchase either Standard or Datacenter, you can run 2008 Standard.
    However, that does not provide the media or activation codes for earlier versions of the operating sytem.  You have to obtain those via other channels.  You should most likely contact a Microsoft reseller and talk to them.  They will
    most likely have a trained licensing specialist on hand to help answer your questions, and they should also be able to provide media for earlier distributions (for a slight fee).
    .:|:.:|:. tim

  • Custom AddOn installation error on Windows Server 2008 64 bits

    Hi All,
    We have developed an AddOn that our client is currently testing on several Windows XP machines.
    My client requested to install it also on a Windows Serer 2008 64bits machine, so we have compiled it (both the AddOn and the Setup Installer) to x64 bits with Visual Studio 2005.
    However when we try to install it on the server and inside the SBO, we get the following error:
       An attempt was made to load a program with an incorrect format (Exception HRESULT 0x8007000B)
    The problem is that both EXE files (addon and installer) are in fact in x64 bit format because we get the standard error when we run with an 32bit machine (xxxx is not a valid Win32 application).
    Does anybody know how to solve this problem?
    Regards
    Manuel Dias

    Hi Manuel,
    This topic did come up in the forum, many a times by now, find the below links to the same.
    [Re: 64 bit windows (Exception from HRESULT: 0x8007000B)|Re: 64 bit windows (Exception from HRESULT: 0x8007000B)]
    [ Re: 64 Bit Programming SAP Add-ons|Re: 64 Bit Programming SAP Add-ons]
    HTH,
    Siju Dasan

  • CF10 on Windows server 2008 (64bit): 32-bit CF cannot be installed, but 64-bit can.

    Hi, I have exhaused my research and ways of fixing this issue.
    I have a Windows Server 2008 (64-bit).
    I am able to install 64-bit CF10 on it and CF websites run just fine.
    On the same machine, I have a ASP website that must be in run in 32-bit and within this website there are some ColdFusion pages. So I have to install CF10 32 bit. So I uninstalled CF10 64bit.
    When installing CF10 32 bit, I always got error message:
    Cannot configure IIS connector. Enable the required option ASP.NET, ISAPI Extensions and ISAPI Filter in IIS under Windows Features and try again.
    I did lot of online research and found RELATED posts, but none of them worked for me. Basically, in my case I have the IIS following installed
    ISAPI Extensions
    ISAPI Filter
    ASP.NET
    CGI
    but I alway got the above error message. Cannot think of other reasons.
    Any help is really appreciated!!! I have been working on this thing for the past three working days.
    Regards.

    Hi,
    I saw your post which is similar to the problem I'm trying to solve.  I'm not sure if I need to post a new topic, but I thought just add it to your post.
    I installed CF10-64bit on Windows 2008 server (64 bit).  When I opened the CF admin, it gave me an error - HTTP Error 500.0 - Internal Server Error. The page cannot be displayed because an internal server error has occurred.  Module: IsapiModule, Handler: cfmHandler, Error Code: 0x800700c1.  After searching for solution in the internet, I finally made it work after changing the DefaultAppPool which is used by the CFIDE in the advance settings, the "Enable 32-bit Applications" to False.
    Now, my problem is I have an ASP application which requires that the application pool advance settings must be set to True for "Enable 32-bit Applications".  I created another application pool for this application.  It woks fine.  However, this ASP application calls some CF pages and I'm having a problem because the CF10 is set to use a different application pool with diferent setting for "Enable 32-bit Applications".
    In order for my application to work, it seems that I need to install the CF10 32 bit version.  Am I right?  Or is there a work around for my issue?
    Thanks in advance for any help.
    I'm going to create a new post for this.
    Message was edited by: tibay

  • Crystal 2008 Runtime error on Windows Server 2008

    I have a simple ASP.Net web applications that is using reports developed in Crystal 2008.  My server OS is Windows Server 2008 and has the Crystal 2008 SP1 runtime controls installed.  When I run the application it works fine until I actually try to run the report.  As the paremeter screen is attempting to load I am getting several script errors on the page. 
    _de is undefined, object not specified, bobj is undefinded are the major messages.  I have researched for several hours and have had no success.  I have come to the conclusion that the web page does not know where to find the .js and .css crystal files or does not have the correct permissions to access the files. 
    One thing that I found online and tried was to add a line of code in the HTML that specified the script as java and the location of the JS file for the viewer.  This helped but still had errors.
    BTW....This application runs fine on a Windows Server 2003 SP2 OS. 
    Anyone had the same issue?  Any help is greatly appreciated!
    Forgot to mention my development environment is VS 2008.
    Edited by: Bobby on Mar 13, 2009 11:02 AM

    See [this|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note.
    Also, [this|https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_dev/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes.do] note will be of help - possibly mode that the above note.
    Also, make sure you are using the latest merge modules / MSI to do your deployment. See [this|https://wiki.sdn.sap.com/wiki/display/BOBJ/CrystalReportsforVisualStudio.NETRuntimeDistribution-Versions9.1to12.0] wiki.
    Finally, the below Articles are worth having:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0437ea8-97d2-2b10-2795-c202a76a5e80
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50aa68c0-82dd-2b10-42bf-e5502b45cd3a
    Ludek

  • Side by Side error on Windows Server 2008 R2 SP1

    Hello!
    I want to install SAP 4.7 Ex2 on windows Server 2008 R2 Sp1. I installed java 1.4.2.24 and oracle 11g before.
    Now i tried to install the 4.7 system on the server. But in step "create or reregister sap services" i get an error.
    The sap log shows me this error:
    FSL-06002 Error 14001: The application could not be started, the Side by Side configuration is invalid
    In Windows error log i got this message.
    Fehler beim Generieren des Aktivierungskontextes fu00FCr "C:\usr
    sap\DN2\sys\exe\run\sapstartsrv.exe. Die abhu00E4ngige Assemblierung
    "Microsoft.VC80.MFC,processorArchitecture="AMD64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.4053"
    konnte nicht gefunden werden. Verwenden Sie fu00FCr eine detaillierte Diagnose das Programm "sxstrace.exe
    Error Code: 33
    It installed vcredist 2005/ 2005 SP1. An i installed .NetFX3.5 (with versions 2.0-3.5) and .NetFx 4.0. The Error ist still exists.
    Yesterday i installed windows Server new, but i got the same error again.
    I don`t know what to do now, please help me.
    Kind regards
    Sebastian

    > Fehler beim Generieren des Aktivierungskontextes fu00FCr "C:\usr
    >  sap\DN2\sys\exe\run\sapstartsrv.exe. Die abhu00E4ngige Assemblierung
    >  "Microsoft.VC80.MFC,processorArchitecture="AMD64",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="8.0.50727.4053"
    >  konnte nicht gefunden werden. Verwenden Sie fu00FCr eine detaillierte Diagnose das Programm "sxstrace.exe
    And just as information:
    German Windows servers are not supported, you should install a US English version.
    Markus

Maybe you are looking for

  • Adobe Illustrator will not launch when Flash is running

    A few of our users have reported that once Flash is running Adobe Illustrator will not launch. We are moving from Windows XP SP2 to Windows XP SP3. The version of both Illustrator and Flash is CS2 (will be upgraded later to CS3). This used to work on

  • Scan through the records in the Form and display the message!

    Hello Everyone, We have a requirement, I do not know how to achieve it. In a Forms 6i, 2 fields Type, Comment. Type is a list of Values (1,2,3) Comment - Free Text Field. User can enter as much rows of data, but while user saves the data we have to v

  • Purchasing requistion dates are not reflecting in R/3

    Hi All, material created in R/3,here purchase requistion generated in R/3 & APO. Then in APO,after Rescheduling in detailed scheduling planning board new purchase requistion delievery date is not reflecting in R/3. Kindly revert back ASAP. Regards, V

  • ITunes error when connecting to remote speakers

    I recently downloaded the new version of iTunes, 8.0.1. I am now unable to connect to my remote speakers via the Airport Express base station and get an error message each attempt. The error reads, "An error occurred while connecting to the remote sp

  • JMenu and JList

    I want to hava a menu that would have some of the same functionality as a JList, such as the cell renderer, the borders and the list models. I'm working inside a JApplet so creating JPopupMenus are out because of it seems to open new Windows in brows