Display a Calendar View in the Portale Server

Hi, we use portal server 6.2 and we want to display a view of the calendar inside a channel of the portal.
We know that portal have a calendar provider but we really didn't understand how can we use this provider to call a custom view of the calendar.
Is it possible to display a custom view of the calendar inside a page of the portal ?
Thanx

Probably better to be posting this in the Calendar forum.

Similar Messages

  • Error When Starting the Portal Server - Plz Advise

    Hi..
    I want to start the Portal Server.
    so, i followed the steps..
    up the listener,dcm,emctl..
    but, when i open the Em from browser
    "http://<host>:1810/
    It stated that some component did'nt start..
    So, i clicked Start All button..
    it gaves me this erorr...
    Plz Advise..
    Tq
    oracle.sysman.emSDK.util.jdk.EMExceptionoracle.sysman.emSDK.util.jdk.EMExceptionoracle.sysman.emSDK.util.jdk.EMExceptionoracle.sysman.emSDK.util.jdk.EMExceptionoracle.sysman.emSDK.util.jdk.EMExceptionoracle.sysman.emSDK.util.jdk.EMExceptionoracle.sysman.emSDK.util.jdk.EMExceptionjava.lang.NullPointerExceptionjava.lang.NoClassDefFoundError"

    scanzano,
    I was wondering if you ever received and answer to this question, becuase I am faced with the same problem when I attempt a signon to the 'admin server' I receive the following message:
    type Status report
    message Invalid direct reference to form login page
    description The request sent by the client was syntactically incorrect (Invalid direct reference to form login page).
    This is displayed as an "HTTP Status 400 - Invalid direct reference to form login page!!??" It appears that this message has been around for a while so I'm wondering if this issue will ever get resolved??

  • Alternatives to WAD for displaying BI Queries / Views in Enterprise Portal

    Hello experts,
    we have been using WAD 3.5 extensively for displaying BI Querys in a web-capable form within our Enterprise Portal.
    Since our users are not BW-familiar in general, we have the requirement to provide a very easy GUI and navigation.
    Actually in 3.5 we are able to fulfill this requirement by extensive use of Javascript to modify the look & feel and also the behaviour of the Web applications.
    In WAD 7.0 this is not any longer possible, as SAP restricted the Javascript usage, in 7.0 it is impossible to change the HTML code by accessing the DOM, which is very uncomfortable for us, since our users are familiar with the our (javascript-driven)convenient BI Web interfaces.
    My question now: are there any alternatives for displaying BI content (queries / views) in the portal apart from using WAD web templates?
    I read that the Visual Composer is now capable of processing BI content. Does anyone have experiences with this? And if yes, how does this compare to the WAD?
    I also read that there is a BI Java SDK which contains an API to the OLAP processor. Is the BI Java SDK an alternative to WAD? And if yes, is it possible to integrate Java SDK with Web Dynpro or is it plain Java requiring the usage of Servlets / JSP to render the UI?
    Thanks in advance for your help,
    best regards,
    Thilo

    Thilo Krawietz wrote:
    I also read that there is a BI Java SDK which contains an API to the OLAP processor. Is the BI Java SDK an alternative to WAD? And if yes, is it possible to integrate Java SDK with Web Dynpro or is it plain Java requiring the usage of Servlets / JSP to render the UI?
    BI SDK is a Java library without UI support. Think adout it as a JDBC-type API with multidimentional data support. It's the way to go if you need to get to the data itself but it is not appropriate if you want low-effort reporting solution.

  • Could not start the portal server after installing Portal Source Code

    Hi all, I try to install the portal source code and compile portal source code on the development computer. It does not work. I use Visual Studio 2002. Now I can not start the portal server. I got the error. I delete source code from webapp\portal folder. I still get the following error.
    948 03-14 11:16:20 Error UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest() Unable to load request data._System.NullReferenceException_ at com.plumtree.uiinfrastructure.application.RequestData.LoadQSSettings() at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application)949 03-14 11:16:20 Error UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleError() Server error._System.NullReferenceException_ at com.plumtree.uiinfrastructure.application.RequestData.LoadQSSettings() at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application)950 03-14 11:16:20 Info UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.DisplayServerErrorPage() Server error, redirecting to error page.951 03-14 11:16:20 Error UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleError() Error displaying error page._com.plumtree.openfoundation.util.XPException_ at System.Environment.GetStackTrace(Exception e) at System.Environment.GetStackTrace(Exception e) at System.Environment.get_StackTrace() at com.plumtree.openfoundation.util.XPException..ctor(String message) at com.plumtree.portaluiinfrastructure.login.PTPersonalSettingsHelper.GetPersonalSettingValue(String sSettingName, ISessionManager sessionManager, IApplication application, IPTSession ptSession) at com.plumtree.portaluiinfrastructure.login.PTPersonalSettingsHelper.GetPersonalSettingValue(String sSettingName, AActivitySpace asSpace) at com.plumtree.portalpages.common.uiparts.NavigationModel.Init(AActivitySpace parent) at com.plumtree.uiinfrastructure.activityspace.AActivitySpace.RegisterModel(String modelName, String storageName) at com.plumtree.uiinfrastructure.activityspace.AActivitySpace.RegisterModel(String modelName) at com.plumtree.portalpages.common.uiparts.PlumtreeAS.Init() at com.plumtree.portalpages.common.error.ErrorAS.Init() at com.plumtree.uiinfrastructure.activityspace.Interpreter.CreateSpace(RequestData tempData) at com.plumtree.uiinfrastructure.activityspace.Interpreter.DisplayServerErrorPage(RequestData tempData) at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleError(Exception e, Boolean bDisplayErrorInComments, RequestData tempData) at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) at com.plumtree.uiinfrastructure.activityspace.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.ResumeSteps(Exception error) at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr) at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)
    I don't know how to fix this problem. Should I reinstall portal server? Thank you for your help! Jan

    Hi all, I try to install the portal source code and compile portal source code on the development computer. It does not work. I use Visual Studio 2002. Now I can not start the portal server. I got the error. I delete source code from webapp\portal folder. I still get the following error.
    948 03-14 11:16:20 Error UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest() Unable to load request data._System.NullReferenceException_ at com.plumtree.uiinfrastructure.application.RequestData.LoadQSSettings() at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application)949 03-14 11:16:20 Error UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleError() Server error._System.NullReferenceException_ at com.plumtree.uiinfrastructure.application.RequestData.LoadQSSettings() at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application)950 03-14 11:16:20 Info UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.DisplayServerErrorPage() Server error, redirecting to error page.951 03-14 11:16:20 Error UI Infrastructure 3328 3340 com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleError() Error displaying error page._com.plumtree.openfoundation.util.XPException_ at System.Environment.GetStackTrace(Exception e) at System.Environment.GetStackTrace(Exception e) at System.Environment.get_StackTrace() at com.plumtree.openfoundation.util.XPException..ctor(String message) at com.plumtree.portaluiinfrastructure.login.PTPersonalSettingsHelper.GetPersonalSettingValue(String sSettingName, ISessionManager sessionManager, IApplication application, IPTSession ptSession) at com.plumtree.portaluiinfrastructure.login.PTPersonalSettingsHelper.GetPersonalSettingValue(String sSettingName, AActivitySpace asSpace) at com.plumtree.portalpages.common.uiparts.NavigationModel.Init(AActivitySpace parent) at com.plumtree.uiinfrastructure.activityspace.AActivitySpace.RegisterModel(String modelName, String storageName) at com.plumtree.uiinfrastructure.activityspace.AActivitySpace.RegisterModel(String modelName) at com.plumtree.portalpages.common.uiparts.PlumtreeAS.Init() at com.plumtree.portalpages.common.error.ErrorAS.Init() at com.plumtree.uiinfrastructure.activityspace.Interpreter.CreateSpace(RequestData tempData) at com.plumtree.uiinfrastructure.activityspace.Interpreter.DisplayServerErrorPage(RequestData tempData) at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleError(Exception e, Boolean bDisplayErrorInComments, RequestData tempData) at com.plumtree.uiinfrastructure.activityspace.Interpreter.HandleRequest(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) at com.plumtree.uiinfrastructure.activityspace.Interpreter.DoService(IXPRequest request, IXPResponse response, ISessionManager session, IApplication application) at com.plumtree.uiinfrastructure.web.XPPage.Service(HttpRequest httpRequest, HttpResponse httpResponse, HttpSessionState httpSession, HttpApplicationState httpApplication) at com.plumtree.portaluiinfrastructure.activityspace.PlumHandler.ProcessRequest(HttpContext context) at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) at System.Web.HttpApplication.ResumeSteps(Exception error) at System.Web.HttpApplication.System.Web.IHttpAsyncHandler.BeginProcessRequest(HttpContext context, AsyncCallback cb, Object extraData) at System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) at System.Web.HttpRuntime.ProcessRequest(HttpWorkerRequest wr) at System.Web.Hosting.ISAPIRuntime.ProcessRequest(IntPtr ecb, Int32 iWRType)
    I don't know how to fix this problem. Should I reinstall portal server? Thank you for your help! Jan

  • Cgi & the portal server?

    Hi -
    I created some html documents which I used to replace some of the templates associated with the "look" of the desktop.
    I can get these to display, and as internal documents, I have managed to keep the "lock" in the lower left hand corner.
    Great .. now .. within these documents I have forms which point to .cgi scripts .. my question is .. how would I get cgi to execute from within this environment?
    Where would I have to create a cgi-bin directory within the portal server so that it not only allows me to execute these scripts, but does so in a way which is treated as secure?
    How would I point to it?
    I am running the portal off a sun solaris machine with solaris 8 OS installed.
    Any ideas as to where within the whole portal server setup it would be "most" advisable for me to create html pages which when pointed to from the desktop (not via channels) are treated as internal and thus secure?
    I desperately need your help and advice .. please respond asap ..
    Thanks in advance for your assistance ..
    Sincerely .. jesus ..

    Issue resolved:
    Within the web server component of the portal setup .. create files and a cgi bin directory within public_html directory .. enter web based netscape enterprise web server admin console as administrator .. enable cgi within created directories ..
    if you need further assistance with this .. please email me at:
    [email protected]

  • ¿How can I see more than a day in the calendar view of the notification center?

    Hi guys! I wanna know if there's any option to see more than a day in the calendar view of the notication center. I swear I saw a friend of mine who could see more than a day in the notification center.
    Than

    In Settings > Notification Center, try turning "on" all the six buttons under "Today View".  Also turn "on" the top two buttons under "Access on Lock Screen".  Doing that should show you "Tomorrow" at the bottom of Noticiation Center.

  • Deploying a war file to the portal server

    Hi,
    I have downloaded a portlet (portletsamples.war) from the following URL,
    http://developers.sun.com/prodtech/portalserver/reference/techart/jsr168/
    Could I know how to deploy this war file to SUN ONE Portal server 6.0?
    --Muthu                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    i used the following command
    /opt/SUNWps/bin/pdeploy deploy -u "amadmin" -w password -d "dc=cmarks,dc=com" -p password /opt/madiha/me.war
    It gives the error
    errorStoreDP (User does not have sufficient access.)
    1)does it matter if the portal server is started or not when we deploy?
    2)i am logged in to the machine as the super user "root" but yet it is throwing this error
    the error that i get in the pdeply.debug file is
    ERROR: Exception:
    com.sun.portal.desktop.context.ContextError: DSAMEConnection.setTemplateAttribute(): , dn=dc=cmarks,dc=com, serviceName= SunPortalDesktopService, sunPortalDesktopDpDocument=
    com.iplanet.am.sdk.AMException: User does not have sufficient access.
    at com.sun.portal.desktop.context.DSAMEConnection.setTemplateAttribute(DSAMEConnection.java:1050)
    at com.sun.portal.desktop.context.DSAMEConnection.setAttributeByDN(DSAMEConnection.java:518)
    at com.sun.portal.desktop.context.DSAMEAdminDPContext.storeDPDocumentByDN(DSAMEAdminDPContext.java:210)
    at com.sun.portal.portlet.cli.PDDPUpdater.storeDPDocument(PDDPUpdater.java:232)
    at com.sun.portal.portlet.cli.PDDPUpdater.addProviders(PDDPUpdater.java:98)
    at com.sun.portal.portlet.cli.PDDeploy.process(PDDeploy.java:229)
    at com.sun.portal.portlet.cli.PortletDeployerCommand.runCommand(PortletDeployerCommand.java:208)
    at com.sun.portal.portlet.cli.PortletDeployerMain.main(PortletDeployerMain.java:54)
    com.iplanet.am.sdk.AMException: User does not have sufficient access.
    at com.iplanet.am.sdk.AMDirectoryManager.setAttributes(AMDirectoryManager.java:2136)
    at com.iplanet.am.sdk.AMCacheManager.setAttributes(AMCacheManager.java:867)
    at com.iplanet.am.sdk.AMObjectImpl.store(AMObjectImpl.java:1573)
    at com.iplanet.am.sdk.AMObjectImpl.store(AMObjectImpl.java:1514)
    at com.sun.portal.desktop.context.DSAMEConnection.setTemplateAttribute(DSAMEConnection.java:992)
    at com.sun.portal.desktop.context.DSAMEConnection.setAttributeByDN(DSAMEConnection.java:518)
    at com.sun.portal.desktop.context.DSAMEAdminDPContext.storeDPDocumentByDN(DSAMEAdminDPContext.java:210)
    at com.sun.portal.portlet.cli.PDDPUpdater.storeDPDocument(PDDPUpdater.java:232)
    at com.sun.portal.portlet.cli.PDDPUpdater.addProviders(PDDPUpdater.java:98)
    at com.sun.portal.portlet.cli.PDDeploy.process(PDDeploy.java:229)
    at com.sun.portal.portlet.cli.PortletDeployerCommand.runCommand(PortletDeployerCommand.java:208)
    at com.sun.portal.portlet.cli.PortletDeployerMain.main(PortletDeployerMain.java:54)
    can somebody plz help?

  • Deploy a JSP file onto the Portal Server ?

    Hello All,
    I have a jsp file with me.
    Now I just want to deploy it on to the Portal server.
    Should I create a JSP Dynpage ?
    I've the complete jsp file . Shud i need to do anything to convert it into a jsp dynpage ?
    Can anyone tell me the procedure of how to achieve this ?
    Regards,
    Deepu.K

    Hi Deepu,
    check SAP Library section <a href="http://help.sap.com/saphelp_nw70/helpdata/en/de/7f5d7b186e4430ae40e5e4382c280e/frameset.htm">Portal Development Manual</a> for more information about portal development.
    For example in section <a href="http://help.sap.com/saphelp_nw70/helpdata/en/44/46bb8670e20597e10000000a155369/frameset.htm">Deploying the Portal Application</a> SAP describes how to deploy portal applications (including JSP Dynpages).
    Best regards,
    Martin

  • Unalbe to start the portal server

    Hi All,
    I am trying to restart the portal server j2ee server is not starting up and its giving me the following error don't know why its not starting up.
    when i run the url following error message is given
    <b>503 Service Unavailable
    Can't process a request for dynamic resources.
    Details: Web container not available!</b>
    Please advise
    Thanks,
    Manju
    Error form defaultTrace.4.trc
    005056BC0C6700240000000300002C8C0003F8F8535EEB14#1118170369152#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Server#Plain###Encomi: receive failed (Connection closed -1)#
    #1.5#005056BC0C6700240000000500002C8C0003F8F8535EED80#1118170369152#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Server#Plain###ReadThread: receive failed (Encomi: receive failed (Connection closed -1) -1), flush pending responses#
    #1.5#005056BC0C6700250000000000002C8C0003F8F85362F3A9#1118170369418#com.sap.engine.core.cluster.impl6.ms.MSRawConnection##com.sap.engine.core.cluster.impl6.ms.MSRawConnection.receiveRawMessage()#######SAP J2EE Engine|MS Socket Listener##0#0#Error##Plain###java.net.SocketException: Connection reset#
    #1.5#005056BC0C6700250000000100002C8C0003F8F85362F612#1118170369418#com.sap.engine.core.cluster.impl6.ms.MSRawConnection##com.sap.engine.core.cluster.impl6.ms.MSRawConnection.receiveRawMessage()#######SAP J2EE Engine|MS Socket Listener##0#0#Error##Plain###java.net.SocketException: Connection reset
         at java.net.SocketInputStream.read(SocketInputStream.java:168)
         at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
         at java.io.BufferedInputStream.read1(BufferedInputStream.java:222)
         at java.io.BufferedInputStream.read(BufferedInputStream.java:277)
         at com.sap.engine.core.cluster.impl6.ms.MSMessageHeader.read(MSMessageHeader.java:439)
         at com.sap.engine.core.cluster.impl6.ms.MSMessageObjectImpl.readHeader(MSMessageObjectImpl.java:141)
         at com.sap.engine.core.cluster.impl6.ms.MSRawConnection.receiveRawMessage(MSRawConnection.java:1689)
         at com.sap.engine.core.cluster.impl6.ms.MSListener.run(MSListener.java:87)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    #1.5#005056BC0C6700250000000400002C8C0003F8F85362FF7E#1118170369418#com.sap.engine.core.cluster.impl6.ms.MSRawConnection##com.sap.engine.core.cluster.impl6.ms.MSRawConnection.reconnect(IOException)#######SAP J2EE Engine|MS Socket Listener##0#0#Error#1#/System/Server#Java###Lost connection to message server ().#1#Connection reset#
    #1.5#005056BC0C6700240000000700002C8C0003F8F8536E5A50#1118170370170#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to SAPIT221V/3202(Connection refused: connect)#
    #1.5#005056BC0C6700240000000900002C8C0003F8F8536E5D18#1118170370170#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Server#Plain###ReadThread: failed to connect to server 1 times#
    #1.5#005056BC0C6700220000000100002C8C0003F8F8537458AA#1118170370562#com.sap.engine.core.service630.container.MemoryContainer##com.sap.engine.core.service630.container.MemoryContainer#######Thread[Thread-17,5,main]##0#0#Error##Plain###Timeout while stopping service dbpool.#
    #1.5#005056BC0C6700050000000100002C8C0003F8F85374905B#1118170370578#com.sap.engine.core.cluster.impl6.ms.MSRawConnection##com.sap.engine.core.cluster.impl6.ms.MSRawConnection.sendMessage(serviceId,groupId,nodeType,messageType,body,offset,length)#######SAPEngine_System_Thread[impl:5]_52##0#0#Error##Plain###com.sap.engine.frame.cluster.ClusterException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='Invalid wait on message server connect', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Invalid wait on message server connect#
    #1.5#005056BC0C6700050000000200002C8C0003F8F85374930A#1118170370578#com.sap.engine.core.cluster.impl6.ms.MSRawConnection##com.sap.engine.core.cluster.impl6.ms.MSRawConnection.sendMessage(serviceId,groupId,nodeType,messageType,body,offset,length)#######SAPEngine_System_Thread[impl:5]_52##0#0#Error##Plain###com.sap.engine.frame.cluster.ClusterException: <Localization failed: ResourceBundle='com.sap.engine.frame.KernelResourceBundle', ID='Invalid wait on message server connect', Arguments: []> : Can't find resource for bundle java.util.PropertyResourceBundle, key Invalid wait on message server connect
         at com.sap.engine.core.cluster.impl6.ms.MSRawConnection.sendMessage(MSRawConnection.java:1441)
         at com.sap.engine.core.cluster.impl6.ms.MSConnectionImpl.sendMessage(MSConnectionImpl.java:358)
         at com.sap.engine.core.cluster.impl6.ClusterManagerImpl.ms_sendMessage(ClusterManagerImpl.java:2162)
         at com.sap.engine.core.service630.context.cluster.message.MessageContextImpl.send(MessageContextImpl.java:89)
         at com.sap.engine.core.service630.container.InternalStateListener.send(InternalStateListener.java:151)
         at com.sap.engine.core.service630.container.InternalStateListener.sendStopped(InternalStateListener.java:165)
         at com.sap.engine.core.service630.container.ServiceStateListener.serviceStopped(ServiceStateListener.java:31)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.processEvent(ContainerEventListenerWrapper.java:176)
         at com.sap.engine.core.service630.container.ContainerEventListenerWrapper.run(ContainerEventListenerWrapper.java:101)
         at com.sap.engine.frame.core.thread.Task.run(Task.java:60)
         at com.sap.engine.core.thread.impl5.SingleThread.execute(SingleThread.java:73)
         at com.sap.engine.core.thread.impl5.SingleThread.run(SingleThread.java:145)
    #1.5#005056BC0C6700240000000B00002C8C0003F8F8539CD7C3#1118170373241#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to SAPIT221V/3202(Connection refused: connect)#
    #1.5#005056BC0C6700240000000D00002C8C0003F8F853C9CDE2#1118170376201#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to SAPIT221V/3202(Connection refused: connect)#
    #1.5#005056BC0C6700240000000F00002C8C0003F8F853F6D9F4#1118170379162#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to SAPIT221V/3202(Connection refused: connect)#
    #1.5#005056BC0C6700240000001100002C8C0003F8F854258482#1118170382232#com.sap.engine.core.locking.impl3.LockingManagerImpl##com.sap.engine.core.locking.impl3.LockingManagerImpl.jenqulib#######SAPEngine_System_Thread[impl:5]_15##0#0#Error#1#/System/Server#Plain###Encomi: failed to connect to SAPIT221V/3202(Connection refused: connect)#

    Dear,
    You could change heap size to solve your issue.
    However, you wrote that you could not start config tool.
    Config tool could work only after database start up normally.
    Please, check database is running before config tool usage.
    Regards,
    Seje

  • Where do I assign what permissions a role admin person has on the portal server?

     

    Hi,
    The Portal server admin or Domain administrator of that role can assign permission to a role admin as follows.
    Goto: Adminconsole > Managedomains > Domain name > Role > role admin > policy
    In the "Policy Module" you can specify whatever permissions you wants to assign to the role admin.
    Thanks,
    Raj_indts
    Developer Technical Support
    Sun Microsystems
    http://www.sun.com/developers/support

  • Edit Localy : request authentication on the Portal server

    Dear All,
    When I do an "Edit Localy" on a document, the system comes with a pop-up requesting authentication on the portal host.
    I do have administrator rights on the portal host.
    It does not accept any user, the only solution to go forward, is to click on "cancel" ... and then it is working )
    The same error comes at the end of the document editing.
    What is very strange, is that with some other desktops I do not have the pop-up, and I've no idea why (I did already check IE parameters, I tried with user that are not admin of the portal server, ...)
    Do someone have an idea ?
    Thank you and kind regards
    Vincent

    Hi,
    maybe some computers not in same domain as portal.
    You need to be in the computer administrator group to edit locally.
    The computer's microsoft office need to be updated.
    The settings in url generator of portal are wrong.
    EDIT:
    If your portal server is in a domain, it's url in the url generator must include the domain name.
    Brad

  • Caching strategies within the portal server.

    Could someone please explain the caching strageties available within the portal server?
    We would like the ability to cache the html returned from our getContent methods on a service by service level. Defining the cache duration would be helpful as well.
    I have seen the "max caching time (minutes)" in Domain --> Profile --> Session within the admin console but have not found any documentation to support the field.
    -thanks
    -matt

    That caching attribute is for session information. The session cache is updated every 3 minutes. Portal has no content (html) caching. You would have to write a custom provider that does that.

  • Can i install the Portal Server 7 on Red Hat Enterprise Linux 4 ?

    hi all,
    Can i install Portal Server 7 on Red Hat Enterprise Linux 4 ?
    Thnx in Advance.

    Hi All,
    After tearing my hair out for about 3 weeks I've figured following are the steps for installing Sun Portal Server 7 on RH Linux 4. These though help successful installation I am still struggling to get the Single Sign On for the sample applications working.
    1. Boot linux with the network cable disconnected. (cable disconnected or wireless disabled is very important).
    2. set Hostname to localhost.localdomain
    3. Start INstaller (I always used the root login).
    4. Once the components list comes up "select All" then unselect "Sun POrtal Server 7" and "Sun Java System Portal Secure Remote Access". (trust me firends I am not kidding around).
    5. Follow steps of installation. Provide a password wherever requested. Highly suggested that you note down the options and the values you are entering in each step. Its about 20 page installer. Also whereever host and domain is asked for use localhost.localdomain. IP should be 127.0.0.1. Valid IP and valid domain name will also work but I haven't gone that route yet.
    6. Take special note of the LDAP Admin Password and LDAP user password. Note the usernames too. The admin password and user passwords HAVE to be different. DO NOT Forget the admin password. Default admin name is amAdmin.
    7. Go ahead and let the installation complete.
    8. I always used localhost.localdomain as domain name and host name and IP to loopback address 127.0.0.1
    Once the installation is complete start newly installed server in the following sequence
    A. To start localhost slapd:
    cd /var/opt/sun/directory-server/slapd-localhost/
    ./start-slapd
    cd /var/opt/sun/directory-server/
    ./start-admin
    (you can test here by running ./startconsole and loggin in using the admin username and password (you you should have remembered those... don't tell me I didn't warn you :)...)
    B. To start Sun Java System Application Server
    cd /opt/sun/appserver/bin
    ./asadmin start-domain --user [username] --passwordfile [a simple txt file with only the password in it] [domain name]
    e.g.
    ./asadmin start-domain user admin passwordfile adminpassword.txt domain1 OR
    ./asadmin start-domain user admin password pass123 domain1
    takes a few seconds to kick it off.
    open browser and go to http://localhost.localdomain:8080/ to check if application server is running
    C. To start Identity Server
    cd /opt/sun/identity/bin
    ./amserver start
    Now go to the SunPortal Server installer again and run it.
    9. In the screen that asks whether you want to install only or configure select configure now.
    10. Fill in required parameters like password. and user name. ( I kept ALL default and used the same password all throughout except for LDAP admin, I am doing this for a PoC so security be damned at the moment ).
    11. Be sure to fill in the correct LDAP admin and user passwords because else installation will fail.
    12. Let the installation roll
    13. At about 38% it will give a popup warning configuration may take upto an hour. If you get to click on this popups ok button good things are progressing fine. If not some server didn't start right.
    14. Takes about 15 minutes (depends on machine config) after you hit okay for the configuration to complete. Anything lesser check logs for any failure notices.
    15. IF all success reported congratulations!!!
    16. Goto http://localhost.localdomain:8080/portal/ to go to portal home page
    IT STILL DOESN"T WORK!!! HELP!!!
    Folks after all I said above it still doesn't work. When I go to any of the portal server Sample Applications and try to log in using the default usernames
    Community Samples has test/test
    Enterprise Sample has mary/mary ed/ed etc
    I cannot log in... The screen simply refreshes but doesn't go anywhere.
    I am suspecting this is because the domain and host is pointing to localhost.localdomain instead it should be given a valid domain name and a valid host and a valid IP instead of 127.0.0.1. If anyone can throw anymore light on this I'll be grateful.

  • Where do the portal server saves all the NWDS plugins

    Hello,
    Where do the portal server saves on his side all the plugins/packages that are available in my NWDS and does it have other packages that I don't have and need?

    10X Harish but I am looking for the folder themselfs as they appear at the NWDS plugins directory...
    I found many of them at the ...\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps. Is this the right place?
    And another question: Often I can't find any available imports on the NWDS plugins but I find it on the server, for example:
    com.sapportals.portal.pcd.gl.IPcdAttribute is not available at any of the NWDS plugins but it is available on the server at: com.sap.portal.pcd.glservice\lib\gl_api.jar. Why is that?
    Message was edited by: Roy Cohen

  • Script to set display name in iCS Calendar view to the LDAP CN

    Script to set the display name in the Calendar view for iPlanet Calendar
    Server(iCS) to the LDAP common name(CN)
    By default, iCS uses a user ID(uid) based on an employee number, rather than on
    an employee's first and last name, as the calendar ID(calid).
    The current release of iCS (5.0 P2) does not create a display name for a
    calendar when a user enables a calendar by logging in; by default, it will
    list the calid again in the Display Name field of the Calendar view.
    For example, if an employee has a calid of "12345," when you click the
    Calendar tab to view the calendar, the Display Name will appear as follows:
    <P>
    12345 (12345)
    <P>
    A problem arises when a user tries to subscribe to another user's calendar.
    Although the search criteria are based on the calid and the Display
    Name, the only information currently stored in the calendar database is the
    calid. Therefore, users will be unable to subscribe to another
    user's calendar unless they know the calid of that person. The next
    patch release for iCS will remedy this problem by using common names(CNs) as
    the Display Names. That is, the database will store the CN values
    from LDAP for users, and the Calendar view will appear something as follows:
    <P>
    12345 (John Doe)
    <P>
    Until this next release of iCS, there are two options to work around this
    problem.
    <P>
    <OL>
    <LI>You can "provision" users by running the cscal
    administrative utility with the
    Display Name option.
    <P>
    OR
    <P>
    <LI>If the user community already exists, you can use the sample Perl script
    below to search through the calendars of users.
    <P>
    Note: If a default calid exists that doesn't have a Display Name, the script
    will search the LDAP directory to find a CN to set as the Display Name for
    that calendar.
    </OL>
    <P>
    <HR>
    <P>
    <B>Sample Perl Script:</B>
    #!/bin/perl5.004
    sub TRUE {1}
    sub FALSE {"}
    $SIG{INT} = 'handler';
    $SIG{QUIT} = 'handler';
    $mypath = $ENV{'LD_LIBRARY_PATH'};
    $savepath = $mypath;
    $ENV{'LD_LIBRARY_PATH'} = $mypath.';.';
    #--------------INITIALIZATION----------------
    $host="ldaphost";
    $base_dn="ou=People,o=iplanet.com";
    $port=389;
    $auth_dn="cn=Directory Manager";
    $auth_pwd="password";
    $found_confile = TRUE;
    $default_cal = FALSE;
    open(CSCAL,"./cscal -v list |");
    while($cal_list = <CSCAL>)
    if ($cal_list =~ m/: owner=/)
    @calid = split(' ',$cal_list);
    chop($calid[0]);
    print "\ncalid: $calid[0] ... ";
    $default_cal = TRUE if ($calid[0] !~ m/:/);
    } elsif (($default_cal) && ($cal_list =~ m/^ name=([a-zA-Z ]*)/)) {
    chomp($1);
    print "cal name: $1";
    if (($1 EQ ") || ($1 EQ $calid[0]))
    open(LDAPSEA,"./ldapsearch -h $host -p $port -b \"$base_dn\" -D
    \"$auth_dn\" -w \"$auth_pwd\" uid=$calid[0] |");
    while($ldap_list = <LDAPSEA> )
    if ($ldap_list =~ m/^cn: ([a-zA-Z ]*)/)
    chomp($1);
    `./cscal -n "$1" modify $calid[0]`;
    print "The display name for $calid[0] is being modified to be: $1\n";
    sleep(1);
    close(LDAPSEA);
    $default_cal = FALSE;
    close(CSCAL);
    sub handler
    local($sig) = @_;
    print "... Caught a SIG$sig--closing down shop\n";
    close(CSCAL);
    close(LDAPSEA);
    exit(0);
    }

    anne wrote:
    Hi David,
    About your confuse about"case when 1=2 then "product_d"."name" else "calendar_d"."year" end".
    You can try in your locale.
    You will find they are different.
    BASED ON THAT you have two table product_d and calendar_d AND they are related by one Fact table.
    THEN When you type in
    "case when 1=2 then "product_d"."name" else "calendar_d"."year" end"
    AND
    "calendar_d"."year",
    IT WILL SHOW U TWO different RESULTS.
    I need to show year which its related product is not null. but I cannot use SHOW->SQL RESULTS->TYPE SOME "WHERE..." because I also need to use "constrain"..
    That why I choose to use a case when function..
    So, do you have any idea about this?
    Regards,
    AnneWhy not use two filters in your request? Have something like this:
    product_d.name IS NOT NULL
    AND
    calendar.year IS PROMPTED?
    ...instead of using a CASE statement? This way you can have both filters show the way they should in a meaningful way.

Maybe you are looking for