Unable to prepare project for publishing The project could not be prepared for publishing because an error occurred. (Error in user parameter list) How do I fix this???

Unable to prepare project for publishing
The project could not be prepared for publishing because an error occurred. (Error in user parameter list)
How do I fix this???
I have downloaded my family movies captured on Hi8 video through a Dazzle hollywood DV-bridge to the iMac. Everything went well until I tried to finalize the project.

I'm having the same problem. 
When I export (and I want HD quality) I get the error message that
Unable to prepare project for publishing The project could not be prepared for publishing because an error occurred. (Error in user parameter list)
How do I free up more space on my startup disk?  My hard drive has 158.61 GB free.  Do I need to free up more space?

Similar Messages

  • The movie could not be sent to idvd because of an unknown er

    The movie could not be sent to idvd, because of an unknown error.
    I'm puzzled on this one I have created a movie from DV clips, the total movie length is 27 mins and I have 37gb of space left on the external drive, where the movie is stored.
    Does anyone have any further information to resolve this?
    Many Thanks
    Matt

    Hi Karsten, actually I did try moving it to the "Movies" folder on the internal drive, but still received the same error message. Right know we're having to export the movie back on a mini-DV tape and then reimport it back into iMovie as a new import in order to burn a DVD, but this means that we won't be able to edit the transitions, text, etc. in the future. We haven't had this specific problem before. I even tried pulling up another iMovie file on the external HD just as a test and had no problems in exporting it to iDVD, so it's something with this particular iMovie file that is causing the trouble. It's very frustrating! Any more suggestions would be most welcome!
    Thanks,
    Steve

  • Have recently updated Adobe Reader and now unable to open downloaded documents - Message received is could not open 'file name.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email a

    Have recently updated Adobe Reader and now unable to open downloaded documents - Message received is could not open 'file name.pdf' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded). When I check the file it shows Zero KB downloaded but the file appears - any suggestions?

    Obviously your download was not successful.
    What is your operating system?  How exactly do you download such files?

  • Every time I try to create a new project it says "The File Could Not Be Opened," how do I fix this?

    Every time I try to create a new project it says "The File Could Not Be Opened," how do I fix this?

    see if the "oddbal problems" fix helps:
    http://www.bulletsandbones.com/GB/GBFAQ.html#oddballprobs
    (Let the page FULLY load. The link to your answer is at the top of your screen)

  • 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

  • The request could not be submitted for background processing.

    Post Author: Chriss
    CA Forum: Administration
    It's an BOE XI SR2, on Win2k3 server, with a print cluster with two print spools, handling 3000+ printers. I discovered this error to be intermittent and only on one of the spools. It turned out that the only common factor was an HP4250 print driver. I backed all the 4250s down to 4200 drivers and the intermitent error ("Error in File. The request could not be submitted for background processing.") went from about 100 a day to zero. The other spool had a different version of the HP4250 driver and would on rare occassion cause this error, "Error in File ... Page header or footer longer than a page." but never the background processing error.
    For reference, when I got this error in XI R1, this was the solution for 'the error with one name and many causes':The error "The request could not be submitted for background processing" can be related to a corrupt or wrong versioned crpe32.dll in the Crystal bin folder. Renaming to crpe32.dll_bak and using the repair command in the the "Add/Remove Programs" tool in the "Control Panel" will reinstall the correct dll. Then restart the Crystal services.

    Post Author: krishna.moorthi
    CA Forum: Administration
    For Crystal reports :
    Error : "The request could not be submitted for background processing"
    I think,this was not related to a corrupt or wrong versioned crpe32.dll.
    but the below mentioned is one of the reason for getting this error.
    I got the error when the main report(crystalreports10) having more than 2 subreports not assigned proper tables for the subreports.
    Example: (this code raise the abone mentioned error.)
    rpt.SetDataSource(Exdataset);
    rpt.Subreports["subreportname1"].SetDataSource(Exdataset); // Exdatatset.Tables[1]
    rpt.Subreports["subreportname2"].SetDataSource(Exdataset);// Exdatatset.Tables[2]

  • Crystal Report Error "The requtest could not be submitted for backgroung p"

    Our Web applciation is using ASP.Net Framework 2.0 and Crysal Report Assembly version is 10.2.3600.0
    After fetching one particular report we are getting below error
    "Error in file c:\windows\temp\FileName{1B044BEA-1C14-44DF-92DC-107455F949FD}.RPT
    The requtest could not be submitted for backgroung processing."
    There is no problem while fetching data from backend procedure. It runs without error.
    Is there any hot fix for the same?

    We too are facing same challange with CrystalReports Version=10.2.3600.0
    Can some body post resolution.
    Thanks in advance.
    -Murali

  • Crystal Reports VS 2008 "The request could not be submitted for background processing"

    Hi,
    I am going to try to explain this issue the best I can. Please let me know if you need any other information or have any ideas as I have exhausted my resources. We have an ASP.NET application that has highly formatted crystal reports in them that the users can export as PDFs. All reports export without a problem when the application is run off of our desktops. The reports use a sql server authenticated user, executing stored procedures, and each subreport is linked by the main parameter. We are using Visual Studio 2008 version 3.5 SP1 with Crystal Reports Basic for Visual Studio 2008 on Windows 7 Enterprise SP1. We have designed the reports in Crystal Reports XI Release 2 (11.5.12.1838) and imported them into the ASP.NET application. When trying to export the reports as PDFs from the development or production servers, we get the error message below for some, not all, reports:
    System.Runtime.InteropServices.COMException (0x800002AD):  Error in File C:\Windows\TEMP\KeyAccountProfile {9FA5C095-77A2-425D-AC6B-8BB66B435336}.rpt: The request could not be submitted for background processing.     at CrystalDecisions.ReportAppServer.Controllers.ReportSourceClass.Export(ExportOptions pExportOptions, RequestContext pRequestContext)     at CrystalDecisions.ReportSource.EromReportSourceBase.ExportToStream(ExportRequestContext reqContext)
    We have cleared the temp directory on the servers before exporting and are still receiving the error. We have installed Crystal Reports Basic Runtime for Visual Studio (10.5.2.0) on both servers. I have identified the underlying issue to one stored procedure/subreport that is causing the report to fail. The weird thing is, when we change the connection to point to development, the stored procedure/subreport runs fine for the report that generates an error when run from production, and the data is the exact same. I have tried rebuilding the subreport but the error still appears even though it runs fine for other reports.
    I have been through the document below, and othe similar issues in the forums, but still have not found a resolution. I was trying to use the "modules" application put since this is an ASP.NET application I am unsure of which executable I should be looking at.
    http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/50a6f5e8-8164-2b10-7ca4-b5089df76b33?QuickLink=index&overridelayout=true&36837934524320
    Thanks in advance for your assistance,
    Brad Hood
    06-26-14
    OK.. I did some more investigating on this today. I have found out when I move the sub report that generates the error under another sub report, the sub report in question runs without issue. But when I try and move the sub report that produces the error above any other sub report, the error still generates. Can this get any weirder.... FYI.. there is a total of ten sub reports on this report.

    Hi Brad
    I'm not sure that Modules would show us anything in this case, so let's try a few other things:
    1) Make sure you are using SP 1 for Crystal Reports Basic Runtime for Visual Studio:
    Crystal Reports for VS 2005 and VS 2008 Updates & Runtime Downloads
    2) Seeing as this works on dev, this may be some db inconsistency so enabling the report option "Verify on 1st Print" will be a good idea.
    3) Double check the database client and make sure the same client is used on dev and deployed systems. Actually I take back my Modules negative as this is where it may prove useful. Once you have the Modules logs, look at who is loading the crpe32.dll, then look at that process and see the client dlls.
    4) Check the printer driver; see if there are any updates. Try a different printer driver.
    Ten subreports is not too bad, though not that good either as you are loading the report engine with at minimum 11 simultaneous reports (each subreport is considered to be a report). If a subreport is in a details section and the details section returns a 100 records, you are running 100 + 1 reports. This may lead to memory issues, which may lead to the error.
    If I was a betting man, I'd put most of my money on the printer driver (based on your last addition to your post). What ever money I had left would go to some database issue (be it actual data or client related).
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • I tried getting the update for my new iphone and now it is asking me to activate it again but won't let me, how do I fix this?

    I tried getting the update for my new iphone and now it is asking me to activate it again but won't let me, how do I fix this? I had started using it for a few hours and tried getting the update and now it won't let me activate the phone. I also can't call the helpline because it won't let me leave this screen on the phone that says "Your iPhone could not be activated because the activation server is temporarily unavailable. Try connecting your iPhone to iTunes to activate it, or try again in a couple of minutes." What it says on iTunes after I fill out the activation info is "There was a problem activating your iPhone. Please contact Verizon Wireless at 1-800-922-0204 to have this iPhone added to your account. Click Continue to be able to explore its features and the App Store." Please help this is driving me nuts!

    iPhone User Guide
    http://manuals.info.apple.com/en_US/iphone_user_guide.pdf

  • Error: The request could not be submitted for background processing

    I'm getting an intermittent error in our custom reporting application using Crystal Reports Server XI R2 w/ SP1:
    Error in File C:\WINDOWS\TEMP\{F6D30537-956A-458C-96D0-84ECB520D688}.rpt: The request could not be submitted for background processing.
    I'm using the Report Application Server XI Release 2 .NET SDK. This is the code that produces the exception (The export type is pdf):
    ByteArray ba = this.reportClientDocument.PrintOutputController.Export(ConvertExportReportTypeToCrystalReportExportType(),0);
    The error is also logged by Business Objects in the crystalras log file:
    ErrorLog 2007 12  3 12:24:56.531 6624 4872 (\servers\ras\dtsagent\reporthandler.cpp:11592): CReportHandler::buildReportViewerError: CSResultException thrown.   ErrorSrc:"CRPE" FileName:"\servers\ras\dtsagent\reporthandler.cpp" LineNum:11588 ErrorCode:685 ErrorMsg:" Error in File C:\WINDOWS\TEMP\{F6D30537-956A-458C-96D0-84ECB520D688}.rpt:
    The request could not be submitted for background processing." DetailedErrorMsg:""
    This has been happening regularly about once a week, at which point the RAS fails and no more reports can be run until the CMS and RAS servers have been restarted.
    Has anyone else had this problem, or have any ideas?
    Thanks

    It was not a  bug (not in all cases anyhow), but it is one of those error message that might as well say; something went wrong. I wrote an article on the most likely cases for the error and the article can be downloaded from here;
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50a6f5e8-8164-2b10-7ca4-b5089df76b33
    See if the above article will help you out. Please note that having the latest SP / FP is step one. The downloads page is here;
    http://service.sap.com/sap/bc/bsp/spn/bobj_download/main.htm
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup

  • "Error in File : c:\DOCUME~1\ASPNET\LOCALS~1\Temp\temp_e9999.rpt; The request could not be submitted for background p

    I have a legacy reporting system written in VB.net (2003).  (SQL Server backend)   (I have .Net 2005 on my PC).  The reporting system opens and generates the Crystal Reports.  In the past, the .rpt files could simply be updated and the users would see the new report.  None of the original developers are at this company anymore. 
    Here is what is going on...  I modified a report - saved it as a .rpt in CR XI.   When we placed it in the proper directory - a vague error message is generated stating: "Error in File : c:\DOCUME1\ASPNET\LOCALS1\Temp\temp_e999999999999999.rpt; The request could not be submitted for background processing."  (where 99999 = bunch of characters generated for storing the file.). 
    One strange thing is that this reporting system is running as a webservice on a webserver.  So, why is it trying to store anything on the C drive??  In addition, when I search for the file - it does not exist.
    So.... I decided to try the least offensive thing - open a report that HAD been working - save it in a previous version (CR 10) and move that rpt into the proper 'production' folder.  Same error message/different temp file name. 
    I tried deleting crqe.dll from C:\WINDOWS\system32.  I thought that might be a problem - but I still get the same error.
    I just don't know what to try next.  Any advice would really be appreciated.

    The file that you are talking about is a temporary file that is generated while populating the report at clients side. This Temp file is used by Crystal to temporarily store data in it until the full report is ready to be displayed.
    I am little confused as I am not sure if you are using VS2005 or VS2003 as VS2005 is not compatible with CR10. Is there any change made in the app or in server ?
    AG.

  • The requtest could not be submitted for backgroung processing.

    Our Web applciation is using ASP.Net Framework 2.0 and Crysal Report Assembly version is 10.2.3600.0
    After fetching one particular report we are getting below error
    "Error in file c:\windows\temp\FileName{1B044BEA-1C14-44DF-92DC-107455F949FD}.RPT
    The requtest could not be submitted for backgroung processing."
    There is no problem while fetching data from backend procedure. It runs without error.
    Is there any hot fix for the same?

    We too are facing same challange with CrystalReports Version=10.2.3600.0
    Can some body post resolution.
    Thanks in advance.
    -Murali

  • It says "can not install the driver: could not find media for this driver"

    I am havin problem with sound in my Compaq presario V6406TU. When i try to install, it says  "can not install the driver: could not find media for this driver", how ever i get a beep for every error message.  In my device manager there is no UAA and in services.msc windows audio is started.
    I have tried almost everything on net but not able to solve this, plz help.

    vendor wrote:
    = No SB0220 support available? SO, IS THERE exactly a model numbered as SB0220 AT ALL?
    I think there is not.
    Yes My Sound Card is exaclty SB0220. I have downloaded the patch and start it. After that I configured the installer and now I have creative drivers. But are they the best for my sound card? After all I`ve pathed the installer and some sort lied it. If the drivers are for my model, why should I path it's
    Yes, I've seen a true SB0220 too on a picture after writing that comment so there is true SB0220 model. But, are you sure your card is SB0220? Did you look the number from a sticker on card board w/ serial number lik MSB022xxxxxxxxxxx where the SB022x is the true model number for your card.
    Why you didn't got drivers installed for your card is, because the installer doesn't support the model SB0220 (supported cards are listed in ctcomp.dat -> this is the file ctcomp.exe patches).
    IIrc, those drivers are the latest ones for your card. If you like to, you can try soft-mod your card the way, you can use Audigy series drivers (which are a bit newer) -> http://www.tech-pc.co.uk/audigy-2.php (i.e. you just use ctcomp.exe utility to patch the installer for Audigy drivers (use these drivers st - http://www.station-drivers.com/telechargement/creative/%20audigy%205.2.0.042.exe) (newer installer maybe can't be patched w/ ctcomp).
    jutapa

  • "The movie could not be sent to QT, because a file couldn't be found"

    When I try to export a 2 1/2 min. iMovie video I made today in pretty much any format, I get the following:
    "The movie could not be sent to QuickTime, because a file couldn't be found.
    Please make sure that your project disk has write permission, and that you ahve enough disk space. This error can also be caused by some third-party iMovie HD plugins" then tells me what to do if I have said plug-ins. I have no plugins for iMovie.
    The flash drive I'm attempting to save to has almost 80mb of available space. Also, something /does/ get saved on my drive, but the (Windows) computer I try to transfer it to won't recognize it and my MacBook's QuickTime refuses to play it.
    What is going on?

    Welcome to iMovie Discussions.
    iMovie - and other Mac programs - prefer (..or need!..) to have any discs, or other devices on which you're saving movie files, to be formatted as 'Mac OS Extended'.
    That's different from the (generally) FAT32 format which Windows PCs use. And although Macs can read Windows-formatted discs - so your MacBook can read what's on your Windows-formatted flash disc - Windows machines generally cannot read Mac-formatted discs, so, er, you'd have a problem or two if you want to use any Mac-formatted device with a Windows machine!
    Your flash drive - and anything else on which you've saved your 2.5 minute iMovie video - would need to be formatted as 'Mac OS Extended' if you want to use it for iMovie editing ..but you should be able to store a 'self-contained' QuickTime movie on it perfectly well in its PC-formatted state, and that movie should play in Windows when you plug it into a Windows machine if you have the latest Windows version of QuickTime on the Windows PC.
    So maybe you exported your iMovie to QuickTime, onto the flash disc, but not as a self-contained movie. If it IS self-contained, then the complete movie would be there, and it's pretty much guaranteed to play. But if you didn't tick the 'self-contained' check-box, then all that gets saved is a very small file (called a "reference file") with a set of "pointers" to what's in the original iMovie project. In other words, you've saved only the details of how to play the movie, without actually saving the actual video file(s), which remain on your MacBook, instead of being on the flash disc.

  • My daughter changed the password on her ipod touch and it will not allow her to put letters in so therefore she is locked out! how can we fix this

    My daughter has changed her ipod touch password and it will not allow her to put in letters so therefore she is locked out! How can she fix this?

    Connect the iPod to its syncing computer and restore via iTunes.  If iTunes asks for the passcode and you can't enter the passcode or yu do not have the syncing computer, place the iPod in recovery mode and then restore. For recovery mode see:
    iPhone and iPod touch: Unable to update or restore

Maybe you are looking for

  • Connection to MySQL database, DBCO settings

    Hi experts, I need to connect to a MySQL database located on a different side. I do have the IP and domain name (e.g. my.test.com), MySQL DB name (SAPtest), Username (SAPuser) and Password (*****). I did following entries under DBCO: Name: SQLtest DB

  • What is average cpu usage for itunes? when idle?

    I've noticed lately that itunes is using 6% cpu when I'm doing absolutely nothing, even with the window x'ed out. It seems to stay at 6% pretty steadily too doesn't fluctuate when idle; but when I open up the window and attempt to play music, the cpu

  • MEncoder: DVD to avi with subtitles results in screen flicker

    I'm trying to make an avi-file using mencoder with subtitles. Playing the DVD, or the VOB-file in mplayer works and encoding it without subs in mencoder works, but as soon as I include the subs, the avi-movie starts to flicker like crazy after the fi

  • UWL list showing the workitems wrongly.

    Hi , In the UWL list the sometimes the workitem is displayed with wrong information. If I have 4 work items which are expected to be displayed in the UWL list, Instead the UWL shows three work items. The work item combines the decription of the other

  • Small network oddity

    When stopping my network, I get the following message: cat: /etc/dhcpc/dhcpcd-eth0.pid: No such file or directory Instantly following that, I seem to be given the usage details for the kill command, and then I receive [fail]. Any ideas why I get this