Photo in MSS

Hi,
We have implemented MSS 6.1 on SP12.
Our problem is that when loading the employee review page, a popup window is showed up asking for user/password. when entering the user and password of the R/3 system, the photo is displayed correctly.
Does any one have an idea why this popup is asking me for user/password. I would like the photo to load with out any popup...
Thanks in advance,
Aviad
p.s.
also if press cancel in the popup window and then refresh the iView, the photo appears...

Verifies if address URL in iView is calling the complete Portal address, eg.: http : //your_portal/irj/portal/com.any_thinks....
If it will be with this call, probably this being generated a new Portal instance, therefore the new authentication is required.
To solve this problem it tries to only change link URL for...
/com.any_thinks...
[ ]'s
Message was edited by: Luciano Petricelli

Similar Messages

  • Photo iView in another iView

    Hi all!
    We have a problem showing photos of employees in a home made CV iView. The pictures are currently stored using standard document handling in SAP so there are standard procedures to "retrieve" the pictures. There is an iView called "Photo", in mss package: com.sap.pct.hcm.eeprofilephoto.par, and this iView does nothing else but showing a photo. Is there a possibility to place this iView embedded/within another iView like our home made one? It can't be placed outside the CV iView on a page since it doesn't give the correct layout for printing the CV.
    A great thanks in advance!
    Best regards
    Benny Lange

    Thanks a lot for this idea!
    But I'm having some problems: I don't recognice the different headers straight of. I find "Support" on top bar, under this one I find "Support desk". On this page I can find "Portal Java runtime" but not "Portal runtime" but I suspect this is just another name. Now I'm stuck though. I can't find any place here to download the par-file you mentioned.
    What I did find by going into "Browse deployment" and then going all the way down to "ROOT/WEB-INF/plugins/portal/lib" was a file called "prtlayout.jar". Could this be the file you are talking about? Perhaps I should mention that I'm working in EP5 and this might be the cause of the differences in headers and location of different things.
    Best regards
    Benny

  • Error in photo iview of MSS

    Hi All,
    I have implemented ESS and MSS on EP6.0 SP9.I am getting following portal runtime error in the photo iview of the employee profile workset in MSS.
    Error in executing a process for compilation.
    I checked the log file for the deatils..which shows following exception.
    #1#com.sapportals.portal.prt.component.PortalComponentException: Error in service call of Resource
    Component : pcd:portal_content/com.sap.portal.migrated/ep_5.0/roles/com.sap.pct.hcm.manager/mystaff/nf_2/eereview/eeprofile/com.sap.pct.hcm.eeprofilephoto
    Component class : com.sap.pct.hcm.employeeprofile.photo.PhotoComponent
    User : WAY2477
         at com.sapportals.portal.prt.core.PortalRequestManager.handlePortalComponentException(PortalRequestManager.java:969)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:444)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:527)
         at com.sapportals.portal.prt.component.AbstractComponentResponse.include(AbstractComponentResponse.java:89)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:232)
         at com.sapportals.portal.htmlb.page.JSPDynPage.doOutput(JSPDynPage.java:76)
         at com.sapportals.htmlb.page.PageProcessor.handleRequest(PageProcessor.java:129)
         at com.sapportals.portal.htmlb.page.PageProcessorComponent.doContent(PageProcessorComponent.java:134)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
         at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
         at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:646)
         at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
         at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
         at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:232)
         at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:522)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:405)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:153)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:385)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:263)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:340)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:318)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:821)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:239)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:147)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sapportals.portal.prt.component.PortalComponentException: Error in executing a process for compilation
         at com.sapportals.portal.prt.core.broker.JSPComponentItem.getComponentInstance(JSPComponentItem.java:109)
         at com.sapportals.portal.prt.core.broker.PortalComponentItemFacade.service(PortalComponentItemFacade.java:355)
         at com.sapportals.portal.prt.core.broker.PortalComponentItem.service(PortalComponentItem.java:934)
         at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:435)
         ... 38 more
    Please somebody help me to resolve this. This is really urgent.
    The MSS version is 60.1.18.
    Regards,
    vaishali

    Hi Vaishali
    yes i'm facing same problem after applying SP for portal
    and upgrading the ESS MSS & PCUIGP component on J2ee server the problem was solved,
    If possible try to Upgrade ur Portal to SP14 (my patch level)
    and Upgrade MSS ESS & PCUIGP component to SP12 with latest patch.
    regards,
    kaushal

  • Photo Display in MSS general information services

    Hi,
    Can any one pls guide for displying Photo in General Information Services of MSS buisness package 1.0 We have EP 7.0
    What are the steps needed to be followed and wot configuration are requird from backend as well as portal side...
    Regards
    Jigar Oza

    Hi,
           For me the Archive Link is working. Can you tell me where exactly it is storing the image.
    Thank you

  • Employees' photo cann't be showed in portal MSS. Can anybody help me?

    Our portal system met one urgent problem in MSS for providing employee's photo from ECC6.0 system to portal.
    It is like that: some of our portal mss accounts, who are department managers, can not see their employees' photos in the portal page through their computers. But the others do not meet the problem in their computers. Even for the same employee, his manager can see his photo in certain one computer, but can not see the photo in another computer. I guess maybe there are any conflicting IE configs to the portal for showing photo datas.
    Has anybody met this similar problem?
    Who could be so kind to help me? I will very appreciate you.

    Hi All
    The same person photo has different behaviors in different client PC. Seems to be a problem in OS or browser.
    Does any user have this situation, please advice. Thanks
    Regards
    Jun

  • Portal MSS failed to display photo in Chinese version Windows

    Hi, Experts,
    Now I am facing an interesting problem for MSS photo display. Our client is having both English and Chinese version Windows installed in their PC. After we setup the Portal and Content Server in the AIX5 server, everything is working fine in the English PCs. However, the MSS photo cannot be displayed in the Chinese version windows.
    Has anyone of you encountered this problem before? Have I missed out any configuration?
    Please help!! Thanks in advance!
    Regards,
    Li Bin

    problem solved. It is not about windows version. The problem came from network connection setting.

  • Photos in ESS/MSS

    Hi gurus
    Can anybody tell me the procedure to view the employee photo in ESS and MSS.
    Photo is already shown in PA30 TC
    Regards
    Waseem

    Hi Waseem,
    Navigate to the following SPRO node and check whether the Display employee photograph check box is selected or not.
    Personnel Management -> Employee Self-Service -> Service-Specific Settings -> Address Book -> Who's Who -> Who's Who (ESS): Maintain Settings
    Hope this resolves the issue!

  • Reg MSS Photo

    Hi all,
           We have implemented MSS 60.1 in Enterprise Portal SR1. We are getting message "No Photo Available" in Photo iview in Employee Review -> Employee Profile Page. But we are able to see the photo in R/3 GUI.
    Also for your info Archived Documents iview in Employee Review -> Employee Profile Page is showing document list for infotype 002. But when we click the document it is showing "Page cannot be displayed" in new window. This iview is getting "RFC:ONLINE" as url for opening in new window.
    We are using SAP R/3 4.6C with latest patch.
    We are not sure whether our archive system Interface has HTTP 4.5 Certification. This is one of the prerequisites for Photo iview. How to check whether we met this prerequiste.
    Regards
    Vasudevan Gopalan

    I'm getting same message "No Photo Available" in Photo iview in Employee Review -> Employee Profile Page. But we are able to see the photo in R/3 GUI.
    Archived Documents iview in Employee Review -> Employee Profile Page is showing document list for infotype 002. But when we click the document it is showing "Page cannot be displayed" in new window. This iview is getting "RFC:ONLINE" as url for opening in new window.
    Can you help me ?
    Thanks.

  • Attachment not getting displayed in MSS

    Dear all,
    During the creation of leave request, the employee is able to perform attachments. And through the workitem, manager will be able to see the attachment & leave request. But when manager is trying to open the attachment, no action is taking place.
    Neither the attachment is opening nor any error is appearing.
    Kindly suggest me some possible solutions.
    Regards,
    Namsheed.

    Dear Siddharth,
    We have maintained ZE Content Repository in  sm30 : TOAOM_C
    object type :                                PREL
    DOCUMENT TYPE :                HRLRQATTCH
    CONTENT REPOSITORT ID -   ZE.
    For Photo Upload I have maintained in this same table. 
    object type :                                PREL
    DOCUMENT TYPE :                HRICOLFOTO
    CONTENT REPOSITORT ID -   ZE.
    Now the Photo upload is working perfectly fine.
    Attachment is also appearing in MSS, but when I click on the attachment, no action is taking place...
    Its not opening..!!
    What I can do to make this working..?
    Is there any way to check it in R/3.?
    Regards,
    Namsheed.

  • User profile sync Sharepoint 2010 photos thumbnail with AD and Lync 2010 - error on Full Synchronization- get events 8311, 6110, 6803 FIMSynchronization Service

    User profile sync Sharepoint 2010 photos thumbnail with AD and Lync 2010 - error on Full Synchronization- get events 8311, 6110, 6803 FIMSynchronization Service
    We're trying to set up sync between Sharepoint and AD so photos are displayed in Lync.
    The certificate referenced in 8311 is not the sharepoint root cert, its the UCC cert with our FQDN of the site. sharepoint.domain.com
    Is this causing the problem with the sync and holding up the photos?
    I have tried several proposed fixes, it hasn't helped.
    tried this as well:
    http://blogs.technet.com/b/praveenh/archive/2011/05/11/event-id-8311-certificate-validation-errors-in-mss-2010.aspx
    Josh

    Try this fix and see if its sync the photos:
    http://blogs.technet.com/b/steve_chen/archive/2010/09/20/user-profile-sync-sharepoint-2010.aspx#Profile Picture Property
    http://blogs.technet.com/b/steve_chen/archive/2010/09/20/user-profile-sync-sharepoint-2010.aspx#SyncPicAD2SPS
    Update-SPProfilePhotoStore -CreateThumbnailsForImportedPhotos 1 -MySiteHostLocation <mySiteHostURL>
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • Photo thumbnails not displaying in Media Browser

    Every time I open a program that features the Media Browser (which is just about everything in Leopard, these days), I never see thumbnails for my iPhoto images. I just see exclamation point icons-- in other words, the images themselves are never displayed.
    In iPhoto, I can see individual pictures, but not events. For events, the images are just embossed "blank" boxes. I don't understand what's happening... can anyone offer some help so I can get my Media Browser working the way it's supposed to... along with iPhoto?

    Hi All,
    I am facing the same issue w.r.t Photo Display in MSS General Information.
    Whenever i logged into MSS General info its asking ECC system Credentials to Display the Photo.
    it showing the Error like
    SAP ArchiveLink: Data Element for Absolute URI
    can you please give me the solution
    Earlier its asked me the credentials in ChangeOwnData - PhotoDisplay, but after FQDN,its not asking any Credentials. Photo is Displaying fine in COD Service in ESS.
    Please suggest me the solutin for Credentials asking in Photo Display in MSS..
    Thanks in Advance
    Adapag

  • How to maintain Employee photo in ESS who's who without sap_all and sap_new

    Hi ALL,
    Displaying Employee photo in ESS Who's who. it is working but with SAP_ALL and SAP_NEW user profiles.
    My requirment is without SAP_ALL and SAP_NEW user profiles. how it is working where can i maintain authorizations for this issue.
    The parameter i used are as follows:
    Business obj: PREL
    Doc type: HRICOLFOTO
    Personal num: 00000094
    Infotype: 0002
    Photo type: .JPG
    please help me.
    Regaards
    Satya.

    Dear satya .
    Please check the following
    1. Trace with the t.code ST01 and check that object require.
    2. The portal require the following obect:
    S_SERVICE
    S_RFC
    P_PERNR
    PLOG
    P_ORGIN/ P_ORGINCON
    P_HAP_DOC, if you work with Appraisal Document.
    3. Check the table T77S0
    P_PERNR, P_ORGIN, y P_ORGINGCON
    4. Check that you have the roles need for ESS.
    SAP_ESSUSER
    SAP_ESSUSER_ERP05
    SAP_EMPLOYEE_ERP05
    SAP_EMPLOYEE_ERP_13
    SAP_EMPLOYEE_ERP05_xx
    SAP_EMPLOYEE_ERP_13_xx
    5. Check the following notes:
    SAP Note 857431 - ESS: Authorizations and roles for WD services in ERP 2005
    SAP Note 844639 - MSS: Authorizations and roles for WD services in ERP 2005
    SAP Note 1373177 - Back end authorization roles missing in EHP4
    SAP Note 824757.
    [ESS Quick Start|http://www.cogentibs.com/pdf/cogsap08/ESS.pdf]
    Hope is help you.
    Regards
    consultor_ess_mss

  • Photo in WD ESS Who's Who?

    We have photos loaded, which we can see in PA30 and in MSS.  However, when we access new ESS we don't see the photos.
    Does anyone have photo display working in WD ESS?
    Message was edited by: Dwight Jones

    Helloo,
    Did you solve this problem?? Did you look in "Change Office and Communications Data" ??
    Santhosh

  • ESS Personal Profile - Employee photo show as 'x'

    Dear experts
    I'm trying to find a conf. table the difference between Dev & QA to display employee photo in ESS personal profile.
    An image like hide photo (Not a actual employee photo) is display in Dev portal where as it show 'X' in QA. I'm trying to find the conf. table to show like hide in QA rather than 'x'. Attached the screenshot of two environment. Highly appreciate your input
    Thanks
    Babu

    run the report RPTMC_INDEX_EE_PIC_URL_TO_INDX  once
    EHP6 MSS Photo Issue
    EHP6 MSS Photo Issue
    1677344 - Poor performance when reading the photo URLs   ------ kindly do as per the steps  mentioned in this note
    1618938
    chk in  se11 > T77TMCPIC_URLS > click on display and do as below ...Activate Content server in SICF once and repeat .....can you check in  t-code ----CSADMIN  ......content repository a2 is runnning or not in overview chk once
    next click on below button and log off and log -in and refresh the team view in portal

  • Employee Photo archieving in ESS_MSS

    Hi Guru's,
    I wanted to know whether the employee photo's uploaded in R/3 for PA10, PA20 and PA30 header part will also come in the Who's Who services in ESS and MSS.
    If not how to make it available in both with same links .
    Also let me know the steps to upload employee photo's ( mass upload ) in R/3 and /or in ESS/MSS.
    As from sdn  link I found the report - OA_UPLOAD_AND_LINK which is mentioned helpful , but when I ran why the file path is not open for search file .
    Kindly suggest.. and thanks in advance...

    Hi Alok,
    I wanted to know whether the employee photo's uploaded in R/3 for PA10, PA20 and PA30 header part will also come in the Who's Who services in ESS and MSS.
    If not how to make it available in both with same links .
    By using default config, ESS (Who's Who) and MSS (team information) take the photo from ERP in the same way like PA10, PA20 & PA30 tx.
    Just configure the photo display in ERP, and Portal will use this config.
    Also let me know the steps to upload employee photo's ( mass upload ) in R/3 and /or in ESS/MSS.
    There is a lot of post and blogs with the steps to upload photo one per one.
    For mass upload photo, you have to build a simple ABAP program.
    Both answers you can find it in this excellent wiki:
    http://wiki.sdn.sap.com/wiki/display/ERPHCM/AddEmployeePhotoonInfotype+0002
    Regards!

Maybe you are looking for

  • I am having trouble installing Adobe Creative Cloud on my windows 7 laptop

    I am having trouble installing Adobe Creative Cloud on my Windows 7 laptop; i keep getting an error message this is what I get -- Payload: Acrobat Professional 11.0.0.0 {23D3F585-AE29-4670-8E3E-64A0EFB29240} -----------  ERROR: Error 1316.A network e

  • Uploading Roles from ECC 6.0 to SCM 5.1 (APO)

    Hi, We are trying to re-use some roles created in SAP ECC 6.0 in order to be used in a APO(SAP SCM 5.10) system. We downloaded and uploaded the roles to the target system, although we do not identify any problem in doing that I will like ask the expe

  • Yosemite Update - Now cannot mount CDs or DVDs

    My MacBook Pro will no longer mount CDs or DVDs after upgrading to Yosemite. Appreciate any suggestions! Thanks! ...John

  • How to link to another Form? *Urgent*

    I'm using netbean to develop an application, I've a MIDLet with Login Page, I've used setCurrent(list) to display a list when I click "enter". It works fine, but when I want it to display another Form when I click "new" under the list using the same

  • Having trouble installing Final Cut Studio...

    So I recently bought my pal's Power Mac G5 dual 2.2GHz, reinstalled the OS (ver. 10.4.11), and am now installing all the software I use, including Final Cut Studio 2. Everything installed fine thus far, until FCS 2, which gets past the audio content