Export PNG Error:

I want to export my *.indd as PNG. I tried the following code:
function ExportPNG("/c/test)
    try
        app.activeDocument.exportFile(ExportFormat.PNG_FORMAT, File(filePath + '.png'));
    catch(e)
        alert(e);
However, I get the following error:
Error: The specified object does not support the desired export format.
How can I fix this?

Hey!
Maybe this will help you, just change export format.
if(app.selection.length > 1){
    var myObj = app.activeWindow.activePage.groups.add(app.selection);
    myObj.exportFile(ExportFormat.JPG, myFile, false);
    app.activeDocument.undo();
}else{
    app.selection[0].exportFile(ExportFormat.JPG, myFile, false);
Hope it helps.
tomaxxi
http://indisnip.wordpress.com/

Similar Messages

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

  • Export PNG in CMYK vs. RGB. Changing colors.

    Short version: Using Illustrator CC. I correctly exported a PNG logo in RGB (sent to client), but the new PNG logo looks much different than the old PNG logo that was exported incorrectly in CMYK (sent to client long ago).
    Client wants to know why the NEW PNG logo looks so different than the EPS logo and the OLD PNG logo (all starting with the same Pantone color).
    Longer version:
    I recently sent logos to my client in different formats.
    ai, eps, eps CMYK, pdf, and png
    Prior to creating the PNG version in Illustrator CC,
    I changed Illustrator's color mode to RGB, then converted my Pantone colors to RGB (specific values per the Pantone book), then exported as PNG.
    This created a much different blue than the CMYK eps version.
    Someone else on the client side is working with my files and questioning why the blues look so different. The Pantone eps vs. the RGB version.
    Problem:
    In the past, the PNGs had been created incorrectly--They had been exported in CMYK mode without converting anything to RGB and they matched much closer to the EPS version.
    Now they are asking why there is such a big difference.
    I did the process correctly, I'm not sure how to answer this. Why do they look so different?

    So if I just leave the Document Color Mode as CMYK, leaving with the logo set in it's specific Pantone colors, and then Export/PNG, that will covert my CMYK colors to RGB for me. Seems almost too easy. Just go File/Export/PNG, but okay.
    And while that may give me a better perceptual match, here's the other side of the issue.
    They've given me and their web company specific RGB values for their logo. These are based on the Pantone book, and likely different than the conversion Illustrator will do.
    The idea being, they want the website and logo to be the exact same blue. And they are based on the values they gave, but they look different than the original Pantone. Brighter and more vibrant. I'm dealing with another member of the client team, trying to use Illustrator on her end for smaller tasks, and she wants to know why the rgb PNG logo (which I entered in manual values for based on the Pantone book), is so different than the Pantone eps file. In the past, when I just exported as a straight PNG without tinkering, the perceptual match was there. Now it isn't. How can I explain this?

  • Rendering to PNG error

    A problem cropped up after switching to After Effect CC 2014; grabbing a frame as a PNG file fails with this error message: "AEGP Plugin PNGIO support: PNGIO library error: known incorrect sRGB profile ( 5027 :: 12 )"
    So, what the heck is that supposed to mean and how do I fix it?
    Thanks

    I'm having the same problem, and I'm not amused.
    AE CC 2014 (13.0)
    2012 MacPro running OS 10.9.5
    Working in 16-bit sRGB color space
    Outputting a 36-frame 1080x1080 PNG image sequence as client specified.
    Error message "AEGP Plugin PNGIO support: PNGIO library error: known incorrect sRGB profile ( 5027 :: 12 )" followed by "AEGP Plugin PNGIO support: Unable to create PNGIO. ( 5027 :: 12 ) appears regardless of whether I'm rendering millions of colors+ or trillions of colors+ or no alpha.
    Tiff sequence with same settings outputs fine.
    The same PNG settings output fine in AE CS6 (11.0.4).
    The same PNG settings output fine in AE CC (12.2)
    Since we're spending $50/month for this stupid cloud subscription I thought we might as well start using these CC versions.  Installed Premiere Pro CC 2014 for a simple editing job, but it wasn't compatible with Lion, so I upgraded to Mavericks (after cloning my system drive, of course).  AE CS6 then wouldn't open, so I moved my project to AE CC 2014 (not the most recent buggy one).  Got these PNG errors, so I've updated CS6 which now will open on Mavericks and has no problem outputting my PNG sequence.
    Weak.  Guess I'll submit a bug report.
    Shawn Marshall
    Marshall Arts Motion Graphics

  • 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

  • Pixel Preview doesn't match exported PNG

    I use Illustrator CS4 for icon design, so Pixel Preview is a pretty important feature for me. Unfortunately, I just found out (the hard way) that Pixel Preview isn't accurate - it doesn't show you exactly what you'll get when you export a PNG via Save for Web and Devices.
    Here's an example from my current project that shows the problem (enlarged 4x):
    A screen snap from AI with Pixel Preview off:
    A screen snap from AI with Pixel Preview on:
    The exported PNG file:
    Look at the center of the second image: See that dark gray line bleeding from the light gray circle into the black area? Now look at the third image: The line isn't there.
    (Please don't fixate on this one example. Since I noticed the problem, I've found inconsistencies all over the place. This one was just the easiest to see.)
    If I can't count on the absolute, pixel-for-pixel accuracy of Pixel Preview, then this feature becomes worse than useless in my work, because it actually misleads me into making small tweaks that make the final output look worse.
    If anyone knows of a workaround (or a setting that turns on "accurate mode"), I'd love to hear about it.

    I can't state this definitively, but the inconsistency seems to happen with gradient fills. (The light gray semicircle in the example in my original post has a gradient fill with a pretty abrupt transition from light to dark.) Maybe the issue is specific to gradients?

  • Getting darkened/ washed out colors when exporting png from illustrator

    Hey everyone I'm trying to figure out a remedy for this, I am getting darkened less saturated colors when exporting a logo png from illustrator, jpeg's looke fine, even when copying this logo into indesign and exporting the colors look fine there as well. I think it has something to do with the icc profile being embeded in jpegs but not pngs, but I'm not sure. My illustrator document is set to display blacks accurately, document color mode is set to RGB, assign profile is set to working RGB: sRGB, and under color settings working space is sRGB and cymk is U.S. Web Coated SWOP v2, color management policys off for RGB and conversion options Adobe ACE (all under the color settings options). I've also tried to create a new file for web and copy and pasted my logo and tried to export that way and it didn't do anything. Any jpeg will look fine, the png even in save for web will look fine until I export or preview. My only current remedy for png at this point is to export it as is, then open it in Mac's Preview and turn up the saturation. Any help would be appreciated, I'm also using Illustrator CC and am on mac 10.7.5, thanks.

    Any other solutions? I notice if I open the AI file in photoshop and export the png from there with "embed icc profile" checked then I get the same colors that I see while in illustrator, and when I export jpegs from illustrator, but exporting pngs from illustrator always changes the color/ makes the colors look duller.

  • 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

  • Is it possible to export png use RGB color mode

    hi,guys.
    I use the following code to export the png , now is it possible to export png use RGB color mode?
    Or is it possible to set it when export it
    var pngOpts = new ExportOptionsSaveForWeb;
                                pngOpts.format = SaveDocumentType.PNG;
                                pngOpts.PNG8 = false;
                                pngOpts.transparency = true;
                                pngOpts.interlaced = false;
                                pngOpts.quality = 80;
                    doc.exportDocument(saveFile, ExportType.SAVEFORWEB, pngOpts);

    I use the following and do get png24-files.
    ////// function to png //////
    function savePNG (myDocument, docPath, basename, theSuffix) {
    // weboptions;
    var webOptions = new ExportOptionsSaveForWeb();
    webOptions.format = SaveDocumentType.PNG;
    webOptions.PNG8 = false;
    webOptions.transparency = true;
    webOptions.interlaced = 0;
    webOptions.includeProfile = false;
    webOptions.optimized = true;
    myDocument.exportDocument(new File(docPath+"/"+basename+theSuffix+".png"), ExportType.SAVEFORWEB, webOptions);

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

Maybe you are looking for