ORA-39779 during import of types

Hi ,
I have executed an export with the following parameters:
DIRECTORY=DATAPUMP_DIR
DUMPFILE=exportdp_FULL_%U.dmp
LOGFILE=exportdp_FULL.log
FLASHBACK_SCN=6070655498233
FULL=yes
CONTENT=ALL
FILESIZE=2G
PARALLEL=2
The source database is of release 10.2.0.4.0 and installed on a HP-UX (HP-UX 11.23) environment.
The target database is of release 10.2.0.5.0 and installed on Red Hat Linux (Red Hat Enterprise Linux Server release 5.8 ) environment.
The parameterfile for the import has the following parameters:
DUMPFILE=exportdp_FULL_%U.dmp
LOGFILE=importdp_FULL.log
SCHEMAS=schema_a, schema_b, schema_c, schema_d
REMAP_TABLESPACE=DEFAULTUSER:DEFAULT_USER
PARALLEL=4
METRICS=yes
During the import the following errors get raised:
ORA-31693: Table data object "SCHEMA_A"."TEST" failed to load/unload and is being skipped due to error:
ORA-02354: error in exporting/importing data
ORA-39779: type "SCHEMA_A"."OT_TEST" not found or conversion to latest version is not possible
Going through MOS and several forums none of the offered solutions (e.g. TRANSFORM=oid:n) solved this issue.
Currently I really don't have idea how to solve this issue - it's not clear to me what causes the problem. Running the query
SELECT o.oid$
, t.hashcode
, o.name
FROM sys.obj$ o
, sys.user$ u
, sys.type$ t
WHERE o.owner# = u.user#
AND o.oid$ = t.toid
AND o.name = 'OT_TEST';
gives different results on source- and target-database (oid and hashcode do both differ).
Any help will truly appreciated.
Rgds
Jan

