Custom control in custom page layout not getting shown

Hi,
I have created a site column for Date field:
<Field ID="{GUID}" Name="MyCustomPageLayoutDate" StaticName="MyCustomPageLayoutDate" Group="TestGroup" Type="DateTime" Format="DateOnly" DisplayName="Date" Required="FALSE" ><Field ID ="{guid}" Name ="MyCustomLayoutDateDisplay" DisplayName="Date Display"
         Group="TestGroup"
         Type="Calculated"
         ResultType="Text"
         ReadOnly="TRUE"
         Required="FALSE">
    <Formula>=TEXT([Date],"MMMM dd, yyyy")</Formula>
  </Field>
This is added in the page layout content type:
<FieldRef ID="{guid}" Name="MyCustomPageLayoutDate" />  <FieldRef ID="{guid}" Name ="MyCustomLayoutDateDisplay" />
In the custom page layout, it is added as below:
<Publishing:EditModePanel ID="EditModePanel5" runat="server" CssClass="edit-mode-panel">
<tr>
<td>
Date
</td>
</tr>
</Publishing:EditModePanel>
<PublishingWebControls:EditModePanel ID="DateEditModePanel" runat="server" PageDisplayMode="Edit" SupressTag="True">
<tr>
<td >
<PageFieldDateTimeField:DateTimeField ID="DateTimeField1" FieldName="GUID" runat="server">
</PageFieldDateTimeField:DateTimeField>
</td>
</tr>
</PublishingWebControls:EditModePanel>
<PublishingWebControls:EditModePanel ID="DatePublishModePanel" PageDisplayMode="Display" runat="server">
<tr>
<td>
<SharePoint:CalculatedField ID="CalculatedDateField" FieldName="guid" runat="server" />
</td>
</tr>
</PublishingWebControls:EditModePanel>
In the edit mode, the date is getting shown, and I am able to select a date. When the page is published, the entered date is not getting displayed.
How to fix this?
Thanks

Hi,
I tried to reproduce this issue like this:
1. Create a DateTime site column “MyDateTimeCol01”;
2. Create a Calculated site column “MyCalculated03” with formula “=TEXT(MyDateTimeCol01,"MMMM dd, yyyy")”;
3. Create a Page Layout content type contains the two site columns above;
4. Create a Page Layout with the Page Layout content type, the source code of this page layout as below:
<asp:Content ContentPlaceholderID="PlaceHolderMain" runat="server">
<PublishingWebControls:EditModePanel runat=server id="EditModePanel1" PageDisplayMode="Edit">
<SharePointWebControls:DateTimeField FieldName="9492c1ff-851f-4d1c-bcbf-5637b69ebd63" runat="server"> </SharePointWebControls:DateTimeField>
</PublishingWebControls:EditModePanel>
<br/>
<PublishingWebControls:EditModePanel runat=server id="EditModePanel2" PageDisplayMode="Display">
date time text:
<br/>
<SharePointWebControls:CalculatedField FieldName="9c00c4dc-6a53-4abd-9fa4-6b4dd266c898" runat="server"></SharePointWebControls:CalculatedField>
</PublishingWebControls:EditModePanel>
</asp:Content>
5. After that, create a publishing page with this custom page layout:
In Edit mode:
In Display mode:
I suggest you follow the steps above to make another test to see if the issue persists.
Thanks 
Patrick Liang
TechNet Community Support
Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
[email protected]

