Quantcast
Channel: SCN : Popular Discussions - SAP Enterprise Portal: Content Management and Collaboration
Viewing all 1826 articles
Browse latest View live

Runtime Error when navigating to KM Content with SAP portal 7.3 SPS3

$
0
0

Hello,

 

We've istallled portal 7.3 sps3.

 

When we navigate to Content Administration > KM Content we are getting te following error immediately:

 

 

*Runtime Error

An exception occured while processing the request.

-


Additional information: com.sapportals.wdf.WdfException: Can't load Layout class: com.sapportals.wdf.layout.HorizontalLayout

Exception ID = 003ff9d7-614a-2f10-fa9e-88139d9ab42a*

 

 

 

Can anyone help me with this problem?

 

//Regards,

 

Gene


SAP Portal 7.31 integration with IBM Sametime 8.5

$
0
0

Dear All,

 

Is it possible to integrate SAP Portal 7.31 with IBM Sametime 8.5.

Please help me with the Steps to be followed.

 

Thanks in Advance,

 

Kind Regards,

Jelbin

XML Forms in ep 7.4

$
0
0

Hi Experts,

 

  Can anyone tell me the step by step process of creating XML forms in the portal KM, my portal version 7.4.

 

I am new to the XML forms, i have gone through sap help but unable to understand.

 

 

 

 

 

 

Regards,

Anil

Accessing KM from another App on a Netweaver 7.1 CE Server

$
0
0

Hello,

 

1) i want to access the KM on our Portal (NW 7.0) from my EJBs (NW 7.1 CE). Does KM only expose Web-Services to achieve this or are there also Java-Beans with Remote-Interfaces available so that i can use KM more directly.

 

2) I'm testing the KM-WS (Repository-Manager). I successfully downloaded files from a repository using that Web-Service. Now i want to use the service to create a document. But that Method expects parameters, which are not bound to Java-Objects directly. Instead the parameters are objects  and that objects have getter and setter-Methods which only support JAXBElements. I now don't know how to handle that parameters.

 

 

So my method looks like this:

