Error: 1056603 Unable to spawn process for application [AppName]

Hi,
After a fresh installation of Essbase Server (11.1.1.4), I'm experiencing the following error when attempting to perform basically any action on any Application (Start, Stop, Delete) through EAS:
*Error: 1056603 Unable to spawn process for application [Demo]. Please ensure that adequate memory is available.*
System memory seems abundant at around 5% usage with all relevant services started, but I even doubled it (since it's a VM) to 16Gb just to make sure, the issue persists.
Having a look at the Essbase server log, I didn't find any additional info that could be helpful:
[Thu Oct 11 15:07:03 2012]Local/ESSBASE0///2412/Info(1051160)
Received Validate Login Session request
[Thu Oct 11 15:07:03 2012]Local/ESSBASE0///2380/Info(1051001)
Received client request: Get App and Database Status (from user [admin])
[Thu Oct 11 15:07:03 2012]Local/ESSBASE0///568/Info(1051001)
Received client request: MaxL: Execute (from user [admin])
[Thu Oct 11 15:07:03 2012]Local/ESSBASE0///568/Error(1056603)
Unable to spawn process for application [Demo]. Please ensure that adequate memory is available.
[Thu Oct 11 15:07:03 2012]Local/ESSBASE0///568/Error(1054001)
Cannot load application Demo with error number [1056603] - see server log file
[Thu Oct 11 15:07:03 2012]Local/ESSBASE0///568/Warning(1051003)
Error 1054001 processing request [MaxL: Execute] - disconnecting
And when the Essbase service is started, essbase.log also seems to be pretty normal:
[Thu Oct 11 15:18:13 2012]Local/ESSBASE0///2376/Info(1051001)
Received client request: Logout (from user [admin])
[Thu Oct 11 15:18:13 2012]Local/ESSBASE0///2376/Info(1051037)
Logging out user [admin], active for 29 minutes
[Thu Oct 11 15:18:19 2012]Local/ESSBASE0///1236/Info(1051243)
Exclusive operation security file compaction started. This may take a while
[Thu Oct 11 15:18:19 2012]Local/ESSBASE0///1236/Info(1051244)
Security file compaction completed
[Thu Oct 11 15:18:19 2012]Local/ESSBASE0///1236/Info(1051052)
Essbase Server - finished
[Thu Oct 11 15:18:23 2012]Local/ESSBASE0///2620/Info(1051283)
Retrieving License Information Please Wait...
[Thu Oct 11 15:18:23 2012]Local/ESSBASE0///2620/Info(1051286)
License information retrieved.
[Thu Oct 11 15:18:29 2012]Local/ESSBASE0///2620/Info(1051199)
Single Sign-On Initialization Succeeded !
[Thu Oct 11 15:18:29 2012]Local/ESSBASE0///2620/Info(1051232)
Using English_UnitedStates.Latin1@Binary as the Essbase Locale
[Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051134)
External Authentication Module: [Single Sign-On] enabled
[Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051051)
Essbase Server - started
[Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051243)
Exclusive operation security file compaction started. This may take a while
[Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051244)
Security file compaction completed
[Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2620/Info(1051052)
Essbase Server - finished
[Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2120/Info(1051283)
Retrieving License Information Please Wait...
[Thu Oct 11 15:18:34 2012]Local/ESSBASE0///2120/Info(1051286)
License information retrieved.
[Thu Oct 11 15:18:37 2012]Local/ESSBASE0///2120/Info(1051199)
Single Sign-On Initialization Succeeded !
[Thu Oct 11 15:18:37 2012]Local/ESSBASE0///2120/Info(1051232)
Using English_UnitedStates.Latin1@Binary as the Essbase Locale
Any ideas on what may be causing this?
Thanks in advance!
n

Hi Nelson,
Did you try increasing the Heap size for EAS ? Try the following and check if you still get the error -
increase the Java heap settings in the EAS script on a Unix platform that was configured using the automatic deployment method, do the following:
1. Navigate to the $HYPERION_HOME/deployments/{appserver}/bin directory.
2. Edit the setCustomParamseas.sh(.bat) script.
3. Modify or add the -Xms and -Xmx settings to the JAVA_OPTIONS variable. For example:
+JAVA_OPTIONS="-Xms256m -Xmx1024m -DComponentName=eas -DcomponentId=1e3bf92b2d9bb0493bcd3380127b0ca49ee7f50 -Dsun.net.inetaddr.ttl=0 -DHYPERION_HOME=/usr/local/oracle/hyperion -Dhyperion.home=/usr/local/oracle/hyperion -DEAS_HOME=/usr/local/oracle/hyperion/products/Essbase/eas -DESS_ES_HOME=/usr/local/oracle/hyperion/products/Essbase/eas/server -DEAS_LOG_LEVEL=5000 -DEAS_LOG_LOCATION=/usr/local/oracle/hyperion/logs/eas/easserver.log -DCLIENT_SERVER_DIFF_MC=true -Dweblogic.j2ee.application.tmpDir=/usr/local/oracle/hyperion/deployments/temp -Djava.io.tmpdir=/usr/local/oracle/hyperion/tmp ${JAVA_OPTIONS} "+
+*Note: For Tomcat deployments, the setting to modify is JAVA_OPTS:*+
+*JAVA_OPTS="-Xms256m -Xmx1024m*+
4. Stop and restart EAS for the setting to take effect.
Hope it helps....
KosuruS

Similar Messages

  • Essbase 11.1.1.3 - Unable to spawn process for application

    Anyone know how to solve the problem with the error message "Unable to spawn process for application" when trying to create a BSO-application in a newly installed 11.1.1.3 installation.

    Hi Nelson,
    Did you try increasing the Heap size for EAS ? Try the following and check if you still get the error -
    increase the Java heap settings in the EAS script on a Unix platform that was configured using the automatic deployment method, do the following:
    1. Navigate to the $HYPERION_HOME/deployments/{appserver}/bin directory.
    2. Edit the setCustomParamseas.sh(.bat) script.
    3. Modify or add the -Xms and -Xmx settings to the JAVA_OPTIONS variable. For example:
    +JAVA_OPTIONS="-Xms256m -Xmx1024m -DComponentName=eas -DcomponentId=1e3bf92b2d9bb0493bcd3380127b0ca49ee7f50 -Dsun.net.inetaddr.ttl=0 -DHYPERION_HOME=/usr/local/oracle/hyperion -Dhyperion.home=/usr/local/oracle/hyperion -DEAS_HOME=/usr/local/oracle/hyperion/products/Essbase/eas -DESS_ES_HOME=/usr/local/oracle/hyperion/products/Essbase/eas/server -DEAS_LOG_LEVEL=5000 -DEAS_LOG_LOCATION=/usr/local/oracle/hyperion/logs/eas/easserver.log -DCLIENT_SERVER_DIFF_MC=true -Dweblogic.j2ee.application.tmpDir=/usr/local/oracle/hyperion/deployments/temp -Djava.io.tmpdir=/usr/local/oracle/hyperion/tmp ${JAVA_OPTIONS} "+
    +*Note: For Tomcat deployments, the setting to modify is JAVA_OPTS:*+
    +*JAVA_OPTS="-Xms256m -Xmx1024m*+
    4. Stop and restart EAS for the setting to take effect.
    Hope it helps....
    KosuruS

  • The worker process for application pool 'MSExchangeAutodiscoverAppPool' encountered an error

    Hello Guys,
    I am getting an event ID 2297 with the description given below.
    The worker process for application pool 'MSExchangeAutodiscoverAppPool' encountered an error 'Cannot add duplicate collection entry of type 'add' with unique key attribute 'name' set to 'WSMan'
    ' trying to read global module configuration data from file '\\?\C:\inetpub\temp\apppools\MSExchangeAutodiscoverAppPool\MSExchangeAutodiscoverAppPool.config', line number '275'.  Worker process startup aborted.
    Could someone help me please to resolve this.
    Thanks in Advance. :)
    Regards Rishi Aggarwal

    Hi,
    Based on the error message, it seems the issue is related to that there is a duplicate entry in the file it mentioned.
    I recommend you follow Amit’s suggestions to check result.
    Best regards,
    Belinda Ma
    TechNet Community Support

  • I Receive Error DF015 Unable to delete symlink "/Library/Application Support/Adobe/APE/3.4/adbeapeco

    Hi,
    I am having issues installing Extension Managger CC.  I receive the follwoing error when attempting to install Extension Manager:
    Exit Code: 7
    Please see specific errors below for troubleshooting. For example,  ERROR: DF015 ...
    -------------------------------------- Summary --------------------------------------
    - 0 fatal error(s), 1 error(s)
    ----------- Payload: Adobe Player for Embedding 3.4 3.4.0.0 {6E6ECFC9-FE3D-4314-B937-7E25A7862899} -----------
    ERROR: DF015: Unable to delete symlink "/Library/Application Support/Adobe/APE/3.4/adbeapecore.framework/Libraries"(Seq 4)
    I don't know if the permissions on the file (and contents) are correct.  I noticed that they were pointing to a user that no longer exists.  I manually went in and made the owner and groups point to system, wheel and root and everyone, with all three having R+W access.
    Are these the correct permissions?  I was thinking of using Adobe CC Cleaner but I didn't see anything that mentioned Extension Manager.  What would the APE 3.4 be called?
    What yould you recommend?
    Thanks,
    Rocky

    Moving this discussion to the Creative Cloud Download & Install forum.
    Rocky you are correct to determine this is a file permission failure which is causing the error.  Please see Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html for information on how to adjust the file permissions.
    If you continue to fail with this update you may want to try applying the update in either a Root user account or a new administrator account to see if the same failure occurs.

  • I just updated my software, but seems my macbook got an error of unable to find driver for this platform..

    I just updated my software, but seems my macbook got an error of unable to find driver for this platform..

    Did you try more than once? If so:
    Reinstall Lion, Mountain Lion, or Mavericks without erasing drive
    Boot to the Recovery HD:
    Restart the computer and after the chime press and hold down the COMMAND and R keys until the menu screen appears. Alternatively, restart the computer and after the chime press and hold down the OPTION key until the boot manager screen appears. Select the Recovery HD and click on the downward pointing arrow button.
    Repair
    When the recovery menu appears select Disk Utility. After DU loads select your hard drive entry (mfgr.'s ID and drive size) from the the left side list.  In the DU status area you will see an entry for the S.M.A.R.T. status of the hard drive.  If it does not say "Verified" then the hard drive is failing or failed. (SMART status is not reported on external Firewire or USB drives.) If the drive is "Verified" then select your OS X volume from the list on the left (sub-entry below the drive entry,) click on the First Aid tab, then click on the Repair Disk button. If DU reports any errors that have been fixed, then re-run Repair Disk until no errors are reported. If no errors are reported then click on the Repair Permissions button. When the process is completed, then quit DU and return to the main menu.
    Reinstall Mountain Lion or Mavericks
    OS X Mavericks- Reinstall OS X
    OS X Mountain Lion- Reinstall OS X
    OS X Lion- Reinstall Mac OS X
         Note: You will need an active Internet connection. I suggest using Ethernet
                     if possible because it is three times faster than wireless.

  • I try to export my Imovie and I always get the error code"Unable to prepare project for publishing...File already open with write permission"  it even does it when I am just trying to export to my external hard drive to save the file

    I try to export my Imovie and I always get the error code"Unable to prepare project for publishing...File already open with write permission"  it even does it when I am just trying to export to my external hard drive to save the file

    Thanks!!! I had same error (with -49) and the mac had an external hard drive attached.. and it was doing a backup.  Stopped, disconnected and the project exported!

  • Runtime error and unable to create new web application

    Hi
    when i create new web application i faced this error Runtime error and unable to create new web application.
    in this farm we have
    2 wfe servers
    2 application servers.
    adil

    Adil,
    There could be many reason like IIS issue, Space issue, Permission issue, SQL issue which is not possible us to guess rather
    you need to jump in the SharePoint log(Program Files\Common files\Microsoft Shared\Web Server Extensions\14\LOGS) and find out the specific error log its throwing after which trouble shoot can be start.
    You can refer few similar threads here -
    Link
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Error(2): Unable to find class for bean: connection defined by tag...

    I created a project, and a JavaBean that connects to the database and I want to use it in a JSP page that exists in my project.
    Bean:
    package BeerPackage;
    import java.sql.*;
    public class ConnectionBean
    JSP:
    <%@ page import="BeerPackage.*" contentType="text/html;charset=windows-1252"%>
    <jsp:useBean id="connection" class="ConnectionBean" scope="session"/>
    Then I get the error:
    Error(2): Unable to find class for bean: connection defined by tag with class: ConnectionBean
    When I try to build the JSP
    Any ideas?

    Seems even though I have an import, I still have to specify the package name in front of the useBean.
    What am I missing here?

  • HT204088 Apple is not letting me "agree" to their new terms and conditions.  It's "temporarily unable to be processed" for days.  Any suggestions?

    Apple is not letting me "agree" to their new terms and conditions.  It's "temporarily unable to be processed" for days now.  Any suggestions?

    iOS 7.0.3 is now available ,that may have a fix

  • Error while create TSW ticket processing for DES Scenario

    Hi Experts ,
    I am facing an error while doing  TSW - ticketing process  for DES scenario
    For STO creation under movement type O - Origin T - Transfer.An error is coming while actualizing the ticket
    Error states : " you do not have authority to access  the shipment ( Return code 4)
    Request all experts to look into the issue and kindly reply
    Thanks in Advance

    Hi,
    Error states : " you do not have authority to access the shipment ( Return code 4)
    It seems authorization problem,kindly take help of basis team for authorization
    kapil

  • OIM: Error while deploying Custom Approval Process for Self-Register

    While deploying the Custom Approval Process for Self-Register, i am getting the following error in scac.log file
    Nov 16, 2011 2:48:58 PM oracle.fabric.common.wsdl.SchemaManager isIncrementalBuildSupported
    INFO: XMLSchema incremental build enabled.
    Nov 16, 2011 2:48:58 PM com.collaxa.cube.CubeLogger info
    INFO: validating "ApprovalProcess.bpel" ...
    oracle.jrf.UnknownPlatformException: JRF is unable to determine the current application server platform.
         at oracle.jrf.ServerPlatformSupportFactory.getInstance(ServerPlatformSupportFactory.java:79)
         at oracle.integration.platform.blocks.WLSPlatformConfigurationProvider.<clinit>(WLSPlatformConfigurationProvider.java:44)
         at oracle.integration.platform.blocks.FabricConfigManager.<clinit>(FabricConfigManager.java:155)
         at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.loadXpathFunctions(FabricXPathFunctionResolver.java:271)
         at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.loadXPathConfigFile(FabricXPathFunctionResolver.java:153)
         at oracle.integration.platform.blocks.xpath.FabricXPathFunctionResolver.init(FabricXPathFunctionResolver.java:51)
         at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.loadFabricXpathFunctions(BPELXPathFunctionNameResolver.java:57)
         at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.<init>(BPELXPathFunctionNameResolver.java:48)
         at com.collaxa.cube.xml.xpath.BPELXPathFunctionNameResolver.<clinit>(BPELXPathFunctionNameResolver.java:44)
         at com.collaxa.cube.lang.compiler.bpel.XPathExprValidatorVisitor.<init>(XPathExprValidatorVisitor.java:122)
         at com.collaxa.cube.lang.compiler.bpel.AssignValidator.<init>(AssignValidator.java:89)
         at com.collaxa.cube.lang.compiler.bpel.BpelParser.<init>(BpelParser.java:452)
         at com.collaxa.cube.lang.compiler.bpel.BPELValidator.validate(BPELValidator.java:60)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.validate(BPEL1Processor.java:329)
         at com.collaxa.cube.lang.compiler.BPEL1Processor.process(BPEL1Processor.java:153)
         at com.collaxa.cube.lang.compiler.CubeParserHelper.compile(CubeParserHelper.java:47)
         at oracle.fabric.bpel.bpelc.BPELComponentValidator.validate(BPELComponentValidator.java:40)
         at oracle.soa.scac.ValidateComposite.validateComponentTypeServicesReferences(ValidateComposite.java:1117)
         at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:500)
         at oracle.soa.scac.ValidateComposite.run(ValidateComposite.java:150)
         at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:135)
    Nov 16, 2011 2:49:00 PM CubeProcessGenerator compile
    WARNING: classpath is: D:\JDev11g\Middleware\jdeveloper\jdev\extensions\oracle.sca.modeler.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.mgmt_11.1.1\soa-infra-mgmt.jar;D:\JDev11g\Middleware\oracle_common\modules\oracle.fabriccommon_11.1.1\fabric-common.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.mediator_11.1.1\mediator_client.jar;D:\JDev11g\Middleware\oracle_common\modules\oracle.mds_11.1.1\mdsrt.jar;D:\OIMPS1\Middleware\oracle_common\modules\oracle.jps_11.1.1\jps-manifest.jar;;D:\OIMPS1\Middleware\Oracle_IDM1\server\workflows\new-workflow\process-template\SelfRegistrationApprovalApp\SelfRegistrationApproval\SCA-INF\classes;D:\OIMPS1\Middleware\Oracle_IDM1\server\workflows\new-workflow\process-template\SelfRegistrationApprovalApp\SelfRegistrationApproval\SCA-INF\classes;D:\OIMPS1\Middleware\Oracle_IDM1\server\workflows\new-workflow\process-template\SelfRegistrationApprovalApp\SelfRegistrationApproval\SCA-INF\gen-classes;D:\OIMPS1\Middleware\Oracle_IDM1\server\workflows\new-workflow\process-template\SelfRegistrationApprovalApp\SelfRegistrationApproval\SCA-INF\lib\oimclient.jar;D:\JDev11g\Middleware\oracle_common\modules\commonj.sdo_2.1.0.jar;D:\JDev11g\Middleware\oracle_common\modules\oracle.fabriccommon_11.1.1\fabric-common.jar;D:\JDev11g\Middleware\oracle_common\modules\oracle.xdk_11.1.0\xmlparserv2.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\bpel1-1-xbeans.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel-common.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\bpel_coherence_config.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel-exts.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\thirdparty.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\bpm-analytics.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel-thirdparty.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\wsif-binding.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\orabpel-validator.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\monitor-rt-xbean.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.bpel_11.1.1\oracle.soa.bpmn.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\user-patch.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.thirdparty.jar;D:\JDev11g\Middleware\jdeveloper\uddi\lib\oracle.soa.uddi.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\bpm-infra.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\testfwk-xbeans.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-ext.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\soa-infra-scheduler.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\xmlunit-1.1.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\soa-infra-tools.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\soa-xpath-exts.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\oracle-soa-client-api.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.wls.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-client.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime-ext-was.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\fabric-runtime-ext-wls.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.fabric_11.1.1\oracle.soa.fabric.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.workflow_11.1.1\bpm-services.jar;D:\JDev11g\Middleware\jdeveloper\soa\modules\oracle.soa.ext_11.1.1\classes
    In scac_out.xml file following is the error message
    <Fault>
    <severity>error</severity>
    <loc>/ns:composite</loc>
    <line/>
    <col/>
    <file/>
    <msg>
    <![CDATA[SCAC-50012]]>
    </msg>
    </Fault>

    Hi,
    I have run into the same problem with SOA 11.1.1.5 version. In my case after fixing the following two errors it seems to work fine.
    If you have followed the guide, there must be some errors:
    First the java code if copied then contains an extra enter value:
    Instead of:
    "try {
    System.out.println("Prototype for invoking an OIM API from a SOA Composite");
    System.out.println("RTM Usecase: Self Registration Approval by Organization
    Administrator");"
    Use the following:
    "try {
    System.out.println("Prototype for invoking an OIM API from a SOA Composite");
    System.out.println("RTM Usecase: Self Registration Approval by Organization Administrator");"
    The other error is that you should not use <BEAHOME>/oracle_common/modules/oracle.jps_11.1.1/jps-manifest.jar, but the <BEAHOME>/oracle_common/modules/oracle.jps_11.1.1/jps-api.jar in jdeveloper. After these the deployment to the application server works fine for me.

  • Error while Creating Prestage Content File for Application in SCCM 2012

    Hi All,
    I am using SCCM 2012 SP1 on Win 2K8 SP R2 box. Database is SQL 2008 R2 SP1 CU6. I have trying to create Prestaged content for Applications for extracting pkgx files on DP's. I am getting the below error message for random applications(not for all applications
    but for random applications).
    Content that will be included into the prestaged content file (1):
    Citrix Receiver 13.3.0.55
    Export all dependencies: 'Yes'
    Selected distribution points: 'MPSERVER.GS.WORLD.PRESS.COM'
    Prestaged content file: 'G:\pkgxfiles\Application\Citrix Receiver 13.3.0.55.pkgx'
     Error: Distribution is currently in progress for selected packages: HM0000D9. Please wait and try again
    But if I see this application is successfully distributed to 2 of the distributions points long ago. If I reupdate the Distribution point and then again try to create prestaged content for this application then pkgx file for that application is getting
    created.
    Why this is happening and how can I resolve this?
    Thanks & Regards Uttam

    Since no one has answer this post, I recommend opening  a support case with CSS as they can work with you to solve this problem.
    Garth Jones | My blogs: Enhansoft and
    Old Blog site | Twitter:
    @GarthMJ

  • When trying to Export Movie, I get an error saying Unable to prepare project for publishing. Can anyone help?

    I have been trying to Export a 48 minute movie (stills, titles, transitions, and background music using iMovie 11 Ver 9. After a couple of hours of rendering, it stops with th efollowing error: "Unable to prepare project for publishing. The project could not be prepared for publishing because an error occured. (File already open with with write permission)". Can anyone help? Thanks.

    I'd start with the following user tip with that one:
    "There is a problem with this Windows Installer package ..." error messages when installing iTunes for Windows

  • I am trying to render a movie in ilife 11. Error appears: Unable to prepare project for publishing. The project could not be prepared for publishing because an error occured. (project is too large). It is only 1:39:00. Any ideas? Thanks! Marv

    this error occurs. Unable to prepare project for publishing. The project could not be prepared for publishing because an error occured. (Project is too Long)
    I know this isn't true, as it is only 1:39:31. I have a mac with 160mb and 160 gb available. Could this be the problem? If so how can I remove some things to make room? Thanks!!

    By exporting to the right format a movie of an hour and forty minutes could potentially use up 160 GB, exactly what format are you exporting to. additionally I'm not clear what you mean when you say your mac has 160 MB and 160 GB available.

  • Error while running FX restatement process for currency translation

    Hi Experts,
    I am facing errors while trying to run FX_Restatement process to do currency translation.
    I am having the error: RUN_LOGIC:Member u201CXXXu201D not exist => where XXX is any currency I am trying to convert.
    Below is the script logic (FXTRANS.LGF)used.
    *RUN_PROGRAM CURR_CONVERSION
          CATEGORY     = %FX_CATEGORY_SET% 
          CURRENCY     = %FX_INPCURRENCY_SET% 
          TID_RA = %FX_TIME_SET%
          OTHER = [ENTITY=%FX_ENTITY_SET%]     
          RATEENTITY = GLOBAL
          //For More than one other scope parameters: OTHER = [ENTITY=%FX_ENTITY_SET%;INTCO=%INTCO_SET%...]
    *ENDRUN_PROGRAM
    I am working on BPC 7.5 NW version.
    Can you help us with this?

    For the currency you are converting to: XXX
    INPUTCURRENCY dimension must have XXX as a member with "REPORTING" property set to "Y"
    and
    RPTCURRENCY dimension must have XXX as a member with "REPORTING" property set to "Y" and "CURRENCY_TYPE" property set to "R"
    It needs to be in both dimensions with the right properties.  INPUTCURRENCY is the currency dimension in the RATE cube, RPTCURRENCY is the currency dimension in the financial or consolidations cube.

Maybe you are looking for