LCM export for planning app in version 11.1.2.2 is failing

Hi All,
              We are working on migrating the planning apps from dev to PROD (both are on 11.1.2.2) and I am trying to take an LCM export from my dev planning app by using the LCM utility but this LCM export is failing with the below error:
Error message WHILE exporting the planning app from Shared services using LCM: The LCM export is failing with this error message:
Error in migrating artifact, "/Plan Type/Plan1/Data Forms/VAT/Existing/Runoff/Renewal".
Can not find form: Renewal
Even though LCM export failed I still copied the folder from dev to prod
Error on the prod server:
I am copying the exported application folder from the DEV in prod servers in D:\Oracle\Middleware\user_projects\epmsystem1\import_export path. This is the error message I get when I click on the app name under file system in shared services
Listing file unavailable for file system repository - D:/Oracle/Middleware/user_projects/epmsystem1/import_export/TEST/HP-TEST/resource. Error parsing application artifact listing metadata. An invalid listing or listing having empty tags.
However I still went ahead and tried to import it but getting the below error:
EPMLCM-37009: Error parsing application artifact listing metadata. An invalid listing or listing having empty tags.
Please let me know what is wrong and what can be done about it. Any help would be appreciated.

Try doing it from Shared Services and see if it is still failing. I think you are using an old xml file (someone deleted the form and the xml still has it).
So better start over from Shared Services and that will generate the new export.xml file.
Regards
Celvin
http://www.orahyplabs.com

