Importing XE export into Enterprise ED DB getting IMP-00008: unrecognized .

I have 2 WIndows Express editon databases V10.2.0.1 one on each laptop and an Enterprise Ed DB V10.2.0.1.0 on a Window's server. If I export a schema (using exp) from the database on laptop XE 1 and then import it into laptop XE 2 database then there are no problems and it all works fine. If I take the same export file and try to import it into the Enterprise Ed using the same command:
imp userid=system/XXXXX@dev file=c:\file.dmp log=c:\file.log fromuser=LICHE touser=LICHE SHOW=Y
then I get the following problem
Export file created by EXPORT:V10.02.01 via conventional path
import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
IMP-00008: unrecognized statement in the export file:
. importing LICHE's objects into LICHE
"BEGIN "
"sys.dbms_logrep_imp.instantiate_schema(schema_name=>SYS_CONTEXT('USERENV','"
"CURRENT_SCHEMA'), export_db_name=>'XE', inst_scn=>'6682797');"
"COMMIT; END;"
"ALTER SESSION SET CURRENT_SCHEMA= "LICHE""
"CREATE SEQUENCE "SERVICELEVEL_SEQ" MINVALUE 1 MAXVALUE 99999999999999999999"
"9999999 INCREMENT BY 1 START WITH 8 NOCACHE NOORDER NOCYCLE"
Why doesn't the import work?
regards
Paul Platt

I found the problem. I was using the wrong version of imp.exe
I was using the version in the bin directory under 10g Developer\bin rather than the client software product\bin directory.
thanks
Paul P

