Error when importing XML in FM8

Hi all

To allow my app to a wider group of users, I want to refer to a dtd via a URL rather than fixed a path on the local file system.

I am using FrameMaker 8.

Currently I have the following line in the xsl style sheet that is applied to XML data when importing to FrameMaker:

"< xsl: output method ="xml"standalone =" "doctype-system="X:\mydir\mydtd.dtd "/ >

I want to change that:

" < xsl: output method ="xml"standalone = 'no' system, doctype = ' http://www.mysite/mydtd.DTD "/ > "

However, it gives me the following in the FM8 error when you open the XML file:

--------------------------------------------------

XML Parser (the Document prologue) messages

Analyze the error at line 2, char 92: error in processing external entity reference

The abandoned analysis.

--------------------------------------------------

Any advice?

Thank you

John

John,

I see that you have the read/write rules search path specified (which seems to be of no use, because you specify a full path of the document to R/W).

Now add entities to search path specifies the DTD file. Then, FrameMaker should be able to find it.

I usually specify the DTD with a full path so that the path in a variable, so installation is easy.

-Michael

Tags: Adobe FrameMaker

Similar Questions

  • "Generic error" when importing XML FCP files

    When you try to import any XML from Final Cut Pro file, I get the following "Importer reporter an generic error." What this mean and does it perform a work around? Any help will be greatly appreciated.

    Thank you for sending a copy of the FCP XML, Bill. What seems to be stumbling first is that audio mixed types of channels. For example, stereo and mono. I see two workaround solutions:

    • limit audio content in the source project to clips of a channel type.
    • import the FCP XML in a Premiere Pro CS6 project, and then open the project in CS7. Note that, while CS6 managed to import the FCP XML, a dialog box warns against "possible problems during the translation," which are recorded in the minutes (which I stop not to see again, so no idea what these questions are...)

    I entered a bug report and your FCP XML in the annex. As always, no promise as to the be/when it will be addressed.

  • Error when importing a new CERT in oracle 10 G B2B

    Hi all
    I'm trying to download a new certificate to the server 10 G B2B, not to update a certificate, I am facing the error when importing below

    Error



    An error occurred during the update of the certificate.
    Error -: AIP-16001: validation of model engine failed due to an internal system error.
    Error -: AIP-11052: write the following objects: certificate failed due to the following constraint violation: CERTIFICATE. CAN NOT UPDATE UNVERSIONABLE OBJECT IN A VALIDATED CONFIGURATION.



    Note: Please help me solve this ASAP.

    Concerning
    SAI

    Hi Sai,

    It seems that you update of certificate in a delivery channel that is used in a valid (or can be deployed) agreement. Please remove/purge all deployment configurations using this delivery channel and also ensure that no agreement is in a valid state (which uses this delivery channel).

    Kind regards
    Anuj

  • Error when importing WSDL file created in JDeveloper inside BS

    Hi all

    I am faced error when importing WSDL service DBAdapter created using JDeveloper inside my business service at the OSB.
    The error in OSB is "the mapped resource does not exist.

    What version of OSB are you using? Please download the schema (.xsd) files as well. WSDL has references to this pattern, but they are not downloaded from where this error. On sbconsole, if you click on a WSDL name to see a button comes with the name of "references Edit." Click on which points to the xsd, you downloaded.

    Kind regards
    Anuj

  • Get the error when importing topology, 11.3 to 11.5 ODI scenarios

    Hello

    Recently, I had installed ODI 11.1.5.
    Now, I'm importing topology and scenarios exported from my former ODI 11.1.3 via script shell on a Linux machine.
    There are about 25 topology and about 40 scenarios. When I run the script on these some topology and scenarios imported and the rest I get following error.
    Imported files are not persisted. Sometimes even any resulting file and when I run the next time the same file gives an error.

    oracle.odi.oditools.OdiToolException: this ODI tool must be connected to the repository but failed to connect to repository
    at oracle.odi.oditools.OdiAbstractToolRunner.executeCoreTool(OdiAbstractToolRunner.java:133)
    at oracle.odi.oditools.OdiAbstractToolRunner.executeTool(OdiAbstractToolRunner.java:47)
    at oracle.odi.ToolRunner.main(ToolRunner.java:75)
    Caused by: oracle.odi.core.config.MasterRepositoryResourceFailureException: org.springframework.jdbc.CannotGetJdbcConnectionException: could not make connection JDBC; nested exception is oracle.odi.jdbc.datasource.ConnectionTimeoutException: a timeout occurred while connecting to the database
    at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:79)
    at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:491)
    to oracle.odi.core.OdiInstance. < init > (OdiInstance.java:544)
    at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:521)
    at oracle.odi.ToolRunner.initInstance(ToolRunner.java:36)
    at oracle.odi.oditools.OdiAbstractToolRunner.executeCoreTool(OdiAbstractToolRunner.java:128)
    ... 2 more
    Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: could not make connection JDBC; nested exception is oracle.odi.jdbc.datasource.ConnectionTimeoutException: a timeout occurred while connecting to the database
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82)
    at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:524)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:588)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:613)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:645)
    at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:111)
    at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:121)
    at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:136)
    to oracle.odi.core.repository.support.RepositoryUtils$ RepositoryInfoSource.loadRepositoryInfo (RepositoryUtils.java:180)
    at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:374)
    at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:77)
    at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:492)
    ... 6 more
    Caused by: oracle.odi.jdbc.datasource.ConnectionTimeoutException: a timeout occurred while connecting to the database
    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:117)
    at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
    at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
    at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79)
    at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:524)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:588)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:613)
    at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:645)
    at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:111)
    at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:121)
    at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:136)
    to oracle.odi.core.repository.support.RepositoryUtils$ RepositoryInfoSource.loadRepositoryInfo (RepositoryUtils.java:180)
    at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:375)
    ... 8 more


    Please guide me in this regard.

    Ritika you should go for
    C:\Users\Current_User_name\AppData\Roaming\odi\oracledi

    In the oracledi folder, you will get the userpref.xml

    Thank you.

  • Error when importing Extensions JPXImporter

    Hello

    I'm trying to deploy the Extensions and get the error when running JPXImport utility
    Please suggest something


    Java oracle.jrad.tools.xml.importer.JPXImporter
    $APPL_TOP/eam/11.5.10/java/OAProjectxx.jpx
    apps - username username-password apps - dbconnection '(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)
    (HOST = Host IP) (PORT = 1526))) (CONNECT_DATA = (SID = XXX))) »

    Error:

    Exception in thread "main" java.lang.NoClassDefFoundError: oracle, jrad, tools, xml
    importer / / JPXImporter

    Please run the program from the directory JAVA_TOP and check.

  • Error when importing complete file with many newspapers

    Hello

    I came across an error when you try to import an entire folder containing 118 newspapers (total size 63 MB), created by and imported to Signal Express 2012 (version 6.0.0).

    After about 80 of them have been imported without any problem, error, indicated in the attached file, see.

    The journal other files can be opened one by one after will have been delivered to market there is apparently no problem with files.

    My path to the folder that contains the log files are 81 characters long. I also tried a shortest path with only 9 characters, but it did not help.

    Looks like it's a bug in SE. Is there a solution?

    Concerning

    Jocke

    It turned out to be a bug in SigX2012. SigX opened the TDMS file handle but could not close during the import. So when a loading 118 connects at some point, SigX reached the memory limit.

    As for SigX2012, we have a solution for you. Newspapers, by half and each folder contains 59 newspapers. Launch SigX and import logs folder, and then save the recording project and exit SigX. SigX to restart and load the project you just save and import the other journal folder. Let me know if it works on your side.

    Once again, thank you for reporting the bug to us.

  • Error when importing metadata into the MDS

    Hello

    Currently I am facing issue when importing metadata in mds using weblogicImportMetadata.

    The error is:

    Problem call WLST - Traceback (innermost last):

    File "/ u01/app/oracle/Middleware/Oracle_IAM1/server/bin/weblogicImportMetadata.py", line 21, in?

    File "/ u01/app/oracle/Middleware/oracle_common/common/wlst/mdsWLSTCommands.py", line 289, in importMetadata

    File "/ u01/app/oracle/Middleware/oracle_common/common/wlst/mdsWLSTCommands.py", line 801, executeAppRuntimeMBeanOperation

    File "/ u01/app/oracle/Middleware/oracle_common/common/wlst/mdsWLSTCommands.py", line 1079 in saveStackAndRaiseException

    WLSTException: MDS-91009: failure of the operation "importMetadata". DumpStack() to view the full stacktrace.

    I am IOM 11 GR 2. I made the necessary changes in the file weblogic.properties. I also checked for unnecessary spaces. The same works very well in the DEV environment a pointer on this will be very useful.

    Thank you

    SS

    Simply restart your managed servers and Admin and try again?

    Note:

    This problem happens when your OIMMetadata app does not work or not in Active state. Then, go to the Weblogic Console and check that the application of the OIMMetadata runs or not if she is nine or any other (not active) in order better to restart the server. This will solve your problem

    ~ J

  • error when importing dump file

    Hi am error when you import the dump file
    C:\>impdp sms01/sms01
    
    Import: Release 11.2.0.1.0 - Production on Mon Jun 3 13:17:28 2013
    
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39006: internal error
    ORA-39068: invalid master table data in row with PROCESS_ORDER=-4
    ORA-01950: no privileges on tablespace 'USERS'
    
    ORA-39097: Data Pump job encountered unexpected error -1950

    DUMPFILE also happens to be an option for impdp. Probably not the best name for a directory object. That said, get rid of the semicolon at the end; Impdp is a command of the OS, not a SQL * Plus command.

  • Error when importing Images .bmp

    Hi all

    I get an error when you try to import a bitmap (*.bmp) image file into Flash Professional CS6. I tried the two 'Import to library' and 'import of course' and they both raise the same error...

    This is the error I get when trying to import:

    "One or more files were imported not because he had problems reading them."

    After searching around online I found a few examples of people for similar problems when importing stuff, but none of those who were for .bmp impoting images.

    No idea why I can't do this?

    Any ideas or suggestions would be greatly appreciated!

    EDIT:

    I just tried downloaing a .bmp on the internet and was able to import successfully, but still cannot import the one I want actuallty. The image I want to import is one I created using Gimp 2.8 and had to 'export' in the Gimp xcf format .bmp format...

    Thanks in advance,

    Matt

    Usually, you can just re - save the same file again and it will work. Try to open it, save-as/export it crushes the same BMP and then try again. BMP is lossless, so you won't lose any quality re - record. If there is no real reason that you use BMP, you need to use a PNG image which is lossless and much smaller in the size of the file as long as largely taken in charge.

  • error when importing schema using datapump to level

    Hi I have the ierrors following when importing a schema of prod to database dev... someone can help, thanks!

    Impdp system DIRECTORY is DUMPFILE DATA_PUMP_DIR = abcdprod. DMP LOGFILE = abcdprod.log REMAP_SCHEMA = abcdprod:abcddev

    ORA-39002: invalid operation
    ORA-31694: main table 'SYSTEM '. "' SYS_IMPORT_FULL_01 ' failed to load/unload
    ORA-31644: impossible position to block number 170452 in the dump file ' / ots/oracle/echo/wxyz/datapump/abcdprod.» DMP

    PL check the sizes of DMP file on source and target. Try copying the DMP file again, and then restart the import. If you receive the same error, most likely the source DMP file is damaged and you will need to perform again the expdp

    HTH
    Srini

  • Error when importing the APEX to APEX 4.0.2.00.07 3.2.1.00.12 app

    Hello!

    When importing application I get following error:

    ORA-20001: GET_BLOCK error. ORA-20001: Execution of the statement was not successful. ORA-06550: line 3, column 14: PLS-00302: component 'CREATE_FLOW_ITE' must be declared ORA-06550: line 3, column 1: PL/SQL: statement ignored & lt; pre & gt; begin wwv_flow_api.create_flow_ite (p_id = & amp; gt; 1378223434322562 + wwv_flow_api.g_id_offset, p_flow_id = & amp; gt; wwv_flow.g_flow_id, p_name = & amp; gt;) "GLB_PROJECT_NO", p_data_type = & amp; GT; 'VARCHAR', p_is_persistent = & amp; GT; 'Y', p_protection_level = & amp; GT; '


    Error installing application.

    How do I right?

    With respect,

    PsmakR

    I'm not able to reproduce this problem in my case.
    Try to export the application using SQL developer and verify if the contents of the file gets escaped?

  • Table do not create lines when importing XML

    Hello

    I loaded my XMl file tags.  I have a text box on my indesign document. I have the tag in the tag of the 'Net.  I then drew a table in the text box with 2 rows and 3 columns.  All cells in the table are marked for 'Cell '.  I then right click on the root-> element-> ReportData tag now when I import it then everything is as should be.  That is to say 2 rows with relevant information populated in all of all cells.

    I hoped to do was to create a table and specify only one line with 3 columns.  When I import the XML file, I was hoping that the aid: trows = "2" would create the extra line.  But this isn't the case.  Instead remains 1 row, but there are 3 additional columns that appear (IE 6 cells in row 1).  Someone tell me what I'm doing wrong please.

    Here is my XML

    <? XML version = "1.0" encoding = "UTF-8"? >
    "< produitLogiciels xmlns:aid ="http://ns.adobe.com/AdobeInDesign/4.0/"xmlns:aid5 ="http://ns.adobe.com/AdobeInDesign/5.0/">" "
    < net >
    < aid: table = 'table' aid: trows = "2" aid: tcols = "3" >
    < aid5:cellstyle of cells = "Red banner" aid5:paragraphstyle = "Red banner" aid: pstyle = "Red banner" aid: table = 'cell' > NET returns of funds < / cell >
    < cell aid: table = 'cell' aid: ccolwidth = "130" > < / cell >
    < cell aid: table = 'cell' aid: ccolwidth = "130" > < / cell >

    < cell aid: table = 'cell' aid: ccolwidth = "130" > 56 < / cell >
    < cell aid: table = 'cell' aid: ccolwidth = "130" > 1 < / cell >
    < cell aid: table = 'cell' aid: ccolwidth = "130" > 42 < / cell >

    < /table >
    < / net >
    < / produitLogiciels >

    I think that your xml is working as you are wanting him for me. Take a look at the attached screenshot.

    Here's what I did (in CS4, BTW):

    1. Create a new document
    2. Rename the tag root of "ProduitLogiciels".
    3. Create a new tag named "NetFundReturns".
    4. Create a unique text on the page and tag with the tag "NetFundReturns".
    5. Import XML

    How is this different from what you were doing?

  • Newlines when importing XML in Indesign

    I import XML files in an Indesign template. The content comes from an Access database via a Word macro that inserts the XML tags.

    Everything works well except line breaks (soft carriage returns). I tried vbLf and & #10;  but they both give a paragraph break, while < br / > does nothing. I could use a separate paragraph tag in Indesign without space before and after, but it's a pain for other reasons. Another way?

    Try & #x2028. This is defined in Unicode as 'Separator line.' reference

    It is a pity that InDesign offers us an easy way to determine these things. When I need to understand something like that, my first attempt to export InDesign isto and examine the result. But InDesign exports the forced line break as a UTF-8 character with a binary value of three bytes of E280A8 (rather than an entity reference). I'm still not quite clear how to get between E280A8 and 0 x 2028, but it should work...

  • iTunes.exe error when importing cd

    iTunes stops whenever I try to import music from a cd.  I use Windows Vista Home Premium 64-bit.  Help, please.   Here's the info of the error:

    Problem event name: APPCRASH

    Application name: iTunes.exe

    Application version: 9.0.1.8

    Application timestamp: 4ab809c1

    Fault Module name: QuickTimeAudioSupport.qtx

    Fault Module Version: 7.9.0.0

    Timestamp of Module error: 4aa21f42

    Exception code: c0000005

    Exception offset: 000bdadd

    The system version: 6.0.6002.2.2.0.768.3

    Locale ID: 1033

    Additional information 1: fd00

    More information 2: ea6f5fe8924aaa756324d57f87834160

    Additional information 3: fd00

    Additional information 4: ea6f5fe8924aaa756324d57f87834160

    Thanks for the help abdelouahab.  I've marked as useful even if it did not work.  (it's the thought that counts after all)  I spoke to apple support and when he accompanied me by relocation, I ended up getting "unable to open key" messages so I am now involved in a long process of environmental evaluation with microsoft technology.  Well

Maybe you are looking for