Similar Messages

  • What video format to export for Ipad Apps

    Hi,
    I am new in export flash to ipad. I tried to export my video as FLV for my ipad apps, it plays but its lagging or jerky.
    I had tried other formats like mp4, f4v, m4v or mov it just doesn't play
    Wonder if anyone knows what video format to export for my ipad apps?
    Bruce
    http://www.vmw.com.sg

    [email protected], on an iPad, here's what I did to get the FLV loading and taking up (most) of the screen. You can't use the FLV Component skins so you have to use the UI Components as markc888 suggested below your comment. My only gripe with this solution is that I can't get the fullScreen button to make the video go full screen.
    This is starts from a playVideo button on my stage.
    playVideo.addEventListener(MouseEvent.CLICK, playVideoClick);
    function playVideoClick(event:MouseEvent):void {
    var flvPlayback:FLVPlayback = new FLVPlayback();
    flvPlayback.x = 62;
    flvPlayback.y = 62;
    flvPlayback.width = 900;
    flvPlayback.height = 506;
    flvPlayback.fullScreenTakeOver = true;
    flvPlayback.autoPlay = true;
    flvPlayback.source = "yourMovie.flv";
    flvPlayback.bufferTime = .1;
    addChild(flvPlayback);
    flvPlayback.playPauseButton = playPauseBtn_mc;
    flvPlayback.stopButton = stopBtn_mc;
    flvPlayback.seekBar = seekBar_mc;
    var closeMovie:yourMovieClip = new yourMovieClip();
    addChild(closeMovie);
    closeMovie.x = 977;
    closeMovie.y = 77;
    closeMovie.addEventListener(MouseEvent.CLICK, closeMovieClick);
    function closeMovie(event:MouseEvent):void {
    flvPlayback.stop();
    removeChild(flvPlayback);
    removeChild(closePres);
    Hope it helps...

  • InDesign png export for mobile app

    Dear All,
    I have put together a number of text boxes and images in InDesign Creative Cloud CS6 and exported them as one png (or jpeg) image for use in a jQuery mobile iPhone app that I'm creating in Dreamweaver.  Will this work?  Rather than inserting text box, image, text box, images, text box, images, etc. into a page of the mobile app, can I just create one png image in InDesign that includes everything, various text boxes, images, wrapped images, html active inserts, etc., and have people scroll through it as a page in the iPhone app?  The InDesign file for this one page is about 1.1 mb right now.  Will this png image be able to zoom and do everthing it needs to do in the iPhone app?  Creative Cloud CS6 - Mac - Lion 10.7.4.  Thanks.
    Small Town Gal

    Dear Jongware,
    My thinking is the same as yours.  If the iPhone app will allow you to zoom a single image, it must allow you to also zoom a compounded image.  I like the design format of InDesign better than the jQuery Mobile design page in Dreamweaver because InDesign allows you to do text wrap around images and just set things up in a more dynamic fashion.  We still want people to be able to zoom in on a single smaller image in order to view it up close, however so if the code in the iPhone app allows the viewer to zoom in on an individual image, it should allow a scroll and zoom in on a larger page that is also a png image -- makes sense to me. The scroll feature works in the multiscreen view and in Safari browser, but it doesn't allow a zoom preview -- I'll have to do that in the iPhone itself. 
    Anyone else out there have any ideas?  Thanks to Jongware.
    Small Town Gal

  • Import data to FDM fails for planning app

    Hi,
    I have a problem with importing data from oracle view using FDM script.
    I have to make 2 things:
    1. Import data to HFM app (it works fine)
    2. Import data to Planning
    First of all i have configured HFM integration and set up all necessary information - it works fine (I can simply import data to import view using FDM).
    In the next step I'm trying to do the same with Planning data.
    I have set up connection to Essbase (I have test it setting up period table where I set manualy period table by getting values from Essbase Period and Year dimensions)
    When running the import process I got message that import failed. And thats all - no more informations in logs.
    I have also checked that:
    Data are imported from oracle view to my repository (new table with data was created but there is a problem with "showing them" on the FDM import site.
    Can any body help me with this one?
    regards
    Karol

    Hi,
    I take it you are using a Integration script to load the data from the sql respository, are you using the example script in the documentation and updating it ?
    If you are using the example script make sure the line > SQLIntegration = True matches the name of the function, so if it was
    Function SqlDload(strLoc, lngCatKey, dblPerKey, strWorkTableName)
    then it needs to be SqlLoad = True
    I have used the script to load data directly from a sql table into essbase so it does work in FDM
    If you are still having trouble then let me know further information or the script you are trying to run and I might be able to spot something.
    Cheers
    John

  • Question about exporting for iOS/App Store

    I tried to follow all the instructions (http://developer.apple.com/ios/manage/distribution/index.action) properly but they were written for XCode and not Adobe. I have looked on Adobe's site but I can't find any information or documentation telling me what I'm doing wrong.
    I am using Flash CS 5.5 and AIR 2.7.
    In iTunes Connect under Provisioning -> Distribution I created a new Distribution Provisioning Profile. This I opened in AIR for iOS Settings -> Deployment -> Provisioning profile. Bundle IDs match.
    In iTunes Connect under Certificates -> Distribution I created a new Distribution Certificate. This I installed using Keychain Access.
    In Flash I continued using the same Developer Certificate (.p12 file) I had been using to test my app on my device.
    I downloaded and used Keychain to install the WWDR intermediate certificate.
    In Flash -> AIR for iOS Settings -> Deployment -> iOS deployment type I chose "Deployment - Apple App Store"
    I compiled the app and tried to upload using Application Loader. It gave me the following error:
    "Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate."
    All my certificates are current and valid, and have been installed without duplicates.
    Any ideas? I'm not sure what else I'm supposed to do or where else to turn for answers.
    Thanks!

    Is that the developer_identity.cer file created in iTunes Connect -> Provisioning -> Distribution?
    I created one and installed it in Keychain by double clicking on it in Finder.
    It shows up in Keychain -> Login under "iPhone Distribution: My  Name" and I can expand it to reveal a private key with my name  underneath it.
    Is that right?

  • Generate Export datasource for planning area

    Hi,
    we are using SCM 4.0 version for running Demand planning.
    i have one strange problem. that is, to generate export data source for planning area, there is no option when
    right clicking on planning area(context menu).is this option is available somewhere else?. please give me a clue on how to generate export datasource for planning
    area in version SCM 4.0? or do i need to do some configurations?.
    Thanks in advance
    Ramakrishna

    Hi,
    You may try the following:
    1) From the menu: Demand Planning->Environment->Current Settings->Administration of Demand Planning
    2)From the list of planning areas, double click your Planning Area to display your planning area setup
    3) Then from go to the menu Extras->Generate Datasource
    Hope this helps.

  • LCM Export not working for Business rules in 11.1.1.3

    Hi,
    I triggered an LCM export for Business rules (just 2 rules) with the admin id and its in in progress state for the past 2 hours. I don't think its making any progress as  I checked the below,
    1) No LCM logs created in the /hyperion/common/utilities/logs/LCM/ folder.
    2) No export directories are created in the Import/Export folder.
    3) No errors registered in the shared services logs.
    What could be the reason for this issue?
    Is there any other logs which I missed to check?
    Is there a way to kill this apart from recycling the services?

    This is a known issue and has to do with the http timeout settings. Usually this will happen on the 5 minute limit, but it depends what setting they have.
    Take a look at this article and see if it applies:
    Business Rules That Take More Than Five Minutes to Execute Are Re-launched Repeatedly [ID 755406.1]
    Agnete
    Edited by: Agnete on Oct 22, 2012 12:51 PM

  • Planning App Settings - Shared Services URL grayed out

    I am int he process of doing a clean install of epm 11.1.2.2. I have created a planning app in and the shared services url under application settings is incorrect. The name of the RDB server was picked up instead of the planning server. I need to change this because lcm is unable to get artifact listing for planning app. Does anyone know how or where I would go to change this? The operating system is Windows 2008 R2 with a MSSQL for the RDB.

    Hi John,
    I tried unregistering and reregistering, logged into the app through workspace which didn't change anything. I haven't been able to locate the url to connect directly to planning. Can you help? Also, I wanted to mentioned that in the earlier version of planning, 11.1.1.2, the shared services URL is not grayed out. When I saw that I thought it might be a security issue but the user has full rights.
    Thanks,
    Mike

  • Extracting explanations from planning app and loading into Oracle table

    Hi All,
    I had a requirement where I had to extract data from a planning application through ODI 11g and load it into Oracle RDBMS.
    I used essbase as my source in technology (since planning data is stored on essbase side) and oracle as my target.
    Now the data is getting extracted from essbase side and is getting loaded into Oracle table through ODI.
    Now the client requires that they want to extract the explanations or text values also from planning application and load them into Oracle table.
    How this can be achieved?Is there a table on the sql side(since sql database is being used at back end for planning app) which stores the explanations,if yes please let me know which table it is.
    Kindly help me with this requirement.

    Hi,
    IKM SQL Control Append is perfect if you don't need incremental updates. If you need it, go for IKM Oracle Incremental Update (MERGE) or something like that.
    Regards,
    JeromeFr

  • Google Play In-app Billing Version 2 will be shut down in January 2015

    Hi, folks
    I received the email bellow from Google. Adobe is following this update? Do I have to do with anything?
    Hello,
    Beginning January 2015, we will end support for the In-app Billing Version 2 API. After this date, users will no longer be able to make in-app purchases using your app until you upgrade your app to use the Version 3 API.
    The list below contains the applications that we detected which have had a transaction on the v2 API in the last 3 months. This list may contain applications that you have already updated to version 3.
    air.com.editoraconfianca.revistacartacapital
    We recommend that you migrate your version 2 implementation to version 3 as soon as possible to avoid any disruption to your app monetization for the above apps. For apps in this list that have already been updated, please verify your implementation.
    You can review the following resources for more information:
    Support for In-app Billing Version 2
    Overview of In-App Billing Version 3
    Regards

    All DPS apps using the native Android viewer already use v3 for billing. It always has, we never used v2 with the native app.
    Neil

  • LCM export and import for Hyperion financial reports 11 1 2 2

    Hi All,
    Could you please let me know how to perform the LCM migration for HFR in 11.1.2.2 version. I am on AIX.
    I am having some issues with my HFR server and so I cannot open the reports. So I am thinking if I can use LCM and export and migrate the reports to another server.
    The steps I am performing to do this:
    Login to HSS > Application group> Reporting and Analysis> Repository objects> report folder name> select reports> Hit on Export
    Now in the exported folder I see three things:
    RnA-Reporting and Analysis (Its a folder)
    Export.xml
    Import.xml
    Now under RnA-Reporting and Analysis folder I see sub folders
    resource\Repository Objects\Under this folder, I see for every report there is one .xml file and 5 other files for the same report.
    Can anyone tell me how to import these reports back into the new environment?
    Thanks,

    Hi Celvin-
    Thanks for the reply- And I followed what you recommended but none of the reports being migrated. I can only see one batch script under HSS and workspace in the target server but in the LCM export from the source server (The exported folder) i can see all the reports and the books.
    Can you please advise what should be done now?
    Thanks a lot!!!

  • I'm using a 16GB iPhone 4s, with the latest version of iOS 8.1.1. Whenever I go to the "Cellular" settings on the main settings page and turn OFF cellular data usage for native apps like mail, app store, contacts, photos etc , the moment I back out a

    I'm using a 16GB iPhone 4S, with the latest version of iOS 8.1.1. Whenever I go to the "Cellular" settings on the main settings page and turn OFF cellular data usage for native apps like mail, app store, contacts, photos etc , the moment I back out and come back in, all the native apps I turned cellular off for are back on again. Kindly help me

    Exact same question as ankit1986, specifically with the photos while on cellular-only, and as simple as it sounds, I tried the hard reboot Ingo2711 suggested.  Still experiencing the same error with the native apps reverting to on.  It's killing our shared data-plan (2GB).

  • Cannot find Version, Year, Period dimension while reversing Planning App

    Hi
    I am using Planning application as target for dimension loading.
    When i try to reverse the planning app using RKM Hyperion Planning.
    On reversing i could not find Version, Year & Period as datastores after reverse.
    Is it dependent on planning application version or ODI version.
    I am using 10.1.3.5 for ODI & 11.1.1.3 for Planning.
    Just to update, i was able to get Version as datastore on reversing, but didnt do anything special in that case.
    Now i am facing the problem, that on trying to reverse, i could not get Version, Year, Period as datastores.

    Hi,
    I believe if you are using 11.1.1.3 then it should reverse the extra datastores by default, as far as I am aware the core java files for planning were updated in 11.1.1.3 for this to happen.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Error when attempting to migrate Planning app with LCM

    I get this error when I use LCM and try to migrate my app to another environment. Any ideas?
    Cannot retrieve migration status for
    exportArtifact(s). Nested exception is
    [MESSAGE - org.xml.sax.
    SAXParseException: XML document
    structures must start and end within
    the same entity., LCM METHOD CALL - com.
    hyperion.lcm.handler.TaskHandler.
    updateStatusDocument(Unknown), ROOT
    CAUSE - org.apache.xerces.parsers.
    DOMParser.parse(Unknown)] .

    I had faced this problem once when I used an export folder which had given errors during lcm export. I had ignored those errors and apparently syntax of the xml files that were extracted were not parsed successfully by importing lcm. I solved the issue by migrating everything separately (i.e. first forms, then task lists, then menus etc.)
    Cheers,
    Alp

  • I have just updated my Facebook app to version 11.0 - and don't like it - is there anyway for me to get back the previous app - I think it was 6.0 but not positive -

    I Have just updated my iphone 5 Facebook app, to version 11.0 and do not like it. Is it possible for me to go back to my previous version?

    Okay, I found the answer myself. Going to about:config and setting browser.showQuitWarning to true, restored that option and brought it back. Thanks to anyone who is about to post. If this is false by default, it has got to change.
    -- Sorcus

