Nakisa Orgchart 4.0 SP1 add photos

Good day,
I am new to Nakisa and it is my task to add photos for Orgchart in Nakisa.
We want to add employee photo's into the org chart in Nakisa but currently
do not have photo's in SAP R/3 the physical file will be stored on SAP Livelink
server. I know that the file name must be the same as the personnel number, how
do I link the files to be displayed in Nakisa?
Jaco

Jaco.
I've only ever configured portrait images for inclusion from SAP directly or from a portraits folder in the OrgChart images directory with the PERNR as the file name.  So what follows is more how I would approach the problem rather than a guaranteed solution.
The admin guide says "Enter the Portraits Path to the folder that stores the image files. Employee portraits are stored as separate files in a folder under the main application directory. [application directory]/images/Portraits is the default folder path.", but I think I would first put the base URL to the images location on the SAP Livelink server into the folder path.  Then switch OrgChart into Basic mode and review the result.  In basic mode the output is HTML (no flash), so you can review the IMG tag SRC attribute.
I'm assuming in the above that the SAP Livelink server will host the requisite images in a single browsable folder.  i.e. every portrait image will be accessible via a url like http://livelink/somefolder/{pernr}.jpg where {pernr} changes for each employee but the rest of the URL remains constant.  If this isn't the case then it would certainly be more complex; possibly to the point of not being worth the effort?
If it didn't work straight off (I expect it might not - I think it might prefix a "/"), I would then review the XSL for the views and details panels using the portrait images.  I've a feeling a tweak to any templates (e.g. getImagePath) that generate the image path could allow the URL to be applied correctly.
I can appreciate that for someone new to Nakisa that making changes to the XSL might sound less than ideal ... generally it is best to try and stick to using the AdminConsole as you'll need to understand what files do what and the use of the .delta folder structures as a minimum.
So if that is a bit too far outside of your comfort zone (and you don't want to bring in someone from Nakisa or a Nakisa Partner to help with it) then I would suggest setting up a batch job to periodically copy any new portrait images from where they are stored on the SAP Livelink server to the portraits directory on the OrgChart server and then simply configure the portraits path as per the directions in the admin guide.
Hope that helps.
Regards,
Stephen.

Similar Messages

  • Nakisa OrgChart V3.0 SP1: Printing Issues

    Hi,
    We're using Nakisa OrgChart VSN30 SP1.
    We have a few issues about printing:
    1. Tiling. When I go to tile a large Org Chart, even though Nakisa shows the page separator lines and no margins u2013 each page does have a margin cuts out portions of the printed Org Chart. 
    2. Font for "printing/Header" and "ChartBook/Cover or Head". "Calibri" is our company's Standard font but not included in the font choices in Nakisa.
    BTW, the sector of Print and Export in Nakisa's Help Document for OrgChart VSN30 SP1 has different screenshots of "Basic Print Wizard" from what we have.
    Thanks,
    Hongling

    Hongling,
    Just to add that I had a client on 3.0 who did some very extensive testing of printing and exporting.  They too had issues using tiling that have been confirmed as not present in SP2.  I can't say for sure if your issue is or not without trying. 
    Is SP2 an option for you at this point?
    If not, then OSS seems the only way to go. 
    If SP2 is an option, then it is worth considering but you might want to seek some assurance about whether this issue is resolved first.
    Regards,
    Stephen
    P.s. By the way, did you get anywhere resolving your other print issue "different printers"? I notice it is still open on this forum.

  • Nakisa OrgChart 3.0 SP1- Staged extracting only active employee

    Hi Experts,
    We have OrgChart 3.0 SP1 Staged environment. It extracts only active employees. Itu2019s not extracting other employee having other employment status (say inactive- employee who are on maternity leave for example).
    How we can set extraction so that we can see all the employee in organization irrespective to the employment status?
    Thanks
    Dave

    Luke is right about STAT2 being employment status and how to remove it.  But rather than simply removing it, then confirm your requirement more clearly by looking at the various employment statuses you have defined and which ones you can need (or can exclude).
    Also you might need to extract PA2001 (Absences) if you have a requirement around maternity leave (although I would still expect these to be 3 - "Active" employees!) and write some explicit logic in the joinconfiguration.xml to include employees you wish to see in the OrgChart and exclude those you don't.
    Regards,
    Stephen

  • Nakisa OrgChart 3.2 not saving / publishing / not doing ANYTHING

    Hi,
    When we deploy the latest OrgChart version (provided by SAP a week ago), we are unable to save / publish or enter a sap connection string (pretty much all the functions are having the same issue!....it just sits there and does nothing!).
    We had this issue with first 3.2 build for OrgChart also.
    The cds.log contains the following:
    13 Dec 2011 12:38:53 ERROR com.nakisa.Logger  - ApplicationSettings : SettingsResources.xml file not found at /usr/sap/DM8/J00/j2ee/cluster/apps/Nakisa/OrgChart/servlet_jsp/OrgChart/root//XML/SettingsResources
    It's my understanding that there is no longer a SettingsResources.xml file (now a SettingsResources directory with .txt files in ??), so why is Nakisa even trying to reference the this file?
    We are using CE 7.2 SP1 on RHEL 5.6
    Thanks in advance!
    Neil

    Hi again,
    We found this in the admin guide :
    "Read-only access is configured for remote support of Nakisa applications. The following
    actions are disabled in the Nakisa AdminConsole when a read-only user logs in:
    Submit in all setup wizards
    Save As, Save, and Publish build
    Create new admin user
    Change admin password"
    This is exactly how our system is behaving. I might add that we are unable to enter data conections via the Data Center and nothing is working properly in the Application-wide settings. Examples Log Viewer / Add-On Manager not working.
    But we are the 'Admin' user and we've not got as far as to change anything to 'read-only' as it won't allow us.
    If this is the source of our woes, does anyone know how to overcome this issue?
    Regards
    Neil

  • Extraction error in OrgChart 3.0 SP1

    Hi Experts,
    We are implementing the OrgChart 3.0 SP1 for staged environment. after configuring the extractor when I run the extract it shows the following error.....and extraction is fail.
    4167. 15 Jul 2011 11:24:17 ERROR com.nakisa.Logger - SAPExtractorProcessor.processOutputTables() : Table source 'PA0001' not found in output tables
    Can anyone help to resolve this?
    Thanks
    Dave

    Hi Dave,
    My work around was to change
    <dll>Nakisa.SAP.Custom.OTFProcessor</dll>
    <class>Nakisa.SAP.Custom.OTFProcessor.BAPI_SAP_OTFProcessor_Report_Lite</class>
    to
    <dll>Nakisa.SAP.SAPeProcessor</dll>
    <class>Nakisa.SAP.SAPeProcessor.RfcReadTable</class>
    If you can get build 377 then all the better.
    Good luck!
    Luke

  • Dynamic rooting (User Record) setting is not working in Nakisa OrgChart SP3

    Dear All
    The Dynamic rooting setting is not working in the Nakisa OrgChart SP3.
    It is giving an error message - "Cannot find the root of your orgchart. The orgchart box may have been deleted or incorrectly specified, or no valid org structure can be found for the selected effective date. Please change the root of the chart or select another effective date."
    We followed the same steps as given in the Admin guide of SP3 (P.no. 109 - shown below)
    In Orgchart --> General Settings:
    * Select the Org chart root value source.
    User Record: Retrieves the record specified in the next step from the employee data element.
    *Do one of the following to define the org chart root:
    If User Record was selected in the previous step, select the field containing the ID of the required organizational object in the employee data element from the User record field drop-down list. For example, if you wish to root the org chart at the org unit of the logged-in user, select the field containing the org unit ID. Hence, we have selected the Org unit ID.
    Note:
    We had enabled single sign-on with logon tickets
    Retained the standard settings in Security Settings --> Employee Source
    Had provided full authorization to the roles
    If we use the "OrgChart Root" option available in 'Orgchart root value source', the org structure gets displayed correctly from the root object defined.
    As this is an standard functionality, Kindly guide us in resolving the issue.
    Regards
    Ravindra

    Ravindra.
    You don't have to and shouldn't always include the username and password parameters for the SAP Connection string.  When you omit them it will use the user's login credentials.
    Remember though that:
    The SAPRoleMappingConnection will need them included in order to get the details for the user in the first place.
    Without the username and password specified in a connection string you can't click the option to test the connection and result in a successful connection.  Remember unable to connect does not necessarily equate to wrongly configured.
    I've filtered the log file for errors and the following entries were flagged up:
    26 Jun 2012 10:00:06 ERROR com.nakisa.Logger  - com.nakisa.framework.utility.Files : deleteFile : java.io.IOException: Unable to delete file: E:\usr\sap\D15\J00\j2ee\cluster\apps\Nakisa\OrgChart\servlet_jsp\OrgChart\root\.system\Admin_Config\__000__THY_SAP_Live_RFC_01\AppResources\attr.txt
    26 Jun 2012 13:13:52 ERROR com.nakisa.Logger  - com.nakisa.framework.utility.Files : deleteFile : java.io.IOException: Unable to delete file: E:\usr\sap\D15\J00\j2ee\cluster\apps\Nakisa\OrgChart\servlet_jsp\OrgChart\root\.system\Admin_Config\__000__THY_SAP_Live_RFC_01\AppResources\attr.txt
    26 Jun 2012 13:43:49 ERROR com.nakisa.Logger  - java.lang.reflect.InvocationTargetException
    26 Jun 2012 13:55:09 ERROR com.nakisa.Logger  - com.nakisa.framework.utility.Files : deleteFile : java.io.IOException: Unable to delete file: E:\usr\sap\D15\J00\j2ee\cluster\apps\Nakisa\OrgChart\servlet_jsp\OrgChart\root\.system\Admin_Config\__000__THY_SAP_Live_RFC_01\AppResources\attr.txt
    26 Jun 2012 14:32:03 ERROR com.nakisa.Logger  - com.nakisa.framework.utility.Files : deleteFile : java.io.IOException: Unable to delete file: E:\usr\sap\D15\J00\j2ee\cluster\apps\Nakisa\OrgChart\servlet_jsp\OrgChart\root\.system\Admin_Config\__000__THY_SAP_Live_RFC_01\AppResources\attr.txt
    26 Jun 2012 15:47:44 ERROR com.nakisa.Logger  - BAPI_SAP_OTFProcessor_LinkedDataElement : The dataelement ( SAPPositionVacancyDataElement ) is not defined.
    26 Jun 2012 15:47:44 ERROR com.nakisa.Logger  - BAPI_SAP_OTFProcessor_LinkedDataElement : while trying to invoke the method com.nakisa.framework.data.Command.getType() of an object loaded from local variable 'p_cmd'
    26 Jun 2012 15:47:44 ERROR com.nakisa.Logger  - com.nakisa.framework.webelement.charting.data.ChartingData : createNodesFromData : Notes Error: NullPointerException
    26 Jun 2012 15:47:44 ERROR com.nakisa.Logger  - BAPI_SAP_OTFProcessor_LinkedDataElement : The dataelement ( SAPPositionVacancyDataElement ) is not defined.
    26 Jun 2012 15:47:44 ERROR com.nakisa.Logger  - BAPI_SAP_OTFProcessor_LinkedDataElement : while trying to invoke the method com.nakisa.framework.data.Command.getType() of an object loaded from local variable 'p_cmd'
    26 Jun 2012 15:47:44 ERROR com.nakisa.Logger  - com.nakisa.framework.webelement.charting.data.ChartingData : createNodesFromData : Notes Error: NullPointerException
    26 Jun 2012 15:47:48 ERROR com.nakisa.Logger  - com.nakisa.framework.webelement.charting.data.ChartingData : createNodesFromData : Notes Error: NullPointerException
    26 Jun 2012 15:47:55 ERROR com.nakisa.Logger  - BAPI_SAP_OTFProcessor_LinkedDataElement : The dataelement ( SAPPositionVacancyDataElement ) is not defined.
    26 Jun 2012 15:47:55 ERROR com.nakisa.Logger  - BAPI_SAP_OTFProcessor_LinkedDataElement : while trying to invoke the method com.nakisa.framework.data.Command.getType() of an object loaded from local variable 'p_cmd'
    26 Jun 2012 15:47:55 ERROR com.nakisa.Logger  - com.nakisa.framework.webelement.charting.data.ChartingData : createNodesFromData : Notes Error: NullPointerException
    At the very least it looks like SAPPositionVacancyDataElement is missing and whilst the other errors around it are unfamiliar I wonder if it might be a good first step to see if you can track down the reference to and existence of this data element?  That being said it looks like your last test occurred well over an hour after this (so you may have already resolved it) and resulted in nothing but information messages.  If that is the case it might be worth "rolling" your log file or manually trimming it to the right time frame when posting it?  Otherwise it can be misleading as people could flag up issues you have already resolved.
    So assuming you haven't tried Luke's suggestion (which should only take a couple of minutes to do) I think you should go back and do so right away .
    Regards,
    Stephen.

  • How can my wife and I add photo to the same photo stream with different apple ID's?

    My Wife and I are having  baby and we would like to both be able to add photos to her shared "baby" photostream.  We have different apple ID's.  Is this possible and how can we do it?
    Thanks!

    No, you would have to share the same apple id.  FAQ photostream http://support.apple.com/kb/HT4486
    You could do this have your wife import the pics to the computer http://support.apple.com/kb/HT4083 , then you can sync those pics to your phone using itunes.
    Or use dropbox, there should be an app.

  • How do I add photos from camera roll to "My Photo Stream"

    I upgraded to iOS7. Used to be able to select photos -> share -> photostream -> and "My Photo Stream" was an option...
    In iOS7 i can not figure out how to do this. when I go to share -> icloud -> it shows other shared photo streams, but it does not show My Photo Stream as an option. If i try to add to album, i see My Photo Stream, but it's grey'ed out as a non option to click on?
    "My Photo Stream" is hooked up to my apple TV, and this was how I added photos from shared streams of other family memebers to it.

    Hi Bobnbo,
    Welcome to Apple Support Communities.
    It sounds like you want the photos in your Camera Roll to be moved to My Photo Stream. The article linked below answers a lot of frequently asked questions about My Photo Stream, it should answer your question and give you some other general information you may be interested in also.
    iCloud: My Photo Stream FAQ
    http://support.apple.com/kb/HT4486
    When do photos upload to My Photo Stream?
    When you turn on My Photo Stream on your devices, all new photos you take or import to those devices will automatically push to your photo stream.
    iOS devices: New photos that you take automatically upload to your photo stream when you leave the Camera app and connect to Wi-Fi. My Photo Stream doesn't push photos over cellular connections.
    Macs: Any new photos you import to iPhoto or Aperture automatically upload when you connect to Wi-Fi or Ethernet. Or you can change your iPhoto or Aperture preferences so that only photos you manually add to My Photo Stream upload.
    PC with iCloud Control Panel 2.1 or later: Open a Windows Explorer window and, under Favorites, select iCloud Photos if you're using iCloud Control Panel 3.0 or later (or Photo Stream if you're using 2.1 to 2.1.3). Open My Photo Stream. Click the Add photos button. Select the photos to import to My Photo Stream, then click Open.
    I hope this helps.
    -Jason

  • How can I add photos from Camera Roll to the Photo Stream album?

    How can I add photos taken during the past month from my Camera Roll to the Photo Stream album?

    Hi,
    It's easy to do in iPhoto11 (click on a photo in iphoto and select share in the bottom right corner, then select Photo Stream), I'm not sure you can do this on the iphone.
    Regards
    Keith

  • How do I add photos from another collection to my saved Book?

    Hi,
    In my lightroom library I have created a collection set called "Wedding". As I have 1000 photos from my wedding, within this Collection Set I have created 10 or more Collections to organise these photos (Ceremony, Reception, First Dance, etc.).
    I have created a new 'Book' which as expected, has created a new Collection within my 'Wedding' collection set.
    When I first create the book (before saving it) it seems like I can click on a page, then browse my Collections and add the photo that I desire to the page.
    After I have saved the book, I can't so this. I want to work on my book later, and use my existing organisation of photos, and add photos to my books from these collections.
    I know I am missing something basic (I am new to lightroom). I don't understand why I can't add a photo to my book after I have saved it.
    Each time I click on one of my other collections, a new unsaved book appears in the main project window.
    I have worked out that if I copy all my wedding photos into the new "Book" collection, then my photos are available for use - but this defeats the purpose of organising my photos into separate collections, and it doesn't seem like you can create a sub-collection within the Book project.
    I also can't seem to find any documentation to explain this properly.
    Any help would be apreciated - or if I coud be pointed to a good resource.
    Cheers,
    Mandy.

    Thanks for the response.
    I saw these discussions previously, but not of them seem to answer my question (nor confirm that what I am trying to do cannot be done).
    If I want to create a "Wedding Album" book, do I have to firstly use the Library module to drag ALL the photos I may want to use into my "Wedding Album" collection (saved book) ?
    This seems annoying as I have already categorisied my 1000+ wedding photos into separate Collections using the Library (so that I can find the one I want easier).
    It seems as though the Book module would function much better if you could create a book, choose a page that you want to add a photo to, then browse through your pre-configured collection sets & collections, and add photos to the book from the navigation panel on the left when you have the "Book" module open. (Rather than having to copy the photo first into the "Book" 's Collection, then adding it to the page that you want)
    Mandy.

  • How do i add photos in my Ipod Video?

    How do i add photos in my Ipod Video and View them?

    Can you just open your ipod like a hard drive and put photos in the folder named Photo
    You need to let iTunes handle the transfer in order for the pictures to be viewable on the iPod. iTunes creates specially sized preview images and organizes the pictures & previews as it does for music files. If you put the pictures on manually through Windows Explorer and the iPod hard disk "interface", then you can retrieve the pictures on another computer. But the pictures won't display on the iPod.

  • How do I add photos to iCloud Photo Library?

    Hi All,
    Hoping for some help as I'm at a loss.
    So iPad and iPhone, both upgraded to ios 8 last week and thought I would take advantage of the new iCloud Photo Library. Works great, I take a photo on my phone and it automatically catalogs it and appears on my iPad via the iCloud Photo Library.
    Now here's the issue, how do I add photos to my library from my computer?
    If I plug either device in and load up iTunes, select my device and click on the Photos tab, I am told the following:
    iCloud Photos is On
    **********'s iPhone can access photos in iCloud. Photos can be downloaded to your device via Wi-Fi or mobile network.
    I rang Apple Support who kindly told me that I had to disable iCloud Photo Library on my device so that I could then sync it with iTunes, then re-enable it again so it would merge the two. This all worked up until re-enabling iCloud Photo Library which prompted me to delete all the photos I'd just synced.
    So now I'm at a loss, how do I get photos on to my iPad now that I have this nice new feature enabled? All I want to do is make sure all my photos are in the iCloud library.
    Thanks

    bump

  • How do i add photos to my ipod

    how do i add photos to my ipod without losing photos that already exist on the ipod but not the computer?
    thanks

    how do i add photos to my ipod without losing photos that already exist on the ipod but not the computer?
    Well, If you've deleted the photos off your computer, then when you connect your iPod, they'll probably be automatically deleted off of it.
    Try this, though:
    Open iTunes.
    Go to "Edit -> Preferences -> iPod". Without the iPod connected, it should say "No iPod connected". Leave this Preferences windows up and running; I believe this may prevent iTunes from seeing your iPod as a connection.
    Then, if you want to copy photos from your iPod to your computer, then see these programs:
    iPodPhotoCopy
    CopyPod Photo
    Then, move those photos that you have transferred to your computer to a new folder, for example. Name the folder, then add the other photos that you previously were wanting on your iPod into this new folder.
    In Edit -> Preferemces -> iPod -> Photos, select this new folder to sync to your iPod ("Browse" for location).
    I hope this helps,
    -Kylene
    If any post helps or solves your issue, please mark it that way accordingly. Thank you for helping the boards!

  • How do I add photos to the camera roll that were not taken on my iPad? I imported photos to my iPad from my camera, and now I want to add them to my camera roll which is sync'ed with Dropbox as a back up mechanism.

    How do I add photos to my camera roll that were not taken one my iPad? I have iMported photos from my camera to my iPad. Theses photos are in the imported photo album. I want to move these photos to my camera roll but can't figure out how to this. I want them in my camera roll because that is the album that syncs with Dropbox where I want to backup my photos. Thank you for your help.

    Consider using sshfs to mount your Pi from your Linux boxes.  It's much easier to configure and manage than samba.  It sounds like you already have your Windows machines mounting your Pi so Samba is doing its job in that respect.
    More info on sshfs in the Wiki: https://wiki.archlinux.org/index.php/Sshfs
    To help get you off the dime, here's a modified line from my fstab that I use to mount my Pi with:
    gav@PI:/mnt/backup /mnt/rpi/backup fuse.sshfs rw,relatime,user_id=0,group_id=0,allow_other 0 0
    Subsitute my mount points with yours.
    For a password-less mount:
         ssh-copy-id gav@PI
    after you've set up ssh and generated some keys on your client box.
    Here are some relevant lines from the smb.conf file on my Pi that I use for my one Windows box in the house that might help you with your write permissions:
       security = user
      hosts allow = 192.168.1.0/255.255.255.0
      guest account = gav
    ; And my share setup:
    [rpi]
       comment = Public Stuff
       path = /mnt
       writable = yes
    ;   printable = no
    ;   write list = @krb
    [torrent_dl]
       path = /mnt/video/torrent_dl
       writable = yes
       create mask = 0770
       directory mask = 0770
       guest ok = Yes
       case sensitive = No
       read only = No
    Hope this helps.

  • HT201077 Can I share all my photos with my wife without having to constantly add photos to the shared photo stream?

    My family has an imac where we have a family photo library in iphoto.  The iphoto library is under my wife's profile.  My wife and I each have an iphone 4S.  I'd like all the photos my wife and I take on our iphones to automatically upload to the iphoto library on my wife's imac account.  I've tried a few different ways of doing this and none of them are ideal.
    My current solution works, but has some unwanted side effects.  Currently, my wife and I use the same main icloud account on our iphones.  This would be the perfect solution if it didn't take up the same icloud storage (among other issues). 
    It'd be nice if you could have 2 photo streams linked to the same iphoto library on a mac.  This way both my wife's photo stream and my photo stream would downloand to the same iphoto library.  It doesn't appear that iphoto for mac allows this.
    I realize I could do this the old fashioned way (outside of photo stream).  But, it seems as though there should be a solution that works automatically.
    Could there be a solution creating a shared photo stream on my iphone and sharing this photo stream with my wife?  I've looked into this but can't see how it would work automatically.  It looks like you have to manually add photos to a shared photo stream.  I'd like the shared photo stream to update itself to include all photos I take.
    Does anybody have a simple solution for this problem?

    There is not (yet) an easy solution to use an an iPhoto library with two separate My Photo streams.
    It might be easier to take the family photo library out of your wife's account and move it to a shared location, so boh of you can maintain it, see:
    iPhoto: Sharing libraries among multiple users
    This way, both of you could download automatically to My Photo Straem and your private iPhoto Libary, remove the worst pictures, and then export only the best shots to the shared library. This will make the shared library smaller and at the same time create a backup of the best pictures, and it will ensure that your family will never see a potentially embarrassing photo. Sharing My Photo Stream is really dangerous, because each and any picture you take will be added the PhotoStream, before you can delete it.
    As you may have seen at Apple's WWDC keynote presentation the new MacOS X Maverick will bring more sharing options for Photo Streams: Watch the keynote
    You may want to wait for the next software generation before doing any major reorgansition.
    Regards
    Léonie

Maybe you are looking for