Cannot see an author's name in news

Hi,
I have created a simple news scenario where the name of author is automatically filled through the variable $sap_user. When I try to display the form preview from the forms builder, the users ID is displayed correctly. But if I want to create a new news in the portal this field is empty. The same problem is with the date field. Everything else works good.
Any ideas?
Regards
Ivo

Hi Ivo,
after xml forms project generation, you have to edit generated edit xsl file
(ie. NewsEdit.xsl).
You have to find appropriate "input" element which references "sap_user" and append
this text: readonly="true".
Just look for "sap_user" in this file and you'll find it.
For example:
change something like this:
                   <input name="wcmprop.default:displayname" size="30" type="hidden" tabindex="66700" class="urEdfTxtEnbl" id="field_1185265267497">
                        <xsl:attribute name="value">
                          <xsl:value-of select="$sap_user"/>
                        </xsl:attribute>
                      </input>
into this:
                   <input name="wcmprop.default:displayname" size="30" type="hidden" tabindex="66700" class="urEdfTxtEnbl" id="field_1185265267497" readonly="true">
                        <xsl:attribute name="value">
                          <xsl:value-of select="$sap_user"/>
                        </xsl:attribute>
                      </input>
Please take care to change it for all input controls which have the same id, in this case for id="field_1185265267497".
Regards,
Ladislav