Maybe you are looking for

  • Adobe Reader & Acrobat 6~9 Group Policy ADM file (only applied once?)

    Hi folks. I created the below ADM template last month based on some of the ones I have seen elsewhere. I import the ADM file to use with Group Policy and make the necessary settings (need to uncheck "Only show policy settings that can be fully manage

  • Just Upgraded to iTunes 8.2 - it Duplicated ALL my songs

    After upgrading to iTunes 8.2, it Duplicated my ENTIRE library, so now I have an extra 6700 songs. Can someone help me remove all of the duplicates? I noticed that there were some programs out there, but I don't know which ones work and which may hur

  • Meaning of userNameAs in IEssDomain.signOn() 9.3.1 Java API

    Hi all, have onyone of you tried the "new" (meaning v. 9.9.1 compared to version 7) parameter userNameAs in IEssbase.SignOn? exerpt from api doc: public IEssDomain signOn(java.lang.String userName, java.lang.String password, boolean passwordIsToken,

  • Why not "Web Dynpro *with* ABAP"?

    As a newbie I found "Web Dynpro for ABAP" to be confusing.  Any ideas why its worded that way?  Just curious.

  • Windows 2003 AS Install issue

    I'm trying to install oracleAS on windows 2003 and during the middle tier install i get stuck at the "OC4J Instance configuration assistant" here is the output: Output generated from configuration assistant "OC4J Instance Configuration Assistant": Re