Content Server: ASP includes

Is it possible to use the PCS:INCLUDEtag to "include" ASP pages within HTML Presentation Templates?

Thanks for replying Josh.
My ASP is another presentation template. My problem is, when I access the ASP Presentation Template directly through a browser after its been published, the ASP is processed by the web server and is exactly how its supposed to be. However, when I view the published the HTML Presentation Template (with the PCS:Include tag referencing the ASP Presentation Template), the ASP is not processed and in fact, it even outputs all of the ASP Code into the HML Presentation Template (so that I can hit "View Source" in IE and see all of my ASP code). I know this is probably a configuration issue on the server but I just wanted to see if anyone has any workaround to this.

Similar Messages

  • Spry accordion widget - SSI (server side include) as content in the panel

    After having inserted the following command <!--# include file = "content2.asp" -> in the accordion Panel Content I get an error in Dreamweaver - every time I open the file. See the error in the attached picture.
    Once all files are uploaded to the server it works apparently without problems or script errors.
    Is there anyone who can help me to use SSI "server side include" as content in accordion panels?

    Thanks for your reply.
    The fault lay in the SSI file. This file contained these tag:
    </ html>
    And of course the tag </ html> generate an error if the tag is inserted in the content of the accordion panel via ssi file.

  • Content Server And Asp e-Commerce site

    Hey guys,
    I've got the Content server installed and can upload books from my loacl test machine to the actualy server and download them as a preview. But im a little confused as to how to create the connection between purchasing a book and being supplied with a link? any other tutorials?
    cheers
    Darren Phillips
    darren.c.phillips AT gmail.com

    Hi Lee,
    I've got that book, but I cant seem to find any working examples of a store, eg the section when the user clicks BUY BOOK and is then presented with the download link.
    as for Digital Editions, would this allow me to create my own bookstore online and use DRM styles to control the features of the book? if so how can I get it?
    essentially i've got Content Server to upload books to the server, and when i view them as a preview from the ADMIN acrea of the Content Server I can download the book and read it. If i try going directly to the books link on the server, im told i can not open it (which is correct).
    im looking for a guide on how to create a store to encoprorate this featuer for hte books.... any ideas?
    Darren

  • Server side includes: outdated and not supported by host?

    I've been using SSI's for ages with no problem from any host. Recently I signed up with a new web hosting company, one of the more established ones in the Seattle area. They do not support SSI's and claim that using them is not safe and is not a modern approach to web design. They suggested I use a more advanced programming language to create my sites, such as ASP.NET (something I have no desire to do).
    Are server side includes outdated and no longer the way to do things? I find that hard to believe.
    -Jesse

    Are server side includes outdated and no longer the way to do things? I find that hard to believe.
    That language is from Microsoft who seem to think so along with Windows based hosting providers offering ASP.NET.
    IIS no longer comes with SSI installed by default. It has to be configured by the hosting provider.
    http://blogs.iis.net/robert_mcmurray/archive/2010/12/28/iis-notes-on-server-side-includes- ssi-syntax-kb-203064-revisited.aspx
    However, classic SSIs (in the sense of including static content from one page inside another) are still one of the most powerful, safe and flexible tools for managing repetitive page elements in any web page. Not to mention easy.
    ASP.NET has its own way of doing the equivalent of SSIs - and lots more beside but much of which does not interest web designers at this stage.
    http://stackoverflow.com/questions/894720/asp-net-equivalent-of-server-side-includes
    http://searchsoftwarequality.techtarget.com/answer/Alternatives-to-server-side-includes-fo r-ASPNET

  • Making drop down menus in server side includes

    Can drop down menus be part of a server side include? If not,
    how do I have drop down menus in my pages without copying the code
    to all the pages individually?
    I am working in Dreamweaver 8 on a Mac. I've made the drop
    down menus using the behaviors window. Everything is fine in the
    original html file. When I use the file as an include in my main
    page, the javascript drop downs do not work. I have the style sheet
    used in the drop down file attached to the main page. What do I
    need to do with the main page to have the drop down menu work? I
    need to use this drop down on the majority of my pages. Thanks!
    Note: I've taken out the extra code in the include file
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN" "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="
    http://www.w3.org/1999/xhtml">
    <head> <meta http-equiv="Content-Type" content="text/html;
    charset=ISO-8859-1" /> <title>Untitled
    Document</title></head><body></body></html>

    > Can drop down menus be part of a server side include?
    Sure - it's the only way I do them.
    > I've made the drop down menus using the behaviors window
    That's too bad. You will want to read this -
    http://www.losingfight.com/blog/2006/08/11/the-sordid-tale-of-mm_menufw_menujs/
    There are MUCH better ways -
    Check the uberlink and MacFly tutorials at PVII -
    http://www.projectseven.com/
    and the Navbar tutorial/articles at Thierry's place
    http://tjkdesign.com/articles/dropdown/
    Or this one (more recent article):
    http://tjkdesign.com/articles/Pure_CSS_Dropdown_Menus.asp
    Or to get it done fast, go here -
    http://www.projectseven.com/tutorials/navigation/auto_hide/index.htm
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    ==================
    "aacjp" <[email protected]> wrote in message
    news:[email protected]...
    > Can drop down menus be part of a server side include? If
    not, how do I
    > have
    > drop down menus in my pages without copying the code to
    all the pages
    > individually?
    >
    > I am working in Dreamweaver 8 on a Mac. I've made the
    drop down menus
    > using
    > the behaviors window. Everything is fine in the original
    html file. When I
    > use
    > the file as an include in my main page, the javascript
    drop downs do not
    > work.
    > I have the style sheet used in the drop down file
    attached to the main
    > page.
    > What do I need to do with the main page to have the drop
    down menu work? I
    > need
    > to use this drop down on the majority of my pages.
    Thanks!
    >
    > Note: I've taken out the extra code in the include file
    > <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
    Transitional//EN"
    > "
    http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html
    > xmlns="
    http://www.w3.org/1999/xhtml">
    <head> <meta
    > http-equiv="Content-Type"
    > content="text/html; charset=ISO-8859-1" />
    <title>Untitled
    >
    Document</title></head><body></body></html>
    >
    >

  • Server Side Include (SSI) for Top Border (Header) Menu

    Following-up on a previous post, I have created a test menu for my test page so that I can make a change once in my website menu and have it automatically populate throughout the site.
    So, I created the menu as a file, "Aloe_Top_Menu.asp" (it is using DW's Spry Menu 2.0 and I am using DW CS5) saving it as an .asp file.
    When I then insert it anywhere on my test page (see line 150 on the page:  www.aloe-vera.org/test.htm ) it does not appear.
    I have put it in the <head></head> area as suggested by another user (Nancy, thanks for all your help btw).  In between the body tags.  Nothing seems to work.
    I've also tried it in what would be the "header" area of the page, nada.  So I tried in the regular content of the page.  Nothing there, either.
    It's frustrating beyond belief.  And I sure wish the good folks at Adobe would have made it so one could work on it in "Display" view.  Alas, I can work in code only view just fine.  But don't want to spend needless hours on it, if I cannot get it to appear on the uploaded site, at the top of each page!
    For suggestions, I am "all ears."  Thanks, David

    Your menu include file should contain nothing more than a list of links. That's it.  Very simple.  And links are relative to the parent page.
    You can name include files anything you wish.  menu.foo  menus.ssi or menu.whatever.  The extension doesn't matter here.
    Your parent page -- the page on which your menu will appear, needs to be named index.asp to tell your server to parse content from the include file.
    <div id="menu">
    <!--#include virtual="Includes/menu.foo" -->
    </div>
    Finally, your parent page must contain all the supporting CSS files, scripts and functions to make your Spry Menus work.
    Does this make sense?
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists 
    http://alt-web.com/
    http://twitter.com/altweb

  • Inserting swfs in ASP include files, CS4?

    I'm having a problem inserting SWFs into ASP include files in CS4 and am wondering if there's a solution other than going back to CS3.
    I've been adding pages to this site on a daily basis and at some point a few years ago we needed to start using ASP includes. The C-wrapper is in the ASP file and the content is in the included file.
    Unfortunately, the way CS4 insists on adding SWFs leads to broken pages. The error in Firefox is:
    Active Server Pages error 'ASP 0139'
    Nested Object
    /MySite/MyFolder/MyTopic/include/includedFile.htm, line 93
    An object tag cannot be placed inside another object tag.
    So, MyFile.ASP uses include/includeFile.htm. The SWF is inserted into includeFile.htm. DWCS4 uses this code:
    <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="510" height="384">
          <param name="movie" value="/MySite/MyFolder/MyTopic/images/oneOfMany.swf" />
          <param name="quality" value="high" />
          <param name="wmode" value="opaque" />
          <param name="swfversion" value="9.0.45.0" />
          <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
          <param name="expressinstall" value="/Scripts/expressInstall.swf" />
          <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
          <!--[if !IE]>-->
          <object type="application/x-shockwave-flash" data="/MySite/MyFolder/MyTopic/images/oneOfMany.swf" width="510" height="384">
            <!--<![endif]-->
            <param name="quality" value="high" />
            <param name="wmode" value="opaque" />
            <param name="swfversion" value="9.0.45.0" />
            <param name="expressinstall" value="/Scripts/expressInstall.swf" />
            <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
            <div>
              <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
              <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
            </div>
            <!--[if !IE]>-->
          </object>
          <!--<![endif]-->
        </object>
    I understand the problem with nested objects. I think what I'd really like is to keep CS4 but go back to the method CS3 was using to insert SWF files. This current method is especially difficult because when I change it and later reopen the file DW wants to "correct" it.
    Any helpful hints would be appreciated.
    Rob Mack

    Okay, my solution was to go find the old CS3 code and make a snippet out of it. This way I always have a piece of code that works -sort of- and at least it stays consistant. It's a little more work now but if the old CS3 code for a swf is present then CS4 won't complain.
    It seems to me that hard coding this into the CS4 product makes it kind of inflexible.
    Here is the CS3 code. It works in a file that will later be included in an ASP file. The CS4 code quoted previously doesn't work.
    <script type="text/javascript">
    AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0','wid th','510','height','384','src','/MySite/MyFolder/MyTopic/images/oneOfMany','quality','high','pluginspage','http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash','movi e','/MySite/MyFolder/MyTopic/images/oneOfMany' ); //end AC code
        </script>
          <noscript>
          <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="510" height="384">
            <param name="movie" value="/MySite/MyFolder/MyTopic/images/oneOfMany.swf" />
            <param name="quality" value="high" />
            <embed src="/MySite/MyFolder/MyTopic/images/oneOfMany.swf" quality="high" pluginspage="http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="510" height="384"></embed>
          </object>
        </noscript>
    Rob Mack

  • Content Server 6.40 Presents a Save As dialog for ContentServer.dll file

    hi All
    we have installed successfully the content server 6.40 on a windows 2008 with iis 7 environment. The installation wen successfully with no errors. however when we run a test by calling the URL http://<server>:<port>/ContentServer/ContentServer.dll?serverInfo URL, instead of getting a response, we are getting a save as file dialog to save the dll file.   Also, after the installation, even with the install website tick checked, the website was not installed. we had to do the installation of the website manually for the port.
    With content server 620 on windows 2000 this was never the case
    if anywone has an idea on how to resolve the issue, please advice
    Regards
    Ronny

    GOT the Solution
    to anyone else who could be going through the same issue, see if the solution below solves your issue
    The website should get created if all the roles in IIS 7.0 are installed. Therefore, please try to install the IIS 7.0 by selecting
    all the roles followed by installation of the SAP Content Server. By doing so, websites should be created automatically.
    In the IIS 7.0, all the roles are not selected during the installation by default. Please make sure all the below roles are included and IIS 7.0 is installed, as per the installation manual for the Content Server on Windows 2008:
    Roles needed in IIS 7.0.
    Common HTTP Features
    Static Content
    Default Document
    Directory Browsing
    HTTP Errors
    HTTP Redirection
    Application Development
    ISAPI Extensions
    ISAPI Filters
    Health and Diagnostics
    HTTP Logging
    Logging Tools
    Request Monitor
    Tracing
    Custom Logging
    ODBC Logging
    Security
    Basic Authentication
    Windows Authentication
    Request Filtering
    Note : Anonymous Authentication should be enabled which is done by
    default.
    Performance
    Static content Compression
    Dynamic Content Compression
    Management Tools
    IIS Management Console
    IIS Management Scripts and Tools
    Management Service
    IIS 6 Management Compatibility
    IIS 6 Metabase compatibility
    IIS 6 WMI Compatibility
    IIS 6 Scripting Tools
    IIS 6 Management Console
    I hope it helps someone!

  • What is the difference between jsp :include and server side include

    what is the difference between jsp :include and server side include(request dispatcher include method)????
    i understand that both request dispatcher include method and jsp:include take dynamic data,so when would one use request dispatcher include and when jsp:include.
    Is the usage interchangeable?i believe jsp include is used only for jsp/html but include directive can be used to include servlets ,jsp and html....correct me if i m wrong and
    do suggest if u hav ny other diff in this context...

    The difference really is: in what format do you want your inclusions? If your environment has many Java developers and only a few designers that focus mainly on, say, Flash, that might push you more towards the server-side include() directive. Or, if you have a large set of pages that receive dynamic content that is displayed in a consistent fashion (such as a workflow header area on a page).
    If, on the other hand, you have more web designers, there may be a greater desire to deal in markup rather than Java code. Java developers themselves might prefer to view markup (JSP) that more resembles the eventual output than something occuring in Java code.
    Finally, there are considerations of tiering. While it is totally possible to (and I have previously) implement 'view classes' that render markup or generate layout templates, JSP's offer, IMO, a subtle, psychological advantage. By forcing a developer to work in a different format, markup versus Java source, the separation on view from controller and model becomes a bit easier. It is still possible to make mistakes, but if a developer at some point notices, "Wait, I'm in a JSP, should I be importing a java.sql class?", then the choice to use JSP includes has paid off in spades.
    - Saish

  • Unknown SQL Exception 208 occurred. Additional error information from SQL Server is included below.Invalid object name 'Webs'.

    SP 2013 Server + Dec 2013 CU. Upgrading from SharePoint 2010.
    We have a web application that is distributed over 7-8 content databases from SharePoint 2010. All but one database are upgradable. However, one database gives:
    Invalid object name 'Webs'.
    while running Test-SPContentDatabase or Mount-SPContentDatabase.
    EventViewer has the following reporting 5586 event Id:
    Unknown SQL Exception 208 occurred. Additional error information from SQL Server is included below.Invalid object name 'Webs'.
    After searching a bit, these links do not help:
    http://social.technet.microsoft.com/Forums/sharepoint/en-US/fd020a41-51e6-4a89-9d16-38bff9201241/invalid-object-name-webs?forum=sharepointadmin
    we are trying PowerShell only.
    http://blog.thefullcircle.com/2013/06/mount-spcontentdatabase-and-test-spcontentdatabase-fail-with-either-invalid-object-name-sites-or-webs/
    In our case, these are content databases. This is validated from Central Admin.
    http://sharepointjotter.blogspot.com/2012/08/sharepoint-2010-exception-invalid.html
    Our's is SharePoint 2013
    http://zimmergren.net/technical/findbestcontentdatabaseforsitecreation-problem-after-upgrading-to-sharepoint-2013-solution
    Does not seem like the same exact problem.
    Any additional input?
    Thanks, Soumya | MCITP, SharePoint 2010

    Hi,
    “All but one database are upgradable. However, one database gives:
    Invalid object name 'Webs'.”
    Did the sentence you mean only one database not upgrade to SharePoint 2013 and given the error?
    One or more of the following might be the cause:
    Insufficient SQL Server database permissions
    SQL Server database is full
    Incorrect MDAC version
    SQL Server database not found
    Incorrect version of SQL Server
    SQL Server collation is not supported
    Database is read-only
    To resolve the issue, you can refer to the following article which contains the causes and resolutions.
    http://technet.microsoft.com/en-us/library/ee513056(v=office.14).aspx
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Using Content Server 5.02 for Header/Footer Now

    I'm trying to migrate our 5.01 deployment to 5.02. One of the problems I'm having is the header and footer that I created before don't show. I had assumed that installing Content Server wouldn't impact my old header/footer that I created with the Branding Engine. Does anyone know what I have forgotten or haven't set? Also, I get an error when I try to create a new header or footer. - "Gateway was not able to access requested content. If the error persists, contact your Portal Administrator."
    I'm running the java version of 5.02 on Tomcat. Below is the PTSpy when I try to load a page.
    Thanks, Jamie
    1 03-24 16:12:52 Action UI Infrastructure 708 2648 (Thread-36) com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1109) Entering handleRequest: GET http://fra-its-pt2:8080/portal/server.pt?in_hi_PostToSelf=59&in_hi_Passthru=&in_hi_PassthruArgs=&in_hi_space=ObjMgr&in_hi_spaceID=1&in_hi_control=ObjMgrRepost&in_hi_page=ObjMgr&in_hi_req_apps=1&in_hi_opt_gtl_objtype=61&in_hi_opt_use_objtype=1&in_hi_opt_gro_objtype=2&in_hi_opt_aut_objtype=3&in_hi_opt_fol_objtype=20&in_hi_opt_fil_objtype=32&in_hi_opt_sav_objtype=33&in_hi_opt_dat_objtype=35&in_hi_opt_pro_objtype=36&in_hi_opt_typ_objtype=37&in_hi_opt_cra_objtype=38&in_hi_opt_gad_objtype=43&in_hi_opt_inv_objtype=44&in_hi_opt_fed_objtype=46&in_hi_opt_gcs_objtype=48&in_hi_opt_ctp_objtype=54&in_hi_opt_bun_objtype=55&in_hi_opt_pgt_objtype=56&in_hi_opt_job_objtype=256&in_hi_opt_com_objtype=512&in_hi_opt_web_objtype=47&in_hi_opt_ext_objtype=58&in_hi_opt_thisfold_adfolder=371&in_hi_opt_thisfold_subfolders=0&in_hi_opt_subfold_adfolder=371&in_hi_opt_subfold_subfolders=1&in_hi_opt_allfold_adfolder=1&in_hi_opt_allfold_subfolders=1&in_hi_userid=238&in_hi_editlinks=1&in_se_sel_1=all&in_se_sel_2=allfold&in_tx_query=&in_hi_FolderID=371&in_hi_ObjectIDs=&in_hi_FolderTreeID=&in_hi_Comment=&in_hi_Enable=&in_hi_ExpandObjectIDs=43&in_hi_Expand=true&in_hi_FolderName=&in_hi_FolderDesc=&in_se_CreateSelect=0&in_se_UtilitiesSelect=02 03-24 16:12:52 Warn Common Library 708 2648 PTCommon.cpp(977) ***SetError *** (0x80044633): Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet. The portlet is redirecting to a resource located outside the gateway space. The portlet's web service needs to be reconfigured to include the missing resource in its gateway space. Please report this error to an Administrator if it persists. <!-- HTTP Response Code: 302 Found-->URL accessed was [http://fra-its-pt2:8080/portal/server.pt?]Gadget URL was [http://fra-its-pt2:8080/ptcs/published_content_redirect.jsp?adminpref=PCS-ContentItem-UUID&commgadgetpref=PCS-ContentItem-UUID]Gadget summary URL was []3 03-24 16:12:52 Warn Portal UI - Common 708 2648 (Thread-36) com.plumtree.portalpages.common.uiparts.NavigationModel.QueryForHeaderAndFooterElement(NavigationModel.java:2025) Failed getting footer content, will use default Footer._com.plumtree.server.marshalers.PTException: Native exception: IDispatch error #17459 (0x80044633): [Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet.  The portlet is redirecting to a resource located outside the gateway space.  The portlet's web service needs to be reconfigured to include the missing resource in its gateway space.  Please report this error to an Administrator if it persists. <!-- HTTP Response Code: 302 Found-->URL accessed was [http://fra-its-pt2:8080/portal/server.pt?]Gadget URL was [http://fra-its-pt2:8080/ptcs/published_content_redirect.jsp?adminpref=PCS-ContentItem-UUID&commgadgetpref=PCS-ContentItem-UUID]Gadget summary URL was []] (996,PTDispatch.cpp)_ at com.plumtree.server.marshalers.PTDispatch.getPropertyObject(Native Method)_ at com.plumtree.server.CIPTMyPortalGadgetContent.GetContent(CIPTMyPortalGadgetContent.java:81)_ at com.plumtree.portalpages.common.uiparts.NavigationModel.QueryForHeaderAndFooterElement(NavigationModel.java:1990)_ at com.plumtree.portalpages.common.uiparts.PlumtreeDP.DisplayBody(PlumtreeDP.java:223)_ at com.plumtree.portalpages.common.uiparts.PlumtreeDP.Display(PlumtreeDP.java:124)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.ProcessDisplayPageOrRedirect(Interpreter.java:973)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1899)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.DoService(Interpreter.java:523)_ at com.plumtree.uiinfrastructure.web.XPPage.service(XPPage.java:275)_ at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)_ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)_ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)_ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)_ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)_ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)_ at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)_ at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)_ at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)_ at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)_ at java.lang.Thread.run(Thread.java:536)4 03-24 16:12:52 Warn Common Library 708 2648 PTCommon.cpp(977) ***SetError *** (0x80044633): Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet. The portlet is redirecting to a resource located outside the gateway space. The portlet's web service needs to be reconfigured to include the missing resource in its gateway space. Please report this error to an Administrator if it persists. <!-- HTTP Response Code: 302 Found-->URL accessed was [http://fra-its-pt2:8080/portal/server.pt?]Gadget URL was [http://fra-its-pt2:8080/ptcs/published_content_redirect.jsp?adminpref=PCS-ContentItem-UUID&commgadgetpref=PCS-ContentItem-UUID]Gadget summary URL was []5 03-24 16:12:52 Warn Portal UI - Common 708 2648 (Thread-36) com.plumtree.portalpages.common.uiparts.NavigationModel.QueryForHeaderAndFooterElement(NavigationModel.java:2025) Failed getting footer content, will use default Footer._com.plumtree.server.marshalers.PTException: Native exception: IDispatch error #17459 (0x80044633): [Error in CHttpGadgetProvider::raw_GetHTMLText, The Portal Server was not able to retrieve the contents of this portlet.  The portlet is redirecting to a resource located outside the gateway space.  The portlet's web service needs to be reconfigured to include the missing resource in its gateway space.  Please report this error to an Administrator if it persists. <!-- HTTP Response Code: 302 Found-->URL accessed was [http://fra-its-pt2:8080/portal/server.pt?]Gadget URL was [http://fra-its-pt2:8080/ptcs/published_content_redirect.jsp?adminpref=PCS-ContentItem-UUID&commgadgetpref=PCS-ContentItem-UUID]Gadget summary URL was []] (996,PTDispatch.cpp)_ at com.plumtree.server.marshalers.PTDispatch.getPropertyObject(Native Method)_ at com.plumtree.server.CIPTMyPortalGadgetContent.GetContent(CIPTMyPortalGadgetContent.java:81)_ at com.plumtree.portalpages.common.uiparts.NavigationModel.QueryForHeaderAndFooterElement(NavigationModel.java:1990)_ at com.plumtree.portalpages.common.uiparts.PlumtreeDP.DisplayBody(PlumtreeDP.java:223)_ at com.plumtree.portalpages.common.uiparts.PlumtreeDP.Display(PlumtreeDP.java:124)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.ProcessDisplayPageOrRedirect(Interpreter.java:973)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1899)_ at com.plumtree.uiinfrastructure.activityspace.Interpreter.DoService(Interpreter.java:523)_ at com.plumtree.uiinfrastructure.web.XPPage.service(XPPage.java:275)_ at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)_ at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:247)_ at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:193)_ at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:256)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardContext.invoke(StandardContext.java:2416)_ at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:180)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.valves.ErrorDispatcherValve.invoke(ErrorDispatcherValve.java:171)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)_ at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:172)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:641)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:174)_ at org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invokeNext(StandardPipeline.java:643)_ at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)_ at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)_ at org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)_ at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:601)_ at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:392)_ at org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)_ at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:619)_ at java.lang.Thread.run(Thread.java:536)6 03-24 16:12:55 Action UI Infrastructure 708 2648 (Thread-36) com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(Interpreter.java:1962) Leaving handleRequest - User ID: 238

    You should check the URLs and gateway space URLs in the "Branding Web Service" object. It seems like they are not pointing correctly to your Branding Engine/Content Server. The base URL should of course point to the location at which CS is running, while the gateway space should also include the Community Published Content URL.

  • Retrieving Invoice images from Content Server

    Background
    My problem is, that I need to retrieve images from the Content Server and save them on a local drive with a path provided by the user. Metadata that is available for the image includes Object ID and the URL to the image on the server.
    However, the Object ID is not valid for DMS, so the Function Groups for this are invalid. The cl_gui_* function groups have several usable Function Modules, but the URL link provided for the image is something like this:
    http://xxxxxx.xxxxxx.com:XXXX/ContentServer/ContentServer.dll?get&pVersion=0046&contRep=Z2&docId=123AB1C123D12E12345.... etc.
    What makes the cl_gui FM unable to work, is the :, ?, % and & characters in the string - which makes the FMs look at the URL as invalid.
    I have also tried more or less the entire content of FM in the SCMS_* Function Group (containing FMs for the Content Server), but to no avail.
    Question
    So, now to my question: Is there any way to translate the URL provided so the cl_gui FMs can understand it? Or, should I go the other way around and fetch the Invoice Image using the provided Object ID?
    All needed at my program to finish off, is a method to retrieve the given images and save them to a local path.
    I hope the Guru's of the SDN will be able to help me here
    regards
    Anders Haugbølle
    Edited by: Anders Haugbølle on Feb 4, 2009 12:53 PM

    Moving this thread from ERP MM to [Enterprise Resource Planning (ERP) |Enterprise Resource Planning (SAP ERP);

  • 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.

  • Error connecting to Content Server

    Hello,
    we are in the process of upgrading ERP6.0 EHP5 to EHP6 which is also an upgrade to NW702 to NW731. We made a system copy of the productive system and called it XXX and did all the post-systemcopy works that need to be done including creating the System PSE. We connected this XXX system to the Content Server and created new respositories and send the certificates to the CS. Everything was working fine. This wall still on NW702
    After the upgrade we get errors like:
    When trying to read/save a file, this error comes up:
    X-ErrorDescription: "Security SsfVerify failed rc=5, lasterror=1, This key
    type is not supported, PSE=\\?\E:\Program Files\SAP\Content Server\Security
    \<REPOSITORYNAME>.pse,"
    When accessing the CSADMIN via OAC0, the password windows opens and at the bottom the  Error "http 401 (unauthorized) Permission denied: adminContRep&configGet" occurs.
    I tried sending the certificate again-> still error
    I tried to delete the .certs and .pse files in ContentServer\security as suggested in note 1800664-> still error
    There was an old note saying that the CS needs to be patched because secude.dll is too old but even the latest patch only has the secude.dll from 2009 and there is no update. (At least I couldn't find any, probably because it is sapcrypto now)
    We are using CS Patch 17. Since everything was working before, I do not see the reason to deploy a new patch.
    The system PSE was created with algorithm RSA with SHA-1 and 2048 byte.
    Does anyone have an idea what to try next?
    Regards
    Andreas

    Hi Andreas,
    Have you registered content server port number 1090. check in services if not registered
    Please follow below steps.
    1.In 'Administrative Tools' open 'Windows Firewall with Advanced Security'
    2.Right click over 'Inbound Rules' and select 'New Rule...'
    3.In the Rule Wizard select 'Port' and click on 'Next'.
    4.Enter the port number you set for the Content Server, the default port is 1090,
    and click 'Next'.
    5. Select 'Allow the connection' and click 'Next'.
    6. Select the Profile for your network and click on 'Next'.
    7. Enter the name of rule, e.g. 'Content Server' and click on 'Finish'
    Hope that maintained host file also.
    Regrads,
    chandu.

  • 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

Maybe you are looking for

  • CS4 Master Collection Upgrade-Uninstall CS3 Master?

    I am wondering if when I receive my Master Collection Upgrade, whether I need to uninstall my CS3 Master Collection. I want to research this in advance, to be sure I don't go through the mess I did when installing the CS3 Master Collection. I realize

  • IDOC status at 30, but in we05 it is 03

    Hello Gurus!! My program generates an IDOC and as soon as the idoc is generated it the status is 03 then i have todo something else. Within the program when i am cheking the status is 30 but actually in transaction we05 the status is 03. I have cheke

  • Portal Forms Reports Discoverer Install create domain failure ...

    Hi, I'm trying to configure 11g Forms and Reports, and keep getting the 'create domain' failure message. I have read many threads and tried the work-arounds as suggested, but I still get this failure. System config :- Linux 32 bit RHEL 5, plenty of r

  • Can be set with one click that all senders are approved?

    Can be set with one click that all senders are approved? Example: folder inside POP3/IMAP have many folders. Can be approved email sender's or each sender needs to be added into UNwanted list?

  • CS3 Win printing problems

    I have been trying to print a page within my file and it will not print. I have tried restarting program then computer save as PDF- error "out of memory" pulling just the page in question to my hard drive and all links resaving the document as Interc