Problems creating a db in 11g with Sample Schemas

For a demo I'm doing I need the sample schemas.
I have tried to add it to my existing database using dbca, as well as creating a new database with the sample schemas. In both cases I run into a problem with insuficient priveleges. If I do not include the sample schemas I can create the db just nice with dbca, however since it is the sample schemas I need that does not help me a lot.
below the fist part of sampleSchema.log showing up til and including the first ORA-01031: insufficient privileges just ignoring it will lead to a lot more of them showing up.
Any suggestion how to fix this?
TEMP
specify password for SYSTEM as parameter 1:
specify password for SYS as parameter 2:
specify password for HR as parameter 3:
specify password for OE as parameter 4:
specify password for PM as parameter 5:
specify password for IX as parameter 6:
specify password for SH as parameter 7:
specify password for BI as parameter 8:
specify default tablespace as parameter 9:
specify temporary tablespace as parameter 10:
specify log file directory (including trailing delimiter) as parameter 11:
Sample Schemas are being created ...
DROP USER hr CASCADE
ERROR at line 1:
ORA-01918: user 'HR' does not exist
DROP USER oe CASCADE
ERROR at line 1:
ORA-01918: user 'OE' does not exist
DROP USER pm CASCADE
ERROR at line 1:
ORA-01918: user 'PM' does not exist
DROP USER ix CASCADE
ERROR at line 1:
ORA-01918: user 'IX' does not exist
DROP USER sh CASCADE
ERROR at line 1:
ORA-01918: user 'SH' does not exist
DROP USER bi CASCADE
ERROR at line 1:
ORA-01918: user 'BI' does not exist
specify password for HR as parameter 1:
specify default tablespeace for HR as parameter 2:
specify temporary tablespace for HR as parameter 3:
specify password for SYS as parameter 4:
specify log path as parameter 5:
DROP USER hr CASCADE
ERROR at line 1:
ORA-01918: user 'HR' does not exist
old 1: CREATE USER hr IDENTIFIED BY &pass
new 1: CREATE USER hr IDENTIFIED BY password
User created.
old 1: ALTER USER hr DEFAULT TABLESPACE &tbs
new 1: ALTER USER hr DEFAULT TABLESPACE EXAMPLE
old 2: QUOTA UNLIMITED ON &tbs
new 2: QUOTA UNLIMITED ON EXAMPLE
User altered.
old 1: ALTER USER hr TEMPORARY TABLESPACE &ttbs
new 1: ALTER USER hr TEMPORARY TABLESPACE TEMP
User altered.
Grant succeeded.
Grant succeeded.
ERROR:
ORA-01031: insufficient privileges
Warning: You are no longer connected to ORACLE.
SP2-0640: Not connected

Hi;
please check Note:Is It Possible To Recreate The Example Schemas Hr And Oe? [ID 752140.1]
Hope it helps
Regard
Helios

