PP7.1.0. XML Export missing REEL names - help!

Problem with FCP XML export from Premiere Pro 7.1.0
It's screwed up my worflow for editing Premiere from Proxies created in resolve.
All worked fine in PP CS6
Workflow
1. In Resolve: Create Quicktime Proxies from DNGS created with Raw Magic via 5DIII
2. Import my proxies into [b]Premiere CS6[/b]. Each Proxy comes in with the correct 'Tape Name' that matches the Reel name of the Clip in Resolve
3. Edit in premiere
4. FCP EXPORT .XML >>
5. Opens perfectly in Resolve. The editng Proxies arere-linked to the RAW DNGS inside resolve, using the <REEL>names (you can see them inside the attached XML).  All is good.
But with Premiere CC 7.1.0
Opening XML in resolve gives me 'Failed to Link Because timecode extends do not match'
world of pain - I can't manually relink 100's of DNG in resolve.
Examning the xmls - Premiere CC 7.1.0 seems to have stopped exporting <REEL>
Could anyone please test/confirm with Premiere CC 7.1.0 & Resolve 10
I have attached the 'good' and 'bad'  XML's. [see link]
Anyone having similar problems???
How can I downgrade to PP CC 7?
https://dl.dropboxusercontent.com/u/401700/FCP%20EXPORT%20PROBLEMS%20-%20MISSING%20REEL%20 NAMES/FCP%20EXPORT%20Missing%20Reel%20Names%20with%20PP%207.10..zip

Has anyone found out a workaround for this?  We're just about to head into 3 back to back projects!
We're still getting issues when trying to relink original Cinema DNGs from the proxies coming from an XML out of Premiere CC 7.2.1
I can manually link them from the media pool, but have to do each clip in the timeline individually!
Apart from re-exporting the Cinema DNGs as ProRes 422 HQs and linking these to the Premiere timeline (which king of defeats the object of recording RAW), does anyone know any work arounds?
I take it this is still an issue with Premiere not exporting Reel / Tape names in the XML.
EDLs do not work for us either.