Similar Messages

  • When i import a video into iMovie the quality gets very ******,but when its not in iMovie it looks awesome

    when i import a video into iMovie the quality gets very ******,but when its not in iMovie it looks awesome, please help

    Exact same problem

  • When i try to import from itunes into FCP 7 i get error, file error; 39 files recognized,0 access denied 243 unknown

    When i try to import from itunes into FCP 7 i get error, file error; 39 files recognized,0 access denied 243 unknown

    Be careful,  FCP is an open system which is great, but it allows you to work with formats that are not completely compatible with fcp and can cause serious problems down the road.  You can check the formats of all audio files brought into fcp by selecting them in the browser and hitting command-9,  Use compressor to convert all audio files to 48k 16 bit aiffs before importing to fcp.  There's a preset for this format in the apple presets.  You mention video files.  The same thing holds.  In particular, avoid bringing in h264 quicktime movies.  Convert to an fcp friendly format like prores using compressor.

  • Hey guys, trying to import an .AVI into my project but get a: File has audio or video stream.... Can you please help??!

    Hey guys, trying to import an .AVI into my project but get a: File has audio or video stream.... Can you please help??!

    Lots here:
    https://forums.adobe.com/search.jspa?q=File+has+audio+or+video+stream

  • Schema Import failed :IMP-00008: unrecognized statement in the export file:

    Hi ,
    I was running a database schema import from a database DMP file.
    I encountered the following error in the log file that was getting generated :
    IMP-00008: unrecognized statement in the export file:
    All the tables got copied except for one. Now what I have thought of is to import that one table again after taking an export from the prod schema.
    But what about the functions,triggers,procedures ?? How do i bring all of them in the schema ?
    If reimporting the schema again the only option ?
    Thanks
    Kk

    Hello,
    In this order:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/exp_imp.htm#i1023988
    Table Objects: Order of Import
    Table objects are imported as they are read from the export file. The export file contains objects in the following order:
    1. Type definitions
    2. Table definitions
    3.Table data
    4.Table indexes
    5. Integrity constraints, views, procedures, and triggers
    6. Bitmap, function-based, and domain indexes
    The order of import is as follows: new tables are created, data is imported and indexes are built, triggers are imported, integrity constraints are enabled on the new tables, and any bitmap, function-based, and/or domain indexes are built. This sequence prevents data from being rejected due to the order in which tables are imported. This sequence also prevents redundant triggers from firing twice on the same data (once when it is originally inserted and again during the import).
    For example, if the emp table has a referential integrity constraint on the dept table and the emp table is imported first, all emp rows that reference departments that have not yet been imported into dept would be rejected if the constraints were enabled.
    When data is imported into existing tables, however, the order of import can still produce referential integrity failures. In the situation just given, if the emp table already existed and referential integrity constraints were in force, many rows could be rejected.
    A similar situation occurs when a referential integrity constraint on a table references itself. For example, if scott's manager in the emp table is drake, and drake's row has not yet been loaded, scott's row will fail, even though it would be valid at the end of the import.

  • Imp-00008: unrecognized statement in the export file

    Hi All,
    I am trying to import an export from Oracle 8.1.7 source system to Oracle 11.2 using imp . I am getting the following errors may times during the import process.
    imp-00008: unrecognized statement in the export file
    The character set of Source data base is WE8DEC and the character set of target data base is WE8MSWIN1252 and i get the below statement during the start of the import
    import done in US7ASCII character set and AL16UTF16 NCHAR character set
    import server uses WE8MSWIN1252 character set (possible charset conversion)
    export client uses WE8DEC character set (possible charset conversion)
    export server uses WE8DEC NCHAR character set (possible ncharset conversion)
    The error imp-00008: unrecognized statement in the export file is it due to the Oracle version compatibility or due to Character set compatibility issue.
    I tried to create a new Database on same Oracle sever and i cant find WE8DEC in the list of character set to choose. Please help me on how to proceed.
    Regards,
    alen.

    934571 wrote:
    Hi Srini,
    Data is getting loaded correctly, but i get several of these error imp-00008: unrecognized statement in the export file messages during the import process, so i am not sure what is missing.
    Pl post the complete error message from the import log file.
    1) Is it possible to import the dump exported form oracle 8 into oracle 11?? Do we need to take any special care during the import ??
    Yes - no special requirements are needed.
    2) The Oracale Database character set it WE8DEC, but when i try to create a new database in 11 , i dont find that character set , is the character set obsolete now , if so what character set is super set of WE8DEC ??
    Pl post exact OS and database versions. Ideally you should be using AL32UTF8 for all new databases. WE8DEC is a deprecated characterset.
    See section 4.2.1 here - http://docs.oracle.com/cd/E11882_01/install.112/e24186/install.htm#BABFDDEA
    Thanks,
    Alen.HTH
    Srini

  • IMP-00008: unrecognized statement in the export file, oracle 11gr2 on redhat 5

    I am using Oracle 11g R2 on Radhat 5 linux to import(imp) a dmp file with a table with blob data type. I got the following errors with binary non-ascii on the screen and failed imp at that table:
    IMP-00008: unrecognized statement in the export file: (a lot of non-ascii characters followed)
    How do that happen and how do we handle it?
    -Henry

    Hello,
    IMP-00008 may due to several reasons.
    The Dump may be corrupted, you may also hit a Bug and so on, ...
    Is it the only error you got or do you have other error message (for instance IMP-00032) ?
    Else, I don't know why you use EXP/IMP in 11.2, the Original Export/Import is not recommended. You should use DATAPUMP which is much more powerful.
    Please, find enclosed a link about DATAPUMP:
    http://www.oracle-base.com/articles/10g/oracle-data-pump-10g.php
    Hope this help.
    Best Regards,
    Jean-Valentin Lubiez

  • URGENT - import 7er-export into 9ir2??

    hello,
    how can I import an export of a database version 7 into 9i Release2?
    Please help.
    Anna

    for whatever doubt related to exp/imp utilities in 9i , you can check this document:
    Utilities Contents / Search / Index / PDF
    http://download-east.oracle.com/docs/cd/B10501_01/server.920/a96652.pdf
    Joel P�rez

  • Error importing EPA file into Enterprise Portal

    I am trying to work on EPA file deployment.  For a simple test case, I have created a single folder, created a transport file and exported to an EPA file. 
    I then delete the folder and try to import the EPA file.
    I get "Error extracting the package file. Check the log files for details."
    I have trouble figuring out which log file to check so I searched for all .log files in my "c:\usr" directory.  The only one I can see recently changing is "server.1.log" and all it says is:
    #1.5#000F1F8D5971007300000000000010EC000403F83CF255F3#1130264616165#/System/Server#sap.com/irj#com.sap.portal.transport#admin#1078####74fdf150458411daad9b000f1f8d5971#SAPEngine_Application_Thread[impl:3]_39##0#0#Error#1#/System/Server#Plain### [com.sapportals.portal.transport.ui.ImportComponent] Error while extracting EP6.0 package C:
    usr
    sap
    J2E
    SYS
    global
    pcd
    Import
    upload
    admin
    com.ivara.pct.notif.Dummy_20051025_021536.epa#
    Any ideas?

    Hi Derek,
    You can find detail messages in the \usr\sap\SID\JC00\j2ee\cluster\server0\log\defaultTrace.X.trc
    file. Please check that first and you'll see more detail.
    Regards,
    Nash

  • Importing .mov files into keynote and only get audio?

    hi there,
    I have dowmloaded some movie clips into quicktime (which they play on my computer) as a .mov and .mp4
    however when i import them to my keynote preso, only the audio comes up with a black screen????
    any suggestions
    cheers
    James

    Final Cut Forum
    Quicktime Forum
    Keynote Forum
    Hope you find the answers in one of these,
    Jason

  • Oracle Import errors  IMP-00098,   IMP-00028 , IMP-00008

    Hi all
    I have successfully exported a schema called ahc from Database 10g Enterprise Edition Release 10.2.0.1.0 on linux.
    but when i imported in test db server running the same OS and Oracle Versions.it returnd errors .
    i took the export three times but got the same error while importing.
    here is out put
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    Export file created by EXPORT:V10.02.01 via conventional path
    import done in WE8MSWIN1252 character set and AL16UTF16 NCHAR character set
    export client uses US7ASCII character set (possible charset conversion)
    . . importing table "ADM_DTL" 0 rows imported
    . . importing table "ADVANCES" 1 rows imported
    . . importing table "BANK" 10 rows imported
    . . importing table "BASIC" 2 rows imported
    . . importing table "DESIGN" 240 rows imported
    . . importing table "DISTRICT" 26 rows imported
    . . importing table "EMPLOYEEMAIN" 3 rows imported
    . . importing table "GRADES" 185 rows imported
    . . importing table "ICD" 15413 rows imported
    . . importing table "MAINCODES" 336 rows imported
    . . importing table "QUALIFICATION" 15 rows imported
    . . importing table "SALARY" 2 rows imported
    . . importing table "SPALLOWANCE" 16 rows imported
    . . importing table "TBL_LAB_GROUP" 470 rows imported
    . . importing table "TBL_LAB_MAIN_DTL" 231992 rows imported
    . . importing table "TBL_LAB_MAIN_MAS" 79552 rows imported
    . . importing table "TBL_LAB_OPINION" 856 rows imported
    . . importing table "TBL_LAB_RESULT"
    illegal lob length marker 32770
    bytesread = 00000000000
    TABLE = TBL_LAB_RESULT
    IMP-00098: INTERNAL ERROR: impgst2
    IMP-00028: partial import of previous table rolled back: 137170 rows rolled back
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    IMP-00008: unrecognized statement in the export file:
    *¿4¿¿¿E¿N¿*
    *#¿U="¿1¿¿¿¿;¿~¿O¿¿¿w4H¿¿¿"¿"¿>`N¿¿G¿¿¿¿¿¿¿¿'¿$V¿¿¿¿¿6¿i¿2Xn¿.¿¿_<5H¿¿q¿¿¿¿¿<c¿¿#U07¿¿¿n¿Uh¿*¿¿¿¿¿N¿¿¿v+2db¿9¿¿#jd¿¿¿7¿At¿(*
    *IMP-00008: unrecognized statement in the export file:*
    *¿¿¿V )((*
    *IMP-00008: unrecognized statement in the export file:*
    *¿H¿m¿¿*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    c¿1
    IMP-00008: unrecognized statement in the export file:
    *¿¿¿¿¿PIz¿o/¿¿o¿O¿\¿7¿¿f¿¿¿(¿¿@     @*
    IMP-00008: unrecognized statement in the export file:
    *¿¿¿"¿¿G¿0¿U¿v¿¿1!¿J¿f>¿¿¿44s¿RYD¿j¿¿¿c¿!¿*
    *IMP-00008: unrecognized statement in the export file:*
    *¿¿v)<¿¿i¿:f¿A@*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *¿%¿1¿¿¿K@*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *:BLAN.TERMID:=:GLOBAL.TERMID;*
    *IMP-00008: unrecognized statement in the export file:*
    *:BLAN.SHIFT:=:GLOBAL.SHIFT;*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *END;*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    *r100g0b100¿¿*
    *IMP-00008: unrecognized statement in the export file:*
    *00r25g100b75@*
    *IMP-00008: unrecognized statement in the export file:*
    *00r50g100b75¿*
    *IMP-00008: unrecognized statement in the export file:*
    *00r75g100b75¿*
    *IMP-00008: unrecognized statement in the export file:*
    *00r88g100b75¿*
    *IMP-00008: unrecognized statement in the export file:*
    *IMP-00008: unrecognized statement in the export file:*
    Import terminated successfully with warnings.
    Edited by: farnaw4u on Feb 26, 2010 10:17 AM

    Hello,
    You may experience a bug or a corruption in the "dump". If it's a corruption you may retry your export/import.
    But, anyway, the classical Export/Import is not recommended. Starting with 10.1 you should use Datapump
    (expdp/impdp).
    Please, find enclosed a link about this utility:
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14215/part_dp.htm#i436481
    Hope this help.
    Best regards,
    Jean-Valentin

  • Error while importing CIM file into target SLD

    Hi
       We are in the process of moving our XI objects to QA.
    As a first step , we are preparing the QA SLD ( we have a separate SLD instance for XI DEV and QA environments ).
    We have our standard objects loaded into the QA SLD. Now for the custom objects :
    1.I export the product and the corresponding SWCV from the source SLD .
    2. I import the zip file into the target SLD in that order. While importing the product into the target, I get a warning -
    <b>The target namespace for the special import already contains data for one or more export lines. Continuing this import may corrupt the state of your data.</b>
    I am not sure what this means - should I go ahead and import my custom product and its SWCV ( the next step ) despite this warning ? Or am I missing any step ? I checked the weblog on the SLD preparation and did not see any additional steps other than export/import from the source/target SLDs
    Thank you for your time in advance.

    Hi Karthik,
    Check out this link
    ==>http://help.sap.com/saphelp_nw04s/helpdata/en/b2/0aae42e5adcd6ae10000000a155106/frameset.htm
    Hope this will explain you all the steps in importing...:)
    Regards,
    Sundararamaprasad.

  • IMovie importing and exporting slow as molasses!

    I can not figure out why it takes SO long to import and export into iMovie.
    I try to import quicktime files into iMovie in order to edit and it seems to take hours sometimes.
    Then when I'm editing it's like everything moves static and it's just not smooth. Really annoying.
    Then when I Finally am able to edit and I want to export it back into a quicktime a 5 minute project can sometimes take HOURS. There were times i left it to export overnight even and it was still going in the morn.
    There has GOT to be something I'm doing wrong here. My projects turn out great once they are done but this time thing is a serious issue. Please can someone offer advice. I even bought an external and took movie files off my HD and off iMovie thinking that was the problem but still it seems to take really long. Are there settings or something i'm missing? I'm no tech guru so anyone who can help would...I would so appreciate it your patience and kindness.
    Thanks so much!
    Hil

    A   .mov  file can contain .mp4 data or other form of compression.  .mov is essentially a wrapper and doesn't in itself tell you what the type of actual compression being used might be. YOUR .mov files may well be  H264 compressed video. You can convert these to any one of several other compressed formats and in doing so you can choose how much quality you wish to convert them to in most instances. You could take that original .mov file and convert it to ProRes 422HQ and get a huge uncompressed files or convert it to a smaller and more compressed form for viewing at a small size and higher compression. FCPX creates those uncompressed (less compressed) ProRes 422 files if you tell it to optimize your media.  File size (literal pixels vs pixels ), amount of compression, data rate and type of compression  all contribute to the eventual quality of the resulting file. I would strongly advise you to NOT dump the original files. In fact when you copy your data from your camera you should copy the ENTIRE folder and keep that as an archive. Larry Jordan has some good information on why that's important. If you downsample to a smaller form that uses less hard drive space an toss the originals you will NEVER be able to get back the full quality. It's like taking a RAW camera still shot and making a small jpg and then tossing the RAW footage. You can't get back data that you throw out. There is no free lunch. FCPx doesn't HAVE to copy from the external drive. You can control that in your preferences. I can promise you that if you toss the original footage in favor of saving some drive space, if that is good footage worth keeping, you will regret it later if you ever choose to reuse that footage and want the best possible image. Buy more hard drive space and get used to doing that cause it won't be the last time you have to buy more storage space.

  • Problem while importing the wsdl into Dynpro ?

    HI Guys,
    I have developed a webservice within xi in the integration directory and while importing this wsdl into webdynpro i am getting the following error
    !ENTRY com.sap.ide.ws.proxygenerator 4 -1 Okt 10, 2007 19:02:23.788
    !MESSAGE com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Proxy Generator Error. Problem with WSDL file parsing. See nested message.
    !STACK 0
    com.sap.engine.services.webservices.jaxrpc.exceptions.ProxyGeneratorException: Proxy Generator Error. Problem with WSDL file parsing. See nested message.
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.getDefaultSchemaMapping(ProxyGenerator.java:110)
    at com.sap.ide.ws.proxygenerator.ProxyHelperFunctions.createNamespacePackageMappingFile(ProxyHelperFunctions.java:103)
    at com.sap.ide.ws.proxygenerator.ProxyHelperFunctions.createNamespacePackageMappingFile(ProxyHelperFunctions.java:86)
    at com.sap.ide.ws.proxygenerator.ProxyHelperFunctions.createNamespacePackageMappingFile(ProxyHelperFunctions.java:82)
    at com.sap.ide.wsproxy.wizards.prx.pages.NamespacePackageMappingPage$1.run(NamespacePackageMappingPage.java:114)
    at org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.java:302)
    at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
    at org.eclipse.jface.dialogs.ProgressMonitorDialog.run(ProgressMonitorDialog.java:357)
    at com.sap.ide.wsproxy.wizards.prx.pages.NamespacePackageMappingPage.initTable(NamespacePackageMappingPage.java:170)
    at com.sap.ide.wsproxy.wizards.prx.pages.NamespacePackageMappingPage.setVisible(NamespacePackageMappingPage.java:295)
    at org.eclipse.jface.wizard.WizardDialog.updateForPage(WizardDialog.java:959)
    at org.eclipse.jface.wizard.WizardDialog.access$1(WizardDialog.java:940)
    at org.eclipse.jface.wizard.WizardDialog$3.run(WizardDialog.java:929)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at org.eclipse.jface.wizard.WizardDialog.showPage(WizardDialog.java:927)
    at org.eclipse.jface.wizard.WizardDialog.nextPressed(WizardDialog.java:684)
    at com.sap.ide.webdynpro.modeleditor.wizards.model.creation.ModelDialog.nextPressed(ModelDialog.java:218)
    at org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:316)
    at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
    at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
    at org.eclipse.jface.window.Window.open(Window.java:563)
    at com.sap.ide.webdynpro.modeleditor.ModelEditorCallback.createModel(ModelEditorCallback.java:52)
    at com.sap.ide.webdynpro.service.modeleditor.ModelService.createModelWithUI(ModelService.java:70)
    at com.sap.ide.webdynpro.service.modeleditor.ServiceWithUI.createModel(ServiceWithUI.java:49)
    at com.sap.ide.webdynpro.tsmodel.application.provider.ModelNodeProvider.createUniqueName(ModelNodeProvider.java:55)
    at com.tssap.selena.impl.model.elements.EntityImpl.createChildEntityUin(EntityImpl.java:936)
    at com.tssap.selena.impl.model.elements.EntityImpl.createChildEntity(EntityImpl.java:502)
    at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction.runInternal(CreationAction.java:76)
    at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction.access$000(CreationAction.java:24)
    at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction$1.run(CreationAction.java:51)
    at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
    at com.sap.ide.webdynpro.tsmodel.application.actions.CreationAction.run(CreationAction.java:57)
    at com.sap.ide.webdynpro.projectbrowser.actions.PBCreateModelAction.run(PBCreateModelAction.java:95)
    at com.tssap.selena.model.extension.action.SelenaActionCollector$GenericElementActionWrapper.run(SelenaActionCollector.java:224)
    at com.tssap.util.ui.menu.MenuFactory$MuSiAction.saveRunAction(MenuFactory.java:1425)
    at com.tssap.util.ui.menu.MenuFactory$MuSiAction.run(MenuFactory.java:1407)
    at com.tssap.util.ui.menu.MenuFactory$DelegateAction.processInternal(MenuFactory.java:616)
    at com.tssap.util.ui.menu.MenuFactory$DelegateAction.access$100(MenuFactory.java:586)
    at com.tssap.util.ui.menu.MenuFactory$DelegateAction$BusyProcessWorker.run(MenuFactory.java:716)
    at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
    at com.tssap.util.ui.menu.MenuFactory$DelegateAction.process(MenuFactory.java:610)
    at com.tssap.util.ui.menu.internal.MenuListenerFactory$ProcessAdapter.widgetSelected(MenuListenerFactory.java:172)
    at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:2022)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1729)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
    at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
    at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
    at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
    at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
    at com.sap.ide.eclipse.startup.Main.main(Main.java:607)
    Caused by: com.sap.engine.lib.xml.util.NestedException: Parser exception occurred:Fatal Error: com.sap.engine.lib.xml.parser.ParserException:  = expected in attlist(C:\Paymetric Transfer\PaymentAuthorisationcard.wsdl, row:3, col:992) -> com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException:  = expected in attlist(C:\Paymetric Transfer\PaymentAuthorisationcard.wsdl, row:3, col:992)(C:\Paymetric Transfer\PaymentAuthorisationcard.wsdl, row=3, col=992) -> com.sap.engine.lib.xml.parser.ParserException:  = expected in attlist(C:\Paymetric Transfer\PaymentAuthorisationcard.wsdl, row:3, col:992)
    at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadDOMDocument(WSDLDOMLoader.java:1032)
    at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadWSDLDocument(WSDLDOMLoader.java:1125)
    at com.sap.engine.services.webservices.jaxrpc.wsdl2java.ProxyGenerator.getDefaultSchemaMapping(ProxyGenerator.java:107)
    ... 63 more
    Caused by: com.sap.engine.lib.xml.parser.NestedSAXParserException: Fatal Error: com.sap.engine.lib.xml.parser.ParserException:  = expected in attlist(C:\Paymetric Transfer\PaymentAuthorisationcard.wsdl, row:3, col:992)(C:\Paymetric Transfer\PaymentAuthorisationcard.wsdl, row=3, col=992) -> com.sap.engine.lib.xml.parser.ParserException:  = expected in attlist(C:\Paymetric Transfer\PaymentAuthorisationcard.wsdl, row:3, col:992)
    at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:139)
    at com.sap.engine.lib.jaxp.DocumentBuilderImpl.parse(DocumentBuilderImpl.java:127)
    at com.sap.engine.services.webservices.wsdl.WSDLDOMLoader.loadDOMDocument(WSDLDOMLoader.java:1022)
    ... 65 more
    Caused by: com.sap.engine.lib.xml.parser.ParserException:  = expected in attlist(C:\Paymetric Transfer\PaymentAuthorisationcard.wsdl, row:3, col:992)
    at com.sap.engine.lib.xml.parser.XMLParser.scanAttList(XMLParser.java:1565)
    at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1710)
    at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java:2440)
    at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1841)
    at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java:2440)
    at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1841)
    at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java:2440)
    at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1841)
    at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java:2440)
    at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1841)
    at com.sap.engine.lib.xml.parser.XMLParser.scanContent(XMLParser.java:2440)
    at com.sap.engine.lib.xml.parser.XMLParser.scanElement(XMLParser.java:1841)
    at com.sap.engine.lib.xml.parser.XMLParser.scanDocument(XMLParser.java:2843)
    at com.sap.engine.lib.xml.parser.XMLParser.parse0(XMLParser.java:229)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parseAndCatchException(AbstractXMLParser.java:145)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:204)
    at com.sap.engine.lib.xml.parser.AbstractXMLParser.parse(AbstractXMLParser.java:263)
    at com.sap.engine.lib.xml.parser.Parser.parseWithoutSchemaValidationProcessing(Parser.java:280)
    at com.sap.engine.lib.xml.parser.Parser.parse(Parser.java:342)
    at com.sap.engine.lib.xml.parser.DOMParser.parse(DOMParser.java:101)
    ... 67 more
    any help would be appreciated
    Thanks,
    srini

    Hi,
    If the import fails with the message that certain instances of the CIM class SAP_AssociatedContext were not imported, repeat the import. These errors are caused by an incorrect sort order in the export file. When starting the import again ignore the warning that data already exists. Choose Import anyway.
    Also go through this Document.
    http://help.sap.com/bp_bpmv130/Documentation/Operation/SystemContentCopy.pdf
    Regards,
    Akshay Jamgaonkar.
    Reward points if find useful.

  • Cannot import Re module into WLST shell

    Hello,
    I am trying to import re module into WLST shell bu get the error below. Anyone
    knows how to go about it.
    wls:/(offline)> import re
    Traceback (innermost last):
    File "<input>", line 1, in ?
    ImportError: no module named re
    ImportError: no module named re
    -Vamsi

    Realized that it is probably because JDK1.4 provides Regular Expression support.
    -Vamsi
    "Vamsi" <[email protected]> wrote:
    >
    Hello,
    I am trying to import re module into WLST shell bu get the error below.
    Anyone
    knows how to go about it.
    wls:/(offline)> import re
    Traceback (innermost last):
    File "<input>", line 1, in ?
    ImportError: no module named re
    ImportError: no module named re
    -Vamsi

Maybe you are looking for

  • Partial display of large Alert message - SAP CRM 2007.

    Hi, I am using SAP CRM 2007. I created a simple alert with 150 char message in IC which will be triggered on confirmation of an account. The alert gets displayed on the IC agent screen but he can only see partial message of the alert. Only the messag

  • Adobe Photoshop 7

    Hello! I'm trying to run Adobe Photoshop 7 on my iMac, but when I click on the 'Adobe Photoshop 7.0 with serial.exe' I get a pop up screen looking for Microsoft Updates! Do I need to have Bootcamp before running Photoshop? Or do I need a Photoshop ve

  • My iMac is stuck with a grey screen with a icon of a lock.

    My iMac is stuck with a grey screen with a icon of a lock.

  • Multiple selection of rows in alv output list

    experts, using 'REUSE_ALV_GRID_DISPLAY' the following is the sample code ,without using ctrl or shift key i am unable to select multiple rows . any resolvable answers. REPORT zpushbutton1. type-pools : slis. *structure declarations types : begin of t

  • Installing CS4 on Windows8

    Trying to install CS4 premium design on a new computer that has Windows8. Autoplay pops up, lets me go all the way through the contents on the disks and stops at "preparing to install" screen. Please advise on how to complete the install. What am I m