Error while exporting cwm2 cube

Hello, I've created some dimensions and cubes using cwm2 packages. I want to make backup of the creation scripts, using CWM2_OLAP_EXPORT utility (EXPORT_CUBE method). My database version is 10g r. 2 (10.2.0.1.0).
I've exported some cubes successfully, but in others, the next error appears and the script is not generated:
ORA-06502: character string buffer too small.
I've noticed that it appears with big cubes (those dimensioned by a high number of dimensions, 20 or greater).
Is this a bug ? What can I export these cubes ? Thanks a lot by your help.

Hi Indra19,
According to your description, you are creating a offline cube in Excel, and encounter the error
Microsoft OLE DB Provider for Analysis services 2005:
Query(3,2) Parser:The syntax for 'DIMENSION' is incorrect
An offline cube file (.cub) stores data in the form of an Online Analytical Processing (OLAP) cube. This data may represent a portion of an OLAP database from an OLAP server or it may have been created independently of any OLAP database. In your scenario,
it' hard to give your the root reason based on the limited information. Please ensure that you setting is correct, here is a link for your reference.
http://office.microsoft.com/en-us/excel-help/work-with-offline-cube-files-HP010087040.aspx
If the issue persits, please elaborate your issue with detail error message and setting, so that we can make further analysis.
Regards,
Charlie Liao
TechNet Community Support

