SAP Content Server Connectivity issue

Hi Friends,
We have installed Content server 6.40 on a standalone server after the installation i tried to open below link but its not opening.
http://hostname:1090/ContentServer/ContentServer.dll?serverInfo
This content server has to be connected to R3(ECC 6 EHP4 ) hence we went to t codes OAC0 and OACT to create content repository
We have created a content repository as below
Content Rep.    ZDMS
Description     ZDMS
Document Area : DMS document management system
Storage type: 04 HTTP content server
Version no.     0046   Content Server version 4.6
HTTP server     192.168.30.12(where the content server is installed)
Port Number     1090                        SSL Port Number
HTTP Script     ContentServer/ContentServer.dll
Phys. path      D:\usr\sap\FNS\SYS\global\
and when i am checking i am getting below error
Error in HTTP Access: IF_HTTP_CLIENT->RECEIVE 1 ICM_HTTP_CONNECTION_FAILED
i have also created a entry in table SDOKPROF
as below but still same issue.                                                                            
NAME = USEHTTPPLG                                                        
VALUE = OFF  
and also we have run RSHTTP05 to check if any error but no errors. 
Even when we are going in t code CSADMIN we are getting same error
Error in HTTP Access: IF_HTTP_CLIENT->RECEIVE 1 ICM_HTTP_CONNECTION_FAILED
In dev_icm belwo error is showing.
** WARNING => Connection request from (2/3/0) to host: xxx.xxx.xx.xx, service: 1090 failed (NIECONN_REFUSED)
[Thr 5352]  {000102ca} [icxxconn.c 2271]
Kindly help to solve this issue.
Thanks
Basis

Hi Deepak,
Thanks for your inputes i checked IIS and after the content server installation these website were not created hence i created it manully as per note 1823408 - Manual Creation of Website on Windows 2008 Server
I created SAP_Content_Server by following first 3 steps  but after that 4 , 5 and 6 steps are not clear i dont see those option in ISS manger.
1. Go to Internet Information Services Manager from Start Menu >> Admintrative tools >> IIS manager
a) or Start Menu >> Run >> "Inetmgr"
2. Right Click on Sites >> "Add Website" to create a new Website.
a) Site name <Name of the webiste>
b) port <Port No>
c) Physical Path <path of the Content Server installation directory>
d) Application Pool >> Select "DefaultAppPool"
e) Click "OK"
f) Website will be created.
3. Right click on the newly created website >> "Add Application"
a) Alias "ContentServer"
b) Application Pool >> Select "AppPool_ContentServer"
c) Physical Path <path of the Content Server installation directory>
d) Click "OK"
Content Server Application will be created.
4. Double Click on the website >> Handler Mappings
a) Select "ISAPI.dll" from the list >> Edit Feature Permissions
b) Check the tick boxes for "Script" and "Execute"
c) Click "OK"
5. Double Click on the website >> Handler Mappings
a) Enable "Anonymous Authentication"
b) Enable "Basic Authentication"
c) Enable "Windows Authentication"
6. Double Click on the IIS Server name >> ISAPI and CGI Restrictions >> Click on "Add"
a) ISAPI or CGI Path <path of the Content Server installation directory,selecting "ContentServer.dll" >
b) Description "ContentServer.dll"
c) Check the tick box "Allow extension path to execute"
d) Click "OK"

