Flash file for hierarchy Visualisation missing

Hi Guys,
Am getting this error: Flash file for hierarchy Visualisation missing meanwhile have installed the related ABAP Add-on EmbOrgCh 605, have activated the graphical hierarchy visualization, and the Business Function HCM_PD_UI_1.
I also cant seem to find the service in transaction sicf for NAKISA_ORGCHART
Ant tips on this?

You can check the OADP structure and ensure correct evaluation paths are correctly assigned!
Organizational Chart Visualization and the Object and Data Provider (OADP)
SAP provides a default OADP-based implementation class in the Check Standard Organizational Chart Configuration system table. For more information, see Customizing for Integration with Other mySAP.com Components, under  Business Packages / Functional Packages  Manager Self-Service (mySAP ERP) u2192 Organizational Chart Visualization .
http://help.sap.com/erp2005_ehp_05/helpdata/en/40/0f88eb6ff448aa8597211c15a5a653/frameset.htm

Similar Messages

  • How can i don't save a flash file for a temporary internet files

    i already use html file in meta tag...
    but still saving file ..
    so how can i don't save a flash file for a temporary internet files??

    i don't understand.
    post your message in your native language.  i can use the forum translation tool to (usually) understand your question.

  • How do I compress a huge flash file for a web banner?

    Hi there,
    I am having trouble figuring out how to compress a huge flash file for a small web banner. I have 3 jpeg sequences (lowquality) that are used as background animations and the swf file is now over 900kb. I need a file under 200 or even 100. 
    thank you for your attention,
    Ayka

    The only way to reduce the size of the file is to reduce the sizes of the content it has.  If you go into your Flash Publish Settings and choose the option to generate a a size report then it will publish a report that will let you know how the weight of the file is distributed and you can focus on eliminating that weight from there.

  • Convert Quicktime files or FC Pro projects to Flash files for the internet

    I've never done this before. I have finished FC Pro projects that I need to convert to flash files for the internet. Am I saying that right? I've converted them to QT files. What's next? Thanks

    This site and the readme links and forum can help you display it on the web, works great with Flash or H.264.
    http://www.jeroenwijering.com/?item=JWMediaPlayer

  • Trying to create flash file for site. Help!!!!

    I want to export to flash in Keynote 09 so that I can put a flash file on my website. Obviously, this isn't possible now that this option was taken away. Are there any other ways I can do this? I'm basically just making a short 3 photo slideshow to put on a website home page. Please help! P.S. I don't currently have older versions of Keynote or I'd just use that.
    Thanks.

    If you run you .jar from the command line (a shell in unix speak) there
    already is a console where your java program can send it's System.out
    stuff. Right click on your .jar and select 'properties' (or similar). Note
    that your .jar is run by 'javaw'. This executable is similar to the 'java'
    executable except that it doesn't open a console for you. Change the
    'javaw' command to 'java' and voila, there's your console again.
    kind regards,
    Jos

  • Will someone edit a flash file for me please?

    hi folks,
    would anyone be kind enough to edit a flash cs3 file for me please?
    i have tried myself but am not good enough to do what i want.
    i know someone with the knowledge could do this for me in a few minutes, it's not a huge task.
    i'll post link to the files if someone agrees, thanks.

    What is it you want done?

  • Flash File for Single Sign On

    Hi,
    [disclaimer]
    I usually post in the ColdFusion forum so I am sorry if this
    topic should be moved into a different Flash section.
    [preface]
    I am trying to implement a single sign on solution between
    several sites that are located both within the same network and on
    external hosting services. I've tried several things with
    <iframe> and <img> tags to get a logged in environment
    established on each server - to no avail.
    [quesion]
    Can SWF file be programmed to access a ColdFusion, ASP, or
    php page via aboslute path that would at minimum set a cookie on
    the computer for each of those sites?
    [example]
    I have one HTML page that has 5 <iframe> tags - each of
    a partner site. The URLs called in the <iframe> do nothing
    more than set a cookie of the UUID. I'd like a flash file that does
    the same - eliminating frames.
    Thnks in advance. Please let me know if more details are
    needed. Please do not offer alternatives - the situation is
    uniquely complex and I'd rather not go through all the why's and
    why nots - that's been the last 6 months of my life. I really just
    need to know if I can create a cookie from flash for multiple sites
    without having the browser physcially having to go there.

    Hi Kalyan,
    Did you use SAML method for SSO??
    Thanks
    Santhosh

  • Optimizing Flash file for Internet

    I have a 10MB flash file that I have uploaded to my website. No idea if this is large or small for a Flash file! The Flash appears on my index.html page.  I have noticed that different browsers react differently, but when I open the page initially the video does not start playing straight away.
    I'm using Dreamweaver. Is there a setting I should set? Any pointers?
    Thanks.

    I think I understand that, but never done it.
    This is my current code:
            <div id="Video1">
                <object id="FlashID" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="400" height="300">
                    <param name="movie" value="Images/Videos/ExampleWorks2.swf" />
                    <param name="quality" value="high" />
                    <param name="wmode" value="opaque" />
                    <param name="swfversion" value="6.0.65.0" />
                    <!-- This param tag prompts users with Flash Player 6.0 r65 and higher to download the latest version of Flash Player. Delete it if you don’t want users to see the prompt. -->
                    <param name="expressinstall" value="Scripts/expressInstall.swf" />
                    <!-- Next object tag is for non-IE browsers. So hide it from IE using IECC. -->
                    <!--[if !IE]>-->
                    <object type="application/x-shockwave-flash" data="Images/Videos/ExampleWorks2.swf" width="400" height="300">
                        <!--<![endif]-->
                        <param name="quality" value="high" />
                        <param name="wmode" value="opaque" />
                        <param name="swfversion" value="6.0.65.0" />
                        <param name="expressinstall" value="Scripts/expressInstall.swf" />
                        <!-- The browser displays the following alternative content for users with Flash Player 6.0 and older. -->
                        <div>
                            <h4>Content on this page requires a newer version of Adobe Flash Player.</h4>
                            <p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" width="112" height="33" /></a></p>
                        </div>
                        <!--[if !IE]>-->
                    </object>
                    <!--<![endif]-->
                </object>
            </div>
    Presumably I have to change these lines:
    1.                 <param name="movie" value="Images/Videos/ExampleWorks2.swf" />
    2.                 <object type="application/x-shockwave-flash" data="Images/Videos/ExampleWorks2.swf" width="400" height="300">
    Rather than having ="Images/Videos/ExampleWorks2.swf" I'm guessing I replace with a url, correct? I'll look for some examples, but if you can offer something in the meantime I'd appreciate it.
    Thanks.

  • Export flash file for a touch screen at 1920x1080 resolution

    Hi all,
    we are trying to export a flash file at 1920 resolution fron CS5.1 Encore. it does not give an option for this, max is 1280x720.
    will we be able to do this if we upgrade to CS6?
    what is the best way to get an applitation running for a touchs creen at this resolution?
    many thanks!
    Alessa

    Can't test the encode at the moment, but on the build tab, use "Edit Quality Presets," select F4v, then change the profile to High. If you try 1920 without the change, you are prompted to change the profile/level. I do not know what options work for the flash export. But I was able to set a 1920x1080 preset.
    Save the custom preset.
    The system automatically applied the custom preset to the build.
    Edit: Sorry; this is CS6, but I don't think the ability to edit presets changed. Don't know about the max size.

  • Flash files for nokia 97 mini

    hello everybody
    in my past nokia 5800 when i save my flash files i go to gallery then I choose other media to view them
    but where do i should go to view them in my new nokia n97 mini?

    Hi, I don't fully understand your question but I'm pretty sure if you select one of your files and press otions-open, or double tap it, the phone will do the rest ! (same operating system as the 5800)
    Good Luck
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

  • Help with building flash files for streaming

    I filmed a product demonstration for a client who wanted to put it on his website.  I edited the footage in PremPro CS4 and exported to Media Encoder as F4V file format.  After encoding imported footage into CS4 Encore, created timeline, chose, Flash from Format and swf for output.  Progressive Download which allows video to begin playing as it is downloaded (I believe), chose destinations and settings.  After transcoding I had 1 file folder, Sources that contained the following files _PGC_Bpge_entryPoint_Bbp_1.f4v, and then 3 separate files, *not* in the file folder called Sources.  They are
    AuthoredContent.xml, FlashDVD.swf, and Index.html.
    I submitted all files to client who gave them to web designer.  Designer said these were the wrong files and he could not use them. I called designer and basically he said I didn't know what I was doing.  I told him he needed all files to put up the flash video.  Anyway, am I missing something, doing something wrong?  Are there other files he needs?  He said he only needed 1 file.  Or is it the designer?  I'm not thin skinned so if it's me please tell me so, so I don't make the same errors.  Thanks.  All suggestions/comments are appreciated!

    <The client wants a control player, i.e. play, stop, pause, etc., that's it, so the viewer can simply provide the function themselves.  This is similar to youtube, blogger, etc.
    The web designer can use what you provided, which does what you describe the client wanting.  But the web designer may need to integrate what Encore provided onto a web page, and the client may not have made the expectations clear and may not know what is needed.  As I said, the Encore to flash player gives almost no options for the player controls and colors etc may be problems.
    <Encore did encode the f4v file.  When I exported from PremPro what preset should I hve chosen -- mpeg2 DVD, flv/f4v.  So the only file he needs in addition to what I gave him is the original f4v file?
    I don't know whether the f4v you exported from Premiere was progressive.  The f4v from Encore might be fine, or you might need to export from Premiere again.
    The other issue is that some "player" with controls needs to be provided by you or the web designer (who may have an issue with the client not getting the designer to lay all this out to begin with).  There are several threads about "flv players" you might check out.  Does the client have video on his site already?  If so, you can figure out what they are using, and it will help with your process.
    should I have chosen "flash server" instead of "progressive".  i must admit i never did this before.  other clients just have me post it to youtube and provide them with embed code.
    It depends on what they want.

  • Change InfoObject value in flat file for Hierarchy load

    Hi Guys,
    I am loading hierarchy for an infoobject from flat file. I have the field InfoObject (IOBJNM) whose value needs to be changed before loading into the hierarchy. Can somebody tell me how can I do that through formula or routine.
    The InfoObject loads 0HIER_NODE and a leaf infoobject values from flat file.
    The hierarchy transfer rules does not contain IOBJNM field., though the Hier Structure under Transfer Structure tab contains IOBJNM.
    In transfer structure I see only NodeName, Date From, Date To, and eaf infoobject.
    Any help would be appreciated.

    Hi,
          Try using the IDOC method while loading the hierarchy and make sure you have this IOBJNM in the external charactersitics for the Infoobect to which you are loading this hier.
    Thanks,
                Peter

  • Boot file for Windows 7 missing after windows 10 installation.

    Hello,
    Recently for the purpose of evaluation, i installed Windows 10 enterprise technical preview on a VHD mounted on a machine running Windows 7 64bit ultimate. Installation process went well but since then I cannot log onto windows 7 itself.
    Machine loads directly to windows 10 without giving any option to choose the OS. When I checked the system configurations there is only one boot file displayed - windows technical preview - there is no sign of windows 7 boot file.
    Wondering if anyone else experience any such issues.
    If yes then how to solve this issue.
    Thanks

    Hi Mansoor Moin,
    Can you give us more information about your situation?
    Based on my understanding, you create a Native Boot to VHD on Windows 7 machine, right?
    If so, this would be a mistake on deleting boot entry.
    I would like to know if you can get the Windows 7 system partition in current disk management. If so, we can use following command to add a boot entry.
    bcdboot F:\windows
    F: represents the Windows 7 Operating system letter.
    Alex Zhao
    TechNet Community Support

  • Dependent Files for Crystal Report missing while making Setup

    Hi Support Team
    I am trying to make a MSI Setup of my windows application by using Install Shield 2010
    Development Environment that is used to develop the application is
    VS 2008 having .Net Framework 3.5 SP1
    Crystal Reports 2008 with Service pack 2
    When I am trying to build the setup for my application using Install Shield 2010 I am getting errors related to crystal reports.
    I am using CrystalDecisions.Windows.Forms.CrystalReportViewer  control to display the reports at runtime.
    Dlls that I included with the setup related to this viewer are
    CrystalDecision.CrystalReports.Engine
    CrystalDecision.CrystalReports.Framework
    CrystalDecision.CrystalReports.InfoStore
    CrystalDecision.CrystalReports.ReportSource
    CrystalDecision.CrystalReports.Shared
    CrystalDecision.Windows.Forms
    The Errors that I am getting upon building the setup are listed below
    Could not find dependent file BussinessObjects.Enterprise.Sdk, or One of its dependencies of component CrystalDecisions.CrystalReports.Engine.dll                   Error Code 6248          
    Could not find dependent file crpe32.dll, or one of its dependencies of component CrystalDecisions.CrystalReports.Engine.dll                                            
    u2dmapi.dll-------
    u2dpost.dll----
    And the same errors for
    CrystalDecision.Enterprise.Framework.dll
    CrystalDecision.Enterprise.InfoStore.dll
    CrystalDecision.windows.forms.dll
    And File not found. An error occurred merging module DMO.9b0u2026u2026u2026          Error Code 4075     
    And File not found. An error occurred merging module DMO1033.6496u2026u2026u2026     Error Code 4075
    I tried your several suggestions from your forums like
    I installed
    Crystal Reports 2008 Runtime
    Crystal Reports Basic Runtime for Visual Studio 2008
    Crystal Reports Basic for Visual Studio 2008 Service pack1
    And
    CRBasicVS2008_redistu2026.
    CRRedist2008_x86.msi
    And by putting the files like Product.xml in the C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages
    And I installed vcredist_x86.exe to install Microsoft Visual C++ 2005 Redistributable on my machine
    But no luck still I am getting the same errors.
    Please let me know which files I need to install on my development machine to get my setup working.
    Waiting eagerly for the response
    With Regards
    Arshad
    u2003

    Looks to me like you're adding just about any runtime to the project to make it work. Look at [this|https://wiki.sdn.sap.com/wiki/pages/viewpage.action?pageId=56787567] wiki and find out what runtime you actually need. Also, look at the CR assemblies referenced in your project. Then make sure that the you are using the correct msm file(s) for the correct version of the assemblies referenced. Do not add any other versions of CR msm files.
    I would also recommend having a look at the developer help file here;
    http://help.sap.com/businessobject/product_guides/boexir31/en/crsdk_net_dg_12_en.chm
    (search for runtime).
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • Error in when loading the flat file for hierarchy

    Hi all,
    I get this error when i do the entire Hierarchy process and try to upload the flat fil in the infopackage.
    Has anyone faced this kind of error.
    No Transfer Structure Available SS_DEMOH IO_SRID_HIER (SY-SUBRC=5)
    Can someone tell me how to proceed further.
    Harish

    Hi lakshmi,
    I have checked it thrice before loading it through infopackage.Everything is fine.
    Harish

Maybe you are looking for