Error MDL1253 Exporting Metadata

Hi All,
While trying to export a whole module from OWB 9.0.2.56.0 (Repository 9.0.2), an error related to a time dimension occurs, "invalid size 2". Therefore I was unable to find an attribute with this size neither in the dimension nor in the target object.
Here is the detailed error message :
MDL1253: Error occurred exporting mapping with physical name <MAPPING_NAME>, logical name <MAPPING_NAME> in module <DWH>.
Detailed Error Message: MDL1255: Error exporting PHYSICALSTAGECOMPONENTPROPERTY for MAPPINGSTAGECOMPONENT <DW_TIME/DW_TIME>.
oracle.wh.util.Assert: Invalid size 2
     at oracle.wh.util.Assert.assert(Assert.java:49)
     at oracle.wh.repos.impl.physical.PhysicalDataExchangeServiceImpl.loadPhysicalFirstClassObject(PhysicalDataExchangeServiceImpl.java:96)
     at oracle.wh.repos.impl.mapping.WBPhysicalStageImpl.<init>(WBPhysicalStageImpl.java:61)
     at oracle.wh.repos.impl.mapping.WBMappingConfigurationServiceImpl.loadPhysicalStage(WBMappingConfigurationServiceImpl.java:56)
     at oracle.wh.repos.impl.mapping.WBMappingConfigurationServiceImpl.loadPhysicalStageComponent(WBMappingConfigurationServiceImpl.java:80)
     at oracle.wh.service.impl.metadataloader.WBExportMapping.exportPhysicalStageComponentProperties(WBExportMapping.java:364)
     at oracle.wh.service.impl.metadataloader.WBExportMapping.exportStageComponents(WBExportMapping.java:319)
     at oracle.wh.service.impl.metadataloader.WBExportMapping.exportMapping(WBExportMapping.java:191)
     at oracle.wh.service.impl.metadataloader.WBExportMapping.exportMappings(WBExportMapping.java:1192)
     at oracle.wh.service.impl.metadataloader.WBExport.exportProjectMappings(WBExport.java:556)
     at oracle.wh.service.impl.metadataloader.WBExport.process(WBExport.java:724)
     at oracle.wh.ui.metadataloader.WBMetaDataExportTransaction.run(WBMetaDataExportTransaction.java:623)
Do anyone knows about that ?
Thanks