Similar Messages

  • SAP Content server connectivity

    Hi..
    SAP Content Server 6.40 on Solaris 10, Apache 1.3. xx installed successfully. i unable to connect from ECC to SAP Content server gives error in error_logs of app ache
    Mon Sep 6 14:46:55 2010 error http://client 172.16.20.219 File does not exist: /usr/sap/XXX/apache/htdocs//ContentServer/ContentServer.dll
    It really great full, If you can help.
    Regards,
    Panu

    Das..
    Yes my apache server installed and able to open and start and stop.
    installed path: /USR/SAP/XXX/APACHE
    Port :1090
    while installtion apache use make and make install command successfully. 
    Installed SAP Content Server 6.30 on Solaris and can't get pass the CSADMIN First screen that ask the server/port  and script. according to installation document it ask for ContentServer/Contentserver.dll but my installation on the Content Server 6.40 didn't exist that script.
    Did i installed correctly.
    it really helpful if you can help on this.

  • Content Server connection problems

    SAP Content Server connection problems
    I have installed the SAP Content Server on a Windows 2003 server. I connected to the Max DB on the remote server from Database Manager on my PC. I created repositories in R/3 in OAC0 and CSADMIN and saved documents to the Content Server. This all took a few hours from O/S install to saving a document in the repository, so I do understand the basics of the Content Server and Max DB.
    Unfortunately we are not going to use Windows; we will be running this on UNIX. Therefore I'm trying it out on a Linux system while I wait for the AIX system to be available. It's been a long road but I have finally gotten the install to finish 'successfully' however I can't connect from R/3.
    When I run the check http://10.XXX.YYY.ZZZ:1090/ContentServer/ContentServer.dll?serverInfo from the browser on the Linux host I get back a good status as shown below:
    serverType="SAP HTTP Content Server";serverVendorId="SAP AG";serverVersion="640";serverPatch="0";serverBuild="16";pVersion="0046";serverStatus="running";serverDate="2008-03-25";serverTime="22:39:45";startUpDate="2008-03-25";startUpTime="22:32:21";lastAccessDate="2008-03-25";lastAccessTime="22:38:33";
    However when I do this from any my PC it won't connect. (Of course the real problem is I can't connect from R/3.)
    If I try the same URL from a different user session on the same Content Server Linux host I get the same good status.
    I thought maybe the httpd.conf file was wrong so I tried:
    Listen 0.0.0.0:1090
    In cs.conf I tried commenting out AdminSecurity & AdminSecurityGroup.
    I also changed StorageDriver from SAPDBStorage to FSStorage.
    I don't know if this is related or just another problem to tackle once I can get through this one. I was not able to add the new system to the Database Manager. I get the error "-4 could not connect to socket [10060]".
    Thanks to all for any help. Points will dutifully be rewarded.
    David

    Hi Henk,
    It looks like I am dumber than a rock. The firewall was indeed active on the Linux host. I turned it off and can now do the http connection test to the Content Server. (I awarded very helpful points.)
    I still can't connect to the database with the Database Manager however the message has changed; it now says "-4 XSERVER might be inactive". I just turned off the firewall so I have a few things to try, like figure out how to start MaxDB without the DB Manager. I'll post my progress. Thanks Henk.
    David
    Edited by: Dave Hill on Mar 28, 2008 12:00 AM
    Now I have installed the Database Studion on my PC. No I'm getting this message when I try to connect to the host/database on the Linux system: "Cannot connect to host 10.XXX.XXX.XXX:7210 [Connection refused: connect], -813."
    Does MaxDB need to be started to connect? Any idea how to start it manually? Thanks,
    David
    Edited by: Dave Hill on Mar 28, 2008 1:06 AM
    Ah, at long last. There's this tiny yet very important little program called x_server that SAP didn't include in the SAP Content Server install guide. This needs to be running in order for anything to connect. I'm sure most of you know about it but for the rest you can find it in:
    /sapdb/programs/bin
    Then type
    ./x_server start
    I'm not sure what user it should run under but I started it as the sdb user.
    You could automate the database startup with a script. See http://maxdb.sap.com/doc/7_7/e9/005dac1592496783e26133eb7fad0b/frameset.htm
    Thank you Henk, I'll call this problem solved and award points.
    Edited by: Dave Hill on Mar 28, 2008 2:10 AM

  • SAP Content Server Configuration (CSADMIN) error in connection

    Dear Colleagues
    I have installed SAP Content Server 6.40 on Windows 2008 R2 server (64 bit) using IIS 7.5 with MaxDB 7.8.02, Installation completed successfully.
    URL testing Information on both Content Server and an Instance which we need to connect to it.
    http://cs460:1090/ContentServer/ContentServer.dll?serverInfo
    serverType="SAP HTTP Content Server";serverVendorId="Copyright SAP AG, All rights reserved 1998, 2001  ";serverVersion="6400";serverPatch="9";serverBuild="201";pVersion="0046";serverStatus=
    "running";serverStatusDescription="";serverDate="2014-05-11";serverTime="02:03:08";startUpDate="2014-05-11";startUpTime="02:03:08";lastAccessDate="2014-05-11";lastAccessTime="02:03:08";
    However, when I try to create repository with CSADMIN tcode, I am getting error ''HTTP error: 500 (Internal Server Error)'.
    database host is up or down and the web server up
    My settings are as follows
    1- On Content server I give full permission to content Rep directory
    2- On IIS I have allowed Unspecified ISAPI& CGI & modules.
    3-odbcreg as the following:-
    C:\sapdb\SDB\db\pgm>odbcreg -g
    List of installed drivers
    1.      SQL Server;     %WINDIR%\system32\SQLSRV32.dll
    2.      SAP MaxDB SDB (Unicode);        C:\sapdb\SDB\db\pgm\sdbodbcw.dll
    3.      SAP MaxDB SDB;  C:\sapdb\SDB\db\pgm\sdbodbc.dll
          C:\sapdb\SDB\db\pgm>odbcreg MaxDB -i -p c:\sapdb\SDB\db\pgm -d sdbodbcw.dll
    ODBC Driver for 'MaxDB' has been successfully registered.
         C:\sapdb\SDB\db\pgm>odbcreg MaxDB -i -p c:\sapdb\SDB\db\pgm -d sdbodbc.dll
    ODBC Driver for 'MaxDB' has been successfully registered.
    4- under settings tab for the repository I set the parameter (driver = MaxDB) as per SAP note 977091
    Please suggest, how to resolve this issue.
    Thanks

    HI Hany Zahran,
    Hope that your issue resolved? if so please close this thread with updated answer and make sure mark assumed answered (see top of the screen).
    All the best my dear fnd.
    Regards,
    chandu.

  • Issue after installa SAP Content Server

    Dear friends,
    I have installed a SAP Contenet Server and Cache server on a windows 2003 server with maxdb, SAP NW 7.0 SR3
    Installation using sapinst finished sucessfully, I checked the url link to test see the status of content server and this owrks fine:
    http://hostname:1090/ContentServer/ContentServer.dll?serverInfo
    But in the url link of cache server shows page not found:
    http://hostname:1095/Cache/CSProxyCache.dll?serverInfo
    I restarted SAp content server an cache server and issue persist, any idea to solve this issue?
    Thanks friends!!!

    Hi Kalyan,
    First thanks for your answers.
    1) Folders exist
    2) I can´t find the port 1095 is used in "services" file but I changed  the port to 1094 in the IIS and it didn't work.
    3)cache website is up, also I restarted the IIS  and websites.
    Issue persiste only for cache sever this message appears:
    The page cannot be displayed
    The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings.
    For content server show status runing.
    Please your help, thanks.
    Edited by: Friend on Jan 13, 2009 4:30 PM

  • Trouble with Content Server connection

    I am having an issue with content server on Unix.  I'm finished with content server install and need to connect my ABAP system to it via CSADMIN. But when I first enter CSAdmin, I give it my host and port. What is the unix http script name for the default install???  Only the Windows name - ContentServer.dll - is populated? What is the web address to get to the content server?
    http://<host>:<port>/???????
    Do I need to do something with OAC0 and SICF first, before going to CSADMIN.  The guide does not mention anything?
    Thanks for your replies!
    Jeff

    Hi. I dont know obout CS on UNIX, on windows  CS uses port 1090 and HTTP script ContentServer/ContentServer.dll
    The web page is
    http://server:1090/ContentServer/ContentServer.dll?serverInfo.
    It's on Windows....
    Also read this Note 586895. -->
          New access paths and compatibility with Windows systems
                  The "/ContentServer/ContentServer. dll" and "/Cache/CSProxyCache.dll" paths have since been established as fixed default values for the Content Server/Cache Servers for Windows.
                  The module access in the Apache Web server is not restricted to actual paths for program files. Using <location> tags, you can determine any (sub)paths that are to be used to access a module. These tags are entered in the "httpd.conf" file within the relevant module configurations. You can also define the clients allowed to access this "location" within a <location> tag with an Allow/Deny clause.
                  To be able to continue using the Windows paths proposed in the SAP system, these Windows paths are installed as compatibility tags.
                  In addition to this, you can use the new, essentially shorter paths "/sapcs" and /sapcsc" to access the SAP Content Server and the SAP Cache Server.
                  The "Modifications to httpd. conf" attachment to the installation manual contains a list of all of the access paths delivered.
    Regards.. Award if helpful.
    Edited by: Sergo Beradze on Mar 11, 2008 4:37 PM

  • Storing Documents on SAP Content Server

    Dear Support,
    We are configured the ERP 2005 server to store the attachments onto the SAP Content Server.
    Unfortunately,the attachments are not storing on the content server . don't know where they were storing.
    We have configure the system using the OAC0 and OAC2, and OAC3 to use the "S1"  repository. The repository conected to the SAP Content Server over HTTP connection and the connection test is successful.
    We have also, configured and exchanged the tickets with SAP Content server and the SAP ERP 2005 system.
    Kindly let us know the issue...
    Thank you,
    Nikee

    Hello Friends,
    Any luck??
    Thank you,
    Nikee

  • Sap content server - error sending certificate - HTTPIO_PLG_NO_MPI_INIT

    Hello all,
    we have installed the SAP content server and created a new repository which has the status running.
    Now when we go to OAC0 and the send certificate button, we get an error message:
    Error in HTTP Access: IF_HTTP_CLIENT->RECEIVE 1 HTTPIO_PLG_NO_MPI_INIT
    Message no. CMS166
    Why can I not send the certificate?
    Thanks
    Anne

    What i mean is you need a user that has both local machine administration rights and local domain administration rights. This is due to the fact that it installs some web components that require domain admin. If you don't install with this, its likely you will be able to test connection fine but receive errors when trying to send the certificate. This issue cannot be resolved after the installation. i.e. if you install with the incorrect admin rights and then adjust these afterwards, it will still not work, and the only solution is to reinstall with the correct rights.

  • How to archive data which is in sap content server

    Hi Experts,
    We are facing issue with data stored in content server. With the time the data which is in content server is increasing and reaching the size limitation of content server. We want to archive data which is already present in content server.
    Is there any stategy for this and how we can archive the data which is already inside sap content server.
    Thanks.
    Regards
    Richa Koolwal

    Thanks Ajay,
    It really helps to ansewer some of my questions.
    I would like to ask some more information for content server to you. As you said content server will allow to increase the database size upto 64TB and advise for the either of the 2 activiteis.
    1. If I shift the data which is old to some other storage, should that storage device be connected to content server.
        e.g If I have decided to store data on some file system I have to connect file system with the content server with the specific driver for file system.
    2. Next you said to install new content server, but as I know content server provide us the facility to connect to various instances of database system if one of the instance reaches its limit of 64 TB, so would it be good to install some other instances of database or the new sap conent server.
    3. Which storage media (File system and Instance of Database) is prefferable in terms of cost and security to enhance the scalability of content server. 
    Thanks.
    Regards
    Richa Koolwal

  • Error while starting SAP Content server

    Hi Experts,
    I have installed content server, and from OAC0 i have imported certificate. The status is showing running. In details tab, when i enter on start button, I am getting below error.
    HTTP error: 500 (Internal Server Error) "CreateTab ContentStorage, connect error SQLConnect failed, [SAP AG][SDBODBC DLL][SAP MaxDB] Commun
    Message no. CMS025
    Diagnosis
    Error in accessing via HTTP
    500 (Internal Server Error)
    "CreateTab ContentStorage, connect error SQLConnect failed, [SAP AG][SDBODBC DLL][SAP MaxDB] Commun
    Can any one suggest possible solution?
    Regards
    Aditya

    Hi Aditya
    Could you refer the SAP Notes
    1764842 - Connection problem to SAP Content Server
    582765 - SAP Content Server cannot address database
    Br
    SS

  • Http error 405 method not allowed sap content server windows

    Hi Expert,
    we have install sap content server 6.5 on microsoft windows 2012 using
    IIS 8.0 and MAXDB 7.9 SP 8 Build 21. After configuring the content server it self we still cannot
    create repository error "http error 405 method not allowed"
    Oac0 --> tab Create --> Content rep.
    I have implement note number 1704365 - IIS roles not created by
    default when installing Content Server on Windows 2008. even though it
    is not applicable to our IIS.
    when i try to open http://hostname:1090/ContentServer/ContentServer.dll?serverInfo
    it always direct us to download file not showing the version number.
    is there any solution for this issue?
    Thanks a lot,

    Dear,
    Can you please try following URL ?
    http://hostname:1090/ContentServer/ContentServer.dll?serverInfo&pVersion=0046
    http://hostname:1090/ContentServer/ContentServer.dll?serverInfo&pVersion=0046&contRep=<Repository Name>
    Regards
    S S B

  • Https access to Sap Content Server 620 with R/3 46C

    We are trying to access the Sap Content Server 620 via Https.
    We do not want to administer it via HTTPS, (as we know CSADMIN doesn't support Https in rel. 46C as for note 712332). We want to do in way that the users when do check-in/out of originals these go across the
    network using Https instead Http.
    According note 712330 it should be possible.
    Anyone already did it ?
    Any suggestions ?
    NOte 506314 is not clear. We are in doubt how we applyed it.
    What we did:
    0)activate the SSL on the Sap COntent Server Web Site, requiring and installing a CA certificate.
    1)On the R/3 server in tx OAC0 with %HTTPS filled up the
    two boxes with "%HHTPS
    required"                                           
    1)unpacked the Sap criptolibrary and copied all the files (including those in ntintel subdirectory created during the unpacking) under c:\Programmi\Sap\Frontend\Sapgui on a frontend PC.                                                                               
    2)set the env. variable SAPHTTP=c:\Programmi\Sap\Frontend\Sapgui on 
    Frontend PC                                                                               
    3) from c:\Programmi\Sap\Frontend\Sapgui we created both the SAPSSLC.pse and the SAPSSLS.pse file with the command  :            
    3) from c:\Programmi\Sap\Frontend\Sapgui we created both the          
    SAPSSLC.pse and the SAPSSLS.pse file with the command  :              
    sapgenpse get_pse -noreq -p C:\Programmi\SAP\FrontEnd\SAPgui\<PSE-NAME>
    CN=localhost                                                                               
    4) we run the test: saphttp https://itmif069
    from the frontend to the server where the Content Server is (itmif069). We recive the error:
    trc file: "dev_http", trc level: 2, release: "620"
    Fri Oct 08 12:26:46 2004
    [2256] sccsid: @(#) $Id: //bas/620/src/krn/ftp/http.c#26 $ SAP
    [2256] HTTP Start : argc - 2 a0 - saphttp
    [2256] https//itmif069
    [2256] SECUDIR=C:\Programmi\SAP\FrontEnd\SAPgui
    <<- SapSSLSetTraceFile()==SAP_O_K
    =================================================
    = SSL Initialization
      SapISSLComposeFilename(ssl_lib): using default "sapcrypto.dll"
      SapISSLComposeFilename(server_pse): using default "SAPSSLS.pse"
      SapISSLComposeFilename(client_pse): using default "SAPSSLC.pse"
      SapISSLComposeFilename(anon_pse): using default "SAPSSLA.pse"
    = found SAPCRYPTOLIB  5.5.5C pl16  (Jun 10 2004) MT-safe
    = found SECUDIR environment variable
    = using SECUDIR=C:\Programmi\SAP\FrontEnd\SAPgui
    =  secudessl_Create_SSL_CTX():  PSE "SAPSSLA.pse" not found,
    =      using PSE "SAPSSLC.pse" as fallback
    = The Server SSL_CTX
    =    provides this ordered list of 9 ciphersuites:
    =       1.  SSL_RSA_WITH_RC4_128_SHA
    =       2.  SSL_RSA_WITH_RC4_128_MD5
    =       3.  SSL_RSA_WITH_3DES_EDE_CBC_SHA
    =       4.  SSL_RSA_WITH_DES_CBC_SHA
    =       5.  SSL_RSA_EXPORT_WITH_DES40_CBC_SHA
    =       6.  SSL_RSA_EXPORT_WITH_RC2_CBC_40_MD5
    =       7.  SSL_RSA_EXPORT_WITH_RC4_40_MD5
    =       8.  SSL_RSA_WITH_NULL_SHA
    =       9.  SSL_RSA_WITH_NULL_MD5
    = Success -- SapCryptoLib SSL ready!
    =================================================
    <<- SapSSLInit(, read_profile=0)==SAP_O_K
    ERROR => [2256] URI https//itmif069 [http.c       774]
    ERROR => [2256] Connect to Host  Port 443 error: NIECONN_REFUSED
    [http.c       777]
    We do not know if the criptolibrary ha to be instyalled to the R/3 server to.
    We do not know if the CA certificate instalelled on the Sap COntent Server web site has to be installed on the R/3 server too.
    Any suggestion ?
    Regards

    Caro Mauro,
    I'm more or less in the same situation right now.
    Taking into account that you ask for help on this subject last 2004 Oct. I suppose that you have probably solved the problem.
    Please can you help me with the solution implemented.
    Find below my current work e-mail adress
    [email protected]
    Thanks in advance,
    Best regards, Xavier Grau.

  • Sap Content server Direct Browser Access - docGet

    We use SAP Content Server for DMS doc storage. Docs are stored without digital signing.
    I am looking to access dms original files directly via web browser using the "docGet" command.
    My url looks as shown:
    http://pswdf009:1080/ContentServer/ContentServer.dll?docGet&pVersion=0045&contRep=K1&docId=361A524A3ECB5459E0000800099245EC
    When I call the url, browser does not seem to be able to read the file type of the server response. An "open/save" dialog appears and when "open" is selected a subsequent dialog appears asking which application to use to open the file. Once the correct application is chosen, the document is displayed correctly.
    Is there some way to instruct the browser the content-type is application/pdf?
    Will CSAdmin parameter changes have any impact?
    The browser is Internet Explorer 6.
    Any help is appreciated.
    Roger

    Hi Roger,
    you may of course find an answer here.
    But mySAP PLM DMS is not a focus topic here (besides maybe connecting it into the SAP Portal and KM). Thus, you may be better off using a contact or a message to PLM.
    Regards, Karsten

  • Moving SAP Content Server/MaxDB 7.6 to a Windows 2008 R2 Server

    Hi All.
    We are in the process of upgrading our server where the SAP content server is located.  We are going from SAP CS 6.30/MaxDB 7.6 to a Windows 2008 R2 server where we want to install SAP CS 6.40/MaxDB 7.8.  I have been following the latest manual from SAP for upgrading to MaxDb 7.8  (2010-10-05) from MaxDb 7.6 using the in-place method.
    To date we have installed MaxDB 7.6 on the server.  We restored our latest backup and performed the index checks as spelled out in the manual.  I have the database in ADMIN mode and went to run the MaxDb 7.8 install for the 64 bit window version.  THe install GUI comes up, but the Update selection is grayed out.  This tells me that the install program can not detect our existing database.  I did make sure I was running the install as Admim so I do not think that is the issue.
    This is the second time I have tried this upgrade.  The first time I did a comand line upgrade by runing the .bat file DBUPDATE.bat. We have a 110 Gbyte database and this upgrade ran in about 15 minutes, and of course when I went to openthe database it was toast.  Do not want to make the same mistake again.
    One other point, since we did a restore of the database, then the index check, we did not run a backup as the manual suggested as we felt it was not necessary.  Does the system require a backup before upgrade and that is why it does not see the database?
    Any assistance will be greatly appreciated.

    I beleive we have resolved the issue with upgrading the database, but now we are having a problem with Datbase Studio 7.8.  Before the upgrade we used Data Manager 7.6.  After the upgrade we installed Database Studio 7.8 and when we go to start it up, we are getting the Problems opening perspective 'com.sap.sdb.tools.ut.perspectives.mainPerspective'. I followed the instruction in another post Problems opening perspective in Database Studio, but we still are getting the error.
    Can anybody offer any assistance as we are getting close to the weekend when we want to do the cutover and we are not even done with our first pass at upgrading the SAP content server.
    Thanks
    John

  • SAP Content Server 6.40 on Windows 2003, IIS 6, filesystem storage

    Hello:
    We have installed SAP Content Sever 6.40 on Windows Server 2003, IIS 6, and using the filesystem as storage, not SAPDB.
    The installation goes without any issues and completes successfully, but the test URL http://<host>:<port>/ContentServer/ContentServer.dll?serverInfo returns "The page cannot be displayed" and not the expected system info/status. We need to fix this before moving on to config in ERP, any suggestions into Content Server or IIS settings/configuration is appreciated.
    We're using the standard install port 1090, and testing from a browser in the same host.
    Regards,
    Eduardo

    Additional information:
    Looking in the event viewer under application, I see the following 2 errors:
    1) The HTTP Filter DLL D:\Program Files\SAP\Content Server\ContentServer.dll failed to load.  The data is the error.
    Data: 0000: 0000007f
    2) Could not load all ISAPI filters for site/service.  Therefore startup aborted.
    Regards,
    Eduardo

Maybe you are looking for

  • Link between lightroom and photoshop elements

    Hello. A few days ago I installed photoshop elements 6 on my Leopard 10.5.3 instance. I have also Lightroom 1.4.1 installed, but he/she doesn't seem to detect the elements installation. I can't do an edit in photoshop. With which mechanism the Lightr

  • Cannot drag and drop PDF pages in Yosemite Preview App

    I suddenly cannot drag and drop PDF pages into the open preview PDF Yosemite> Why? I open a PDF in preview. I used to be able to simply drag a PDF from the desktop (or a JPG) into that open PDF in Preview. Now it won;t let me? Is this a bug or is the

  • What do I need to do, to sumbit an app under a company name?

    What do I need to do, to sumbit an app under a company name?

  • Help with the alarm clock, please!

    i'm using the ipod mini, and every morning the alarm clock goes off with the exact same song. is it possible to make the mini choose the alarm clock's track randomly? or, at least, is it possible to choose a different song to start my morning off wit

  • Confused on SQL Expressions

    (Actually, CR10, but I don't see a forum for it here...) I just realized that I can use StartsWith in Crystal to get this functionality, but I still want to figure out how I could make it work, if at all. <!break> I have an Oracle query that contains