Content Space not accessible - 404 error

I have recently configured Content Services ES2 module through Configuration Manager.
I am able to see the relevant services (storeContent, retreiveContent etc.) in AdminUI.
However I am unable to access contentspace using the following URL. Why?
http://localhost:8080/contentspace
I am belonging to Contentspace Administrator & ContentSpace User role.
Please Advise!
Nith

2010-09-06 13:35:34,185 WARN  [com.adobe.idp.dsc.workmanager.adapter.WorkListenerAdapter] WM: Work item 3e4ca108-fa5f-412d-8ee6-2d627f7b35ed has been rejected by the J2EE work manager
This is the only error shown in the server.log file.
Nith

Similar Messages

  • Statement not accessible - Syntax error

    Hi all,
    There is a form within a standard include. The form has an include within it. Its a custom include. So its an exit i suppose. Now i have a problem in the custom include. There is "statement not accessible" error. Find below the code in the custom include.
    *&  Include           ZZIMOVEKVGR4                                     *
    DATA: r_vkorg TYPE RANGE OF vkorg.
    CONSTANTS: c_z_salesorg_zzkvgr4 TYPE rvari_vnam VALUE
                                                    'Z_SALESORG_ZZKVGR4'.
    * Get the values from variant Z_SALESORG_ZZKVGR4 of TVARVC tavle
    CALL FUNCTION 'Z_FILL_RANGE_TABLE_FROM_TVARV'
    EXPORTING
    name                 = c_z_salesorg_zzkvgr4
    *   INITLINE             = ' '
    *   LINE_SEPARATOR       = ','
    TABLES
    rngtab               = r_vkorg.
    * Check for the sales orgranisation in TVARVC table
    IF vbrk-vkorg IN r_vkorg.
    * Move field Customer group 4 to KOMPCV structure
      MOVE vbrp
    ENDIF.
    Please help me understand how to overcome the same. The function module called has a select query. Does it have something to do.
    Pasting here the form that calls this include.
    FORM USEREXIT_ACCOUNT_PREP_KOMPCV.
    *  KOMPCV-zzfield = xxxx-zzfield2.
    *{   INSERT         TSTK9B000H                                        1
    * TSTK9A05ZS-Begin of changes For scr 7060
    * Only for the sale organisation S096
        INCLUDE ZZIMOVEKVGR4.                                "TSTK9A05ZS
    * TSTK9A05ZS-End of changes
    *}   INSERT
    ENDFORM.
    Thanks & Regards,
    Selvakumar M.

    Hi,
    this form in RV60AFZZ is to modify KOMPCV fields.
    I can't see any attempts to change those fields in your include.
    You can either move your code directly into form routine USEREXIT_ACCOUNT_PREP_KOMPCV, or correct your code in your include to make it work (as Sudhi told before).
    Regards.
    Klaus

  • "Statement is not accessible." - Error

    Hi,
    am working for an ECC upgradation project and am getting the above error "Statement is not accessible." at the below coding.
    WS_VBELN = XLIPS-VBELN.
    Kindly get me a solution <removed by moderator>
    Thanks in adv,
    Siva
    Edited by: Mike Pokraka on Sep 5, 2008 12:26 PM

    Hi all,
    Pls check the code below :
    DATA: WS_SPLITTOR(3)  TYPE C,
          WS_SPLIT(1)     TYPE C,
          WS_SPLIT1(1)    TYPE C,
          WS_SPLIT2(1)    TYPE C,
          WS_SPLIT3(1)    TYPE C,
          WS_VBELN        TYPE LIPS-VBELN,
          WS_POSNR        TYPE LIPS-POSNR,
          WS_NO_OF_LOOP(1) TYPE C,
          WS_NO_OF_ITEM(1) TYPE C,
          WS_BAL(1)        TYPE C,
          WS_MODNO(10)     TYPE C,
          PAR_ID(20) TYPE C.
    DECLARATION OF INTERNAL TABLE
    DATA: INT_XLIPS  LIKE XLIPS OCCURS 0 WITH HEADER LINE,
          INT_XLIPS2 LIKE XLIPS OCCURS 0 WITH HEADER LINE.
          WS_VBELN = XLIPS-VBELN.
          WS_POSNR = XLIPS-POSNR.
    MOVE SY-MODNO TO WS_MODNO.
    CONCATENATE 'SPLIT' WS_MODNO INTO PAR_ID.
    Regs,
    Siva

  • "Cannot get inner content of frm1 because the contents are not literal." error in building a dynamic form within other HTML

    Hi, 
    I am trying to build an aspx form dynamically but I have to user some HTML tags among controls. I am getting the error "Cannot get inner content of frm1 because the contents are not literal." in my 
    oForm.InnerHtml += "</fieldset>";
    instruction. If I put it before adding the text and button controls to the form the error is gone. What am I doing wrong, if I want the controls to be inside a <fieldset> ... </fieldset> tag?
    public void LoadForm()
    HtmlForm oForm = new HtmlForm();
    oForm.ID = "frm1";
    oForm.Action = "";
    oForm.InnerHtml += "<fieldset>";
    oForm.InnerHtml += "<legend> ### TITALO ### </legend>";
    HtmlInputText oText = new HtmlInputText();
    oText.ID = "txt";
    HtmlInputSubmit oSubmit = new HtmlInputSubmit();
    oSubmit.ID = "btn";
    oSubmit.Value = "submit";
    oForm.Controls.Add(oText);
    oForm.Controls.Add(oSubmit);
    oForm.InnerHtml += "</fieldset>";
    main.Controls.Add(oForm);
    Thanks, regards. 
    Bruno

    According to articles (e.g.
    http://forums.asp.net/t/939432.aspx?Panel+GroupingText), in order to include a
    <fieldset>, you can use a Panel control having GroupingText
    attribute. Therefore, instead of dealing with InnerHtml, try this:
    var panel = new Panel { GroupingText = "### TITALO ###" };
    panel.Controls.Add(oText);
    panel.Controls.Add(oSubmit);
    oForm.Controls.Add(panel);
    main.Controls.Add(oForm);

  • Page Not Found (404) Error

    I'm trying to download Oracle 10g on VMWare underneath this link:
    http://www.oracle.com/technology/tech/linux/vmware/index.html
    But I get an 404 error after I accept the EULA instead of the download page. This was working last week.

    I am having the same problem with the Oracle 8 to 8i New Features for Administrators link:
    http://www.oracle.com/education/certification/objectives/20.html

  • Web content, user not authorized, credential error

    I'm trying to do a query from the web, and am running into a "The user was not authorized" error, "The credentials provided for the Web source, are invalid. Please update the credentials..."
    I can use MSIE to access the exact same URL with the exact same credentials, using "Basic" web authentication, and it works fine.
    Even more strangely, looking through my web server logs, apparently Power Query successfully authenticates the first time, but then it repeats the request (perhaps looking at additional tables in the output?) and then fails to authorize.
    And, if I intentionally typo the end of the URL, I get a '404 not found', which you can only get if you successfully authorize!
    The following lines are from the web server access log, only showing testing instances from Power Query.
    First the intentional typo:
    [13146] aaa.bbb.ccc.ddd- ed [11/Sep/2014:16:03:12 -0500] "GET /cgi-bin/XXXXXXXz HTTP/1.1" 404 320
    [13146] aaa.bbb.ccc.ddd - ed [11/Sep/2014:16:03:13 -0500] "GET /cgi-bin/XXXXXXXz HTTP/1.1" 404 320
    The " - ed" shows that I successfully authenticated.
    Then, with the correct spelling of the end of the URL:
    [12617] aaa.bbb.ccc.ddd - ed [11/Sep/2014:16:03:51 -0500] "GET /cgi-bin/XXXXXXXX HTTP/1.1" 200 4007
    [13156] aaa.bbb.ccc.ddd - - [11/Sep/2014:16:03:52 -0500] "GET /cgi-bin/XXXXXXXX HTTP/1.1" 401 479
    [13146] aaa.bbb.ccc.ddd - ed [11/Sep/2014:16:03:53 -0500] "GET /cgi-bin/XXXXXXXX HTTP/1.1" 200 4007
    For some reason, Power Query sends the request 3 times. The first and third times successfully authenticate (" - ed", and a "200" response code). But the second time fails to authenticate, and apparently, that's all that Power Query cares
    about, since I get a "The user was not authorized" error.
    Any ideas? I tried enabling tracing, but I can't discern anything useful in the log file.
    Thanks,
    Ed

    You can use "send a frown" from inside the addin to report this as a bug. However, I think this is a known issue. We have to load the web page into IE in order to get the DOM, and I think we don't have any way to set the credential for IE.

  • Website on Mac Mini Server not accessible. Error 403 index document not available.

    Dear all,
    I'm trying to host a website on my Mac Mini Server. As far as I can see, my DNS is working correctly. Also my firewall is setup correctly. (I'm hosting another website which works OK). But I setup a new site. Basically a copy of the working site. But this site doesn't reflect an index.htm page. I receive an Error 403 with further information that there is no index document or that the site is secured. There is a contact link on this page directing to my webmaster. So I conclude that something is working, but no index.htm page. Has anyone similar experience? And offcourse a solution?
    Many thanks.

    Launch Terminal.app and issue the commands:
    cd /Library/Webserver/Documents/
    ls -al
    And see if the files are readable by the web server.   Here's an example index file listing that's owned by root and with group access for admin folks, and this file is marked as readable and writable for the owner and the group, and is readable for everybody else:
    -rw-rw-r--    1 root  admin   5094 Jul 25  2009 index.html
    In this configuration, the web server would be using the other access; the web server can read this file, but not write to it.  Here is how to duplicate these ownership and access settings on your own index.html file, assuming that you have that file present in the ls listing above, and assuming that you have issued the cd (change default directory) command shown above:
    sudo chown root:admin index.html
    sudo chmod ug=rw,o=r index.html
    You will need to enter your administrative password for the sudo command.
    I would very strongly suggest that you start learning some basics of bash and of Apache, because you're going to be needing those skills very soon.

  • Htmldb - Screen not found 404 error

    I installed Htmldb on 10.2 database. It worked fine. After about two weeks I decided to copy a program from 1.6 to 2.0. Exported/imported pgm to 2.0. Pgm did not install. Left box running. 2 1/2 days later I get screen not found error. Htmldb will not come up. opmnctl startall and shutdown work fine. Http services, OEM work fine. I thought the password in the marvel.conf file was not working. I edited the marvel.conf, chged to htmldb, chged htmldb_public_user, flow_files, and flow_010600 password to htmldb. No difference. Must be something small. Any ideas on how to get htmldb up. If not, can I do an upgrade on htmldb to 2.0 and still retain all the work the developers have put on the box?

    Is it not installed means in the import application u have to choose the schema name and then proceed ? If the schema name comes try to install it first ?
    And for the second case dont mess up with marvel.conf .Its very important file for HTMLDB to come up in browser .Manual editing is very bad practice except the password and connectstring. It is most important to provide us the details before procees also with the details what Chris wants.
    Regards
    Rosy.

  • 404 error while invoking servlet in weblogic 6.0

              Hi,
              When I try to invoke a servlet from weblogic 6.0, I am getting
              404 error. I have copied the HelloWorldServlet class into defaultWebAppl_Server/WEB_INF/CLASSES
              directory and when I invoke the HelloWorldservlet, its giving file
              not found(404) error. I am doing exactly what has been given in
              the "quick start to servlets" in weblogic 6.0. I am using Windows
              NT.
              I have also another problem when I use java utils.dbping to test
              the connection to my oracle8.1.8, its giving licence file not found.
              Could some one help me out from this.
              Thanks in advance,
              Ramu
              

              Hi kumar,
              I have been keep trying to solve that. After some time Suddenly
              "Error 404" disappeared and instead "Error 500" came. Okay kumar,
              here is what I am doing...
              I have installed weblogic6.0(eval), oracle 8.1.6 on Windows NT4.0.
              I have installed oracle Enterprise edition from CD "ORACLE 8.1.6
              for NT".
              I installed the weblogic under D: drive.
              I did class path settings as given in documentation. But Iam not
              sure whether I need to do any other class path settings.
              I was able to run pet store application given in weblogic server.
              I went to "quick start" section and ran HelloWorld.jsp page from
              "DefaultWebApp_myServer" directory.
              I was not able to run servlet program as per given in the "quick
              start". I am getting
              "Error 500---Internal server error"
              The server encountered an unexpected condition which prevented
              it from fulfilling the request"
              I have modified the web.xml under WEB-INF of DefaultWebApp_myServer
              as per given in the quick start.
              Here is the quick start link For you reference(as what I talking
              about)
              http://edocs.beasys.com/wls/docs60/quickstart/quick_start.html
              In the web.xml, I have given <servlet-class> as just HelloWorldServlet,
              since I directly copied the file from some other examples directory.
              But still I am getting 500 error.
              Here is the url that I am invoking...Http://ramup:7001/quickStartServlet
              Coming to your oracle connection test, I did exactly what you said.
              kumar, I have executed the command
              "D:\bea\wlserver6.0\config\mydomain>java -classpath %classpath%;D:\bea
              utils.dbping ORACLE
              >scott tiger TestDB"
              Where TestDB is the database that I have created while installing,
              but I am not aware of the instance you said.
              Here is what I got after executing the command.
              --------*******-------Pasting the ms-dos command results----**-
              // This mode is superior, especially in serverside classes because
              // it avoids DriverManager calls are class synchronized, and will
              // bottleneck any other JDBC in the server, even already-running
              // connections, because all JDBC drivers use DriverManager.println()
              // to log info and exceptions, and that call is also class synchronized.
              // For repeated connecting, a single driver instance can be re-used.
              **** or ****
              Class.forName("weblogic.jdbc.oci.Driver").newInstance();
              java.sql.Connection conn =
              DriverManager.getConnection("jdbc:weblogic:oracle:TestDB", "scott",
              "tiger")
              **** or ****
              java.util.Properties props = new java.util.Properties();
              props.put("user", "scott");
              props.put("password", "tiger");
              props.put("server", "TestDB");
              Class.forName("weblogic.jdbc.oci.Driver").newInstance();
              java.sql.Connection conn =
              DriverManager.getConnection("jdbc:weblogic:oracle", props);
              D:\bea\wlserver6.0\config\mydomain>
              --------*******-------Pasting the ms-dos command results----**-
              I think I have connection to database, thanks for your suggestion.
              Kumar, I have not seen weblogic.properties file any where in D:\bea
              directory.
              Kumar, if you have some time can you jot down the classpath settings
              and path settings for executing SERVLETS/EJB programs.
              Thanks for helping me out..,
              Ramu
              Kumar Allamraju <[email protected]> wrote:
              >Assuming you registered the helloworld servlet in web.xml,
              >could you show me the url
              >that you typed in the browser window? :)
              >
              >
              >Regarding the dbping problem, make sure license.bea is
              >in the classpath
              >
              >ie.. java -classpath %classpath%;D:\bea utils.dbping ORACLE
              >scott tiger [instance-name]
              >
              >PS: I'm assuming WLS is installed in D:\bea directory.
              >
              >--
              >Kumar
              >
              >
              >Ramu wrote:
              >
              >> Hi,
              >>
              >> When I try to invoke a servlet from weblogic 6.0, I
              >am getting
              >> 404 error. I have copied the HelloWorldServlet class
              >into defaultWebAppl_Server/WEB_INF/CLASSES
              >> directory and when I invoke the HelloWorldservlet, its
              >giving file
              >> not found(404) error. I am doing exactly what has been
              >given in
              >> the "quick start to servlets" in weblogic 6.0. I am
              >using Windows
              >> NT.
              >>
              >> I have also another problem when I use java utils.dbping
              >to test
              >> the connection to my oracle8.1.8, its giving licence
              >file not found.
              >>
              >> Could some one help me out from this.
              >>
              >> Thanks in advance,
              >> Ramu
              >
              

  • Statement Not Accessible for a FM

    Hi i am getting Statement not accessible syntax error at the Call Function Statement,(bold line) for the following code. Can somebody clarify me why this is happening. Thanks in advance.
    PROGRAM ZHR_FEATURE_RLPGR .
    TABLES : PERNR.
    TABLES : T74HG,  PSKEY, T5UB3, T5UB9, T5UBT, T5UBA .
    infotypes:0001,0021.
    CALL FUNCTION 'EXIT_SAPLHRBEN00FEATURE_029'    
      EXPORTING
        _PERNR                 = PSKEY-PERNR
        _BEGDA                 = PSKEY-BEGDA
        _ENDDA                 = PSKEY-ENDDA
        _BAREA                 = T5UB3-BAREA
        _BENGR                 = T5UBT-BENGR
        _BSTAT                 = T5UB9-BSTAT
        _BPLAN                 = T5UBA-BPLAN
        _SUBTY                 = PSKEY-SUBTY
        _OBJPS                 = PSKEY-OBJPS
    IMPORTING
       _RLPGR                  = T74HG-RLPGR
       EXCEPTIONS
       EVALUATE_FEATURE       = 1
       CUSTOMER_ERROR         = 2
       OTHERS                 = 3

    Hi,
    Try with as below.
    CALL FUNCTION 'EXIT_SAPLHRBEN00FEATURE_029'
      EXPORTING
        _pernr                 =
        _begda                 =
        _endda                 =
        _barea                 =
        _bengr                 =
        _bstat                 =
        _bplan                 =
        _subty                 =
        _objps                 =
        iscobra              =
        _nontx                 =
    IMPORTING
      _RLPGR                 =
    EXCEPTIONS
      EVALUATE_FEATURE       = 1
      CUSTOMER_ERROR         = 2
      OTHERS                 = 3
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Ram.

  • Handling 404 errors and web robots

    I'm using CFMX 6.1.
    We handle our own errors for page not found (404 errors). But
    I'm finding that web spiders/robots from search engines such as
    Yahoo or Google seem to index these "page not found" custom pages.
    I want them to get the message that the page isn't found and DON'T
    index it, while displaying our custom error page to the human web
    visitors that encounter the same URL.
    How do you do this?

    Google "robots.txt" for information on how to tell web bots
    what pages
    should and shouldn't be indexed.
    Bryan Ashcraft (remove brain to reply)
    Web Application Developer
    Wright Medical Technology, Inc.
    Macromedia Certified Dreamweaver Developer
    Adobe Community Expert (DW) ::
    http://www.adobe.com/communities/experts/
    "Tea man" <[email protected]> wrote in
    message
    news:ee7j8m$ftu$[email protected]..
    > I'm using CFMX 6.1.
    > We handle our own errors for page not found (404
    errors). But I'm finding
    > that
    > web spiders/robots from search engines such as Yahoo or
    Google seem to
    > index
    > these "page not found" custom pages. I want them to get
    the message that
    > the
    > page isn't found and DON'T index it, while displaying
    our custom error
    > page to
    > the human web visitors that encounter the same URL.
    >
    > How do you do this?
    >

  • Typedef declaration not accessible

    Trying to compile following source code with CC8 (Sun C++ 5.5 2003/03/12) and it fails with
    'is not accessible from' errors below. The source code is from Firebird open source database
    and compiles with GCC and MSVC, is this a Sun CC8 bug?
    class ConfigImpl : public ConfigRoot
         friend class Config;
         typedef Firebird::string string;
         enum ConfigType
              TYPE_BOOLEAN,
              TYPE_INTEGER,
              TYPE_STRING,
              TYPE_STRING_VECTOR
         typedef char* ConfigKey;
         typedef void* ConfigValue;
         struct ConfigEntry
              ConfigType data_type;
              ConfigKey key;
              ConfigValue default_value;
    public:
         ~ConfigImpl();
    etc.
    config_impl.h line 60: Error: ConfigImpl::ConfigType is not accessible from ConfigImpl::ConfigEntry.
    config_impl.h line 61: Error: ConfigImpl::ConfigKey is not accessible from ConfigImpl::ConfigEntry.
    config_impl.h line 62: Error: ConfigImpl::ConfigValue is not accessible from ConfigImpl::ConfigEntry.

    The code is not valid according to the C++ standard section 11.8. Members of a nested class have no special access to members of the enclosing class. Since ConfigType (for example) is private in ConfigImpl, member ConfigEntry has no access to it. To get access,
    ConfigEntry must be declared a friend of ConfigImpl:
    class ConfigImpl : public ConfigRoot
    enum ConfigType
    TYPE_BOOLEAN,
    TYPE_INTEGER,
    TYPE_STRING,
    TYPE_STRING_VECTOR
    typedef char* ConfigKey;
    typedef void* ConfigValue;
    struct ConfigEntry; // forward decl required for friend decl
    friend struct ConfigEntry;
    struct ConfigEntry // now has full access to enclosing class
    ConfigType data_type;
    ConfigKey key;
    ConfigValue default_value;
    - Rose

  • I cannot log into facebook. I get the following message: 404 Error - Not Found The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request,

    I am not able to go to the facebook site. www.facebook.com is not working. I get the following error message. 404 Error - Not Found
    The resource you have requested could not be found on the server. There are many possible reasons for this. Either the file does not exist, there is an error in your request, or the file is not accessible in the requested directory. Please verify that:
    * You have used the proper case; requests ARE case-sensitive!
    * You have entered the URL correctly. (i.e. proper directory/filename)
    * You used the FULL URL. (i.e. proper file type: .html, .gif , .jpg, etc.)
    * You use a tilde (~) before user directories. (i.e. www.furcen.org/~jurann/ )
    * The user/file still exists on this server.
    I also get redirected to "Busca Google" when typing www.facebook.com in the address bar.
    == URL of affected sites ==
    http://facebook.com; buscagoogle.com

    I have the same problem and it does not have to do with firefox. Do you have any idea how to fix it through?

  • Event ID 12072 The WSUS content directory is not accessible

    Getting this error in wsus on 2012. I cannot download any updates. 
    any idea?
    Log Name:      Application
    Source:        Windows Server Update Services
    Date:          7/1/2014 7:26:57 PM
    Event ID:      12072
    Task Category: 9
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      wsus2012
    Description:
    The WSUS content directory is not accessible.
    System.IO.IOException: The device is not ready.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath,
    Boolean checkHost)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
       at System.IO.FileInfo.Open(FileMode mode, FileAccess access, FileShare share)
       at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckContentDirWebAccess(EventLoggingType type, HealthEventLogger logger)
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Windows Server Update Services" />
        <EventID Qualifiers="0">12072</EventID>
        <Level>2</Level>
        <Task>9</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2014-07-02T02:26:57.000000000Z" />
        <EventRecordID>485447</EventRecordID>
        <Channel>Application</Channel>
        <Computer>wsus2012/Computer>
        <Security />
      </System>
      <EventData>
        <Data>The WSUS content directory is not accessible.
    System.IO.IOException: The device is not ready.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath,
    Boolean checkHost)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
       at System.IO.FileInfo.Open(FileMode mode, FileAccess access, FileShare share)
       at Microsoft.UpdateServices.Internal.HealthMonitoring.HmtWebServices.CheckContentDirWebAccess(EventLoggingType type, HealthEventLogger logger)</Data>
      </EventData>
    </Event>

    Getting this error in wsus on 2012. I cannot download any updates.
    Description:
    The WSUS content directory is not accessible.
    Did somebody recently try to relocate the WSUSContent folder? or change the ACLs?
    Here are the relevant questions:
    What is the actual physical pathname of the WSUSContent folder?
    What is the pathname configured in IIS for the /Content v-dir?
    What is the pathname configured in the registry value "ContentDir" in HKLM\Software\Microsoft\Update Services\Server\Setup?
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Content server 404 error

    Hi Experts,
    I hav installed Opentext server 4.6 in another server. I can communicate OT server to SAP server. 
    But the problem is in repository in sap. CSADMIN error wit Http:error :404 not found
    my repository configration
    Content Repositort A1
    Description so and so
    Document Area Archive link
    Storage Type    http Contant server
    protocol             IX HTTP2
    Ver no               0046
    Http Server        192.168.0.3
    port no              8080
    HTTP script       Archive link
    Physican path   SAP server Profile path 
    plzz help me for this
    wen i tried to create a content repository in TC- OACO and CSADMIN
    it shows Http errors 404 not found
    plz help me to solve this
    Thanks inAdvance
    Jose H

    Hi,
    Briefly describe your Document Access flow.
    SAPHTTP Rfc is working ?
    SAPHTTP.exe version ?
    Please refer [SAP Note 848406 - HTTP error reported in CSADMI|https://service.sap.com/sap/support/notes/848406] and [SAP Note 164203 - Problems with SAPHTTP|https://service.sap.com/sap/support/notes/164203] to get more information.
    Regards,
    Bhavik G. Shroff

Maybe you are looking for