Mass upload of photo

Hi All,
I am trying to use the collabration iView <b>User Photo Maintenance (Mass Upload)</b> but when I check the application log it shows the following error message:
<i>TaskID=261993005069Parameter 'directory' is not a directory</i>
I have followed all the image charactersticks like the image name same as User ID image size less that 10K and dimension 100 x 130 and has placed this images in folder on my desktop named "image" and then has specified the complete path of that folder with name.
I tried the same with a folder in KM also but I am not sure from where this iView is going to read I am getting the same error in both the cases. Please help.
Regards
Sid

I fond this thread .. May be its helps you..
http://sap.ittoolbox.com/groups/technical-functional/Sap-r3-hr/photo-upload-871217
Thanks
Saquib

Similar Messages

  • Mass upload of photo in Archive link

    Hi.
    We have to do a mass-upload of photos in the Archivelink (OAAD).
    Any standard program to do this, or any other clues anyone please?
    Thanks in adv.

    Hi,
    just write a report and combine the function modules:
    SCMS_UPLOAD for uploading from a shared backend path
    SCMS_DOC_CREATE for storage of a binary table in a content repository (the ID of the content repository must be ArchiveLink compliant meaning a two letters ID).
    ARCHIV_CONNECTION_INSERT to write the connection in the ArchiveLink table. Here, you must know your relevant business object (SAP_OBJECT) your doctype (AR_OBJECT) and your OBJECT_ID.
    I assume that you need this for HR so here your SAP_OBJECT is PREL and your AR_OBJECT should be HRICOLFOTO
    Now, you report must loop over the files and execute the upper function modules.
    I hope that helps a bit
    Best regards
    Torsten

  • Mass Upload of Photos in Portal

    Hi,
    I am trying to do mass upload of JPEG Photos.
    I have tried using User Self Service and that works fine.
    Reqmnt is that administrator needs to upload 100 photos as a bulk for each user.
    I have read the document on help.sap.com and it certainly gave me few insights but if anyone has done this before, i would like to steps on how to go about doing this.
    Regards,
    Dev

    Hi;
    Assign yourself to the role
    pcd:portal_content/com.sap.pct/Collaboration/DemoRole
    After that you will have the Link
    "Collaboration Demo\People Centric"
    This gives you the possibility to make a manual or
    mass upload of user photos.

  • Mass upload of employee photos in OAOH

    Dear all,
    In OAOH transaction, if you type in the business object PREL, and doc type HRICOLFOTO, a small dialog box appear and you type in the employee no.  Afterwards, another window dialog box appear prompting the file name/path....
    I would like to know if there is any method to mass upload thousands of employee photos, since batch input does not work in the file/path selection screen (window's dialog box)
    Thanks a lot for your help !
    patrick

    Hi Patrick,
    Generally it is not suggested to Upload Photograph using Mass Upload.... normally it is one to one ... one perer at a time.
    But if its too urgent and critical then fallow this steps.
    1) Store the Photograph of the Employee as the PERNR.JPG (PERNR = EMPLPYEES PERSONNEL NUMBER) at a predifined location.
    2) Have a text file with all the pernr for whom you want to upload the photo and the JPGs you have in the folder.
    3) Use this Function module with the loop for all the PERNR
    * Function module to update Tran OAAD
    * Create file path (Directory)-(Employee No.).JPG
        CONCATENATE 'dir where the file is stored' wa_pernr-pernr '.' 'jpg' INTO lw_path.
    * Assign Values
        lw_ar_object  = text-002.         "HRICOLFOTO
        lw_object_id  = wa_pernr-pernr.
        lw_sap_object = text-003.         "PREL
        lw_doc_type   = text-004.         "JPG
        CALL FUNCTION 'ARCHIV_CREATE_FILE'
          EXPORTING
            ar_object                     = lw_ar_object
    *   DEL_DATE                      =
            object_id                     = lw_object_id
            sap_object                    = lw_sap_object
            doc_type                      = lw_doc_type
            path                          = lw_path
         EXCEPTIONS
           error_conectiontable          = 1
           error_parameter               = 2
           error_archiv                  = 3
           error_upload                  = 4
           error_kernel                  = 5
           no_entry_possible             = 6
           error_comunicationtable       = 7
           OTHERS                        = 8
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    This will help you to create the Archive link.
    Hope this helps you.
    ~Bhawanidutt

  • Mass upload of user photos in EP

    Hi All,
    I have to do a mass upload of user photos in EP. I tried it in two ways.
    1.     In a network folder say
    173.XX.XX.XXUserPhotos, I stored the photos and then I used the Mass photo upload iview, which is available inside collaboration demo role.
    2.     I created a new task and given the below parameters,
    1.     Task nameà MyPhotUpload
    2.     Upload from folder à
    173.XX.XX.XXUserPhotos
    3.     Photo Typeà NORMAL
    I clicked on save and then I run the task. I didnu2019t got any errors, at the same time I didnu2019t got any output also.
    Then I tried it this way.
    I created a nework path in System Administration à System Configuration à KM à CMà Global Services à Network Path (really sorry if I am being stupid)
    Here I specified the network path and the login credential required to access this folder and named this network path as u201CMyNetWrkPathu201D
    Now, I came back to mass upload ivew, there I deleted the old task and created a new task with
    a.     Task Name à MyPhotoUpload2
    b.     Upload from folder à MyNetWrkPath
    c.     Photo Typeà NORMAL
    I clicked on Save and then I run the task. Again the same result. No errors no success.
    PS: I already specified the photo type check and photo size check in System Administration à System Configuration à KM à CMà Global Services àUserPhoto
    Somebody please help me.
    Regards,
    SrinivaS

    Hi,
    it seems the portal doesn't have permissions to read contents from this physical folder.
    Try to import a sample photo with "apply checked conditions" unchecked in mass upload iView.
    If that doesn't help then try to increase the trace level to INFO for this app in Visual Administrator and see what is causing
    the problems.
    The location is com.sap.netweaver.kmc.people.photo.admin .
    Eventuallly try to import files from local folder instead of network share.
    Hope this helps.
    Regards,
    Ladislav

  • Mass uploading of employee photos.

    Hi Experts,
    I am uploading one  employee photo in ecc 6.0,Thats completed successfull.Now i am planning to upload bulk number of employee photos in to sap as well as in to ESS.I am tried to upload of 2000 employee photos through bdc ,but while running the BDC its asking the selection of employee photos from the location.So kindly update your views on this how to upload all employee photos with out manuall selection of photos.
    how can we update our photos in ESS once we completion of photos updation in sap.
    Thanks & Regards,
    arjun

    check this thread
    Mass upload of employee photos in OAOH

  • Mass Upload Photo Employee

    Hi experts!
    We have an excel with this information:
    -Photo file path
    -PERNR
    Example:
    PATH                   PERN
    C:\TEMP\1.JPG    00101800
    C:\TEMP\2.JPG    00101801
    We need mass upload to ArchiveLink every employee photo.
    I've found the report OA_UPLOAD_AND_LINK but I do not know how associated the file path image to the employee PERNR.
    How we should do that?
    Any Idea?
    Kind Regards,
    Julian.

    Hi Julian,
    Please follow:
    Table (TOAOM) SAP Archive Link - Meta table for links u2013 indicates the content repository that will be utilized for particular object and document type.
    Table CREP u2013 List of content repositories 
    Prerequisites:
    1.     PERNR and infotype must have valid entries. Say custom info type is IT9007
    2.     Image file name should be represented as concatenation of PERNR and infotype number.jpg [example 900000019007.jpg where  90000001 u2013 pernr  9007 u2013 infotype]
      STEP 1
    Firstly go to transaction code   CG3Z.
    Transferring images from presentation server to Application server. The same can be done by asking the BASIS team to transfer all the required image file names to application server.
      STEP 2
    Browse the location for the source file which is to be uploaded.
    Browse the location (directory) for the target File where the image has to be stored in sap.
    Click on Upload button to upload the image.
      STEP 3:
    To check whether the file has been uploaded or not uploaded, navigate to transaction code Al11 (tcode).
    Select your directory and check whether the file is successfully uploaded in required directory.
      STEP 4:
    Now navigate to transaction code SE38 (tcode) and execute the standard program OA_UPLOAD_AND_LINK.
    Values are entered in the screen: with PREL as business object and HRICOLFOTO as document type for color documents.
    Mention the file path where you are storing all the images to be uploaded for mass migration.
    OUTPUT:
    The output will provide the list of files accepted for uploading
      STEP 5:
    Now navigate to transaction OAAD (tcode) to link/assign the documents to PERNR
      STEP 6:
    Click Technical search and then click execute button.
      STEP 7:
    Enter Personnel number and info type. Click on Enter button.
    Select your record and click on display button.
    The screen is displayed.
      STEP 8:
    Click on Reassign document button. Click on Enter.
    OUTPUT: Storage parameters are updated after reassigning the document
    Use recording for Steps 6 to 8 u2013 for mass upload of images providing the input PERNR and Info type number to input parameter SAPOBJECTID on selection screen.  
      Verification:
    Navigate to transaction code PA30 (tcode). To check the image id uploaded or not for particular personnel number. Click on Display button.
    OUTPUT: Image on right top has been uploaded.
    I hope to have helped you.
    Thanks,
    Padmaja.

  • User Photo Administration (mass upload) iview doesn't run

    Hello,
    I'm trying to mass upload lots of pictures about employees to show on CLP the photo detail. I've been searching for a long time the right way to do it through the standard User Photo Administration (mass upload) iview but not success for me.
    I've checked this message really similar to mine but not solve my problem:
    https://forums.sdn.sap.com/thread.jspa?threadID=1063236&tstart=0
    The iview properties are set to run as explain:
    http://help.sap.com/saphelp_nw04/helpdata/EN/09/d7fe40be6eef23e10000000a155106/content.htm
    This is my scenario:
    EP7 sp15
    i've got a folder on my filesystem (c:\photos). In this folder i have two files
    a) mapping.properties.txt
    inside filled with:
    emp10110=10110
    USER.CORP_LDAP.emp10110=10110
    b) 10010.JPG
    After starting the task the photo was not updated and there was nothing in the application log!?
    What could be the problem? I can add the file manually but not through mass upload iview.
    Has anybody used the User Photo Administration (mass upload) iview ?
    Thanks in advance
    Scott
    Edited by: Scott Summer on Apr 28, 2009 9:57 AM

    Hi,
    Instead of use User Photo Administration (Mass upload) using a mapping.properties file, forget it and use a easy DOS script (lots of examples on google) to rename all files on your folder with the user ID of employees. Then you'll get a folder with the employees pictures with ID user as name file.
    If  your pictures are set like Required Picture Settings on your system(size,dimensions,...) , now you will upload files without problems directly.
    Regards
    Ruben

  • Mass upload for employee photos (IT0002)

    Hi I would like to do a mass upload of employee pics to R/3 . I have tried the FM, ARCHIV_CREATE_FILE and it was uploaded successfully but I'm unable to specify the infotype. which for my case I would need it to be in IT0002.
    I've tried the BDC program
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/erphcm/add%2bemployee%2bphoto%2bon%2binfotype%2b0002
    But the pics are still not appearing.
    Anyone has this issue befofe?

    yes. I have tried to upload it manually and it is working. But when I run the program it doesn't work. Could it be the path that I need to specify? Because the client uses IXOS software(links with the 4.6c) to upload the pics and doc. I'm not sure is this the reason it is not working.

  • Employee Photo Mass upload

    Hello,
    We are trying to upload Employee photos using FUnction Modulr ARCHIVE_CREATE_FILE
    it is working till we upgraded to patch level 55 after that it is giving Error_Archive
    What needs to be done
    Regards
    Chakravarthy Nalla

    Hi Nalla,
    Please try Function module ARCHIV_CREATE_DIALOG_META.
    Regards,
    Dilek

  • Mass Upload doesn't work

    Hi everybody,
    i am trying to upload user photos via mass upload iview. Therefore i create a folder (c:\photos). In this folder i have two files
    a)  mapping.properties.txt with the line: Anton=1011
    b) 1011.jpg
    I use the iView for Massupload from content provided by sap -> collaboration -> demo role -> iviews. I create a task with the following properties:
    Task name:           Mappupload
    Upload from Folder:           c:\photos
    Photo type:           NORMAL
    Apply checked conditions:      (no checked)
    Use Mapping:           (checked)
    After starting the task the photo was not updated and there was nothing in the application log!?
    What could be the problem? I can add the file manually but not through mass upload.
    Has anybody use a mass upload?
    regards,
    Seed
    Edited by: seed_mopo on Sep 26, 2008 11:04 AM

    Hii
    Pls Use these threads:
    https://www.sdn.sap.com/irj/sdn/thread?messageID=48369#48369
    https://forums.sdn.sap.com/click.jspa?searchID=16795891&messageID=4282098
    https://forums.sdn.sap.com/thread.jspa?messageID=9087#9087
    https://www.sdn.sap.com/irj/sdn/thread?threadID=257887
    Thanks:
    Hope it would be helpfull

  • Mass Upload of documents for a Person

    Dear Friends
    I want to mass upload various kinds of documents related to a person in HR.
    I have cretaed 5 document types ( Employee Photo, caste Certificate, Joining Biodata, Employee Signature, Gratuity Nominations).
    I want to upload Legacy data which in mass to all employees created in SAP HR.
    I have seen many threads related to Upload of employee photo. But I am not getting clear picture how to upload data related to various document types for an employee. I am using Assign and store scenario.(Manual Storing).
    Is there any BAPI  vailable for mass upload.
    Or can LSMW can be used.
    Please advice for the method of upload.
    With Regards
    Mangesh Pande

    Hi Mangesh Pande,
    Currently I have the same requirement like you.
    So can you please post it, how you solved the issue?
    It will be useful for others also in future.
    So please make it asap.
    Thanks in Advance!
    warm regards
    Senthil Kumar

  • Linked (not uploaded) User Photos???

    Hello!
    We have a problem where we want our users to have photos attached to their profiles for collaboration etc, but we DO NOT want to upload photos to our current portal server.
    Unfortunately our server space is at a premium.
    Is there a way to avoid actually uploading the photos, but instead link to them in a seperate location on a seperate server?
    I have reviewed the three iViews for uploading photos (i.e. mass upload, administrative upload, and self service) and these aren't going to be sufficient for what we need to do.
    Anyone have any ideas on how this might be accomplished??
    I'll award points for helpful answers!
    Thanks!
    Edited by: Beau Bourgeois on Apr 22, 2008 4:29 PM

    Ok.
    I'm a bit new to KM etc. If these photos are stored in KM under /um, what does that correspond to; i.e. are these photos etc stored in the database, or somewhere on the OS filesystem?
    thanks for your help.

  • How can I upload multiple photos without using an app?

    I'm a special education teacher, and I teach a photography lab that teaches students how to scan and edit photos. We use the school's set of Ipad2's in order to crop the photos since the majority of students I have don't have the hand eye coordination neccisary to crop using a desktop computer and mouse. The problem I'm running into, however, is that our IT department wont let me download any apps onto the iPads. I've asked on six seperate occasions in order for them to update the iPads to ios7 and to give teachers the permission to install apps-- the first request coming at the start of the school year-- and they havent responded to any of them, so I'm not holding my breath.
    Currently, I'm uploading all of the photos my students scan to my personal dropbox account, and the students access that and download each photo individually onto their ipads. Not the easiest thing for special education students to do, but its doable. I have not found an easy way to get the cropped photos off the ipads, however. Any ideas? I could attach each photo to an email, allthough thats more trouble than its worth most times. Dropbox will only allow me to upload one photo at a time, and keeps overwriting the photo I previously uploaded with the new one if I try to upload a second photo. Photo stream is the obvious answer, but icloud is disabled on all the ipads and only IT can turn it back on, something they've been unwiling to do

    I worked in IT on the university level for four years so it's really frustrating to see more safeguards in place in a public school district any university. If we're trying to teach these kids to be ready for real life and then block out and don't let them use half the technology they're going to encounter in real life, well I just don't get that. But that's another rant for another time.
    How I do it is I save all of the photos my students scan onto my external hard drive, then transfer them to my personal computer and upload them to dropbox using Dropbox for windows (or whatever the desktop application is called) . I then have my students go to dropbox.com on the iPad, login as me, and go through each photo, saving each to the iPad as they go.
    I should have said upfront that when I try to connect the iPad to my personal computer it charges the iPad but won't recognize under my computer or show up in iTunes, so I am unable to see any of the data on it. I'm pretty sure it's not the 30 pin connector that's malfunctioning because I've tried with two of them. I can only check if it registers with iTunes on my personal computer because I can't download iTunes on school computers since I don't have administrator privileges

  • HT201317 I am trying to upload photos from my Windows 7 machine, and I was told to drag them into the photo stream in the iCloud control panel. I have downloaded the control panel several times, but cannot find the place to upload the photos from my Windo

    I am trying to upload photos from my Windows 7 desktop, and was told to go to the iCloud control panel and drag the photos into the
    upload to photo stream icon. I have downloaded the contol panel several times and cannot find the icon to get this done.  HELP 

    If you're trying to add photos to photo stream on your PC, you drag them to your photo stream uploads folder (normally My Pictures\Photo Stream\Uploads).

