Error!  File unknown

I was wondering if I could get some insight on a problem I'm having exporting video from FCP. It seems that when I try to export using quicktime conversion it tells me "error-file unknown". It's frustrating as you might guess. Anywho, any wisdom out there for me to help solve this problem? Thanks!

Interesting. Somebody else recently posted the same problem. QT export and Compressor worked, but QT conversion did not.
http://discussions.apple.com/thread.jspa?threadID=936643&tstart=0
Have you loaded anything on your system recently?

Similar Messages

  • I'm editing in FCS 5.1, but when I try to save the project, it says "File error: file unknown."  Any advice?  Thanks!

    I'm editing in FCS 5.1, but when I try to save the project, it says "File error: file unknown."  Any advice?  Thanks!

    have you tried doing a save as to a different location?  If that doesn't work, do a search here.  I seem to remember people having the same problem.
    You could also try doing an xml export (I think 5.1 has that capability). 

  • File error: File unknown (capturing)

    I just upgraded to FCP6 on my MacPro with 5G RAM, 250G HD. After "log and capture" 17 separate clips and saving intermittably, the computer gave me a "File error: File Unknown" warning window when I tried to save. "Quit" and "save" gave the same error as well as "Save as". I asked our IT dept about it and they didn't have any suggestions, besides trash the FCP pref file. While trying to recreate the error with IT, FCP6 worked fine and saved without error. Has anyone run into this problem with the new FCP6? Did it resolve itself? If not, what did you do?
    Thanks!
    kristina
    MacBookPro, MacPro   Mac OS X (10.4.9)  

    I have had this problem, although I don't have FCP6. The only way I've been able to solve it is exporting as an XML, and then quit without saving. Reimport the XML when you bring it back up.

  • Error in File UNKNOWN.RPT: The request could not be submitted for backgroun

    I receive: Error in File UNKNOWN.RPT: The request could not be submitted for background processing.
    The error is on a windows Server 2008 SP2 production server. The report generates fine if I run it from within Visual studio 2008 on the server but not through IIS. The Crystal Reports is the version that came with vs2008 (10.5).
    Initially I was getting unauthorized access errors so I granted full access to everyone for the bin and managed crystal report folders under program files. This fixed the unauthorized access problem but now I get the background processing error. I also tried to inpersonate an admin account with the same result. I tried to copy the crystal reports dll's to the bin folder for the project but that did not help either. I am running out of ideas. I did notice that a 16kb rpt file is generated in the Windows/temp folder every time I try to run the report.
    the crashing page is here Link:[http://futuretechgroup.com/cgi-bin/crystaltest.aspx]
    Here is the event log:
    Event code: 3005
    Event message: An unhandled exception has occurred.
    Event time: 5/24/2010 12:24:56 PM
    Event time (UTC): 5/24/2010 7:24:56 PM
    Event ID: 87ee3d9297fb409ea7b440b059a0f07d
    Event sequence: 4
    Event occurrence: 1
    Event detail code: 0
    Application information:
        Application domain: /LM/W3SVC/5172/ROOT-1-129192026961318172
        Trust level: Full
        Application Virtual Path: /
        Application Path: C:\inetpub\vhosts\futuretechgroup.com\httpdocs\
        Machine name: FTG2009
    Process information:
        Process ID: 3644
        Process name: w3wp.exe
        Account name: FTG2009\IWPD_1(yanoshftg)
    Exception information:
        Exception type: CrystalReportsException
        Exception message: Load report failed.
    Request information:
        Request URL: http://futuretechgroup.com/cgi-bin/crystaltest.aspx
        Request path: /cgi-bin/crystaltest.aspx
        User host address: 70.173.237.72
        User: 
        Is authenticated: False
        Authentication Type: 
        Thread account name: FTG2009\IWPD_1(yanoshftg)
    Thread information:
        Thread ID: 5
        Thread account name: FTG2009\IWPD_1(yanoshftg)
        Is impersonating: False
        Stack trace:    at CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened()
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob)
       at CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename)
       at cgi_bin_CrystalTest.CreateReport() in C:\inetpub\vhosts\futuretechgroup.com\httpdocs\cgi-bin\CrystalTest.aspx.vb:line 15
       at cgi_bin_CrystalTest.Page_Load(Object sender, EventArgs e) in C:\inetpub\vhosts\futuretechgroup.com\httpdocs\cgi-bin\CrystalTest.aspx.vb:line 9
       at System.Web.UI.Control.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)

    1. The OS is 32bit
    2. Yes. The C drive is the primary drive
    3. For the sake of simplicity and to troubleshoot the sample code has no datasource just 'Hello' in the report header. The Actual work order report that I need has ADO as datasource and it builds a PDF report without any problems when I run the page from VS2008 (development server) so I think the dll's are where thay are supposed to be. The c:\windows\assembly folder has about 25 CrystalDecisions files (10.5.37).
    Do I still need to create a deployment package even though I have everything else working?
    Below is the code I am using to create the report
        Sub CreateReport()
            Dim myReport As New ReportDocument
            'Try
            myReport.Load(Server.MapPath("CrystalReport.rpt"))
            'Catch ex As Exception
            'MsgBox(ex.InnerException.ToString)
            'End Try
            Dim g As Guid = Guid.NewGuid
            Dim woPath As String = "../FileTemp/" & g.ToString & ".pdf"
            'Try
            Dim CrExportOptions As ExportOptions
            Dim CrDiskFileDestinationOptions As New  _
            DiskFileDestinationOptions()
            Dim CrFormatTypeOptions As New PdfRtfWordFormatOptions()
            CrDiskFileDestinationOptions.DiskFileName = _
                                        Server.MapPath(woPath)
            CrExportOptions = myReport.ExportOptions
            With CrExportOptions
                .ExportDestinationType = ExportDestinationType.DiskFile
                .ExportFormatType = ExportFormatType.PortableDocFormat
                .DestinationOptions = CrDiskFileDestinationOptions
                .FormatOptions = CrFormatTypeOptions
            End With
            myReport.Export()
            'Catch ex As Exception
            'MsgBox(ex.ToString)
            'End Try
            Response.Redirect(woPath)
        End Sub

  • Error in File UNKNOWN.RPT  (Crystal for VS 2008)

    I have read and implemented nearly every suggested solution to solve this riddle of a Crystal Error I am stumped with.  Of course, on my dev box the report runs perfectly, as it should.  However, if I deploy my simple report web project to my client's Windows 2003 Standard Server, running IIS 6, I get this error.  I have literally implemented, or attempted to implement every single suggestion Google users have to offer, including adding security for nearly every user that has ever existed, to nearly every folder that has ever existed.  I have uninstalled/reinstalled/upgraded from Crystal for VS 2008, up to Crystal 12, down to Crystal 10.....and the same exact error appears.
    <br><br>
    Here is what my report app consists of:
    1. A single Crystal Report for VS 2008, in a reports folder (which I have granted full control permissions to everybody and my mother, along with permissions to Windows/Temp)
    2. That report, when called from the code behind, loads the report and immediately exports the report to a stream, so I can render that stream to a pdf viewer for the user.  (yes, very simple)
    3. (I do pass load a dataset that is passed into the report too)
    <br><br>
    What happens on the server when the report is referenced/ran<br>
    1. A Crystal .rpt file is geneated in the Windows/Temp folder<br>
    2. The frustrating error appears on the screen<br>
    <br><br>
    I have read through all BO suggested fixes for this, and nothing.<br>
    I have implemented all types of permissions changes, and nothing.<br>
    I have checked then rechecked the registry settings (even though everything happens on the C: drive), and nothing<br>
    I have reinstalled different versions/runtimes etc...and am now back to the original Crystal for VS 2008, and nothing<br>
    <br><br>
    My only total confusion, is that this report runs fine on my new Windows 2003 server.  The only difference between my server and my client's server, is that my client's server also has Helm installed.  That's it.
    <br><br>
    What is next?  Is there any other solution I have not tried?
    <br><br><br>
    Actual Error Message:<br>
    Error in File UNKNOWN.RPT:<br>
    The request could not be submitted for background processing. <br>
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. <br>
    <br>
    Exception Details: System.Runtime.InteropServices.COMException: Error in File UNKNOWN.RPT:
    The request could not be submitted for background processing.
    <br><br>
    Source Error:
    <br><br>
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. 
    <br><br>
    Stack Trace:
    <br><br>
    [COMException (0x800002ad): Error in File UNKNOWN.RPT:
    The request could not be submitted for background processing.]
       CrystalDecisions.ReportAppServer.ClientDoc.ReportClientDocumentClass.Open(Object& DocumentPath, Int32 Options) +0
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.Open(Object& DocumentPath, Int32 Options) +95
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +271
    <br>
    [CrystalReportsException: Load report failed.]
       CrystalDecisions.ReportAppServer.ReportClientDocumentWrapper.EnsureDocumentIsOpened() +333
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod, Int16 parentJob) +894
       CrystalDecisions.CrystalReports.Engine.ReportDocument.Load(String filename, OpenReportMethod openMethod) +85
       Reports.ViewQuoteReport.Page_Load(Object sender, EventArgs e) in C:\inetpub\wwwroot\AutoID\Reports\ViewQuoteReport.aspx.vb:30
       System.Web.UI.Control.OnLoad(EventArgs e) +99
       System.Web.UI.Control.LoadRecursive() +50
       System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627
    Version Information: Microsoft .NET Framework Version:2.0.50727.3603; ASP.NET Version:2.0.50727.3082
    Edited by: ohjonny on Feb 2, 2010 7:29 AM
    Edited by: ohjonny on Feb 2, 2010 7:30 AM

    I would pin this on the Helm (e.g.; works without, does not work with...). Couple of things you can try:
    1) Call who ever you got your particular Helm from and see if they have any ideas
    2) Use Process Monitor to see if it tells you what files / folders / reg entries are not being accessed. ProcMon is here:
    http://technet.microsoft.com/en-ca/sysinternals/bb896645.aspx
    Ludek

  • Error occurred when uploading file (unknown file format) in t.code SFP

    Hi,
    According to SAP Note 1465628 - ESI Limit increased and length of temp. ESI no increased, when we are doing Step 4. PDF form changes (valid for ECC 6.0 and above)....and point (i)...in transaction SFP (From - HR_IN_ESI_005_99), system shows the below message.
    Error occurred when uploading file (unknown file format)
    Message no. FPUIFB068
    Plz guide..

    Hi Anil,
    Refer following links :
    Re: Adobe Form assignment
    Adobe Uploading form error unknown file forma
    Hope this will help.
    Regards,
    Vivek

  • Error: 544 Error in File UNKNOWN.RPT

    I have an application that is still running Crystal 8.5 Reports.
    I periodically get the following error:
    Error: 544 error in file unknown.rpt.
    Access to report file denied. Another program may be using it.
    Open print job <PEOpenPrintJob>.
    There does not seem to be any consistency to when it happens.
    The reports reside on a server and the runtime application uses a.rpt on a shared directory.
    I can identify the last user to successfully print the report, have them logout of the application and the error goes away for a while. Different users can continue to print using the same .rpt. Then the problem comes back a little while later.
    It only appears to happen to one of the reports
    If I reboot the server the problem goes away for a couple of days. Then it comes back again.
    I have verified and reverified the report and all seems to be OK.
    Any suggestions are appreciated.
    Thanks,
    Leonard

    Thanks Don,
    I'm sure that is the problem.
    I am using Delphi 7 and creating the Crpe Object  during runtime by using the procedure to follow.
    Can you tell me how I would set the AsTempCopy option during runtime?
    Also, my entire application is using crpe32.dll to run reports. Are you saying I can no longer do this?
    We have purchased and tested crystal XI with my application I have just put off implementation in favor of other priority projects. Are there many enhancements to Crystal 2008 or can I save on the upgrade right now and implement XI?
    procedure TfrmPOPrint.btnPrintClick(Sender: TObject);
    var x: integer;
        cr: TCrpe;
    begin
      inherited;
      cr := TCrpe.Create(nil);
      cr.WindowButtonBar.PrintSetupBtn := True;
      cr.OnWindowClose := crWindowClose;
      if (Sender as TButton).Tag = 0 then
          cr.Output := toPrinter
      else
          cr.Output := toWindow;
      try
        cr.ReportName := '';
        cr.ReportName := fcrReportPath + fcrReportName;
        x:=0;
        while x < cr.ParamFields.Count do
        begin
          if (UpperCase((cr.ParamFields[x].Name)) = 'USERNAME')then
              cr.ParamFields[x].CurrentValue := Username;
          inc(x);
        end;
        cr.execute;
      finally
        cr.Free
      end;
    end;

  • TS3694 i have error when i install restore and update in file unknown occurred error 1015

    i have error when i install restore and update in file unknown occurred error 1015

    http://http://support.apple.com/kb/TS3694#error1015 this should help you with your problem.

  • 20544,"Error in File UNKNOWN.RPT:"

    Post Author: SaurabhM
    CA Forum: Crystal Reports
    Hi,
    20544,"Error in File UNKNOWN.RPT:Access to report file denied. Another program may be using it."
    I am getting this particular error after 20 instance of my report opens up.
    The crystal report verision i m using is 8.5 & i m using ocx control for the same .the front end is VBA excel.
    If anybody have any idea about rectification of this error pls do share.
    Thanks in advance.
    SauabhM

    Hi, 
    I haven't gotten this message creating a report but I have gotten it trying to publish to Crystal Enterprise.  I found out the version of Crystal I was using was older than Crystal Enterprise.  After I installed the service pack onto my machine the message went away. 
    I only got the message with reports using parameters from the repository.  New parameters without LOVs were fine. 
    Good luck,
    Brian

  • Save Error: File Type Unknown

    Ok So here it is
    I've been working on a project all day, saving all along and suddenly at the end of the day I go to save one last time and I get an error of "Save Error: File Type Unknown". At first I thought there was an unsupported file type somewhere in the project so I searched out all my non-video elements and they all checked out OK.
    I then started shutting down the machine at lunch and that seemed to remedy the problem at first, but now I get the error at least 6 times a week - VERY frustrating. I've tried doing save as, which results in either a full crash or the same error.
    I thought that maybe somehow the constant frames files were getting corrupted during the course of editing some how and started trashing those - no change still get the error.
    Also I am editing HDV and rendering out ProRes. So far no one has been able to help So I'm turning to you guys!
    Thanks guys!!

    I created a duplicate of my application on apex.oracle.com - the problem happens under APEX 4.0 as well...
    It might be easier to see what is happening here.
    WORKSPACE: SEATTLE_WAVE
    USER: testuser
    PASSWORD: mypassword10
    Thank you
    --rolf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • File unknown error

    Super frustrated here. Have a simple homeade 30 minute dvd I am trying to get into fcp. I used handbrake to bring it in as mp4. Have tried to use quicktime pro to convert it to .mov file, but keeps giving error message on trying to import, the message is 1 file recognized, 0 acces denied and 1 file unknown. What the heck am I doing wrong? Much appreciate any help.

    What the heck am I doing wrong?
    You are using applications that generate the wrong formats.
    Convert the VOB files using MPEG Streamclip (free) or DVDxDV (~$25) to an editable format such as DV.
    While DVDxDV costs, it is a simple app that does what needs to be done elegantly and with little drama. MPEG Streamclip is way too fussy for what I need it to do.
    x

  • LoadExternalModule throws error (-7 Unknown file extension) when working with source-code.

    Utility library function LoadExternalModule (admittedly marked as obsolete - but key to one of our older software)
    fails with error code (-7 Unknown file extension.)  in CVI 2012SP1 and 2013 Version 13.0.0(647) on Win7
    The suggested alternative Win32 API GetProcAddress doesn't work with source or obj files (so isn't an alternative at all)
    The Target-Settings to "Enable LoadExternalModule" are already checked.
    Any suggestions ?
    This code-snipped shows the behavior :
    // File "Main.c"
    #include <utility.h>
    int main(void)
    void (*funcPtr) (void);
    int moduleID;
    int status;
    // Library-Function-Error : -7 Unknown file extension.
    moduleID = LoadExternalModule ("Test.c");
    funcPtr = GetExternalModuleAddr (moduleID, "test_function", &status);
    (*funcPtr) ();
    return 0;
    // File "Test.c"
    void test_function(void)

    Hi,
    Thanks for teh inf regarding the LoadExternal Module,
    Using the LoadExternalmodule as you mentionned requires using a .obj file but this lead me to an issue getting a Control value from an .obj file called from a dll
    When using the LoadExternalModule function in CVI 2013, we can no longer use a .c file. Instead we have to use an .obj file.
    My issue is that' impossible for me to get a control value from an .iur managed by the .obj witchi is called by a dll. 
    Otherwise it's impossible for me to get the control vale when calling the .obj from a dll.
    Any suggestions Amigos
    Thanks

  • When i try to import from itunes into FCP 7 i get error, file error; 39 files recognized,0 access denied 243 unknown

    When i try to import from itunes into FCP 7 i get error, file error; 39 files recognized,0 access denied 243 unknown

    Be careful,  FCP is an open system which is great, but it allows you to work with formats that are not completely compatible with fcp and can cause serious problems down the road.  You can check the formats of all audio files brought into fcp by selecting them in the browser and hitting command-9,  Use compressor to convert all audio files to 48k 16 bit aiffs before importing to fcp.  There's a preset for this format in the apple presets.  You mention video files.  The same thing holds.  In particular, avoid bringing in h264 quicktime movies.  Convert to an fcp friendly format like prores using compressor.

  • Fin Rep 9.3.1 Error 5200 " Unknown Member: Same as Column A" in print prev

    Using Hyperion Financial Reporting Studio 9.3.1, we are attempting to print preview a report and received the following message:
    +5200 : Error executing query: ServerName/AppName/FinPlan/UserName/Error(1001005) Unknown Member [Same As Col  A] in Report+
    Error 1001005 is defined as "Unknown Member [%s] in Report"
    This seems odd to me as "Same as Column A" functionality is built into the application.
    Others have suggested on these forums that it could be a problem in the user POV. We don't seem to have a Hyperion/BIplus/bin/DeletePOV.cmd file in our system; perhaps that is another version of the software.
    This occurs both in Web view and when trying to print preview to PDF.

    What happens if you try and run the report from the workspace?
    I've seen some issues where conditional suppression didn't work in print preview from the studio but did when running the report in the workspace.
    I don't tend to rely on the print preview option anymore.

  • And again "The error was: Unknown alias" on incoming emails

    Good day for all
    I have read all topics about this error, search Google, this forums.
    My environment:
    Windows 2008 STD SP2 ENG
    MOSS 2007 SP2 + April 09 CU ENG
    Exchange 2007 + all recent rollup
    AD Windows 2003 Native
    Exchange, MOSS and DC is a dedicated servers for each.
    For this moment, I have use only mail-enabled lists, and all was working excelent. But now I need use mail-enabled groups (distribution groups). First that I did, is enable mail for Owners group of some test site.
    Group is created in OU, and all members is in place. I have try add and delete users from that group in MOSS - all changes replicated to AD's group.
    Then I try to send mail to that group, in MOSS log I found this errors:
    08/02/2009 22:49:12.22  OWSTIMER.EXE (0x0BA0)                    0x02F0 Windows SharePoint Services    E-Mail                         6873 Warning  An error occurred while processing the incoming e-mail file c:\inetpub\mailroot\drop\ec9ec1a901ca13a100000001.eml. The error was: Unknown alias.. 
    08/02/2009 22:49:12.22  OWSTIMER.EXE (0x0BA0)                    0x02F0 Windows SharePoint Services    E-Mail                         6871 Information The Incoming E-Mail service has completed a batch.  The elapsed time was 00:00:00.0029298.  The service processed 1 message(s) in total.  Errors occurred processing 1 message(s): Message ID: [email protected]   The following aliases were unknown: owners 
    When I execute command stsadm -o refreshdms -url http://sps-lab/sites/test I have another error:
    Error in the application.
    Same error and for -o refreshsitedms command. 
    Account for WSS Timer service and for Central Administration Application pool account is the same. This account member of Administrators group in a MOSS Server and has full control on OU.
    I was try setup 3 diffrent servers with MOSS - no luck, same error on each.
    Additional information:
    Using Reflector, i'm disasemble the refreshdms command. Then I run method's code in my custom application, i've got error Access Denied.
    Code:
    static void Main(string[] args)
    //using (SPSite site = new SPSite())
    Uri requestUri = new Uri("http://sps-lab/sites/test");
    SPWebApplication application = SPWebApplication.Lookup(requestUri);
    if (application == null)
    throw new FileNotFoundException(SPResource.GetString("WebApplicationLookupFailed", new object[] { requestUri.OriginalString }));
    foreach (SPSite site in application.Sites)
    site.RefreshEmailEnabledObjects();//Error is here
    return;
    Error:
    {"Server was unable to process request. ---> Access is denied.\n"}
    Inner StackTrace:
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.SharePoint.DirectorySoap.SPDirectoryManagementProxy.ModifyDistributionGroup(String Alias, String Name, String Description, String ContactCN, RequestInfo Info, DistributionGroupFlags Flags)
       at Microsoft.SharePoint.SPGroup.ChangeDMS(String dlAlias, String newFriendlyName, String newDescription, String requestor, Int32& jobId)
    That can i do more for troubleshooting?

    Hi,
    You mentioned that Central Administration Application pool account is a member of Administrators group in a MOSS Server and has full control on OU, but I am not sure how is the content application pool configured.
    If the content application pool account was not the same with Central Administration Application pool account, please make sure:
    Grant content application pool account with Design permission to Distribution Groups list in Central Administration > Operations > Approve/reject distribution groups.
    Follow the step by step guidance to configure the incoming mail:
    Configure incoming e-mail settings (Office SharePoint Server) (http://technet.microsoft.com/en-us/library/cc262947.aspx)
    After successful configured the DMS enabled incoming mail, you should see a request record when assigned a email address to a SharePoint group in Approve/reject distribution groups page and the group would be created automatically if the request was approved.
    Hope the information can be helpful.
    -lambert
    Sincerely,
    Lambert Qin | Microsoft TechNet Managed Forum Support
    Posting is provided "AS IS" with no warranties, and confers no rights.

Maybe you are looking for