Hi ,
expdp command:
expdp sys_admin parfile=exportdp_FULL.param;
first 15 lines of exportdp_FULL.log:
Export: Release 10.2.0.4.0 - 64bit Production on Mittwoch, 06 Februar, 2013 7:35:52
Copyright (c) 2003, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
Starting "SYS_ADMIN"."SYS_EXPORT_FULL_01": sys_admin/******** parfile=exportdp_FULL.param
Estimate in progress using BLOCKS method...
Processing object type DATABASE_EXPORT/SCHEMA/TABLE/TABLE_DATA
Total estimation using BLOCKS method: 199.2 GB
Processing object type DATABASE_EXPORT/TABLESPACE
Processing object type DATABASE_EXPORT/PROFILE
Processing object type DATABASE_EXPORT/SYS_USER/USER
Processing object type DATABASE_EXPORT/SCHEMA/USER
Processing object type DATABASE_EXPORT/ROLE
Processing object type DATABASE_EXPORT/GRANT/SYSTEM_GRANT/PROC_SYSTEM_GRANT
Processing object type DATABASE_EXPORT/SCHEMA/GRANT/SYSTEM_GRANT
Processing object type DATABASE_EXPORT/SCHEMA/ROLE_GRANT
Processing object type DATABASE_EXPORT/SCHEMA/DEFAULT_ROLE
Processing object type DATABASE_EXPORT/SCHEMA/TABLESPACE_QUOTA
impdp command:
impdp sys_admin parfile=importdp_FULL.param;
first 15 lines of importdp_FULL.log:
Import: Release 10.2.0.5.0 - 64bit Production on Thursday, 07 February, 2013 12:53:58
Copyright (c) 2003, 2007, Oracle. All rights reserved.
Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bit Production
With the Partitioning, Real Application Clusters, OLAP, Data Mining
and Real Application Testing options
Master table "SYS_ADMIN"."SYS_IMPORT_SCHEMA_02" successfully loaded/unloaded
Starting "SYS_ADMIN"."SYS_IMPORT_SCHEMA_02": sys_admin/******** parfile=importdp_FULL.param
Processing object type DATABASE_EXPORT/SCHEMA/USER
Failing sql is:
CREATE USER "SCHEMA_A" IDENTIFIED BY VALUES 'A3E66F1F8E9EFE4E' DEFAULT TABLESPACE "DATA" TEMPORARY TABLESPACE "TEMP" PROFILE "SCHEMA_OWNER"
ORA-31684: Object type USER:"SCHEMA_A" already exists
ORA-31684: Object type USER:"SCHEMA_B" already exists
ORA-39083: Object type USER failed to create with error:
ORA-02380: profile TECHNICAL_USER does not exist
The errors of the import are due to the fact that I have created all users before...
Rgds
Jan

Similar Messages

  • Errors ORA-39002,ORA-39070, ORA-29283, ORA-06512, ORA-29283 during import

    Hi all,
    I am getting errors during import to 10g database using impdp command.
    D:\>impdp nisa_lt/abc123@objtel1 directory=dtpump dumpfile=20120208_expobj.dmp full=y logfile=dbblog.log
    Import: Release 10.2.0.1.0 - Production on Monday, 13 February, 2012 17:16:05
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit
    Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    ORA-39002: invalid operation
    ORA-39070: Unable to open the log file.
    ORA-29283: invalid file operation
    ORA-06512: at "SYS.UTL_FILE", line 488
    ORA-29283: invalid file operation
    dmpfile history:
    Starting "NISA_LT"."SYS_EXPORT_SCHEMA_01": nisa_lt/********@OBJ schemas=nisa_lt directory=dtpump dumpfile=20120208_expobj.dmp logfile=20120208_expobj.log
    Master table "NISA_LT"."SYS_EXPORT_SCHEMA_01" successfully loaded/unloaded
    Dump file set for NISA_LT.SYS_EXPORT_SCHEMA_01 is:
    /oradb/OBJ/oraarch/20120208_expobj.dmp
    Job "NISA_LT"."SYS_EXPORT_SCHEMA_01" successfully completed at 15:04:36
    and the dump file was done ftp with bin mode set.
    It'll be really helpful if some one can guide me on this.

    Hi all,
    I was trying to import into a database which i have only the details, but i have no access to db machine, which i think was the problem.
    dmp file easily got imported to database present in the systems which i had access.
    Following are my conclusions based on the experiments, correct me if I'm wrong:
    1. Basically these are errors when db system cant read/write/access the directory structure pointed by directory in database.
    2. This can be achieved by mounting the directory in which dmp is present to the system where database is present.
    2. We cannot import using impdp just by having tns details of the db, we need to have access to db system.
    Thanks
    Avi :)

  • BW 7.0: several ORA-01408 during import

    Hi,
    I'm copying my BW system with export/import procedure from prd to dev. During import, and I think only on fact-tables, there are several ORA-01408 such as:
    DbSl Trace: Error 1408 in exec_immediate() from oci_execute_stmt(), orpc=0
    DbSl Trace: ORA-1408 occurred when executing SQL stmt (parse error offset=57)
    (DB) ERROR: DDL statement failed
    (CREATE  INDEX "/BIC/EAV_FAORDT~P" ON "/BIC/EAV_FAORDT" ( "KEY_AV_FAORDTP" , "KEY_AV_FAORDTT" , "KEY_AV_FAORDTU" , "KEY_AV_FAORDT1" , "KEY_AV_FAORDT2" , "KEY_AV_FAORDT3" , "KEY_AV_FAORDT4" , "KEY_AV_FAORDT5" , "KEY_AV_FAORDT6" , "KEY_AV_FAORDT7" , "KEY_AV_FAORDT8"  ) TABLESPACE PSAPNBDFACT STORAGE (INITIAL 188743680 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 1408)
      error message returned by DbSl:
    ORA-01408: such column list already indexed
    (DB) INFO: disconnected from DB
    Note 885441 describe to igonere this indexes error... is it ok for me?
    Source system has got:
    SAP_ABA     700     0018     SAPKA70018
    SAP_BASIS     700     0018     SAPKB70018
    PI_BASIS     2006_1_700     0008     SAPKIPYM08
    ST-PI     2008_1_700     0000     -
    SAP_BW     700     0020     SAPKW70020
    FINBASIS     600     0015     SAPK-60015INFINBASIS
    SEM-BW     600     0015     SAPKGS6015
    BI_CONT     703     0012     SAPKIBIIQ2
    ST-A/PI     01L_BCO700     0000     -
    So... it should enough updated to exclude note 925309.
    Regards.
    Thankyou....

    Also several ORA-01452... have you got any idea?
    (DB) ERROR: DDL statement failed
    (CREATE UNIQUE INDEX "/BIC/FACC_PCO1~0" ON "/BIC/FACC_PCO1" ( "KEY_ACC_PCO1P", "KEY_ACC_PCO1T", "KEY_ACC_PCO1U", "KEY_ACC_PCO11", "KEY_ACC_PCO12", "KEY_ACC_PCO13", "KEY_ACC_PCO17" ) TABLESPACE PSAPNBDFACT STORAGE (INITIAL 65536 NEXT 0000002560K MINEXTENTS 0000000001 MAXEXTENTS 2147483645 PCTINCREASE 0 ) NOLOGGING COMPUTE STATISTICS )
    DbSlExecute: rc = 99
      (SQL error 1452)
      error message returned by DbSl:
    ORA-01452: cannot CREATE UNIQUE INDEX; duplicate keys found
    (DB) INFO: disconnected from DB

  • Ora-04021 during import

    Hi Guys,
    I am doing an import during which i got this error .
    IMP-00017: following statement failed with ORACLE error 4021:
    "GRANT EXECUTE ON "VCP_PMC_PKG" TO "HERNANDEZO""
    IMP-00003: ORACLE error 4021 encountered
    ORA-04021: timeout occurred while waiting to lock object NCC.VCP_PMC_PKG.
    SQL> SELECT * FROM v$access WHERE object = 'VCP_PMC_PKG';
    SID OWNER
    OBJECT
    TYPE
    174 NCC
    VCP_PMC_PKG
    PACKAGE
    SQL> select oracle_username, os_user_name,locked_mode,object_name,object_type
    from v$locked_object a, dba_objects b
    where a.object_id=b.object_id;
    2 3
    no rows selected.
    how to get rid of this error?
    Thanks in advance.

    Hi, what happen if you try of execute the next statement in the directly from SQL*Plus to the database.
    GRANT EXECUTE ON "VCP_PMC_PKG" TO "HERNANDEZO"
    Are you get the same error??
    Regards
    Luck
    Have a good day.

  • ORA-39083 during import

    Hi,
    I did a datapump export from a 10.2.0.3 db and did an import to another 10.2.0.3 db but got the following error;
    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 IND_NAME VARCHAR2(60); IND_OWNER VARCHAR2(60); BEGIN DELETE FROM "SYS"."IMPDP_STATS"; SELECT index_name
    NTO IND_NAME, IND_OWNER
    FROM (SELECT UNIQUE sgc1.index_name, sgc1.index_owner,
    COUNT(*) mycount
    FROM sys.ku$_find_sgc_view sgc1,
    TABLE (sgc1.col_list) myc
    ORA-39083: Object type INDEX_STATISTICS failed to create with error:
    I had SKIP_UNUSABLE_INDEXES=y. Can anyone please advise. Thanks

    Is it possible ALL your indexes (which should be part of this datapump export) are unusable? The import tries to create index_statistics, but has no data for it.
    Werner

  • ORA-00001 during import

    Hai all,
    8i on windows server 2000
    am importing a dump file like follows :
    imp userid=system/manager file=dumpfile.dmp log=dumplog.log full=Y ignore=Y constraints=N
    I've explicility set ignore=Y and constraints=N but still, import logs shows many error like below :
    IMP-00019: row rejected due to ORACLE error 1
    IMP-00003: ORACLE error 1 encountered
    ORA-00001: unique constraint (SYS.TBT_IDX) violated
    Kai

    Thanks Robert,
    Column 1 IN_A_MEADER
    Column 2
    Column 3 DBO
    Column 4 -10
    Column 5 400
    Column 6 N
    Column 7 N
    Column 8 178
    Column 9 2
    Column 10 Arabic Transparent
    Column 11 -10
    Column 12 400
    Column 13 N
    Column 14 N
    Column 15 0
    Column 16 34
    Column 17 Arial
    Column 18 -10
    Column 19 400
    Column 20 N
    Column 21 N
    Column 22 178
    Column 23 2
    Column 24 Arabic Transparent
    Column 25
    IMP-00019: row rejected due to ORACLE error 1
    IMP-00003: ORACLE error 1 encountered
    ORA-00001: unique constraint (SYS.PBT_IDX) violated
    select * from dba_constraints where constraint_name = 'PBT_IDX'; returns
    not rows selected
    Thanks
    Edited by: KaiS on Dec 16, 2009 8:09 AM
    Edited by: KaiS on Dec 16, 2009 8:27 AM                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Getting ora-01756 during IMPORT of (packaged) application

    Hi experts,
    I am trying to install one of the packaged apps from otn into my APEX 3.1 on XE under WinXP and get the following error.
    ORA-20001: GET_BLOCK Error. ORA-20001: Execution of statement was unsuccessful. ORA-01756: ...
    Error installing application.
    Same thing happens when IMPORING an app into the same Workspace from which I have EXPORTED it.
    It installs properly on apex.oracle.com!!
    Possibly it has to do with NLS SETTINGS for Switzerland?
    Grand separator in numerical characters could be '
    Any ideas, anyone with the same problems?
    Thanks in front,
    Lutz
    Edited by: [email protected] on Dec 11, 2008 7:59 PM
    Edited by: [email protected] on Dec 11, 2008 8:16 PM
    Edited by: [email protected] on Dec 11, 2008 8:26 PM

    I have found a workaround:
    instead of using a Swiss OS I installed a German version of WIN XP
    now everything works fine.
    I guess it has to do with a ' which is missing somewhere in the code.
    With Swiss locale ' is used as a grand separator which might cause the ORA-01756 thrown by the installer.
    BR,
    Lutz
    =;-)

  • How can I avoid the display of ORA-31684 during impdp import?

    Hello,
    I'm working on a cross-platform tablespace migration (from SunOS to RedHat Enterprise Linux).
    During the import with DataPump, I have several ORA-31684 error messages ("Object type TYPE : "OWNER"."OBJ_NAME" already exists"). Some of my TYPE objects exist already in the Linux instance of the DB. The messages appear only for 4-5 TYPE objects, while overall I have around 180 TYPE objects owned by the schema owner.
    How can I avoid the display of these error messages? I don't want to drop the TYPE objects individually from the Linux instance, as the object list may vary in time.
    Thank you,
    Adrian

    Hi,
    There is no way to tell the impdp to ignore those errors. They will be printed to the error log and to the screen where the job is being run.
    Dean

  • Ora-1555 during exports and imports. possible causes. ?

    From my understanding : I know that this error will occur due to a undo retention being smaller sizer. or rather I should put it that increasing this parameter should help fix the issue.
    Whats not clear is below :
    Qn. Is it possible that ORA-1555 errors can occur during 'import' even if no other sessions are connected and performing any transaction/dmls ?
    Qn. Also why does a ORA-1555 occur during a 'export' ? Is the same reasons ie. there could be possible DMLs occuring ?

    Hello,
    About your first question:
    Qn. Is it possible that ORA-1555 errors can occur during 'import' even if no other sessions are connected and performing any transaction/dmls ?I've never got this error during import but, I always care to get enough place on the UNDO Tablespace.
    With classical import you have a commit after each Table's import (by default) and a commit after each row's import if COMMIT=Y so as to use less space in the Rollback Segment.
    With Datapump, I often decrease the undo_retention parameter before importing so as to use less space on the UNDO Tablespace.
    About the second question:
    Qn. Also why does a ORA-1555 occur during a 'export' ? Is the same reasons ie. there could be possible DMLs occuring ?To get a consistent image of the exported data with the classical export you may use the parameter CONSISTENT=Y. While you may use the FLASHBACK_TIME parameter with Datapump (so it means that the undo_retention should be large enough when exporting).
    Both use the Undo entries, so I imagine that's possible to get some error (may be ORA-01555) if you don't have enough place on your UNDO Tablespace.
    It's possible (thank to the Rollback Segments) to have concurrent DML on the database while exporting.
    Anyway, from my point of view, while exporting or importing if you have enough space on your UNDO tablespace and a correct undo_retention setting (not too large when importing not too small when exporting) it should be fine.
    Hope this help.
    Best regards,
    Jean-Valentin

  • Unable to open the export file during Import ABAP phase on tar(System copy)

    Hi Experts,
    We are encountering the following error during Import ABAP phase on target system as we are performing system copy on target system as part of hardware migration(Data center migration).
    Scenario:
    Sourrce system -  BI- ABAP(7.01), Win 2003 x64 unicode,Oracle 10.2.0.4
    Target system - BI-ABAP(7.01), Win 2008 R2 unicode, Oracle 11.2.0.1
    Actually on source system the data has been generated using migration monitor by using table splitting option and transferred on target system thru ftp option.
    During Import process while selecting the Database installation type we have selected the installation method as "Standard systemcopy/Migration(load based)" and not checked the option "Start Migration montior Manually".
    As far as my concern this error has nothing to do with this selection.please correct me If i am wrong.
    T:\usr\sap\BWS\SYS\exe\uc\NTAMD64\R3load.exe: START OF LOG: 20110428082000
    T:\usr\sap\BWS\SYS\exe\uc\NTAMD64\R3load.exe: sccsid @(#) $Id: //bas/701_REL/src/R3ld/R3load/R3ldmain.c#5 $ SAP
    T:\usr\sap\BWS\SYS\exe\uc\NTAMD64\R3load.exe: version R7.01/V1.4 [UNICODE]
    Compiled Feb 24 2009 23:41:07
    T:\usr\sap\BWS\SYS\exe\uc\NTAMD64\R3load.exe -dbcodepage 4103 -i test_MIGKEY.cmd -l test_MIGKEY.log -K
    DbSl Trace: ORA-1403 when accessing table SAPUSER
    (DB) INFO: connected to DB
    (DB) INFO: DbSlControl(DBSL_CMD_NLS_CHARACTERSET_GET): UTF8
    (TFH) ERROR: Unable to open
    10.207.3.59\d$\ftproot\import_sap\BWS\ABAP\DATA\ARFCSDATA.TOC
    (TFH) ERROR: OS error message: Invalid argument
    T:\usr\sap\BWS\SYS\exe\uc\NTAMD64\R3load.exe: job finished with 1 error(s)
    T:\usr\sap\BWS\SYS\exe\uc\NTAMD64\R3load.exe: END OF LOG: 20110428082003
    Kindly revert with resolutions and suggestions and any hint to the oss notes as we haven't found anything specific to this error.
    Regrds,
    Dheeraj

    \\10.207.3.59\d$\ftproot\import_sap\BWS\ABAP\DATA\ARFCSDATA.TOC
    Please check if above said file located under specified path where SAPINST searvhing for it ie at
    10.207.3.59\d$\ftproot\import_sap\BWS\ABAP\DATA. if this file dont exist them it may be the case that your export is not proper.
    Also check if user from which you have started this SAPINST is able to access
    10.207.3.59\d$\ftproot\import_sap\BWS\ABAP\DATA.
    Thanks..
    Mohit

  • Table Statistics failed during Import

    Hi All,
    I am trying to import an existing schema in Oracle 10g.
    I am using the impdp utility.
    The export dump consists of the complete schema (metadata and data).
    But it failed with the following logs.
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.PUT_DDLS while calling DBMS_METADATA.CONVERT []
    ORA-06502: PL/SQL: numeric or value error
    LPX-00007: unexpected end-of-file encountered
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 95
    ORA-06512: at "SYS.KUPW$WORKER", line 6235
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    1945A21C 14916 package body SYS.KUPW$WORKER
    1945A21C 6300 package body SYS.KUPW$WORKER
    1945A21C 12279 package body SYS.KUPW$WORKER
    1945A21C 3279 package body SYS.KUPW$WORKER
    1945A21C 6889 package body SYS.KUPW$WORKER
    1945A21C 1262 package body SYS.KUPW$WORKER
    1CD814AC 2 anonymous block
    Job "THHIS"."SYS_IMPORT_FULL_02" stopped due to fatal error at 11:47:38
    I had then used the parameter EXCLUDE=STATISTICS and then the import was successful.
    I would like to the significance of this STATISTICS.
    I mean would EXCLUDE=STATISTICS always be ok?
    I have exported and imported the scheme as a user and not as sysdba. Does this make any difference?
    any suggestion would be highly appreciated.
    Thanks,
    Tanuja

    Hi,
    See related threads here:
    ORA-39125 & DBMS_METADATA
    Error ORA-39125 and ORA-04063 during export for transportable tablespace
    ORA-39125: Worker unexpected fatal error in string while calling string [string]
    Cause: An unhandled exception was detected internally within the worker process for the Data Pump job while calling the specified external routine. This is an internal error. Additional information may be supplied.
    Action: If problem persists, contact Oracle Customer Support.
    Hope this helps . . .
    Donald K. Burleson
    Oracle Press author
    Author of "Oracle Tuning: The Definitive Reference"
    http://www.rampant-books.com/book_2005_1_awr_proactive_tuning.htm

  • Availment of 50% cenvat credit on ADC (add.duty of customs) during imports

    Dear All,
                 I have a client requirement who wants to avail only 50% of ADC (additional duty of customs) during imports.
    I observed during debugging that if I manually change the sub-transation type from IP to blank, the system posts 50% of ADC amount to AED G/L Account and rest of the amount to Cenvat on-hold account.
    I wanted to ask the experts if there is any enhancement point in the program or any user exit using which I can achieve my task. If not through userexit, kindly suggest me any work-around.
    Note: The above requirement is against the legal changes that are brought in during 2006-2007 budget change that unlike the CVD components, ADC can be availed 100% during the same fiscal year and therefore I request you not to suggest me to get the same clarified from the client.
    Thanks
    Guru Prasad

    Check this answered links [import capital AED 50 %  |Re: import capital AED 50 %;
    [Capital Procurement in SAP|http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/808c60ca-013b-2c10-34a2-94d1eb442e6f?quicklink=index&overridelayout=true]

  • "An Error Occurred During Import"

    I am importing video from a Canon Vixia HF10 HD CMOS camcorder into iMovie 08. After the thumbnails are created, I select the clips I want and click on Import. I tried in a a Large (960x540) and Full (1920x1080) format and receive the same error message - "An Error Occurred During Import." I am then instructed to check the footage carefully and try again.
    What could be causing this error?

    I had exactly the same problem in loading files from by HF10 onto my iMac but I didn't have the same problem on my Macbook. So I tried to copy the clips from my Macbook onto the iMac but imovie on the iMac wouldn't recognise them ...
    This suggested to me that the problem was with the Imac's version of imovie being unable to read the file types from the HF10.
    I had, in parallel, been trying to fix an error shown when iMovie on the imac starts up :
    "The QuickTime components necessary to view, edit, import, and export several kinds of movies are not installed. These components are included with the iMovie installer; please re-install"
    The discussion and solution to this problem can be found under the "Missing QuickTime Components" discussion on this site however to save you time I have copied below fgalvani70's solution (Bravo !) which works perfectly ... both the missing component issue and the import issue are now perfectly resolved !!
    1 - install software Pacifist (http://www.charlessoft.com/) (it's shareware but you can use without problems)
    2 - Insert Original Apple installation disk
    iMovie '08 missed a Quicktime Component called: “AppleIntermediateCodec.component”. This component is necessary for importing movies in iMovie 08.
    So, just let Pacifist read the Install DVD and extract only the ‘AppleIntermediateCodec.component’ to the default directory.
    It's under Contents of BundledSoftware.mpkg -> Contents of AppleIntermediateCodec.pkg -> Library -> QuickTime
    Select AppleIntermediateCodec.component and click Install

  • Problem in importing the type and jobs

    Hello ,
    Actually i am having problem in importing the jobs and types from a dump ,during import it gives an error for both jobs and types and after the import completes ,when i check the job and type in the schema it does not exist ,,
    Kindly give me any suggestion regarding this problem or suggest me any way through which i can import these jobs and types on the same server but in different schema ..or is there any way though which i can make the dump by using export,in which i can exclude the jobs and types in dump file.
    Plz reply me as soon as possible..
    thanks in advance.
    Regards,
    Omer.

    What can be done in this senario when table name in source and target schema are different.
    What other approaches i can follow.
    Please let me know.

  • Default Queue Change during Import

    Hi All,
    We tried different option in IMPORT Rule Set to change Default Queue value of Job chain or job definition during import.
    eg: SAPTEST_Queue to SAPPRD_Queue
    But it is not working with any of the option. Please help us in setting Import Rule Set.
    Version: SAP CPS 7.00 Patch 17.2
    Build:     M26.10-29140
    Thanks,
    Preethish

    Hi Anton,
    I refered CPS administration documnet. But we are not able to change the Queue.We are able to change the SID and Queue by selecting Object type as "JobChainCall". Documnet mentioned to select object type "Job Definition"
    SID and Client is Changed with below setup
    Object type as "JobChainCall
    Matching:
    Job Definition Name: SAP_AbapRun
    Parameter
         Name : SAP_SYSTEMS / CLIENT
        Mapping Expression : SID1/ 100
    Replaces:-
      Parameter
         Name : SAP_SYSTEMS / CLIENT
         Mapping Expression : SID2/ 200
    Could you plesae help me changing Queue.
    Thanks,
    Preethish

Maybe you are looking for

  • Does OAM cache users and how do you configure a flush?

    I'm using OAM 10g with 11g OVD and 11g OID. OAM is configured to use OVD as it's user store. I've created a successful LDAP authorization rule, but it takes several hours for the authorization rule to detect a change to the ldap value. So a change to

  • What is the 1/2" slit on the right front edge of the MacBook Pro?

    I recent bought a 15" Macbook Pro (2012 Model without the Retina Display). I love it, but I notice there is a little 1/2" slit on the right front edge of the laptop. Looking on the Tec Specs Page that lists all the ports and connections it is not lis

  • Soft images in Slideshow

    When I go to view my images in View>Slideshow they are very soft almost blurred. The thumbnails are fine as are the preview images in Bridge. If I left click on the image in slideshow and zoom on the image it becomes sharp, when I right click to zoom

  • Alternative of InsomniaT for disabling sleep function on lid closed situation

    Hello. I am finding the alternative method to let my MacBook Air not come to sleep mode while its lid is closed. Since installation of InsomniaT occures another problem. Usage of terminal command is OK. Please teach me. Thank you very much.

  • How to get sequence information.

    Hi, v_table contains sequence numbers in one column. In desc table_name not give sequence information like sequence name, sequence order like increment by... How can get this values. pls suggest me. Regards, Venkat.