Similar Messages

  • Problems Creating a Blu-ray Disc with a Main (Static) Menu and Pop-up Menus

    I'm having problems creating a simple Blu-ray disc containing a Main Menu (Static Menu with a graphic for my background) and a single Pop-up menu assigned to all of my timelines.  I wouldn't think this would be so hard to create but every attempt I've made ends up with the navigation getting all messed up to the point that my Playstation 3 doesn't even recognize that the disc as being Blu-rey disc.
    I want a simply static Main menu containing a "Play all" Button, and a button for each additional timelines.  Im also using the override commands on my buttons so if someone just chooses to see one specific clip from the main menu, they will be taken back to the main Menu after their selected clip plays.  But then I also want a Pop-up menu assigned to the timelines so the viewer can switch to a different clip (timeline) without having to go back to the Main (static) menu.
    My Blu-ray Disc runs just fine if I only use a static menu in a project, or if I only use a single Pop-up menu assigned to each timeline, but not both a Static Main menu, and pop-up menus.  I'm using CS4
    Thanks.

    it's just copying files to it, not video.  If you put a blank blu-ray disk in the drive, it may show up in the finder.  A program like Toast can burn a blu-ray.
    http://www.roxio.com/enu/products/toast/titanium/overview.html

  • Help with sample schema

    Hello. I am reading a self teaching guide called databases demystified by andy oppel. In the book it says that a sample hr schema is used to demonstrate sql. It then leads the reader to download a free trial version of oracle personal edition from otn.oracle.com. In the sample the release that is being used is 9.2.0.10 it says that once opend to go to orahome92............I am a novice user and tried to download this and it did not work. I have tried to install this many times. Is there something that I am misssing. I read something about metalink. I do not have access to that so how can I use the sample download. Im sure that he would not put that download in the book if it was not readily availible to all to use. Could someone please help me with this. Do I need something special on my computer to make it work properly? Im using a reg household computer to study with and it is running one xp. Thanks

    First of all, metalink is a paid oracle support site. Unless you dont have support from oracle, you can't access it.
    Secondly, you can simply download the oracle software either 9i or 10g from the following link.
    http://www.oracle.com/technology/software/products/database/oracle10g/index.html
    Once you install oracle software and then create database (if you are creating database through wizard, using database configuration assistant, you will have all example schemas, like HR and other). You can also find scripts to create sample schema on the following directory structure:
    oracle\ora92\demo\schema
    Jaffar

  • Oracle 11g Rel2 Sample Schemas Missing

    I installed Oracle 11g Release 2 and created a database using DBCA. In one screen there is an option to create sample schema but it was greyed out so I could not select it.
    I searched the dbhome\demo\schema\human_resources directory but there is only one file in it -hr_code.sql(It created triggers in hr schema).
    There is no sql to create hr schema or populate schema tables. I searched the net to download the scripts but no idea where to get them. Can you help me

    josephj1989 wrote:
    I installed Oracle 11g Release 2 and created a database using DBCA. In one screen there is an option to create sample schema but it was greyed out so I could not select it.
    I searched the dbhome\demo\schema\human_resources directory but there is only one file in it -hr_code.sql(It created triggers in hr schema).
    There is no sql to create hr schema or populate schema tables. I searched the net to download the scripts but no idea where to get them. Can you help meHi,
    There are some earlier threads on this topic, see Re: MISSING ORACLE DATAUSER "HR"
    HtH
    Johan

  • Problem creating sun-cmp-mappings.xml with xdoclet

    I am using xdoclet to create a deployable ear file for the Sun ONE app. server. I am having problems getting a correct sun-mappings.xml file with the correct cmr relation fields.
    As an example I created two beans; Account and AccountGroup. AccountGroup has a 1:n relation to Account via the cmr field account. If I look at the resulting sun-mappings file I also get a cmr field "account" in the Account bean, which shouldn't be there.
    Can anybody give me a clue what's wrong with this code.
    AccountGroupEJB.java :
    package test;
    import javax.ejb.*;
    import java.sql.*;
    import javax.sql.*;
    import javax.naming.*;
    * @ejb.bean
    * name="AccountGroup"
    * jndi-name="ejb/accountgroup"
    * local-jndi-name="ejb/accountgroup"
    * primkey-field="id"
    * cmp-version="2.x"
    * schema="AccountGroupSchema"
    * type="CMP"
    * view-type="local"
    * transaction-type="Container"
    * @ejb.pk
    * generate="false"
    * @ejb.transaction type="Required"
    * @ejb.permission unchecked="True"
    * @ejb.resource-ref
    * res-ref-name="jdbc/test"
    * res-type="javax.sql.DataSource"
    * res-auth="Container"
    * res-sharing-scope="Shareable"
    * jndi-name="jdbc/test"
    * @ejb.finder
    * view-type ="local"
    * method-intf="LocalHome"
    * query="select distinct object (a) from AccountGroupSchema a"
    * signature="java.util.Collection findAll()"
    * @ejb.finder
    * view-type ="local"
    * method-intf="LocalHome"
    * query="select distinct object (a) from AccountGroupSchema a where a.id = ?1"
    * signature="clover.AccountGroupLocal findByPrimaryKey(java.lang.Integer id)"
    * @ejb.persistence
    * table-name="accountgroup"
    public abstract class AccountGroupEJB implements EntityBean{
    public AccountGroupEJB() {
    private EntityContext ctx;
    * @ejb.create-method
    * view-type="local"
    public Integer ejbCreate(Integer id,String name) throws CreateException {
    setId(id);
    setName(name);
    return null;
    public void ejbPostCreate(Integer id,String name) throws CreateException {
    public void ejbActivate() {}
    public void ejbLoad() {}
    public void ejbPassivate() {}
    public void ejbRemove() {}
    public void ejbStore() {}
    public void setEntityContext(EntityContext ctx) {
    this.ctx=ctx;
    public void unsetEntityContext() {
    this.ctx=null;
    //abstract acessor methods for all persistent field
    * @ejb.persistent-field
    * @ejb.persistence
    * column-name="accountgroup.id"
    * @ejb.interface-method
    * view-type="local"
    * @ejb.pk-field
    public abstract Integer getId();
    public abstract void setId(Integer id);
    * @ejb.persistent-field
    * @ejb.persistence
    * column-name="accountgroup.name"
    * @ejb.interface-method
    * view-type="local"
    public abstract String getName();
    * @ejb.interface-method
    * view-type="local"
    public abstract void setName(String name);
    * @ejb.interface-method
    * view-type="local"
    * @ejb.relation
    * name="AccountGroup:Account"
    * target-ejb="Account"
    * role-name="AccountGroup:account"
    * target-role-name="Acount"
    * multiple="yes"
    * @sunone.relation
    * column="accountgroup.id"
    * target="account.accountgroup_id"
    public abstract java.util.Collection getAccount();
    * @ejb.interface-method
    * view-type="local"
    public abstract void setAccount(java.util.Collection accounts);
    AccountEJB.java:
    package test;
    import javax.ejb.*;
    import java.sql.*;
    import javax.sql.*;
    import javax.naming.*;
    * @ejb.bean
    * name="Account"
    * jndi-name="ejb/account"
    * local-jndi-name="ejb/account"
    * cmp-version="2.x"
    * schema="AccountSchema"
    * primkey-field="login"
    * type="CMP"
    * view-type="local"
    * transaction-type="Container"
    * @ejb.pk
    * generate="false"
    * @ejb.transaction type="Required"
    * @ejb.permission unchecked="True"
    * @ejb.resource-ref
    * res-ref-name="jdbc/test"
    * res-type="javax.sql.DataSource"
    * res-auth="Container"
    * res-sharing-scope="Shareable"
    * jndi-name="jdbc/Mysql"
    * @ejb.finder
    * view-type ="local"
    * method-intf="LocalHome"
    * query="select distinct object (a) from AccountSchema a"
    * signature="java.util.Collection findAll()"
    * @ejb.finder
    * view-type ="local"
    * method-intf="LocalHome"
    * query="select distinct object (a) from AccountSchema a where a.login = ?1"
    * result-type-mapping="Local"
    * signature="clover.AccountLocal findByPrimaryKey(java.lang.String login)"
    * @ejb.persistence
    * table-name="account"
    public abstract class AccountEJB implements EntityBean{
    public AccountEJB() {
    private EntityContext ctx;
    * @ejb.create-method
    * view-type="local"
    public String ejbCreate(String login, String name) throws CreateException {
    setLogin(login);
    setName(name);
    return null;
    public void ejbPostCreate(String login, String name) {
    public void ejbActivate() {}
    public void ejbLoad() {}
    public void ejbPassivate() {}
    public void ejbRemove() {}
    public void ejbStore() {}
    public void setEntityContext(EntityContext ctx) {
    this.ctx=ctx;
    public void unsetEntityContext() {
    this.ctx=null;
    //abstract acessor methods for all persistent field
    * @ejb.persistent-field
    * @ejb.persistence
    * column-name="login"
    * @ejb.interface-method
    * view-type="local"
    * @ejb.pk-field
    public abstract String getLogin();
    public abstract void setLogin(String login);
    * @ejb.persistent-field
    * @ejb.persistence
    * column-name="name"
    * @ejb.interface-method
    * view-type="local"
    public abstract String getName();
    * @ejb.interface-method
    * view-type="local"
    public abstract void setName(String name);
    sun-cmp-mappings.xml:
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <!DOCTYPE sun-cmp-mappings PUBLIC "-//Sun Microsystems, Inc.//DTD Sun ONE Application Server 7.0 OR Mapping //EN" "http://www.sun.com/software/sunone/appserver/dtds/sun-cmp-mapping_1_0.dtd">
    <!-- Generated by XDoclet -->
    <sun-cmp-mappings>
    <sun-cmp-mapping>
    <schema>CloverSchema</schema>
    <entity-mapping>
    <ejb-name>AccountGroup</ejb-name>
    <table-name>accountgroup</table-name>
    <cmp-field-mapping>
    <field-name>id</field-name>
    <column-name>accountgroup.id</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>name</field-name>
    <column-name>accountgroup.name</column-name>
    </cmp-field-mapping>
    <cmr-field-mapping>
    <cmr-field-name>account</cmr-field-name>
    <column-pair>
    <column-name>accountgroup.id</column-name>
    <column-name>account.accountgroup_id</column-name>
    </column-pair>
    </cmr-field-mapping>
    </entity-mapping>
    <entity-mapping>
    <ejb-name>Account</ejb-name>
    <table-name>account</table-name>
    <cmp-field-mapping>
    <field-name>login</field-name>
    <column-name>login</column-name>
    </cmp-field-mapping>
    <cmp-field-mapping>
    <field-name>name</field-name>
    <column-name>name</column-name>
    </cmp-field-mapping>
    <cmr-field-mapping>
    <cmr-field-name>account</cmr-field-name>
    <column-pair>
    <column-name>accountgroup.id</column-name>
    <column-name>account.accountgroup_id</column-name>
    </column-pair>
    </cmr-field-mapping>
    </entity-mapping>
    </sun-cmp-mapping>
    </sun-cmp-mappings>

    Here is a link to my patch:
    http://opensource.atlassian.com/projects/xdoclet/secure/attachment/10294/sunone-rel.patch
    Since the patch was created based on a 1.2.0 it is possible that you have to edit in my changes manually.
    Note also that my version doesn't support the "target-" attribues. You have to have CMR methods on both sides of the relationship. If one of the methods shouldn't be accessible you can leave out the interface-method tag, and the method will then act as a just a placeholder for xdoclet tags.
    For what it's worth we are using my patched xdoclet module to generate descriptors for several hundred CMP/CMR beans and it works perfectly.
    /Gunnar

  • Problems Creating a "Fluid Grid Layout" with Adobe Dreamweaver CS6

    I am trying to create a fluid grid layout in Dreamweaver CS6 (which I know how to do), the problem is Dreamweaver started automatically saving the boilerplate.css & respond.min.js in the Dreamweaver program folder (C:\Program Files (x86)\Adobe\Adobe Dreamweaver CS6\configuration\BuiltIn\Fluid Grid Layout\) it does not ask me to save the boilerplate.css or the respond.min.js docs as it normally does. Dreamweaver CS6 also creates a css document instead of the html page it should create. I called Adobe support, however they offer no support for "Fluid Grid Layouts", and I cannot seem to find a solution to this problem anywhere on the internet. If anyone knows how to fix this so it will work properly again it will be greatly appreciated!

    Hi toger02,
    If you have restored the preferences correctly and the issue is still unresolved I would recommend checking the workflow again.
    Define a new site in Dreamweaver.
    File < New Fluid Grid Layout < Create. Doctype set to HTML5 and no CSS file attached.
    A dialog box will pop up, prompting you to save the CSS for this design. This is your custom style sheet. Give a "filename.css" < Click Save.
    Once you've done that, the layout for the mobile device appears in the design view as an "untitled" new document with related files listed as "boilerplate.css","respond.min.js" and "filename.css" i.e your custom CSS file.
    File < Save < "filename.html". < Save. On clicking Save it will show a popup with the message: Copy Dependent Files, which are boilerplate.css and respond.min.js.
    I hope this helps else let us know if issue is on all the new sites and fluid grid pages that you create?
    Thanks,
    Bhawna

  • Problem creating Web Service in 11g from PeopleSoft WSDL

    I created a Web Service in PeopleSoft (Tool 8.48 Release 9.0) from a Component Interface based on POSITION_DATA. Trying to create a web service in JDeveloper 11g to connect to this. Create a New Web Service, type Web Service Proxy. Select JAX-RPC Web Logic Style. Paste in the WSDL address (http://xxx.com:11001/PSIGW/PeopleSoftListeningConnector/CI_Z_POSITION_DATA.1.wsdl). No matter what type or style I get the same error.
    The document: http://xxx.com:11001/PSIGW/PeopleSoftListeningConnector/CI_Z_POSITION_DATA.1.wsdl is not a wsdl file or does not have a root element of "definitions" in the "http://schemas.xmlsoap.org/wsdl/" namespace or the "http://www.w3.org/2004/08/wsdl" namespace.:
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.parseDefinition(WSDLReaderImpl.java:723)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:661)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:610)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:333)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:570)
         at oracle.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:548)
         at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDL(CachedWSDLReader.java:372)
         at oracle.jdeveloper.webservices.wsdl.CachedWSDLReader.readWSDL(CachedWSDLReader.java:294)
         at oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel.fetchWSDL(SpecifyWsdlPanel.java:1002)
         at oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlAndMappingFilePanel.fetchWSDL(SpecifyWsdlAndMappingFilePanel.java:232)
         at oracle.jdevimpl.webservices.wizard.jaxrpc.common.SpecifyWsdlPanel$1.run(SpecifyWsdlPanel.java:346)
         at oracle.ide.dialogs.ProgressBar.run(ProgressBar.java:643)
         at java.lang.Thread.run(Thread.java:619)
    The WSDL looks like this. When I access it directly in IE it says it is active. Any one have any thoughts?
    <?xml version="1.0"?>
    <wsdl:definitions name="CI_Z_POSITION_DATA.1" targetNamespace="http://xmlns.oracle.com/Enterprise/Tools/services/CI_Z_POSITION_DATA.1" xmlns:M264705.V1="http://xmlns.oracle.com/Enterprise/Tools/schemas/M264705.V1" xmlns:M650531.V1="http://xmlns.oracle.com/Enterprise/Tools/schemas/M650531.V1" xmlns:M970925.V1="http://xmlns.oracle.com/Enterprise/Tools/schemas/M970925.V1" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://xmlns.oracle.com/Enterprise/Tools/services/CI_Z_POSITION_DATA.1" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:wsp="http://schemas.xmlsoap.org/ws/2002/12/policy">
    <wsp:UsagePolicy wsdl:Required="true"/>
    <plnk:partnerLinkType name="CI_Z_POSITION_DATA_PartnerLinkType">
    <plnk:role name="CI_Z_POSITION_DATA_Provider">
    <plnk:portType name="tns:CI_Z_POSITION_DATA_PortType"/>
    </plnk:role>
    </plnk:partnerLinkType>
    <wsdl:types>
    <xsd:schema elementFormDefault="qualified" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:import namespace="http://xmlns.oracle.com/Enterprise/Tools/schemas/M970925.V1" schemaLocation="M970925.V1.xsd"/>
    <xsd:import namespace="http://xmlns.oracle.com/Enterprise/Tools/schemas/M650531.V1" schemaLocation="M650531.V1.xsd"/>
    <xsd:import namespace="http://xmlns.oracle.com/Enterprise/Tools/schemas/M264705.V1" schemaLocation="M264705.V1.xsd"/>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="M970925.V1">
    <wsdl:documentation>M970925</wsdl:documentation>
    <wsdl:part element="M970925.V1:Get__CompIntfc__Z_POSITION_DATA" name="parameter"/>
    </wsdl:message>
    <wsdl:message name="M650531.V1">
    <wsdl:documentation>M650531</wsdl:documentation>
    <wsdl:part element="M650531.V1:Get__CompIntfc__Z_POSITION_DATAResponse" name="parameter"/>
    </wsdl:message>
    <wsdl:message name="M264705.V1">
    <wsdl:documentation>M264705</wsdl:documentation>
    <wsdl:part element="M264705.V1:IBResponse" name="parameter"/>
    </wsdl:message>
    <wsdl:portType name="CI_Z_POSITION_DATA_PortType">
    <wsdl:operation name="CI_Z_POSITION_DATA_G">
    <wsdl:documentation>CI_Z_POSITION_DATA_G</wsdl:documentation>
    <wsdl:input message="tns:M970925.V1" name="M970925.V1"/>
    <wsdl:output message="tns:M650531.V1" name="M650531.V1"/>
    <wsdl:fault message="tns:M264705.V1" name="M264705.V1"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="CI_Z_POSITION_DATA_Binding" type="tns:CI_Z_POSITION_DATA_PortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="CI_Z_POSITION_DATA_G">
    <soap:operation soapAction="CI_Z_POSITION_DATA_G.V1" style="document"/>
    <wsp:Policy wsu:Id="UsernameTokenSecurityPolicyPasswordOptional" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
    <wsp:ExactlyOne>
    <wsp:All>
    <wsse:SecurityToken wsp:Usage="wsp:Required" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
    <wsse:TokenType>wsse:UserNameToken</wsse:TokenType>
    <Claims>
    <SubjectName MatchType="wsse:Exact"/>
    <UsePassword wsp:Usage="wsp:Optional"/>
    </Claims>
    </wsse:SecurityToken>
    </wsp:All>
    </wsp:ExactlyOne>
    </wsp:Policy>
    <wsdl:input name="M970925.V1">
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="literal"/>
    </wsdl:input>
    <wsdl:output name="M650531.V1">
    <soap:body encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" use="literal"/>
    </wsdl:output>
    <wsdl:fault name="M264705.V1">
    <soap:fault encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" name="M264705.V1" use="literal"/>
    </wsdl:fault>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="CI_Z_POSITION_DATA">
    <wsdl:documentation>CI_Z_POSITION_DATA</wsdl:documentation>
    <wsdl:port binding="tns:CI_Z_POSITION_DATA_Binding" name="CI_Z_POSITION_DATA_Port">
    <soap:address location="http://ORACLE_ENDPOINT"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>

    Hi,
    Looking at your document URL for the WSDL, the PeopleSoft IB should contain "Service" in it's name, it looks like you are using your IB Gateway URL instead.
    This is what you posted:
    - http://xxx.com:11001/PSIGW/PeopleSoftListeningConnector/CI_Z_POSITION_DATA.1.wsdl
    Try the following and this should resolve your problem.
    - http://xxx.com:11001/PSIGW/PeopleSoftServiceListeningConnector/CI_Z_POSITION_DATA.1.wsdl
    Regards,
    Dan

  • Problems creating PAL DVD containging clips with Encore CS5

    Hi,
    I was asked to create a menu for a DVD containing several movie clips which are mostly .FLVs and then some .AVIs. Though I'm complete new at all this DVD creating thing I got a nice working menu but when I built the DVD (which took about 45 mins) I got an error stating something about "no mpeg movie". The disk was burnt anayway (no way I could prevent that) but it doesn't work either on my pc or the DVD player.
    Do I have to convert the clips before importing them into Encore? and if so, which software can i use for that? I have only limited internet access at the moment so I cant research the whole WWW for a solution. Therefore sorry for bothering you with such newbie stuff
    anyway... thx for answers
    M.
    Oh, I'm using Productive Suite CS5 (english version on Win 7)

    Depending on what is inside that AVI (see below) you should have no problems with Encore transcoding the AVI into the MPEG2/VOB format used on a DVD
    I don't use FLV so have no idea if it will work with Encore (see further below)
    Read Bill Hunt on a file type as WRAPPER http://forums.adobe.com/thread/440037?tstart=0
    What is a CODEC... a Primer http://forums.adobe.com/thread/546811?tstart=0
    What CODEC is INSIDE that file? http://forums.adobe.com/thread/440037?tstart=0
    For PC http://www.headbands.com/gspot/ or http://mediainfo.sourceforge.net/en
    CS5 Encore Files & Formats http://help.adobe.com/en_US/encore/cs/using/WS5C9E1CF8-B5BC-436f-89D3-61DDC02A2C47a.html
    Also... CS5 User Guides - online and PDF (see link in upper right corner at individual pages)
    http://blogs.adobe.com/premiereprotraining/2010/08/help-documents-for-creative-suite-5-pdf -and-html.html

  • Problem creating Material Master sales view with LSMW

    Hello experts,
    I have created a LSMW that uses the direct input program RMDATIND to create new material master records. These materials have different material types.
    I require fields from different views like Purchasing, Sales, MRP and accounting, among others. But not all the material types have all the view defined. I will like, if it's possible, use the same LSMW program to upload all the materials.
    The problem that I'm having if once I ran the program, I got the warning message "The data for the maintenance statuses V cannot be transferred", message no. MG161, and even the material is created the sales view is it not. I check all the sales data in my CSV file and looks good.
    I'm also having in some records, the warning message "The data for the maintenance statuses BG cannot be transferred". That indicate problems with the accounting view.
    As an extra information, I'm using the following structures BMM00, BMMH1, BMMH2, BMMH5 and BMMH7.
    Hope you can help me to solve this issue.
    Regards,
    Mairo.

    >
    > I'm also having in some records, the warning message "The data for the maintenance statuses BG cannot be transferred". That indicate problems with the accounting view.
    Each material type has its own set of views, e.g.  a FERT has sales views but no pruchasing view, a ROH has purchasing view but no sales view, a NLAG has no storage views and a UNBW no accounting views.
    This is defined in customizing of attributs of a material type.
    Because of this you have to make sure that you do not transfer sales data for a material type that does not have sales views.
    Which views you actually want to create is defined in field PSTAT. Each character stands for a certain view (defined in table T132)
    re:The data for the maintenance statuses BG cannot be transferred
    Are your matrials split valuated?
    if you want create accoutning data in MBEW table with MBEW-PSTAT having BG status, then you have to make sure that MARA and MARC PSTAT field also has the B and G .

  • Problem creating a new connection instance with MSVC7.1

    Hi all,
    I have a problem with MSVC7.1 and the OCCI library. I am getting an unhandled exception error when trying to create a new connection:
    con = env->createConnection (user, passwd, db);
    I have seen a thread about MSVC7.0 and the patchset 9.2.0.4, but is it true to say that this one is only fixing the problem with MSVC7.0?
    Does anyone know how I can get OCCI to work with MSVC7.1?
    Thanks,
    Niek

    Shankar,
    Thanks for the suggestion. Its a static executable so it shouldn't be looking for the DLL. I've put %ORACLE_HOME%\oci\lib\msvc\vc71 first in the PATH anyway, just in case we change to dynamic linking in future.
    Just in case it was linking to the worng oraocci10.lib I also temporarily renamed any oraocci10.lib libraries in any other directory under C: to xxxoraocci10.lib, just to be sure. The problem still occurs. Any other ideas please?
    The Visual Studio .NET 2003 link command is:
    /OUT:"C:\adapters_build\osmm_adapter\Debug/osmm_adapter.exe" /INCREMENTAL:NO /NOLOGO /LIBPATH:"C:\oracle\product\10.1.0\Client_1\oci\lib\msvc\vc71" /LIBPATH:"C:\oracle\product\10.1.0\Client_1\oci\lib\msvc" /NODEFAULTLIB /DEBUG /PDB:"C:\adapters_build\osmm_adapter\Debug/osmm_adapter.pdb" /SUBSYSTEM:CONSOLE /MACHINE:X86 ociw32.lib msvcrt.lib msvcprt.lib oraocci10.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib
    User environment variable lib is:
    C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\;C:\Program Files\Microsoft Visual Studio\VC98\mfc\lib;C:\Program Files\Microsoft Visual Studio\VC98\lib
    System environment variable LIB is: C:\Program Files\Microsoft Visual Studio .NET 2003\SDK\v1.1\Lib\
    regards
    Rich

  • Problems creating animations within Mac Grapher with Mavericks OS

    Since upgrading to Mavericks the animations I make within Mac Grapher lose the vast majority of their colour.  When I used Snow Leopard the animations I made within Grapher were beautiful-  with Mavericks the animations are horrible and unusable, lacking colour and resolution.  Is there any way I can export full quality graph animations or do I have to downgrade back to Snow Leopard. (again)?  It also takes A LOT longer to generate the poor quality animations in Mavericks.

    I have been having MAJOR problems with outlook office Mac 2011 and Mavericks (Macbook Pro Retina early 2013).
    The issue seems to be intermittent with POP and IMAP email accounts, and I suspect it may be related to the keyring and outlook mac 2011 interactions with the keyring.
    Intermittently my POP and IMAP accounts refuse to work, and I get asked to re-enter the password (and did I want to save it in the keyring) when I already did that.
    A suggestion over on the Microsoft Office Mac forum was to delete the account and re-enter it (credentials for the POP and IMAP) into Outlook.  Did that, and still having intermittent issues.
    This is causing be considerable GRIEF as I rely on these email accounts for time critical business issues, and failing to get emails is a disaster for us!
    Word, Excel and PowerPoint all appear to be behaving ok under Mavericks so far, but Outlook is proving to be quite difficult!!!
    Anyone else with these experiences???
    Apple Support are you watching???
    Thanks, IanB
    Australia

  • How do I create multiple midi tracks each with separate external synthesizer sound

    Mac Pro OS 10.10.2, Logic Pro 10.1.1, FireFace 800 (updated), Roland XP-30 synthesizer/keyboard, Mackie mixer.
    XP-30 analog output to Mackie, FireFace monitor to FireFace main inputs and FireFace out to Mackie.
    What I can't get to work: Sound output for monitoring as I record on each of several midi tracks, each with access to my banks/programs.
    Logic automatically set up the multi-instrument and created 16 tracks, visible in the mixer window. I have entered custom banks for the XP-30 and they are working.
    Mt problem is two parts. First, my last experience was with Logic Pro 7 way back.
    Problem two is that when I create midi tracks (except for the first one I created on channel 1) by control-clicking on one of the tracks in the mixer window I get no sound for monitoring. I can see the green monitor indicator for the track shows midi data incoming. I just can't hear it. It's as if there is no designated output. I have checked audio preferences and see the FireFace as input and output device. If i change the channel to channel 1, I get the sound, but then I have two tracks on channel 1 which doesn't work for designating unique sounds to each track.
    I can select "All" for channel and get monitored sound on several tracks; however, they then all play the same sound, of course.
    i can create midi tracks (either instrument or external) using the plus icon, but no matter how i set them up that way, they do not allow me access to my banks/programs.
    In logic Pro 7 it was no problem creating multiple midi tracks, each with a different sound assigned to it. In Logic Pro 10, I am baffled regarding how to accomplish this and get it all to work as simply and nicely as I was able to with #7.
    Make sense? Can anyone help?
    Thanks

    I have it set to Performance mode which according to the owners manual: "This mode makes the XP-30 function as a multitimbral sound
    source, and Performance settings can be modified. If you’re
    using an external MIDI device to control the XP-30 in this
    mode, it will function as a multitimbral sound source."

  • Problem Create ANE,ArgumentError: Error #3500: The extension context does not have a method with the name

    I little confuse about build ANE, I already follow all the direction, but the error always #3500 when I try to call the ANE.
    I create ANE using java android.
    The tools I use : Flash Builder running on Win-64 win.7. I think I must straight to the point, here what i made it first step by step;
    1. I create the JAVA application first, with package senigo.extension.android then I create 3 file, Sample.java, SampleContext.java, PassTextFunction.java
    Sample.Java Source Code
    package senigo.extension.android;
    import android.util.Log;
    import com.adobe.fre.FREContext;
    import com.adobe.fre.FREExtension;
    public class Sample implements FREExtension {
      @Override
      public FREContext createContext(String arg0) {
      // TODO Auto-generated method stub
      Log.i("Sample", "createContext");
      return new SampleContext();
      @Override
      public void dispose() {
      // TODO Auto-generated method stub
      Log.i("Sample", "Dispose");
      @Override
      public void initialize() {
      // TODO Auto-generated method stub
      Log.i("Sample", "Initialize");
    SampleContext.Java Source Code
    package senigo.extension.android;
    import java.util.HashMap;
    import java.util.Map;
    import android.util.Log;
    import com.adobe.fre.FREContext;
    import com.adobe.fre.FREFunction;
    public class SampleContext extends FREContext {
      public SampleContext()
      Log.i("SampleContext", "constructor");
      @Override
      public void dispose() {
      // TODO Auto-generated method stub
      Log.i("SampleContext", "dispose");
      @Override
      public Map<String, FREFunction> getFunctions() {
      // TODO Auto-generated method stub
      Log.i("SampleContext", "getFunctions");
      Map<String, FREFunction> functionMap = new HashMap<String, FREFunction>();
      functionMap.put("passText", new PassTextFunction());
      return functionMap;
    PassTextFunction.Java Source Code
    package senigo.extension.android;
    import com.adobe.fre.FREContext;
    import com.adobe.fre.FREExtension;
    import com.adobe.fre.FREFunction;
    import com.adobe.fre.FREObject;
    public class PassTextFunction implements FREFunction {
      @Override
      public FREObject call(FREContext arg0, FREObject[] arg1) {
      // TODO Auto-generated method stub
      FREObject result = null;
      try{
      result =  FREObject.newObject("Hello World");
      }catch(Exception e)
      return result;
    after all the file I create the jar file using click right on the tree view >> Export >> Jar File >> Sample.Jar (i already create jar file that just contain the src folder and after i frustrated, i create .jar file contain all the whole project folder but still didn't work out).
    Ok, After that I create project Flex Library Project, That's contain the actionscript to call the native and the extension.xml, here the code.
    Test.as Source Code, FYI : i already create public function and the static function the error still same #3500.
    package senigo.extension.android
      import flash.external.ExtensionContext;
      public class test
      private static var extContext:ExtensionContext = null;
      public function test()
      trace ("Test Constructor");
      if (!extContext)
      initExtension();
      public static function get passText():String
      trace ("Test Pass Text");
      if (!extContext)
      initExtension();
      return extContext.call("passText") as String;
      private static function initExtension():void
      trace ("Vibration Constructor: Create an extension context");
      extContext = ExtensionContext.createExtensionContext("senigo.extension.android", null);
    extension.xml source code
    FYI: in Flex when i put the Native Extension, they said must have Windows-x86 so I already create 3 ANE, that just contain Android-ARM , Contain Android-ARM and Default, Contain Android-ARM,Default and Windows-x86 but the error still same. I didn't got it where is the error.
    <extension xmlns="http://ns.adobe.com/air/extension/3.1">
      <id>senigo.extension.android</id>
      <versionNumber>1.0.0</versionNumber>
      <platforms>
      <platform name="Android-ARM">
      <applicationDeployment>
      <nativeLibrary>Sample.jar</nativeLibrary>
      <initializer>senigo.extension.android.Sample</initializer>
      <finalizer>senigo.extension.android.Sample</finalizer>
      </applicationDeployment>
      </platform>
      <!-- <platform name="Windows-x86">
      <applicationDeployment>
      <nativeLibrary>sample.jar</nativeLibrary>
      <initializer>senigo.extension.android.Sample</initializer>
      <finalizer>senigo.extension.android.Sample</finalizer>
      </applicationDeployment>
      </platform>
      -->
       <platform name="default">
    <applicationDeployment/>
    </platform>
      </platforms>
    </extension>
    After I create it, I copy the .swc file and extension file sample with the Sample.jar file.
    I extract the .swc file, copy the library.swf to folder Android-ARM,Default,Windows-86 and I create build.bat that contain the command like this
    adt -package  -storetype PKCS12 -keystore senigo.p12 -storepass l10nk1ng -target ane senigo.extension.android.ane extension.xml -swc AndroidLib.swc -platform Android-ARM -C ./Android-ARM/ . -platform default -C ./default/ .
    the I put the ane to Flex mobile project that I created:
    I run it but got error #3500, I really confuse?? what's wrong with my code? is there something I wrong or I Miss it?
    Please any one help me.. and when is already ane file can I debug it in Flex Mobile Project? I wanna looks the log.i code that i wrote but i confuse how to looking up in flash builder.
    at the end, I wanna said Sorry if my english not very goods, and thanks, because wanna see my problem and thank you very much if You can gave me a solution's

    Alex Rekish wrote:
    Why you comment Windows-x86 in your extension.xml ?
    I think that is a problem. You launch your application on Windows but ANE haven't got Windows-x86 implementation (also you don't include it while packaging). So your application use default implementation. But default implementation don't use any native code and cannot use ExtensionContext. And you got error.
    If you don't need Windows-x86 native implementation than you need implement default implementation that different than Android-ARM. You don't need to use ExtensionContext in default implementation.
    Thanks for you answer Alex Rekish, Sorry I didn't screen shoot all about the extension.xml. I comment it because the latest ANE that I build is contain Android-ARM and default. so I commented. but I already try it using just ANE that's just contain Android-ARM, with Android-ARM and windows-x86,and Android-ARM, and default, and Android-ARM,default,Windows-x86 the error still the same.
    here the screen shoot, I embeded the ane that's i contain Windows-x86
    in action script test.as I didn't change it anythings, I just play it on extension.xml to build the ane. is there any mistake over there? I interact with your answer that "If you don't need Windows-x86 native implementation than you need implement default implementation that different than Android-ARM. You don't need to use ExtensionContext in default implementation." I didn't need to user ExtensionContext? is means? in the actionscript? or in extension.xml? can you explained

  • Sun ejb tutorial compilation problem with sample code

    I have been trying to follow the ejb tutorial off of Sun's web site. However, I get the following problem when I try to compile the sample code.
    prompt>javac Demo.java
    works fine
    Prompt>javac DemoBean.java
    works fine
    Prompt>javac DemoHome.java
    DemoHome.java:23: cannot resolve symbol
    symbol : class Demo
    location: interface ejb.demo.DemoHome
    public Demo create() throws CreateException, RemoteException;
    ^
    1 error
    Prompt>
    Can anyone help me out as I have tried several books which conveniently skip the part about compiling errors.
    I noticed I don't have a CLASSPATH variable and then i created one with just '.' in it and that didn't work. any help would be appreciated as this is driving me crazy. Thanks.

    try to change the order of the exception.
    first RemoteException and then CreateException

  • The same problem with samples

    Hello,
    When i tried to run AssociationRules sample i've got the following error:
    Completed MiningServer login
    Formed bin boundary objects: census_2d_build
    Created discretization tables for: census_2d_build
    Received an exception in main: ORA-00905: missing keyword
    ORA-06512: at "ODM.ODM_MINING_TRANSFORMATION", line 1613
    ORA-06512: at line 1
    java.sql.SQLException: ORA-00905: missing keyword
    ORA-06512: at "ODM.ODM_MINING_TRANSFORMATION", line 1613
    ORA-06512: at line 1
    at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
    at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
    at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
    at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1451)
    at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:862)
    at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1839)
    at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1764)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2354)
    at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:421)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:486)
    at oracle.dmt.odm.transformation.Transformation.discretize(Transformation.java:607)
    at Sample_Discretization.performCensusBinningFor2D(Sample_Discretization.java:182)
    at Sample_AssociationRules.performDiscretization(Sample_AssociationRules.java:202)
    at Sample_AssociationRules.main(Sample_AssociationRules.java:128)
    Logging out of MiningServer.
    Using Java debugger i can see that the problem in function odm_mining_transformation.discretize_2d(bla,bla,bla,bla,bla,bla,bla)
    Thanks to Oracle wrapped packages i can't handle with this problem.
    Is there any unwrapper or something to fix bad package?

    Hi!
    I think the problem is in "Sample_Discretization.performCensusBinningFor2D" that, with the original values of the "census_2d_build" table creates the discretization tables with float numbers.
    So later, when it tries to discretize, it misinterprets the comma and causes the error:
    "missing key value".
    THE SOLUTION IS "AS SIMPLE" AS TO HAVE ONLY INTEGER VALUES in the lower_boundary and
    upper_boundary columns of the discretization tables created.
    Ok. Now the AssociationRules sample works fine but....
    I still have another error in NaiveBayes, this is the layout:
    Completed MiningServer login
    Formed bin boundary objects: census_tx_build
    Created discretization tables for: census_tx_build
    Binned : census_tx_build. Output view:odm.census_build_binned
    Attribute column name: ANAME
    Persisted MiningFunctionSettings. Name: Sample_NB_MFS_1
    Invoking NaiveBayes Model build.
    Start time: Thu May 23 13:07:08 CEST 2002
    Exc:ORA-29532: llamada Java terminada por una excepcisn Java no resuelta: oracle.jdbc.driver.OracleSQLException: ORA-20010: ODM_NAIVE_BAYES_MODEL.BUILD.CREATE_F2J: Model building failed with error (ORA-00998: debe proporcionar un nombre a esta expresion un alias de columna).
    ORA-06512: en "ODM.ODM_MODEL_UTIL", linea 1517
    ORA-06512: en "ODM.ODM_NAIVE_BAYES_MODEL", linea 245
    ORA-06512: en "ODM.ODM_NAIVE_BAYES_MODEL", linea 1518
    ORA-00998: debe proporcionar un nombre a esta expresion con un alias de columna
    ORA-06512: en "ODM.ODM_NAIVE_BAYES_MODEL", linea 1052
    ORA-06512: en linea 1
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:180)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:208)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:543)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1451)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:862)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:1846)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:1771)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2361)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:422)
         at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:487)
         at oracle.dmt.odm.model.MiningModel.build(MiningModel.java:161)
         at Sample_NaiveBayesBuild.buildNaiveBayesModel(Sample_NaiveBayesBuild.java:329)
         at Sample_NaiveBayesBuild.main(Sample_NaiveBayesBuild.java:136)
    Have anyone any idea????
    TIA,
    Nuria.

Maybe you are looking for

  • Ipod touch will not turn on or respond at all.

    My friend tried jailbreaking his ipod touch an then erased the software from his ipod and turned it off and now it wont turn on or respond or do anything. I have tried many things....is there anything else i can do?

  • Update Drop Down based on selection in Option group

    Good afternoon all- I've got an option box ('PanelStatus') with two options: "Panel" (value of 1) and "Non-Panel" (value of 2). On the form where this is located, I have a drop down box filled with names.  These people on this table are either Panel

  • Cannot add users to Calendar Server

    Cannot add users to Calendar Server <P> You may get the following error when you try to add users to a new installation of Calendar Server 3.0: <P> Could not bind as [nsCalXItemId=10000:00001, o=Ace Industry,c=US].<br> Create ObjectClass for user [cn

  • Microsoft accont not working properly

    Am using Nokia Lumia 720. Since from last few days my Microsoft account does not sync...its shown as not up to date..because of that I have missed so many mails. And I couldn't use my office...n I have mobile network also.

  • Itunes 10.5.2 issue

    hi..i have just installed the latest itunes that is itunes 10.5.2..during the installation i've encounter a problem and it says that mobiledevices have encounter a problem..ive press on don't send(by the way im using windows xp). when it finish insta