FObject is my own independent Definition of a document.

 

     public FObject putFileData (FObject nFObject, String username, String password)     {          System.err.println("Start putFileData");          FObject tFObject = nFObject;          try          {               URL wsdlLocation = new URL("http://myportalhost:50000/RepositoryFrameworkWS/Config1?wsdl");               RepositoryFrameworkWS rf = new RepositoryFrameworkWS(wsdlLocation, new QName("urn:RepositoryFrameworkWSWsd","RepositoryFrameworkWS"));               // RepositoryFrameworkWS rf = new RepositoryFrameworkWS();               RepositoryFrameworkWSViDocument vi = rf.getConfig1Port_Document();               ((BindingProvider)vi).getRequestContext().put(BindingProvider.USERNAME_PROPERTY , username);               ((BindingProvider)vi).getRequestContext().put(BindingProvider.PASSWORD_PROPERTY , password);                              Content nContent = new Content();               JAXBElement<byte[]> md = new JAXBElement<byte[]>(new QName("urn:com.sap.netweaver.bc.rf.ws.content"),byte[].class,nFObject.getFContent());               nContent.setContent(md);                              ContentMetadata nContentMetadata = new ContentMetadata();               nContentMetadata.setLength(nFObject.getFContent().length);               JAXBElement<ContentMetadata> cmd = new JAXBElement<ContentMetadata> (new QName("urn:com.sap.netweaver.bc.rf.ws.content"),ContentMetadata.class, nContentMetadata);               nContent.setMetadata(cmd);               // JAXBElement<byte[]> be = nContent.getContent();                              Resource nkmdoc = vi.createDocument(tFObject.getFPid(), tFObject.getFName(), new OrderPosition(), true, new LockDescriptor(), new ArrayOfProperty(), nContent, new FetchGroup());               if (nkmdoc != null)               {                    tFObject.setFFlag(FObject.OK);                    System.err.println("Return OK");               }               else               {                    tFObject.setFFlag(FObject.UNKNOWN);                    System.err.println("nkmdoc = Null");               }          }          catch (Exception ex)          {               ex.printStackTrace();          }          return tFObject;     }

 

Any ideas whats wrong here because running that code causes following exception:

javax.xml.ws.soap.SOAPFaultException: Deserializing fails. Nested message: XML Deserialization Error. XML Parser has thrown exception while parsing input. See nested exception..

 

Any ideas would be greatly welcome,

thanx in advance

 

regards

Matthias

 

Edited by: Matthias Hayk on Dec 3, 2008 11:52 AM

400 Session timed out - please log in again

$
0
0

Hi experts,

 

after upgrading our E-Recruiting to 7.4, we are faced with a strange behavior of our NetWeaver Portal (7.02):

 

When you open a WD4A-Application via Portal, the application is started correctly. But if you open the application again (second time), you receive an error-page, which says "400 Session timed out - please log in again".

 

BUT, it just keeps getting better!!! When you navigate again to the application (third time), everything works fine. Fourth time, you get the error page again (and so on...)

 

So, what the hell is going on here?!? HTTP-Trace shows nothing special....

 

Regards

 

Michael

How to customize create task of UWL in SAP portal

$
0
0

Hi all,

 

I am using Create task functionality of UWL & wanted to understand, want to customize it.

 

Say, when ever I create a new task & assign it to user, he/she should receive a notification over email as maintained in there user details.

 

But, right now he/she only gets the updates over mail once the progress or status is changed.

 

The requirement how to change the workflow of the standard task management feature present in UWL.

The portal version in NW 7.4 SP5

 

Thanks in anticipation!!!

 

Need a quick response guys...

 

 

Warm regards,

Siddharth

Switch KM repository from FSDB to DB

$
0
0

I want to know if anybody has tried to switch a FSDB repository to DB.

 

SAP documentation says that this is not possible in "Subsequent Change to the Persistence Mode", but what I want to do is export all content of my FSDB repository, create a new one of type DB, and then import all content on it.


Has anybody been success with this before?


Thanks in advance,


ESteve


WPC Webforms - error

$
0
0

Hi Experts,

 

We have WPC Custom Webforms in the Home page and they are working fine for the past 6 monts.

Suddenly, some of the users (random) are getting runtime exceptions on Production.

The error log is as below and it looks like some CSS Classloader / WPC framework level issue.

Any pointers will be hightly appreciated.

 

[EXCEPTION]
com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
Application name : com.sap.nw.pcc.xmleditor
Component : pcd:com.sap.portal.system/pcc/rt_content/com.sap.portal.pcc/StagingAreaId/SAP/Portal/Portal/1354644894
Component class : com.sap.portal.prt.component.CachablePortalComponent

at com.sap.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:765)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:245)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:119)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
at com.sap.engine.core.thread.execution.Executable.process(Executable.java:242)
at com.sapportals.portal.prt.core.async.AsyncPortalComponentResponse.waitUntilIncludesDone(AsyncPortalComponentResponse.java:242)
at com.sapportals.portal.pb.PageBuilder.includeAlliViews(PageBuilder.java:967)
at com.sapportals.portal.pb.PageBuilder.doContent(PageBuilder.java:573)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:205)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:121)
at com.sap.portal.prt.component.CachablePortalComponent.service(CachablePortalComponent.java:137)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$5.service(RequestDispatcherFactory.java:308)
at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.service(RequestDispatcherFactory.java:298)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:229)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
at com.sapportals.portal.prt.core.async.AsyncIncludeRunnable.run(AsyncIncludeRunnable.java:119)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
at com.sap.engine.core.thread.execution.Executable.process(Executable.java:242)
at com.sapportals.portal.prt.core.async.AsyncPortalComponentResponse.waitUntilIncludesDone(AsyncPortalComponentResponse.java:242)
at com.sapportals.portal.pb.PageBuilder.includeAlliViews(PageBuilder.java:967)
at com.sapportals.portal.pb.PageBuilder.doContent(PageBuilder.java:573)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:205)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:121)
at com.sap.portal.prt.component.CachablePortalComponent.service(CachablePortalComponent.java:137)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$5.service(RequestDispatcherFactory.java:308)
at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.service(RequestDispatcherFactory.java:298)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:229)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
at com.sap.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:206)
at com.sapportals.portal.navigation.workAreaiView.doContent(workAreaiView.java:296)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:205)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:121)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$5.service(RequestDispatcherFactory.java:308)
at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.service(RequestDispatcherFactory.java:298)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:229)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
at com.sap.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:206)
at com.sap.portal.prt.pom.PortalNode.service(PortalNode.java:588)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:233)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:520)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:201)
at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:132)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:432)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:276)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
Caused by: java.lang.NullPointerException: while trying to invoke the method com.sap.nw.pcc.kmfacade.css.ICssLoaderService.getCSSResources(java.lang.String) of an object loaded from local variable 'cssLoader'
at com.sap.nw.pcc.ui.XmlEditorRenderer.includeCSS(XmlEditorRenderer.java:182)
at com.sap.nw.pcc.ui.XmlEditorRenderer.doContent(XmlEditorRenderer.java:62)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:205)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:121)
at com.sap.portal.prt.component.CachablePortalComponent.service(CachablePortalComponent.java:137)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$5.service(RequestDispatcherFactory.java:308)
at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.service(RequestDispatcherFactory.java:298)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:229)
... 92 more

 

 

 

 

