Error during dump file Import  from 11g DB into XE database

Hi ,
I have a dump file exported from a 11g database. First i imported this dump file into another 11gdb test database and it worked fine.
Later i tried to import it into an XE database. But import completed with error message as shown below. This error message appeared only for few tables.
IMP-00015: following statement failed because the object already exists:
Note - I created a new schema in XE database and tried to import the dump into this schema. So there is no chance for the object to exist before the import operation.
Does anyone have any idea why import in XE fails? Is there any limitation/restriction in XE?
FYI - All the tables that failed to import contains LOB data in it. Is LOB datatype is not supported in XE? Does this cause the problem during import?
Regards,
Ashok Kumar.G

Going from 11g to XE(10g) is problematic for two reasons 1st - 11g exports not necessarily compatible with an earlier version and 2nd I have found that in some cases 11g exports can have problems when importing back into another 11g(11.1.0.7) instance due to stack overruns whereas an 10g export to 11g normally works fine..
./bob h.

Similar Messages

  • Data pump import from 11g to 10g

    I have 2 database: first is 11.2.0.2.0 and second is 10.2.0.1.0
    In 10g i created database link on 11g
    CREATE DATABASE LINK "TEST.LINK"
    CONNECT TO "monservice" IDENTIFIED BY "monservice"
    USING '(DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = host)(PORT = port))) (CONNECT_DATA = (SID = sid)))';
    And execute this query for test dbLink which work fine:
    select * from v$[email protected];
    After it i try to call open function:
    declare
    h number;
    begin
    h := dbms_datapump.open('IMPORT', 'TABLE', 'TEST.LINK', null, '10.2');
    end;
    and get exception: 39001. 00000 - "invalid argument value"
    if i remove 'TEST.LINK' from the arguments it works fine
    Edited by: 990594 on 26.02.2013 23:41

    Hi Richard Harrison,
    result for import from 11g to 10g:
    impdp user/pass@dburl schemas=SCHEMANAME network_link=TEST_LINK version=10.2
    Connected to: Oracle Database 10g Express Edition Release 10.2.0.1.0 - Production
    ORA-39001: invalid argument value
    ORA-39169: Local version of 10.2.0.1.0 cannot work with remote version of 11.2.0.2.0
    result for export from 11g to 10g:
    expdp user/pass@dburl schemas=SCHEMANAME network_link=TEST_LINK version=10.2
    Connected to: Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64 bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing option
    ORA-39006: internal error
    ORA-39065: unexpected master process exception in DISPATCH
    ORA-04052: error occurred when looking up remote object SYS.KUPM$MCP@TEST_LINK
    ORA-00604: error occurred at recursive SQL level 3
    ORA-06544: PL/SQL: internal, error, arguments: [55916], [], [], [], [], [], [], []
    ORA-06553: PLS-801: internal error [55916]
    ORA-02063: preceding 2 lines from TEST_LINK
    ORA_39097: Data Pump job encountered unexpected error -4052

  • Cannot open .avi files imported from Nikon d90 in Adobe Premiere 6.0.

    Cannot open .avi files imported from Nikon d90 in Adobe Premiere 6.0.
    When I try to open the file I get the following error message:
    "cannot open that file
    the file uses an unsupported file compression format"
    I really need urgent help with this so if you know a soloution, please post it!

    I don't do mjpeg so you will have to search the forum for advice
    But... having a playback codec installed does not ALWAYS mean the codec will work for Premiere editing
    After you search the forum and find the (I think free) codec vendors, you will need to install fresh so Premiere will "see" the codec for editing
    Or, Google
    convert mjpeg avi
    To convert to DV AVI type 2 with 48khz sound so the files will "natively" edit in Premiere
    My GUESS (you didn't say) is the d90 is a STILL camera that has a video function, not a true camcorder
    If you plan to do much video work, you need a tape-based DV camcorder so you use Firewire to do a digital transfer as a "real" AVI that Premiere may edit without conversion or extra software
    For a Firewire DV Camera - look at Panasonic PV-GS320 or GS500 (Note that I have not used either, but they have good reviews)
    http://reviews.cnet.com/Panasonic_PV_GS320/4505-6500_7-32330317.html
    http://reviews.cnet.com/digital-camcorders/panasonic-pv-gs500/4505-6500_7-31660646.html

  • XML log: Error during temp file creation for LOB Objects

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

    Hi All,
    I got this exception in the concurrent log file:
    [122010_100220171][][EXCEPTION] !!Error during temp file creation for LOB Objects
    [122010_100220172][][EXCEPTION] java.io.FileNotFoundException: null/xdo-dt-lob-1292864540169.tmp (No such file or directory (errno:2))
         at java.io.RandomAccessFile.open(Native Method)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:212)
         at java.io.RandomAccessFile.<init>(RandomAccessFile.java:98)
         at oracle.apps.xdo.dataengine.LOBList.initLOB(LOBList.java:39)
         at oracle.apps.xdo.dataengine.LOBList.<init>(LOBList.java:30)
         at oracle.apps.xdo.dataengine.XMLPGEN.updateMetaData(XMLPGEN.java:1051)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:511)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1121)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroup(XMLPGEN.java:1144)
         at oracle.apps.xdo.dataengine.XMLPGEN.processSQLDataSource(XMLPGEN.java:558)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeData(XMLPGEN.java:445)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeGroupStructure(XMLPGEN.java:308)
         at oracle.apps.xdo.dataengine.XMLPGEN.processData(XMLPGEN.java:273)
         at oracle.apps.xdo.dataengine.XMLPGEN.processXML(XMLPGEN.java:215)
         at oracle.apps.xdo.dataengine.XMLPGEN.writeXML(XMLPGEN.java:254)
         at oracle.apps.xdo.dataengine.DataProcessor.processDataStructre(DataProcessor.java:390)
         at oracle.apps.xdo.dataengine.DataProcessor.processData(DataProcessor.java:355)
         at oracle.apps.xdo.oa.util.DataTemplate.processData(DataTemplate.java:348)
         at oracle.apps.xdo.oa.cp.JCP4XDODataEngine.runProgram(JCP4XDODataEngine.java:293)
         at oracle.apps.fnd.cp.request.Run.main(Run.java:161)
    I have this query defined in my data template:
    <![CDATA[
    SELECT lt.long_text inv_comment
    FROM apps.fnd_attached_docs_form_vl ad,
    apps.fnd_documents_long_text lt
    WHERE ad.media_id = lt.media_id
    AND ad.category_description = 'Draft Invoice Comments'
    AND ad.pk1_value = :project_id
    AND ad.pk2_value = :draft_invoice_num
    ]]>
    Issue: The inv_comment is not printing on the PDF output.
    I had the temp directory defined under the Admin tab.
    I'm guessing if it's the LONG datatype of the long_text field that's causing the issue.
    Anybody knows how this can be fixed? any help or advice is appreciated.
    Thanks.
    SW
    Edited by: user12152845 on Dec 20, 2010 11:48 AM

  • Error while reading file entries from the database

    Hi there,
    We are running a instance of xmii 12 in a VM (VMware) and after somebody shutdown the host machine without shutting down the VM (great idea isn't it?) we keep getting this message when trying to access xMII:
    "Application cannot be started.
      Details:   com.sap.engine.services.deploy.container.ExceptionInfo: Error while reading file entries from the database."
    Any clue? Any suggestion on how we can recover from that?
    Thanks a whole lot,
    Dom
    Server log:
    #1.5 #000C29A3B1F20002000000C400000F2800044829A35270F8#1205243578005#/System/Server##com.sap.engine.services.dbpool.deploy.ContainerImpl####n/a##60152160ef7211dcb7a5000c29a3b1f2#SAPEngine_System_Thread[impl:5]_17##0#0#Info#1#com.sap.engine.services.dbpool.deploy.ContainerImpl#Plain###DataSources or DataSource aliases of 'sap.com/tcmonitoringsysteminfo' application started successfully.#
    #1.5 #000C29A3B1F20002000000C500000F2800044829A3527A6C#1205243578005#/System/Server##com.sap.engine.services.servlets_jsp.server.container.WebContainer####n/a##60152160ef7211dcb7a5000c29a3b1f2#SAPEngine_System_Thread[impl:5]_17##0#0#Info#1#com.sap.engine.services.servlets_jsp.server.container.WebContainer#Plain###application [] Start of application [sap.com/tcmonitoringsysteminfo] finished successfully on Web Container.#
    #1.5 #000C29A3B1F20002000000C600000F2800044829A3527DB5#1205243578005#/System/Server##com.sap.engine.services.deploy####n/a##60152160ef7211dcb7a5000c29a3b1f2#SAPEngine_System_Thread[impl:5]_17##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp over application sap.com/tcmonitoringsysteminfo finished successfully on server 305221750#
    #1.5 #000C29A3B1F20002000000C700000F2800044829A3527E03#1205243578005#/System/Server##com.sap.engine.services.deploy####n/a##60152160ef7211dcb7a5000c29a3b1f2#SAPEngine_System_Thread[impl:5]_17##0#0#Info#1#com.sap.engine.services.deploy#Plain###
    Operation startApp on application sap.com/tcmonitoringsysteminfo finished on current cluster node for 221 ms.#
    #1.5 #000C29A3B1F20002000000C800000F2800044829A3528B49#1205243578005#/System/Server##com.sap.engine.services.deploy####n/a##60152160ef7211dcb7a5000c29a3b1f2#SAPEngine_System_Thread[impl:5]_17##0#0#Error#1#com.sap.engine.services.deploy#Plain###Error occurred while initially starting application sap.com/xappsxmiiear:Error while reading file entries from the database.#
    #1.5 #000C29A3B1F20002000000CA00000F2800044829A352922B#1205243578015#/System/Server##com.sap.engine.services.deploy####n/a##60152160ef7211dcb7a5000c29a3b1f2#SAPEngine_System_Thread[impl:5]_17##0#0#Info#1#com.sap.engine.services.deploy#Plain###The synchronization of applications with DB completed for 39304 ms.#
    #1.5 #000C29A3B1F200040000000200000F2800044829B290A4F8#1205243834341#/System/Server/SLDService##com.sap.sldserv.DataCollector####n/a##0da42150ef7311dcb908000c29a3b1f2#SAPEngine_System_Thread[impl:5]_7##0#0#Warning#1#com.sap.sldserv.DataCollector#Plain###Communication configuration is incomplete. No data transfer possible until corrected.#

    Well thanks for the hint. Actually, the DB was up but corrupted. I managed to solve the bug by re-deploying xMII (using the SDM tool) which kept all my data but redeployed both the config db of (x)mii and the class files.

  • Is it possible to load a dump file collected from sql server to orcle 10gR2

    Hi..
    As a part of data migration from legacy systems , we need to migrate only required tables from Sql server to Oracle 10gr2 .
    At present client is telling that he will give it as dump file.
    My question is , Is it possible to load the dump file collected from sql server to oracle 10gR2?
    Thanks in advance ..

    yes, it is.
    Using for example SQL Developer Migration Workbench even allows you to create unload scripts for the desired SQL Server tables and it also creates the DDL scripts for you to create the Oracle tables similar to the SQL Server table AND it alows creates the SQL*Loader scripts that allow you to load the SQL Server generated dump file into the Oracle db.
    Here the link:
    http://www.oracle.com/technology/tech/migration/workbench/index_sqldev_omwb.html
    If you do not want to use this utility, you can also use SQL*Loader to load the content of the SQL Server dump file into the Oracle database; but in this case you have to write the whole SQL*Loader control scripts on your own.
    Edited by: kgronau on Sep 16, 2009 1:54 PM

  • Problem printing PDF picture files imported from JPG using HP Colour InkJet cp1700 printer

    When I print PDF picture files imported from JPG using an HP Colour InkJet cp1700 printer, the picture spills over.  A wide range of other PDF files print OK.  Have tried things such as configuring the printer to scale to letter size, etc,, but without success.  Have a Windows 7 64 bit computer and Adobe Acrobat Pro Extended 9.5.5.  Any ideas?

    Hello there! Welcome to the forums @rt70 
    I understand you're having some issues with printing PDF files from a website on Windows 7.
    I would personally suggest trying to print from that website using a different web browser. If you're using Internet Explorer, try FireFox or Chrome, for example.
    You can also try running the Print and Scan Doctor tool, that will search and try and fix printing issues.
    If you have any issues that continue, please let me know what they are and which programs, websites, and web browsers you have tried, along with the results from running the diagnostic tool above.
    Good luck and have a great day
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • Can I "cache" large RAW files imported from network drive on local drive?

    I've seen discussions similar to this topic, regarding "offline" editing, but not exact answers I'm looking for.
    I'm copying RAW files from a shoot onto my network RAID drive in a per-album folder, from where I then import into a new LR catalog (I'm using LR 4.1) on my Windows laptop for that album.
    I'm finding that editing RAW files on a network drive from a wireless laptop is awfully slow (not to mention not being able to continue the work offline somewhere else), so I'd like to cache those files on my speedy SSD drive just until I'm done editing and exporting/publishing that album.
    I back up my per-album catalog onto the network folder alongside the RAW files since that's my IT-managed master repository. When I'm done editing, I'd purge the cached files and just keep the catalog previews on my limited capacity SSD.
    So, is there a way to tell LR to, for one/all files imported from a location (in my case a network folder), look in an alternate location for the identical files? Since I create per-album catalogs in per-album folders, there wouldn't be filename clashing. Either LR can provide this caching behavior on its own or I'd manually copy files from the network folder to a local folder and tell LR to look there first.
    I don't really want to make copies of files into secondary folders within LR since then it's a hassle to merge edits on the cached copy to its master copy (I haven't done this, but I'd imagine so).
    Thanks for your workflow tips.
    Erhhung

    Have you tried locating your ACR Raw cache on this SSD drive, also ensuring that the size limit of this cache is large enough, to keep a goodly chunk of these Raw images all in play at the same time?
    My understanding is that for performance reasons, LR will be caching your Raw data locally in any case - on conventional hard disk by default. And it will be doing so in an intermediate half-converted form (demosaiced into "sensor RGB space" but not translated into "picture RGB values" - the latter process varies depending on your live Develop adjustments).
    So long as this cache has not run short, and reallocated space for something else, LR should (as far as I know) not be needing to go back to the network drive to re-fetch actual Raw content. And keeping that cache somewhere fast rather than somewhere slow, should improve responsiveness.
    I imagine, though, that LR will continually check the availability and the unchanged timestamp of the real source file; and wouldn't let you carry on working from automatically cached data otherwise.

  • Why won't Aperture 2 support RAW files imported from Canon 60D when it does from my Olympus DSLR?

    Why won't Aperture 2 support RAW files imported from Canon 60D when it does from my Olympus DSLR?

    I'm afriad the fact that your Olympus dSLR is supported is no relevance.
    The Raw from every model of camera is different. Note: that's every model not every brand. So, the NEF produced by a Nikon D40 is not the same as the NEF produced by a D60, the CR2 produced by a Canon 350 is not the same as the CR2 produced by a Canon 400.
    Support for individual camera models has to be added one by one, and Apple will update the OS to work with the most recent version of the software. That's an incentive for you to keep up-to-date. So, for support for your 60D you'll need 10.6.5 plus Aperture 3 and/or iPhoto 11.
    Regards
    TD

  • Video clips imported from an iPhone into iMovie ver 6 are rotated 90 degrees; how can I fix this or avoid it?

    Video clips imported from an iPhone into iMovie ver 6 are rotated 90 degrees; how can I fix this or avoid it?

    iMovie works best with uncompressed audio. If your track is MP3 or AAC, you may get better results by converting your track to the AIFF format and then using that in iMovie.
    You can do this in iTunes. Go to iTunes/Preferences and click the General button. On the General page, click the Import Settings button. Choose IMPORT USING: AIFF ENCODER.
    (note: remember what you changed it from so you can change it back later, before you import another CD)
    Now, in iTunes, select your track. Then click FILE/CREATE NEW VERSION/AIFF VERSION.

  • Hi All, We are in to Release 11.5.10.2.There is a specific requirement to Prevent users from creating Manual Sales Orders in oracle and yet users should be able to book the Sales Orders Imported from CRM system into Orcale.Please advise.

    Hi All, We are in to Release 11.5.10.2.There is a specific requirement to Prevent users from creating Manual Sales Orders in Oracle and  yet users should be able to book the Sales Orders Imported from CRM system into Orcale.Please advise.

    Thanks for your advise.
    However, I missed to mention that we have two set of users  One is for Finished Goods and another for Spares.
    Only Spares users need to be prevented from creating Direct/Manual Sales Orders in Oracle.
    As you suggested, if this will be done at Form level, that may Disallow FG users also to create Manula Sales Orders which should not be the case.
    Further, I tried to test one scenario through Processing Constraints but it did not work.
    Application
    OM
    Validation Type
    Entity
    Temp
    Short Name
    TBL
    Validation Semantics
    Created By
    Equal To
    User(Myself)
    Processing Cosntraint
    Application
    OM
    Entity
    Order Header
    Constraint
    Operation
    User Action
    Create
    Not Allowed
    Conditions
    Group
    Scope
    Validation Entity
    Record Set
    Validation Template
    101
    Any
    Order Header
    Order
    Above Created
    Please advise.

  • I can't import from my iPhone into Aperture anymore

    Since upgrading last night to 10.10.3 and running the new Photos app, I'm unable to import from my iPhone into Aperture. My iPhone does not show up in the Import pane. Anybody else seeing this? or am I missing something?

    I agree that Apple screwed Aperture users. I don't understand why. Over the last few years, Apple has dumbed down some applications which makes those apps much less useful. Then they slowly start adding some functions back in for a couple of years then nothing. Look at Pages. It still is missing features that the old pages had.
    Apple should have simply given Aperture to everybody and maybe implemented a Simple User function for those people that don't need professional features. Here was an app ready to go and what does Apple do? Get rid of Aperture to come up with a "toy" replacement, as somebody on these discussion boards mentioned. I'm very disappointed in Apple and the direction that some of these apps are taking. I used to enthusiastically push Apple products to everybody but now I mind my own business. It's a sad state of affairs. The whole quality has gone down. All this reminds me of Apple before Steve Jobs took over. Somebody needs to crack the whip over there and focus on quality and useful apps AND listen to the users.

  • Oracle Dump file Import Error

    Hello,
    I need an urgent reply on this. Im trying to import a dump file which was created in Oracle 10.2 on an Xp system to Oracle 10.1 on Win2003 server. Pls find below the error encountered.
    Regards
    Kazeem
    IMP-00008: unrecognized statement in the export file:
    IMP-00017: following statement failed with ORACLE error 2248:
    "ALTER SESSION SET PLSQL_OPTIMIZE_LEVEL = 1 NLS_LENGTH_SEMANTICS = 'BYTE' PL"
    "SQL_CODE_TYPE = 'INTERPRETED' PLSQL_DEBUG = FALSE PLSQL_WARNINGS = 'DISABLE"
    ":ALL'PLSQL_CCFLAGS = ''"
    IMP-00003: ORACLE error 2248 encountered
    ORA-02248: invalid option for ALTER SESSION
    IMP-00000: Import terminated unsuccessfully

    Hello,
    I need an urgent reply on this. Im trying to import aYou have already gotten valid answers in your first thread here:
    Importing Oracle DB dump file
    dump file which was created in Oracle 10.2 on an Xp
    system to Oracle 10.1 on Win2003 server. Pls findYou cant. As already told, you need to redo the export with 10.1 exp utility against the 10.2 database. (so to produce a dump file that your 10.1 db understands)
    IMP-00008: unrecognized statement in the export file:

  • Metadata import error during creation of import profile

    Hi guys,
    I am trying to create a (out-of-the-box) metadata interface from Fusion (source) to a HFM application. I've successfully completed the following activities:
    - Register source system
    - Setup source accounting entities
    - Initialize source system
    - Register target system
    - Create import format (Fusion to HTP application) which maps the Account COA segment from the source system to the Account dimension in the target application.
    - Create location, connected to upper import format
    - Create metadata rule
    When I try to execute the metadata rule it raises the following error during the step "Creating EPMA import profile for dimension ERPI System Profile 5" :
    2015-03-09 13:04:32,456 INFO [AIF]: [exportMetadataToEPMA: 201 ] End ( java.lang.Exception: javax.xml.rpc.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.FormatException: Input string was not in a correct format.
    See below the FDM app log:
    2015-03-09 13:04:25,716 DEBUG [AIF]: CommDim.getRuleInfo - END
    2015-03-09 13:04:25,717 DEBUG [AIF]: AIFUtil.callOdiServlet - START
    2015-03-09 13:04:25,941 DEBUG [AIF]: The registry has been found!!
    2015-03-09 13:04:26,006 INFO  [AIF]: EPMA Web Services URL:http://EPM11124V2:19000/hyperion-bpma-server
    2015-03-09 13:04:26,007 DEBUG [AIF]: Establising a session now ...
    2015-03-09 13:04:29,523 INFO  [AIF]: The session Id is:fa0ecc96-aeed-e2ee-f7be-8b8b6d0112d8
    2015-03-09 13:04:31,305 INFO  [AIF]: Creating import profile:
    2015-03-09 13:04:32,451 ERROR [AIF]: error encountered
    2015-03-09 13:04:32,453 ERROR [AIF]: Error encountered
    2015-03-09 13:04:32,456 INFO  [AIF]: [exportMetadataToEPMA: 201 ] End ( java.lang.Exception: javax.xml.rpc.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.FormatException: Input string was not in a correct format.
    Server stack trace:
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.DataSourceInfoByName(Guid sessionID, String dataSource)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.<>c__DisplayClass1.<CreateImportProfileForApplication>b__0()
       at Hyperion.DimensionServer.Global.HandleThreadContext(Guid sessionID, ThreadContextDelegate method)
       at Hyperion.DimensionServer.BaseProxy.HandleAPICall(Guid sessionID, ThreadContextDelegate method)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.CreateImportProfileForApplication(Guid sessionID, String name, String description, ImportType importType, String dataSourceName, ApplicationLocator locator)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Hyperion.DimensionServer.Interface.IImports.CreateImportProfileForApplication(Guid sessionID, String name, String description, ImportType importType, String dataSourceName, ApplicationLocator locator)
       at Hyperion.DimensionServer.WebServices.Imports.CreateImportProfileForApplication(Guid sessionID, String name, String description, ImportType importType, String dataSourceName, ApplicationLocator locator)
       --- End of inner exception stack trace --- )
    2015-03-09 13:04:32,489 DEBUG [AIF]: AIFUtil.callOdiServlet - END
    2015-03-09 13:04:32,498 FATAL [AIF]: Error in CommDim.loadMetadata
    Traceback (most recent call last):
      File "<string>", line 4185, in loadMetadata
    RuntimeError: java.lang.Exception: javax.xml.rpc.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.FormatException: Input string was not in a correct format.
    Server stack trace:
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.DataSourceInfoByName(Guid sessionID, String dataSource)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.<>c__DisplayClass1.<CreateImportProfileForApplication>b__0()
       at Hyperion.DimensionServer.Global.HandleThreadContext(Guid sessionID, ThreadContextDelegate method)
       at Hyperion.DimensionServer.BaseProxy.HandleAPICall(Guid sessionID, ThreadContextDelegate method)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.CreateImportProfileForApplication(Guid sessionID, String name, String description, ImportType importType, String dataSourceName, ApplicationLocator locator)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Hyperion.DimensionServer.Interface.IImports.CreateImportProfileForApplication(Guid sessionID, String name, String description, ImportType importType, String dataSourceName, ApplicationLocator locator)
       at Hyperion.DimensionServer.WebServices.Imports.CreateImportProfileForApplication(Guid sessionID, String name, String description, ImportType importType, String dataSourceName, ApplicationLocator locator)
       --- End of inner exception stack trace ---
    2015-03-09 13:04:32,568 FATAL [AIF]: Error in Load Metadata
    2015-03-09 13:04:32,641 INFO  [AIF]: FDMEE Process End, Process ID: 201
    I am kind of new to debugging with FDMEE, but am I correct that it finds a string where I should not be finding a string somewhere in the metadata? I looked into the source system metadata but I don't see any "string" metadata. Could anyone perhaps advise and point me in the right direction on how to deal with this error (what is causing the error, where to look, etc). Any help would be kindly appreciated!
    Regards,
    Gerard

    Hi Craig,
    Thanks for your reply.
    The DimensionServer.log show the following error (@ the same time as the FDMEE app log):
    [2015-03-09T13:04:32.379+01:00] [EPMADIM] [ERROR:32] [EPMADIM-1] [EPMADIM.Hyperion.CommonServices.Exceptions.BaseException] [tid: 10] [ecid: disabled,0] Input string was not in a correct format.
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.DataSourceInfoByName(Guid sessionID, String dataSource)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.<>c__DisplayClass1.<CreateImportProfileForApplication>b__0()
       at Hyperion.DimensionServer.Global.HandleThreadContext(Guid sessionID, ThreadContextDelegate method)
       at Hyperion.DimensionServer.BaseProxy.HandleAPICall(Guid sessionID, ThreadContextDelegate method)    at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.DataSourceInfoByName(Guid sessionID, String dataSource)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.<>c__DisplayClass1.<CreateImportProfileForApplication>b__0()
       at Hyperion.DimensionServer.Global.HandleThreadContext(Guid sessionID, ThreadContextDelegate method)
       at Hyperion.DimensionServer.BaseProxy.HandleAPICall(Guid sessionID, ThreadContextDelegate method)
    ErpIntegrater0.log shows the following:
    ####<Mar 9, 2015 1:04:00 PM CET> <Info> <Common> <EPM11124V2> <ErpIntegrator0> <timerFactory1> <<anonymous>> <> <0000KjyE04kDwW05zzWByW1KzNvu000000> <1425902640516> <BEA-000628> <Created "1" resources for pool "odiMasterRepository", out of which "1" are available and "0" are unavailable.>
    ####<Mar 9, 2015 1:04:25 PM CET> <Info> <Common> <EPM11124V2> <ErpIntegrator0> <[ACTIVE] ExecuteThread: '18' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <00iRr00klyiFw0ztVw09Bz1^rvE2zG2xT0000UO00004y> <1425902665919> <BEA-000628> <Created "1" resources for pool "aif_datasource", out of which "1" are available and "0" are unavailable.>
    ####<Mar 9, 2015 1:04:37 PM CET> <Info> <WorkManager> <EPM11124V2> <ErpIntegrator0> <Finalizer> <<anonymous>> <> <> <1425902677402> <BEA-002936> <maximum thread constraint HTTPClientWorkManager is reached>
    And Aif-WebApp.log shows:
    2015-03-09T13:04:32.450+01:00] [ErpIntegrator0] [ERROR] [] [oracle.apps.erpi.model] [tid: 33] [userId: <anonymous>] [ecid: 00iRr00klyiFw0ztVw09Bz1^rvE2zG2xT0000UO00004y,0:1:3] [APP: AIF#11.1.2.0] [SRC_CLASS: com.hyperion.aif.webservices.EPMAService] [SRC_METHOD: exportMetadataToEPMA] error encountered[[
    javax.xml.rpc.soap.SOAPFaultException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.FormatException: Input string was not in a correct format.
    Server stack trace:
       at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
       at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.DataSourceInfoByName(Guid sessionID, String dataSource)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.<>c__DisplayClass1.<CreateImportProfileForApplication>b__0()
       at Hyperion.DimensionServer.Global.HandleThreadContext(Guid sessionID, ThreadContextDelegate method)
       at Hyperion.DimensionServer.BaseProxy.HandleAPICall(Guid sessionID, ThreadContextDelegate method)
       at Hyperion.DimensionServer.Proxies.ImportsProxy.CreateImportProfileForApplication(Guid sessionID, String name, String description, ImportType importType, String dataSourceName, ApplicationLocator locator)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean fExecuteInContext, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
    Exception rethrown at [0]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at Hyperion.DimensionServer.Interface.IImports.CreateImportProfileForApplication(Guid sessionID, String name, String description, ImportType importType, String dataSourceName, ApplicationLocator locator)
       at Hyperion.DimensionServer.WebServices.Imports.CreateImportProfileForApplication(Guid sessionID, String name, String description, ImportType importType, String dataSourceName, ApplicationLocator locator)
       --- End of inner exception stack trace ---
    at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:656)
    at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:475)
    at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:149)
    at com.hyperion.awb.webservice.imports.runtime.ImportsSoap_Stub.createImportProfileForApplication(Unknown Source)
    at com.hyperion.aif.webservices.EPMAService.createImportProfile(EPMAService.java:428)
    at com.hyperion.aif.webservices.EPMAService.exportMetadataToEPMA(EPMAService.java:305)
    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:597)
    at com.hyperion.aif.servlet.ODIServlet.doPost(ODIServlet.java:97)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
    at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:324)
    at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:460)
    at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
    at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
    at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:163)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    I noticed the line: "at com.hyperion.awb.webservice.imports.runtime.ImportsSoap_Stub.createImportProfileForApplication(Unknown Source)" from this last log. Does this have any to do with the interface data source being unknown? or is it referring to something else as being source?
    Kind regards,
    Gerard

  • I have MTS files imported from a Canon HD cam. They import into I movie and I see them in the Finder folders and they preview fine. I have a new project and some of the clips are freezing and some audio is now gone? Do i need a file converter and convert

    I have MTS video files that import from a Canon Vixia HF S20 HD camera. I imported into I Movie. They converted into MOV files and I see them in the movies folder in finder. They view fine and run through the events folder in Finder. In I Movie, I created a new project and used a "Theme". The project worked fine at first but then some clips started to freeze and some lost audio. The effected clips are the same in the project library and in the event library, meaning they are froze in both places. As I said when i view through finder the MOV files preview and work fine.  Is this inherent to MTS files using in I movie. SHould i consider using a file converter to convert to MOV files prior to importing into I movie.
    I found on Apple support site info that states the MTS files can only be imported through the camera. I am developing my back up procedures and now I am faced with backing up in the original MTS files but not being able to reload if necessary into I movie. Any suggestions?

    I'd like to add that after I import these clips without thumbnails, iMovie does give me an error and say that they could not be imported. No explanation as to why, though. Again, they play fine on my camera.

Maybe you are looking for

  • Playback only works while playing through iTunes

    My iPod Classic 5th generation (30gb) works and plays fine while playing music through itunes when the iPod has "manage music and videos" is checked. Any other time when the iPod is not connected to the computer, through headphones or on a dock conne

  • Credit management at order level

    Hi, Normally we set the credit limit under customer level, if the sales orders created , it will automatically check with  customer u2018s credit whether  the orders exceed the credit exposure ? if yes, the order will be blocked otherwise it can be c

  • Deploy EJB Failed

    Hi, Dear All: I caught this error while I was deploying a EJB to a Sun one 8 application server. [|[#|2004-06-24T12:52:18.927+1000|SEVERE|sun-appserver-pe8.0|javax.enterprise.system.tools.deployment|_ThreadID=14;|Caught java.lang.RuntimeException whi

  • JDI doubts

    Hi ,   Can some one answer to some of my basic questions regarding JDI.     what is a track, when will we create multiple tracks ??    how do we make builds ??    what happens when we activate , will the changes automatically go to      development s

  • CATS in ESS

    Hi Gurus, ive configured a data entry profile to be used in ess. in ess, there's a weekly and daily tab for record time entry.  we only want to display daily. how can we do that? regards, paul