JSSE Export Restriction Error

I am moving a client application from Java SDK 1.3 to Java SDK 1.4. I was previously using version 1.0.3 of JSSE but am currently using the later version shipped with SDK 1.4. I get the following error when trying to connect.
Export restriction: SunJSSE only
From what I can gather, this is caused by restrictions imposed by the American government on certain cypher suites but this should not apply to me since I am located in North America.
I can get rid of this error by removing the following entry from the security providers list in the java.security file.
security.provider.2=com.sun.net.ssl.internal.ssl.Provider
However, I then get the following error:
Algorithm TLS not available
Any help would be greatly appreciated.
Cheers,
BL

I have the same error when using JSSE in a weblogic application, if my JSSE .jar files are in the context of the application.
I got rid of this error by installing the files in the directory/jre/lib/extHowever, this annoys the server administrator because the installation is not standard anymore in case of rebuild after crash.
pda

Similar Messages

  • Restrict error pages,admin pages from search

    Hi Im using default search api i.e com.day.cq.wcm.foundation.Search
    however, with this Im not able to restrict error pages, admin pages from search
    but there is one function addPredicate , we can add the templates for those pages that we want to restrict
    addPredicate(new Predicate("mytype", "type").set("group.4_group.1_property", "jcr:content/cq:template"));
    addPredicate(new Predicate("mytype", "type").set("group.4_group.1_property.1_value","/apps/myapp/templates/adminpageone");  
    addPredicate(new Predicate("mytype", "type").set("group.4_group.1_property.and","true");
    addPredicate(new Predicate("mytype", "type").set("group.4_group.1_property.operation","unequals");
    but I need to know in which api this addPredicate method is there, in cq5 docs, it is found that
    this method addPredicate is present in SimpleSearchImpl which is present in the package com.day.cq.search.impl.SimpleSearchImpl,however when Im trying to import that package Im getting error saying that package is not valid .If this approach is not proper, please let me know how to restrict specific pages from search using the default com.day.cq.wcm.foundation.Search api.
    Thanks,
    Balaji

    Balaji,
    HOST:PORT/system/console/depfinder?plugin.find=com.day.cq.search.impl.SimpleSearchImpl&plu gin.submit=Find is not exported that why you get that error.
    Check http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/search/package-summary.html
    You need to use http://dev.day.com/docs/en/cq/current/javadoc/com/day/cq/search/SimpleSearch.html as a service.
    HOST:PORT/system/console/depfinder?plugin.find=com.day.cq.search.SimpleSearch&plugin.submi t=Find
    Yogesh

  • EXPORT XFA error while writing XFA files

    Hello Experts,
    We are facing an error while exporting to PDF from BEx report.
    We are on EP7 SP14. BI on SP16.
    After the report is displayed and Export to PDF button is clicked, a new window opens which shows following:
    1. Error:
    Message: No message was provided.
    Stack trace: java.lang.NullPointerException
    at com.sap.ip.bi.export.model.layout.impl.Margins.<init>(Margins.java:32)
    at com.sap.ip.bi.export.model.layout.impl.CellLayout.<init>(CellLayout.java:48)
    at com.sap.ip.bi.export.model.layout.impl.CellLayout.dub(CellLayout.java:57)
    at com.sap.ip.bi.export.xfa.xftextensions.TableContentIterator.createCell(TableContentIterator.java:170)
    at com.sap.ip.bi.export.xfa.xftextensions.TableContentIterator.next(TableContentIterator.java:104)
    at com.sap.ip.bi.export.xfa.xftextensions.TableSubFormSet.writeXFD(TableSubFormSet.java:1189)
    at com.sap.ip.bi.export.xfa.core.Xft_subform.writeXFD(Xft_subform.java:1604)
    at com.sap.ip.bi.export.xfa.core.Xft_subform.writeXFD(Xft_subform.java:1604)
    at com.sap.ip.bi.export.xfa.core.Xft_template.writeXFD(Xft_template.java:216)
    at com.sap.ip.bi.export.xfa.core.Xft.writeXFD(Xft.java:62)
    at com.sap.ip.bi.export.xfa.impl.Document.writeWidthsAsXmlToStream(Document.java:294)
    at com.sap.ip.bi.export.xfa.widthcalc.WidthCalculator.<init>(WidthCalculator.java:55)
    at com.sap.ip.bi.export.xfa.impl.SizeCalculator.calc(SizeCalculator.java:96)
    at com.sap.ip.bi.export.impl.ExportController.calculateAndSetSizes(ExportController.java:626)
    at com.sap.ip.bi.export.impl.ExportController.doExportPrep(ExportController.java:405)
    at com.sap.ip.bi.export.impl.ExportController.convert(ExportController.java:325)
    at com.sap.ip.bi.export.controller.ExportResult.createExport(ExportResult.java:71)
    at com.sap.ip.bi.webapplications.pageexport.PageExportRenderingRootNode.createPDF(PageExportRenderingRootNode.java:593)
    at com.sap.ip.bi.webapplications.pageexport.PageExportRenderingRootNode.doExport(PageExportRenderingRootNode.java:132)
    at com.sap.ip.bi.webapplications.pageexport.PageExportRenderingRootNode.processRendering(PageExportRenderingRootNode.java:349)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.buildRenderingTree(Page.java:4494)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.processRenderingRootNode(Page.java:4568)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.processRendering(Page.java:4204)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:4150)
    at com.sap.ip.bi.webapplications.runtime.impl.Page._processRequest(Page.java:2948)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2794)
    at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:994)
    at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller._processRequest(Controller.java:883)
    at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:860)
    at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService._handleRequest(BIRuntimeService.java:359)
    at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:276)
    at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:24)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    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:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    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:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Message: EXPORT XFA error while writing XFA files
    Stack trace: com.sap.ip.bi.base.exception.BIBaseRuntimeException: EXPORT XFA error while writing XFA files
    at com.sap.ip.bi.export.xfa.impl.Document.writeWidthsAsXmlToStream(Document.java:311)
    at com.sap.ip.bi.export.xfa.widthcalc.WidthCalculator.<init>(WidthCalculator.java:55)
    at com.sap.ip.bi.export.xfa.impl.SizeCalculator.calc(SizeCalculator.java:96)
    at com.sap.ip.bi.export.impl.ExportController.calculateAndSetSizes(ExportController.java:626)
    at com.sap.ip.bi.export.impl.ExportController.doExportPrep(ExportController.java:405)
    at com.sap.ip.bi.export.impl.ExportController.convert(ExportController.java:325)
    at com.sap.ip.bi.export.controller.ExportResult.createExport(ExportResult.java:71)
    at com.sap.ip.bi.webapplications.pageexport.PageExportRenderingRootNode.createPDF(PageExportRenderingRootNode.java:593)
    at com.sap.ip.bi.webapplications.pageexport.PageExportRenderingRootNode.doExport(PageExportRenderingRootNode.java:132)
    at com.sap.ip.bi.webapplications.pageexport.PageExportRenderingRootNode.processRendering(PageExportRenderingRootNode.java:349)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.buildRenderingTree(Page.java:4494)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.processRenderingRootNode(Page.java:4568)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.processRendering(Page.java:4204)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.doProcessRequest(Page.java:4150)
    at com.sap.ip.bi.webapplications.runtime.impl.Page._processRequest(Page.java:2948)
    at com.sap.ip.bi.webapplications.runtime.impl.Page.processRequest(Page.java:2794)
    at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.doProcessRequest(Controller.java:994)
    at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller._processRequest(Controller.java:883)
    at com.sap.ip.bi.webapplications.runtime.controller.impl.Controller.processRequest(Controller.java:860)
    at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService._handleRequest(BIRuntimeService.java:359)
    at com.sap.ip.bi.webapplications.runtime.jsp.portal.services.BIRuntimeService.handleRequest(BIRuntimeService.java:276)
    at com.sap.ip.bi.webapplications.runtime.jsp.portal.components.LauncherComponent.doContent(LauncherComponent.java:24)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.serviceDeprecated(AbstractPortalComponent.java:209)
    at com.sapportals.portal.prt.component.AbstractPortalComponent.service(AbstractPortalComponent.java:114)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.component.PortalComponentResponse.include(PortalComponentResponse.java:215)
    at com.sapportals.portal.prt.pom.PortalNode.service(PortalNode.java:645)
    at com.sapportals.portal.prt.core.PortalRequestManager.callPortalComponent(PortalRequestManager.java:328)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:136)
    at com.sapportals.portal.prt.core.PortalRequestManager.dispatchRequest(PortalRequestManager.java:189)
    at com.sapportals.portal.prt.core.PortalRequestManager.runRequestCycle(PortalRequestManager.java:753)
    at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:240)
    at com.sapportals.portal.prt.dispatcher.Dispatcher$doService.run(Dispatcher.java:524)
    at java.security.AccessController.doPrivileged(Native Method)
    at com.sapportals.portal.prt.dispatcher.Dispatcher.service(Dispatcher.java:407)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.sap.engine.services.servlets_jsp.server.servlet.InvokerServlet.service(InvokerServlet.java:156)
    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:386)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
    at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
    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:102)
    at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Caused by: java.lang.NullPointerException
    at com.sap.ip.bi.export.model.layout.impl.Margins.<init>(Margins.java:32)
    at com.sap.ip.bi.export.model.layout.impl.CellLayout.<init>(CellLayout.java:48)
    at com.sap.ip.bi.export.model.layout.impl.CellLayout.dub(CellLayout.java:57)
    at com.sap.ip.bi.export.xfa.xftextensions.TableContentIterator.createCell(TableContentIterator.java:170)
    at com.sap.ip.bi.export.xfa.xftextensions.TableContentIterator.next(TableContentIterator.java:104)
    at com.sap.ip.bi.export.xfa.xftextensions.TableSubFormSet.writeXFD(TableSubFormSet.java:1189)
    at com.sap.ip.bi.export.xfa.core.Xft_subform.writeXFD(Xft_subform.java:1604)
    at com.sap.ip.bi.export.xfa.core.Xft_subform.writeXFD(Xft_subform.java:1604)
    at com.sap.ip.bi.export.xfa.core.Xft_template.writeXFD(Xft_template.java:216)
    at com.sap.ip.bi.export.xfa.core.Xft.writeXFD(Xft.java:62)
    at com.sap.ip.bi.export.xfa.impl.Document.writeWidthsAsXmlToStream(Document.java:294)
    2. Message:
    No metadata is available for "DISABLE_NAVIGATION":
    <parameterList>
      <param name="BI_COMMAND_TYPE" value="OPEN_DIALOG_DISABLE_NAVIGATION"/>
      <param name="TARGET_DIALOG_REF" value="DISABLE_NAVIGATION"/>
    </parameterList>
    In this window, complete screen of report is displayed as an image instead of PDF.
    Please let me know if anybody faced similar issue earlier.
    It was working perfect earlier, but suddenly error started.
    regards
    Kedar Kulkarni

    No proper findings, but issue resolved.
    Problem i found that we got a domain change and service values were not refreshed until we apply new patch.
    So when we applied patch level 6 on BI WEBAPP& BI BASE S URL for ADS got refreshed and we faced the issue.
    After resetting the URL to new domain problem got resolved.
    Regards
    Kedar Kulkarni

  • EXPORT ABAP ERROR  (BEK) ERROR: SAPSYSTEMNAME not in environment

    HI ALL,
    we have started migration of ecc6.0  from windows (mssql) to linux(maxdb). While taking export abap all the export packages are ended with same error . i have set the envirornment variables for jdk. even though i am getting the same error.here i paste the log
    Unloading of 'TODIR' export package: ERROR
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#21 $ SAP
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled May  3 2010 23:35:53
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe -e TODIR.cmd -datacodepage 4103 -l TODIR.log -stop_on_error
    (DB) INFO: connected to DB
    (DB) INFO: Export without hintfile
    (GSI) INFO: dbname   = "DE5MEXICO                                                                                "
    (GSI) INFO: vname    = "MSSQL                           "
    (GSI) INFO: hostname = "MEXICO                                                          "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "MEXICO"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 2"
    (GSI) INFO: machine  = "2x Intel 80686 (Mod 23 Step 8)"
    (BEK) ERROR: SAPSYSTEMNAME not in environment
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: job finished with 1 error(s)
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: END OF LOG: 20110510080946
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: START OF LOG: 20110510081801
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#21 $ SAP
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: version R7.00/V1.4 [UNICODE]
    Compiled May  3 2010 23:35:53
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe -e TODIR.cmd -datacodepage 4103 -l TODIR.log -stop_on_error
    (DB) INFO: connected to DB
    (DB) INFO: Export without hintfile
    (RD) ERROR: unexpected end of file "F:\mexico_latest_export\ABAP\DATA\TODIR.TOC"
    (WTF) INFO: expected error, don't panic ...
    (GSI) INFO: dbname   = "DE5MEXICO                                                                                "
    (GSI) INFO: vname    = "MSSQL                           "
    (GSI) INFO: hostname = "MEXICO                                                          "
    (GSI) INFO: sysname  = "Windows NT"
    (GSI) INFO: nodename = "MEXICO"
    (GSI) INFO: release  = "5.2"
    (GSI) INFO: version  = "3790 Service Pack 2"
    (GSI) INFO: machine  = "2x Intel 80686 (Mod 23 Step 8)"
    (BEK) ERROR: SAPSYSTEMNAME not in environment
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: job finished with 1 error(s)
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: END OF LOG: 20110510081801
    this is  export_monitor log
    Export Monitor jobs: running 0, waiting 5, completed 2, failed 44, total 51.
    Export Monitor jobs: running 1, waiting 4, completed 2, failed 44, total 51.
    Export Monitor jobs: running 2, waiting 3, completed 2, failed 44, total 51.
    Export Monitor jobs: running 3, waiting 2, completed 2, failed 44, total 51.
    Export Monitor jobs: running 4, waiting 1, completed 2, failed 44, total 51.
    Unloading of 'SCPRVALS' export package: ERROR
    Export Monitor jobs: running 3, waiting 1, completed 2, failed 45, total 51.
    Unloading of 'SCPRSVALS' export package: ERROR
    Export Monitor jobs: running 2, waiting 1, completed 2, failed 46, total 51.
    Unloading of 'SAPUSER' export package: ERROR
    Export Monitor jobs: running 1, waiting 1, completed 2, failed 47, total 51.
    Unloading of 'SAPUSER1' export package: ERROR
    Export Monitor jobs: running 0, waiting 1, completed 2, failed 48, total 51.
    Export Monitor jobs: running 1, waiting 0, completed 2, failed 48, total 51.
    Unloading of 'TODIR' export package: ERROR
    Export Monitor jobs: running 0, waiting 0, completed 2, failed 49, total 51.
    TRACE      2011-05-10 08:18:31.884
    2011-05-10 08:18:31.884 FSPath(C:\j2sdk1.4.2_16\bin\java.exe) done
    TRACE      2011-05-10 08:18:31.884
    2011-05-10 08:18:31.884 ChildApplication(C:\j2sdk1.4.2_16\bin\java.exe).run(): 103. done.
    TRACE      2011-05-10 08:18:31.884
    2011-05-10 08:18:31.884 Java.run() done: 103
    TRACE      2011-05-10 08:18:31.884
    2011-05-10 08:18:31.884 FSPath(C:\j2sdk1.4.2_16\bin\java.exe) done
    TRACE      2011-05-10 08:18:31.884
    2011-05-10 08:18:31.884 ChildApplication(C:\j2sdk1.4.2_16\bin\java.exe).runAs() done
    TRACE      2011-05-10 08:18:31.884
    Function setMessageIdOfExceptionMessage: nw.programError
    ERROR      2011-05-10 08:18:31.884
               CJSlibModule::writeError_impl()
    CJS-30022  Program 'Migration Monitor' exits with error code 103. For details see log file(s) export_monitor.java.log, export_monitor.log.
    TRACE      2011-05-10 08:18:31.884 [iaxxejsbas.hpp:483]
               EJS_Base::dispatchFunctionCall()
    JS Callback has thrown unknown exception. Rethrowing.
    ERROR      2011-05-10 08:18:31.900 [sixxcstepexecute.cpp:951]
    FCO-00011  The step runMigrationMonitor with step key |NW_Export|ind|ind|ind|ind|0|0|NW_ABAP_Export_Dialog|ind|ind|ind|ind|4|0|NW_ABAP_Export|ind|ind|ind|ind|0|0|runMigrationMonitor was executed with status ERROR ( Last error reported by the step :Program 'Migration Monitor' exits with error code 103. For details see log file(s) export_monitor.java.log, export_monitor.log.).
    TRACE      2011-05-10 08:18:31.900 [iaxxgenimp.cpp:752]
                CGuiEngineImp::showMessageBox
    <html> <head> </head> <body> <p> An error occurred while processing service SAP ERP 6.0 Support Release 3 > Software Life-Cycle Options > System Copy > MS SQL Server > Source System Export > Central System > Based on AS ABAP > Database Instance Export( Last error reported by the step :Program 'Migration Monitor' exits with error code 103. For details see log file(s) export_monitor.java.log, export_monitor.log.). You may now </p> <ul> <li> choose <i>Retry</i> to repeat the current step. </li> <li> choose <i>View Log</i> to get more information about the error. </li> <li> stop the task and continue with it later. </li> </ul> <p> Log files are written to C:\Program Files/sapinst_instdir/ERP/LM/COPY/MSS/EXP/CENTRAL/AS-ABAP/EXP. </p> </body></html>
    TRACE      2011-05-10 08:18:31.900 [iaxxgenimp.cpp:1255]
               CGuiEngineImp::acceptAnswerForBlockingRequest
    Waiting for an answer from GUI
    can any one please help me thanks in advance
    Vardhan!

    Sorry for the above paste,
    HI ALL, we have started migration of ecc6.0 from windows (mssql) to linux(maxdb). While taking export abap all the export packages are ended with same error . i have set the envirornment variables for jdk. even though i am getting the same error.here i paste the log Unloading of 'TODIR' export package:
    ERROR E:\usr\sap\DE5\SYS\exe\run\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#21 $ SAP E:\usr\sap\DE5\SYS\exe\run\R3load.exe: version R7.00/V1.4 [UNICODE] Compiled May 3 2010 23:35:53 E:\usr\sap\DE5\SYS\exe\run\R3load.exe -e TODIR.cmd -datacodepage 4103 -l TODIR.log -stop_on_error (DB)
    INFO: connected to DB (DB) INFO: Export without hintfile (GSI)
    INFO: dbname = "DE5MEXICO " (GSI) INFO: vname = "MSSQL " (GSI)
    INFO: hostname = "MEXICO " (GSI) INFO: sysname = "Windows NT" (GSI)
    INFO: nodename = "MEXICO" (GSI)
    INFO: release = "5.2" (GSI)
    INFO: version = "3790 Service Pack 2" (GSI)
    INFO: machine = "2x Intel 80686 (Mod 23 Step 8)"
    (BEK) ERROR: SAPSYSTEMNAME not in environment
    E:\usr\sap\DE5\SYS\exe\run\R3load.exe: job finished with 1 error(s) E:\usr\sap\DE5\SYS\exe\run\R3load.exe: END OF LOG: 20110510080946 E:\usr\sap\DE5\SYS\exe\run\R3load.exe:
    START OF LOG: 20110510081801 E:\usr\sap\DE5\SYS\exe\run\R3load.exe: sccsid @(#) $Id: //bas/700_REL/src/R3ld/R3load/R3ldmain.c#21 $ SAP E:\usr\sap\DE5\SYS\exe\run\R3load.
    exe: version R7.00/V1.4 [UNICODE] Compiled May 3 2010 23:35:53 E:\usr\sap\DE5\SYS\exe\run\R3load.exe -e TODIR.cmd -datacodepage 4103 -l TODIR.log -stop_on_error (DB) INFO: connected to DB (DB)
    INFO: Export without hintfile (RD)
    ERROR: unexpected end of file "F:\mexico_latest_export\ABAP\DATA\TODIR.TOC" (WTF)
    INFO: expected error, don't panic ... (GSI)
    INFO: dbname = "DE5MEXICO " (GSI)
    INFO: vname = "MSSQL " (GSI)
    INFO: hostname = "MEXICO " (GSI)
    INFO: sysname = "Windows NT" (GSI)
    INFO: nodename = "MEXICO" (GSI)
    INFO: release = "5.2" (GSI)
    INFO: version = "3790 Service Pack 2" (GSI)
    INFO: machine = "2x Intel 80686 (Mod 23 Step 8)"
    (BEK) ERROR: SAPSYSTEMNAME not in environment E:\usr\sap\DE5\SYS\exe\run\R3load.exe: job finished with 1 error(s) E:\usr\sap\DE5\SYS\exe\run\R3load.exe: END OF LOG: 2011051008
    Can any help me in solving the above error
    Thanks in advance
    Vardhan!

  • Invalid Export Options error

    Post Author: Kit
    CA Forum: .NET
    Why would an export to html, which has for many months  performed correctly, suddenly start producing the "Invalid export options" error?Our application is a Microsoft Dynamics GP third party add-on, developed in Dexterity ( The MS Dynamics GP native development tool) and using a home-grown .NET component to export reports to HTML.In our scenario we have a production environment where three reports are produced each evening, exported to HTML, and then published via FTP. Crystal 10 is installed on the server. This has worked well for a long time but lately one or more of the three  reports have failed each time, with a "Invalid export options" error.The failure is not consistent -  for example one time the first two reports were successful, but the third failed, but the next time the first two both failed, whereas the third was succesful.Ou first thought was that the error could be caused by a bad report setup within the Dexterity side of the application, however we have investigated this possibility and debugged the application and can find no likely cause there.Here's the error;CrystalDecisions.CrystalReports.Engine.InvalidArgumentException: Invalid export options.   at CrystalDecisions.CrystalReports.Engine.EngineExceptionUtils.DoThrowException(String message, EngineExceptionErrorID id)   at CrystalDecisions.CrystalReports.Engine.ExceptionThrower.ThrowEngineException(String messageID, EngineExceptionErrorID id)   at CrystalDecisions.CrystalReports.Engine.HTMLExporter.GetPage(Boolean bSeparatePages, Boolean bDHTML, Int32 startPage, Int32 endPage)   at CrystalDecisions.CrystalReports.Engine.HTMLExporter.Export()   at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)   at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export(ExportOptions options)   at KIT.Crystal.RunReport()" KIT.Crystal.RunReport is from our component, and contains the following code                    rptDoc = SetupRptDoc();                    // Set the options for saving the exported file to disk                    destOpts = new DiskFileDestinationOptions();                    destOpts.DiskFileName = outputFilename;                    expOpts = new ExportOptions();                    expOpts.DestinationOptions = destOpts;                    // Set the exporting information                    expOpts.ExportDestinationType = ExportDestinationType.DiskFile;                    switch (exportFormat)                    {                        case ExportFormatEnum.CRS:                            expOpts.ExportFormatType = ExportFormatType.CrystalReport;                            break;                        case ExportFormatEnum.DOC:                            expOpts.ExportFormatType = ExportFormatType.WordForWindows;                            break;                        case ExportFormatEnum.HTML:                            htmlOpts = ExportOptions.CreateHTMLFormatOptions();                            htmlOpts.HTMLBaseFolderName = new FileInfo(_outputFilename).DirectoryName;                            htmlOpts.HTMLFileName = new FileInfo(_outputFilename).Name;                            htmlOpts.HTMLEnableSeparatedPages = false;                            htmlOpts.HTMLHasPageNavigator = false;                            expOpts.ExportFormatOptions = htmlOpts;                            expOpts.ExportFormatType = ExportFormatType.HTML40;                            break;                        case ExportFormatEnum.RTF:                            expOpts.ExportFormatType = ExportFormatType.RichText;                            break;                        case ExportFormatEnum.XLS:                            expOpts.ExportFormatType = ExportFormatType.Excel;                            break;                        case ExportFormatEnum.PDF:                        default:                            expOpts.ExportFormatType = ExportFormatType.PortableDocFormat;                            break;                    }                    //Export the report                    rptDoc.Export(expOpts);

    Post Author: Kit
    CA Forum: .NET
    Why would an export to html, which has for many months  performed correctly, suddenly start producing the "Invalid export options" error?Our application is a Microsoft Dynamics GP third party add-on, developed in Dexterity ( The MS Dynamics GP native development tool) and using a home-grown .NET component to export reports to HTML.In our scenario we have a production environment where three reports are produced each evening, exported to HTML, and then published via FTP. Crystal 10 is installed on the server. This has worked well for a long time but lately one or more of the three  reports have failed each time, with a "Invalid export options" error.The failure is not consistent -  for example one time the first two reports were successful, but the third failed, but the next time the first two both failed, whereas the third was succesful.Ou first thought was that the error could be caused by a bad report setup within the Dexterity side of the application, however we have investigated this possibility and debugged the application and can find no likely cause there.Here's the error;CrystalDecisions.CrystalReports.Engine.InvalidArgumentException: Invalid export options.   at CrystalDecisions.CrystalReports.Engine.EngineExceptionUtils.DoThrowException(String message, EngineExceptionErrorID id)   at CrystalDecisions.CrystalReports.Engine.ExceptionThrower.ThrowEngineException(String messageID, EngineExceptionErrorID id)   at CrystalDecisions.CrystalReports.Engine.HTMLExporter.GetPage(Boolean bSeparatePages, Boolean bDHTML, Int32 startPage, Int32 endPage)   at CrystalDecisions.CrystalReports.Engine.HTMLExporter.Export()   at CrystalDecisions.CrystalReports.Engine.FormatEngine.Export(ExportRequestContext reqContext)   at CrystalDecisions.CrystalReports.Engine.ReportDocument.Export(ExportOptions options)   at KIT.Crystal.RunReport()" KIT.Crystal.RunReport is from our component, and contains the following code                    rptDoc = SetupRptDoc();                    // Set the options for saving the exported file to disk                    destOpts = new DiskFileDestinationOptions();                    destOpts.DiskFileName = outputFilename;                    expOpts = new ExportOptions();                    expOpts.DestinationOptions = destOpts;                    // Set the exporting information                    expOpts.ExportDestinationType = ExportDestinationType.DiskFile;                    switch (exportFormat)                    {                        case ExportFormatEnum.CRS:                            expOpts.ExportFormatType = ExportFormatType.CrystalReport;                            break;                        case ExportFormatEnum.DOC:                            expOpts.ExportFormatType = ExportFormatType.WordForWindows;                            break;                        case ExportFormatEnum.HTML:                            htmlOpts = ExportOptions.CreateHTMLFormatOptions();                            htmlOpts.HTMLBaseFolderName = new FileInfo(_outputFilename).DirectoryName;                            htmlOpts.HTMLFileName = new FileInfo(_outputFilename).Name;                            htmlOpts.HTMLEnableSeparatedPages = false;                            htmlOpts.HTMLHasPageNavigator = false;                            expOpts.ExportFormatOptions = htmlOpts;                            expOpts.ExportFormatType = ExportFormatType.HTML40;                            break;                        case ExportFormatEnum.RTF:                            expOpts.ExportFormatType = ExportFormatType.RichText;                            break;                        case ExportFormatEnum.XLS:                            expOpts.ExportFormatType = ExportFormatType.Excel;                            break;                        case ExportFormatEnum.PDF:                        default:                            expOpts.ExportFormatType = ExportFormatType.PortableDocFormat;                            break;                    }                    //Export the report                    rptDoc.Export(expOpts);

  • Batch Export Filename Errors

    When doing a batch export I receive a message:
    "Batch Export Filename Error
    The output filename for this item already exists for another item in the export queue.
    To continue the export, enter a new base output filename below and select ok."
    I then have to assign some random file name for each or the default mattes and titles in my timeline that are all named “color,” "Title 3D." So I am naming them “color1” “color2” etc. I just went through naming a ton of them and now it is asking me the same questions again!
    How can I avoid all of this?
    Thanks for your help!

    I have 4 tracks in the timeline:
    V4: Title 3D
    V3: Color (it is a black matte)
    V2: Video clip
    A3: audio
    A4: audio
    The video is cut into clips and I have copied-and-pasted many instances of the title and color clips so that it continuously plays during the duration of all of the video.
    I did a select all of the timeline and dragged everything to a new bin and did a batch export.
    Should I be doing this another way???? It just keeps asking me to rename the filenames over and over again and never gets anywhere.

  • On a Mac ios10.10, using online service Export PDF, error message appears,"An error occurred while trying to access service."

    Can you advise steps I might take now?  On a Mac ios10.10, using online service Export PDF, error message appears,"An error occurred while trying to access service."

    Hi Ringdoc,
    Please see this document: "Error occurred when trying to access this service" when logging on to Acrobat.com
    Let us know how it goes!
    Best,
    Sara

  • QT Pro Crashes with "Export Controller" error when converting M2V to H.264

    I am currently experiencing a problem with QT Pro for Win. Any time I try to convert a M2V file to an H.264 encoded .mp4 file, QT pro gets approx 10-16% complete with the conversion and then crashes. (This happens when trying to encode an 2hr SD M2V file taken from a DVD or a 1/2hr M2V HD file recorded via EyeTV, so the resolution/size isn’t an issue.) The error message is always that there was a “QT Export Controller error”. I do not get this kind of error when using the same files with QT Pro on my MacBook only on my windows box. I am running the most current version of QT. Does anyone have any ideas on this?

    Hi,
    I too am having crashing issues.... and I too got no help from Apple. Just go to website they said... great!!?? Now I know why I never use these guys products!!!
    However, rant over, I do have a need to use Quicktime.
    I am trying to use Quicktime to convert quicktime movies to the new H.264 codec, a function available with Quicktime Pro.
    However when I go to export window and then to the video setings window, quicktime just suddenly closes(not crash). I can go into the audio section though and change options in there. I have uninstalled and re-installed with no luck.
    This is extremely frustrating
    any help greatly appreciated
    sharky

  • Broadcast Error( EXPORT XFA error while writing XFA files)

    Hi Gurus,
    Could any please help me in the below mentioned issue ,
    While one of our customer is broadcasting BW report to the list of users ,  getting  error message "EXPORT XFA error while
    writing XFA files"    , Broadcast setting s are as follows
    Distribution type : Broadcast Email  , Output format : PDF
    for few users Broadcast is success , where as for others it is unsuccessful
    Please help me in this regard
    Thanks
    Nagamani

    Hello,
    Please use the SAP Export Library instead of ADS. It has much better performance, for details see SAP Note 1112132. This will solve the issue.
    regards,
    Michael

  • Export Failed: error - 108??

    Hi All,
    Running FCPX 10.0.5
    Trying to export 1hr,40min clip. Getting EXPORT FAILED error with description:
    The operation could not be completed because an error occurred when encoding frame 5097 (error -108).
    My Hardware Overview:
      Model Name:          Mac Pro
      Model Identifier:          MacPro3,1
      Processor Name:          Quad-Core Intel Xeon
      Processor Speed:          3 GHz
      Number Of Processors:          2
      Total Number Of Cores:          8
      L2 Cache (per processor):          12 MB
      Memory:          4 GB
    4 Hard Drives: 320GB, 750GB, 750GB, 1TB saving onto the 1TB with 250GB storage remaining.
    Any ideas for resolution??
    Will try and split clip in half and export!
    Cheers Ryan

    Are you really running OS 10.5? 10.6.8 is supposed to be the minimum.
    EditCodes explanation for the 108 error is the application has run out of memory.
    4 GB is not very much RAM for FCPX.
    Russ

  • Getting Export Controller Error When Exporting MPEG2 to High boardband & up

    I just got QuickTime Pro and MPEG 2 Playback for Windows. I am getting an Export Controller Error When Exporting MPEG2 to High boardband or to the default settings. The file I am exporting is around 60 MB and when it gets to about 15%, the program errors. However, the program works for Medium and low Board band. If anybody has a solution for my problem, I would love to know.
    Thanks!

    Not sure if this is going to work, but it worked for me. After exporting the movie and I got the error, I noticed that the process "exportController" was still running, so I stopped it from the task manager and am not sure but apperantly that was the problem because once I did that the file open up fine in other players like Winamp. Also after stopping the process the following exports I did seemed to be exported fine without any errors !... worth a shot.

  • About JCE export restrictions by the relevant law

    Hey,everybody.
    i am in China, Can i use Java Cryptography Extension (JCE)?
    And the relevant law limit JCE usage in China?
    Thanks

    The only relevant laws are your country's import laws. The US lifted crypto export restrictions two presidents ago.

  • Export value errors

    We made a form in our trial last week, but now that we have subscribed and uploaded it we get error messages about "export values". Reading the forum I see others have had this issue but no fix has been noted.   It seems stupid that your trial is a different version than the full version. Will we need to completely remake our form?

    Hi;
    I responded in another thread where you asked about this, you can post your response to that here, what you descibe does not really make sense, nothing is different about the "trial" or full subscription, but I am also not clear on the steps you are using as noted in the other thread... 
    I am also not clear on your statement about export values error and others having the same issue but no fix noted, getting a message about "Export Values" when you import a PDF is not an error that blocks the import and is not an issue that there needs to be a resolution to, it is simply how the Import PDF feature works, export values are not supported and you are informed of this when your PDF has them and you Import into FormsCentral.
    I'll wait to hear more from you. 
    Thanks,
    Josh

  • Access restriction error? not sure how to fix it....

    I am trying to use JPEGImageEncoder and i imported import com.sun.image.codec.jpeg.*; fine but i get the following error on my code:
    CODE:
    JPEGImageEncoder encoder =JPEGCodec.createJPEGEncoder(outImage);
    ERROR:
    Access restriction: The type JPEGImageEncoder is not accessible due to restriction on required library /usr/local/java/jdk1.6.0_07/jre/lib/rt.jar
    I am not sure how to fix this... anyone know what needs to be done? I am using eclipse and i see the rt.jar in my library....
    thanks!

    MikeTheBorg wrote:
    OK, I agree it's simpler for simple cases, but how do I do something like this:
              JPEGImageEncoder jie = JPEGCodec.createJPEGEncoder(os);
              JPEGEncodeParam jep = jie.getDefaultJPEGEncodeParam(bi);
              jep.setDensityUnit(JPEGEncodeParam.DENSITY_UNIT_DOTS_INCH);
              jep.setXDensity(1200);
              jep.setYDensity(1200);
              jep.setQuality(1, false);
              jie.setJPEGEncodeParam(jep);
              jie.encode(bi);
    using ImageIO?
    "Stupid" Eclipse+Maven refuse to compile this legacy code.It's an Eclipse error, not a Java/compiler error as such. To fix it, I believe you have to check your plug-in configuration -- imported packages here or exported packages there. Try adding "com.sun.image.codec.jpeg" to the imported packages. Something along those lines. Anyway, bottom line: this is not an issue with the code.
    Furthermore, lookee here: GIAD

  • Application -Export, -Import: ERROR

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

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

Maybe you are looking for

  • SQL query using Group by and Aggregate function

    Hi All, I need your help in writing an SQL query to achieve the following. Scenario: I have table with 3 Columns. There are 3 possible values for col3 - Success, Failure & Error. Now I need a query which can give me the summary counts for distinct va

  • Protocol remote_JDBC not support

    When deploy the project using BPM Admin Center, when starting the weblogic server.. the error shows: protocol remote_JDBC not support for eng-bpmengine.......

  • DLL Call doesn't work the second time

    The first time I open the VI, it runs properly. Why doesn't doit the next time I open it. Attachments: PGS67Open.llb ‏72 KB

  • Migration of  7.0 Extractor to 3.x

    Hi All,      I have an extractor which i replicated in 7.0 and created transformations and all, now i want to convert it to a 3.x DS without deleting the transformations and all. Is it possible ? Regards: Jitendra

  • I forgot the secret question and I want to restore

    I want to retrieve secret question I've forgotten I want to get it back or change it and send it to me via E-mail