Similar Messages

  • Cannot see or copy protected files to new computer

    We purchased a new computer and moved our iTunes Music folder to it using our wireless home network. When using the new computer to look at the contents of the iTunes Music folder on the old computer, we cannot even see icons or folders for any of the protected songs. So, we cannot drag them over. After the move, we authorized the new computer within iTunes but we still have the problem.
    We have also tried to use the old computer, where we can see the folders with the protected songs, but it will not let us copy them over (error message is "Access is denied. Make sure the disk is not full or write-protected and the the file is not currently is unse.)
    I know this sounds complicated but hopefully somebody has had the same ot a similar problem. Help please...
    acer TravelMate 4220   Windows XP  

    You don't need to run the Profile Manager to move your Profile to a new PC, see this.
    http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile

  • Cannot see the StockPortal after adding a new portlet

    hello,
    I tried to create a new protlet using EBCC for which I
    1) Created a jsp page and deployed it in a folder in the protlet directory
    2) Saved the settings after pointing the portlet content to the newly
    created jsp
    3) Then synchrinised the setting using the synchronise option
    but as soon as i tried to access the stock portal again it gave me the
    following error which was not there before i created synchronised the
    portlet.
    PortalPersistenceManager: portal 'portal/stockportal' not found
    <Jan 7, 2002 12:08:45 PM IST> <Error> <HTTP>
    <[WebAppServletContext(20589738,sto
    ckportal,/stockportal)] Servlet failed with ServletException
    javax.servlet.ServletException: Received a null Portal object from the
    PortalMan
    ager.
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.setupPo
    rtalRequest(PortalWebflowServlet.java:194)
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(P
    ortalWebflowServlet.java:99)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
    cherImpl.java:215)
    at
    weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112
    at jsp_servlet.__index._jspService(__index.java:92)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:304)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:2459)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2039)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    thanks in advance
    akshay

    Hi Akshay,
    It looks like for some reason the data sync was not completed properly.
    Prior to doing the data sync, make sure the correct application is running
    (e.g., if you are sync'ing to stockportal, make sure you started the server
    using <portal-home>\config\portalDomain\startPortal.bat). Make sure you
    have opened the correct application in the EBCC, and make sure your
    connection settings are correct -- the application name and server
    information are set under Tools/Connection Settings. When you do the data
    sync, make sure you use the correct userid and password (e.g.,
    system/weblogic).
    You can check to see what data has been synchronized by using the Data
    Repository Browser application. To view what applications the target server
    is able to see, open the data repository browser by entering this URL into
    your Web browser: http://localhost:7501/portalDataSync/index.html (assuming
    you are using the portalDomain).
    A good place for documentation on this is "How Application Data is Organized
    and Distributed" at
    http://e-docs.bea.com/wlp/docs40/deploygd/appdata.htm#1092675. Also see
    "Verifying Your Synchronization" at
    http://e-docs.bea.com/wlp/docs40/portal/adminovi.htm#1042376.
    I hope this helps. If you are still experiencing problems with this, please
    feel free to open up a support case at http://support.bea.com/welcome.jsp.
    Ginny Peterson
    Developer Relations Engineer
    BEA Support
    "akshay" <[email protected]> wrote in message
    news:[email protected]...
    hello,
    I tried to create a new protlet using EBCC for which I
    1) Created a jsp page and deployed it in a folder in the protlet directory
    2) Saved the settings after pointing the portlet content to the newly
    created jsp
    3) Then synchrinised the setting using the synchronise option
    but as soon as i tried to access the stock portal again it gave methe
    following error which was not there before i created synchronised the
    portlet.
    PortalPersistenceManager: portal 'portal/stockportal' not found
    <Jan 7, 2002 12:08:45 PM IST> <Error> <HTTP>
    <[WebAppServletContext(20589738,sto
    ckportal,/stockportal)] Servlet failed with ServletException
    javax.servlet.ServletException: Received a null Portal object from the
    PortalMan
    ager.
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.setupPo
    rtalRequest(PortalWebflowServlet.java:194)
    at
    com.bea.portal.appflow.servlets.internal.PortalWebflowServlet.doGet(P
    ortalWebflowServlet.java:99)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at
    weblogic.servlet.internal.RequestDispatcherImpl.forward(RequestDispat
    cherImpl.java:215)
    at
    weblogic.servlet.jsp.PageContextImpl.forward(PageContextImpl.java:112
    at jsp_servlet.__index._jspService(__index.java:92)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:265)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:304)
    at
    weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubIm
    pl.java:200)
    at
    weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppSe
    rvletContext.java:2459)
    at
    weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
    pl.java:2039)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    >
    thanks in advance
    akshay

  • Cannot see list of universes addind a new query

    Hi all, we are building a new query in Infoview and want to add a query from another universe. When we click add query we can see the original universe but in the pane containing the list of other universes we see nothing. If an administrator logs on Infoview and adds a query, he can see all universes in the list.
    What are the permissions to give in order to see other universes when we add a query?
    Thank you.
    Regards,
    Gaetano.
    Edited by: Gaelis on Nov 30, 2011 12:28 PM
    Edited by: Gaelis on Nov 30, 2011 12:29 PM

    Hi,
    As you said your Administrator could see all universe and you are not, that means you don't have access to all other universes.
    To give the access to all other universes,
    - Go to CMC
    - Click on Universes
    -  grant access to universe
    - Click on the connections on the CMC home page.
    - Grant the access to connection that is being used in the universe.
    Easy way to grant access is grant view on demand access to everyone for all connetion. This will not harm since you will need universe rights to refresh the connection.
    If you want to grant access to all universe then select the universe from CMC home page and grant access to universe folder and by default the access level will be inherited to the sub folders and the universes under it.
    I hope this will help you for sure.
    Thanks,
    Ravichandra K

  • Cannot see Collections and Years views in new Yosemite Photos app

    Hi there,
    I've just upgraded from Mavericks to Yosemite to get the new Photos app, and so far it hasn't quite been the experience I was hoping for. My current issue is that nowhere can I see the "Collections" and "Years" views that were so prominent in the marketing material - just "Moments". There doesn't seem to be any way to toggle, even via the Sidebar.
    If I look in Activity Monitor, I can see that Photos is using a lot of CPU (and has been for 12+ hours) - is it doing some sort of initial indexing before it can show me those other views?
    Anyway, hoping someone here can help.
    Thanks,
    James

    In the Photos view, click the back arrow on the toolbar.

  • Cannot see any actions while creating a new function in CC5.2

    Hi All,
    We recently installed  GRC Access Control 5.2.At the backend we are using SAP R/3 4.7.The system has been installed and I am currently trying to configure it.I am trying to create a new function.After chosing a function ID and description when I try to insert an action,it comes up blank for my production server and even if I choose the option "All".
    Any assistance in the matter would be greatly appreciated.

    Helo Neo,
    For making the functions, risks etc, you need to have some standard procedures being followed and up in place. Uploading transactions,, authorization objects and text are one of these.
    Thus before you start actually using/implementing the GRC the system, I would like to advice you to go through the documentation for the same, which suggests the step by step procedure for accomplishing the same.
    The problem that you have encountered is a bit easy to track as it suggests the Auth objects and texts might not probably be uploaded. But there might be something you have missed while going the procedural way, which may cause a lot of problems while troubleshooting.
    Kindly upload the files in the config tab, under "Upload Objects" and let us know if there is still an issue.
    Regards,
    Hersh.

  • Cannot see data in infotype when creating new Crystal Report

    Dear Experts,
    I have installed SAP Crystal Report 2011 trial version. After many weeks of trying to install CR2011 and making it work, i finally able to connect to SAP R/3 (ECC5.0).
    The problem is after choosing the table (eg. PA0002) and selecting field "employee number", "name", "start date", "end date" and other fields and selecting preview, the report only show "employee number", "start date" and "end date".
    The rest of the fields in PA0002 is showing BLANKS. I check in backend R/3 and the data is there.
    I also tried choosing "Mandt", the field is also showing blank in report preview.
    My basis team has done the following:
    1. Performing ABAP imports
    2. Grant authorisation for crystal report connection
    But still the fields above is not showing.
    Any clue?
    Thank in advance,
    Zul

    HI Zul,
    Its clearly the problem with the version of crystal you are using
    you have mentioned that you are using crystal 2011 and the ECC is SAP R/3 5.0
    Because crystal 2011 is only compatible with latest ECC client like 6.0 and above ...
    Solution are :-
    1.) you can upgrade the connectivity driver with the ECC
    or
    2.) you can use 2008 crystal report tool to connect the table , so can find the missing feilds
    Please try this and let me know you are able to fix this
    Thank you
    R.Arun

  • HT1849 I cannot see complete my album for the new Taylor Swift 'Red' even though I have bought most of the songs! Help!

    Apple please fix this!!

    I had the same problem, but I just selected purchase album, then it says you are eligable to get the album at a discounted price becaucse you have already purchased songs from this album. So I selected complete album but then it says purchasing loads for a second then stops and doesnt do anything. It has no downloads waiting and it does not charge my card. I tried about 6 times and no luck, I just want the album. I hope it doesnt charge me multiple times later on or something because I will flip, THIS IS SO DISSAPOINTING!!

  • Cannot see System DSN ODBC Data source (however user DSN is Ok)

    We have installed BO 6.5.1 on Windows 2008 R2 64 bit and set up ODBC Data source to the existing SQL server.
    When we try to set the BO up (Administration>Safe recovery etc.), in the "Database middleware selection" - "Define new connection" - "Data source name" we cannot see the System DSN name that we've created in the Window's "ODBC data source administration" control panel applet. If we create a User DSN, we can see it ok but it works for one user only (as it should).
    So, in a nutshell, if we setup a User DSN it works fine but if we setup a system-wide System DSN BO cannot see it. I've got no idea why...
    Can anyone point me to the right direction, please?

    Are you using the ODBC Administrator from control panel?  If so, try launching this instead:  odbcad32.exe from start/run.
    This is the 32-bit ODBC administrator and since we are a 32-bit application, a 32-bit DSN will need to be configured.
    Here's another forum thread that may be helpful:
    http://social.msdn.microsoft.com/Forums/en/sqldataaccess/thread/49e206c3-f4f8-4757-8990-71b93120d2bc
    and this one too:
    http://forums.techarena.in/windows-x64-edition/698703.htm
    Thanks
    Jonathan

  • Why won't the author's name display below my PDF's in edit mode?

    I use iBooks consistently everyday primarily to view my PDF music files I download... When I use edit mode in iBooks to select my PDF's and reorganize them, the author names disappear... I can not use this update if the app won't display the author's name in edit mode... Please put it back where I can see the author's names in edit mode and I would love to update and give 5 stars...

    I am a professional pianist, and PDF music files are sheet music that I scan and turn into a PDF file so I can view them from my ipad...
    PDf music files are also sheet music that I score using music notation software on my Mac that I turn into PDF files, so I can use my iPad while I play the piano to view all of my music...
    Thanks for the reply and the Apple feedback url...
    I will keep trying to send feedback in hopes that my request can be heard, and used to restore the authors' names in edit mode...
    Let's say I have 7 different versions of the song "Silent Night" by 7 different authors...
    If I use edit mode to categorize those songs into playlists, once the authors' names are removed, I have no way of being able to tell the different versions of the song apart from each other...
    I'm unable to select the song titles quickly in order to move them into playlists...

  • Any user other than portal cannot see portlets on the page developed as por

    Hi,
    I have IAS10g running on linux Redhat 3.0. I have created a page/page group added some potlets( generated dynamically from PL/SQL procedures) to the page. I am able to see the page and portlets on this page when logged in a Portal but when I am logged in as any other user I cannot see any portlets.
    I am new to the Portal and I would appreciate any feedback on this subject.
    Thanks
    MB

    mallikarjun,
    make sure that the Access priviliges of other users are granted under the Access tabs of respective pages and each of their portlets.
    for this, go to the access tab in each portlet, page, lov and content folder and check the users listed with viewing/ editing/ managing priviliges.
    that is the first thing to check on the portal access problems.
    regards,
    naqvi

  • New install Express on Win 8 can see the Server name but cannot see the instance

    I am doing this over the phone with a client who is not sure what he is doing we have installed Ok the folders exist and we have enabled TCP/IP
    The instance is MSSQLServer when we try to connect all we get is 'ComputerName' I am expecting 'ComputerName \MSSQLServer'
    The user does not have administrator rights and he installed SQL Server without the administrator (I think, I am not sure he knows)
    I am looking for clues as to what may cause the instance name to not appear
    thanks in advance
    jnc

    Thanks, that is useful but the list of instances just matches the details in SQL Configuration manager
    What I need is to understand why, if the server is listed and is running it is not visible when we try to connect
    jnc
    Hi jnc,
    Could you please verify that if  the instance name is not listed in “Server name” drop-down list of SQL Server Management Studio (SSMS)? If so, does the instance list in the Local Servers tab in the “Browse for Servers” dialog?
    If you cannot see the express instance in the Local Servers tab in the “Browse for Servers” dialog, the reason may due to SQL Server cannot get the appropriate registry entry information in the System Registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft
    SQL Server\Instance Names).
    To work around this issue, you can manually input the instance name which will be show in the Local Servers tab. Also make sure that right click on SSMS and then choose “Run As Administrator” to start it.
    However, if the express instance is listed in the Local Servers tab in the “Browse for Servers” dialog, but not in the “Server name” drop-down list. Then if you have never connected with the instance name before, its entry will not listed in the drop-downlist.
    Or if you have connected to server with a wrong instance name, you cannot see its entry the next time.
    Thanks,
    Lydia Zhang
    If you have any feedback on our support, please click
    here.
    Lydia Zhang
    TechNet Community Support

  • Cannot see new SQL 2008 R2 Express instance on Small Business Server 2011!

    Hi,
    As it is stated on the subject line, I'm having a problem after I did a new install of SQL 2008 R2 Express and put a new instance on SBS 2011.
    I'm developing a new program using SQL 2008 in C# and VB.Net. I have SQL 2008 R2 Express installed on my computer called "MSQL8R2EDATA" on my PC. Now I need to deploy it on SBS 2011 so I can do some testing on other workstations.
    I'm currently running Windows 7, 64 bit, and it's named STEVE-PC. The SBS 2011 is named SERVER1, and it's 64 bit as well.
    After installation on SERVER1 (SBS 2011), I then fired up SQL Server Configuration Manager and enabled Named Pipes, TCP/IP, and VIA.
    After I've completed the SQL Configuration on SERVER1, I went back on my PC (STEVE-PC) and I tried to use Management Studio to connect to the  new instance MSQL8R2EDATA on SBS 2011, only problem is, I only see the computer name, not the new instance
    I've installed.
    Back on SBS 2011 (SERVER1), I've verified that all the protocols are enabled, and the SQL Server Browser is automatically loaded and currently running, as well the MSQL8R2EDATA instance is automatically loaded and running, yet I still cannot see
    it from my PC (STEVE-PC). I even switched from dynamic ports to a static port of 64719 (that was what the MSQL8R2EDATA was listening on that port when it was dynamic), and then added new rules to the Windows Firewall for program of the SQLSERVR.EXE, and
    for UDP and TCP for port 64719 to "Allow All Connections" for Domain, Private, and Public; yet I still cannot connect SERVER1\MSQL8R2EDATA. I even disabled the firewall and then trying to connect once again to SBS 2001 and it still fails.
    In case you're wondering, I left it on port 64719 since there are other active SQL Servers on SBS 2011 (SharePoint, SBSMonitoring, and ACT7).
    Interestingly, when I run Management Studio on SBS 2011, I can see STEVE-PC\MSQL8R2EDATA and I'm able to log in and connect to it.
    So what's going on here?!? Why am I able to connect to STEVE-PC which is Windows 7 64 from SBS 2011 (SERVER1), but I cannot connect from my computer to that instance on SBS 2011??
    I really could use some big time help on this.
    EDIT: Sorry for the confusion, but on the Windows Firewall (WF.msc), I did add new rules for incoming connections on:
    Program incoming connections to SQLSERVR.EXE
    TCP Port 64719
    UDP Port 64719
    EDIT: To further assist, I have Management Studio installed on the SBS 2011, and I can locally log in and connect to the MSQL8R2DATA on SERVER1 with success. I even tried tcp:SERVER1\MSQL8R2DATA and again it is successful log-in and connection.
    Thanks in advance!
    Steve

    Hi,
    Thanks for the response, but I have a question:
    Installing SQL Express or SQL Server is not recommended on SBS
    2011 because it is a DC, however technically it will work.
    I'm a newbie when it comes to SBS 2011 and I'm taking a crash course on the subject. Can you explain to me what you mean by "DC"? Also, why
    isn't recommended to install a new instance on SBS 2011?
    As I also stated, I've added "New Rules" to the Windows Firewall to allow incoming connections on port 64719 for both TCP and UDP, and I also allowed incoming connections for SQLSERVR.EXE but no joy to connect to the SERVER1\MSQL8R2EDATA.
    And yes, I can log-in and connect locally on SERVER1 using Management Studio with success. I even used tcp:SERVER1\MSQL8R2EDATA with the same success. It's my workstation STEVE-PC that fails. If that fails, then the rest of the workstations are going to fail.
    Are you suggesting that I put the SQL Server 2008 Express on another workstation and just allow to to be
    accessed that way?

  • New Jabber user cannot see (only) one of the added buddies

    Running ichat server, just a handful of OD users. OD is on the same machine as Ichat server. Nothing is limiting the use of Ichat by any of the OD users. Server G5 10.4.9, Clients managed Intel Imacs 10.4.9
    Added a new user.
    New user can add buddies in the Jabber List.
    New user can see all but 1 of them in the List.
    One of the buddies, lets say UserX, can see the new user in her Jabber List.
    No matter what we have tried from within Ichat the new user cannot see UserX.
    Both users are members of the same groups and have matching access abilities.
    Any suggestions. Thanks for looking at this.

    New user can see all but 1 of them in the List.
    If I understand it this correctly, 'new user' can see all other buddies except one. And all the other users can see this buddy.
    Lets call the new user "userX" and the one they cannot see "userY" and lets call your ichat server "jabber.myserver.com"
    The configuration files for users buddylist is stored in the spool di rectorywhich you can find at /var/jabber/spool/. In there you will find a directory the matches the name of your ichat server. For me that is jabber.clayford.com. In this directory you will find one xml file for eash user of ichat server. Their file name is the OD logon name for the server.
    Stop the ichat server service and make back up of any files you edit before you start.
    Open the file for "userX.xml" In this file you will see some xml code that starts <item jid='[email protected]' subscription='xxxxxx'>. there will be a number of them, one for each buddy.
    Mke sure the xxxxxx is the word 'both' [with the quotes] and if the text ask='subscribe' exists in that line before the >,remove it. So that definition should now be: <item jid='[email protected]' subscription='both'>.
    Save the file and now open the file userY.xml and check that the item <item jid='[email protected]' subscription='both'> exists.
    Restart the ichat server and the problem should be fixed...

  • Cannot see NAS on my local network by its name (Linksys EA4500)

    Hello,
    I have just bought a new EA4500 and set it up at home. Most things worked like a charm except one. I can no longer see my Synology NAS on my home network byt its name.
    I have the router connected to internet (local ISP, PPPoE). I have the NAS connected by wire, two Windows 8 PCs connected wirelessly. There is also a TV (wired connection), a printer, some Windows Phones and Kindles. One of the PC cannot see the NAS (the other can). It can connect to it by its IP (in browser, by ping), it can see its media server (I can play music from the NAS in my Media Player), the TV sees the NAS as DLNA media server... But the PC cannot see the NAS by its name.
    If I list connected devices on the router settings, I can see the NAS and its name. But the PC cannot. What is wrong?
    Both PCs have file sharing turned on. I have even SSH'd to the NAS ind successfully pinged the PC by its name. For full disclosure, the PC has VMWare installed with Windows 7 virtual machine.
    I made no settings to the router other than going through the Cisco Connect wizard and disabling guest wifi.
    Thank you very much for any suggestions.
    Solved!
    Go to Solution.

    Thank you. Restarting everything didn't help. It happed to be solved by itself later on. I was fiddling with wifi settings and set (and unset) FIPS. Then it worked. No idea if it was a coincidence.

Maybe you are looking for