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.

Similar Messages

  • 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

  • Template files missing

    After install Lion on opening my sites with iWeb, each page comes up with a window indicating that several png and jpg files (part of the template) are missing.   Has anyone else experienced this and what can one do.  The files themselves show up (once unhidden) in Finder.
    Thanks
    Jack

    You could try the troubleshooting steps under "Fix iWeb" here...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html
    ... to see if that fixes it.

  • Can not open database - data file missing

    I connected to the database as sysdba and issued STARTUP OPEN command.
    How can I restore the datafile?
    ORA-01157: cannot identify/lock data file 32 - see DBWR trace file
    ORA-01110: data file 32: 'F:\ORACLE\DATABASE\M23.DAT'
    ORA-27041: unable to open file
    OSD-04002: unable to open file
    O/S-Error: (OS 2) The system cannot find the file specified.

    Thank you for your advice.
    To Issue ALTER TABLESPACE M23 OFFLINE IMMEDIATE, the database should be in OPEN mode.
    I couldn't open the database.
    What shall I do put it in OPEN MODE?
    Thank you in advance.
    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Randall Roberts ([email protected]):
    You have to STARTUP MOUNT and take the tablespace that M23.DAT belongs to offline... probably OFFLINE IMMEDIATE.
    Once you do that you may ALTER DATABASE OPEN. Then you can replace your data file with a backup and use the recover command to recover the tablespace IF you are in archive log mode. If you are not in archive log mode, you'll have to drop the tablespace, recreate it and hopefully you have an export file of its contents you can import.
    Best!
    Randall<HR></BLOCKQUOTE>
    null

  • ALERT: DATABASE NAME :EXTFILE: Missing or unreadable external file: DATAPU

    Hi,
    We are getting alerts
    ALERT:<DATABASE NAME>:EXTFILE: Missing or unreadable external file: <DATAPUMP DIRECTORY>bogus.dat
    and this file also does not exists in data pump directory.
    Pls sugggest any solution to this.
    Thanks,
    Taruna

    'bogus.dat' is internally used by datapump, so see the message as an internal error, which should be reported to Oracle support.
    External Tables

  • Missing Template file on IM Installation

    Hi,
    I am installing JCS on a single host and I am getting an error when in stalling the IM server:
    Deploying Messenger Resources...java.lang.Exception: Template file does not exist: /opt/sun/comms/im/html/WEB-INF/web.xml.template
    I have found this file in other locations and tried copying it to this location and rerunning the setup but still get the same error.
    Any ideas?
    Many thanks,
    Richard

    rm99 wrote:
    Hi,
    I am installing JCS on a single host and I am getting an error when in stalling the IM server:Which version of IM have you installed ? Also to which web-container are you trying to deploy IM to ?
    -Swetha
    >
    Deploying Messenger Resources...java.lang.Exception: Template file does not exist: /opt/sun/comms/im/html/WEB-INF/web.xml.template
    I have found this file in other locations and tried copying it to this location and rerunning the setup but still get the same error.
    Any ideas?
    Many thanks,
    Richard

  • Missing database.lrdb file

    When I open LR to create a new database. It creates a new folder that I have to name and then puts the LR backups and other files in that folder. For some reason....I cannot find the database.lrdb file when it is set up this way. The only files within the created folder are LR.lrcat, LR.lrcat.lock and a sub folder called LR Previews.lrdata. Where is my lrdb file????

    Sandra,
    Yes, your older version should be updated via the adobe website or from the Help menu inside lightroom in order for you to open lrcat files.

  • How do i create a database template from the command line?

    Hi,
    As part of implementing a backup and recovery strategy for a client (including disaster recovery) I want to automate the creation of a database template From an Existing Database (Structure as well as data) via a script that will run every night.
    The background to this is that we will also be using RMAN to take backups of the database concerned but the client does not want to wait while an RMAN backup is restored and so wants an additional level of insurance in the form of a ‘standby’ clone database.
    The idea is that nightly we will run a script that creates a database template from the Existing Database (Structure as well as data) and then transfers the 2 files involved e.g. DB_data_included.dbc and DB_data_included.DFB across to a standby server where they can be used to recreate the database in the event of us needing to after e.g. a complete server failure.
    So I have a couple of questions about this that I would be very grateful if something could answer for me:
    1)     Is it possible? That is, can a database template be created from some utility by supplying a series of parameter=value pairs on the command line?
    2)     If yes how do I go about it, what utility do I use (the emca utility?). and what parameters do I need to supply on the command line to create the template?
    3)     The intention is that the script to create the template will run in the early hours of the morning when no-one is using the database but what state does the database need to be in when the template creation script runs i.e. up, down, mounted and does the creation of a template affect the state of an already up database i.e. if I kick off the template creation script and the database is up will it switch it into mount mode or anything like that? My concern here is that I want to make sure I understand exactly what is going on so that no users or connected external systems are affected?
    Thanks in anticipation of someone being able to guide me on what to do or what documentation to read.
    Also if you require any clarification on what i'm asking please post up your query and i'll respond ASAP.
    Kind Regards,
    George Johnston
    OCP 9i DBA

    Sybrandb,
    Firstly thanks for you reponse.
    However, I don’t agree that dbca only creates empty databases otherwise why does the option to create a template from an existing database (structure as well as data) exist in the dbca wizard?
    I have performed a test case where I have a created a database template including data on one 10g server. I have then used the files generated to recreate that database on a separate server. When the new database is started it is an exact copy of the original. So it’s not empty at all , it’s exactly what the client wants.
    So I don’t agree that I’m gaining zero.
    Why is this approach doomed to fail?
    There a number of reasons why I “just set up a proper standby database”
    1.     Time – I’m on a customer site in a tight engagement where the customer wants maximum value for money. I don’t have standby database skills and the customer isn’t willing to pay for me to learn on the job so please understand the tight circumstances I’m working in.
    2.     Availability – As far as I know the client is running 10.2.0.3.0 standard edition. Correct me if I’m wrong but is standby db available in that edition. Where do I look to check V$OPTION.
    On the RMAN duplicating a database front it’s an area I haven’t used before but I will take a look at it.
    Also please revisit the context of my original posting where I state
    The background to this is that we will also be using RMAN to take backups of the database concerned but the client does not want to wait while an RMAN backup is restored and so wants an additional level of insurance in the form of a ‘standby’ clone database.
    So please understand that this a quick fix that the client wants developed in the minimum time possible in ADDITION to a full nightly RMAN backup being taken.
    In an ideal world I’d have the time to follow best practice but in the real world of on-site customer support I just need to get the job done operating under the customer imposed constraints.
    Many Thanks,
    George Johnston
    OCP 9i DBA

  • Ora-02084 : database name is missing a component

    hai all,
    i am a newbee to oracle. i am struggling to create a database, any help would be highly appreciated. i have installed Oracle 9i on a RH8.0 system. but while creating database through DBCA, i am getting the error message, "ORA -02084:Oracle database name is missing a component". i ahve gone through the documentation and found that probelm is with ORACLE_SID. i have set all the environment variables(including ORACLE_SID, DB_NAME AND DB_DOMAIN) according to the documentaion and created swap files, temporary space etc.i have set all the environment variables in .bash_profile in ORACLE_HOME.
    i have stopped DBCA and gone through the files. i could see that the database is actually created, with initXXX.ora.441414312 file. but once when i started the database with nomount and checked, i could find the control files missing.
    thanks in advance,
    ramesh.

    Probably you are missing value for db_name (or missing parameter db_name) in parameter file.
    Note you can still create db manualy (without DBCA).

  • Which template file is used for DITA 1.2 publishing?

    Hi all,
    when I save a ditamap as composite document, which template file must I edit to change the layout?
    So far I have modified the topic templates (task.template.fm etc.) but I have not found the template relevant for the output yet.
    Update
    The ditafm_output.ini file contains the line CompositeDocTemplate_1.2=ditabase.template.fm but exchanging all ditabase.template.fm files in the FM directory did not do the job.
    This seems like is a very basic question so I wonder why it is not documented - or am I missing something? The only workaround I found was to manually import the EDD and formatting from my template into the FM document each time after publishing.
    Robert

    Either I'm confused about dates, or there's a harmonic convergence going on.  I am just now grappling with this problem myself and lo, here is a discussion that started yesterday!
    So far I have tried altering the Struct Apps file to specify which template to use in the DITA_1.2_ditabase applicaton, and I have tried editing the template file stored in ...\AdobeFrameMaker11\Structure\xml\DITA_1.2\app\technicalContent\template\ditabase.templ ate.fm...  Neither of these activities makes a difference.  So when Maker saves a DITA map as a composite document, does it use any of the applications in the App Definitions file?  Or is it using hard-coded magic for some unexplicable reason?  If the latter, that should be logged as a bug. 
    I'm getting convinced that Maker doesn't use the Struct Apps file at all when saving as a composite doc because I have deleted all app definitions from the file except DITA_1.2_ditabase.  I still get the same results no matter how I define the template.  Then when I use Scott's trick to check which app created the document, it shows DITA_1.2_ditabase -- BUT, the Set Application list shows the full set of apps that I could choose from the default struct apps file.  (Yes, I have loaded my changed struct apps file -- and verified that it has only one app in it by restarting Maker and choosing EDIT struct apps file...  It has a single app as expected.)  So I don't believe I have reduced the set of defined struct apps at all, even though I have only one app in the loaded struct apps file!  Where is this information coming from, and why can't I control it?  In short, this area of the product is unpredictable for my feeble brain, and I can't afford to spend any more time on it.  I have deadlines to meet.
    Bottom line, I can't seem to do ANYTHING that will change Maker's behavior when saving a dita map as a composite document.  This is a real problem, BTW.  It means that my daily work flow always includes the stupid, manual steps of importing formats and EDD from another template after I create the file!  Can this possibly be acceptable behavior?  Note to Adobe...  This is the sort of thing that drives a customer to use a different product.

  • Sidecar file missing - correct status on selected items

    Hello,
    how can I correct the 'sidecar file missing' issue on several selected items in a LR2.3 Catalog?
    With an external program named 'exiftool' I have manipulated xmp data (xmp:urgency) on selected images by means of a filelist.
    During this process LR was running and the LR catalog setting was set to 'automatically write changes to xmp'.
    Before Exiftool writes into an exisiting file, it creates a copy and renames the file ending with '_original'.
    Hence, since LR was running LR was aware of what's going on and took notice of the changes for each file.
    After I verified the process to have completed as anticipated, I went to delete the '_original' copies.
    Back in LR the question-mark icon appeares for the manipulated files (that are fully intact - not a problem there).
    Clicking the question-mark on a catalog item provides two choices:
    - continue tracking
    - forget (meaning clearing the link to the missing file).
    So far so good. But what about when this is the case for many items?
    Selecting these items and then clicking the question-mark does not apply the selected choice 'forget' the selected items.
    I wonder if there is another way of getting rid of this question-mark (indicating missing links).
    I am aware of the workaround of simply removing the items in question from the catalog and reimport them (synchronize folder).
    Tried to importing the metadata from disk, but that does not help in this case (this is logical and correct).
    But I also wonder why this function cannot be applied to a selection of items while most other functions can.
    Feedback is appreciated.
    Thanks for your attention.
    Hans.

    On my friend's server 9, the initals are selected in the drop down when the page loads. On our server 7, the initials are not selected and just the first option that says "PNR Initials" is displayed in the drop down when the page loads. So if the initials "AG" are entered into the database already, the initials "AG" should be displayed in the drop down menu when the page opens. We are using the exact same code at my company and my friend's company, but it only works at his place, but not mine and we're not sure why other than the fact that he has Cold Fusion Server 9 and we have Cold Fusion Server 7.
    Andy

  • Database name is missing a component....

    I'm doing a 3 server install on Windows 2000 Professional.
    While installing the infrastructure, while it tries to create the database I get the warning "database name is missing a component". I'm never asked to enter a database name, so I'm not sure where I'm going wrong.
    The infrastructure hostname is "in", it's in workgroup "workgroup", and the fully qualified hostname is "in.sdia.com". It's IP address is 192.168.45.10. In the hosts file I added the following line after the default localhost entry:
    192.168.45.10 in.sdia.com in
    In the infrastructure install my instance name is "instance1".
    I can finish the infrastructure install (and it reports it as successful), but I then get the same error doing the information store install, after which it fails on the database creation.
    Any ideas?

    How do you double quote the db name in a single box installation on Windows ? In a single box inst, you do not get the chance to specify the name that is causing the trouble, namely iasd.domainname.in.something. On windows, I tried manually running the same command that, according to logs, was failing, but could not get this to work. I tried all alternatives I could think of (-gdbname iasdb.aaa.in.xxxx.fi / "iasdb.aaa.in.xxxx.fi" / 'iasdb.aaa.in.xxxx.fi' / ""iasdb.aaa.in.xxxx.fi"" / '"iasdb.aaa.in.xxxx.fi"' / "'iasdb.aaa.in.xxxx.fi'") but none of them works. Some quickly spit out an error about an error in the name, while some fail only later with ORA-02084. What should I do ?

  • Premiere Pro CC Title templates are missing + cannot be installed

    hi,
    I just realised that I don't have any title templates but i need them quiet urgently.
    I went on to this website: Library, title templates, template projects missing: Premiere Pro, After Effects, Encore
    where it stated that you have to download a zip file and place it in the presets folder of Adobe Premiere.
    I did that but it wasn"t working. Then I took the Premiere Pro Family Content Installers folder and wanted to install it in order to place it in the presets folder and the installation always gets broken off stating that there is an error.
    Is anyone familiar with that kind of problem and if yes, does anyone know how I can fix it?
    Thanks in advance.
    Mascha

    Did you follow this part of the instructions on that link?

  • Database Template Issue

    Hello,
    Wondered if anyone knew what's gone wrong with the Oracle templates.
    A database was created during the Oracle installation which is fine. We created a second test database using the 'General Purpose' template. It too is working fine. We wanted to create a template for further similar database's and went thorugh the motions of creation it again through the DBCA using the same template. This went okay and the template was created, but we realised we had one or two file location settings wrong.
    So we deleted the template and began creating a new database. This time when it came to screen 4 of 8 'Template Datafile Location', it states the relevant template does not exist, with the message in the dialog box;
    {ORACLE_HOME}\assistants\dbca\templates\Data_Warehouse.dfj
    We have tried selecting a template in a new location or even simply accepting the message and carrying on the database creation but it always fails.
    Doeas anyone have any ideas?
    Thank you

    David,
    DBCA creates a clone of the source via the template and then renames that clone to whatever name you give. That's how the Seed database gets created which is created at the time of the installation. As suggested, check the template to see what's in there. I can't seem to recall why the user accounts are locked though. In the default database template, if it happens, its okay. But can't be sure why the same happened for your db also? Again, the answer I think is within the template only.
    Aman....

  • 11i Driver files missing

    Hi,
    While applying patch i errror about some driver file missing, i checked the location and file was not their, i traversed throught various top and many folders are not their in product tops, even if folder is their files are not their, is their any way i can create driver files now. This is same for $AD_TOP, or $ABM_TOP or $FND_TOP.
    I am on 11.5.10.2.
    Thanks,

    Hi,
    While applying patch i errror about some driver file missing, i checked the location and file was not their, i traversed throught various top and many folders are not their in product tops, even if folder is their files are not their, is their any way i can create driver files now. This is same for $AD_TOP, or $ABM_TOP or $FND_TOP.Please post the complete error message and the patch number.
    I am on 11.5.10.2 on solaris 10 with 10.2.0.3 db. Patch can be anyone. Basically under product_top/admin of application tier template,driver folder is missing, id their any way these files can be generated?How do you know that the file/directory is missing? Have you compared it with some other instance?
    Thanks,
    Hussein

Maybe you are looking for

  • Error while installing SAP NetWeaver 2007

    Dear All,    I got an exception while installing SAP NetWeaver 2007 on Windows 2003 Enterprise Edition (service pack 1). This exception occured when installer tried to install MaxDB database. When I saw installation log file, I found following msgs.

  • Colour profiles and my sanity!

    I hope there's someone here who can help this Photoshop newbie! I am a keen but very amateur photographer, and  I'm experiencing a frustrating problem in Photoshop and though I've read a few articles on Colour Profiles, I must be missing something ob

  • How do i know if row has been updated?

    Hi Please can someone guide me on how I can determine if my update has been successful. I am currently using the method below but my data is being put into the table but the method rowUpdated() returns false when it should return true. rs.moveToInser

  • Email and Contact Issues

    My emails are not coming through to my phone unless I manually refresh. I have three accounts setup (Yahoo! and 2 school email accounts). Both school accounts, when I sign on from a computer says something about Outlook: one says Mircosoft outlook an

  • When i try to set up my hotmail account n my IPhone 5, the system reject the password....the system is wrong

    when i try to set up my hotmail account n my IPhone 5, the system reject the password....the system is wrong