Regards,

Ramesh.


TREX 7.0 & 7.1 SAP INSTALLATION GUIDE

$
0
0

Hello Techies,

 

 

                                  Can any one  Please Send me Trex 7.0 & 7.1 Sap Installation Guides. i dont have SMP accsess

                                

                                   Please send me with in a Hour if possible.

 

 

Thanks and Regards,

 

Pavan

Application not working on Portal

$
0
0

Hi,

 

I have a query regarding one of the application. The application is a transactional app like creating a new supplier/material.

When i execute the application from backend ECC, it is running fine but the same application is not working on Portal.

The application is working fine from NWBC as well. The problem is that the application navigation is not happening when i click on Create and throwing below errors. Please suggest at the earliest.

 

com.sap.portal.appintegrator.sap.Generic::Generic/ConnectionLayer

 

MandatoryParameters

 

OptionalParameters
Authentication
DebugMode

 

Regards,

Yuvraj

Increase portal Timeout

$
0
0

Hi all,

 

I create a uicommand method to walk all element from my custom km repository, the aim is update a custom property in all documents according to a certain values.

 

The problem is that there are many elements (folders, subfolders, documents...) and the portal return a error timeout.

 

How can I increase the time portal timeout to execute my uicommand method?

 

Thanks and regards!

 

Mónica

Configure Mail notification in SAP Knowledge management

$
0
0

Hi ,

 

I need to configure mail notification in SAP Knowledge management while end-user will upload files into particular folder structure which is known as Subscription service in KM.

 

There is one way to configure this from System administration ----system Configuration--->content management-->Utilities-->Channel originators where i can set email and SMS notification if any change will occur.

 

This will throw a notification MAIL or SMS which is active in system.

 

1) .If i'll change the email id in this channel originators then , is that mandatory to take restart of portal system to see effect of this change?

 

2). If i'll enable Subscription service for sending mail notification, then it'll affect server speed or some KM related services ?

 

 

Regards,

 

Krunal Patel

SAP EP Consultant.

400 Bad HTTP request

$
0
0

Hi Guys,

 

Need help here. This error occurs at random in the KM and also by randam content editors. They navigate into the "Explorer" of Content Management and follow the folder structure created for their content. Upon triggering to open a folder in teh structure, the content editors sometimes get the error message: "400 Bad HTTP request". This happens to afew of them so often, such that every clicks within the folder structures all ended in the same error.

 

At first I thought it could be a hardware issue, so I log on to the same hardware with my userID and I do not have any problems (no 400 error message). I even ask the user to try it on a different hardware and he does not get any error with a new hardware. However, after afew weeks, the 400 error occur again for the same users with new hardware.

 

Does anyone experience the same issue as me?

 

Thanks.

Ray

Upcoming SAP Mobile Documents 1.0 Technical Workshop

$
0
0

I would like to make you aware of our upcoming SAP Mobile Documents 1.0 Technical Workshop taking place October 13-17 in Walldorf, Germany. Learn technical implementation skills around SAP Mobile Documents, an enterprise-grade mobile content management solution that enables users to securely access personal business documents and corporate content from anywhere, at any time.

 

Here are the main topics that will be covered in the workshop:

  • Overview SAP Mobile Documents Scenarios
  • What’s new in SP3
  • Installation and configuration of SAP Mobile Documents (incl. SAP NetWeaver AS Java (as a basis))
  • Connecting repositories (KM, MS Sharepoint, ...)
  • Security aspects (Single Sign-On, Identity Management concept)
  • Integration options into other SAP Applications (e.g. SAP Business Suite)
  • Configuration of new SP3 features
  • Cloud integration scenarios using the SAP HANA Cloud Connector

 

To register for the workshop visit: SAP Mobile Documents 1.0 Technical Workshop.

 

Please note that to apply for a workshop seat you must have an S-User ID for SAP Service Marketplace. If you don't have a SAP Service Marketplace user ID (S-User) or a password, please apply for one here: S-user request form.

 

If you have any further questions or comments about the workshop, please feel free to contact Jens Koster.

file does not begin with '%Pdf-'

$
0
0

Hi!!

After uploading a pdf document on our portal, we many times get an error, file does not begin with '%Pdf-'  whenever, one tries to open it. Could you please suggest some remedy for it.


