Export/Import Error 600

Hi
I export a user on Solaris (ORA 9) and want to import on Windows (ORA 9). Data imports - but Triggers generate an error.
What's wrong ?
Toni
Export is done with
exp userid=md01fr2/avs@sun owner=(md01fr2) direct=n statistics=compute grants=y file=d:\temp\export\fr.dmp
Import is done with
Imp USERID=fr/avs FILE=d:\temp\import\fr.dmp FROMUSER=(md01fr2) TOUSER=(fr) LOG=d:\temp\import\IMP.log COMMIT=Y
IMP-00017: Nachfolgende Anweisung war wegen Oracle-Fehler 600 erfolglos:
"CREATE TRIGGER "FR".Troncon_rue_hb before insert or update on Troncon_rue "
"for each row declare maxVersion number; executeTrigger number; begin s"
"elect exec into executeTrigger from tb_history_trigger; if executeTrigger "
"!= 0 then if inserting then :new.f_version := 1; elsif updating then se"
"lect nvl(max(version), 0) into maxVersion from Troncon_rue_h where fid = :n"
"ew.fid; maxVersion := maxVersion + 1; if :old.fid != :new.fid then raise"
"_application_error(-20103, 'Fatal error: Fid can not be changed!'); end if"
"; :new.f_version := maxVersion + 1; end if; end if; end; "
IMP-00003: Oracle-Fehler 600 gefunden
ORA-00600: Interner Fehlercode, Argumente: [4814], [5], [0], [0], [], [], [], []

This is likely a DRL issue. verify DRL is configured correctly and a valid PLM4P user is setup in the setup assistant. in addition, make sure you added the new app in IIS for DRLService (this is a doc bug we are correcting that we failed to include in the 611 guide). verify you can attach and then open an attachment on a material spec.

