Error finding project for application

Hi all,
I have problems with deploying application from EPMA.
Deploy is aborted everytime and I can see this error message in BPMA.log:
Error finding project for application HP:app
com.hyperion.interop.lib.OperationFailedException: Application does not exists by this Id 'HP:app'.
     at com.hyperion.interop.lib.helper.ApplicationHelper.getProjectForApplication(Unknown Source)
     at com.hyperion.interop.lib.CMSClient.getProjectForApplication(Unknown Source)
     at com.hyperion.awb.web.util.HSSRegistrationUtil.getHubProjectForApp(HSSRegistrationUtil.java:116)
     at com.hyperion.awb.web.appmanager.Action.deployValidate(Action.java:260)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
What am I doing wrong?
Thanks in advance,
Vlado

Hi Seb,
thank you for your answer.
Unfortunatelly, I still have problems with this.
Here is my step-by-step install & config procedure:
0. installed all products
1. configured all products
2. logged as admin in user management console and created new user (let's call him "superuser")
3. logged as superuser in user management console and created new project
4. created new planning datasource
5. created dimensions and application in EPMA
6. deploy this app
Here I get this error.
Could you (or anyone else) please describe your install & config process? I think I'm missing some config steps or I'm doing it in wrong order.
Thanks!
Vlado
Edit:
I found another error message in BPMA.log:
Application does not exist by this Id
Edited by: Vlado on Nov 11, 2008 3:04 PM

Similar Messages

  • SelectOneMenu: Error finding converter for component

    I keep getting an error in my selectOneMenues saying
    "Error finding converter for component myselectone".
    The SelectOne elements contains both key and value as String.
    The value that is to be set in my bean is also a String.
    Why do I need a converter here and what is that converter supposed to be??
    Beacause of this, the selectOneMenu want post.

    Is the value which is bound to the selectOneMenu reachable?
    Try logging the getter-method of the bound value. When you bind the value to a nested bean, the bean might have not been initialized.
    I had the same problem with something like this
    I had a Person class with a nested person-attribute object.
    I bound the value of the selectOneMenu to one of the attributes of the nested person-attribute object, without instantiating the object first in the faces-config. After instantiating not only the person class as a managed bean but also the nested person-attribute object, all was well.

  • Message Error : Visual Basic for Applications (VBA) is not installed - Office Home & Business 2013 - Lync 2013

    Hi,
    I have an issue related to Office h&b 2013 and Lync 2013.
    Office h&b is installed on many computers, and we are deploying Lync 2013.
    In Lync 2013 it's possible to share Powerpoint presentation (if you have a Office Web Apps server installed).
    With a PC using Office Pro 2013, no problem. Powerpoint sharing with Lync 2013 is working.
    With a PC using Office H&B 2013, I have a message : 
    "XXXXX.pptx couldn't be converted for presentations because Visual Basic for Applications (VBA) is not installed on this computer. Please
    install VBA and try again."
    VBA is installed and usable in all Office applications.
    Office H&B is a click to Run installation and doesn't permit to add or remove features.
    Lync 2013 custom install permit to choose the installed features. VBA is already installed.
    I searched in many forums, including this one, and... no answers, or better say, no good answers.
    Because :
    - It's not possible add VBA from Office H&B 2013 install.
    - Repairing Office does not solve the problem.
    Any Idea ?
    Thanks for your help !
    Regards
    Stéphane

    As far as I know, Lync 2013 is not available with Office Home & Business 2013, you can check
    http://office.microsoft.com/en-in/home-and-business/
    Lisa Zheng
    TechNet Community Support
    Dear Lisa,
    Yes, it's true, Lync 2013 is not part of Office home & Business 2013, but you can install,it as standalone product.

  • Error: Invalid project for What's This Help composer

    I am running RoboHelp 7, Word 2003, and Visual Basic 6.  I had Word problems when I upgraded (?) to RoboHelp 7 but they have been resolved.  However, I have a major problem.  When I open the What's This Help composer, I get an invalid .hpj error message and my Context.chj file does not open.  When I try to create a new What's this Help composer project and have it update from my VB6 project, all my VB6 forms show up in the Dialog Boxes pane of composer but when I click on one, the controls on the form don't show up in the control pane of composer.  I've spent a couple years building up my What's This Help and it appears that I have lost everything.  Fortuantely I backed my whole help project to a DVD before I installed RH7.  I've tried to go back to RH6 but it won't install, even after making sure I've completely unregistered and uninstalled RH7.  This makes my backup useless unless I can get RH6 to install. Any suggestions?

    Hi there
    I believe what is happening to you is that a "What's this" project is generally tied to CHM output. I'd be willing to bet a dollar against a dougnut that your primary layout type is WebHelp, FlashHelp or something other than Microsoft HTML Help.
    Try right-clicking the Microsoft HTML Help layout in the Single Source Layouts pod and nominating this layout as the primary.
    THEN click File > New and you will hopefully be pleasantly surprised.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Error when deploying HFM application in 11.1.1

    Hi All,
    I have used the IFRS sample app that comes along with the hFM application and have tried to create the application via EPMA.
    The application is created successfully .. But deployment fails.
    On trial 1 it gave an error in the Jobstatus log : Error in UnregisterInstance(); along with the following in the EPMA log.
    2009-03-23 11:09:31,436 [TP-Processor3] ERROR com.hyperion.awb.web.appmanager.Action - Error code is AWB_WEB_ERR_UTIL_FIND_PROJ_APP
    2009-03-23 11:09:31,546 [TP-Processor3] ERROR com.hyperion.awb.web.appmanager.Action - Error finding project for application HFM:MYIFRS
    com.hyperion.interop.lib.OperationFailedException: Application does not exists by this Id 'HFM:MYIFRS'.
         at com.hyperion.interop.lib.helper.ApplicationHelper.getProjectForApplication(Unknown Source)
         at com.hyperion.interop.lib.CMSClient.getProjectForApplication(Unknown Source)
         at com.hyperion.awb.web.util.HSSRegistrationUtil.getHubProjectForApp(HSSRegistrationUtil.java:162)
         at com.hyperion.awb.web.appmanager.Action.deployValidate(Action.java:622)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:276)
         at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:196)
         at org.apache.struts.actions.MappingDispatchAction.execute(MappingDispatchAction.java:171)
         at com.hyperion.bpm.web.common.BaseAction.execute(BaseAction.java:69)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:421)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:226)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1158)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:415)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:199)
         at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:282)
         at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:754)
         at org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:684)
         at org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:876)
         at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
         at java.lang.Thread.run(Unknown Source)
    on Trial 2 : it gave me an error that application already exists.
    Can you please help me find the root of this problem
    Thanks,
    AP

    If the application deployment failed for any reason, subsequent deployments often have issues. I've had this error before and my resolution was to clean out the HFM tables. I deleted the application specific tables as well as removed ALL references to the HFM application from the HFM system tables. I also had to restart the EPMA services before attempting another deployment. In summary,
    1. Drop the application specific tables
    2. Delete reference to the application in the HFM system tables
    3. Restart EPMA services
    4. Deploy.

  • Office 2011 - Can't Find Visual Basic for Applications Error

    I have recently installed Microsoft Office 2011 on my Mac and have been using the Dev tools to program macros in VB. Suddenly, it stopped loading it when I try to enter the VB workspace and throws an error stating that "Can't Find Visual Basic for Applications." The error tries to be helpful, but in a typical Microsoft way is just plain vague. Any thoughts?

    I have the same problem, but have no odd characters in my hard disc name.
    I am pteey annoyed as I bought Office 2011 pre-loaded on my new Macbook, but it did not have the VBA (which is why I wanted Offfcie rather than the free OpenOffice in the first place).
    VBA is supposedly on the Office distrbution CD, so I went through the loop of re-installing Office 2011 with the VBA option ticked. No VBA apperared. After 3 times trying the install, still no VBA. The macbook has the VBA framework file installed in the applications folder, but the clicking the editor tab in the developer tab of Excel just brings up an error massage sayng VBA is not installed.
    Not clear where to go from here. Try the Genious Bar at the local mac store?

  • Error -34 and error -50 message while preparing a project for iDVD

    I keep getting an error -34 and and error -50 message when I try to prepare a project for sharing in iMovie. Does anyone know why this might be please?
    I managed to create a DVD before with this project but then went back in and changed some of the text clips to centred as they were not showing up when I played it on my TV (they were partially hidden - but that's another question!)
    I also got a message that there was not enough space on the disc although it was only 1 hr 13 mins and the DVD-R disc is 120 mins.
    thanks

    Memory is RAM and should not be confused with hard drive space.
    Open any Finder window and you will at the bottom of the window hor much free space you have. Less that about 20GB and you may have troubles.
    As you have an external hard drive (and assuming that this is not also full!) move files and documents etc to that, but keep your application on the internal startup drive.
    I have about 4 hours of video that I want to download onto a DVD
    You can't get 4 hours of video on one DVD. Even on a dual-layer DVD that will be difficult.

  • [ERROR] could not find source for resource bundle modules.

    We are in the process of upgrading our flex application from SDK3.6 to SDK4.5.0.17899.
    Flexmojos version used for compilation is 3.9.
    The flex library project is complied with SDK4.5.0 version but BUILD is not getting SUCESS from maven.
    The following is the reason is showing and unable to find out the root cause.
    [ERROR] could not find source for resource bundle modules.
    Can you please help me out.
    Thanks,

    Copying
    /Software/FB\ Eclipse\ Plugin/Adobe\ Flex\ Builder\ 3\ Plug-in/sdks/2.0.1/frameworks/locale/en_US/charts_rb.swc into
    the 3.5 SDK directory
    /usr/local/lib/flex_sdk/3.5.0/frameworks/locale/en_US
    solves the problem.
    Not sure why as the charts_rb.swc comes from Flex 2.0

  • TRIM() not found? Compile error: Can't find project or library in Excel 2007

    I am preparing to make a few alterations to a spreadsheet that another person built.  I have NOT made any changes to it yet.
    They put in a button that allows portions of the worksheet to print.  I am now using Excel 2007.  Their code ran fine in 2003.
    The button had worked in Excel 2003- but now (without any changes) throws an error "Compile Error: Cant find project or library."
    TRIM is highlighted in the following code:  (See below for the whole sub)
    If Trim(Worksheets("Measurements").Cells(RowCounter, ColumnCounter).Value) <> "" Then
                    If RowCounter > PrintRowMarker Then
                        PrintRowMarker = RowCounter
                    End If
                    If ColumnCounter > PrintColumnMarker Then
                        PrintColumnMarker = ColumnCounter + 1
                    End If
                End If
    I have added in the following references into Excel via the big button in the upper left and the "Excel Options" screens:
    Analysis Toolpak and Analysis Toolpak-VBA.  The sheet "Measurements" is present.
    1)  Are these the right packages for the TRIM function?
    2)  Is there a different Add-in that is needed?
    3)  Is there an additional step I must use to actually add in these packages?
    4)  Is there something else I should do?
    Thanks-
    Loralee
    P.S. Access 2003 finds (it's version of) TRIM fine- so a version is on the machine.  This spreadsheet if failing in the same way on 2 machines- both with Office 2007 installed.
    Private Sub BtnPrint_Click()
        Dim RowStarter  As Integer      'Where to start checking rows for content
        Dim RowCounter  As Integer      'The current row being checked
        Dim ColumnCounter  As Integer   'The current column being checked
        Dim PrintRowMarker  As Long   'The last row with data
        Dim PrintColumnMarker As Long 'The last column with data
        Dim NoMoreData As Boolean       'Look for a blank record
        Dim RangeValue As String        'Define the range string value
        Dim EndRangeValue As String
        PrintColumnMarker = 0
        PrintRowMarker = 0              'Initialize the row printing marker
        RowStarter = 5                  'Print Starting Point
        For RowCounter = 2005 To RowStarter Step -1
            For ColumnCounter = 50 To 2 Step -1
                If Trim(Worksheets("Measurements").Cells(RowCounter, ColumnCounter).Value) <> "" Then
                    If RowCounter > PrintRowMarker Then
                        PrintRowMarker = RowCounter
                    End If
                    If ColumnCounter > PrintColumnMarker Then
                        PrintColumnMarker = ColumnCounter + 1
                    End If
                End If
            Next ColumnCounter
                If PrintRowMarker > 0 Then
                End If
        Next RowCounter
        EndRangeValue = IndexToString(PrintRowMarker, PrintColumnMarker)
        RangeValue = "$A$1:" & EndRangeValue
        Worksheets("Measurements").PageSetup.PrintArea = RangeValue
        Worksheets("Measurements").PageSetup.PrintGridlines = True      'Turn on gridlines
        Worksheets("Measurements").PrintPreview                         'PRINT THAT PUPPY!
    End Sub

    Appears OK to me but the error message " Cant find project or library." suggests it could possibly be the references in VBA.
    In VBA select menu item Tools - References.
    Ensure that the following are checked:-
    Visual Basic for Applications
    Microsoft Excel 12.0 Object Library
    OLE Automation
    Microsoft Office 12.0 Object Library
    It there are any references displayed as Missing then scroll down to find the equivalent reference and check it and then uncheck the Missing one/s.
    Regards, OssieMac

  • Error on imovie11: Unable to prepare project for publishing.

    Error on imovie11: Unable to prepare project for publishing.
    I badly need someone that is an extreme expert on Mac Pro and imovie11 and very good at troubleshooting. I have a critical project to get out and have serious problem. Mac store solutions did not work. Need a Pro that I can hire to come to my office in Raleigh NC.
    Cleared the memory space on the drive, cleared the preferences.. critical problem. Love to find someone good to hire in the Raleigh NC area that come over and work on it.
    Martin Brossman 919 847 4757
    Apple Store advice did not work.

    Rocker-65 is correct, large, long and complex projects can have problems resulting in a Error-108. Sometimes cutting a Project up into pieces or just cutting into 2 can help. Easiest way to accomplish the cutting is to create a Duplicate Project. Then just cut Project 1 in half, saving the first part. Duplicate Project gets cut in half and contains the second part.
    Then if you want to stitch them back together, export each project individually at 720p. Import each one BACK into a new Event Folder in iMovie and combine then in a new Project, export that.

  • Error: 1056603 Unable to spawn process for application [AppName]

    Hi,
    After a fresh installation of Essbase Server (11.1.1.4), I'm experiencing the following error when attempting to perform basically any action on any Application (Start, Stop, Delete) through EAS:
    *Error: 1056603 Unable to spawn process for application [Demo]. Please ensure that adequate memory is available.*
    System memory seems abundant at around 5% usage with all relevant services started, but I even doubled it (since it's a VM) to 16Gb just to make sure, the issue persists.
    Having a look at the Essbase server log, I didn't find any additional info that could be helpful:
    [Thu Oct 11 15:07:03 2012]Local/ESSBASE0///2412/Info(1051160)
    Received Validate Login Session request
    [Thu Oct 11 15:07:03 2012]Local/ESSBASE0///2380/Info(1051001)
    Received client request: Get App and Database Status (from user [admin])
    [Thu Oct 11 15:07:03 2012]Local/ESSBASE0///568/Info(1051001)
    Received client request: MaxL: Execute (from user [admin])
    [Thu Oct 11 15:07:03 2012]Local/ESSBASE0///568/Error(1056603)
    Unable to spawn process for application [Demo]. Please ensure that adequate memory is available.
    [Thu Oct 11 15:07:03 2012]Local/ESSBASE0///568/Error(1054001)
    Cannot load application Demo with error number [1056603] - see server log file
    [Thu Oct 11 15:07:03 2012]Local/ESSBASE0///568/Warning(1051003)
    Error 1054001 processing request [MaxL: Execute] - disconnecting
    And when the Essbase service is started, essbase.log also seems to be pretty normal:
    [Thu Oct 11 15:18:13 2012]Local/ESSBASE0///2376/Info(1051001)
    Received client request: Logout (from user [admin])
    [Thu Oct 11 15:18:13 2012]Local/ESSBASE0///2376/Info(1051037)
    Logging out user [admin], active for 29 minutes
    [Thu Oct 11 15:18:19 2012]Local/ESSBASE0///1236/Info(1051243)
    Exclusive operation security file compaction started. This may take a while
    [Thu Oct 11 15:18:19 2012]Local/ESSBASE0///1236/Info(1051244)
    Security file compaction completed
    [Thu Oct 11 15:18:19 2012]Local/ESSBASE0///1236/Info(1051052)
    Essbase Server - finished
    [Thu Oct 11 15:18:23 2012]Local/ESSBASE0///2620/Info(1051283)
    Retrieving License Information Please Wait...
    [Thu Oct 11 15:18:23 2012]Local/ESSBASE0///2620/Info(1051286)
    License information retrieved.
    [Thu Oct 11 15:18:29 2012]Local/ESSBASE0///2620/Info(1051199)
    Single Sign-On Initialization Succeeded !
    [Thu Oct 11 15:18:29 2012]Local/ESSBASE0///2620/Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051134)
    External Authentication Module: [Single Sign-On] enabled
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051051)
    Essbase Server - started
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051243)
    Exclusive operation security file compaction started. This may take a while
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051244)
    Security file compaction completed
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051052)
    Essbase Server - finished
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2120/Info(1051283)
    Retrieving License Information Please Wait...
    [Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2120/Info(1051286)
    License information retrieved.
    [Thu Oct 11 15:18:37 2012]Local/ESSBASE0///2120/Info(1051199)
    Single Sign-On Initialization Succeeded !
    [Thu Oct 11 15:18:37 2012]Local/ESSBASE0///2120/Info(1051232)
    Using English_UnitedStates.Latin1@Binary as the Essbase Locale
    Any ideas on what may be causing this?
    Thanks in advance!
    n

    Hi Nelson,
    Did you try increasing the Heap size for EAS ? Try the following and check if you still get the error -
    increase the Java heap settings in the EAS script on a Unix platform that was configured using the automatic deployment method, do the following:
    1. Navigate to the $HYPERION_HOME/deployments/{appserver}/bin directory.
    2. Edit the setCustomParamseas.sh(.bat) script.
    3. Modify or add the -Xms and -Xmx settings to the JAVA_OPTIONS variable. For example:
    +JAVA_OPTIONS="-Xms256m -Xmx1024m -DComponentName=eas -DcomponentId=1e3bf92b2d9bb0493bcd3380127b0ca49ee7f50 -Dsun.net.inetaddr.ttl=0 -DHYPERION_HOME=/usr/local/oracle/hyperion -Dhyperion.home=/usr/local/oracle/hyperion -DEAS_HOME=/usr/local/oracle/hyperion/products/Essbase/eas -DESS_ES_HOME=/usr/local/oracle/hyperion/products/Essbase/eas/server -DEAS_LOG_LEVEL=5000 -DEAS_LOG_LOCATION=/usr/local/oracle/hyperion/logs/eas/easserver.log -DCLIENT_SERVER_DIFF_MC=true -Dweblogic.j2ee.application.tmpDir=/usr/local/oracle/hyperion/deployments/temp -Djava.io.tmpdir=/usr/local/oracle/hyperion/tmp ${JAVA_OPTIONS} "+
    +*Note: For Tomcat deployments, the setting to modify is JAVA_OPTS:*+
    +*JAVA_OPTS="-Xms256m -Xmx1024m*+
    4. Stop and restart EAS for the setting to take effect.
    Hope it helps....
    KosuruS

  • In iMovie I am getting this message...Unable to prepare project for publishing. The project could not be prepared for publishing because an error occurred.m file already open with write permission.

    In iMovie I am getting this message...Unable to prepare project for publishing.  The project could not be prepared for publishing because an error occurred. File already open with write permission. 
    How do I resolve this?

    Hi
    Most often it helps by - Turning Off the TimeMachine application - during work in iMovie.
    Yours Bengt W

  • Unable to prepare project for publishing. Error in user parameter list

    After editing the project in iMovie '09 I am getting strange problems.
    1) If I try to share the project to iDVD I get the Error Message: "Unable to prepare project for publishing. The project could not be prepared for publishing because an error occurred. (Error in user parameter list)". The same error message I get when trying to "Export Movie".
    2) If I play the movie (either in the preview window or in full screen), I hear the audio, but the video remains on the picture, I was, when I start playing. This wasn't the case until yesterday. I don't know, what has changed this.
    I am not sure, if both problems are connected.
    If I try to play a clip, everything still works well, means audio and video are playing as expected.
    Any ideas, what I could try to solve this (I already tried to restart iMovie, checked that I have the newest version 8.0.1 (740) and tried to restart my iMac?
    Leela

    I'm having the same problem, though it wasn't triggered by me importing anything. I had an almost complete project that I was just editing down and tightening up. I was making some deletions and moving some clips around when the project just went all wonky. If I hit the space bar the video will play. Audio, video and titles are all as they should be. But the editing window is frozen. The raw clips have disappeared from the upper left. When I restart the app the editing window is sometimes blank. But if I drag another application across the screen (like Mail or iTunes) the clips regenerate in the viewer window. This is a HUGE disappointment for me. After wasting an hour trying to solve this I now have to start completely from scratch with this project.

  • This pops up when exporting in iMovie "Unable to prepare project for publishing: The project could not be prepared for publishing because an error occurred. (ParamErr: error in user parameter list)" I have turned off my Time Machine in terminal.

    This pops up when exporting in iMovie "Unable to prepare project for publishing: The project could not be prepared for publishing because an error occurred. (ParamErr: error in user parameter list)" I have turned off my Time Machine in terminal yet it remains. What do I do, I need your help PLEASE.

    Hi
    Error -50 paramErr  Error in user parameter list
    Can there be any external hard disks - if so How is/are it/they formatted ? Must be Mac OS Extended (hfs) if used for Video.
    UNIX/DOS/FAT32/Mac OS Exchange - works for most but not for VIDEO.
    What this means in Your situation is above me.
    • free space on internal boot hard disk? How much ?
    Video codec
    • streamingDV, AIC etc. (not .avi, .mp4, .m4v, .wmv etc as they are containers not codecs)
    Pictures
    • in what format ? .jpg, .bmp, .tif, else ?
    Audio
    • from where/what format ? iTunes, .avi, .mp3, .aiff, else ?
    The "com.apple.iMovie.plist" file
    Many users has not observed that there are TWO libraries.
    • Library - at root level
    • Library - in user/account folder - THIS IS THE ONE to look into
    from Luke Burns
    I fixed the problem.. but it was very, very strange. I had a very long section for credits and set the line spacing to 1.0.. for some reason this caused it. I removed it, and it worked fine. I put it back, and I couldn't preview or play the video.
    I don't know why that could cause that big of a problem, but it did..
    Klaus1
    You need more free space on your hard drive.
    jonorparkerjon
    After phone support from apple I ended up creating a new project and adding all 117 clips back in individually till I found out what clips flagged and would not allow me to export. I had 3 I deleted and replaced and everything works now 1hr after tedious work....
    Where do Your material come from
    • Camera
    • External hard disk
    • USB-memory
    And all are connected so that iMovie can find it ?
    Yours Bengt W

  • While trying to burn a DVD off IMovie 09 I get the following message while trying to prepare: Unable to prepare project for publishing because an error occurred (-2125)

    While trying to burn a DVD off IMovie 09 I get the following message: Unable to prepare project for publishing because an error occurred (-2125)  Happened several times even after deleting and starting over. 

    Hi
    Error -49 opWrErr  File already open with write permission
    Trash the preference files while application is NOT Running.
    from Karsten Schlüter
    Some users notice on exporting larger projects from within iMovie that this operation is aborted with an 'error -49'
    This issue occours only on MacOs machines using 10.7x
    try switching-off the Local Mobile Backup
    in Terminal copy/paste
    sudo tmutil disablelocal
    Re-launch Mac
    Yours Bengt W

Maybe you are looking for

  • Header and Footer in Table

    Hi, Invoice Smartforms: I create main window with an table with header and footer. In this table they are a loop to the different billing item. When they are lot of billing item, the table continue in the next page. The Header of the table is display

  • I am seriously thinking about moving to the adobe Creative Cloud. My concern is that if my design bu

    I am seriously thinking about moving to the adobe Creative Cloud. My concern is that if my design business runs into hardship and I can no longer afford the monthly payments, what happens to my software and existing files?

  • My iMac will not start up after running on Yosemite since Beta 4

    Hi! I have successfully been running Yosemite since the Beta 4 on my late 2012 iMac (se spec below). But I did notice that the boot process delayed for some time after approx ⅓ of the progress line was passed. Today it did not pass this point. I had

  • Using  variables in etext template

    Hello All, I have a requirement where in I have to print totals in each trailer of a batch. I have to do totals only for a particular set of records. For doing sum there is a value column under each outboundpayment record. say /payment/value Output c

  • Keycode display program not working

    Hey, I wrote this code that detects the keycodes then displays them into the status bar and in the applet window, This worked fine. I then added an if statement so it would display the message "ESC KEY" if the Esc key was pressed I can't find any rea