Maybe you are looking for

  • Windows Live Hotmail and 10.5 Mail

    Like many others, I bought Leopard but cannot install until I confirm a way of reading and sending hotmail messages in Mail. I installed on my girlfriend's Mac Book which has disabled httpmail plug-in. If I pay the subscription to Windows Live Hotmai

  • Printer Wont Print at all. Photosmart C7280.

    I have a Photosmart C7280.  I printed one day and not the next.  It goes through all the motions of printing a page, ie Printheads go across, paper comes out as if printed, but know actual printing. I have cleaned the heads, checked the levels of ink

  • What is the best way to backup Address Book to external HD?

    Hello there I would like to backup my Address Book on an external HD. How do I go about doing and what's the best way to doing it? I have a vague idea but not sure if it's the correct folder to drag to the external HD. I went to ~/Library/Application

  • Knowledge Transfer / transition plan template

    Hi all I need to transition off a project and need to come up with a knowledge transfer / transition plan.  Does anyone have any that you have used on SAP projects in the past.  When I google, I get very generic type of plans that are not IT/SAP spec

  • Scripts missing from Library/WebServer/CGI-Executables

    I updated my Tiger system to Leopard, and in general all is well, however, there are no scripts in Library/WebServer/CGI-Executables. I believe there should be at least two, test-cgi and printenv. In fact, I can't find these anywhere on Leopard. Can