Export Failed (To Excel)

I searched a few threads showing the same problem... only without any confirmed solution. Exporting a workbook to excel comes up with 'export failed' while all the other exports work fine.
I've increased virtual memory on the computer.... and still Discoverer cannot export to excel. I also tried exporting on a server with over 7 gigs of memory. I am guessing the problem the process of formatting data to excel format.
Any other suggestions ??
Thanks.
Edited by: user10147500 on Jun 3, 2010 11:25 AM
Edited by: user10147500 on Jun 3, 2010 11:28 AM
Edited by: user10147500 on Jun 3, 2010 11:29 AM

Hi
Are you by chance using Windows XP with Service Pack 2 installed. Microsoft, as always, does not quite tell you everything that they changed. The big one this time is that Service Pack 2 sets a registry switch that by default prevents Internet Explorer from transferring applications between zones. To Microsoft, running something from a web server (Discoverer) and then running something on your PC (Excel) means running applications in two different zones. With that switch set, your PC cannot switch zones when running Internet Explorer and so cannot open Excel from within Discoverer Plus or Viewer.
To allow Discoverer Plus to call a local copy of Excel you need to reset the switch so that it one again allows zone switching, like the old XP. The switch should be set to 0.
Follow this workflow:
1. Open your registry and look for this setting:
[HKEY_LOCAL_MACHINE]/Software/Microsoft/Internet Explorer/Main/FeatureControl/FEATURE_ZONE_ELEVATION/iexplore
It is probably set to 1 and it should be set to 0
In the Windows environment:
1. Start | Run | Regedit (to open the registry)
2. Locate the following key path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Main\FeatureControl\FEATURE_ZONE_ELEVATION\iexplore.exe
3. Change the value of this setting from 1 to 0 then close the registry editor
4. Ensure that the following settings for the .xls & .html file types are unchecked:
a) Open Windows Explorer
b) Goto Tools | Folder Options | File Types tab
c) Select the Extension XLS (or HTML) then click on the Advanced button
d) At the botton of the screen are three settings that use checkboxes. If either of the following two are checked, un-check them:
'Confirm Open after Download' and 'Browse in same window'
5. Select the OK button
6. Click the Apply button
7. Re-boot the PC
Let me know if this helps
Best wishes
Michael

