Syntax of DBCA Template files (.dbt)

Hi!
I am looking for documentation on the content / syntax of DBCA template (.dbt) files. I have searched the 10G documentation and MetaLink without success. Any help or hints is appreciated. I am especially interested in setting up my own variables for file locations, etc.
Thanks!
Dave Venus

Hi!
Thanks for your help. Do you have a specific manual that would help? I can find descriptions of the templates that Oracle provides but nothing on the actual XML entries themselves and the values that can be entered, etc.
I have looked at some information on response files but have yet to see how they are used to generate a template file.
Thanks again for your time and help!
Dave Venus

Similar Messages

  • DBCA Template (.dbt) file SYNTAX?

    Hi!
    I am looking to customize a DBCA template file (.dbt) and have searched the 10G documentation and MetaLink with out success on how to do this. I am looking for the syntax / content of these files. Some examples would be great! I am especially interested in setting up my own variables for file locations, etc.
    Thanks in advance!
    Dave Venus

    Hi!
    Thanks for your help. Do you have a specific manual that would help? I can find descriptions of the templates that Oracle provides but nothing on the actual XML entries themselves and the values that can be entered, etc.
    I have looked at some information on response files but have yet to see how they are used to generate a template file.
    Thanks again for your time and help!
    Dave Venus

  • Template files of DBCA

    Hi,
    in 10g R2, on Win 2003 server, where are template files of DBCA stocked ? Can we generate a script from an existing database to create another database ?
    Thank you.
    Edited by: user522961 on Apr 30, 2010 6:35 AM

    Hi,
    Normally dbca template are located at following directory.
    $ORACLE_HOME\assistants\dbca\templates
    HTH

  • Files in assistants/dbca/templates

    The files in $ORACLE_HOME/assistants/dbca/templates (on 9i) appear to be pre-built, template, databases.
    Data_Warehouse.dfj
    Transaction_Processing.dfj
    I'm assuming these are ok to remove.. I will never use them.
    Am I correct? Seems a bit of a waste of space for something I'll never use.
    Regards,
    SMF 8)

    Hello,
    My mistake, the files are *.dfj as you say.
    I am using Oracle 9i on a Windows server. I will look into the files on the disks and i will check if any of my colleagues have these files in thier systems too.
    Thanks again.
    I don't know what may have occurred to delete them!!!

  • Any different between the dbca templates

    i use dbca to create db on RAC, i see many different template file in $ORACLE_HOME/assistants/dbca/templates/
    like
    Data_Warehouse.dbc General_Purpose.dbc Seed_Database.dfb
    example01.dfb New_Database.dbt Transaction_Processing.dbc
    example.dmp Seed_Database.ctl
    i do not know .dfb ,.dmp , .ctl ,what 's these use for?

    859340 wrote:
    i use dbca to create db on RAC, i see many different template file in $ORACLE_HOME/assistants/dbca/templates/
    like
    Data_Warehouse.dbc General_Purpose.dbc Seed_Database.dfb
    example01.dfb New_Database.dbt Transaction_Processing.dbc
    example.dmp Seed_Database.ctl
    i do not know .dfb ,.dmp , .ctl ,what 's these use for?DBCA uses patterns, or otherwise called Templates, which create either a new database with existing patterns or a pattern itself based on an existing base. The following are the template files that DBCA can create:
    •.dbc - Database Clone (for a new database)
    •.dbt - Template Database (for an existing database)
    These templates, which are in the form of XML files, contain information about the database including database options, init.ora parameters, and storage attributes (datafiles, tablespaces, controlfiles and redologs).
    The demo templates such as Data_Warehouse.dbc, General_Purpose.dbc, Transaction_Processing.dbc, and New_Database.dbt are available at the following location:
    ORACLE_HOME/assistants/dbca/templates
    source:-http://download.oracle.com/docs/cd/B16240_01/doc/em.102/e14500/appdx_creating_db_templates.htm
    example.dmp -->It is a template for creating a Default Schema's with Data including the SYS
    refer:-Re: Issue extracting Oracle's example.dmp
    The datafiles for the seed database are stored in compressed RMAN backup format in a file with a .dfb extension. The seed database control file is stored in a file with .ctl extension. (This file is needed only when storing datafiles in Automatic Storage Management (ASM) disk groups or as Oracle managed files.) The .dbc file contains the location of the seed database datafiles and contains the source database name used to mount the control file.
    source:-http://download.oracle.com/docs/cd/B28359_01/server.111/b28301/install003.htm#BABEGFCG

  • Error when creating Oracle12c PDB using DBCA response file in silent mode

    I am getting an Oracle dbca NullPointerException when trying to create a PDB (Pluggable Database) usingdbca response file in silent mode.
    I have a Oracle 12c CDB up and running, listener is also up, $ORACLE_HOME and $ORACLE_SID are also set correctly.
    After database install and creating CDB using response files, I am now trying to create a PDB using dbca response file. Contents of dbca.rsp -
    [GENERAL]
    RESPONSEFILE_VERSION = "12.1.0"
    OPERATION_TYPE = "createPluggableDatabase"
    [CREATEPLUGGABLEDATABASE]
    SOURCEDB = "orcl"
    PDBNAME = "dev"
    CREATEPDBFROM = "DEFAULT"
    PDBADMINUSERNAME = "oracle"
    PDBADMINPASSWORD = "oracle"
    CREATEUSERTABLESPACE = "true" 
    I tried following commands:
    dbca -silent -responseFile /<file path>/dbca.rsp dbca -silent -createPluggableDatabase -responseFile /<file path>/dbca.rsp
    Both give same error:
    ---- Begin output of /u01/app/oracle/product/12c/db_1/bin/dbca -silent -responseFile /<file path>/dbca.rsp
    STDOUT:
    STDERR: Exception in thread "main" java.lang.NullPointerException
    at oracle.sysman.assistants.dbca.backend.CommandLineArguments.processResponseFile(CommandLineArguments.java:6885)
    at oracle.sysman.assistants.dbca.backend.CommandLineArguments.process(CommandLineArguments.java:4544)
    at oracle.sysman.assistants.dbca.Dbca.execute(Dbca.java:110) at oracle.sysman.assistants.dbca.Dbca.main(Dbca.java:184)
    However when I pass exact same parameters as command line arguments, dbca works absolutely fine and PDB is created: Following command runs succefully.
    dbca -silent -createPluggableDatabase -sourceDB orcl -pdbName dev -createPDBFrom default -pdbAdminUserName oracle -pdbAdminPassword oracle -createUserTableSpace true
    My environment need installation using response files only. I had used a dbca response file with "createDatabase" option for CDB and it worked fine. Error is observed only when I run it with OPERATION_TYPE as "createPluggableDatabase".
    There is an option to create PDBs along with CDB creation when OPERATION_TYPE is "createDatabase". But Oracle does not give flexibility to name PDBs in this option. If I ask Oracle to create 3 PDBs, it will name them itself like PDB01, PDB02, PDB03 and so on. This doesn't work in my deployment because of applications compile time dependencies on specific PDB names.

    Yes, I am pointing to correct response file. I have two of these. One for "createDatabase" and another one for "createPluggableDatabase".
    While the first one works absolutely fine, the one which creates PDBs always gives error.
    I tried renaming the response file like dbca_dev.rsp for PDB install but same error message. I read in another forum that rename dbca.rsp is not a good idea.
    So I kept it as dbca.rsp but built it using PDB template.
    When I try after removing -silent, it tries to launch a UI installer. Since I am in Amazon AWS platform, my instance is CentOS based which doesn't support Xwindows display.
    I am stuck with -silent install only. When I try with -progressOnly, I get exactly same error.
    Also tried removing some parameters but still get exact same error message.
    Tried same trick with "createDatabase" response file, now I see parameters missing error message.
    It seems like Oracle doesn't like response file install for "createPluggableDatabase".

  • 'Syntax error in template RSTMPL9C, Row 80'

    Hi,
    i am uploading hierarchy from a flat file!
    i got the error : 'Syntax error in template RSTMPL9C, Row 80' while scheduling thye info package!
    i tried with just one row to upload, since it was saying problem in 80 th row, but i am experiencing the same problem
    pls suggest me!
    Thanks,
    Ravi

    Hi All,
    I have also encountered such error during my test upload of Hierarchy from a flat file.
    This is my exact error: u201CSyntax error in template RSTMPL9C, row 297u201D.
    After browsing hundreds of WebPages, I took a closer look at my infopackage. And whalah! Under the u201CExternal Data Tabu201D, I forgot to enter a value in the u201CNumber of Header Rows to be Ignoredu201D. And thatu2019s it. It solves the problem. I have successfully uploaded my hierarchy through flat file.
    Hope this could also help those who have encountered same problem.
    Sheila S.

  • Install datamining and unicode support using dbca template

    Hi All
    We are creating a 11g release 1 db on linux using the Amazon AMI.
    There is this script in /home/oracle/run_dbca.sh
    And we would like to have uni-code support so we can display Chinese/Japanese or whatever multibyte character.
    We would also like to have DataMining option installed
    How do I modify the *.dbt or *.dbc fille in /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates
    do this?
    Is there a documentation for how to write the XML construct for these??
    -Thanks so much for the help!

    xwo0owx wrote:
    Hi All
    We are creating a 11g release 1 db on linux using the Amazon AMI.
    There is this script in /home/oracle/run_dbca.sh
    And we would like to have uni-code support so we can display Chinese/Japanese or whatever multibyte character.
    We would also like to have DataMining option installed
    How do I modify the *.dbt or *.dbc fille in /u01/app/oracle/product/11.1.0/db_1/assistants/dbca/templates
    do this?
    Is there a documentation for how to write the XML construct for these??
    -Thanks so much for the help!It's been so long since I've used one of the stock templates that I don't remember what options are available under them, but it occurs to me that sometimes - particularly for complex requirements - you just have to choose "custom" and walk through the entire wizard, checking very possible option. It's not all that hard.

  • Database Template File missing

    Hi everyone,
    I'm trying to set up a installation of OCS over multiple computers. The Infrastructre installation works fine withouth any error and all services are up and running. Now I'd like to install and set up the storage database. While running the DBCA, I get an error message stating, that the database layout template file with the extension .dfj is missing. Is this a common problem or could it be that something went wrong while unzipping the file?
    The template file for the Infrastructure database is located in both the unzipped installation files AND in the home directory for the Infrastructure.
    The installation of the information store also was successfull, but as stated above, i only get an error message while configurating the new database...
    Is it possible to tackle the problem in creating a standard new datbase with this assistant?
    thank you and happy new year in advance
    stefan

    Just bumping this thread because I am having the same problem. Is there some configuration setting I missed during installation or can I find this "Transaction_Processing.dfj" file somewhere else?
    Thanks for the help.

  • DBCA templates - PGA and SGA using "percentageMemTOSGA" parameter

    Hi all,
    I am trying to configure a DBCA template to perform silent database creations on servers at our client sites. The amount of RAM could vary from server to server. For this reason, I am specifying the following parameters:
    customSGA=false
    percentageMemTOSGA=70In principle, this works pretty well - my DB is created with a suitable value for SGA_TARGET based on the RAM available on the server. However, the value that it uses for PGA_AGGREGATE_TARGET is too small for our needs. From experience, we can get by with a smaller SGA, but we need a relatively large PGA.
    I have tried specifying the parameter "pga_aggregate_target" in the template (and thus trying to "override" the decision of DBCA) but DBCA ignores my "hard-coded" value for this and sets pga_aggregate_target according to (presumably) some calculation based on:
    - The amount of RAM available
    - The value of "percentageMemTOSGA"
    - Some "other" value which tells DBCA how to divide up the %age memory it will take between SGA and PGA
    So, my question is:
    Does anybody know how to effectively use both "percentageMemTOSGA", and:
    EITHER:
    * tell DBCA how to split the memory that it will use from RAM (in this case 70%) between pga_aggregate_target and sga_target (some parameter maybe like "percent_to_pga" and "percent_to_sga")
    OR (not as useful but better than no control):
    * specify explicitly a value (or percentage) for pga_aggregate_target, but leave the value of sga_target to be decided based on the percentageMemTOSGA
    I hope I've explained that well enough...
    Regards,
    Ados

    I've checked the help for dbca (I'm currently running from the command prompt in "silent" mode) and don't see anything about recording the creation - how would I do that? Or are you referring to using the GUI, creating a database, and then saving the template? If it's that, that's what I did first, then editing the template for my tests - I don't see the parameter(s) that I'm looking for in the template.Ados,
    I did the same what you did. Run dbca in GUI mode and generate template only now in template file I see there is a parameter to set these value. For your reference I am posting the content of that file:
    <?xml version = '1.0'?>
    <DatabaseTemplate name="orcl" description="" version="10.2.0.3.0">
    <CommonAttributes>
    <option name="ISEARCH" value="false"/>
    <option name="OMS" value="false"/>
    <option name="JSERVER" value="true"/>
    <option name="SPATIAL" value="true"/>
    <option name="ODM" value="true">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="IMEDIA" value="true"/>
    <option name="XDB_PROTOCOLS" value="true">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="ORACLE_TEXT" value="true">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="SAMPLE_SCHEMA" value="true"/>
    <option name="CWMLITE" value="true">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="EM_REPOSITORY" value="true">
    <tablespace id="SYSAUX"/>
    </option>
    <option name="HTMLDB" value="false"/>
    </CommonAttributes>
    <Variables/>
    <CustomScripts Execute="false"/>
    <InitParamAttributes>
    <InitParams>
    *<initParam name="pga_aggregate_target" value="808" unit="MB"/>*
    <initParam name="processes" value="150"/>
    <initParam name="db_recovery_file_dest_size" value="1024" unit="MB"/>
    <initParam name="control_files" value="(&quot;{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/control01.ctl&quot;, &quot;{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/control02.ctl&quot;, &quot;{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/control03.ctl&quot;)"/>
    <initParam name="sga_target" value="1536" unit="MB"/>
    <initParam name="compatible" value="10.2.0.3.0"/>
    <initParam name="background_dump_dest" value="{ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/bdump"/>
    <initParam name="job_queue_processes" value="10"/>
    <initParam name="db_name" value="orcl"/>
    <initParam name="user_dump_dest" value="{ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/udump"/>
    <initParam name="dispatchers" value="(PROTOCOL=TCP) (SERVICE={SID}XDB)"/>
    <initParam name="audit_file_dest" value="{ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/adump"/>
    <initParam name="db_domain" value=""/>
    <initParam name="open_cursors" value="300"/>
    <initParam name="db_block_size" value="8" unit="KB"/>
    <initParam name="db_recovery_file_dest" value="{ORACLE_BASE}/flash_recovery_area"/>
    <initParam name="undo_tablespace" value="UNDOTBS1"/>
    <initParam name="core_dump_dest" value="{ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/cdump"/>
    <initParam name="remote_login_passwordfile" value="EXCLUSIVE"/>
    <initParam name="undo_management" value="AUTO"/>
    <initParam name="db_file_multiblock_read_count" value="16"/>
    </InitParams>
    <MiscParams>
    <databaseType>MULTIPURPOSE</databaseType>
    <maxUserConn>20</maxUserConn>
    <percentageMemTOSGA>40</percentageMemTOSGA>
    <customSGA>true</customSGA>
    <archiveLogMode>false</archiveLogMode>
    <initParamFileName>{ORACLE_BASE}/admin/{DB_UNIQUE_NAME}/pfile/init.ora</initParamFileName>
    </MiscParams>
    <SPfile useSPFile="true">{ORACLE_HOME}/dbs/spfile{SID}.ora</SPfile>
    </InitParamAttributes>
    <StorageAttributes>
    <DataFiles>
    <Location>{ORACLE_HOME}/assistants/dbca/templates/Seed_Database.dfb</Location>
    <SourceDBName>seeddata</SourceDBName>
    <Name id="1" Tablespace="SYSTEM" Contents="PERMANENT" Size="480" autoextend="true" blocksize="8192">{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/system01.dbf</Name>
    <Name id="2" Tablespace="UNDOTBS1" Contents="UNDO" Size="25" autoextend="true" blocksize="8192">{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/undotbs01.dbf</Name>
    <Name id="3" Tablespace="SYSAUX" Contents="PERMANENT" Size="240" autoextend="true" blocksize="8192">{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/sysaux01.dbf</Name>
    <Name id="4" Tablespace="USERS" Contents="PERMANENT" Size="5" autoextend="true" blocksize="8192">{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/users01.dbf</Name>
    </DataFiles>
    <TempFiles>
    <Name id="1" Tablespace="TEMP" Contents="TEMPORARY" Size="20">{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/temp01.dbf</Name>
    </TempFiles>
    <ControlfileAttributes id="Controlfile">
    <maxDatafiles>100</maxDatafiles>
    <maxLogfiles>16</maxLogfiles>
    <maxLogMembers>3</maxLogMembers>
    <maxLogHistory>1</maxLogHistory>
    <maxInstances>8</maxInstances>
    <image name="control01.ctl" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
    <image name="control02.ctl" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
    <image name="control03.ctl" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
    </ControlfileAttributes>
    <RedoLogGroupAttributes id="1">
    <reuse>false</reuse>
    <fileSize unit="KB">51200</fileSize>
    <Thread>1</Thread>
    <member ordinal="0" memberName="redo01.log" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
    </RedoLogGroupAttributes>
    <RedoLogGroupAttributes id="2">
    <reuse>false</reuse>
    <fileSize unit="KB">51200</fileSize>
    <Thread>1</Thread>
    <member ordinal="0" memberName="redo02.log" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
    </RedoLogGroupAttributes>
    <RedoLogGroupAttributes id="3">
    <reuse>false</reuse>
    <fileSize unit="KB">51200</fileSize>
    <Thread>1</Thread>
    <member ordinal="0" memberName="redo03.log" filepath="{ORACLE_BASE}/oradata/{DB_UNIQUE_NAME}/"/>
    </RedoLogGroupAttributes>
    </StorageAttributes>
    </DatabaseTemplate>
    Regards.

  • In an Excel template file, can I set the Folder Path in the SaveAs Dialog box?

    I have an Excel template file (xltm) and, with help from the forum, I now have a Workbook_BeforeSave subroutine to save the template as a macro enabled file (xlsm).  I’m so thankful for that help from Edward in the forum.
    I also want to set the default folder location to save the file. I really only need it when the template is saved as a new xlsm file, because if they open the xlsm file, it’s usually opened from the default folder path so any save would normally go back
    to where the file was opened.  However, with a template (even if the template is in the default folder) the Saved template reverts back to the user’s documents folder.
    Is there a good way to do this?
    I tried to modify the Workbook_BeforeSave code like this:
    Private Sub Workbook_BeforeSave(ByVal SaveAsUI As Boolean, Cancel As Boolean)
    Dim FolderDir As String
    Dim FileNameVal As String
    FolderDir = "Z:\save\data\place\"
    If SaveAsUI Then
    If Dir(WorkBookFolder, vbDirectory) <> "" Then
    Application.DefaultFilePath = WorkBookFolder
    End If
    FileNameVal = Application.GetSaveAsFilename(, "Excel Macro-Enabled Workbook (*.xlsm), *.xlsm")
    Cancel = True
    If FileNameVal = "False" Then 'User pressed cancel
    Exit Sub
    End If
    ThisWorkbook.SaveAs Filename:=FileNameVal & ".xlsm", FileFormat:=xlOpenXMLWorkbookMacroEnabled
    Application.EnableEvents = True
    End If
    End Sub
    But there are a lot of checks that would need to be done.
    I'm not sure how to only default the folder saved only when they open the template, but not change it when they just open an already saved Excel file created by the template (with all the active content, macros, etc.).
    Alan Edwards

    Hi Alan,
    store the path\filename in the 1st argument:
    FileNameVal = Application.GetSaveAsFilename("C:\*.xlsm", "Excel Macro-Enabled Workbook (*.xlsm), *.xlsm")
    Andreas.

  • Pages '09 .template files cannot be opened in pages 5

    I have an older iMac and just bought a new Macbook. I have been having problems (seems like I'm not the only one) with the new Pages. Mostly, even on my iMac, I've had problems opening files. I always get an error that says, "'X file' can't be opened". Somehow I got to some of my older files, I think by converting them to .docx files. Now, I've purchased some resume templates that came in different formats. I can open the .docx files but the formatting gets screwed up. They came with pages .template files (that I assume were created in Pages '09) that I cannot open.
    Do I have any options besides trying to redo all of the formatting (defeating the purpose of buying templates) in Pages 5 which is a ****** application with ****** formatting tools?
    Can I get Pages '09 back
    Can Apple please stop trying to oversimplify things to the point of making them useless?
    Apple has really dropped the ball with this one. My frustration with pages alone is almost enough to make me wish I had purchased a different laptop. Microsoft Word '98 was a better word processor.
    Thanks,
    Jared
    P.S. the text editor in this forum is better than Pages 5

    We largely agree and have been recommending users stick with Pages '09 until a third party replaces Pages with something like Serif's Affinity Publisher next year.
    If you migrated your Mac over from the old one it should have transferred Pages '09.
    Can you reinstall from original installers? Just make sure to update iWork '09 to v4.3.
    Peter
    PS Go to the App Store and add your rating review to the mounting displeasure. Where I am the vast majority is giving it one or two stars. ie We hate it.

  • XML publisher report with a template file missing

    I get the following error
    Active template file not found in the template definition <TEMPLATE_NAME> for date <EFFDT>. (235,2515)
    PSXP_RPTDEFNMANAGER.TemplateDefn.OnExecute Name:GetActiveTemplateFile PCPC:15872 Statement:346
    but in
    Reporting Tools > XML Publisher > Report Definition > Template tab
    I did have the setting Effective date, what cause the problem?

    Have a look at following post and run the sql in this post to see if your template definition is missing.
    http://peoplesoft.wikidot.com/xml-publisher-template-file-missing
    You could also run Application Engine PSXPCLEAN to clean orphan rows.
    Are you running the report online or through PeopleCode?
    In last case make sure the effdt is set correct in PeopleCode.
    Also have a look if your server time settings are correct.
    Hakan

  • Links to MS Office template files (dotx, potx, xltx, ...)

    Hi every one,
    I'm using Acrobat Pro 7 for an interactive Project Handbook. Meaning there're are steps to acomplish in order to set up and manag a project according to certain guide lines.
    With this handbook I provide an overwiev of the whole document from where
    each chapter and
    each document that has to be filled for project management
    can be reached. To do this I'm using the linking tool of Acrobat.
    I couldn't find any post in this forum that looks like my problem so I opened a new post.
    Problem description:
    As long as I link PDFs together every thing is fine. But as I'm providing Word and Excel template files, thing get messy.
    When linking from a PDF to, lets say a *.dotx (Word template), the link works. But in stead of creating a new "Untitled.doc" from the template, it opens the template to be modified.
    Use case:
    The file "MyTemplate.dotx" is in a sub-directory where the "Overview.pdf" is in. When double clicking in Windows explorer on "MyTemplate.dotx" an new "Untitled.docx" is created.
    When linking from "Overview.pdf" to "MyTemplate.dotx" and using that link, "MyTemplate.dotx" is opened the same way as if a right-click and choosing "Open" under Windows explorer was performed.
    Workaround:
    In order to have an "Untitled.docx" generated from the template I don't link to the template any more. Instead I use a batch file with the following command:
    [start "" "directory\directory\MyTemplate.dotx" exit].
    This command is written in a "Workaround.bat" file to whitch the Overview.pfd is linked to.
    With this solution, the template opens as a new "Untitled.docx" and it's fine.
    New Problem:
    Using a batch file is detected as a thread on certain PCs. When a link to a *.bat file is used on such a PC, a dialog box "Security warning" shows up saying "Un allowed link with file:/path/folder/..../Workaround.bat" leaving only 2 choices: clicking on Help or on OK and not being able to launch the batch.
    Final Question:
    How to tell Acrobat to create a new document from a template fil *.dotx" and not open it to edit the template?
    I want to thank you for your precious help, I'm really stuck at this point.

    Here is how to completely remove Office for Mac 2011:
    http://support.microsoft.com/kb/2398768

  • Error accessing file template file not found (error code 2)

    We have 3 admins that work on the website so we use the Check In/ Check Out feature of DW. We all have DW CS6.
    When I update the template I have no problem (I work on a mac). However, if one of the other admins (Windows) tries he gets the following message: Error accessing file template file "C:\filepath\filename.dwt": file not found (error code 2).
    I looked at this thread: Re: Dreamweaver Template not updating pages error code 2? but the only solution offered there is to change the template tag from <!-- InstanceBegin... to <!-- TemplateBegin... If this is the solution, how do you do this?
    When I go to the url of the template http://www.christophorushouse.com.au/Templates/chrv-main-template.dwt it says it's been (re)moved or renamed, but then I have a feeling you can't view/access a template this way. All pages of the website feed of this template.
    Any help would be appreciated.
    Thanks

    We have 3 admins that work on the website so we use the Check In/ Check Out feature of DW. We all have DW CS6.
    When I update the template I have no problem (I work on a mac). However, if one of the other admins (Windows) tries he gets the following message: Error accessing file template file "C:\filepath\filename.dwt": file not found (error code 2).
    I looked at this thread: Re: Dreamweaver Template not updating pages error code 2? but the only solution offered there is to change the template tag from <!-- InstanceBegin... to <!-- TemplateBegin... If this is the solution, how do you do this?
    When I go to the url of the template http://www.christophorushouse.com.au/Templates/chrv-main-template.dwt it says it's been (re)moved or renamed, but then I have a feeling you can't view/access a template this way. All pages of the website feed of this template.
    Any help would be appreciated.
    Thanks

Maybe you are looking for