KM Content Export/Import

$
0
0

Hello,

 

Version 7.00 SP16

 

I need to transport KM resources with their GUIDs from our DEV to QA manually but i'm having trouble with the Pending Imports iView "Content Administration/KM Content/Import/Pending Imports" in our QA system.

 

At first i did not have the pending imports layoutset, it was showing me the folder in consumerexplorer "I still don't why because both Dev/QA have the same versions/setup". I was missing some KM config for the com.sap.netweaver.kmc.expimp File System Repository Manager and the ExpImp* Flex UI components. I transported the missing objects from Dev to QA and restarted the system.

 

I now have the Pending Imports iView but after i upload a .kmc transport package successfully and go the pending imports iView, i don't see any entry. if i try to re-upload the package, it tells me that one already exist with that ID, If i browse to /com.sap.netweaver.kmc.expimp/expimp/import/pending i can see the transport package in question but the folder /~system/expimp/import/pending which the Pending Imports iView points to is empty.

 

The transport package is in .kmc and not zip formats. I can transport via ICE and WebDav but both methods do not transport the GUIDs which is what i need.

 

I'm running out of ideas and don't know why it's not working. Hopefully someone here has the solution.

 

Thank you

Access denied error while entering collaboration room parts

$
0
0

Dear colleagues,

 

while entering a part of a collaboration room, I'm getting an access denied error:

 

Access Denied
The item you are attempting to access requires permissions you do not have. Contact the item's owner or a system administrator to acquire the permissions in question.

 

NWA says folowing:

 

com.sapportals.wdf.WdfException: com.sapportals.wdf.WdfException: com.sapportals.wcm.control.base.NavigationTargetException
at com.sapportals.wcm.rendering.control.cm.WdfProxy.render(WdfProxy.java:1879)
at com.sapportals.wdf.layout.HorizontalLayout.renderControls(HorizontalLayout.java:42)
at com.sapportals.wdf.stack.Pane.render(Pane.java:155)
at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
at com.sapportals.wdf.layout.HorizontalLayout.renderPanes(HorizontalLayout.java:73)
at com.sapportals.wdf.stack.Pane.render(Pane.java:158)
at com.sapportals.wdf.stack.PaneStack.render(PaneStack.java:73)
at com.sapportals.wdf.WdfCompositeController.doInitialization(WdfCompositeController.java:282)
at com.sapportals.wdf.WdfCompositeController.buildComposition(WdfCompositeController.java:670)
at com.sapportals.htmlb.AbstractCompositeComponent.preRender(AbstractCompositeComponent.java:33)
at com.sapportals.htmlb.Container.preRender(Container.java:120)
at com.sapportals.htmlb.Container.preRender(Container.java:120)
at com.sapportals.htmlb.Container.preRender(Container.java:120)
at com.sapportals.portal.htmlb.PrtContext.render(PrtContext.java:432)
at com.sapportals.htmlb.page.DynPage.doOutput(DynPage.java:238)
at com.sapportals.wcm.portal.component.base.KMControllerDynPage.doOutput(KMControllerDynPage.java:224)
at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:120)
at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
at com.sapportals.wcm.portal.component.base.ControllerComponent.doContent(ControllerComponent.java:87)
at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:213)
at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:129)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher$5.service(RequestDispatcherFactory.java:308)
at com.sap.engine.services.servlets_jsp.server.deploy.impl.module.IRequestDispatcherImpl.dispatch(IRequestDispatcherImpl.java:270)
at com.sap.portal.prt.core.RequestDispatcherFactory$PortalComponentRequestDispatcher.service(RequestDispatcherFactory.java:298)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:229)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
at com.sap.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:206)
at com.sap.portal.prt.pom.PortalNode.service(PortalNode.java:588)
at com.sap.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:233)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:107)
at com.sap.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:141)
at com.sap.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:520)
at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:202)
at com.sap.portal.prt.dispatcher.DispatcherServlet.service(DispatcherServlet.java:132)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.runServlet(FilterChainImpl.java:202)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:103)
at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
at com.sap.portal.http.EnrichNavRequestFilter.doFilter(EnrichNavRequestFilter.java:49)
at com.sap.engine.services.servlets_jsp.server.runtime.FilterChainImpl.doFilter(FilterChainImpl.java:79)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:432)
at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:210)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:441)
at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:430)
at com.sap.engine.services.servlets_jsp.filters.DSRWebContainerFilter.process(DSRWebContainerFilter.java:38)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ServletSelector.process(ServletSelector.java:81)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.servlets_jsp.filters.ApplicationSelector.process(ApplicationSelector.java:278)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.WebContainerInvoker.process(WebContainerInvoker.java:81)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.ResponseLogWriter.process(ResponseLogWriter.java:60)
at com.sap.engine.services.httpserver.chain.HostFilter.process(HostFilter.java:9)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DefineHostFilter.process(DefineHostFilter.java:27)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MonitoringFilter.process(MonitoringFilter.java:29)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.SessionSizeFilter.process(SessionSizeFilter.java:26)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.MemoryStatisticFilter.process(MemoryStatisticFilter.java:57)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.filters.DSRHttpFilter.process(DSRHttpFilter.java:43)
at com.sap.engine.services.httpserver.chain.ServerFilter.process(ServerFilter.java:12)
at com.sap.engine.services.httpserver.chain.AbstractChain.process(AbstractChain.java:78)
at com.sap.engine.services.httpserver.server.Processor.chainedRequest(Processor.java:475)
at com.sap.engine.services.httpserver.server.Processor$FCAProcessorThread.process(Processor.java:269)
at com.sap.engine.services.httpserver.server.rcm.RequestProcessorThread.run(RequestProcessorThread.java:56)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:122)
at com.sap.engine.core.thread.execution.Executable.run(Executable.java:101)
at com.sap.engine.core.thread.execution.CentralExecutor$SingleThread.run(CentralExecutor.java:328)
Caused by: com.sapportals.wdf.WdfException: com.sapportals.wcm.control.base.NavigationTargetException
at com.sapportals.wcm.rendering.control.cm.WdfProxy.renderUnavailableResource(WdfProxy.java:2070)
at com.sapportals.wcm.rendering.control.cm.WdfProxy.render(WdfProxy.java:1781)
... 84 more
Caused by: com.sapportals.wcm.control.base.NavigationTargetException
... 86 more

 