Similar Messages

  • 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.

  • Crystal Report: Error while Export to Excel

    We are using combination of Crystal Report 10 With
    J2EE, Below source code is working fine While
    exporting to PDF, MSWord, RTF format.
    if(selectedFormat.equals("MSWORD"))
    exportOptions.setExportFormatType(ReportExportFormat.MSWord);
    if(iPageFrom>0 && iPageTo>0)
    RTFWordExportFormatOptions RTFExpOpts=new
    RTFWordExportFormatOptions();
    RTFExpOpts.setStartPageNumber(iPageFrom);
    RTFExpOpts.setEndPageNumber(iPageTo);
    exportOptions.setFormatOptions(RTFExpOpts);
    But am getting following error while exporting report
    to Excel
    com.crystaldecisions.report.web.viewer.ReportExportControl
    Invalid post back event : {0}
    We would like to know, Is SDK feasible for exporting
    to excel or not ?
    If yes! then Please suggest us for same.
    Thanks In advance :)

    I will make sure that I am on the latest patch ie SP4
    https://smpdl.sap-ag.de/~sapidp/012002523100008782452011E/cr2008sp4.exe
    You can find the rumtimes here:
    MSI:
    https://smpdl.sap-ag.de/~sapidp/012002523100008782532011E/cr2008sp4_redist.zip
    MSM:
    https://smpdl.sap-ag.de/~sapidp/012002523100008782522011E/cr2008sp4_mm.zip
    ClickOnce
    https://smpdl.sap-ag.de/~sapidp/012002523100008782442011E/cr2008sp4_clickonce.zip
    Recompile the app and then deploy.
    What is the .NET Framework used by the application?
    Method of deployment?
    OS where app is deployed, x86 or x64?
    Are you able to export the report from designer ie CR2008 Standalone?
    - Saurabh

  • Getting error while exporting the report

    Hi,
    I am facing error while exporting the report. Getting below error.
    "No data can be exported because there are no rows.Operation failed."
    how come this error is coming even though my report contains data.
    please do the needful.
    i am using the version discoverer 10g.
    Thanks,
    RC.

    I am having the same problem. I found this article in which the user was exporting 100,000 plus records and had the same issue exporting (Discoverer workbook exported to excel error - No dta can be exported and they were able to fix it by adjusting two memory settings in their pref.txt file. However, in my report there are only 1,100 records with eleven columns being returned. I export much larger reports on a daily basis.
    Originally, the report was returning records and when I would go to retrieve all records it would tell me that all the rows could not be returned and the data may be incomplete. After scrubbing my SQL I no longer get that message, but the report still will not export and I get the same error as you.
    I have not tried the pref.txt settings fix but may try it today to see if that is a workaround. I will then have to evaluate whether it is a good fix or just a band-aid.

  • Error while exporting BIBean report

    I am getting following error while exporting bibean report. Can anyone tell me what is the issue?
    Mon Jun 20 18:18:09 IST 2005 PROBLEM: In oracle.dss.persistence.administration.Export::StorageManager InitializeStorageManager(String classname, Hashtable env): BIB-14418 Loaded storagemanager: oracle.dss.persistence.storagemanager.bi.BISto rageManagerImpl
    Mon Jun 20 18:18:14 IST 2005 PROBLEM: In oracle.dss.persistence.administration.Export::boolean ExportFolder(StorageManager storageManager, Attributes filterAttr s, Writer out, XMLBranch parent, Hashtable exportedNamedObjects, idHolder id) throws PersistenceManagerCancelException: BIB-14412 No access to object named: Dem o1.
    Mon Jun 20 18:18:14 IST 2005 PROBLEM: In oracle.dss.persistence.administration.Export::fireAfterEvent(): Warning: Out of events

    BIB-14412 refers to possible circular references. As you already have a posting relating to errors with a custom measure, I suspect the two errors are related. The custom measure definition is probably causing the export process to fail.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Error while exporting release build.

    I'm getting this error while exporting release build targeting iOS, running Flash Builder 4.7 and Apache Flex 4.10.0, any help would be greatly appreciated.
    Error occurred while packaging the application:
    # A fatal error has been detected by the Java Runtime Environment:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180386950, pid=3328, tid=2472
    # JRE version: 6.0_31-b05
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # C  [llvm.dll+0x386950]
    # An error report file with more information is saved as:
    # C:\wamp\www\Flex\ROMCorp\bin-release-temp\AOT\hs_err_pid3328.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Compilation failed while executing : ADT

    My application contains too much private data, I can't attach it. Just several notes about my problem:
    1. It's not reproducible in the Flash Builder 4.6 on OSX 10.6.8
    2. It's reproducible with ant build script
    3. Error is gone when I removed all <icon></icon> elements from descriptor file.

  • Error while exporting objects

    Hi friends,
           I am getting the below error while exporting the objects from quality system(xi).
    Error-->
    "Workspace was not defined for software component version xxxx,1.0 of xx.com. Assign the software component version in the Landscape configurator of the change management service to a track."
    Thanks,
    Bharath.

    https://forums.sdn.sap.com/click.jspa?searchID=16530537&messageID=4024393
    Transport using CMS Export Error on Integration Repository
    go thru these for it.

  • Error while exporting data

    i get the following error while exporting data evn after running catexp.sql
    EXP-00056: ORACLE error 31600 encountered
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
    ORA-06512: at "SYS.DBMS_METADATA", line 836
    ORA-06512: at line 1
    can anyone help me on this

    copy past from the notes referred above -
    Symptom(s)
    ~~~~~~~~~~
    You are performing a database export against your 9.2 database. The database
    export abnormally ends with the following errors:
    EXP-00056: ORACLE error 31600 encountered
    ORA-31600: invalid input value EMIT_SCHEMA for parameter NAME in function
    SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 3926
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 4050
    ORA-06512: at "SYS.DBMS_METADATA", line 836
    ORA-06512: at line 1
    EXP-00000: Export terminated unsuccessfully
    Change(s)
    ~~~~~~~~~~
    One of the known causes for the error above is that a patchset was recently
    applied to the database but one or more of the patchset steps were not
    performed.
    Cause
    ~~~~~~~
    View the readme notes for the patchset recently installed. You will see a step
    that should have been performed that directs you to run the script named
    catpatch.sql. Very likely this step was never performed.
    Fix
    ~~~~
    As the sysdba user run the catpatch.sql script found in the directory named
    $ORACLE_HOME/rdbms/admin. Before you submit this script, view it's contents.
    You may see that this script places the database in restricted mode.
    rgds

  • Error while exporting GP transport request

    When I try to exporting GP content for transportation, I always get a error message:Error while exporting transport request, and I check the defaultTrace, it repeat same messages as the number of development object:
    null
    com.sap.caf.eu.gp.base.exception.InvocationException
         at com.sap.caf.eu.gp.model.fnd.transport.translation.impl.S2XWriter.export(S2XWriter.java:154)
         at com.sap.caf.eu.gp.model.fnd.transport.impl.TransportFactory.exportTranslationsPerResource(TransportFactory.java:1892)
         at com.sap.caf.eu.gp.model.fnd.transport.impl.TransportFactory.exportResourcesApplicationToDirectory(TransportFactory.java:1748)
         at com.sap.caf.eu.gp.model.fnd.transport.impl.TransportFactory.exportResourcesToDirectory(TransportFactory.java:1668)
         at com.sap.caf.eu.gp.model.fnd.transport.impl.TransportFactory.exportRequest(TransportFactory.java:618)
         at com.sap.caf.eu.gp.ui.admin.transport.CTransport.exportToLocalFile(CTransport.java:1187)
         at com.sap.caf.eu.gp.ui.admin.transport.CTransport.onExport(CTransport.java:310)
         at com.sap.caf.eu.gp.ui.admin.transport.wdp.InternalCTransport.onExport(InternalCTransport.java:243)
         at com.sap.caf.eu.gp.ui.admin.transport.VWizard.onActionExport(VWizard.java:203)
         at com.sap.caf.eu.gp.ui.admin.transport.wdp.InternalVWizard.wdInvokeEventHandler(InternalVWizard.java:189)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: java.lang.NullPointerException
         at com.sap.caf.eu.gp.model.fnd.transport.translation.impl.S2XWriter.export(S2XWriter.java:125)
         ... 38 more
    null
    java.lang.NullPointerException
         at com.sap.caf.eu.gp.model.fnd.transport.translation.impl.S2XWriter.export(S2XWriter.java:125)
         at com.sap.caf.eu.gp.model.fnd.transport.impl.TransportFactory.exportTranslationsPerResource(TransportFactory.java:1892)
         at com.sap.caf.eu.gp.model.fnd.transport.impl.TransportFactory.exportResourcesApplicationToDirectory(TransportFactory.java:1748)
         at com.sap.caf.eu.gp.model.fnd.transport.impl.TransportFactory.exportResourcesToDirectory(TransportFactory.java:1668)
         at com.sap.caf.eu.gp.model.fnd.transport.impl.TransportFactory.exportRequest(TransportFactory.java:618)
         at com.sap.caf.eu.gp.ui.admin.transport.CTransport.exportToLocalFile(CTransport.java:1187)
         at com.sap.caf.eu.gp.ui.admin.transport.CTransport.onExport(CTransport.java:310)
         at com.sap.caf.eu.gp.ui.admin.transport.wdp.InternalCTransport.onExport(InternalCTransport.java:243)
         at com.sap.caf.eu.gp.ui.admin.transport.VWizard.onActionExport(VWizard.java:203)
         at com.sap.caf.eu.gp.ui.admin.transport.wdp.InternalVWizard.wdInvokeEventHandler(InternalVWizard.java:189)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.progmodel.controller.Action.fire(Action.java:67)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doHandleActionEvent(WindowPhaseModel.java:420)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:132)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:313)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doPost(DispatcherServlet.java:53)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:387)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:365)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:944)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:266)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Can somebody help me about this?

    Hi ,
    Can u pls tell me where exactly you get the error ?
    cheers
    tJ

  • Error while exporting schema.

    Hi All,
    Today i have encountered a strange error while exporting one of our scehma as backup, below is the detailed description of the error, Please help me out ASAP.
    Exporting database links
    Exporting Sequence numbers
    Exporting cluster definitions
    EXP-00056: ORACLE error 4045 encountered
    ORA-04045: error during recompilation/revalidation of SYS.KU$_XMLSCHEMA_VIEW
    ORA-22973: Size of object identifier exceeds maximum size allowed
    EXP-00000:Export terminated unsuccessfully
    Thanks to all in advance.
    Srini

    Please post the exact command. See the thread Re: Export Error
    Rgds
    Edited by: virendra.k on Aug 20, 2009 1:33 PM

  • Getting Runtiime error while exporting to Excel 97-2000 format (URGENT)

    Post Author: net_us2001
    CA Forum: Exporting
    Hello Everyone,
    This is my first time in this forum.
    I am getting runtime error while exporting the report in EXCEL 97-2000, but exporting perfactly in MS-EXCEL (Data only) format.
    I found the reason is, using expression (formula) for formatting phone number as shown below.
    On table field "abPhone",
       used  "formula = PhoneFormat() " expression on format field -> common tab -> display string .
    Intead that i have used fumula e.g. test1 and used same expression, then it was exporting perfactly..
    Having above problem if i use expression to supress group header and report header. 
    So let me know if anyone can help, why it was giving error in first case.
    Thanks in advance
    Thanks,
    Nitin

    Hi,
    This is the Technical limitation of ABAP list export to local file.
    ALV grid greater than 1023 characters per line will be split into 2 lines.
    To prevent a line break occuring when you download the list as a local spreadsheet file, you must reduce the width of the list in ALV. You can do this either by hiding columns or by changing the column widths in the ALV. Take care that the column heading characters also dont exceed 1023 characters. This will work.
    Thanks
    LG

  • Error while exporting to SAP QC

    In the process of installing TAO. Got successfully to the step of Component Migration but keep getting an error "Error while exporting to SAP QC".
    What's funny is if i select only one componeny, i still get the error but the component is created in Quality Center.
    Any help would be much appreciated.
    Thanks.

    The error is displayed immediately after the Exporting Address Details step in the transfer

  • Error while exporting/transporting the Business system from Dev to Quality

    Hi,
    We are getting the following error whil exporting/trsnporting the Business system from development(SLD) env to quality(SLD) environment. The error is
      404   Not Found
      The requested resource does not exist.
      Details:   Go to main page of this application!
    We have followed the following procedure to export :
    1. opened the business system.
    2. Clicked on export option
    3. tried to download
    then we got the above error message.
    Please provide your precious inputs to resove our problem.
    Thanks
    Ramesh

    Go through the following links for transporting XI objects.
    https://service.sap.com/~sapdownload/011000358700001684302005E/HowToSLDandXI.pdf
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/0fa2c490-0201-0010-61b4-df12869c4753
    ere's a good link for what you are looking.
    Re: Transport design and configuration objects
    Here are some blogs.
    /people/sravya.talanki2/blog/2005/11/02/overview-of-transition-from-dev-to-qa-in-xi
    /people/sap.india5/blog/2005/11/03/xi-software-logistics-1-sld-preparation
    Pls reward if useful

  • Error "Encountered an error while exporting the data. View the lof file (DPR-10126)

    Hello,
    I would like to have sugestions and help to solve a problem in IS 4.2.
    I've created a view from two tables, joined together with the key from each one.
    Then i've binded the rule with the view (mentioned above) created and calculated score for it.
    The calculation is successful, however when i try to export all failed data i have the following error:
    "Encountered an error while exporting the data. View the lof file (DPR-10126)"
    When exporting failed data from calculations made directly to the datasources i do not encounter any problem, but when i try to export all data to CSV file (not only the 500 results limit) i have this kind of error.
    However, when i visualize the data from the view created, it is also possible to export to csv file.
    Resuming, the error occurs only when exporting all failed data from the view.
    Can anyone help with this issue?
    Thx
    Best Regards,

    Hello,
    Your information is correct.
    I've just confirmed it in the 4.2 SP3 Release Notes and they specifically refer to this issue.
    A user who has 'View objects' rights for the project and a failed rule connection cannot export the failed data. This issue has been fixed in this release.
    Thank you very much for your input.
    Best Regards,

  • Error while exporting transport requests

    Dears,
    In our PI 7.1 server,configured with CTS +,We are getting below error while exporting transport requests:
    Caused by: com.sap.tc.di.draft.ts.TsExecutionException: Error executing function (check stacktrace for details): EPS_OPEN_OUTPUT_FILE, (service=com.sap.tms)
    at com.sap.tc.di.draft.cts.impl.adapters.jco.TmsJCoExceptions.throwTsServiceException(TmsJCoExceptions.java:74)
    at com.sap.tc.di.draft.cts.impl.adapters.jco.EpsJCoAdapter.openFile(EpsJCoAdapter.java:98)
    at com.sap.tc.di.draft.cts.impl.adapters.jco.AbapEpsOutputStream.open(AbapEpsOutputStream.java:83)
    ... 40 more
    Caused by: com.sap.conn.jco.AbapException: (126) OPEN_FAILED: OPEN_FAILED
    at com.sap.conn.jco.rt.MiddlewareJavaRfc$JavaRfcClient.execute(MiddlewareJavaRfc.java:1492)
    at com.sap.conn.jco.rt.ClientConnection.execute(ClientConnection.java:1065)
    at com.sap.conn.jco.rt.RfcDestination.execute(RfcDestination.java:987)
    at com.sap.conn.jco.rt.RfcDestination.execute(RfcDestination.java:977)
    at com.sap.conn.jco.rt.AbapFunction.execute(AbapFunction.java:300)
    at com.sap.tc.di.draft.cts.impl.adapters.jco.JCoAdapter.executeFunction(JCoAdapter.java:103)
    at com.sap.tc.di.draft.cts.impl.adapters.jco.EpsJCoAdapter.openFile(EpsJCoAdapter.java:78)
    In SE01 it show tp 12 while releasing request.
    Please suggest.
    Shivam
    Edited by: Shivam Mittal on Mar 16, 2010 1:04 PM

    File Permission Issue.

Maybe you are looking for

  • Migrating from Linux 9.2.0.3 to Solaris 10.2.

    Hello, Which method is best when moving from Linux platform, db 9.2.0.3 to Solaris, db 10.2. I have tried in exp and imp but it will require shutting down production db for more than 8 hours. I am now thinking of replication. Is this a better method?

  • -Match and $Matches[0] in a single if?

    This bit of code seems to be working intermittently for me, and I can't nail down what the problem is. if (($Places[-1] -match "([0-9])") -and ([bool]($Matches[0] -as [int]))) { some stuff If I make it two different if's it always works, but for the

  • Find by methods

    I am doing some programming with CMP where i have one findBy Method , which is returning a Collection, By the way i have couple of get/set methods defined in the Bean implementation class , i need to access the get methods of which , kindly let me kn

  • Appointment Calendar on Forms 6i

    Hello Forms Experts: I have an Health Care application with all the powerful functions availables. But, I need to update the release of the software and for that I want, to create a forms module to works as a appointment calendar. Let me explain a li

  • Efficient workflow for large iPhoto books

    I have searched extensively but if this is covered somewhere else please forgive me and redirect, thanks. === When making an iPhoto book (love 'em!) I usually use smart albums to make a shortlist of pics to be included - but it isn't usually a short