Similar Messages

  • Export/Import Error: The security token could not be authenticated

    We currently are working in PLM 6.1.1 and users are experiencing Export/Import Issues, the error appears frequently with several users.
    Steps:
    1. A new token is generated from our QA environment
    2. The user logs into Dev and transfers the token
    3. In the export ADMIN area the user selects a section
    4. In the QA environment the user schedules the import
    5. The import is scheduled however the error is received after a few mins
    Error Message:
    The security token could not be authenticated or authorized ---> The directory service is unavailable.
    at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
    at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
    at Xeno.Prodika.XenoDoc.Handlers.DRL.DrlService.GetAttachment(tIdentifier Identifier)
    at Xeno.Prodika.XenoDoc.Handlers.DRL.DrlWebServiceLifecycleHandler.Load(IXDocument xdoc, String pkid)
    at Xeno.Prodika.XenoDoc.BaseLibraryManager.LoadDocumentPhaseII(IXLibraryConfiguration libConfig, IXDocument xdoc, String pkid)
    at Xeno.Prodika.XenoDoc.BaseLibraryManager.LoadDocument(String pkid)
    at Xeno.Prodika.ExportImport.DataExchange.ImportRequestProcessor.ProcessRequest(IApplicationManager applicationManager, IImportRequestQueue request)
    This error can be difficult to reproduce but occurs periodically.

    This is likely a DRL issue. verify DRL is configured correctly and a valid PLM4P user is setup in the setup assistant. in addition, make sure you added the new app in IIS for DRLService (this is a doc bug we are correcting that we failed to include in the 611 guide). verify you can attach and then open an attachment on a material spec.

  • ?BUG? App Export / Import error with javascript

    Greetings -
    Anyone have an idea on how to get around this or if I'm doing something wrong?
    I have a page button to collapse a tree, with a URL Target of:
    javascript:apex.widget.tree.collapse_all($v(P2130_TREE_ID));
    Page and button work fine, have never had a problem.  Until I went to do an application import and found that the SQL file for the import was corrupted due to the above line.  SQL file has:
         p_button_redirect_url=>'javascript:apex.widget.tree.collapse_all($v(P'||to_char(2130+www_flow_api.g_id_offset)||''_TREE_ID));',
    It appears to have an extra (2x) single quote right before _TREE_ID.  I have this logic in several places in my application and every place caused the same error.
    Application copy also fails with same error.
    Thanks,
    Scott

    Tom -
    I assume this is the prior post you where talking about : https://forums.oracle.com/thread/2401714
    However, this doesn't cover my problem.  I have tried all the follow, and they all break export / import and copy functionality due to mismatched quotes:
    collapse_all($v(P2130_TREE_ID));
    collapse_all($v('P2130_TREE_ID'));
    collapse_all($v("P2130_TREE_ID"));
    collapse_all('&P2130_TREE_ID.');
    collapse_all("&P2130_TREE_ID.");
    These all allow the collapse button to work.
    NOW, if I change my ID tag to be something like 'P_SCOTT_TREE' then everything works just fine (import/export/copy).  It's having a number in the tag that is cause the problems because the export is casting it to_char and somehow throwing in an extra quote.
    Thanks,
    Scott

  • Client export import error

    Hi...
    I have completed client export and import sucessfully.i have follwed the procedure ..
    by using scc8 i have taken client export...completed sucessfully..
    And i was imported those request by using stms Extras->other request ->add request ...and the requests are imported sucessfully...
    and at the time of postprocessing by using scc7 i got error related to tp..
    everything is going fine, but one transaction code is hanged(strucke)...  and that transaction is working properly in system where i was taken the export...
    and one thing i want confirm  , the issue is because of our client export import problem or it relates to functional problem
    please give the suggestion..this is an urgent issue......

    Yip, I think you are in a bit of a fix here.
    I only took a quick look (this is the security forum... and I could not see any initial security relevance...), but I did notice 2 things:
    As suspected, there are a handfull of client independent tables involved.
    Even if you do the import into a client of the same system, you might still face problems, because one of those tables has MANDT as a field.
    I have no idea what the reasoning behind this is... but my guess is that you are experiencing that which the transaction is designed to do after a client copy => it hangs.
    Sorry,
    Julius

  • Full Export/Import Errors with Queue tables and ApEx

    I'm trying to take a full export of an existing database in order to build an identical copy in another database instance, but the import is failing each time and causing problems with queue tables and Apex tables.
    I have used both the export utility and Data Pump (both with partial and full exports) and the same problems are occurring.
    After import, queue tables in my schema are unstable. They cannot be dropped using the queue admin packages as they throw ORA-24002: QUEUE_TABLE <table> does not exist exceptions. Trying to drop the tables causes the ORA-24005: must use DBMS_AQADM.DROP_QUEUE_TABLE to drop queue tables error
    As a result, the schema cannot be dropped at all unless manual data dictionary clean up steps (as per metalink) are done.
    The Apex import fails when creating foreign keys to WWV_FLOW_FILE_OBJECTS$PART. It creates the table ok, but for some reason the characters after the $ are missing so the referencing tables try to refer to WWV_FLOW_FILE_OBJECTS$ only.
    I am exporting from Enterprise Edition 10.2.0.1 and importing into Standard edition 10.2.0.1, but we are not using any of the features not available in standard, and I doubt this would cause the issues I'm getting.
    Can anyone offer any advice on how I can resolve these problems so a full import will work reliably?

    Thanks for the lead!
    After digging around MetaLink some more, it sounds like I'm running into Bug 5875568 (MetaLink Note:5875568.8) which is in fact related to the multibyte character set. The bug is fixed in the server patch set 10.2.0.4 or release 11.1.0.6.

  • FInancial reports Export Import error

    Hi,
    I am exporting Financial reports from version 11.1.1.3 and importing into version 11.1.2.1 with the help of workspace.
    Now after exporting some folder. It starting gives following error.
    Code: 2108 The object requested: [] does not exist in the repository hyperion workspace.
    Can anybody aware of these error.
    Thanks in advance.

    Anybody know the solution of these issue.
    Its an urgent.
    Thanks.

  • Application -Export, -Import: ERROR

    Hi @ all,
    I've worked quite a while on an app with HTML-DB. During the course of development I had to move it from the testing system to another (productive) system. Then everything went fine with the export and import of my app.
    Now I tried to install an earlier version of my app that I had created as a BACKUP. The install screen gives me the following:
    Error installing application.
    Return to Application (<---- this is a link)
    ORA-20001: GET_BLOCK Error. ORA-20001: GET_STMT error. ORA-20001: Execution of the statement was unsuccessful. ORA-06550: line 399, column 16: PLS-00103: Encountered the symbol ">" when expecting one of the following: . ( ) , * @ % & = - + < / > at in is mod not rem <> or != or ~= >= <= <> and or like between || ORA-06550: line 418, column 1: PLS-00103: Encountered the symbol "WWV_FLOW_API" ORA-06550: line 450, column 54: PLS-00103: Encountered the symbol ";" when expecting
    My steps are:
    - I import the file (which is on my local HDD) with my local Character Set (Western European ISO-8859-1).
    - I click Install >
    - On the following screen I select:
    o Parse As Schema my schema
    o Build status run and build app
    o Install As App Change app ID(*) and enter a free app ID
    - I click on Install app
    ... and get the Error above... :-(((
    (*) I've tried it with Auto Assign New Application ID too - no better result.
    Everything else works good but I don't want to be restricted to this one computer (in case I have to move it again). I want to have a working backup of my app, in case the thing crashes or burns down.
    Any help is greatly appreciated.
    David
    p.s.: I've tried to install the backup on marvel.oracle.com too - the same result... (so it's not a problem of our installation here.)

    What is the database version? If it's not 9.2.0.3 or higher, you will get this error. Our database runs version 9.2.0.4.
    e.g., &f100.sql.I dont understand this. When I run:
    &f111.sql
    I get an error message: ORA-00900: invalid SQL statement
    (the file f111.sql exists in the export repository)
    Also I took a look at the file f111.sql around line 399 and I can't find this Encountered the symbol ">". Therefore the error message makes no sense (to me).
    375          wwv_flow_api.create_tab (                    
    376          p_id => 1994903743639031 + wwv_flow_api.g_id_offset,                    
    377          p_flow_id => wwv_flow.g_flow_id,                    
    378          p_tab_set => 'TS1',                    
    379          p_tab_sequence => 3,                    
    380          p_tab_name => 'Edit Masterdata',                    
    381          p_tab_text => 'Edit Masterdata',                    
    382          p_tab_step => 3,                    
    383          p_tab_also_current_for_pages => '301,300,311,310,306,305,311,310,316,315,311,310,311,310,3110,3100,311,310,306,305,321,320,321,320,326,325,331,330,336,335,341,340,343,342,346,345,351,350,356,355,361,360,366,365,306,305,331,330,336,335,341,340,8300,8301,210',                    
    384          p_tab_parent_tabset=>'TS1',                    
    385          p_required_patch=>null + wwv_flow_api.g_id_offset,                    
    386          p_tab_comment => '');                    
    387                              
    388                              
    389          end;                    
    390          /                    
    391                              
    392          ---------------------------------------                    
    393          prompt ...FLOW TOPLEVEL TABS                    
    394          --                    
    395                              
    396          begin                    
    397                              
    398          null;                    
    399                              
    400          end;                    
    401          /                    
    402                              
    403          ---------------------------------------                    
    404          prompt ...FLOW NAMED LISTS OF VALUES                    
    405          --                    
    406                              
    407          begin                    
    408                              
    409          wwv_flow_api.create_list_of_values (                    
    410          p_id => 2120319923355695 + wwv_flow_api.g_id_offset,                    
    411          p_flow_id => wwv_flow.g_flow_id,                    
    412          p_lov_name => 'DELIVERY_SUPPLIER',                    
    413          p_lov_query=> 'select to_char(d.DELIVERY_DATE,''YYYY-MM-DD'') || '' - '' || s.SUPPLIER_NAME d, d.IKA r'||chr(10)||                    
    414          '     from DELIVERIES d, SUPPLIERS s'||chr(10)||               
    415          '     where d.SUPPLIER_IKA = s.IKA'||chr(10)||               
    416          ' order by d.DELIVERY_DATE DESC');                    
    417                              
    418          null;                    
    419                              
    420          end;                    
    421          /                    
    David

  • Export / Import error (wwv_flow.accept not found)

    Here is what I have ... (APEX version 2.2)
    - A machine running http server / database having a apex application built on it.
    - A second totally separate machine with http server / database and apex installed with no applications.
    I want to export the application from one database and then import into the second database. So I exported the application using UNIX file format and saved away the file. Then I attempted to import this file with file type application and file char set Unicode. After clicking next I get the error 'File Not Found' with the url being http://<hostname>:7777/pls/htmldb/wwv_flow.accept
    What am I missing? Thank you for any help and let me know if I am missing some information since I am new to this.

    I am trying to export an application developed on 10gR2 on my Windows laptop with Apex 221 into an AIX (unix) 9iR2 9206 database, also running Apex 221. The user interface on both works.
    I am connecting to both right now with the http bundled with 10gR2 on the same laptop until this evening when I can bounce the IAS so it can access the 9i database.
    I am getting this error:
    [Tue Jan 30 12:37:08 2007] [error] [client 150.134.8.5] [ecid: 1170178628:10.10.10.10:2492:5552:10,0] Invalid method in request 21015395903429
    [Tue Jan 30 12:46:22 2007] [error] [client 150.134.8.5] [ecid: 1170179182:10.10.10.10:2492:3876:17,0] mod_plsql: /pls/APEXT/wwv_flow.accept HTTP-404 ORA-00942: table or view does not exist
    [Tue Jan 30 12:46:22 2007] [error] [client 150.134.8.5] [ecid: 1170179182:10.10.10.10:2492:3876:18,0] Invalid method in request \"
    My DAD looks like this:
    <Location /pls/APEXT>
    Order deny,allow
    Deny from all
    Allow from 150.134 10.10.10.10 127.0.0.1
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_manager.process_download
    PlsqlDatabaseConnectString XXXX:1521:XXXX SIDFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_ojects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDatabasePassword XXXXXXXX
    PlsqlDefaultPage apex
    </Location>
    One thing I noticed:
    FLOW_FILES.WWV_FLOW_FILE_OBJECTS$ does not have any grants on it that it can be updated. I'm eyeballing FLOWS_020200's privileges now.
    What am I doing wrong? I'll most likely need to make the same change in the DAD on the IAS before I bounce it.
    Doug

  • Export -import error  'SYS.DBMS_DATAPUMP'

    1-->Hi I exported data from oracle10 g by imp utility.on the same server
    Now I want to import the dump file on the oracle 9i user.
    when I give command on linux server
    c:\> imp username/password@oracle9i ..
    It will give mi error as
    UDI-00008: operation generated ORACLE error 6550
    ORA-06550: line 1, column 52:
    PLS-00201: identifier 'SYS.DBMS_DATAPUMP' must be declared
    ORA-06550: line 1, column 52:
    PL/SQL: Statement ignored
    Can you tell mi what is this error ?
    2-->After that I tried to export data of oracle10g user from oracle 9i exp utility
    but in some tables it give mi error as
    . . exporting table QRTZ_JOB_DETAILS
    EXP-00003: no storage definition found for segment(17, 31315)
    whts the error ?
    3-How Can I create the replica of schema from oracle10g to oracle 9i.?

    To transfer data from any lower version you must use the lower version exp against the higher version database.
    So 9i exp against 10g database.
    Apart from that, datapump is incompatible with exp/imp
    This has been posted NUMEROUS times!!!
    Is there any reason why you can't use the 'Search Forum' function, prior to posting?
    Please use the 'Search Forum' function always prior to posting, in order to avoid redudant posts and more clutter.
    Thank you,
    Sybrand Bakker
    Senior Oracle DBA

  • Export/Import error - MDL1207

    Hi,
    OWB Client: 10.2.0.2.8 (Windows XP)
    OWB Repository: 10.2.0.2.0 (HP Unix)
    We have two repositories (DEV/TEST and PROD). Development is done in the DEV/TEST repository then each object is exported to an MDL file for versioning and then imported to the PROD repository.
    When importing we “Import all objects from file”, “Create new metadata only”, and match by “Name”.
    When we want to make changes to existing objects we export form PROD and import to DEV/TEST.
    The problem happens with mappings and reference functions in a package. After making changes to a mapping (but not to the package it references) we try to import it to PROD but get “Warning: MDL3002: ReferencingObject not found for …”.
    This process used to work in OWB 9i. Does anybody have any idea why this happens?
    Thanks,
    Jeff

    Did you find a solution to this?? I am also facing same problem while migrating in OWB 11g.

  • Export/Import error : ORA-31609: error loading file "kualter.xsl"

    Hi ,
    I was exporting the database , I got the following error after that I found that dbms_metadata_util.load_stylesheets needs to run . Please assit me how to procced further .
    C:\Users\379164>expdp import1/import1 directory=dmp_dir dumpfile=dump.dmp full=
    Export: Release 10.2.0.1.0 - Production on Friday, 15 October, 2010 14:50:45
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    ORA-39006: internal error
    ORA-39213: Metadata processing is not available
    ====================================================================
    SQL> execute dbms_metadata_util.load_stylesheets
    BEGIN dbms_metadata_util.load_stylesheets; END;
    ERROR at line 1:
    ORA-31609: error loading file "kualter.xsl" from file system directory
    "C:\oraclexe\app\oracle\product\10.2.0\server\rdbms\xml\xsl"
    ORA-06512: at "SYS.DBMS_METADATA_UTIL", line 1793
    ORA-06512: at line 1
    Please help me on this ....
    Thanks

    Refer following MOS note (even though the error number is different in header)
    Ora-39213 Using Data Pump Export (Doc ID 402242.1)

  • Client copy error - Export/Import

    Hello Folks,
    With a certain business requirement we have small scale implementation planned every quarter and as per the requirement we are performing a client copy into one of our SANDBOX(SDX) client (201) every quarter from our Production ECC system (cleint-600).
    *The SANDBOX is used for POC and new enhancement testing and also for training purposes.
    Cleint copy (export/import method)
    ============================
    PRD (600)  ==> SDX (201)
    Both Sanbox and production are with same SAP version, patch, OS and database versions.
    The client copy(client export-import method) is successfull when the client is new (SDX-201), but when we did the client next time on the same client, the client copy finished with many inconsistencies.
    We have also tried deleting the client 201 and then recreating client 201 in SDX and copy from our PRD-600. But the result is same, the client copy finished with many inconsistencies.
    Now we are not able to figure out the problem why this problem is occuring. The whole point of client copy from PRD is not helping project. As a workaround at the moment we are copying onto a new client every quarter.
    We have to get a solution. Please suggest.
    PS: We can not do the system refresh, because there are other clients on the Sandbox systems and we do not want them to be disturbed.
    Lookign forward for your suggestions.
    Thanks
    James

    Hello James,
    The client copy(client export-import method) is successfull when the client is new (SDX-201), but when we did the client next time on the same client, the client copy finished with many inconsistencies.
    What inconsistencies ? Can you please post the error log ?
    Regards,
    Subhash

  • Error when exporting/importing

    I am using MDM 7.1
    When I export the schema from my Dev system to import into QA I get the following Error:
    "This repository requires additional steps before transport. See the MDS log for details.
    In the log my issue is that I am trying to export an Assignment that includes an expression that uses "look-ups".
    In my Dev system I removed the expression to confirm if this is the issue, once I no longer have expressions with look-ups then it allows me to export the schema. I then tries to import it to QA (since the expressions are not changing I planned on excluding them from the import as a temporary workaround.
    however I get the same error message when trying to import. It seems that I can not export or import with a system that has an assignment with an expression that uses look-ups.
    Is there some config I am missing?

    Hi Brad,
    assignments/validations are a general problem when it comes to Schema exports/imports! What you can do in case there are not too many assignments -  is to delete the assignments and create them new (manually) after you have imported the schema.
    Hope this helps a little.
    Regards,
    Erdal

  • Error in Client export/import

    Dear all
                     i have test system i would like to perform client export/import in single system correct if made a mistake
    i have export client which create 3 request namely SIDKOxxxxxx , SIDKTxxxxxx,SIDKXxxxxx .i had selected target SID as system same sid bcaz i have only one system
    then i login again with scc4 create new client and login in that sap* and pass then when i run command stms_import to import all three transport into that client as said my message server gets disconnected correct me i am wrong
    or i have to directely run scc7 bcaz the request already in /usr/sap/trans then these error won't occur  i have the back up of database
    now i am getting error oracle disconnected
    Regrards

    Dear Pavan
    I tried last night as you said i made new client as 300 in ides and copy user profile to that
    when i tried to configure stms by setting CTC =1 when i configure transport routes i don't find any client number
    to provide source and target client
    kindly send some screen shots if u have that would great support
    .Delete the existing TMS configuration.
    2.In 000 client by using the user ddic create TMS configuration using STMS.
    3.Click on the system, in transport tool tab add a parameter CTC and set it to 1.
    4.Now configure the transport routes, there you can find the client number in consolidation routes.
    5.Provide your source and destination client and create routes.
    Regards

  • Error ORA-02375 while trying to export/import JTF.JTF_PF_REPOSITORY table

    We have already created an SR, In the mean time, trying to see whether anyone else has come across this issue.  Thanks.
    On : 11.2.0.3 version, Data Pump Import
    Error ORA-02375 while trying to import JTF.JTF_PF_REPOSITORY table
    We are getting the below error while performing the full db
    import.
    ORA-02375: conversion error loading table
    "JTF"."JTF_PF_REPOSITORY" partition "EBIZ"
    ORA-22337: the type of accessed
    object has been evolved
    ORA-02372: data for row: SYS_NC00040$ :
    0X'8801FE000004AD0313FFFF0009198401190A434F4E4E454354'
    This issue is
    stopping our upgrade of database from 10.2.0.4 to 11.2.0.3. This is very
    critical for us to be resolved.

    Hi,
    seems this is Character set issue fo source and Target DB check this doc:Unable to Export Table WF_ITEM_ATTRIBUTE_VALUES due to errors ORA-02374, ORA-22337, and ORA-02372 (Doc ID 1522761.1)
    HTH

Maybe you are looking for

  • Can any one help me  with SAP product version information,

    1) NW04. Which has two subsequent versions: SAP Netweaver 2004 SAP Netweaver 2004S (Alias SAP Netweaver 7.0), for which one enhancement pack exists: - EHP1 2) NW05. Which has one version: SAP Netweaver 2005 (Contains ECC 6.0 / ERP 6.0), for which fou

  • Message and no sounds - anyone with the same problem?

    Hi, since a few days I have always the same message (usually after I switched on the iPhone or after the iPhone was in the docking station and I took it out of the docking station): "This accessory is not made to work with iPhone. Would you like to t

  • ISight Cam - - Problem and question (and an OS X Question)

    I just recieved my Certified Reconditioned iMac G5 (17" 1.9 GHz). I am having one problem with my iSight camera that I noticed only on the third day of using it. When I open an app like Photobooth, the picture from the camera is nice and colorful and

  • How to run TagLibrary program

    Hi frnds, i am working on Jsp Tag Small example ..I wrote one JSP file,One .tld file and one .java files .That java file is compiled properly.While running that program i am getting error as below: 1..org.apache.jasper.JasperException: /Date.jsp(7,7)

  • Extending java.util.EventObject to create user defined Events

    Dear All, Can someone point me to a decent tutorial/article/example that explains how and when to extend java.util.EventObject class to create my own EventObject and Event mechanism. Please not the waterEvent, pipe and source example from the java be