Similar Messages

  • 2013 Custom Web Parts in Page Layouts not showing for users

    Custom Web Parts in Page Layouts not showing for users
    I have created a master page in the root site collection for a subsite I am developing. I created content types and custom page layouts for the pages within the subsite.
    I used the snippet tool in the design manager to create web parts and page field markup which I copied into the custom layout HTML pages in the root site collection. For instance I have an image viewer web part that I place there to serve as a section title.
    The problem is that I can see all these customer layout page parts no problem but my users cannot. This leads me to believe its permissions, I am site owner of both the subsite and root site collection.
    The users that cannot see the web parts are site members of the site and restricted read users on the root site collection (where the layouts are stored).
    What gives I'm finding it hard to understand why a snipet generated web part wouldn't show in all pages created from that layout page.
    Any help would be appreciated, Havent found anything on this issue online. weird.

    It is a permission issue indeed. Fix is simple, make sure you check out the page layout page, then check it back in as published version.
    John Architect

  • The custm error page is not getting loaded in TomCat 5.0

    Hi all,
    I am working on a JSF web application deployed in Tomcat 5.0.I was trying to redirect 404 and 500 error pages to custom error pages.But the error pages are not getting loaded and i am getting normal Tocat 404 status page.
    I am giving the web.xml entry for the error page defenition.
    <error-page>
              <error-code>404</error-code>
              <location>/faces/displayErrorpage.jsp</location>
         </error-page>
         <error-page>
              <error-code>500</error-code>
              <location>/faces/SessionExpirepage.jsp</location>
         </error-page>
         <error-page>
              <exception-type>java.lang.Throwable</exception-type>
              <location>/faces/displayErrorpage.jsp</location>
         </error-page>
    Please help me out to solve this problem.Its urgent.I will be greatful for any kind of help.
    Note: The same application working fine,ie,the error page is getting loaded while deploying WAS 6.0.
    Jeevan Edakkunnath.

    That's a specification version. I was asking for the implementation and version. Is it the Sun reference implementation (Sun JSF RI)? If so, which build?
    It works flawlessly here on the latest build of Sun JSF RI 1.1, the 1.1_02. You can get the latest build at [http://javaserverfaces.dev.java.net]. I was using Tomcat 6.0.14 by the way, it might make difference.
    Does it work if you use plain vanilla JSP files and do not pass the request through the FacesServlet? I recall some bugs related to it, but I am not sure anymore if it is related to the JSF implementation or application server used.

  • Text overflown in the first page is not getting printed in the next page

    Hi Experts,
    I have a text field, where the users can enter the comments. In this text field if the user enters more than a page, a scroll bar appears in the print preview where the users can view the complete text what they have entered, but while printing the text which exceeds more than a page is not getting printed in the next page.
    I have set the subform properties as "Flowed" and the check box "Allow Page Break within content" is also been enabled, but still the extra contents is not getting printed in the next page.
    Please help me regarding this.
    Thanks & Regards,
    Karthik MD

    Hi,
    This issue is in ADOBE, I think there is no concept of Window in ADOBE,
    The text box is placed inside a Subform.

  • Input value given on web page is not getting pickedup in event handler

    Hi friends,
    I have created one simple page in SE80 with program with flow logic option, in which I would like to show business partner details from BUT000 table with the input of partner number. But the thing is the input value(partner no.)which I am giving on web page is not getting picked up in selection in event handler though I am giving input value it is becoming initial while selecting. What could be the reason?
    Below I am mentioning the code which I have written in even handler for OnInputProcessing event.
    CASE EVENT_ID.
    WHEN 'select'.
    NAVIGATION->SET_PARAMETER( 'partner' ).
    SELECT * FROM but000 INTO TABLE I_but000 WHERE partner BETWEEN partner AND partner1.
    WHEN OTHERS.
    ENDCASE.
    Thanks in advance,
    Steve

    Hi Abhinav,
    I tried with the one you posted. But it is giving run time error as shown below.
    Note
    The following error text was processed in the system CRD : Access via 'NULL' object reference not possible.
    The error occurred on the application server crmdev_CRD_00 and in the work process 0 .
    The termination type was: RABAX_STATE
    The ABAP call stack was:
    Method: ONINPUTPROCESSING of program CLO24DDFJW575HVAQVJ89KWHEHC9OCP
    Method: %_ONINPUTPROCESSING of program CL_O24DDFJW575HVAQVJ89KWHEHC9OCP
    Method: DO_REQUEST of program CL_BSP_PAGE===================CP
    Method: ON_REQUEST of program CL_BSP_RUNTIME================CP
    Method: IF_HTTP_EXTENSION~HANDLE_REQUEST of program CL_HTTP_EXT_BSP===============CP
    Method: EXECUTE_REQUEST_FROM_MEMORY of program CL_HTTP_SERVER================CP
    Function: HTTP_DISPATCH_REQUEST of program SAPLHTTP_RUNTIME
    Module: %_HTTP_START of program SAPMHTTP
    Regards,
    Steve

  • EP Login Page is not getting displayed

    HI
    I modified the
    ume.login.guest_user.uniqueids  to add some of the annonymous users to the portal using  Direct edit of the UM configuration.
    I have also changed the index.html file to redirect the anonymopus logon page by changeing the
    <drive>:\usr\sap\<SID>\<instance_number>\j2ee\cluster\serverX\apps\sap.com\irj\servlet_jsp\irj\root\index.html
    <body onload="location.replace('portal' + document.location.search)"></body>
    Change this line to the following:
    <body onload="location.replace('servlet/prt/portal/prtroot/com.sap.portal.navigation.portallauncher.anonymous' +  cument.location.search)"></body>
    Then I started J2ee server.
    Since then My logon page is not getting displayed.
    In the server console I am getting this error list
    Element 671469607 joined.    Wed Nov 16 17:23:25 IST 2005
    Nov 16, 2005 5:31:21 PM # Client_Thread_3      Fatal           Cannot find user
    when uniqueID is null!
    com.sap.security.api.UMRuntimeException: Cannot find user when uniqueID is null!
            at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
    rincipalSet.java:388)
            at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
    2)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
    Acl.java:769)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
    DBCAcl.java:704)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
    l.java:510)
            at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
            at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
            at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
    3)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
            at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
    ect.java:785)
            at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
    t.java:765)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:400)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:535)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Nested Exception:
    com.sap.security.api.NoSuchUserException: Cannot find user when uniqueID is null
            at com.sap.security.core.imp.UserFactory.getUser(UserFactory.java:95)
            at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
    rincipalSet.java:376)
            at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
    2)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
    Acl.java:769)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
    DBCAcl.java:704)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
    l.java:510)
            at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
            at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
            at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
    3)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
            at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
    ect.java:785)
            at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
    t.java:765)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:400)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:535)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Nov 16, 2005 5:31:21 PM # Client_Thread_3      Fatal           Cannot find user
    when uniqueID is null!
    com.sap.security.api.UMRuntimeException: Cannot find user when uniqueID is null!
            at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
    rincipalSet.java:388)
            at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
    2)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
    Acl.java:769)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
    DBCAcl.java:704)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
    l.java:510)
            at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
            at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
            at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
    3)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
            at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
    ect.java:785)
            at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
    t.java:765)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:400)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doD
    ocumentHook(DocumentHookServiceNew.java:218)
            at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(Portal
    Hook.java:433)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:707)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Nested Exception:
    com.sap.security.api.NoSuchUserException: Cannot find user when uniqueID is null
            at com.sap.security.core.imp.UserFactory.getUser(UserFactory.java:95)
            at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
    rincipalSet.java:376)
            at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
    2)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
    Acl.java:769)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
    DBCAcl.java:704)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
    l.java:510)
            at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
            at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
            at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
    3)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
            at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
    ect.java:785)
            at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
    t.java:765)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:400)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.service.document.DocumentHookServiceNew.doD
    ocumentHook(DocumentHookServiceNew.java:218)
            at com.sapportals.portal.prt.connection.PortalHook.doDocumentHook(Portal
    Hook.java:433)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:707)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Nov 16, 2005 5:31:22 PM # Client_Thread_3      Fatal           Exception ID:05:3
    1_16/11/05_0001
    com.sapportals.portal.prt.runtime.PortalRuntimeException: Unexpected error - ini
    tial context not available: com.sap.portal.navigation.portallauncher.default
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1674)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:535)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Caused by: com.sapportals.portal.prt.runtime.PortalRuntimeException: Unable to g
    et access to the root folder of the application repository
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:34)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:535)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Caused by: com.sapportals.portal.pcd.gl.PermissionControlException: Access denie
    d (Object(s): com.sap.portal.system)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:403)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.PortalRequest.getRootContext(Por
    talRequest.java:423)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:535)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    [email protected]fd #
    Nov 16, 2005 5:31:22 PM # Client_Thread_3      Fatal           Cannot find user
    when uniqueID is null!
    com.sap.security.api.UMRuntimeException: Cannot find user when uniqueID is null!
            at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
    rincipalSet.java:388)
            at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
    2)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
    Acl.java:769)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
    DBCAcl.java:704)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
    l.java:510)
            at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
            at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
            at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
    3)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
            at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
    ect.java:785)
            at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
    t.java:765)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:400)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.ContentExceptionHandler.handleEx
    ception(ContentExceptionHandler.java:64)
            at com.sapportals.portal.prt.connection.ContentExceptionHandler.handlePo
    rtalRuntimeException(ContentExceptionHandler.java:24)
            at com.sapportals.portal.prt.core.PortalRequestManager.handleRequestExce
    ption(PortalRequestManager.java:825)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:715)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    Nested Exception:
    com.sap.security.api.NoSuchUserException: Cannot find user when uniqueID is null
            at com.sap.security.core.imp.UserFactory.getUser(UserFactory.java:95)
            at com.sap.security.core.imp.AbstractPrincipalSet.isUserMember(AbstractP
    rincipalSet.java:376)
            at com.sap.security.core.imp.RoleWrapper.isUserMember(RoleWrapper.java:5
    2)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.containsPrincipal(JDBC
    Acl.java:769)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.basicCheckPermission(J
    DBCAcl.java:704)
            at com.sap.security.core.acl.imp.wcm.jdbc.JDBCAcl.checkPermission(JDBCAc
    l.java:510)
            at com.sap.security.core.acl.imp.Acl.isAllowed(Acl.java:294)
            at com.sapportals.portal.acl.Acl.isAllowed(Acl.java:343)
            at com.sapportals.portal.pcd.gl.Acl.isAllowed(Acl.java:278)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowedInt(AclHandle.java:42
    3)
            at com.sapportals.portal.pcd.gl.AclHandle.isAllowed(AclHandle.java:407)
            at com.sapportals.portal.pcd.gl.PcdPersObject.checkPermission(PcdPersObj
    ect.java:785)
            at com.sapportals.portal.pcd.gl.PcdPersObject.hasPermission(PcdPersObjec
    t.java:765)
            at com.sapportals.portal.pcd.gl.PcdFilterContext.filterLookup(PcdFilterC
    ontext.java:400)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.basicContextLookup(PcdPr
    oxyContext.java:1083)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookupLink(PcdProxy
    Context.java:1170)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.proxyLookup(PcdProxyCont
    ext.java:1132)
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:926)
            at com.sapportals.portal.pcd.gl.PcdGlContext.lookup(PcdGlContext.java:79
            at com.sapportals.portal.pcd.gl.PcdProxyContext.lookup(PcdProxyContext.j
    ava:919)
            at com.sapportals.portal.application.applicationrepository.ParContextFac
    tory.getInitialContext(ParContextFactory.java:18)
            at com.sapportals.portal.prt.jndisupport.NamingManager.getInitialContext
    (NamingManager.java:52)
            at com.sapportals.portal.prt.jndisupport.InitialContext.getDefaultInitCt
    x(InitialContext.java:39)
            at javax.naming.InitialContext.init(InitialContext.java:217)
            at javax.naming.InitialContext.<init>(InitialContext.java:193)
            at com.sapportals.portal.prt.jndisupport.InitialContext.<init>(InitialCo
    ntext.java:24)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getEndUserInit
    ialContext(DeploymentManager.java:1745)
            at com.sapportals.portal.prt.deployment.DeploymentManager.getPropertyCon
    tentProvider(DeploymentManager.java:1670)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.refr
    esh(PortalComponentContextItem.java:193)
            at com.sapportals.portal.prt.core.broker.PortalComponentContextItem.getC
    ontext(PortalComponentContextItem.java:287)
            at com.sapportals.portal.prt.component.PortalComponentRequest.getCompone
    ntContext(PortalComponentRequest.java:389)
            at com.sapportals.portal.prt.connection.ContentExceptionHandler.handleEx
    ception(ContentExceptionHandler.java:64)
            at com.sapportals.portal.prt.connection.ContentExceptionHandler.handlePo
    rtalRuntimeException(ContentExceptionHandler.java:24)
            at com.sapportals.portal.prt.core.PortalRequestManager.handleRequestExce
    ption(PortalRequestManager.java:825)
            at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(P
    ortalRequestManager.java:715)
            at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(
    ServletConnection.java:208)
            at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatc
    her.java:532)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.ja
    va:415)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.InvokerServlet.service(Invoker
    Servlet.java:126)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
            at com.inqmy.services.servlets_jsp.server.RunServlet.runSerlvet(RunServl
    et.java:149)
            at com.inqmy.services.servlets_jsp.server.ServletsAndJspImpl.startServle
    t(ServletsAndJspImpl.java:833)
            at com.inqmy.services.httpserver.server.RequestAnalizer.checkFilename(Re
    questAnalizer.java:665)
            at com.inqmy.services.httpserver.server.RequestAnalizer.handle(RequestAn
    alizer.java:312)
            at com.inqmy.services.httpserver.server.Response.handle(Response.java:17
    3)
            at com.inqmy.services.httpserver.server.HttpServerFrame.request(HttpServ
    erFrame.java:1229)
            at com.inqmy.core.service.context.container.session.ApplicationSessionMe
    ssageListener.process(ApplicationSessionMessageListener.java:36)
            at com.inqmy.core.cluster.impl5.ParserRunner.run(ParserRunner.java:55)
            at com.inqmy.core.thread.impl0.ActionObject.run(ActionObject.java:46)
            at java.security.AccessController.doPrivileged(Native Method)
            at com.inqmy.core.thread.impl0.SingleThread.run(SingleThread.java:148)
    How roleback this so that I can get the logon page
    thanks
    pk

    Hi
    Thjanks for the reply.
    I have gone thru doc.
    In the doc it says
    Start the Config Tool by executing j2ee
    then
    cluster/server
    cluster/distahcer
    there is no "Global server configuration"   to go to
    what could be the reason ..
    if it is version problem .. Is there any alternative or resinatllation of EP
    thanks
    PK

  • I am using Iphone 4s. In App Store Update, this page is not getting loaded in my iphone. Blank screen is showing up, rest all pages are getting open. Please tell me the problem and solutions.

    Hi,
    My Name is Pranav.
    I am using i phone 4-s.
    In my iphone when i go to app store > Updates, system showing me 10 updates but when i try to open this page, page is not getting open. Loader came up and then white blank screen is visible. Rest all Featured, Top Charts Genius and Search are working fine but updates page is not getting open.
    Guys please help me out to sort this problem.
    Thanks,
    Pranav
    [email protected]    
    +91-8460366331

    Looks O.K. to me Opens correctly in Firefox and Opera as a log-in page for Killer Content - Win7x64 Fx5.
    I can't see any oddities in your plug-ins. It never hurts to clear any relevant cookies and your cache.
    You could see how it goes in Safe Mode - Hold Shift key down as you double click on the Firefox icon>ignore the page that opens and continue. If the page opens you probably have a problem with extensions or themes and you should work through this -
    https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes
    A lot of things have been updated as well as Firefox and you could have a culprit or conflict. Next, if there is no improvement you could try disabling third party toolbars, and you should report back at this stage or if there has been early success.
    Someone may come by with a more specific remedy.

  • How to find out which data control do the page layout components come from?

    hi,
    work in Jdev 11.1.2.3
    After have drag and drop data control into pages designer, how to find out which data control do the page layout component (such as a field in form layout) come from?
    --i cannot find data control related information in the property pallete for the page layout component.
    Regards.

    This information can be found in the page definition file.
    Select the field in the page and then click the binding tab.

  • Custom Email Alert Template Issue - Users not getting customized emails

    I have recently customized the XML alerts template (AlertTemplates.xml) for our site collection in SharePoint 2010 to exclude specific fields in the email when users who have subscribed to a list using the "Alert Me" feature.  I have renamed
    the custom alerts XML file and loaded the custom template in the following directory (%ProgramFiles%\Common Files\Microsoft Shared\Web server extensions\14\TEMPLATE\XML) and restarted IIS.  Once users subscribe to the alerts using the list using the "alert
    me" function they received the customized email as intended.  
    We needed to auto-subscribe users to the email alerts so what I did was used a powershell script to add users to the alert subscriptions using the script shown in below:
    Import-Csv D:\Temp\filename.csv | ForEach-Object{
    $webUrl=$_.WebUrl
    $listTitle=$_.List
    $alertTitle=$_.AlertTitle
    $subscribedUser=$_.SubscribedUser
    $alertType=$_.AlertType
    $deliveryChannel=$_.DeliveryChannel
    $eventType=$_.EventType
    $frequency=$_.Frequency
    $oldAlertID=$_.ID
    $web=Get-SPWeb $webUrl
    $testAlert = $web.Alerts | WHERE { $_.ID -eq $oldAlertID }
    IF ($testAlert) {
    $web.Alerts.Delete([GUID]$oldAlertID)
    Write-Host Old alert $oldAlertID deleted. -Foregroundcolor Cyan
    $list=$web.Lists.TryGetList($listTitle)
    $user = $web.EnsureUser($subscribedUser)
    $newAlert = $user.Alerts.Add()
    $newAlert.Title = $alertTitle
    $newAlert.AlertType=[Microsoft.SharePoint.SPAlertType]::$alertType
    $newAlert.List = $list
    $newAlert.DeliveryChannels = [Microsoft.SharePoint.SPAlertDeliveryChannels]::$deliveryChannel
    $newAlert.EventType = [Microsoft.SharePoint.SPEventType]::$eventType
    $newAlert.AlertFrequency = [Microsoft.SharePoint.SPAlertFrequency]::$frequency
    if($frequency -ne "Immediate"){
    $AlertTime=$_.AlertTime
    $newAlert.AlertTime=$AlertTime
    $newAlert.Update()
    Write-Host Created $newAlert.Title for $subscribedUser . -Foregroundcolor Cyan
    } ELSE {
    Write-Host Alert $alertTitle for $subscribedUser already done. Moving on. -Foregroundcolor Magenta
    When I ran the script and added the users and restarted the service, all users who were auto-subscribed via this method would get the email without the customizations that were done in the custom template.
     All users who manually subscribed to the list using the "Alert Me" function would get the customized email.  
    Does anyone know why users who manually subscribe would get the custom email alert and why users who were auto-subscribed using the powershell script do not get the custom email alert?

    Hi,
    To deploy custom alert template file, we would load changes into SharePoint and restart SharePoint 2010 Timer Service from Windows Service. If you create your own AlertTemplate in the custom_alerttemplates.xml, you will need to set the set the SPList.AlertTemplate
    property of the list. Then delete and re-subscribe to the alerts for the list.
    Please refer to:
    http://blog.zebsadiq.com/post/SharePoint-2010-custom-alert-template.aspx
    Regards,
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected] .
    Rebecca Tu
    TechNet Community Support

  • SharePoint2013 referencing external JS file in page layout not working

    Hi,
    I have created a custom page layout. In that custom page layout I have many HTML markup and controls like Dropdowns, hyperlinks (hrefs) etc. 
    Clicking on hyperlink hides or shows a div. The HTML markup and controls shows up fine when I create a page from page layout.
    The issue I am having is the JavaScript to hide or show div is in external JS file, which I am referencing in the page layout as below:-
     <SharePoint:ScriptLink name="~sitecollection/Style Library/Scripts/my.js"
     runat="server" />
    But when I click on “hyperlinks (hrefs)” the script in external js file doesn’t fire.
    I also tried using
    <script src="../../mysite/Style%20Library/Scripts/my.js"></script>
    I even tried below:-
    <script type="text/javascript" language="javascript" src="</script">https://sharepoint.com/mysite/Style%20Library/Scripts/mys.js"></script>
    <SharePoint:ScriptLink id="ScriptExternalJs" runat="server" Name="~SiteCollection/Style Library/Scripts/my.js" OnDemand="false" LoadAfterUI="true" Localizable="false" ></SharePoint:ScriptLink>
    But nothing seem to be working, I am able to refer an external CSS file but
    not JS file within the pagelayout under "PlaceHolderAdditionalPageHead" section.
    Any idea what's wrongs?
    Thanks,

    Hi,
    Please try to use the following statement:
    <link id="Link1" href="<% $SPUrl:~SiteCollection/Style Library/Scripts/my.js%>" runat="server" type="text/script" />
    More information is here:
    http://microsoft-techies.blogspot.com/2014/03/how-to-add-styles-and-javascript-files.html
    Thanks,
    Dennis Guo
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Dennis Guo
    TechNet Community Support

  • File/Import and Page Layout not working anymore

    I have a question about old software: FrameMaker 6.0 on a Mac. (While Adobe encouraged me to purchase this in 2001 for the chemistry textbook I am writing, I had invested to much to abandon it when Adobe abandoned the Mac version a few years later.)
    I have imported dozens of images files into the 750 page book and FrameMaker has accepted both tif and jpg formats. The way I did it was to create an anchored frame in the textbook, click on it, and then File>Import and select the image file and then choose whether I wanted it to be referenced or actually in the text.  All of this worked fine... until a couple of days ago.
    Problems
    1. I no longer get Import as an option under File and
    2. FrameMaker no longer recognizes tif and jpg files under "All Readable Documents"  when I do File>Open.  I have to click on Show All Files to see them.
    As a result I am unable to import any tif or jpg files into the FrameMaker textbook.
    What's curious is that I have 6.0 installed on both a G4 and a PowerBook and this problem has occurred on both at  the same time.
    3. And I just discovered that when I do Format/Page Layout the half a dozen or so custom formats that I had are no longer listed.
    So what has caused this loss of memory for Framemaker that it can no longer do what it has done for me for years.  (I am somewhat sympathetic to it's memory loss myself as a 78 year old user.)
    The G4 has been unplugged recently but in the past it has been unplugged for a week or so and there were no problems.
    Fred Tabbutt

    adiabatic wrote:
    I have a question about old software: FrameMaker 6.0 on a Mac. (While Adobe encouraged me to purchase this in 2001 for the chemistry textbook I am writing, I had invested to much to abandon it when Adobe abandoned the Mac version a few years later.)
    I have imported dozens of images files into the 750 page book and FrameMaker has accepted both tif and jpg formats. The way I did it was to create an anchored frame in the textbook, click on it, and then File>Import and select the image file and then choose whether I wanted it to be referenced or actually in the text.  All of this worked fine... until a couple of days ago.
    Problems
    1. I no longer get Import as an option under File and
    2. FrameMaker no longer recognizes tif and jpg files under "All Readable Documents"  when I do File>Open.  I have to click on Show All Files to see them.
    As a result I am unable to import any tif or jpg files into the FrameMaker textbook.
    What's curious is that I have 6.0 installed on both a G4 and a PowerBook and this problem has occurred on both at  the same time.
    3. And I just discovered that when I do Format/Page Layout the half a dozen or so custom formats that I had are no longer listed.
    So what has caused this loss of memory for Framemaker that it can no longer do what it has done for me for years.  (I am somewhat sympathetic to it's memory loss myself as a 78 year old user.)
    The G4 has been unplugged recently but in the past it has been unplugged for a week or so and there were no problems.
    Fred Tabbutt
    I don't know if read-only files are recognized by FrameMaker to the point where it will dim commands that need to write to the files.
    It's always a good idea on Mac to repair permissions with Disk Utility - make sure you have good backups, just in case.
    Have you tried saving a file that can't import as MIF, then opening the MIF version to restore the file, and perhaps lose any corruption in it? This is called the "MIF Wash."
    I think the latest Mac OS that FrameMaker can work with is system 9, or the Classic simulator that runs on the OS X release called Tiger. I'm sure you'd know if you changed operating systems in this period. Classic won't run on Intel Macs.
    I have no other clues about what might cause this, except the general thought that something has changed on your systems or in the files you're working with. Does the problem persist in a brand-new file you create on your local drive? If you're working with FM files on a network, have you tried the process with files on your local computer drive? Have you quit FrameMaker and restarted your Macs? Any change? If you have a cloned bootable backup of your stuff from before the problem arose, you might want to try cloning your problematic drive to a new bootable backup, then restoring the known good clone, to see if it works.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • PDP pages do not get restored in database migration

    Hi All,
    I have an issue while performing database migration. Let me explain the scenario. The issue is that I had migrated 4+1 databases, i.e., 1 Content db and 4 Project Server DBs. We have only 2 site collections listed in DB, PWA and Top level root site collection,
    obviously when I restored the content DB, the PWA site is also restored. So I deleted that as I need to provision a new one with the same name. So after restoration, I provisioned a new PWA site with the restored databases. It provisioned perfectly and our
    data like projects, custom fields, etc are present. Also EPT pages are listed but they are not working reason being PDP pages are not restored in the migration. I tried this migration on 2 separate environments as well apart from this one and same is the case
    in all restoration. Though there are ways to get the PDP pages like using Playbook tool or configuring Manually again, but as per the concept it should be migrated along with the content database.
    Can anyone please help in such situation as how can we get the PDP pages in database migration? Is there anything that I am missing?
    Thanks, Sumit Gupta SharePoint Consultant MCP, MCTS, CCNA

    Hi,
    The PDPs reside in a document library within the PWA site. You mentioned above when you did the 4+1 restore you deleted the PWA site, the main benefit of doing a 4+1 is that you don't lose the contents of your PWA site and effectively wire it back up on
    the new instance.
    If you restore again, this time, do not delete the PWA site and perform the reprovision, this will take your four Project server databases and then wire them back up to the PWA site (which includes your PDPs).
    In answer to your other question, yes Playbooks can be used to move PDP's between environments.
    So in short, don't delete the PWA site post content DB migration :)
    Hope this helps.
    Alex Burton
    www.epmsource.com |
    Twitter
    Project Server TechCenter |
    Project Developer Center |
    Project Server Help | Project Product Page

  • Use of AppendOnlyHistory Control in a Page Layout

    Hi,
    I got a multiline text field in SharePoint 2010 with Append Changes to Existing Text applied. Now I'm trying to use this field in a Page Layout. I have added the field to the Content Type and on the Page Layout I've added a AppendOnlyHistory Control.
    <SharePointWebControls:AppendOnlyHistory FieldName="MyNotesAppendableField" runat="server" />
    This works fine in display mode and I can see all my comments and who made them and when. But as soon as I edit the page the field is not displayed. Also if I save my page there will be a new comment added with the same text as the last comment.
    A field with Append Changes to Existing works such that you need to have versioning enabled on the list and then when you show the appended comments you actually only show the versions. I guess that's why the same text gets appended every time I save
    the page. It takes the current value stored in my field and then append it again.
    However if I go to Edit Properties on the page instead of editing the page, I get the field included in the form and I can add my own comment.
    AppendOnlyHistory has a Property called ControlMode that I should be able to set to Display, Edit. But it doesn't matter what I set this to or if I set it. The same result will happen anyway.
    Maybe I'm supposed to use a standard FormField or NoteField Control instead of AppendOnlyText, but I havn't managed to get that to work either. If I use a FormField, when in edit mode I will see the field and be able to add a comment the right way,
    but the field will be pre populated with my last comment added.
    Anyone got any conclusions on this?

    Hi,
    Thank you for your question. I am trying to involve someone familiar with this topic to further look at this issue. There might be some time delay. Appreciate your patience. Thank you for your understanding and support.
    Thanks,
    Linda Li
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • Bookmark method for a page is not getting called

    Hi,
    I am developing a simple ADF application which contains two jspx pages, in JDEVELOPER 11g (build JDEVADF_MAIN_GENERIC_080910.1420.5124).
    I have a commandLink in Page1 which takes me to the Page2.I have a bookmark method for Page2, which gets called when I load the page.
    When I access the Page2 directly,the corresponding bookmark method is getting called.But when I navigates it through commandLink provided in Page1,the bookmark method is not getting called.
    Page1.jspx:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document maximized="true">
    <af:form>
    <af:commandLink text="Go to Page2" action="page2" />
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    Page2.jspx:
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    xmlns:bib="http://xmlns.oracle.com/dss/adf/faces">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document maximized="true">
    <af:form>
    <af:outputText value="This is Page2"/>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    adfc-config.xml:
    <?xml version="1.0" encoding="UTF-8" ?>
    <adfc-config xmlns="http://xmlns.oracle.com/adf/controller" version="1.2">
    <view id="page1">
    <page>/page1.jspx</page>
    </view>
    <view id="page2">
    <page>/page2.jspx</page>
    <bookmark>
    <method>#{mBean.bookMarkMethod}</method>
    </bookmark>
    </view>
    <control-flow-rule>
    <from-activity-id>page1</from-activity-id>
    <control-flow-case>
    <from-outcome>page2</from-outcome>
    <to-activity-id>page2</to-activity-id>
    </control-flow-case>
    </control-flow-rule>
    <managed-bean>
    <managed-bean-name>mBean</managed-bean-name>
    <managed-bean-class>view.ManagedBean</managed-bean-class>
    <managed-bean-scope>session</managed-bean-scope>
    </managed-bean>
    </adfc-config>
    ManagedBean.java:
    public class ManagedBean {
    public ManagedBean() {
    super();
    public void bookMarkMethod() {
    System.out.println("Inside bookmark method");
    Please look into this...........

    Hi Frank,
    I need to provide the af:commandLink inside af:table component and the values which I pass to page2 depends on the row I select at runtime.
    so,I am trying to use ad:setActionListener inside af:commandLink.
    If I use FacesContext.getCurrentInstance.getExternalContext.redirect() inside the actionListener of af:commandLink, I need to extract all the required values in the actionListener.
    Isn't there any way so that, I can pass the values using af:setActionListener inside af:commandLink and a method ( which will initialise the managed bean) will be called when page2 loads ???
    Regards,
    Lokesh.

  • Page items not getting set upon login in APEX 4.0.2

    We just upgraded our APEX in development from 4.0.1 to 4.0.2.00.07. While testing found that in APEX developer, unless we press one of the buttons (Debug/View Debus/Show Edit Links) in the tool bar on the login page, the application/page items are not getting set to display the conditional items (page regions/buttons/Tabs etc,.) Could this be some setting within APEX Developer?
    But the display is fine when the application is run directly in a browser, as an end user.
    Is anybody else having this issue? We are holding off our production upgrade because of this issue.
    Any help is appreciated.
    Thanks
    Radhika

    Hi,
    Could you please explain what you mean by
    Running 4.0.2 version...need to know how to remove the pop-up login and go straight to welcome/splash page?Do you mean application builder or your application login page ?
    If you mean application builder, you can not remove login page. You need always login to builder.
    If you mean your own application then change authentication scheme
    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/sec.htm#sthref2297
    Regards,
    Jari

Maybe you are looking for

  • How To Replace the column data of one table to another table

    Currently I'm Using Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production PL/SQL Release 11.2.0.1.0 - Production CORE 11.2.0.1.0 Production TNS for 32-bit Windows: Version 11.2.0.1.0 - Production NLSRTL Version 11.2.0.1.0 - Productio

  • After Effects CS5.5 - Very Serious Performance Issues w/RAM Preview

    My system: Windows 7 Professional, two Intel Xeon X5650's, 12GB RAM, and a NVIDIA Quadro FX 4800. Problem: RAM Preview in CS5.5 gives me less than 2 fps (yes---two frames per second). This is even with the most simple of compositions. I created a 108

  • Updating Cs3 to ACR 5.7

    I am running windows Vista and want to update ACR to 5.7 I have downloaded the update following instructions for windows XP but this did not work. I have the 5.7 folder on my desktop, How do I get it into cs3 ? Easy to follow instuctions would be app

  • Index questions for GROUP BY

    1. I have a group by query 'select max(trackingnumber) from xxx group by dsltn' What am I supposed to index on, so as to make the query faster - trackingnumber or dsltn. 2. Also if the query has multiple columns in the group by list Eg :- 'select max

  • Budget consumption figures BAPI or Function Module

    Hi FM experts, I'm looking for a BAPI or a Function Module that will return the available and consumed budget if I provide it with a fund center and a commitment item. Any one knows of such a BAPI? Thanks. Ed.