I've been running through KM, PCD and security zones permissions, but they all seems to be ok so far. Also, there no such errors if Im running through rooms as administrator or give affected user the super admin role. Im on NW EP 731 SP6.

 

Does anybody have an idea what is going on? Thank you very much,

 

regards

 

P.S. I know Im in wrong forum, but im not able to create a discussion in the collaboration area, its shown grayed. (dear moderators, why actually not?). So please be so kind and move this thread if possible.

Portal search for iviews and pages

$
0
0

Hi

 

I created an index to crawl through the pcd through the following link

 

http://help.sap.com/saphelp_nw04/helpdata/en/b2/d59a4271c80a31e10000000a1550b0/frameset.htm

 

Index is created and the search is using it and I am getting search results. But when I type iview names it is not finding them. For exanple I have an iview called "Month end report", and if I search lets say "Month end" I should get this iview as a result. How can I achieve this?

 

I gave the pcd root as a folder, say pcd:portal_content/PortalContent. This folder contains all the iview/pages/worksets/roles created by me. This entry should not screw up anything, right?

 

Thanks very much in advance!

Exception occurs when accessing KM Content

$
0
0

Hi,

In our Portal system on NW 7.31.

While accessing any files under KM content, i get the following error

 

Runtime Error

An exception occured while processing the request.


Additional information: Exception during PageProcessorComponent.doContent()

Exception ID = a0fbde08-e68c-3110-0a99-a3bbe0cd7d4e




In the Default trace:

Caused by: com.sapportals.wdf.WdfError: com.sapportals.wdf.WdfException: org.xml.sax.SAXNotRecognizedException: Feature 'http://inqmy.org/sax/features/read-dtd' is not recognized.

 

I checked the note 1866966.

Our KM-BC component is at SP08 Patch 01, but the note recommends to be on Patch 02.
Now, we have the same KM-BC patch level in Sandbox and Development, but i dont get any error in Sandbox system. So this doesn't make a strong case to increase the patch level.

 

Please help me solve this issue and let me know if you need more information.

 

Thanks

Nanda

CS ADMIN - Content repository

$
0
0

Hi All,

 

I have created an content repository in the name of 09 and tested the connection was successfull,

but when i click the cs admin ,there the content repository status is running but in the

bottom tab i am getting an information message

 

HTTP error: 501 Not Implemented  ICS:

003: The ArchiveLink command ?adminContRep?is not supported in this scenario

Message no. CMS025

Diagnosis

Error in accessing via HTTP

501 Not Implemented

ICS:5003: The ArchiveLink command ?adminContRep?is not supported in this scenario.

 

 

what is this message for is anything wrong in the settings or any parameter missing, please any help on this.

 

regards,

Mans.

Viewing all 1826 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>