Similar Messages

  • Fcsvr_client | xml export of all assets | set metadata field of specific asset

    Hey folks,
    we are switching to another mam but we still need fcsvr for some time.
    So do you guys know if there is a terminal command for the following requirements!?
    (1)
    export an xml file for every asset with every mdValue fieldname like
    location, file name, creation date, our custom fields aso. (this will be imported to the new mam)
    (2)
    setting a metadata field of an specific asset in fcsvr
    for example:
    set
    <mdValue fieldname="Checked" dataType="string">not checked</mdValue>
    to
    <mdValue fieldname="Checked" dataType="string">is okay</mdValue>
    or
    <mdValue fieldname="Checked" dataType="string">edit needed</mdValue>
    I need to do this with an terminal command, not by subscription oder schedule.
    Do you have any ideas?
    Kindly regards

    Looks like your xml is missing an open and a close. Try this:
    <?xml version="1.0"?>
    <session>
    <values>
    <value id="CRIT_TYPE">
    <int>3</int>
    </value>
    <value id="CRIT_INTERSECT">
    <valuesList>
    <values>
    <value id="CRITCMPVALUE">
    <value id="ASSET_NUMBER">
    <bigint>5000</bigint>
    </value>
    </value>
    <value id="CRITCMPOP">
    <atom>gt</atom>
    </value>
    <value id="CRIT_TYPE">
    <int>1</int>
    </value>
    </values>
    </valuesList>
    </value>
    </values>
    </session>
    Worked great for me!

  • Is it possible to add tape name/reel name/disk label/etc on more than one clip at a time?

    Just coming to grips with some potential media management nightmares and want to find out whether I'm just missing something in the literature. Using  Adobe Premiere Pro CC is there any way to modify tape name/reel name/disk label/card number? In both Final Cut Pro and Avid this is pretty straight forward and you can do this on multiple clips, or one at a time. However, I've not seen an easy way of doing this in Premiere.
    To be honest, I haven't seen any way of identifying roll/card name within Premiere. It may not be part of everyone's workflow, but it is a rather crucial step for ours, and we're not able to do this at the moment which is pretty frustrating.
    Any suggestions would be greatly appreciated.  I suppose if we've got to do them one at a time it'll be a nice, quiet afternoon hitting copy and paste for someone!
    Thanks in advance.
    Amy

    so strange premiere cant read/import other metadata, after they tout they ready for the big time...   you can enter multiple values for some metadata fields, such as tape name. if you highlight multiple clips in the project bin and have metadata panel open, you can then type in your comments/data in the metadata panel, and it will write it to all the highlighted clips. you can also right click the columns in the project bin panel to choose which metadata fields you want, create new metadata fields, and save the setup for other projects...

  • File Content Conversion-xml.keyfieldName missing

    I have datatypes like this
    Sender_DT               
    Material (1...n)                                             
         MATNR
              MTART                         
         Plant (1...n)                              
              WERKS                         
         Description (1...n)
              MAKTX
    Receiver_DT
         MATMAS
              MATNR     
              MTART
              WERKS
              MAKTX
    and the Message Type is Sender_MT
    and my flat file looks like this
    Matnr Mtart  werks  Maktx
    ===================
    100     hal     100     bhaskar
    200     BAL     200     VIJAY
    300     cal     600     bombay
    400     dAL     300     VIJAYawada
    500     fal     400     bhunes
    600     rAL     500     Varanasi
    ===========================
    I want to convert this to xml..where I configured like this....
    Content Conversion Parameters
    DcoumentName=======Sender_MT
    DocumentNameSpace===http://flatfile-xmlfile
    RecordsetStructure====Material,,Plant,,Description,*
    RecordserSequence===Ascending
    Recordsets per message==*
    Material.filedNames===Matnr,Mtart
    Material.fieldSeparator===<tab>
    Material.processFieldNames===fromConfiguration
    I am getting error that xml.keyfieldname missing.
    Thanks in advance

    Hello Vijay,
    The error is coming due to the following reason. you have declared multiple Recordset Structure (Material,,Plant,,Descriptio) but have given the information about only one structure(Material). So PI is asking for a key filed name.
    Configure as follows.
    RecordSet Structure==== Material,star symbol(*),Plant, star symbol,Description, star symbol
    RecordSet sequence :Ascending
    Material.filedNames===A,B
    Material.keyFieldName==A
    Material.keyFieldValue==100
    Material.fieldSeparator===<tab>
    Material.processFieldNames===fromConfiguration
    Plant.filedNames===C,D
    Plant.keyFieldName==A
    Plant.keyFieldValue==200
    Plant.fieldSeparator===<tab>
    Plant.processFieldNames===fromConfiguration
    Description.filedNames===E,F
    Description.keyFieldName==A
    Description.keyFieldValue==300
    Description.fieldSeparator===<tab>
    Description.processFieldNames===fromConfiguration
    You have to provide information for all of your sub-structures.
    Regards,
    Madan Agrawal
    Edited by: Madan Agrawal on Apr 10, 2009 8:57 AM

  • XML export character encoding bug

    I've found a bug with Final Cut Pro XML export for any projects where media has a "#" in the name. Premiere Pro passes the "#" character into the file pathname instead of encoding it as "%23". The result is any clips with names such as "clip #1", "clip #2", "clip #3", etc. will be broken whe the XML is imported by another application. Compare:
    Premiere Pro XML (does not work):
    <pathurl>file://localhost/Volumes/P50%20Production%20Drive%202/CNMT%202011-12/CNMT%202011- 12%20Final%20Cut%20Pro%20Documents/Mom%20is%20Never%20Wrong/
    CNMT_MomNeverWrong_Street_12_14_11/Clip%20#2.mov</pathurl>
    Final Cut Pro XML (works properly):
    <pathurl>file://localhost/Volumes/P50%20Production%20Drive%202/CNMT%202011-12/CNMT%202011- 12%20Final%20Cut%20Pro%20Documents/Mom%20is%20Never%20Wrong/
    CNMT_MomNeverWrong_Street_12_14_11/Clip%20%232.mov</pathurl>
    Note the difference in the clip name. A global search and replace of "#" with "%23" makes the Premiere Pro XML work properly.
    This bug is easily repeatable and verifiable. I've filed a bug report but wanted to post here just to give folks a heads up.
    Thanks for your help!
    --dhl

    This tech note will help:
    http://sunsolve.sun.com/pub-cgi/retrieve.pl?doc=fsunone%2F7717&zone_110=7717%2A%20
    ka

  • Oracle.xml.sql.OracleXMLSQLException: Expected name instead of .

    Hi,
    I'm using XDK in Tomcat to execute queries and get the XML result in the browser. I have written many queries but now I'm having problems in one of them.
    The error output that I see in my browser is this one:
    <ROOT>
    <ERROR>
    oracle.xml.sql.OracleXMLSQLException: Expected name instead of <.
    </ERROR>
    </ROOT>:
    This error message is known as XML-20126 but it's not documented in the XML Developer's Kit Programmer's Guide, so I don't know what to do.
    My XSQL query is the following:
    <ROOT connection="xxxx_read" xmlns:xsql="urn:oracle-xsql">
    <xsql:query>
    SELECT XMLAGG(XMLELEMENT("NODE",
    XMLELEMENT("name", b.nodename),
    (SELECT XMLAGG(XMLELEMENT("SERVICE",
    XMLATTRIBUTES(a.serviceabbr AS "type")
    ORDER BY a.serviceabbr
    FROM service a, serviceinstance c
    WHERE c.isdeleted='N'
    AND a.serviceid=c.serviceid
    AND c.nodeid=b.nodeid
    ORDER BY b.nodename
    ) AS "NODES"
    FROM node b
    WHERE b.isdeleted='N'
    </xsql:query>
    </ROOT>
    That query executes fine in sqlplus, where I can see the XML result.
    I think my problem could be related to the size of the XML output. In sqlplus, the output has around 38000 bytes size, which is nothing, so I don't really know why that should be a problem. Do you have any idea?
    Thanks for your help,
    David

    So it seems there is a problem in fact:
    XDB FUNCTION RESULTS ARE TRUNCATED WHEN USING XSQL
    *** 02/25/04 08:28 am ***
    Problem Description
    There appears to be a limit on the content or characters that XSQL pages
    handle when being passed data from XDB functions such as XMLAGG() and
    XMLELEMENT().
    If you have a xsql page of the form
    < ?xml version="1.0"?>
    < xsql:query xmlns:xsql="urn:oracle-xsql" connection="demo" >
    select XMLAgg(XMLElement("Test", XMLAttributes(i.id as "Id_van_de_test",
    i.name as "Name_van_de_test"))) as "Tests" from problem_xml i
    < /xsql:query>
    If the number of rows (or amount of data) in the table is low, the result
    appears okay. However, if the data returned is large the data appears to
    truncate giving xml parsing errors as if the xml returned is not well formed.
    In the testcase provided, the error is as follows :-
    Results from 10.1.0.2
    < Line 2, Column 16354>: XML-20126: (Fatal Error) '< ' cannot appear in attribute value.
    < Line 2, Column 16366>: XML-20190: (Fatal Error) Whitespace required.
    < Line 2, Column 16366>: XML-20201: (Fatal Error) Expected name instead of 4.
    < ?xml version = '1.0'?>
    value.< /ERROR>
    Results from 9.2.0.6
    < Line 2, Column 16354>: XML-0126: (Fatal Error) '< ' cannot appear in attribute value.
    < Line 2, Column 16368>: XML-0190: (Fatal Error) Whitespace required.
    < Line 2, Column 16368>: XML-0201: (Fatal Error) Expected name instead of 3.
    < Line 2, Column 16371>: XML-0122: (Fatal Error) '=' missing in attribute.
    < Line 2, Column 16391>: XML-0190: (Fatal Error) Whitespace required.
    < Line 2, Column 16396>: XML-0122: (Fatal Error) '=' missing in attribute.
    < Line 2, Column 16397>: XML-0125: (Fatal Error) Attribute value should start with quote.
    < ?xml version = '1.0'?>
    value.< /ERROR>
    And the workaround:
    ======================================================
    The only workaround we have is to get the Document generated using
    DBMS_XMLQUERY [with expanded entities].
    _==Start===
    create or replace procedure Query2XML(QueryString varchar2 default
    'select col1 from xml_tab where r_id = ?') IS
    XMLCtx number;
    myXML clob;
    myXMLLength number;
    BEGIN
    XMLCtx := DBMS_XMLQUERY.NEWCONTEXT(QueryString);
    myXML := DBMS_XMLQUERY.GETXML(XMLCtx);
    myXMLLength := DBMS_LOB.GETLENGTH(myXML);
    DBMS_XMLQUERY.CLOSECONTEXT(XMLCtx);
    END Query2XMLFile;
    _==Start===
    Currently, XDB uses a DOM based model for XSLT evaluation. It is not
    possible to support disable-output-escaping constructs through this
    evaluation. This might be supported in a future release when a different
    model is implemented.
    =============================================================

  • Description of elements and attributes in XML export.

    Does anyone know where I can get a complete description of all the elements/attributes in the XML export from FCP. I found the DTDs (V 1-3), but it only gives me the names and overall structure. I need to know what the content means.
    in particular I want to automate if I can- using XSLT and XSL-FO - the production of standard reporting that I am required to produce (manually) in a documentary production course.

    its all on Apple's Developer site
    http://developer.apple.com/DOCUMENTATION/AppleApplications/Reference/FinalCutPro _XML/index.html

  • XML export in latest Elements?

    As I'm considering buying the new Premiere Elements I was wondering if the latest version is capable of exporting my timeline to a XML-file, so for example one of my friends who doesn't own Premiere Elements but doés own Final Cut of Premiere PRO can work on my 'Elements timeline. '

    excaliburpjm
    As to your question "XML export in latest Elements?" - No.
    At this moment, Premiere Elements 12/12.1 is the current version. Adobe is expected to release a new version at the end of September 2014. No one but Adobe knows the feature set for the new version. And, that type of information is not released until the moment of release of the new version.
    You could always file an Adobe Feature Request Bug Report Form.
    https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform&loc=en
    From my perspective, that is a long term type solution.
    ATR

  • BHOLD Modelgenerator / Modelloader: missing application name in permission in the Role definition of the exportflie.

    I have 2 applications (SAP-T and SAP-R) stored in BHOLD Core with same permission: Administrator.
    I have 2 roles (Koos Test1 and Koos Test2) stored in BHOLD Core. "Koos Test1" role has been connected to
    permission Administrator belonging to application SAP-R and the "Koos Test2" role has been connected to permission Administrator belonging to application SAP-T.
    When I make an export with BHOLD Model Generator, these permissions have correctly been stored:
      <application name="SAP-T" module="" parameter="0" protocol="DCOM">
        <Permission name="Administrator" description="Administrator" />
      </application>   <application name="SAP-R" module="" parameter="0" protocol="DCOM">
        <Permission name="Administrator" description="Administrator" />
      </application>
    But the 2 roles are not correctly been stored in the export file:
      <role name="Koos Test1">
        <task name="Administrator" description="Administrator" />
      </role>   <role name="Koos Test2">
        <task name="Administrator" description="Administrator" />
      </role>
    The missing link is the definition of the application to which the permission belongs.
    This means that the role model is not correct when I import this generated export file into another BHOLD environment
    with Modelloader.

    Koos,
    I just went through this and I definitely see unexpected behavior but not quite like yours........When I do this, the roles are added fine and the applications are added fine. However, it only makes one 'Administrator' permission to me and links it to both
    roles. Not sure if this is related to using same name for permissions with different apps or what. My version of BHOLD I am testing this with is 5.0.2724.......this is the pertinent contents of my export file:
     <!-- START OF Create applications and permissions -->
      <application name="SAP-T" module="" parameter="SAP-T" protocol="DCOM">
        <Permission name="Administrator" description="Administrator" />
      </application>
      <application name="SAP-R" module="" parameter="SAP-R" protocol="DCOM">
        <Permission name="Administrator" description="Administrator" />
      </application>
      <!-- END OF   Create applications and permissions -->
     <role name="Koos Test 1">
        <task name="Administrator" description="Administrator" />
      </role>
      <role name="Koos Test 2">
        <task name="Administrator" description="Administrator" />
      </role>
      <!-- END OF   Roles definitions -->
    One thing..........I used 'Administrator' as both permission name and description. Perhaps if the descriptions are different but the names are the same, it would show the expected results.......I will have to test this later......

  • Write 'file name' as 'reel name' - plugin ?

    Hi.
    For quite some time I wrote a post on printing filenames beside the timecode, which was not possible in any ways.
    But someone pointed out a plugin which displays the reel name instead.
    Now I wonder if there is any way, where I could get the filenames (clips on HD) as reel names during import, or afterwards with some plugin or so.
    Any tips ?
    Thanks
    Jan
    ps: I've inluded some of the previous posts :
    "Hi all
    Does anyone know a way to print/display or window burn (like the frame counter generator) the filename, that is, the name of the source clip on the video screen, for export aswel. Is there any plug-in available for this, because I couldn't find any way in final cut itself. As an alternative, a possibility to do the same in quicktime itself would help me a bit aswel.
    Thanks for helping out.
    Jan"
    "check this one out ... might be what you need:
    http://www.1z1.at/plugins/#displaysourcetc "

    Oh.. sorry bout that.
    I need this automated of course, handling several thousand quicktime clips doesn't allow for too many manual actions.
    So to round up things, I need to be able to print the filename of quicktime clips (on my hard disk) with TC reader along. As everyone says it is not possible, there might be a way around it, with this plugin above, at least if I find a way to get the filename to be shown as reel name, in the clips properties so to speak.
    "reel : scnene026.mov"
    Thanks
    Jan

  • Invalid XML Response - missing xmlns=''

    I have a simple BPEL WebService using a xsd elementFormDefault="unqualified".
    {color:#0000ff}+&lt;schema attributeFormDefault="unqualified"+
    elementFormDefault="unqualified"
    targetNamespace="http://xmlns.oracle.com/InvalidXMLResponse"
    xmlns="http://www.w3.org/2001/XMLSchema"&gt;
    +&lt;element name="InvalidXMLResponseProcessRequest"&gt;+
    +&lt;complexType&gt;+
    +&lt;sequence&gt;+
    +&lt;element name="input" type="string"/&gt;+
    +&lt;/sequence&gt;+
    +&lt;/complexType&gt;+
    +&lt;/element&gt;+
    +&lt;element name="InvalidXMLResponseProcessResponse"&gt;+
    +&lt;complexType&gt;+
    +&lt;sequence&gt;+
    +&lt;element name="result" type="string"/&gt;+
    +&lt;/sequence&gt;+
    +&lt;/complexType&gt;+
    +&lt;/element&gt;+
    +&lt;/schema&gt;+{color}
    I invoke this WebService with the Web Service Test Page of OC4J
    and get an invalid xml-response (missing xmlns="").
    If i look inside the bpel-console in the instance-flow at the reply activity the
    xml-response looks good.
    GOOD Reponse (at bpel-console):
    +&lt;InvalidXMLResponseProcessResponse xmlns="http://xmlns.oracle.com/InvalidXMLResponse"&gt;+
    +&lt;result {color:#ff0000}*xmlns=""*{color}&gt;test&lt;/result&gt;+
    +&lt;/InvalidXMLResponseProcessResponse&gt;+
    Invalid Response (at every WS Client):
    +&lt;InvalidXMLResponseProcessResponse xmlns="http://xmlns.oracle.com/InvalidXMLResponse"&gt;+
    +&lt;result&gt;test&lt;/result&gt;+
    +&lt;/InvalidXMLResponseProcessResponse&gt;+
    It seams that the xml serializer of the oc4j container does create a valid xml-response.

    I just retested the testcase with an other test environment (10.1.3.4 MLR#3) and everything worked fine.
    {color:#0000ff}+&lt;env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"&gt;+
    +&lt;env:Header/&gt;+
    +&lt;env:Body&gt;+
    +&lt;InvalidXMLResponseProcessResponse xmlns="http://xmlns.oracle.com/InvalidXMLResponse"&gt;+
    +&lt;result xmlns=""&gt;test&lt;/result&gt;+
    +&lt;/InvalidXMLResponseProcessResponse&gt;+
    +&lt;/env:Body&gt;+
    +&lt;/env:Envelope&gt;+{color}
    So there should be an availagle bugfix for this issue.
    I need this bugfix for 10.1.3.3.1 because this is our production environment.

  • XML export root node attriubute?

    Hi
    I need to use XML export extension to generate XML to something like this:
    <photos path="images/">
    <photo id="1" name="Photo 1" blabla ="" url="1.jpg">This is the optional description for photo 1</photo>
    <photo id="2" name="Photo 2" blabla ="" url="2.jpg">This is the optional description for photo 2</photo>
    <photo id="3" name="Photo 3" blabla ="" url="3.jpg">This is the optional description for photo 3</photo>
    <photo id="4" name="Photo 4" blabla ="" url="4.jpg">This is the optional description for photo 4</photo>
    <photo id="5" name="Photo 5" blabla ="" url="5.jpg">This is the optional description for photo 5</photo>
    </photos>
    The problem is the root nodes path="images/"
    Is there a way to edit the XMLExport.class.php to do that?
    I can in DW edit the $xmlExportObj->setRootNode('photos'); to $xmlExportObj->setRootNode('photos path="images/"');
    But that gives an error because the end node looks like </photos path="images/">
    Hopefully there is an easy fix for this
    Regards
    olle

    Thank you both.
    Acctually I found out a quick way. I edit the XMLExport.class.php
    In the bottom just before the headers i just put in:
    $document .= '</Photos>';
    Instead of:
    $document .= '</' . $this->rootNodeName . '>';
    Off course this is not so dynamic. And can only be used for the page I want.
    Otherwise I think that the Spry export to XML is great.
    Regards
    olle

  • PDF Export: Missing Graphics

    PDF Export: Missing Graphics<br /><br />Below is a section of code we are using to export a document as a PDF. The code will work 99% of the time, but occasionally we are getting the resulting PDF with some of the linked PDF components completely missing!<br /><br />The only way we have been able to reproduce this is (strangely) by continually opening and closing 'Windows Explorer' windows (We are using CS2 on XP), just as the process begins, until the final PDF is created.<br /><br />Our customer (who has hilighted the problem) would clearly not be doing this but we feel there is an issue here. (If the keyboard and mouse are left completely alone, the process is successful... 100% OF THE TIME!).<br /><br />The problem occurs both on site and at base, the linked PDF's are located on the LAN.<br /><br />The code snippet (with error checking taken out for brevity) is below:<br /><br />     UIDRef pageUIDRef = PCSImageUtils::GetFirstPageUIDRef();<br />     UIDList temp = ((UIDList)(pageUIDRef));     <br /><br />     ErrorCode status = kFailure;<br />     do<br />     {<br />          // obtain command boss<br />                InterfacePtr<ICommand> pdfExportCmd(CmdUtils::CreateCommand(kPDFExportCmdBoss));<br />          <br />          // set export prefs<br />          InterfacePtr<IPDFExportPrefs> pdfExportPrefs(pdfExportCmd, UseDefaultIID());<br />          InterfacePtr<IPDFExportPrefs> appExportPrefs((IPDFExportPrefs*)::QuerySessionPreferences(IID_IPDFEXPORTPREFS));<br />          pdfExportPrefs->CopyPrefs(appExportPrefs);<br /><br />          // set SysFileData<br />          PMString pmFilePath("C:\\Outputfile.PDF");<br />          IDFile sysFilePath(pmFilePath);<br />          InterfacePtr<ISysFileData> trgSysFileData(pdfExportCmd, IID_ISYSFILEDATA);<br />          trgSysFileData->Set(sysFilePath);<br />          <br />          // set UI flags<br />          InterfacePtr<IUIFlagData> uiFlagData(pdfExportCmd, IID_IUIFLAGDATA);<br />          uiFlagData->Set(kSuppressUI);<br />          <br />          // set UIDList containing pages to output (item list of command)<br />          UIDList theList(temp);<br />          pdfExportCmd->SetItemList(theList);<br />          <br />          // set UIDRefs containing pages to output (IOutputPages)<br />          InterfacePtr<IOutputPages> outputPages(pdfExportCmd, UseDefaultIID());<br />          outputPages->Clear();<br />          IDataBase* db = theList.GetDataBase();<br />          outputPages->SetMasterDataBase(db);<br />          int32 nProgressItems = theList.Length(); <br />          for (int32 index = 0 ; index < nProgressItems ; index++) <br />          {<br />                  outputPages->AppendUIDRef(theList.GetRef(index));<br />          }<br /><br />          // set PDF document name (get name from IDocument)<br />          InterfacePtr<IDocument> doc ((IDocument*)db->QueryInstance(db->GetRootUID(), IID_IDOCUMENT));<br />          PMString documentName; <br />          doc->GetName(documentName);<br />          outputPages->SetName(documentName);<br />          <br />          // finally process command<br />          status = CmdUtils::ProcessCommand(pdfExportCmd);<br />     } while(false);<br /><br />Thanks in advance.<br /><br />Dave Wilson.

    Hi Dave,
    It looks like a problem with unsafe threads inside command ...
    Did you tried set some preferences from next ?
    SetPDFExOmitPDF( kExportOmitPDFOFF )
    SetPDFExOmitBitmapImages ( kExportOmitBitmapImagesOFF )
    may be help you stabilize export process ...
    Pavol Nachaj
    www.exec.cz
    Prague

  • XML Export And Datasets

    I was going through the tutorial on exporting recordset data as xml.
    I created a page called export.asp I created a recordset, I ran the xml export, node mode, I took another page and tried to create a spry data set by using all files and choosing the export.asp page, but when I choose get schema it says:
    Unable to locate or parse the xml source(-1, -1)
    I'm connected to database recordset goes well, site is on a testing server
    localhost.. I put the spryassets folder in manually and pointed to it in that interface, Am I missing something?

    I do get an error browsing to the page, somthing like an error occured, please contact your system administrator, I have this on localhost right no if that changes anything, I also just typed the url in like http://localhost/Tport/export.asp and still cannot load the schema. Funny the tutorial did'nt mention nothing about browsing to the page and copying the url, unless I missed somthing, could it be somthing that need installed on windows vista to load locally? I am just at a loss, and realy want to get this to work, as I really see the potentual of this extention, with spry.

  • XML export trouble

    Im trying to create a dynamic photo gallery using Spry and XML that will ultimately resemble the spry gallery demo(http://labs.adobe.com/technologies/spry/demos/gallery/). My troubles occur when i attempt to create a dataset off of a dynamic recordset in an XMLexport.php file (like the tutorial - Using XML Export to create dynamic Spry data sets) i have trouble.
    I have my dynamic XML file named export.php and when i navigate to export.php it displays the data in the proper format (xml style). My trouble comes when i try to incorporate export.php into my XML dataset. I navigate to the file and click schema and i get a Design Time Feed error. The first line states that it failed to get schema from dynamic data, it then ask me to provide a design time feed.
    When i close the pop-up window i get an error message in the row element window of the - invalid document structure (1,1).
    What am I missing when i do this?
    Just so its easy to establish my document structure i use Xampp on my laptop with htdocs being my root and each site in their own folder within htdocs. I have my localhost set to htdocs so the database will.
    Cheers
    Ryan

    Hi Ryan,
    I navigate to the file and click schema and i get a Design Time Feed error. The first line states that it failed to get schema from dynamic data, it then ask me to provide a design time feed
    at this point Spry´s Dreamweaver UI expects a "hardcoded" XML file containing all the nodes & values etc -- the XML structure and data of your export.php will be parsed and generated by your server, but Dreamweaver itself is no web server and can´t parse PHP files from within.
    That said, code yourself a real XML file containing just one node with "dummy" data, and make sure that its XML structure plus data format will be identical to what your export.php file will also generate -- use this static XML file to feed Spry´s UI, and when your page can be considered "ready for consumption", replace the pointer to your "dummy" XML file with a link to export.php
    Cheers,
    Günter Schenk
    Adobe Community Expert, Dreamweaver

Maybe you are looking for