Error when clicking item in UWL

Hi all,
When I click on the work item in UWL its opening blank window and I have found the following logs for the same. We are using 2004s SPS9 portal.
Is there any solution for this?
[code]
Error looking up url: portal_content/every_user/general/uwl/com.sap.netweaver.bc.uwl.ui.uwlNewWindow
[EXCEPTION]
javax.naming.NameNotFoundException: Child not found: com.sap.netweaver.bc.uwl.ui.uwlNewWindow at portal_content/every_user/general/uwl [Root exception is javax.naming.NameNotFoundException: Child not found: com.sap.netweaver.bc.uwl.ui.uwlNewWindow at portal_content/every_user/general/uwl]
     at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:406)
     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1177)
     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1183)
     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1183)
     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1183)
     at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdProxyContext.java:1183)
     at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxyContext.java:1282)
     at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyContext.java:1229)
     at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:996)
     at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:68)
     at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.java:989)
     at javax.naming.InitialContext.lookup(InitialContext.java:347)
     at javax.naming.InitialContext.lookup(InitialContext.java:347)
     at com.sapportals.portal.pcd.pcm.roles.RoleNavigationConnector.getNodes(RoleNavigationConnector.java:273)
     at com.sapportals.portal.pcd.pcm.roles.RoleNavigationConnector.getNode(RoleNavigationConnector.java:147)
     at com.sapportals.portal.navigation.NavigationConnectorProxy.getNode(NavigationConnectorProxy.java:54)
     at com.sapportals.portal.navigation.NavigationService.getNavNode(NavigationService.java:1101)
     at com.sapportals.portal.navigation.NavigationService.getNode(NavigationService.java:362)
     at com.sapportals.portal.navigation.cache.CachedNavigationService.getNode(CachedNavigationService.java:156)
     at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentNavNode(NavigationEventsHelperService.java:373)
     at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentLaunchNavNode(NavigationEventsHelperService.java:428)
     at com.sapportals.portal.navigation.workAreaiView.doOnNodeReady(workAreaiView.java:299)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)
     at com.sapportals.portal.navigation.workAreaiView.handleEvent(workAreaiView.java:436)
     at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
     at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:369)
     at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:340)
     at com.sapportals.portal.pb.PageBuilder.createAndAddEmbeddediView(PageBuilder.java:174)
     at com.sapportals.portal.pb.PageBuilder.createiView(PageBuilder.java:387)
     at com.sapportals.portal.pb.PageBuilder.createAndAddiViews(PageBuilder.java:230)
     at com.sapportals.portal.pb.PageBuilder.doOnNodeReady(PageBuilder.java:572)
     at com.sapportals.portal.prt.component.AbstractPortalComponent.handleEvent(AbstractPortalComponent.java:388)
     at com.sapportals.portal.pb.PageBuilder.handleEvent(PageBuilder.java:741)
     at com.sapportals.portal.prt.component.CachablePortalComponent.handleEvent(CachablePortalComponent.java:703)
     at com.sapportals.portal.prt.pom.ComponentNode.handleEvent(ComponentNode.java:252)
     at com.sapportals.portal.prt.pom.PortalNode.fireEventOnNode(PortalNode.java:369)
     at com.sapportals.portal.prt.pom.AbstractNode.addChildNode(AbstractNode.java:340)
     at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:642)
     at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
     at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
     at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
     at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
     at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
     at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
     at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
     at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
     at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
     at java.security.AccessController.doPrivileged(Native Method)
     at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
     at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
Caused by: javax.naming.NameNotFoundException: Child not found: com.sap.netweaver.bc.uwl.ui.uwlNewWindow at portal_content/every_user/general/uwl
     at com.sapportals.portal.pcd.gl.xfs.XfsContext.getChildAtomicName(XfsContext.java:441)
     at com.sapportals.portal.pcd.gl.xfs.XfsContext.lookupAtomicName(XfsContext.java:245)
     at com.sapportals.portal.pcd.gl.xfs.BasicContext.lookup(BasicContext.java:913)
     at com.sapportals.portal.pcd.gl.PcdPersContext.lookup(PcdPersContext.java:384)
     at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterContext.java:402)
     ... 58 more
