Error in import schema

I tried to import and remap a schema to new one. I have done these steps. almost there, but failed.
Thanks.
1. create a new schema
     create user hr_1 identified by hr_1;
     CREATE OR REPLACE DIRECTORY test_dir AS 'C:\oracle\backup';
     GRANT READ, WRITE ON DIRECTORY test_dir TO hr_1;
     ALTER USER hr_1 default tablespace USERS TEMPORARY TABLESPACE temp quota unlimited on USERS
  2. permission
     Grant create session to hr_1 ;
Grant create table to hr_1 ;
Grant create view to hr_1 ;
Grant create trigger to hr_1 ;
Grant create procedure to hr_1 ;
Grant create sequence to hr_1 ;
grant create synonym to hr_1 ;
  3.   impdp hr_1/hr_1@ORCL REMAP_SCHEMA=hr:hr_1 DIRECTORY=TEST_DIR DUMPFILE=HR.DMP LOGFILE=imp.logThe error message is
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Master table "HR_1"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
Starting "HR_1"."SYS_IMPORT_FULL_01":  hr_1/********@ORCL REMAP_SCHEMA=hr:hr_1 DIRECTORY=TEST_DIR DUMPFILE=HR.DMP LOGFILE=imp.log;
Processing object type SCHEMA_EXPORT/USER
ORA-39083: Object type USER failed to create with error:
ORA-31625: Schema SYSTEM is needed to import this object, but is unaccessible
ORA-01031: insufficient privileges
Failing sql is:
CREATE USER "HR_1" IDENTIFIED BY VALUES 'S:4EFA7CA4D96DA9C229585F32BC0A3D31063FB79B8D1E51B6F77913B7B335;4C6D73C3E8B0F0DA' DEFAULT TABLESPACE "USERS" TEMPORARY TABLESPACE
"TEMP"
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
ORA-39083: Object type SYSTEM_GRANT failed to create with error:
ORA-31625: Schema SYSTEM is needed to import this object, but is unaccessible
ORA-01031: insufficient privileges
Failing sql is:
GRANT CREATE DATABASE LINK TO "HR_1"
ORA-39083: Object type SYSTEM_GRANT failed to create with error:
ORA-31625: Schema SYSTEM is needed to import this object, but is unaccessible
ORA-01031: insufficient privileges
Failing sql is:
GRANT CREATE SEQUENCE TO "HR_1"

806540 wrote:
I tried to import and remap a schema to new one. I have done these steps. almost there, but failed.
Thanks.
1. create a new schema
     create user hr_1 identified by hr_1;
     CREATE OR REPLACE DIRECTORY test_dir AS 'C:\oracle\backup';
     GRANT READ, WRITE ON DIRECTORY test_dir TO hr_1;
     ALTER USER hr_1 default tablespace USERS TEMPORARY TABLESPACE temp quota unlimited on USERS
2. permission
     Grant create session to hr_1 ;
Grant create table to hr_1 ;
Grant create view to hr_1 ;
Grant create trigger to hr_1 ;
Grant create procedure to hr_1 ;
Grant create sequence to hr_1 ;
grant create synonym to hr_1 ;
3.   impdp hr_1/hr_1@ORCL REMAP_SCHEMA=hr:hr_1 DIRECTORY=TEST_DIR DUMPFILE=HR.DMP LOGFILE=imp.logThe error message is
Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Master table "HR_1"."SYS_IMPORT_FULL_01" successfully loaded/unloaded
Starting "HR_1"."SYS_IMPORT_FULL_01":  hr_1/********@ORCL REMAP_SCHEMA=hr:hr_1 DIRECTORY=TEST_DIR DUMPFILE=HR.DMP LOGFILE=imp.log;
Processing object type SCHEMA_EXPORT/USER
ORA-39083: Object type USER failed to create with error:
ORA-31625: Schema SYSTEM is needed to import this object, but is unaccessible
ORA-01031: insufficient privileges
Failing sql is:
CREATE USER "HR_1" IDENTIFIED BY VALUES 'S:4EFA7CA4D96DA9C229585F32BC0A3D31063FB79B8D1E51B6F77913B7B335;4C6D73C3E8B0F0DA' DEFAULT TABLESPACE "USERS" TEMPORARY TABLESPACE
"TEMP"
Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
ORA-39083: Object type SYSTEM_GRANT failed to create with error:
ORA-31625: Schema SYSTEM is needed to import this object, but is unaccessible
ORA-01031: insufficient privileges
Failing sql is:
GRANT CREATE DATABASE LINK TO "HR_1"
ORA-39083: Object type SYSTEM_GRANT failed to create with error:
ORA-31625: Schema SYSTEM is needed to import this object, but is unaccessible
ORA-01031: insufficient privileges
Failing sql is:
GRANT CREATE SEQUENCE TO "HR_1"
Hello,
Why can't you use using SYSTEM user?
Also make sure you have Either you have IMP_FULL_DATABASE (or) DBA role & then retry

Similar Messages

  • Error while import schema in HANA DB

    Hi...
    I am trying to perform an export-import of a HANA DB user instance at schema level including all objects (in my case tables and synonyms) and data.
    Export and Import works very well except importing a schema which contains a synonym referred to other existing schema .
    Here is a test case
    - Schema A with a Table and Schema B to contain a synonym for schema A's table.
    - Exported both schemas to CSV which is done successfully and everything looked ok in export location.
    - Imported Schema A and then Schema B with the following command.
    Command:
    IMPORT "<bkup_schema>"."*" FROM '<bkp_location>' WITH RENAME SCHEMA <bkup_schema> TO <brand_new_schema>;
    The schema A (with table) imported fine.  Schema B (with synonym) gives the below error :
    "SAP DBTech JDBC: [2048]: column store error: table import failed:  [2003] An index already exists with the same name "
    When trying to use "REPLACE" clause in the command the error changes as below:
    SAP DBTech JDBC: [2048]: column store error: table import failed:  [30117] Binary import failed (cannot execute drop statement)
    Has anybody faced this type of error before??

    Folks, I am running into the same issue. What I figure out was the following:
    1) I turn off the autocommit
    2) I run the import for the first time
    import "<SCHEMA_NAME>"."*" as binary from '<location>' with replace;
    rollback;
    3) I get the error as described
    SAP DBTech JDBC: [2048]: column store error: table import failed:  [30117] Binary import failed (cannot execute drop statement)
    4) I run this import once again and commit and surprisingly the error is gone and the import is successful.
    import "<SCHEMA_NAME>"."*" as binary from '<location>' with replace;
    commit;

  • HL7 schema modification error with imported schema namespace

    I have created a variant of one of the out of the box HL7 schemas.  The changes were made to the related Segments schema.  I have a custom namespace identified on both the "master" schema and one on the modified schema which is being
    imported into the "master".  I have verified that the namespace of the imported schema matches the namespace identified in the import statement of the master schema.  However, I am getting the following error and I'm not sure how to proceed.
    There was a failure executing the receive pipeline: "MyProject, MyProject.Pipelines, Version=1.0.0.0, Culture=neutral, PublicKeyToken=318a75bd6cda7207" Source: "BTAHL7 2.X Disassembler" Receive Port: "rp_ReceiveHL7" URI: "10.26.146.39:11001"
    Reason: The namespace attribute 'http://MyProject/2XHL7/MDM/Segments_23' of an import should be the same value as the targetNamespace 'http://microsoft.com/HealthCare/HL7/2X/2.3/Segments' of the imported schema. 

    Indeed, however, the namespace of the import is same as the value of the imported schema, but the namespace of neither schema is http://microsoft.com/HealthCare/HL7/2X/2.3/Segments,
    since I changed it when I made the modification.  That namespace does not exist in my project, nor does it exist locally, so i'm not sure where this error message is trying to lead me.

  • Error while importing schemas using datapump

    Hi,
    I am trying to import schema from qc to development. after importing i got the following error attached below:
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/WITH_GRANT_OPTION/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/GRANT/CROSS_SCHEMA/OBJECT_GRANT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    ORA-39065: unexpected master process exception in RECEIVE
    ORA-39078: unable to dequeue message for agent MCP from queue "KUPC$C_2_20090421161917"
    Job "SYS"."uat.210409" stopped due to fatal error at 20:15:13
    ORA-39014: One or more workers have prematurely exited.
    ORA-39029: worker 2 with process name "DW02" prematurely terminated
    ORA-31671: Worker process DW02 had an unhandled exception.
    ORA-39078: unable to dequeue message for agent KUPC$A_2_20090421161934 from queue "KUPC$C_2_20090421161917"
    ORA-06512: at "SYS.KUPW$WORKER", line 1397
    ORA-06512: at line 2
    ORA-39029: worker 3 with process name "DW03" prematurely terminated
    ORA-31671: Worker process DW03 had an unhandled exception.
    ORA-39078: unable to dequeue message for agent KUPC$A_2_20090421162030 from queue "KUPC$C_2_20090421161917"
    ORA-06512: at "SYS.KUPW$WORKER", line 1397
    ORA-06512: at line 2
    ORA-39029: worker 4 with process name "DW04" prematurely terminated
    ORA-31671: Worker process DW04 had an unhandled exception.
    ORA-39078: unable to dequeue message for agent KUPC$A_2_20090421162031 from queue "KUPC$C_2_20090421161917"
    ORA-06512: at "SYS.KUPW$WORKER", line 1397
    ORA-06512: at line 2
    Is my import completed successfully or not??. please help...

    When a datapump job runs, it creates a table called the master table. It has the same name as the job name. This is used to keep track of where all of the information in the dumpfile is located. It is also used when restarting a job. For some reason, this table got dropped. I'm not sure why, but in most cases, datapump jobs are restartable. I don't know why the original message was reported, but I was hoping the job woudl be restartable. You could always just rerun the job. Since the job that failed already created tables and indexes, if you restart the job, all of the objects that are dependent on those objects will not be created by default.
    Let's say you have table tab1 with an index ind1 and both table and index are anaylized. Since tab1 is already created, the datapump job will mark all of the objects dependent on tab1 to skip. This includes the index, table_statistics, and index_statistics. To get around this, you could say
    table_exists_action=replace
    but this will replace all tables that are in the dumpfile. Your other options are:
    table_exists_action=
    truncate -- to truncate the data in the table and then just reload the data, but not the dependent objects
    append -- to append the data from the dumpfile to the existing table, but do not import the dependent objects
    skip -- skip the data and dependent objects from the dumpfile.
    Hope this helps.
    Dean

  • Getting error while importing schema with ORACLE TEXT

    IMP-00003: ORACLE error 20000 encountered
    ORA-20000: Oracle Text error:
    DRG-52204: error while registering index
    DRG-10507: duplicate index name: WORKORDER_Q, owner: SYS
    ORA-06512: at "CTXSYS.DRUE", line 160
    ORA-06512: at "CTXSYS.DRIIMP", line 115
    ORA-06512: at line 2
    IMP-00088: Problem importing metadata for index WORKORDER_Q. Index creation will be skipped
    Database version - Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    Os version - Linux nlxs1012.slb.atosorigin-asp.com 2.6.18-308.el5 #1 SMP Fri Jan 27 17:17:51 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
    We have take export of schema from production db now importing data to qa environment..
    In import facing above error..

    I am importing objects from P20_MAXIMO to Q25_MAXIMO to another database..
    Below is import par file..
    USERID='/ as sysdba'
    FILE=exp_P20_MAXIMO_C2364781.dmp
    LOG=imp_P20_MAXIMO__Q25_MAXIMO_C2364781_1.log
    FROMUSER=P20_MAXIMO
    TOUSER=Q25_MAXIMO
    buffer=1000000
    feedback=100000
    Export parfile
    userid='/ as sysdba'
    owner=P20_MAXIMO
    FILE=exp_P20_MAXIMO_C2364781.dmp
    LOG=exp_P20_MAXIMO_C2364781.log
    buffer=10000000
    feedback=100000
    statistics=none

  • Error while importing RFC schema

    Hello Friends,
    I am getting the following error while importing the RFC schema in Integration repository from SAP which is on ECC version.
    The error I am getting is:
    Unable to establish connection to R/3 system 10.238.52.79 (system=03, client=250) Troubleshooting tips:
    Is the target system online?
    Check the connection data (note that server names and groups are case-sensitive)
    Tips for administrators (see the configuration guide for more details):
    Does the user have the required authorizations in the target system?
    Is the target system configured correctly in "etc/services"?
    I checked the target system configuraion as well as user authorization. All the connection parameters are also correct.
    Does anybody have idea about the solution to this problem?
    Regards,
    Nitin.

    I had this problem before. I had to make an entry with SAPGW03 in my services file on the XI server. the entry should look like
    sapgw03     3303
    That resolved my problem. If you are working with a XI server on Windowns the file is located in <WINDOWS_DIR>\system32\driver\etc\ directory.
    Thanks,
    Kalyan Musunuri
    OBT Global Inc.
    Message was edited by: Kalyan Tej Musunuri

  • Import Schema with error

    When i try to import a schema from one oracle to another one (also 11g), it shows the following errors:
    Job 999 has been reopened at Wednesday, 12 October, 2011 16:05
    Restarting "SYS1"."999":
    Processing object type SCHEMA_EXPORT/USER
    ORA-39083: Object type USER failed to create with error:
    ORA-00959: tablespace 'HSS' does not exist
    Failing sql is:
    CREATE USER "HSS" IDENTIFIED BY VALUES 'S:EFC32883462E172BE4E973549229FAD75D854E3B6E24F44EB8830F6D09C9;F258BD7AE1E5E74B' DEFAULT TABLESPAC
    E "HSS" TEMPORARY TABLESPACE "TEMP"
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    ORA-39083: Object type SYSTEM_GRANT failed to create with error:
    ORA-01917: user or role 'HSS' does not exist
    Failing sql is:
    GRANT CREATE VIEW TO "HSS"
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    ORA-39083: Object type DEFAULT_ROLE failed to create with error:
    ORA-01918: user 'HSS' does not exist
    Failing sql is:
    ALTER USER "HSS" DEFAULT ROLE ALL
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    ORA-39083: Object type PROCACT_SCHEMA failed to create with error:
    ORA-31625: Schema HSS is needed to import this object, but is unaccessible
    ORA-01435: user does not exist
    Failing sql is:
    BEGIN
    sys.dbms_logrep_imp.instantiate_schema(schema_name=>SYS_CON
    TEXT('USERENV','CURRENT_SCHEMA'), export_db_name=>'ORCL', inst_scn=>'1940096');COMMIT; END;
    ORA-39083: Object type TABLE:"HSS"."WKS_PROPERTY" failed to create with error:
    ORA-01918: user 'HSS' does not exist
    Failing sql is:
    CREATE TABLE "HSS"."WKS_PROPERTY" ("ID" NUMBER(10,0) NOT NULL ENABLE, "NAME" VARCHAR2(255 BYTE) NOT NULL ENABLE, "VAL" CLOB
    NOT NULL ENABLE, "ORD" NUMBER(10,0) NOT NULL ENABLE) SEGMENT CREATION DEFERRED PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING TABLESPACE "HSS" LOB ("VAL") STORE AS BASICFILE ( TABLESPACE "HSS" ENABLE STORAGE IN ROW CHUNK 8192 NOCACHE L
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    ORA-39083: Object type VIEW failed to create with error:
    ORA-31625: Schema HSS is needed to import this object, but is unaccessible
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 86
    ORA-06512: at "SYS.KUPW$WORKER", line 6573
    ORA-44001: invalid schema
    Job "SYS1"."999" completed with 102 error(s) at 16:05:12
    Execution errors encountered.
    Job state: COMPLETED
    Can anyone give me a hand?
    Many thanks

    thanks after i create the tablespace in destination db the import can process but it still show some error
    Job 9 has been reopened at Wednesday, 12 October, 2011 17:46
    Restarting "SYS1"."9":
    Processing object type SCHEMA_EXPORT/USER
    ORA-31684: Object type USER:"HSS" already exists
    Processing object type SCHEMA_EXPORT/SYSTEM_GRANT
    Processing object type SCHEMA_EXPORT/ROLE_GRANT
    Processing object type SCHEMA_EXPORT/DEFAULT_ROLE
    Processing object type SCHEMA_EXPORT/PRE_SCHEMA/PROCACT_SCHEMA
    Processing object type SCHEMA_EXPORT/SEQUENCE/SEQUENCE
    ORA-31684: Object type SEQUENCE:"HSS"."LCM-MIGRATION_ID-SEQ" already exists
    ORA-31684: Object type SEQUENCE:"HSS"."WKS_IDENTITY_SEQ" already exists
    ORA-31684: Object type SEQUENCE:"HSS"."ESS_FAILOVER_RESOURCE_SEQ" already exists
    ORA-31684: Object type SEQUENCE:"HSS"."ESS_FAILOVER_LEASE_OWNER_SEQ" already exists
    Processing object type SCHEMA_EXPORT/TABLE/TABLE
    Processing object type SCHEMA_EXPORT/TABLE/TABLE_DATA
    . . imported "HSS"."CSS_ROLE_LOCALES" 1.258 MB 5322 rows
    . . imported "HSS"."CSS_ROLE_MEMBERS" 43.88 KB 127 rows
    . . imported "HSS"."HSS_COMPONENT_FILES" 23.69 KB 13 rows
    . . imported "HSS"."CSS_GROUPS" 8.476 KB 1 rows
    . . imported "HSS"."CSS_IDENTITY" 6.484 KB 2 rows
    . . imported "HSS"."CSS_MEMBER_TYPE" 5.468 KB 3 rows
    . . imported "HSS"."CSS_PROVISIONING_INFO" 14.12 KB 18 rows
    . . imported "HSS"."CSS_ROLES" 42.69 KB 174 rows
    . . imported "HSS"."CSS_USERS" 10.63 KB 1 rows
    . . imported "HSS"."HSS_COMPONENT" 11.07 KB 57 rows
    . . imported "HSS"."HSS_COMPONENT_LINKS" 16.93 KB 134 rows
    . . imported "HSS"."HSS_COMPONENT_PROPERTY_VALUES" 38.67 KB 434 rows
    . . imported "HSS"."HSS_COMPONENT_TYPES" 10.01 KB 143 rows
    . . imported "HSS"."PRODUCT" 8 KB 13 rows
    . . imported "HSS"."QRTZ_LOCKS" 5.109 KB 5 rows
    . . imported "HSS"."SMA_AUDIT_AREA_DIM" 8.015 KB 28 rows
    . . imported "HSS"."SMA_CONFIG" 16.31 KB 116 rows
    . . imported "HSS"."SMA_FILTER_DIM" 15.40 KB 116 rows
    . . imported "HSS"."SMA_GLOBAL_CONFIG_MAP" 15.24 KB 116 rows
    . . imported "HSS"."SMA_GLOBAL_SETTING" 7.664 KB 1 rows
    . . imported "HSS"."SMA_TASK_DIM" 16.54 KB 116 rows
    . . imported "HSS"."CES_ACL_INFO" 0 KB 0 rows
    . . imported "HSS"."CES_APPS" 0 KB 0 rows
    . . imported "HSS"."CES_AUTO_PROCESS_TASK" 0 KB 0 rows
    . . imported "HSS"."CES_MESSAGES" 0 KB 0 rows
    . . imported "HSS"."CES_PARTICIPANT" 0 KB 0 rows
    . . imported "HSS"."CES_PARTICIPANT_EVENTS" 0 KB 0 rows
    . . imported "HSS"."CES_PROCESS_DEF" 0 KB 0 rows
    . . imported "HSS"."CES_PUSH_AUTO_PROCESS_TASK" 0 KB 0 rows
    . . imported "HSS"."CES_SYSTEM" 0 KB 0 rows
    . . imported "HSS"."CES_TASKS" 0 KB 0 rows
    . . imported "HSS"."CES_TASKS_RESULT" 0 KB 0 rows
    . . imported "HSS"."CES_USERS" 0 KB 0 rows
    . . imported "HSS"."CES_WF_INSTANCES" 0 KB 0 rows
    . . imported "HSS"."CSS_DELEGATED_LIST" 0 KB 0 rows
    . . imported "HSS"."CSS_DELEGATED_MEMBERS" 0 KB 0 rows
    . . imported "HSS"."CSS_GROUP_CACHE_DELTA" 0 KB 0 rows
    . . imported "HSS"."CSS_GROUP_MEMBERS" 0 KB 0 rows
    . . imported "HSS"."CSS_USER_PREFERENCES" 0 KB 0 rows
    . . imported "HSS"."ESS_CLUSTER_SERVER_MAPPING" 0 KB 0 rows
    . . imported "HSS"."ESS_FAILOVER_LEASE" 0 KB 0 rows
    . . imported "HSS"."ESS_FAILOVER_LEASE_OWNER" 0 KB 0 rows
    . . imported "HSS"."ESS_FAILOVER_RESOURCE" 0 KB 0 rows
    . . imported "HSS"."HDB_SCHEDULED_TASKS" 0 KB 0 rows
    . . imported "HSS"."HSS_COMPONENT_TIERS" 0 KB 0 rows
    . . imported "HSS"."LCM_MIGRATION" 0 KB 0 rows
    . . imported "HSS"."LCM_MIGRATION_TASK" 0 KB 0 rows
    . . imported "HSS"."LCM_MIGRATION_TASK_DETAILS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_BLOB_TRIGGERS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_CALENDARS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_CRON_TRIGGERS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_FIRED_TRIGGERS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_JOB_DETAILS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_JOB_LISTENERS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_PAUSED_TRIGGER_GRPS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_SCHEDULER_STATE" 0 KB 0 rows
    . . imported "HSS"."QRTZ_SIMPLE_TRIGGERS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_TRIGGERS" 0 KB 0 rows
    . . imported "HSS"."QRTZ_TRIGGER_LISTENERS" 0 KB 0 rows
    . . imported "HSS"."SMA_APPLICATION_CONFIG_MAP" 0 KB 0 rows
    . . imported "HSS"."SMA_AUDIT_ATTRIBUTE_FACT" 0 KB 0 rows
    . . imported "HSS"."SMA_AUDIT_FACT" 0 KB 0 rows
    . . imported "HSS"."SMA_PROJECT_CONFIG_MAP" 0 KB 0 rows
    . . imported "HSS"."SMA_TEMP_LCM_IN" 0 KB 0 rows
    . . imported "HSS"."SMA_TEMP_USER_IN" 0 KB 0 rows
    . . imported "HSS"."WKS_GROUP" 0 KB 0 rows
    . . imported "HSS"."WKS_IDENTITY" 0 KB 0 rows
    . . imported "HSS"."WKS_IDENTITY_XREF" 0 KB 0 rows
    . . imported "HSS"."WKS_PROPERTY" 0 KB 0 rows
    . . imported "HSS"."WKS_ROLE" 0 KB 0 rows
    . . imported "HSS"."WKS_SUBJECT" 0 KB 0 rows
    . . imported "HSS"."WKS_USER" 0 KB 0 rows
    . . imported "HSS"."WKS_VERSION" 0 KB 0 rows
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/STATISTICS/INDEX_STATISTICS
    ORA-39083: Object type INDEX_STATISTICS failed to create with error:
    ORA-01403: no data found
    ORA-01403: no data found
    Failing sql is:
    DECLARE I_N VARCHAR2(60); I_O VARCHAR2(60); c DBMS_METADATA.T_VAR_COLL; df varchar2(21) := 'YYYY-MM-DD:HH24:MI:SS'
    ; BEGIN DELETE FROM "SYS"."IMPDP_STATS"; c(1) := 'TRIGGER_NAME'; c(2) := 'TRIGGER_GROUP'; DBMS_METADATA.GET_STAT_INDNAME('HSS','QRTZ_TRIGGERS',c,2,i_o,i_n); INSERT INTO "SYS"."IMPDP_STATS" (type,version,flags,c1,c2,c3,c5,n1,n2,n3,n4,n5,n6,n7,n8,n9,
    Processing object type SCHEMA_EXPORT/TABLE/COMMENT
    Processing object type SCHEMA_EXPORT/VIEW/VIEW
    ORA-31684: Object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-31684: Object type VIEW:"HSS"."VW_APPLICATIONS_CLUSTER" already exists
    ORA-31684: Object type VIEW:"HSS"."ESS_FAILOVER_ACTIVE_NODE_VIEW" already exists
    Processing object type SCHEMA_EXPORT/VIEW/COMMENT
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    ORA-39111: Dependent object type COMMENT skipped, base object type VIEW:"HSS"."VW_APPLICATIONS" already exists
    Processing object type SCHEMA_EXPORT/TABLE/CONSTRAINT/REF_CONSTRAINT
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    Job "SYS1"."9" completed with 23 error(s) at 17:46:27
    Execution errors encountered.
    Job state: COMPLETED

  • Random Bingads WSDL errors: Parsing WSDL: Couldn't load from...failed to load external entity, Could not connect to host, Parsing Schema: can't import schema from

    Hi,
    I am developing a web tool that accesses client's Bingads accounts via OAUTH2 granting. I am downloading data from clients daily.
    Generally it worked, but for 2 days I am experiencing a weird issue, that in random times (but more and more often though) I receive random error messages from Bing server. I am pasting below a few example from my logs (with timestamp and request/response).
    Must note that I launch these requests from the server where we have the webapp but also I launch it locally. The same is the result.
    The timestamp is in France time (GMT+1).
    Thanks ahead!
    Best regards,
    Steve
    2015-01-14 15:08:05: Service\BingAds::initService => SOAP-ERROR: Parsing Schema: can't import schema from 'https://reporting.api.bingads.microsoft.com/Api/Advertiser/Reporting/V9/ReportingService.svc?xsd=xsd0'
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetDetailedBulkDownloadStatusRequest><ns1:RequestId>108277125</ns1:RequestId></ns1:GetDetailedBulkDownloadStatusRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">XXXXX</h:TrackingId></s:Header><s:Body><GetDetailedBulkDownloadStatusResponse
    xmlns="https://bingads.microsoft.com/CampaignManagement/v9"><Errors i:nil="true" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/><ForwardCompatibilityMap xmlns:a="http://schemas.datacontract.org/2004/07/System.Collections.Generic"
    xmlns:i="http://www.w3.org/2001/XMLSchema-instance"/><PercentComplete>100</PercentComplete><RequestStatus>Completed</RequestStatus><ResultFileUrl>https://download.api.bingads.microsoft.com/ReportDownload/Download.aspx?q=XXX</ResultFileUrl></GetDetailedBulkDownloadStatusResponse></s:Body></s:Envelope>
    2015-01-15 05:41:39: Service\BingAds::getCampaigns => SoapFault: Could not connect to host
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    (empty response logged)
    2015-01-15 05:45:00: Service\BingAds::initService => SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl' : failed to load external entity "https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl"
    2015-01-15 11:58:46: Service\BingAds::getCampaigns =>
    ---------Soap Fault:--------------------------------------------
    SoapFault catched:
    Could not connect to host
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    (empty response logged)
    2015-01-15 11:59:50: Service\BingAds::initService =>
    ---------Soap Fault:--------------------------------------------
    SoapFault catched:
    SOAP-ERROR: Parsing WSDL: Couldn't load from 'https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl' : failed to load external entity "https://api.bingads.microsoft.com/Api/Advertiser/CampaignManagement/v9/CampaignManagementService.svc?singleWsdl"
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXXXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Header><h:TrackingId xmlns:h="https://bingads.microsoft.com/CampaignManagement/v9">XXXXX</h:TrackingId></s:Header><s:Body><GetCampaignsByAccountIdResponse
    xmlns="https://bingads.microsoft.com/CampaignManagement/v9"><Campaigns xmlns:i="http://www.w3.org/2001/XMLSchema-instance"></Campaign>........</Campaigns></GetCampaignsByAccountIdResponse></s:Body></s:Envelope>
    2015-01-15 12:05:55: Service\BingAds::getCampaigns =>
    ---------Soap Fault:--------------------------------------------
    SoapFault catched:
    Could not connect to host
    ---------Soap Request:--------------------------------------------
    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://bingads.microsoft.com/CampaignManagement/v9"><SOAP-ENV:Header><ns1:CustomerAccountId>XXXXX</ns1:CustomerAccountId><ns1:CustomerId/><ns1:DeveloperToken>XXXXX</ns1:DeveloperToken><ns1:UserName/><ns1:Password/><ns1:AuthenticationToken>XXXXXX</ns1:AuthenticationToken></SOAP-ENV:Header><SOAP-ENV:Body><ns1:GetCampaignsByAccountIdRequest><ns1:AccountId>XXXXX</ns1:AccountId></ns1:GetCampaignsByAccountIdRequest></SOAP-ENV:Body></SOAP-ENV:Envelope>
    ---------Response:------------------------------------------------
    (empty response logged)

    Hi,
    1. I am using the older version of the PHP library provided by Bing (updated on 1/20/2014), so that is doing the WSDL loadings. I initialize the proxy calling OpticoBingAdsClientProxy providing what it needs, and then do the requests.
    2. I have a cron that reads data from client's accounts. I make several calls, like get search query report, get keyword performance report, get keyword bulk data. As the script progressed the first 2 worked and the third gave error. Or in other cases the
    first request failed. The calls have quite some time in between them since I process data (sometimes even 160 seconds)
    3. I did not change the code ion terms of requests, since as I said I use the PHP library (same credentials, ...).
    As of today (2015-01-16 10:30 GMT + 2) running my script, still have the same issues.
    Thank you!
    Steve

  • Errors when importing 10.2.0.4  Solaris xml schema into 11g Linux

    We are migrating our database from 10g on Solaris to 11g on Linux. Used expdt for full DB but getting this error - (ORA-39139: Data Pump does not support XMLSchema objects. TABLE_DATA:"SPRUBATCH"."ACCNT_XML_STG_50" will be skipped.) for the schema containing XML. So used exp for this particular schema. But Getting the following errors during import:
    IMP-00058: ORACLE error 604 encountered
    ORA-00604: error occurred at recursive SQL level 1
    ORA-22814: attribute or element value is larger than specified in type
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 72
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 33
    ORA-06512: at line 1
    . . importing table             "ACCNT_XML_ALL_52"ORA-24550: signal received: [si_signo=11] [si_errno=0] [si_code=1] [si_int=0] [si_ptr=0x7000000000]
    [si_addr=0x1043f94e8]
    Memory fault
    Should we deinstall 11g XDB and bring in 10g XDB ? It seems like the "XDB.DBMS_XMLSCHEMA" has changed from 10 to 11?
    Or there is upgrade script needs to be run?
    Who has done this upgrade before and appreciate if you can share your experience with us.
    Thanks!

    Hi Srini,
    here is the export log:
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, Oracle Label Security, Data Mining and Real Application Testing options
    Export done in US7ASCII character set and AL16UTF16 NCHAR character set
    server uses WE8MSWIN1252 character set (possible charset conversion)
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user SPRUBATCH
    . exporting PUBLIC type synonyms
    . exporting private type synonyms
    . exporting object type definitions for user SPRUBATCH
    About to export SPRUBATCH's objects ...
    . exporting database links
    . exporting sequence numbers
    . exporting cluster definitions
    . about to export SPRUBATCH's tables via Conventional Path ...
    . . exporting table ACCNT_XML_ALL_50 0 rows exported
    . . exporting table ACCNT_XML_ALL_51 0 rows exported
    . . exporting table ACCNT_XML_ALL_52 1712 rows exported
    . . exporting table ACCNT_XML_STG_50 0 rows exported
    . . exporting table ACCNT_XML_STG_51 0 rows exported
    . . exporting table ACCNT_XML_STG_52 1 rows exported
    . . exporting table AsOfDate1714_TAB 0 rows exported
    . . exporting table AsOfDate1736_TAB 0 rows exported
    . . exporting table BRNCH_XML_ALL_50 0 rows exported
    . . exporting table BRNCH_XML_ALL_51 0 rows exported
    . . exporting table BRNCH_XML_ALL_52 99 rows exported
    . . exporting table BRNCH_XML_STG_50 0 rows exported
    . . exporting table BRNCH_XML_STG_51 0 rows exported
    . . exporting table BRNCH_XML_STG_52 1 rows exported
    . . exporting table CNSTR_XCPTN_TBL 2 rows exported
    EXP-00091: Exporting questionable statistics.
    . . exporting table ChangeDatestamp1730_TAB 0 rows exported
    . . exporting table ChangeDatestamp1756_TAB 0 rows exported
    . . exporting table ChangedBy1731_TAB 0 rows exported
    . . exporting table ChangedBy1757_TAB 0 rows exported
    . . exporting table Comments1715_TAB 0 rows exported
    . . exporting table ComplaintsFromDate1716_TAB 0 rows exported
    . . exporting table ComplaintsToDate1717_TAB 0 rows exported
    . . exporting table DueDate1718_TAB 0 rows exported
    . . exporting table File1742_TAB 0 rows exported
    . . exporting table FileName1738_TAB 0 rows exported
    . . exporting table FileNumber1741_TAB 0 rows exported
    . . exporting table FileReceivedDate1740_TAB 0 rows exported
    . . exporting table FileSize1739_TAB 0 rows exported
    . . exporting table FirmCrdNumber1720_TAB 0 rows exported
    . . exporting table FirmCrdNumber1743_TAB 0 rows exported
    . . exporting table FirmDeletedFiles1746_TAB 0 rows exported
    . . exporting table FirmName1721_TAB 0 rows exported
    . . exporting table FirmName1747_TAB 0 rows exported
    . . exporting table MatterID1719_TAB 0 rows exported
    . . exporting table MsgType1722_TAB 0 rows exported
    . . exporting table MsgType1748_TAB 0 rows exported
    . . exporting table NewStatus1732_TAB 0 rows exported
    . . exporting table NewStatus1758_TAB 0 rows exported
    . . exporting table PublishDate1723_TAB 0 rows exported
    . . exporting table RejectComment1733_TAB 0 rows exported
    . . exporting table RejectComment1759_TAB 0 rows exported
    . . exporting table RequestGroupId1724_TAB 0 rows exported
    . . exporting table RequestGroupId1749_TAB 0 rows exported
    . . exporting table RequestId1725_TAB 0 rows exported
    . . exporting table RequestId1734_TAB 0 rows exported
    . . exporting table RequestId1750_TAB 0 rows exported
    . . exporting table RequestId1760_TAB 0 rows exported
    . . exporting table RequestStatus1726_TAB 0 rows exported
    . . exporting table RequestType1727_TAB 0 rows exported
    . . exporting table RequestType1751_TAB 0 rows exported
    . . exporting table SRM_RQ_XML_ALL 50 rows exported
    . . exporting table SRM_RQ_XML_STG 1 rows exported
    . . exporting table SRM_SST_SC_XML_ALL 43 rows exported
    . . exporting table SRM_SST_SC_XML_STG 1 rows exported
    . . exporting table SRM_XF_XML_ALL 83 rows exported
    . . exporting table SRM_XF_XML_STG 1 rows exported
    . . exporting table SST_SRM_SC_XML_STG 0 rows exported
    . . exporting table SchemaVersion1728_TAB 0 rows exported
    . . exporting table Status1755_TAB 0 rows exported
    . . exporting table ValidFiles1754_TAB 0 rows exported
    . exporting synonyms
    . exporting views
    . exporting stored procedures
    . exporting operators
    . exporting referential integrity constraints
    . exporting triggers
    . exporting indextypes
    . exporting bitmap, functional and extensible indexes
    . exporting posttables actions
    . exporting materialized views
    . exporting snapshot logs
    . exporting job queues
    . exporting refresh groups and children
    . exporting dimensions
    . exporting post-schema procedural objects and actions
    . exporting statistics
    Export terminated successfully with warnings.
    And import log:
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    Export file created by EXPORT:V10.02.01 via conventional path
    Warning: the objects were exported by SPRUBATCH, not by you
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8MSWIN1252 character set (possible charset conversion)
    . importing SPRUBATCH's objects into SPRUBATCH
    IMP-00058: ORACLE error 604 encountered
    ORA-00604: error occurred at recursive SQL level 1
    ORA-22814: attribute or element value is larger than specified in type
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 72
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 33
    ORA-06512: at line 1
    IMP-00058: ORACLE error 604 encountered
    ORA-00604: error occurred at recursive SQL level 1
    ORA-22814: attribute or element value is larger than specified in type
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 72
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 33
    ORA-06512: at line 1
    IMP-00058: ORACLE error 604 encountered
    ORA-00604: error occurred at recursive SQL level 1
    ORA-22814: attribute or element value is larger than specified in type
    ORA-06512: at "XDB.DBMS_XMLSCHEMA_INT", line 72
    ORA-06512: at "XDB.DBMS_XMLSCHEMA", line 33

  • Error in trigger while importing schema

    I am getting the below error while importing a schema back to a database..
    ORA-39083: Object type TRIGGER failed to create with error:
    ORA-04072: invalid trigger type
    Failing sql is:
    BEGIN DBMS_DDL.SET_TRIGGER_FIRING_PROPERTY('"pula"','"Trigger1"',FALSE) ; END;
    ORA-39083: Object type TRIGGER failed to create with error:
    I have checked the status of the trigger and everything id fine...
    Please help..!!

    Rajesh,
    Please go through this Wiki chapter on CoA import using DTW and you should be able to understand this better
    https://wiki.sdn.sap.com/wiki/display/B1/SAPBusinessOne...ToGo-10.DataTransfer+Workbench
    Suda

  • Error Importing Schema on 7.1.04.131 (trying to merge two repo.structure)

    Hello MDM Experts,
    I am trying to merge CUSTOMER and VENDOR repository and getting an error while importing repository schema. We are on MDM 7.1 version 7.1.04.131(SP04 and latest Patch08). when i choose Transport>Import repository schema, "Import Schema VENDOR" screen pops up which gives me an opportunity to accept or reject tables/fields/roles etc...after finished with accept/reject tables/fields when i hit OK system gives me an error saying...
    "Error Importign Schema"
    "One or more of the selected items requires that you select additional items"
    Has any one come across same error while merging two repository structures..? or any suggestions would be appreciated..
    Thanks in Advance
    Rohit

    Hey Rohit,
    This error could come due to several reasons, some of the most common ones can be:
    1. You have defined a Remote System and Port, and assigned a syndication/Import map to it, now if you transport only the Port, you can get the error since the Port has a dependency on Remote system and you should transport both of them together.
    2. You have defined a Main table (or a lookup table) which has a dependency on another lookup table. Now if you transport only the Main table, you will have an error since Main in dependent on Lookup table.
    If it is possible, you can try transporting whole repository , instead of individually picking and choosing objects. This will make sure all the objects are transported. If that is not the case then you need to look at all the objects and make sure its dependent objects are also transported.
    Thanks
    Aamir

  • HANA STUDIO SPS06: IMPORT ERROR FOR A SCHEMA

    Hi HANA Experts,
    I have a problem for exporting and importing data  for a schema.
    For exporting I used interface of HANA Studio SPS06 , while importing I used command
    IMPORT "SFLIGHT" ."*" AS BINARY from "/tmp/SFLIGHT" WITH RENAME SCHEMA "SFLIGHT" TO "SHANA"
    I am getting the error as
    SAP DBTech JDBC:[2048]:column store error: table import failed: [30134] out of memory
    Kindly suggest. Thank you
    Regards

    PrPro will come to you. It has fewer "automations," and "big-button" solutions, than PowerDirector (and Magix and PrE), but with that comes power!
    It is the same with Encore vs the limited authoring capabilities of PowerDirector, Magix, Roxio and PrE. Again, more hand-work, but oh, so much more power!
    Can you tell that I am a control freak, and do not mind getting my hands dirty to access the power?
    There are a few things that Encore cannot do, that programs like Sonic Scenarist can do, but there are usually workarounds, either in the design, or in the implementation, that will get you "there," or close.
    I strongly recommend that any new user to Encore purchase and read Jeff Bellune's excellent book, The Focal Easy Guide to Adobe EncoreDVD 2.0, Focal Press. That book covers everything that Encore can do, with two current exceptions - Adobe Dynamic Link (CS4 version) and BD authoring. Both of those were added after the book and EncoreDVD 2.0, were released. However, the Help files cover both of those newer additions well.
    Along with the fundamentals of Encore, Jeff covers all sorts of tricks and tips for getting more out of Encore, than the DVD-specs. actually allow. Obviously, he cannot break those rules, though he CAN help you create the illusion that the rules HAVE been broken. The user will swear that they just saw things, that are impossible, based on the DVD-specs., which are very limiting. Hey, it IS "smoke and mirrors," but if the user is fooled, you have succeeded, right?
    Good luck, and when you get around to adding some "tricks" to your DVD-Videos, post back. I'd suggest a new thread, so that other users can benefit from the new title, and so that users know that this is a new question. You will find that there is not too much, that someone here has not done, one way, or another. Oh, there ARE some limitations, where there is no good way to "bend" those DVD-specs., but you'll be surprised at what one can "bend."
    Happy authoring,
    Hunt

  • PAS BI Connector Import Schema Error

    While importing a BW query from though Import Schema, Following error appears
    Error -  'out1.1' is null or not an object
    Line:67
    Char:3
    Error:  'out1.1' is null or not an object
    code:0
    I have deleted all the entries from PAS and tried it again. Still, the same error.

    Hi Bob,
    I am choosing an existing PAS model.
    BW query was attached to this model. I made some changes in variables and dimensions of query, Deleted the query from PAS and tried to import it again. This time the error starts appearing.
    I am exactly at    "PAS/BI Connector - Import Schema"
    I click "Import" and just after the Command Trace executes, the error message "out1.1 is null or not an object" appears above the "Set TIme Consolidation -- Webpage Dialoge". So error happens after Command Trace.
    Details -
    SSM 7.0 SP 8 HF 5
    View Import Trace
    Document BICTRACE_SCHEMA_XXXXXX;EXTERNAL Copied to BICTRC;XXXXXXBICDEFAULT
    SCHEMA
    IMP DIM 'XXXXXXXX' FORCE HIER DEFAULT ... CRC_REPORTING_OBJECT
    All 33 Members of CRC_REPORTING_OBJECT;XXXXXX Selected
    CHECKPOINT UPDATE
    IMP TIME CHARACTERISTIC 'XXXXXXXX' FORCE
    CHECKPOINT UPDATE
    IMP VAR '[Measures].[XXXXXXXXXXXXXXXX]' FORCE ... XXXXXX
    CRE MONTHLY VAR 'XXXXXX' LABEL 'XXXXXX' BY CRC_REPORTING_OBJECT,XXXXXXXX BYTES 8 FROM 'BP1' PREFIX 'XXXXXXXXXXXXXXXX' NOCHECKMATCH SHOWCREATED
    ^
    Expected Dimension
    CHE FRE
    IMP VAR '[Measures].[4DQ1L6UVCFXTH3P3K59AIVT1A]' FORCE ... XXXXXXXX
    CRE MONTHLY VAR XXXXXX' LABEL 'XXXXXXX' BY CRC_REPORTING_OBJECT,XXXXXXXX BYTES 8 FROM 'BP1' PREFIX XXXXXXXXXXXXXXXXX' NOCHECKMATCH SHOWCREATED
    ^
    Expected Dimension
    CHE FRE
    IMP VAR '[Measures].[4H8M7DWMEQGMGW5TGXYQ665DQ]' FORCE ... XXXXXXXX
    CRE MONTHLY VAR XXXXXXXX' LABEL 'XXXXXXXX' BY CRC_REPORTING_OBJECT,XXXXXXXX BYTES 8 FROM 'BP1' PREFIX XXXXXXXXXXXXXXXX' NOCHECKMATCH SHOWCREATED
    ^
    Expected Dimension
    CHE FRE
    IMP SAP VAR FORCE
    CHECKPOINT UPDATE
    END
    OUTPUT LASTDATE
    EXH MON PER LATEST '%D %M %Y'
    30 Apr 2010
    OUTPUT OFF
    OUTPUT IMPORT_SCHEMA_HISTORY APPEND
    ECHO 05 Apr XXXXXXXXXXXXXXXXXXXXXXXX
    05 Apr 2010-XXXXXXXXXXXXXXXXXXXXXXXX
    OUTPUT OFF

  • Error while importing 10.2.0.3 dumpfile on 11.2.0.1Database

    Hi All,
    I am getting the below error while importing an 10g dump on an 11g Database.
    The command which i am executing is
    C:\Users>impdp directory=TEST_DIR parallel=4 dumpfile=TEST_%U.dmp logfile=TEST.log schemas=TEST
    The Error is :
    ORA-39002: invalid operation
    ORA-31694: master table "SYS"."SYS_IMPORT_SCHEMA_01" failed to load/unload
    ORA-02354: error in exporting/importing data
    ORA-02368: the following file is not valid for this load operation
    ORA-02369: internal number in header in file H:\TEST\TEST_03.dmp is not valid
    Which means TEST_03.dmp is not valid but when i am executing the same Import by using the below command
    C:\Users>impdp directory=TEST_DIR parallel=4 dumpfile=TEST_01.dmp,TEST_02.dmp,TEST_03.dmp,TEST_04.dmp logfile=TEST.log schemas=TEST
    Is Throwing an error as
    ORA-39001: invalid argument value
    ORA-39000: bad dump file specification
    ORA-31619: invalid dump file "H:\TEST\TEST_04.dmp"
    So i am confused that in previous command it was stating TEST_03.dmp is not valid and in above command it throwing error as TEST_04.dmp is valid.
    Can anyone help me why there is such discrepencies in it while i am running the same commands.
    Thanks
    Snehasis.

    Hi,
    I would think that all the files are 'bad' in some way but the command is just accessing the files in a different order when run in the two different ways. All the files have to be read at the initial phase of the import.
    I think you'll likely find that if you change the order of the files in your second command the bad file will be reported as a different file - oracle often validates things from right to left.
    The % option is probably ordering the files in some random sequence and it just so happened that TEST03.dmp was checked first.
    The most likely cause of the error is that the files were transferred to the server in the correct ftp mode.
    Cheers,
    Harry

  • Error while importing data into Oracle 11gr2 with arcsde 9.3.1

    I am getting error while importing the data into oracle 11g r2. We are using arcsde 9.3.1
    It seems to be having some problem with spatial index creation.
    kindly help
    IMP-00017: following statement failed with ORACLE error 29855:
    "CREATE INDEX "A3032_IX1" ON "DGN_POLYLINE_2D" ("SHAPE" ) INDEXTYPE IS "MDS"
    "YS"."SPATIAL_INDEX""
    IMP-00003: ORACLE error 29855 encountered
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in spatial index: [mdrcrtxfergm]
    ORA-13249: Error in spatial index: [mdpridxtxfergm]
    ORA-13200: internal error [ROWID:AAAT5pAA9AACIy5AAQ] in spatial indexing.
    ORA-13206: internal error [] while creating the spatial index
    ORA-13033: Invalid data in the SDO_ELEM_INFO_ARRAY in SDO_GEOMETRY object
    ORA-06512: at "MDSYS

    Guys,
    I am also getting the same error and also my issue is like I am not even to analyze for which indexes I am getting error. It does not hve any indx name before error.
    Processing object type DATABASE_EXPORT/SCHEMA/TABLE/INDEX/DOMAIN_INDEX/INDEX
    ORA-39083: Object type INDEX failed to create with error:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in spatial index: [mdrcrtxfergm]
    ORA-13249: Error in spatial index: [mdpridxtxfer]
    ORA-29400: data cartridge error
    ORA-12801: error signaled in parallel query server P000
    ORA-13249: Error in spatial index: [mdpridxtxfergm]
    ORA-13200: internal error [ROWID:AA
    ORA-39083: Object type INDEX failed to create with error:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in spatial index: [mdrcrtxfergm]
    ORA-13249: Error in spatial index: [mdpridxtxfer]
    ORA-29400: data cartridge error
    ORA-12801: error signaled in parallel query server P002
    ORA-13249: Error in spatial index: [mdpridxtxfergm]
    ORA-13200: internal error [ROWID:AA
    ORA-39083: Object type INDEX failed to create with error:
    ORA-29855: error occurred in the execution of ODCIINDEXCREATE routine
    ORA-13249: internal error in Spatial index: [mdidxrbd]
    ORA-13249: Error in Spatial index: index build failed
    ORA-13249: Error in spatial index: [mdrcrtxfergm]
    ORA-13249: Error in spatial index: [mdpridxtxfer]
    ORA-29400: data cartridge error
    stack cnt....
    How can I find for which indexes it is failing?
    Thank you,
    Myra

Maybe you are looking for