Mehdi,
This is a known bug for the version you are using. You should upgrade to 9.0.3.x or a higher version.
There is also an unsupported 'quick fix' by running a PL/SQL block in your OWB repository schema - please refer to the metalink site (http://metalink.oracle.com), click on the bugs tab and search for bug 1839975 (your actual bug number is 2343616, but it refers back to the bug above).
Regards:
Igor

Similar Messages

  • Error while exporting metadata file /iam-features-ldap-sync/LDAPUser.xml

    Hi All,
    i am trying to export /iam-features-ldap-sync/LDAPUser.xml metadata file with the weblogic properties mentioned below
    # Weblogic Server Name on which OIM application is running
    wls_servername=oim_server1
    # If you are importing or exporting any out of box event handlers, value is oim.
    # For rest of the out of box metadata, value is OIMMetadata.
    # If you are importing or exporting any custom data, always use application name as OIMMetadata.
    application_name=OIMMetadata
    # Directory location from which XML file should be imported.
    # Lets say I want to import User.xml and it is in the location /scratc/asmaram/temp/oim/file/User.xml,
    # I should give from location value as /scratc/asmaram/temp/oim. Make sure no other files exist
    # in this folder or in its sub folders. Import utility tries to recursively import all the files under the
    # from location folder. This property is only used by weblogicImportMetadata.sh
    metadata_from_loc=@metadata_from_loc
    # Directory location to which XML file should be exported to
    metadata_to_loc=D:/MDS
    # For example /file/User.xml to export user entity definition. You can specify multiple xml files as comma separated values.
    # This property is only used by weblogicExportMetadata.sh and weblogicDeleteMetadata.sh scripts
    metadata_files=/metadata/iam-features-ldap-sync/LDAPUser.xml
    # Application version
    application_version=11.1.1.3.0
    i get the following error
    Initializing WebLogic Scripting Tool (WLST) ...
    Welcome to WebLogic Server Administration Scripting Shell
    Type help() for help on available commands
    Starting export metadata script ....
    Please enter your username [weblogic] :weblogic
    Please enter your password [welcome1] :
    Please enter your server URL [t3://localhost:7001] :t3://hostname:7001
    Connecting to t3://hostname:7001 with userid weblogic ...
    Successfully connected to Admin Server 'AdminServer' that belongs to domain 'OIMDOMAIN'.
    Warning: An insecure protocol was used to connect to the
    server. To ensure on-the-wire security, the SSL port or
    Admin port should be used instead.
    Location changed to domainRuntime tree. This is a read-only tree with DomainMBea
    n as the root.
    For more help, use help(domainRuntime)
    Problem invoking WLST - Traceback (innermost last):
    File "C:\Oracle\Middleware\Oracle_IDM1\server\bin\weblogicExportMetadata.py";,
    line 22, in ?
    File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py";, line 134, i
    n exportMetadata
    File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py";, line 568, i
    n executeAppRuntimeMBeanOperation
    File "C:\Oracle\MIDDLE~1\ORACLE~1\common\wlst\mdsWLSTCommands.py";, line 538, i
    n getMDSAppRuntimeMBean
    UserWarning: MDS-91002: MDS Application runtime MBean for "OIMMetadata" is not available. "exportMetadata" operation failure.
    i have exported these files multiple times, it never gave an errror, but this time i see this error, please help.
    Thanks in advance

    Glad that worked.
    Working with MDS, another way is to use the EM console for exporting/importing data from/to MDS. This I find lot easier rather than working with the OOTB script.
    Steps are:
    http://ADMINSTRATION_SERVER/em
    Navigate to Identity and Access, oim. Right-click and navigate to System MBean Browser.
    Under Application Defined MBeans, navigate to oracle.mds.lcm, Server:oim_server1, Application:oim, MDSAppRuntime.
    To export the configuration files:
    •     Click the Operations tab, and then click exportMetaData.
    •     In the toLocation field, enter /tmp or the name of another directory.
    •     Select createSubDir as false.
    •     In the docs field, enter the complete file location as the Element.
    •     Also select false for excludeAllCust, excludeBaseDocs, and excludeExtendedMetadata. Then, click Invoke.
    This exports the file specified in the docs field to the directory specified in the toLocation field.
    To import the configuration files:
    •     Click importMetaData
    •     In the fromLocation field, enter /tmp or the name of the directory in which you have the configuration files.
    •     Select createSubDir as false.
    •     In the docs field, enter the complete file location as the Element. For example, /db/oim-config.xml.
    •     Also select false for excludeAllCust, excludeBaseDocs, and excludeExtendedMetadata. Then, click Invoke.
    This imports the file specified in the docs field to MDS in the toLocation field.
    HTH

  • WLSTException: MDS-91009: Error While Exporting Metadata -OIM11gR2

    Hi,
    I am trying to export /file/User.xml (basically trying to export all UDFs and customization) via weblogicExportMetadata.sh and facing following issue:
    Location changed to custom tree. This is a writable tree with No root.
    For more help, use help(custom)
    Problem invoking WLST - Traceback (innermost last):
    File "/u01/oracle/Middleware/Oracle_IDM1/server/bin/weblogicExportMetadata.py", line 22, in ?
    File "/u01/oracle/Middleware/oracle_common/common/wlst/mdsWLSTCommands.py", line 257, in exportMetadata
    File "/u01/oracle/Middleware/oracle_common/common/wlst/mdsWLSTCommands.py", line 801, in executeAppRuntimeMBeanOperation
    File "/u01/oracle/Middleware/oracle_common/common/wlst/mdsWLSTCommands.py", line 1079, in saveStackAndRaiseException
    WLSTException: MDS-91009: Operation "exportMetadata" failure. Use dumpStack() to view the full stacktrace.
    Can anybody help on this one?
    My weblogic.properties:
    wls_servername=oim_server1
    application_name=OIMMetadata
    metadata_to_loc=/home/oracle/
    metadata_files=/file/User.xml
    Thanks

    hi.
    did you manage to sovle this issue? we encountered the same problem. it seems that some MDS MBeans (oim, OIMMetadata and OIMAppMetadata) do not work in OIM 11gR2. i tried running them with weblogic*Metadata-scripts, using WLST and its commands directly, and using EM, but no luck.
    best regards,
    Mr.T

  • Exporting metadata Using ODI

    Has anyone run into an error when exporting metadata using ODI. I cannot export more then 925 lines of my Entity dimension. I have been working with Oracle for over 2 weeks and have not been able to resolve issue. It appears to me to be a memory or limit issue. I am able to run for smaller dimensions.

    It could be down to the API trying to open more connections than windows will allow, have a look at these registry changes - Re: Analytic Server Error(1042017): Network error:
    They are also available on Oracle support so it is a common issue.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Exporting Metadata (caption information) from JPEGS to a comma separated value (CSV) file

    Here is my dilemma. I am an archivist at an arts organization and we are in the process of digitizing many of our materials to post them on the web and make them available to internet users. One of the principle components of our collection is a large trove of photographs. We have been in the process of digitizing these images and embedding metadata (in the Caption/Description, Author/Photographer and Copyright fields) via PhotoShops File Info command.
    Now I am at a crossroads. We need to extract this metadata and transfer it into a comma separated value form, like an Excel spreadsheet or a FileMakerPro database. I have been told that it is not possible to do this through PhotoShop, that I must run a script through Acrobat or Bridge. I have no clue how to do this. I have been directed to a couple of links.
    First I was directed to this (now dead) link: http://www.barredrocksoftware.com/products.html
    The BSExportMetadata script allegedly exports the metadata from files selected in Adobe's Bridge into a comma separated value (CSV) file suitable for import into Excel, Access and most database programs. It installs as a Bridge menu item making it simple to use. The the Export Metadata script provides you with an easy to use wizard allowing you to select associated information about a set of images that you can then export. This script requires Creative Suite 2 (CS2). This script sounds like it does exactly what I want to do, but unfortunately, it no longer exists.
    Then I found this:
    Arnold Dubin, "Script to Export and Import Keywords and Metadata" #13, 8 Aug 2005 7:23 am
    I tried this procedure, but nothing seemed to happen. I also tried to copy the script into the JAVASCRIPT action option in Acrobat, but I received a message that the script had an error. It also seems to me that this script does not set up a dumping point, that is, a file into which this information will be exported to.
    I am a novice, not a code writer or a programmer/developer. I need a step-by-step explanation of how to implement this filtering of information. We have about 2000 jpeg and tiff files, so I would rather not go through each file and copy and paste this information elsewhere. I need to find out how to create a batch process that will do this procedure for me. Can anyone help?

    Hello -
    Is anyone aware of a tool that will do the above that is available for mac? Everything I've found so far seems to be PC only.
    Any help is appreciated, thanks!

  • Errors when writing metadata to files on Windows Server

    Good day!
    I have an iMac running OSX 10.9 (Maverick) and Lightroom 5.2.
    My catalog is on the local iMac drive, and the images are on SMB shared drive (handled by Windows 2012 server).
    I decided to do the final layout of my album using InDesign, and for that I needed to access to images using Bridge. So selected all the images (the rated once...) and issue a Metadata/Save command.
    The system came back with errors on many of the files (such as Photos are read only, and unknown errors).
    Retrying to save the metadata on image that was flagged with an error usually (but not always) worked.
    I tried to select save the metadata for few (6) images in a time, many times it was ok, but sometimes, one or two of them failed (and retrying again usually solved the problem).
    It looks to me like a timing related issue.
    Any ideas?
    (After spending about an hour on this, I have exported the images to my local drive...). In general I don't have similar problems with other apps.
    Any ideas?
    Yuval

    I Yuval
    I'm experiencing more or less the same behavior (see Read-only error when writing metadata to file over network (Synology DS1315+ using AFP) ). For me however, the problem is more pronounced if I use the AFP protocol and is better (I think as you described) if I use SMB (all done on a Synology DS1315+). With SMB it most often works but in very rare cases I also get the "read only" message!
    Do you have solution to this? Or are you stuck as I am?
    Cheers, Chris

  • Materialized View with "error in exporting/importing data"

    My system is a 10g R2 on AIX (dev). When I impdp a dmp from other box, also 10g R2, in the dump log file, there is an error about the materialized view:ORA-31693: Table data object "BAANDB"."MV_EMPHORA" failed to load/unload and is being skipped due to error:
    ORA-02354: error in exporting/importing data
    Desc mv_emphora
    Name              Null?    Type
    C_RID                      ROWID
    P_RID                      ROWID
    T$CWOC            NOT NULL CHAR(6)
    T$EMNO            NOT NULL CHAR(6)
    T$NAMA            NOT NULL CHAR(35)
    T$EDTE            NOT NULL DATE
    T$PERI                     NUMBER
    T$QUAN                     NUMBER
    T$YEAR                     NUMBER
    T$RGDT                     DATEAs i ckecked here and Metalink, I found the info is less to do with the MV? what was the cause?

    The total lines are 25074. So I used the GREP from the OS to get the lines involved with the MV. Here are:
    grep -n -i "TTPPPC235201" impBaanFull.log
    5220:ORA-39153: Table "BAANDB"."TTPPPC235201" exists and has been truncated. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of truncate
    5845:ORA-39153: Table "BAANDB"."MLOG$_TTPPPC235201" exists and has been truncated. Data will be loaded but all dependent meta data will be skipped due to table_exists_action of truncate
    8503:. . imported "BAANDB"."TTPPPC235201"                     36.22 MB  107912 rows
    8910:. . imported "BAANDB"."MLOG$_TTPPPC235201"               413.0 KB    6848 rows
    grep -n -i "TTCCOM001201" impBaanFull.log
    4018:ORA-39153: Table "BAANDB"."TTCCOM001201" exists and has been truncated. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of truncate
    5844:ORA-39153: Table "BAANDB"."MLOG$_TTCCOM001201" exists and has been truncated. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of truncate
    9129:. . imported "BAANDB"."MLOG$_TTCCOM001201"               9.718 KB      38 rows
    9136:. . imported "BAANDB"."TTCCOM001201"                     85.91 KB     239 rows
    grep -n -i "MV_EMPHORA" impBaanFull.log
    8469:ORA-39153: Table "BAANDB"."MV_EMPHORA" exists and has been truncated. Data will be loaded but all dependent metadata will be skipped due to table_exists_action of truncate
    8558:ORA-31693: Table data object "BAANDB"."MV_EMPHORA" failed to load/unload and is being skipped due to error:
    8560:ORA-12081: update operation not allowed on table "BAANDB"."MV_EMPHORA"
    25066:ORA-31684: Object type MATERIALIZED_VIEW:"BAANDB"."MV_EMPHORA" already exists
    25072: BEGIN dbms_refresh.make('"BAANDB"."MV_EMPHORA"',list=>null,next_date=>null,interval=>null,implicit_destroy=>TRUE,lax=>
    FALSE,job=>44,rollback_seg=>NULL,push_deferred_rpc=>TRUE,refresh_after_errors=>FALSE,purge_option => 1,parallelism => 0,heap_size => 0);
    25073:dbms_refresh.add(name=>'"BAANDB"."MV_EMPHORA"',list=>'"BAANDB"."MV_EMPHORA"',siteid=>0,export_db=>'BAAN'); END;the number in front of each line is the line number of the import log.
    Here is my syntax of import pmup:impdp user/pw  SCHEMAS=baandb DIRECTORY=baanbk_data_pump DUMPFILE=impBaanAll.dmp  LOGFILE=impBaanAll.log TABLE_EXISTS_ACTION=TRUNCATEYes I can create the MV manually and I have no problem to refresh manually it after the inmport.

  • "Error parsing MPEG Metadata file.

    I have been using Encore for about 4 years: 1.5 -> 2.
    Recently I have had problems with projects exported as an avi file from Premier 2 and used in a simple menu and timeline in Encore 2. Typically projects were about an hour long. Chapter points were added in Encore automatically every 3 mins for general navigation assistance. I checked the project was OK and pressed Build. After watching the video transcoding progress bar creep to 100%, the error message appears immediately the process appears to have completed - "Error parsing MPEG Metadata file. Deleting or renaming filename.m2v.xmpses" will allow you to import, but any markers will be lost". On the previous occasion I went back to the assets, highlighted the avi file and transcoded it manually (automatically). No error message. I then built and burned the DVD.
    I have sometimes cured problems by removing any info from the final chapter point - delete the visible info. This may have just solved this last problem despite the initial build being reported as being free of problems. Following the first problem I rechecked and was told there was a problem with the final chapter point. I deleted the chapter point info and it has built and burned satisfactorily.
    Two questions.
    What is causing this problem. I have burned lots of DVDs over the years with Encore. Is the use of chapter points the cause of the problem. There have been quite a lot of reports of this in other (Matrox) forums. I am using Matrox RTX100. How can I prevent this huge waste of time - a build may take me a couple of hours.
    Is it better to export the Premier Pro2 timeline as an avi and use Encore for the transcoding, or is it better to export a trancoded file from Premier directly and just include this in the Encore project. If yes, which format should I export it in. I have the Premier and Matrox transcoding options.
    Roger

    Not sure if this is causing the error, but since version 2 Encore automatically adds a chapter point on the last available GOP. It could be that the last of your 3 minute chapter markers is closer to this final chapter point than 0.4 seconds. The DVD-Video specification requires chapter points to be at least 0.4 seconds apart.

  • Can not Export Metadata

    Hi everyone,
    i have a small problem and i really need your help
    now i tried to export metadata of my application from enterprise manager but it gives this error
    Error     
    Export Operation - Failed. MDS-00589: Error occurred while creating the final archive file C:\Users\weblogic\AppData\Local\Temp\2\archive2216104063606561299.jar. Stream closed
    Error     
    The file was not downloaded or was not downloaded correctly.
    what is the problem so?
    Note : i exported metadata successfully several times before
    Thanks in advance

    Hi,
    neither In understand what you are trying to do (lack of inoformation), nor do I think this is the right forum if what you ask is Enterprise Manager related. I would try this forum
    WebLogic Server - Management / Console / WLST / Configuration
    Frank
    Edited by: Frank Nimphius on Aug 4, 2011 12:21 PM

  • Exporting Metadata only possible when all objects are valid?

    Hallo,
    i want to export the metadate from my project. The result was this error: MDL1256: Error occurred exporting PROCESSPACKAGE with physical name <IMP_TRAN>
    I made a tar for this problem and the answer from oracle was:
    if you wish to backup your dtabase regardless of metadata corruption use cold backup.
    When you use the expotr process it will fail if there is a metadata corruption.
    Is this the original purpose of the OWB export? I always was the meaning that the OWB export has something to do with the export tool from the database.
    Regards
    Franz

    Hey guys, thanks very much for the quick responses. The flags are an important part of the deal since I have hundreds of them that I used to quickly mark which photos might be best for the final edited/polished collection and which could just be archived as is.
    So, if sharing the catalog is the only way to share the flags, that will be the best way...except I’ll have to work out the version discrepancy. I’ll confirm, but my dad normally keeps current versions of all software.
    If I can get myself upgraded, is the export/import catalogs process pretty easy?
    i have all the photos in a folder which has several subfolders. Do I just r-click on that folder and select “export this folder as a catalog”?
    And then how would my parents sync that up to their folder? (Their folder, to the best of my knowledge, has exactly the same directory structure and files in it.)
    Thanks!
    Jim

  • Export metadata to discoverer fails

    Hello,
    I am using Oracle 10g OWB client 10.1.0.4.
    I finished creating cubes and when I try to export metadata to Oracle Discoverer, I am getting error failed to export. No log is displayed in the log window.
    All objects are valid.
    What could be the problem
    Thanks

    I found a log called unfoundkey.log with the below pasted message.
    Unfound key: True
    Exception detail:
    java.util.MissingResourceException: Can't find resource for bundle oracle.wh.resource.WidgetLabels, key True
         at java.util.ResourceBundle.getObject(ResourceBundle.java:314)
         at oracle.bali.rts.MultiResourceBundle.handleGetObject(Unknown Source)
         at java.util.ResourceBundle.getObject(ResourceBundle.java:308)
         at java.util.ResourceBundle.getString(ResourceBundle.java:274)
         at oracle.wh.util.NLSUtils.getNLSString(NLSUtils.java:562)
         at oracle.cwm.util.resource.Resource.getNLSString(Resource.java:104)
         at oracle.cwm.tools.transfer.ResourceObj.getString(ResourceObj.java:70)
         at oracle.cwm.tools.transfer.TableRecord.setValue(TableRecord.java:276)
         at oracle.cwm.tools.transfer.TransferEngineImpl.getParameters(TransferEngineImpl.java:1300)
         at oracle.cwm.tools.transfer.TransferServ.getInvocationInfo(TransferServ.java:596)
         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 sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:261)
         at sun.rmi.transport.Transport$1.run(Transport.java:148)
         at java.security.AccessController.doPrivileged(Native Method)
         at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
         at java.lang.Thread.run(Thread.java:534)

  • Invalid character error when importing metadata to OWB 10.2

    Hi,
    Currently, I am upgrading OWB from 9.1 to 10.1 to OWB 10.2.. I can successfully export metadata from 9.1 to 10.1 but when I import it into 10.2 from 10.1, I get an error message API0402; Illegal Character- not allowed. Can some one please let me know if there is any resolution for this error.
    Thank you,
    Naveed.

    3. Is that because of my windows 7 home edition ?I think the issue with the third one. check
    1.whether you can create a file on the mdl directory and give read, write access on the folder to the OS user.
    2. Give read write access on file converter.properties to OS user
    Cheers
    Nawneet
    Edited by: Nawneet_Aswal on Jul 20, 2010 10:21 AM

  • Error in exporting photoshop file

    We have several copies of After Effects being used in the office.  Both myself and another user have encountered a problem saving as photoshop layers.  It gets 87% or so into it and then gives the error; "error in exporting photoshop file" in the info window.  Any thoughts?

    I don't think expressions should have any influence on teh matter. They are just another way of formulating an animation stream value just like keyframes. Icould think of a few things:
    - The new pixel aspect ratio handling in CS4. Due to the conversion, something may happen to the source footages.
    - Layer styles. this may cause a "cyclic use" of the Photoshop engine. Some of that stuff has changed quite a bit for CS4 to accomodate Ps Live 3D and teh new adjustment layer model.
    - Hardware accelerated effects. CS4 passes through OpenGL acceleration through all comps. Using an effect that uses it and happens to think it doesn#t need to fall back into software only mode, may cause a hiccup.
    - MediaCore. Similar to the previous, it uses hardware acceleration and may show weird behaviors, varying solely based on differences in graphics cards.
    In particular for the last two points I would think it is what makes the difference between your systems. One of them has not enough juice on OpenGL, so it's "safe". I'd definitely investigate along those lines.
    Mylenium

  • Error while Exporting report

    hi,
      i get an error when exporting my report. below is the stacktrace of it. please help me to sort it out.
    This happens only when i export the report as editable word...
    JRCAgent21 detected an exception: java.lang.NullPointerException
         at com.crystaldecisions.reports.formatter.formatter.e.m.if(Unknown Source)
         at com.crystaldecisions.reports.formatter.formatter.objectformatter.cd.do(Unknown Source)
         at com.crystaldecisions.reports.formatter.formatter.objectformatter.b3.do(Unknown Source)
         at com.crystaldecisions.reports.formatter.formatter.objectformatter.ak.do(Unknown Source)
         at com.crystaldecisions.reports.formatter.formatter.objectformatter.cd.for(Unknown Source)
         at com.crystaldecisions.reports.formatter.formatter.objectformatter.b3.for(Unknown Source)
         at com.crystaldecisions.reports.formatter.formatter.e.m.for(Unknown Source)
         at com.crystaldecisions.reports.formatter.formatter.objectformatter.bt.a(Unknown Source)
         at com.crystaldecisions.reports.formatter.formatter.e.p.l(Unknown Source)
         at com.crystaldecisions.reports.formatter.formatter.e.p.aB(Unknown Source)
         at com.businessobjects.reports.sdk.b.b.byte(Unknown Source)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.request(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.x.a(Unknown Source)
         at com.crystaldecisions.proxy.remoteagent.q.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.dd.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.a(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.ReportSource.getPage(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.AdvancedReportSource.getPage(Unknown Source)
         at com.crystaldecisions.sdk.occa.report.application.NonDCPAdvancedReportSource.getPage(Unknown Source)
         at com.crystaldecisions.reports.reportengineinterface.JPEReportSource.getPage(Unknown Source)
         at com.crystaldecisions.report.web.event.ac.a(Unknown Source)
         at com.crystaldecisions.report.web.event.ac.a(Unknown Source)
         at com.crystaldecisions.report.web.event.b2.a(Unknown Source)
         at com.crystaldecisions.report.web.event.b7.broadcast(Unknown Source)
         at com.crystaldecisions.report.web.event.av.a(Unknown Source)
         at com.crystaldecisions.report.web.WorkflowController.do(Unknown Source)
         at com.crystaldecisions.report.web.WorkflowController.doLifecycle(Unknown Source)
         at com.crystaldecisions.report.web.ServerControl.a(Unknown Source)
         at com.crystaldecisions.report.web.ServerControl.processHttpRequest(Unknown Source)
         at com.dnb.asip.report.viewer.ReportViewerTag.doEndTag(ReportViewerTag.java:92)
         at org.apache.jsp.Reports.JSP.VIPReport_jsp._jspService(VIPReport_jsp.java:251)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:810)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
         at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:175)
         at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:74)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
         at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
         at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
         at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
         at org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
         at org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
         at org.apache.tomcat.util.net.MasterSlaveWorkerThread.run(MasterSlaveWorkerThread.java:112)
         at java.lang.Thread.run(Thread.java:534)
    regards,
    prem

    To find out what version of Eclipse you have, open the .eclipseproduct file.
    To find out what version of the JRC you are on, you can look at the <eclipse home>\plugins\com.businessobjects.sdks.jrc.11.8.x to see what your latest version is.
    This stack trace on it's own doesn't indicate why you are having a problem.  It could be a problem with something in the report.... or it could be something wrong in the code.  To ensure your code is correct, you should verify it against the sample code in the Developer Library and the JRC sample downloads.
    Does the file get exported even though you have the error or is there no file or a zero byte file?

  • Characterset mismatch error while export

    Hi,
    I am getting characterset mismatch error while exporting a schema.
    select * from nls_database_parameters where parameter in('NLS_LANGUAGE','NLS_TERRITORY','NLS_CHARACTERSET')
    PARAMETER
    VALUE
    NLS_LANGUAGE
    AMERICAN
    NLS_TERRITORY
    AMERICA
    NLS_CHARACTERSET
    AL32UTF8
    i have set nls_lang on OS level
    NLS_LANG = AMERICAN_AMERICA.AL32UTF8
    C:\oracle\ora92\bin>
    C:\oracle\ora92\bin>
    C:\oracle\ora92\bin>exp hrtemp_v6/hrtemp_v6@testdb file=c:\hrtemp_v6 statistics=
    none
    Export: Release 9.2.0.1.0 - Production on Mon May 14 11:55:58 2007
    Copyright (c) 1982, 2002, Oracle Corporation. All rights reserved.
    Connected to: Oracle9i Enterprise Edition Release 9.2.0.1.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.1.0 - Production
    Export done in WE8ISO8859P1 character set and AL16UTF16 NCHAR character set
    server uses AL32UTF8 character set (possible charset conversion)
    About to export specified users ...
    . exporting pre-schema procedural objects and actions
    . exporting foreign function library names for user HRTEMP_V6
    . exporting PUBLIC type synonyms
    EXP-00008: ORACLE error 6552 encountered
    ORA-06552: PL/SQL: Compilation unit analysis terminated
    ORA-06553: PLS-553: character set name is not recognized
    EXP-00000: Export terminated unsuccessfully
    please suggest , whats wrong here
    thanks & regards

    i have set nls_lang on OS level
    NLS_LANG = AMERICAN_AMERICA.AL32UTF8How and where?
    C:\oracle\ora92\bin>At this command prompt, what do you get back from "set nls"
    You can use
    c:\> set nls_lang=.al32utf8
    ...right before you issue exp command.

Maybe you are looking for

  • Certificate error while calling a webservices from application deployed in

    Hi, When we are trying to invoke a web service from a client application which was deployed in weblogic server we are getting the certificate error. We are using go daddy certificate. Here is the log file Anyone Please advice. FileName weblogic.log F

  • Movies Purchased on iTunes don't show up on Apple TV

    For some reason, when I purchase movies on iTunes they aren't showing up on my Apple TV ... Which is why I got Apple TV in the first place. Help!!!

  • WAMPSERVER 'PDOException' with message 'could not find driver'

    Hi All, I'm running wampserver 64 bit version with: Apache : 2.4.4 MySQL : 5.6.12 PHP : 5.4.12 PHPMyAdmin : 4.0.4 SqlBuddy : 1.3.3 XDebug : 2.2.3 I have downloaded the Microsoft Drivers 3.0 for PHP for SQL Server. I have put the drivers in my ext fol

  • IPad 3 charging slowly

    I bought my new iPad Wi-Fi + 4G yesterday (in Portugal) and i've been having difficulties charging it via USB (I'm connecting it to my MBP late 2010). It seems to charge 1% per hour, or something like that. I've been reading the threads and found tha

  • Says it is paused when I try to import.

    When I try to import from my camera, iMovie says the camera is paused even though it is playing on screen and in my camera. Any thoughts?