Similar Messages

  • Excel 2003 Export fails with Diadem 8.10

    We still use Diadem 8.10 on some test stands.  These stands were just loaded
    with the Office 2003 suite.
    Since then, Diadem 8.10 cannot export our data to Excel.  Everything seems
    fine in Diadem.  The export assistance appears to work as always.
    When we try to open the exported file in Excel, we get this error:
    >  "The document is corrupt and cannot be opened.  To try and repair it, use the Open and
    >  Repair command in the Open dialog (File menu) and select Extract Data when prompted.
    Then Excel shows "Extracting Data from Export_Data.xls" in the status bar, with a progress control.
    Eventually, Excel shows this error:
    >  Errors where detected in 'Export_Data.xls,' but Microsoft Office Excel was
    >  able to open the file by making the repairs listed below.  Save the file
    >  to these repairs permanent.

    >  Damage to the file was so extensive that repairs were not possible. Excel
    >  attempted to recover your formulas and values, but some data may have
    >  been lost or corrupted.
    The result is an Excel file with the correct name, but all cells are empty.
    I have tried reinstalling Diadem 8.10, but the results are the same.  I can install
    Diadem 9.10, and Excel exports are perfect. 
    Unfortunately, the scripts for our application do not work in 9.10, so we must use
    8.10 for a while yet.
    Any ideas to fix the Excel export function for 8.10?

    Hi jbrandim,
    What happens if you take that Excel file created by DIAdem 8.1 and try to open it in an older version of Excel?  Presumably this used to work fine for you prior to Excel 2003.  Does it still?  If it does still work, what happens if you then resave this imported Excel file with the older version of Excel.  Can this new (resaved) Excel file be opened in Excel 2003?
    The new Excel export code that is working correctly for you in DIAdem 9.1 will likely have trouble running in DIAdem 8.1.  You could try replacing the "...DIAdem\AddInfo\gfsexcel.dll" in the DIAdem 8.1 directory with the new file from the DIAdem 9.1 directory, but there are no guarantees.  You should save a backup version of the dll in case it doesn't work.
    Brad Turpin
    DIAdem Product Support Engineer
    National Instruments

  • Problem in exporting data to excel in nwds 7.3

    Hi All,
    I was using the following code for exporting data to excel in NWDS 7.3
    private IWDCachedWebResource getCachedWebResource(byte[] file, String name,
    WDWebResourceType type) {
    IWDCachedWebResource cachedWebResource = null;
    if (file != null) {
    cachedWebResource = WDWebResource.getWebResource(file, type);
    cachedWebResource.setResourceName(name);
    return cachedWebResource;
    I was getting the error in the following line cachedWebResource = WDWebResource.getWebResource(file, type); when I clicked the quick help it ststed the getWebResource method is depricated.  Kindly provide some assistance on what is the new method in its place.
    Thank you
    Regards,
    Preet Kaur

    Hi Ganesh,
    Thanks that worked fine, but when we go further we are facing problem ie
    byte[] excelXMLFile;
    IWDCachedWebResource cachedExcelResource = null;
    String fileName = dataNode.getNodeInfo().getName() + ".xls";
    try {
    // create Excel 2003 XML data as a byte array for the given context node,
    // attributes and headers
    excelXMLFile = toExcel(dataNode, columnInfos).getBytes("UTF-8");
    // create a cached Web Dynpro XLS resource for the given byte array
    // and filename
    cachedExcelResource = getCachedWebResource(
    excelXMLFile, fileName, WDWebResourceType.XLS);
    // Store URL and file name of cached Excel resource in context.
    if (cachedExcelResource != null) {
    wdContext.currentContextElement().setExcelFileURL(
    cachedExcelResource.getURL());
    wdContext.currentContextElement().setExcelFileName(
    cachedExcelResource.getResourceName());
    // Open popup window with a link to the cached Excel file Web resource.
    openExcelLinkPopup();
    } else {
    wdComponentAPI.getMessageManager().reportException(
    "Failed to create Excel file from table!", true);
    } catch (UnsupportedEncodingException e) {
    wdComponentAPI.getMessageManager().reportException(
    e.getLocalizedMessage(), true);
    } catch (WDURLException e) {
    wdComponentAPI.getMessageManager().reportException(
    e.getLocalizedMessage(), true);
    The above bold lines also would need to be converted to inputstream, but not sure how to correct that
    We are following the below pdf for the implementation.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/edc2f3c2-0401-0010-8898-acd5b6a94353?QuickLink=index&overridelayout=true
    Thank you
    Regards,
    Jaspreet Kaur

  • Exporting list to excel..order changes?

    hello. thanks for the time and effort.
    i'm a SharePoint 2013 noob. so forgive the simple question.  we moved a team site from SharePoint 2010 to SharePoint 2013 and now a user is complaining that when they export to excel the list they see in IE the order gets changed around when it is exported
    to Excel. They said it worked in SP 2010 where the list they saw on the team site was exported in the same order to Excel.  It's an odd question that I wouldn't know where to start to look.  Thanks again.
    Also i did see that it cannot be exported when you open the site in Chrome due to ActiveX controls. 

    Hi,
    According to your post, my understanding is that you wanted to  exporting list to excel. However, the orders were changed.
    I recommend to create a page and add a Data View Web part using SPD on the page and then use SharePoint list as a Data source and add all items into the web part.
    Then from Data view web part exported data to excel.
    In addition, I recommend to modify view to remove the content type column.
    Here are two similar blogs for your reference:
    Question sequence is disordered when we export a survey list to excel
    SharePoint 2010 Export to Excel 2010 Fails to Export All Fields in Some Views
    The list cannot be exported when you open the site in Chrome due to ActiveX controls.
    An ActiveX control is used in SharePoint 2013 to validate if you have Excel installed or not.  You can try it out with Chrome on Windows -- it will fail.  
    Take a look at these ActiveX controls in use with SharePoint 2013:
    Plan browser support in SharePoint 2013
    More information:
    Chrome - Limitations with SharePoint 2013
    Thanks,
    Linda Li                
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Linda Li
    TechNet Community Support

  • "Export to Microsoft Excel" in Bex Web

    Hi Experts,
    I am refreshing report in Bex web and trying to save in Excel format.
    I am hitting on " Export to Microsoft Excel" button.
    It works fine with 65 pages report , but fails to export for report with 265+ pages.
    This report has 7+ columns.
    We are using MS 2007 version and BI 7.0
    Wanted to check if there are limitations or if any SAP NOTES or PATCHES would help me.
    I quick reply would  of great help to me.
    Thanking in advance.
    VS8VIV

    Hi,
    unfortunately SAP still limitate exporting to EXcel files no more
    than 65,536 rows , currently there is no solution available for this
    issue.
    Please check note 1040454 and its restrictions from the .NET
    environment, leading to the limitation of 750.000 cells. If one
    considers the currently existing limitation of 65536 rows, this
    would mean something around 11 columns. Even when more rows are
    supported, the maximum number of cells that the .Net process can
    handle would not increase.
    1178857 Additional information: Export to Excel functions.
    For huge queries SAP offers Open Hub as a 3rd party tool. Please refer
    to the following link for more information
    about this:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/504797dc-9467-2a10-52ba-acd35244cd39
    Regards,
    Venkat

  • Connection to Discoverer Plus (10g) lost when exporting workbook to Excel

    I have a user who was exporting a workbook to Excel and it showed that the export failed. When she closed that box, she got a message that her Connection to Discoverer was lost.
    Anyone experienced this one? Any ideas why this is happening?
    Cindy

    Hi Kevin
    It will do this if you change the parameters away from the default and you have told Discoverer to remember parameter settings. This is controlled by an entry called SaveLastUsedParamValue in pref.txt on the server.
    If this is the cause then its not a bug. All Discoverer thinks is that you have changed something. Even switching an item in Page Items could trigger this.
    If you have users who only need to View reports why not use Viewer? You can turn off saving altogether there if you so wish.
    Best wishes
    Michael

  • Issue while exporting report in Excel Format

    Hello,
    I am facing problem while exporting the report in Excel Format. After analysis, I think that it could be due to two reasons, either we are using wrong versions of Jars, or we are using wrong API. Here is the code, approaches and problems we are facing. Please help.
    First approach we are using is:
    // using basic API
    import com.crystaldecisions.reports.sdk.ReportClientDocument;
    // get client document from crystal report API and open the report by specifying the report name, with path
                   ReportClientDocument reportClientDoc = new ReportClientDocument();
                   reportClientDoc.open( reportPath, 0 );
                   // give chance to extending classes to configure the report document by POJO or by sql parameter etc, just adding the parameters infromation using ParameterFieldController
                   configureReportDocument( reportClientDoc, reportMetadata, reportData, reportContext );
                   // get data source of crystal report
                   Object reportSource = reportClientDoc.getReportSource();
                   // export the data - we have also tried with MSExcel format
                   ReportExportFormat exportFormat =  ReportExportFormat.recordToMSExcel;
                   LOGGER.debug( "exportFormat[" + exportFormat + "]" );
                   ByteArrayInputStream byteArray = (ByteArrayInputStream) reportClientDoc.getPrintOutputController().export(
                             exportFormat );
    Problem Faced: Specified Excel format is not supported.
    Second Approach: We come to know that excel format is supported with new releases and with occa package.
    Then we tried with import com.crystaldecisions.sdk.occa.report.application.ReportClientDocument; It ask to set the ReportServer. When we are trying to set the server as
                   reportClientDoc.setReportAppServer(ReportClientDocument.inprocConnectionString);
    Application is unable to find 'ReportClientDocument.inprocConnectionString' property. It seems like we are using some old jars. However we have downloaded the latest released jars for eclipse 2.
    Please help for it. Issue is to export the report in excel format, which is currently working fine for PDF. If this problem is related to Jars, please suggest the path to download the latest jars. We also looking for the latest jars like rasapp and rascore etc. But these are not available with Crystal Report for Eclipse 2 release.
    Waiting for urgent help. Thanks you..
    Regards,
    Mohit

    Hi,
    Send me Environment Details .
    Here is the code  snippet for exporting report to excel format:
    <%@ page import="com.crystaldecisions.sdk.occa.report.application.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.definition.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.data.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.lib.*" %>
    <%@ page import="com.crystaldecisions.sdk.framework.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.managedreports.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.infostore.*" %>
    <%@ page import="com.crystaldecisions.sdk.occa.report.exportoptions.*" %>
    <%@ page import="java.util.*" %>
    <%@ page import="java.io.*" %>
    <%
    String username ="Administrator";
    String password ="";
    String cmsname ="localhost:6400";
    String Authen ="secEnterprise";
         //connecting to Enterprise
         IEnterpriseSession es = CrystalEnterprise.getSessionMgr().logon(username,password,cmsname,Authen);
         //get the report App Factory form the Crystal Enterprise
         IReportAppFactory appFactory = (IReportAppFactory) es.getService("","RASReportService");
         //get the infostore service form the Crystal Enterprise
         IInfoStore istore = (IInfoStore) es.getService("","InfoStore");
         //get the report by name from crystal Enterprise
         IInfoObjects iobjects = istore.query("Select * From CI_INFOOBJECTS Where SI_NAME = 'sampleramz2.rpt' and SI_INSTANCE = 0 ");
         //open the report in the report doc object.
         ReportClientDocument Doc = appFactory.openDocument((IInfoObject)iobjects.get(0), 0, Locale.ENGLISH);
         // WORKING WITH THE PRINT OUTPUT CONTROLLER
         //Use the report documents PrintOutputController to export the report to a ByteArrayInputStream
         ByteArrayInputStream byteIS = (ByteArrayInputStream)Doc.getPrintOutputController().export(ReportExportFormat.recordToMSExcel);
         // EXPORTING THE REPORT
         //Create a byte[] (same size as the exported ByteArrayInputStream)
         byte[] buf = new byte[2000 * 1024];
         int nRead = 0;
         //Set response headers to indicate pdf MIME type and inline file
         response.reset();
         response.setHeader("Content-disposition", "inline;filename=ramz");
         response.setContentType("application/xls");
         //Send the Byte Array to the Client
         while ((nRead = byteIS.read(buf)) != -1)
              response.getOutputStream().write(buf, 0, nRead);
         //Flush the output stream
         response.getOutputStream().flush();
         //Close the output stream
         response.getOutputStream().close();
    %>
    Let me know any information is needed,
    Regards,
    Rameez

  • How to reserve the page size when exporting to MS Excel 2010

    Hello. I have a report which exports to MS Excel 2010. I applied the page size as legal in Crystal Report and would like to use the same page size in Excel
    However, MS Excel print preview says the page size is letter.
    How could I keep the same page size in Excel as I applied in Crystal Report. We have a lot of business reports and would like to avoid applying page setting manually in Excel when users print them out each time.
    Thank you.

    Hi Christine
    I am in the process of writing a doc on the different options in CR and the "No Printer" option sis one of those. Seeing this post, made me wonder as this looked like a questionable behavior. My testing does not support your observations. Now, I did a very simple test;
    Created a report, set "No Printer", set the paper size and legal orientation. Exported to XLS - any format, and the export maintained legal paper size in all instance. I did a few other variations, but I can never get the report to export anything other than Landscape.
    Can you  please let me know the version of CR you are using?
    You may also want to attach the report here with saved data (to attach rename the rpt to txt, then in the reply hit on the "Use advanced editor" link and attach.
    BTW.; I am using CR 2013.
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow us on Twitter

  • Exporting Data to Excel

    Hi guys! I'm pretty stuck atm so any help would be most gratefully received! I am now at a point where my program is controlling everything properly and reading the data from the logger correctly.
    I am using 8.5, using the DAQ assistant sampling at 10Khz reading the samples of the buffer at 1khz, across 8 channels and plotting this to a waveform chart. So far so good..
    My problem lies in exporting this to Excel, I started using the write to spreadsheet vi but this never properly worked and straight to excel would make life a whole lot easier!
    1) I'm expecting roughly 50,000 data points (5 seconds at 10kHz) off each channel, but is this more than Excel can handle? Anyway round this or do I need to take every 10th value or similar?
    2) I am only getting roughly 50 data points for each channel! What is going on here? I have tried converting the DDT to an array, autoindexing and then reading this outside the while loop. I have tried convert DDT to array, then using buil array function inside the while loop then exporting this. All to no avail!
    3) My values are roughly of the order or 0.00001 or lower, I can only get Excel to write values to 0.0001 decimal places, can i change this at all??
    I am trying to use the Excel Vi's supplied under the report generation pallett. So my problem is I'm expecting thousands of data points, I'm getting maybe a few hundred 0.0000 with the occasional 0.0001 thrown in for fun!
    Thanks
    Jon

    Hi Jon,
    in this vi I cannot find any writing routines... Maybe they are hidden in one of those missing subvis...
    Cleaned up the attachment nevertheless
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome
    Attachments:
    Quench Velocity.vi ‏140 KB

  • Issue while exporting report to excel

    I have a report created using ssrs.
    In that i have set the body background property to an image
    And also set a header in the report
    Now while exporting it to excel, I need to remove the body background  image and header
    Need Help
    Thanks
    Abhinav

    The workaround is to use a parameter that control the hidden properties and image/value properties of the header contents and background image path respectively. We need to place the header contents to a textbox or a rectangle so that the "hidden"
    properties can be set or reset. Similarly for the image path or value properties of body section can be set or reset using expression. I am using external image URL. Refer below step.
    1. Add a parameter "Export". Set the Available values
    as "Specify values" and add the below labels and values.
    Label                                 Value
    Header/Image                    Header/Image
    No Header/Image               No Header/Image
    For Default Values,
    Select Specify values option and add value as "Header/Image". Click Ok to close the parameter properties.
    2. As my header section contains a textbox and wanted to hide while i export, select the textbox properties and set the visibility/hidden expression as, =IIF(Parameters!Export.Value <> "Header/Image", True, False)
    3. Similarly in the report body properties, select the image source option as "External" and set the expression as,
    =IIF(Parameters!Export.Value <> "Header/Image", "" , "http://localhost/Testing/NEW_06.jpg")
    4. Preview the report and select the export parameter option as "No Header/Image".
    Regards, RSingh

  • Historical Report - export report in excel format

    Hi,
    We are on UCCX 8.0 (SU2). We have an issue with Historical when we tried to export report in excel format, the report does not display in correct column. It's very confusing. We could manually correct (rearrange) the column label but it take lots of time as we have so many reports.
    Is there anyway to fix this issue? Does anyone experience the same issue with Historical Report?
    I attached the pictures for example.
    Thanks,

    This type of behavior is a bug. I took a look in the bug toolkit and there are several defects filed against the Agent Summary report in 8.0 but not one that matches this behavior. I would venture a guess that a DE was sloppy when fixing another bug and introduced this on us.
    You should open a TAC case on this. It is also possible that this defect already exists but is not public in the toolkit yet.

  • Exporting report to Excel format

    We try to implement automated export to Excel Format but Crystal Report XI Java runtime doesnu2019t support export to Excel Format but pdf.
    Do I need to migrate to Crystal Report Eclipse 2.0 for exporting report in Excel format?
    Or I can deploy the Crystal Report Eclipse 2.0 Java runtime only for exporting to Excel Format?

    As I know, you can easily export the data from an MS Access Report to Excel, but it's really hard to get the formats exported along with the data, or just not doable at all. 
    Please see these links:
    http://www.howtogeek.com/howto/microsoft-office/export-an-access-2003-report-into-excel-spreadsheet/
    http://www.access-programmers.co.uk/forums/showthread.php?t=143884
    Also:
    https://social.msdn.microsoft.com/Forums/office/en-US/826a30c5-775e-4a51-b639-2ffb046bfe85/formatted-access-report-to-excel
    Also, keep in mind...it's easy to export the data from a report to Excel.  You can certainly setup Excel as a template, which has all the formatting applied and just sits on your disk drive...somewhere...waiting for you to dump new data into it from
    a new report...whenever you need it.
    Knowledge is the only thing that I can give you, and still retain, and we are both better off for it.

  • In SSRS , after exporting report in excel,wrap text property for cell and freeze column for SSRS table header not working in Excel

    I am working no one SSRS my table headers are freeze cangrow property is false and my report is working perfect while rendering data on RDL and i want same report after exporting in Excel also , i want my table header to be freeze and wrap text property
    to work after exporting in my report in excel but its not working ,is there any solution ? any patch ? any other XML code for different rendering ? 

    Hi Amol,
    According to your description, you find the wrap text property and fix column is not working after exporting into Excel. Right?
    In Reporting Services, when exporting to excel file, it has limitation for textbox.
    Text boxes are rendered within one Excel cell. Font size, font face, decoration, and font style are the only formatting that is supported on individual text within an Excel cell.
    Excel adds a default padding of approximately 3.75 points to the left and right sides of cells. If a text box’s padding settings are less than 3.75 points and is just barely wide enough to accommodate the text, the text may wrap in Excel.
    In this scenario, it supposed to be wrap text unless you merge cells. If cells are merged, word-wrap does not work correctly. If any merged cells exist on a row where a text box is rendered with the
    AutoSize property, autosize will not work. For the Fix Data Property, it can't be working in Excel. These are features when exporting to Excel. We can't change it because it's by design.
    Reference:
    Exporting to Microsoft Excel (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • MPEG2 Export failed

    Hi all,
    i´m running in problems generating MPEG2 (m2v) with compressor.
    That´s what i´m usually doing (worked 100 times before, last time 28.03.2008):
    I´m rendering out a video MJPEG A PAL from AfterEffects.
    Then I´m using a Compressor Droplet to generate a approval Version for my clients (QT Sor3 halfres) and a MPEG2 file as final delivery.
    But now the MPEG2 Export fails. Find the error report at the end of this thread.
    I tried it with the last files when it worked, also failed.
    I tried another MPEG2 Preset (the apple ones) -> failed.
    Playing MPEG2 Files using QT-Player and VLC works fine.
    Any help highly appreciated.
    Thanks
    Chris
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <services>
    <service address="tcp://127.0.0.1:49162" type="servicecontroller:com.apple.stomp.transcoder" hostName="3HE-MacBook.local" displayName="3HE MacBook">
    <logs tmt="04/23/2008 14:05:57.342" pnm="CompressorTranscoder" tms="230645157.342">
    <mrk tms="230646300.128" tmt="04/23/2008 14:25:00.128" pid="155" kind="begin" what="service-request" req-id="4AB48258-EEF1-41FB-84CC-16A50166A135:1" msg="Preflighting."></mrk>
    <mrk tms="230646300.143" tmt="04/23/2008 14:25:00.143" pid="155" kind="begin" what="CServiceControllerServer::mountClusterStorage"></mrk>
    <log tms="230646300.143" tmt="04/23/2008 14:25:00.143" pid="155" msg="Cluster storage URL = null"/>
    <log tms="230646300.143" tmt="04/23/2008 14:25:00.143" pid="155" msg="Not subscribing, null cluster storage."/>
    <mrk tms="230646300.143" tmt="04/23/2008 14:25:00.143" pid="155" kind="end" what="CServiceControllerServer::mountClusterStorage"></mrk>
    <mrk tms="230646300.143" tmt="04/23/2008 14:25:00.143" pid="155" kind="begin" what="CServiceControllerServer::checkRequiredFiles"></mrk>
    <log tms="230646300.143" tmt="04/23/2008 14:25:00.143" pid="155" msg="Source file /Users/Chris/Desktop/JUST/3 instore TV/render/from AE/TitleSave/080423TV_52Showtime.mov is directly accessible."/>
    <log tms="230646300.144" tmt="04/23/2008 14:25:00.144" pid="155" msg="Source file can be opened."/>
    <log tms="230646300.144" tmt="04/23/2008 14:25:00.144" pid="155" msg="Source file can be read."/>
    <mrk tms="230646300.144" tmt="04/23/2008 14:25:00.144" pid="155" kind="end" what="CServiceControllerServer::checkRequiredFiles"></mrk>
    <mrk tms="230646300.159" tmt="04/23/2008 14:25:00.159" pid="155" kind="end" what="service-request" req-id="4AB48258-EEF1-41FB-84CC-16A50166A135:1" msg="Preflighting service request end."></mrk>
    <mrk tms="230646300.319" tmt="04/23/2008 14:25:00.319" pid="155" kind="begin" what="service-request" req-id="4AB48258-EEF1-41FB-84CC-16A50166A135:3" msg="Preprocessing."></mrk>
    <mrk tms="230646300.320" tmt="04/23/2008 14:25:00.320" pid="155" kind="begin" what="CServiceControllerServer::mountClusterStorage"></mrk>
    <log tms="230646300.320" tmt="04/23/2008 14:25:00.320" pid="155" msg="Cluster storage URL = null"/>
    <log tms="230646300.320" tmt="04/23/2008 14:25:00.320" pid="155" msg="Not subscribing, null cluster storage."/>
    <mrk tms="230646300.320" tmt="04/23/2008 14:25:00.320" pid="155" kind="end" what="CServiceControllerServer::mountClusterStorage"></mrk>
    <mrk tms="230646300.321" tmt="04/23/2008 14:25:00.321" pid="155" kind="begin" what="CServiceControllerServer::checkRequiredFiles"></mrk>
    <log tms="230646300.321" tmt="04/23/2008 14:25:00.321" pid="155" msg="Source file /Users/Chris/Desktop/JUST/3 instore TV/render/from AE/TitleSave/080423TV_52Showtime.mov is directly accessible."/>
    <log tms="230646300.321" tmt="04/23/2008 14:25:00.321" pid="155" msg="Source file can be opened."/>
    <log tms="230646300.321" tmt="04/23/2008 14:25:00.321" pid="155" msg="Source file can be read."/>
    <mrk tms="230646300.321" tmt="04/23/2008 14:25:00.321" pid="155" kind="end" what="CServiceControllerServer::checkRequiredFiles"></mrk>
    <log tms="230646300.326" tmt="04/23/2008 14:25:00.326" pid="155" msg="preProcess for job target: file://localhost/Users/Chris/Desktop/JUST/3%20instore%20TV/render/OUT/TitleSafe /080423TV_52Showtime-MPEG2.m2v"/>
    <log tms="230646300.334" tmt="04/23/2008 14:25:00.334" pid="155" msg="done preProcess for job target: file://localhost/Users/Chris/Desktop/JUST/3%20instore%20TV/render/OUT/TitleSafe /080423TV_52Showtime-MPEG2.m2v"/>
    <mrk tms="230646300.335" tmt="04/23/2008 14:25:00.335" pid="155" kind="end" what="service-request" req-id="4AB48258-EEF1-41FB-84CC-16A50166A135:3" msg="Preprocessing service request end."></mrk>
    <mrk tms="230646300.474" tmt="04/23/2008 14:25:00.474" pid="155" kind="begin" what="service-request" req-id="687F639C-3D0A-4B7B-9DCC-1B458497A4FE:1" msg="Processing."></mrk>
    <mrk tms="230646300.475" tmt="04/23/2008 14:25:00.475" pid="155" kind="begin" what="CServiceControllerServer::mountClusterStorage"></mrk>
    <log tms="230646300.475" tmt="04/23/2008 14:25:00.475" pid="155" msg="Cluster storage URL = null"/>
    <log tms="230646300.475" tmt="04/23/2008 14:25:00.475" pid="155" msg="Not subscribing, null cluster storage."/>
    <mrk tms="230646300.476" tmt="04/23/2008 14:25:00.476" pid="155" kind="end" what="CServiceControllerServer::mountClusterStorage"></mrk>
    <mrk tms="230646300.476" tmt="04/23/2008 14:25:00.476" pid="155" kind="begin" what="CServiceControllerServer::checkRequiredFiles"></mrk>
    <log tms="230646300.476" tmt="04/23/2008 14:25:00.476" pid="155" msg="Source file /Users/Chris/Desktop/JUST/3 instore TV/render/from AE/TitleSave/080423TV_52Showtime.mov is directly accessible."/>
    <log tms="230646300.476" tmt="04/23/2008 14:25:00.476" pid="155" msg="Source file can be opened."/>
    <log tms="230646300.476" tmt="04/23/2008 14:25:00.476" pid="155" msg="Source file can be read."/>
    <mrk tms="230646300.476" tmt="04/23/2008 14:25:00.476" pid="155" kind="end" what="CServiceControllerServer::checkRequiredFiles"></mrk>
    <log tms="230646300.485" tmt="04/23/2008 14:25:00.485" pid="155" msg="starting _processRequest for job target: file://localhost/Users/Chris/Desktop/JUST/3%20instore%20TV/render/OUT/TitleSafe /080423TV_52Showtime-MPEG2.m2v"/>
    <log tms="230646300.491" tmt="04/23/2008 14:25:00.491" pid="155" msg="MPEG-2 Transcode, rendering in YUV 8 bit 422"/>
    <log tms="230646300.502" tmt="04/23/2008 14:25:00.502" pid="155" msg="MPEG-2 Encoder Settings (v604)
    Stream Type: MPEG-2 Video Elementary
    Frame Dimensions: 720x576
    Frame Rate: 25.000000 progressive
    Aspect Ratio: 16:9
    Video Format: PAL / Rec. ITU-R BT.470
    GOP Pattern: 12/3 closed IBB
    Rate Control: 2-pass VBR 5000000 bps target, 7500000 bps max
    Motion Estimation: l2orig+l0mbloopsmoothing
    Search Range: 16x16
    RD Optimization: fast+dctmode
    Flags: 0x1
    Visual Masking: on
    Intra DC Precision: 8-bit
    Quant Scale Mode: auto
    Intra VLC Mode: auto
    Coef Scan Mode: auto
    Quant Matrix: 1
    Segment Type: last"/>
    <log tms="230646304.977" tmt="04/23/2008 14:25:04.977" pid="155" msg="Total retries = 24 ( 16.67%)"/>
    <log tms="230646306.993" tmt="04/23/2008 14:25:06.993" pid="155" msg="Done _processRequest for job target: file://localhost/Users/Chris/Desktop/JUST/3%20instore%20TV/render/OUT/TitleSafe /080423TV_52Showtime-MPEG2.m2v"/>
    <mrk tms="230646306.994" tmt="04/23/2008 14:25:06.994" pid="155" kind="end" what="service-request" req-id="687F639C-3D0A-4B7B-9DCC-1B458497A4FE:1" msg="Processing service request error: QuickTime Fehler: 0"></mrk>
    </logs>
    </service>
    </services>

    The source frame rate is 23.976, so I guess I would go with 24p. My intention is to upload the file to a streaming video website. They have their specs laid out for me, I just happen to be new to all of this so I am having a tough time meeting them.
    My question right now is, if i have selected the MXF OP1a XDCAM option with XDCAM 50 NTSC (4:2:2) video codec, will the export be in mpeg2 and what will my bit rate be? I have no way of viewing the bit rate with this configuration.
    Here is a screen grab of their required specs:

  • Workflow for exporting xml from Excel and importing into table in InDesign

    Hello,
    I have worked out how to get data from a .xlsx into a table in InDesign. However, the workflow is still a little clunky and I am looking for way to automate the process further. My current workflow is as follows (files can be download here: http://visual360.co.uk/xml.zip)
    xml is exported from .xlsx by mapping the schema (see what_I_get.xml)
    assign tags to table and individual cells in InDesign
    This is the clunky bit: edit the what_I_get.xml to:
    remove the indentation (this seems necessary as otherwise when I get to stage 4, all the imported text is also indented)
    add tag for table in InDesign (p10_table)
    add tags for individual cells (p10_c11 etc.)
    import the produced what_I_want.xml in the structure panel of InDesign.
    Can anyone point me in the direction of how to automate step 3 above?
    Thanks in advance,
    Nick

    Hi Mike,
    Thanks very much for the reply. I am not at all familiar with XSL/XSLT. I have given it a quick google and it seems like it could be quite a steep learning curve to master. Maybe if I explain the whole context here, it may allow you to point me in the direction of a tutorial that provides a step by step approach to achieve my final goal. Alternatively, you may be able to suggest a whole new workflow.
    I am in the process of updating this document: http://www.ncl.ac.uk/students/insessional/assets/documents/IS_Brochure_2014-15.pdf
    The tables on pages 10-21 contain lots and lots of repeated information. We want the layout to in this format so that each group of students has all the information relevant to them on a single double spread. However, the challenge of using this approach is that it is very high maintenance to ensure the duplicated information is kept in sync - even using a copy / paste approach.
    I was hoping to overcome this by using a single source of data (eg. a spreadsheet) which would then feed into the InDesign. This workflow seems to be overcomplicated by the apparent need to use xml as the "middle-man".
    Ideally, I would like to press the export button in Excel and get this information into the the correct cells in the tables on pages 10-21 without a significant amount of manual labour - after all, my reasons for investigating an automated approach in the first place was to avoid the manual entering of data ie. the scope for error...
    An alternative approach maybe to skip Excel altogether and just use .xml. However, I am not sure that this is possible as Indesign only seems to allow you to import each element once. Maybe you could correct me here...
    I am happy to invest a certain amount of time in developing this approach as once it is in place, it will save a huge of proof-reading time year after year, especially as inconsistencies still persist despite our best efforts to weed them out.
    If you could let me know your thoughts on this and maybe identify a tutorial that would help me, I would be extremely grateful.
    Thanks again!
    Nick

Maybe you are looking for

  • Help needed for report generation using java technologies

    May i get some idea about report generation api available. some report generation tools that can be downloadble. can you please suggest how to use scheduling the printers or report generation by scheduling.

  • Windows 8 Activation

    while acyivating windows it shows error windows could't be activated go to control panel to learn about other ways to activate. error code : 0*8007007b error description: the filename, directory name, or volume label syntax is incorrect.

  • TS3276 trouble with 1 users email account

    hi all my OH hasnt been able to get his email fro 5 days !!! His settings are exactly the same as mine which is working fine but now his sent, inbox and trash are completely EMPTY !!!!!! First our ISP said it was our end, then that there were large e

  • Material can only be use once on Purchase order

    Dear SAPfans, can we set the material only be use once in purchase order and cannot use for the second time in one plant?

  • Firefox is not responding

    i try to get on yahoo witch is my home page. it frezzes up and said firefox is not responding. i uninstaled it then reinstalled it same thing. tryed to clear the cookies but it wont respond. my wife has ie so i get on that way but i hate ie i want my