[/code]
Any help is appreciated.
Is this a bug or am I missing any iView property?
Regards,
Jaydeep
Message was edited by:
        Jaydeep Kalmankar

Hi Jaydeep,
the UWL works the following way:
1) In the UWL work items of different work item types are listed
2) Once the user clicks on a work item the default action (defined on work item type level) is executed
3) Usually, the default action launches a dialog (iView, Web Dynpro, SAP BSP, etc.)
Your error message indicates a misconfiguration of your UWL:
1) You click on a work item of a certain work item typ.
2) The default action of that work item type is to launch an iView
3) The specified iView "portal_content/every_user/general/uwl/com.sap.netweaver.bc.uwl.ui.uwlNewWindow" does not exist.
4) The error message is logged.
What portal version are you running on? Did you do any changes to the UWL configuration? Particularly, I point to the UWL XML configuration files. I guess you will find the problem there.
Hope I could help!
Best regards,
Martin

Similar Messages

  • Get a "Download Error" when clicking on the "App" tab of Creative Cloud.

    Get a "Download Error" when clicking on the "App" tab of Creative Cloud.

    Yeah I finally had to call Adobe and some there did a screen share with me and they took care of it. I am running OSX 10.9.3 my issue was that the latex OSX update didn't communicate with the app. Like I said Adobe did a screen share with me and fixed it for me I think he just uninstalled and reinstalled and I want to say thats what took care of it.

  • Error when Uploading Items on a Delta Run

    Hi,
    I tried to upload new items with the "Force initial transport" unticked and I got the following Log:
      06/18/2007 10:50:35 (UTC+8): Package 0001 received and saved 
      06/18/2007 10:50:36 (UTC+8): processing of package 0001 started 
      06/18/2007 10:50:39 (UTC+8): catalog header data updated 
      06/18/2007 10:50:42 (UTC+8): catalog model data updated 
      Error when deleting item 5F953A4645A9FA34E10000000A0000EC (ID) 
      Catalog update was terminated
    How come Items are being deleted on an Upload?
    Please help.

    Hi
    Which CCM version are you using ? Try to post what the failure message that you are getting for the Transaction ST22.
    <b>Please go through the follwoing SAP OSS Notes and pointers below -></b>
    Errror while uploading the supplier catalog data
    Note 828553
    Notr 841441
    Note 936122
    Catalog upload with errors ?   :-(
    Error when publishing a catalog
    Re: CCM  related - How to delete the item from a catalog?
    Hope this will help.
    Regards
    - Atul

  • Page Not Found Error when clicking on Crystal Report Viewer print icon

    Hi,
        I am working with ASP.NET 2.0 and crystla reportXI release2.
        I am getting "Page Can not be Found " error when clicking on Crystal Report Viewer print icon.
        Could you please tell me how to get rid of this error?
    Regards,
    Smitha

    This sounds like a postback issue. Does your application handle postback by putting the report in session?
    There is a [sample|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/CrystalReports_dotNET_SDK/crsdk_samples_aspx/data/crsdk_net_tutorials_115_en.zip] to look at on our website. It was created with Crystal Reports XI R2 and Visual Studio .NET but the code will be the same.
    A short pseudocode would be something like this:
    Dim rptDocument As ReportDocument
    If Not Me.IsPostBack or Session("Report") = Nothing Then
    rptDocument = New ReportDocument
    rptDocument.Load(sGlobalPath & "\myreport.rpt";)
    Ludek

  • Javascript preferences error when clicking insert

    hi,
    i tried looking around on the net however no solution i could see for this.
    when i click insert in DW CS3 i get an error in "yy/scripts/preferences.js" error 3
    i cannot see that file in my program files, how can i resolve this?
    many thanks

    hi,
    i gave this a go however it did not resolve the issue. still error when clicking insert. only started happening past few days. cant think of what has happened to make it do it.
    any other suggestions?
    many thanks

  • C++ runtime library error when clicking on preview

    Customer is getting a Microsoft Visual C++ runtime library error when clicking on "preview" tab in Xcelsius
    Full error message is this:
    Microsoft Visual C++ Runtime library
    Runtime error!
    Program: C:\program files\Business Objects\Xclesius\Xcelsius.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact application support team for more information.
    This is a new install of Xcelsius, using Office 2007

    Hi Pete,
    Are you getting this error message for some specific dashboard or any of the file.If this is happening for some specific dashboard, then let me know if you can send me the file to take a look at it.
    Thanks,
    Amit.

  • Page error when clicking on #hashtag in feed

    I've got an issue where if I click on a hashtag in a site feed to see the conversations, I get the below error.  I'm not aware of any special permissions needed?

    Below are the lines I believe relating to this problem.  I'm not finding anything specific in the forums about this as yet.
    03/19/2015 09:12:14.46 w3wp.exe (0x1BF0) 0x1578 SharePoint Foundation General 8nca Medium Application error when access /_layouts/15/HashTagProfile.aspx, Error=Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) at Microsoft.SharePoint.SPGlobal.HandleUnauthorizedAccessException(UnauthorizedAccessException
    ex) at Microsoft.SharePoint.Library.SPRequest.GetAclForCurrentWeb(String bstrWebUrl, Boolean fRequirePermissionCheck, Object& pvarRawAcl, UInt64& lAnonymousMask) at Microsoft.SharePoint.SPWeb.GetReusableAcl(Boolean requirePermissionCheck, Boolean useCache)
    at Microsoft.SharePoint.Publishing.AclCache.AddAclIfNecessary(Guid scopeId, SPSecurableObject o) at Microsoft.SharePoint.Publishing.CachedArea..ctor(PublishingWeb area, String id, String parentId, CachedUserResource title, String url, CachedUserResource description,
    CachedObjectFactory f...
    03/19/2015 09:12:14.46* w3wp.exe (0x1BF0) 0x1578 SharePoint Foundation General 8nca Medium ...actory) at Microsoft.SharePoint.Publishing.CachedArea.CreateCachedArea(PublishingWeb area, CachedObjectFactory factory, String parentId) at Microsoft.SharePoint.Publishing.CachedObjectFactory.CreateObject(PublishingWeb
    area, String parentUrl) at Microsoft.SharePoint.Publishing.PublishingPage.IsPublishingPage(SPListItem sourceListItem) at Microsoft.SharePoint.Publishing.CachedListItem.CreateCachedListItem(SPListItem item, SPListItem alternateItem, Boolean parentIsWeb, CachedObjectFactory
    factory, List`1& fieldInfo) at Microsoft.SharePoint.Publishing.CachedObjectFactory.CreateListItemFromUrl(String url, SPWeb contextWeb, Boolean enableCheckedOutItem) at Microsoft.Office.Server.Search.WebControls.SearchServerRenderer.GetCachedItemFieldValue(CacheManager
    cacheManager, S... e811f49c-94b6-80f3-96a8-0040502c8b9a
    03/19/2015 09:12:14.46* w3wp.exe (0x1BF0) 0x1578 SharePoint Foundation General 8nca Medium ...PWeb web, String itemUrlLink, Guid itemFieldId) at Microsoft.Office.Server.Search.WebControls.SearchServerRenderer.GetCachedItemFieldValue(String itemUrlLink, Guid
    itemFieldId) at Microsoft.Office.Server.Search.WebControls.ResultScriptWebPart.get_SelectedProperties() at System.Linq.Enumerable.WhereSelectListIterator`2.MoveNext() at Microsoft.Office.Server.Search.WebControls.ScriptWebPart.Union[T](IEnumerable`1 all, IEqualityComparer`1
    comparer) at Microsoft.Office.Server.Search.WebControls.DataProviderScriptWebPart.get_SelectedProperties() e811f49c-94b6-80f3-96a8-0040502c8b9a

  • Error when workitem check from uwl (HCM Transfer Form WF)

    Hi Experts,
    In the final stage of HCM Transfer Workflow, I'm updating database using the u201CForm Scenario stageu201D as u201CForm_Stage_HR_Administratoru201D. I'm getting the following error message "Work item 000001677910: Object CL_HRASR00_WF_COMPONENTS method WI_EXECUTION_VIA_R3_INBOX cannot be executed" when I check the method "WI_EXECUTION_VIA_R3_INBOX", which is clearly mentioned that if workitem executed through SAP inbox instead of via UWL then such type of errors will occur, but I executed thru UWL even though the error is comming. Please help to fix this error.
    Thanks & Regards,
    Harish Kumar N

    Not sure that you already got answer or not.  This is the authorization in configuration table. Please check table V_T5ASRAUTHACTVT. It should already configured with application/Activitiy/Method. 
    Hope this help and not too late.
    Regards,
    Visut

  • Why do I get an error when clicking on topics in email?

    I subscribe to the forum posts that I create and by doing so I get an email when the thread has been updated. The email contains a link to the message thread but when I click I got an Apple.com webpage saying "An error has occurred". Does anyone else have this problem? How do you fix it?

    That's the truth. I get the same error when I log in
    (and it's on my Mac computers!!).
    Thanks for sharing! I was beginning to feel paranoid and think it was a Windows XP thing...

  • 00933 error when clicking on the data tab for the selected table

    Hi,
    I'm getting the following error when selecting a table from the tree view then clicking on the data tab:
    An error was encountered performing the requested operation:
    ORA-00933: SQL command not properly ended
    00933.00000 - "SQL command not properly ended"
    *Cause:
    *Action:
    Vendor code 933
    The exact same tables created from sqlplus for a different user in the same database work fine. Note, I'm not typing any SQL in myself. It would appear this happens on all tables created as this user. I cannot see any difference between permissions for this user and others which work but the failing user does have a "-" in the username and password which I'm suspicious of.
    This is SQL Developer v 1.2.0 (build 29.98) (the most recent I believe, Oracle Database 10g Express Edition Release 10.2.0.1.0 and Linux ubuntu.
    Thanks
    Martin

    "-" is not allowed in identifiers and is almost certainly the cause of your problem. This can be got round by quoting i.e. using "STUPID-NAME" instead of STUPID-NAME.
    I'm slightly surprised that SQLDeveloper doesn't quote the statement. Perhaps it quotes table names but not user names.

  • Error when clicking on EDIT button on CCM 2.0

    Hi Experts,
    we are experiencing lot of errors when we click on the "EDIT" or any other button on CCM of a CATALOG.
    The Error message we are getting is "Errors while reading catalogs,errors while reading master catalog".
    When we check the Display logs for the catalog, we are having these two error messages
    "Error when generating catalog SRM 200"
    "Error when creating the catalog. "
    Can anyone provide us with a solution on this and pls tell us which SAP program runs for the catalog.
    Thanks in advance
    Dharma

    Hi Dharma,
    You can download the complete guide in SMP.
    https://websmp103.sap-ag.de/~form/sapnet?_FRAME=CONTAINER&_OBJECT=011000358700000567072006E
    Hope this solves your problem.
    Regards
    Kathirvel

  • Error when click workset

    Hello everyone ,
    I am familiar with create iview, page, workset, role .
    And I had create an Web with Portal.
    But there is error occured,I create two new worksets,
    and I had assign pages to them, the pages can be preview
    normally as part of workset, but it will occure error when I click the two worksets in forntend.
    And I had inspect the property setting and permssion of two workset, and there is no problem.
    Is there anybody met the same problem ever?
    If there are some experts know the reason and the solution to the problem ,please give me directions.
    Thanks & Regards,
    Jianguo Chen

    Hi Sharadha,
    The error message as follow:
    "Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    The exception was logged. Inform your system administrator..
    Exception id: 11:28_28/06/06_0007_12780850
    See the details for the exception ID in the log file ".
    And the log information as follow :
    "#1.5#00142218FC2C0070000001510000168C00041740677D9253#1151465288531#com.sap.portal.portal#sap.com/irj#com.sap.portal.portal#nc0090#914##epprdap_P51_12780850#nc0090#ee44ba70065511dbab0800142218fc2c#SAPEngine_Application_Thread[impl:3]_14##0#0#Error#1#/System/Server#Java###Exception ID:11:28_28/06/06_0007_12780850
    [EXCEPTION]
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Portal Component
    User : nc0090
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:343)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sapportals.portal.prt.core.PortalRequestManagerException: PortalRuntimeException
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:143)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         ... 24 more
    Caused by: java.lang.NullPointerException
         at com.sapportals.portal.navigation.NavigationService.getNavURLPrefix(NavigationService.java:531)
         at com.sapportals.portal.navigation.NavigationService.redirect(NavigationService.java:495)
         at com.sapportals.portal.navigation.NavigationEventsHelperService.redirectURL(NavigationEventsHelperService.java:1735)
         at com.sapportals.portal.navigation.NavigationEventsHelperService.normalizeNavigationTarget(NavigationEventsHelperService.java:1715)
         at com.sapportals.portal.navigation.NavigationEventsHelperService.getNavSessionParameter(NavigationEventsHelperService.java:784)
         at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentNavNode(NavigationEventsHelperService.java:351)
         at com.sapportals.portal.navigation.NavigationEventsHelperService.getCurrentLaunchNavNode(NavigationEventsHelperService.java:421)
         at com.sapportals.portal.navigation.fpm.NavigationFpmListener.addToHistory(NavigationFpmListener.java:268)
         at com.sapportals.portal.navigation.fpm.NavigationFpmListener.doNavigatePhase(NavigationFpmListener.java:98)
         at com.sapportals.portal.navigation.fpm.NavigationFpmListener.doPhase(NavigationFpmListener.java:70)
         at com.sapportals.portal.pb.fpm.FPMContainer.distributeEvent(FPMContainer.java:63)
         at com.sapportals.portal.pb.fpm.FPM.doDocumentHook(FPM.java:143)
         at com.sapportals.portal.prt.service.document.DocumentHookMulticaster.doDocumentHook(DocumentHookMulticaster.java:100)
         at com.sapportals.portal.prt.service.document.DocumentHookService.doDocumentHook(DocumentHookService.java:119)
         at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doDocumentHook(DocumentHookServiceNew.java:183)
         at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(PortalHook.java:824)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:261)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         ... 28 more
    Thanks&Regards,
    Jianguo Chen

  • ORA-06502 error when clicked on Lines tab in Oracle Service Contracts

    When i query for some contracts and click on Lines Tab,i get ORA-06502 error.
    This is not happenning with all contracts.My ICX: Numeric Characters profile is set to 10.000,00 but the user who created the contracts which were showing error message has ICX: Numeric Characters profile set to 10,000.00.
    If i change my profile option to this users profile option,then i am not getting error in these contracts but getting error when trying to view the contracts which were created by other users who's ICX: Numeric Characters profile is different from mine.
    Plz let me know how can i resolve this issue.
    Looking for your suggessions.
    Thanks,
    Ravi

    CRS Home is indicative of having Oracle clusterware installed. Is this a RAC cluster? Are you running on ASM? How many nodes? etc.
    Please fill in the blanks.

  • Error when clicking login server administration link

    Hi
    I am using Portal 3.0.7 on NT.
    When I click the login server administration link in the services portlet under the administer tab I get the following error
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30_SSO.WWSSO_LS_PRIVATE", line 2356
    ORA-01403: no data found
    ORA-06512: at "PORTAL30_SSO.WWSSO_APP_ADMIN", line 54
    ORA-06512: at "PORTAL30_SSO.WWSSO_APP_ADMIN", line 495
    ORA-06512: at line 8
    DAD name: portal30_sso
    I am logged in as portal30. I get the same error when I log in as portal30_sso.
    Thanks
    null

    Hi
    I am using Portal 3.0.7 on NT.
    When I click the login server administration link in the services portlet under the administer tab I get the following error
    ORA-06510: PL/SQL: unhandled user-defined exception
    ORA-06512: at "PORTAL30_SSO.WWSSO_LS_PRIVATE", line 2356
    ORA-01403: no data found
    ORA-06512: at "PORTAL30_SSO.WWSSO_APP_ADMIN", line 54
    ORA-06512: at "PORTAL30_SSO.WWSSO_APP_ADMIN", line 495
    ORA-06512: at line 8
    DAD name: portal30_sso
    I am logged in as portal30. I get the same error when I log in as portal30_sso.
    Thanks
    null

  • Error when clicking send fax in SAP B1 2007A

    Hi,
    I'm trying to configure my client's SAP B1 server to be able to send faxes via SBOMailer and MS Fax. I read the guides and documentation.
    1. Does faxing only work strictly in the scenarios stated in the documentation?
    2. Will it work if:-
    a) The server has MS Fax and a fax modem installed; and
    b) I am logged in to the server via remote desktop; and
    c) I only configured the fax portion of the SBOMailer since I am not using the email function?
    Basically, in this scenario, the Service Manager, SBO Mailer, MS Fax, fax modem and SAP Client (because I am using remote desktop) are on the same machine.
    I am asking this because I keep getting the following error when I click send:-
    "Email address has not been defined for the sender. Cannot send email, SMS, or fax. , 'manager' [Message 3581-4]"
    I have checked the company details, business partner details and the fax console's "sender information". They all have email addresses and fax numbers keyed in.
    After a few minutes, the fax console shows that the system tried to dial to itself and so got a "no dial tone" error. The file that it sent only contained the Cover page and nothing else. What's going on?
    Can anyone out there help me?
    Regards,
    Jin Siang

    Hi,
    Thanks for your advice. That solved one part of the problem. Now the system states "Operation Completed Successfully." BUT nothing appears in the fax console outbox and sent folders. The SBOMailer and MS Fax do not seem to be communicating with each other.
    Email settings are blank because it is not used.
    For fax settings, I put:-
    Microsoft Fax Server: Server IP
    Fax Server Type: Microsoft Fax
    All tickboxes have been checked.
    Schedule settings: On specific date
    Connection settings: Correct login settings
    Database settings: Correct DB selected
    Any ideas, guys?
    Thanks,
    Chris.
    Edited by: Jin Siang Lee on Feb 18, 2009 10:38 AM
    Edited by: Jin Siang Lee on Feb 18, 2009 10:44 AM

Maybe you are looking for

  • Imac freezing and cannot force quit

    Imac keeps freezing upon startup and I cannot force quit anything. It just sits and wheel of death. Is this a hardware failure?

  • Is Encore the software for me?

    I've been asked to create a DVD that contains a menu that links to my company's multiple demos/presentations. The media are in a variety of formats - PowerPoint, Flash, WMVs, etc. Will Encore allow a user to select these presentations/demos via a men

  • I'm stuck at the sent messages display and I need to see my inbox

    When I start my computer and click on the Thunderbird icon the screen that is displayed is the list of sent messages. I am unable to change this screen. I did touch the GO at the top of the page and from there I saw the in box and trash but could not

  • Table for BETRG Field

    Hi Experts, I am working on an ESS MSS project. Currently I am working on a report in which I have to find the expenses of an employee. The field BETRG gives me the expenses for that employee. but I am unable to find a table for this field. Does anyb

  • Payment file Denmark

    Hi all, I am going to create payment file for a Danish customer that have Nordea bank. Has anyone set up a file for a Danish company with Nordea bank? If so, what format, Comma delimited format for payments (UTF-format) or EDI/4-format? Do I have to