Getting error as error spawning cmd.exe  while building a sample plugin by Dollyxs (Windows)

Hi,
I am still new to indesign plugin development. I am not able to build a
sample project created using Dollyxs on windows for Indesign CS4.
I am getting error as Error spawning cmd.exe .
Am I missing some settings to be made for the project. Can anybody help me
about this problem.B'z I am not able to build plugin and I am new to
Indesign plugin development.
Thanks and Regards,
Ravi Sharma

Path of ant lib is incorrect. Ant resides in - $mw_home\modules\org.apache.ant_1.7.1\lib
Make sure you have set the ant home correctly.
Regards,
Anuj

Similar Messages

  • Failed: DDXM_S18005: An error occurred in the PrepareTOC phase while building TableOfContents .

    When using DDX to merge certain pdf files, we get the following error:
    failed: DDXM_S18005: An error occurred in the PrepareTOC phase while building <TableOfContents>. Cause given.
    We are running Coldfusion 9.0.1 on a Windows Server 2008 R2 64-bit server.
    The error occurs only on certain pdf files, and only if we include them in the table of contents.
    There was a similar bug in Coldfusion 8 that was fixed, but it looks like it's come back again in Coldfusion 9.
    merge.cfm:
    <CFLOOP LIST="merge_no_toc.ddx,merge_toc.ddx" INDEX="ddx">
        <CFLOOP LIST="good.pdf,bad.pdf" INDEX="pdf">
            <CFSET inputStruct = StructNew()>
            <CFSET StructInsert(inputStruct, "In1", pdf)>
            <CFSET StructInsert(inputStruct, "In2", pdf)>
            <CFSET outputStruct = StructNew()>
            <CFSET outputStruct.Out1 = "merged.pdf">
            <CFPDF ACTION="processddx" DDXFILE="#ddx#" INPUTFILES="#inputStruct#" OUTPUTFILES="#outputStruct#" NAME="merge"></CFPDF>
            <CFOUTPUT>#DDX# with #pdf#:</CFOUTPUT>
            <CFDUMP VAR="#merge#">
            <BR />
        </CFLOOP>
    </CFLOOP>
    merge_toc.ddx
    <?xml version="1.0" encoding="UTF-8" ?>
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ns.adobe.com/DDX/1.0/ coldfusion_ddx.xsd">
        <PDF result="Out1">
            <TableOfContents bookmarkTitle="Table Of Contents" maxBookmarkLevel="1" includeInTOC="false">
                <Header>
                    <Center>
                        <StyledText>
                            <p color="black" font-size="16pt">Table of Contents</p>
                            <p />
                            <p />
                        </StyledText>
                    </Center>
                </Header>
            </TableOfContents>
            <PDF source="In1" bookmarkTitle="1" includeInTOC="true">
                <PageLabel mode="Define" start="_PageNumber"/>
            </PDF>
            <PDF source="In2" bookmarkTitle="2" includeInTOC="true">
                <PageLabel mode="Define" start="_PageNumber"/>
            </PDF>
        </PDF>
    </DDX>
    merge_no_toc.ddx
    <?xml version="1.0" encoding="UTF-8" ?>
    <DDX xmlns="http://ns.adobe.com/DDX/1.0/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ns.adobe.com/DDX/1.0/ coldfusion_ddx.xsd">
        <PDF result="Out1">
            <TableOfContents bookmarkTitle="Table Of Contents" maxBookmarkLevel="1" includeInTOC="false">
                <Header>
                    <Center>
                        <StyledText>
                            <p color="black" font-size="16pt">Table of Contents</p>
                            <p />
                            <p />
                        </StyledText>
                    </Center>
                </Header>
            </TableOfContents>
            <PDF source="In1" bookmarkTitle="1" includeInTOC="false">
                <PageLabel mode="Define" start="_PageNumber"/>
            </PDF>
            <PDF source="In2" bookmarkTitle="2" includeInTOC="false">
                <PageLabel mode="Define" start="_PageNumber"/>
            </PDF>
        </PDF>
    </DDX>
    The resulting output:
    The "bad" pdf is a perfectly normal PDF with the Helvetica font (this is what the copier does).
    The "good" pdf is a perfectly normal PDF from a different copier, without the Helvetica font.
    The fonts available, as listed by the ColdFusion Administration page, include ArialMT and Helvetica:
    The good and bad pdf files, as well as the ddx and cfm files can be downloaded here if you want to run it yourself:  http://dl.dropbox.com/u/55552656/merge.zip

    https://bugbase.adobe.com/index.cfm?event=bug&id=3192782
    I learned about the 8.0.1 part from here:
    http://www.designovermatter.com/post.cfm/failed-ddxm-s18005-an-error-occurred-in-the-prepa retoc-phase-while-building-tableofcontents

  • Getting an error while building a sample web service

    Hi,
    I am beginner in web services and started working on a sample application in a web service tutorial.
    Build is failing in build.xml file while building sample web service using ant tool.
    antBuildfile: build.xml
    clean:
    setup:
    [mkdir] Created dir: /tmp/output/WEB-INF/classes
    [mkdir] Created dir: /tmp/client_classes
    compile.server:
    [javac] Compiling 1 source file to /tmp/output/WEB-INF/classes
    webservice.build:
    webss.build:
    BUILD FAILED
    Z:/JAVA-COBOL/sample1/tutorial/sample1/build.xml:43: The following error occurred while executing this line:
    Z:/JAVA-COBOL/sample1/tutorial/sample1/build-webss.xml:10: Problem: failed to create task or type source2wsdd*_
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    Can anyone look into this and let me know if you have any idea on this?
    Thanks,
    SRoop.
    Edited by: SRoop on Jun 20, 2008 9:11 AM
    Edited by: SRoop on Jun 20, 2008 9:14 AM
    Edited by: SRoop on Jun 21, 2008 5:51 AM

    Hi,
    I am beginner in web services and started working on a sample application in a web service tutorial.
    Build is failing in build.xml file while building sample web service using ant tool.
    antBuildfile: build.xml
    clean:
    setup:
    [mkdir] Created dir: /tmp/output/WEB-INF/classes
    [mkdir] Created dir: /tmp/client_classes
    compile.server:
    [javac] Compiling 1 source file to /tmp/output/WEB-INF/classes
    webservice.build:
    webss.build:
    BUILD FAILED
    Z:/JAVA-COBOL/sample1/tutorial/sample1/build.xml:43: The following error occurred while executing this line:
    Z:/JAVA-COBOL/sample1/tutorial/sample1/build-webss.xml:10: Problem: failed to create task or type source2wsdd*_
    Cause: The name is undefined.
    Action: Check the spelling.
    Action: Check that any custom tasks/types have been declared.
    Action: Check that any <presetdef>/<macrodef> declarations have taken place.
    Can anyone look into this and let me know if you have any idea on this?
    Thanks,
    SRoop.
    Edited by: SRoop on Jun 20, 2008 9:11 AM
    Edited by: SRoop on Jun 20, 2008 9:14 AM
    Edited by: SRoop on Jun 21, 2008 5:51 AM

  • Error in DAC 7.9.4 while building the execution plan

    I'm getting Java exception EXCEPTION CLASS::: java.lang.NullPointerException while building the execution plan. The parameters are properly generated.
    Earlier we used to get the error - No physical database mapping for the logical source was found for :DBConnection_OLAP as used in QUERY_INDEX_CREATION(DBConnection_OLAP->DBConnection_OLAP)
    EXCEPTION CLASS::: com.siebel.analytics.etl.execution.NoSuchDatabaseException
    We resolved this issue by using the in built connection parameters i.e. DBConnection_OLAP. This connection parameter has to be used because the execution plan cannot be built without OLAP connection.
    We are not using 7.9.4 OLAP data model since we have highly customized 7.8.3 OLAP model. We have imported 7.8.3 tables in DAC.
    We have created all the tasks with syncronzation method, created the task group and subject area. We are using in built DBConnection_OLAP and DBConnection_OLTP parameters and pointed them to relevant databases.
    system set up -
    OBI DAC server - windows server
    Informatica server and repository sever 7.1.4 - installed on local machine and
    provied PATH variables.
    IS this problem regarding the different versions i.e. we are using OBI DAC 7.9.4 and underlying data model is 7.8.3?
    Please help,
    Thanks and regards,
    Ashish

    Hi,
    Can anyone help me here as I have stuck with the following issue................?
    I have created a command task in workflow at Informatica that will execute a script in Unix to purge chache at OBIEE.But I want that workflow to be added as a task in DAC at already existing Plan and should be run at the last one whenever the Incremental load happens.
    I created a Task in DAC with name of Workflow like WF_AUTO_PURGE and added that task as following task at Execution mode,The problem here is,I want to build that task after adding to the plan.I some how stuck here , When I try to build the task It is giving following error !!!!!
    MESSAGE:::Error while loading pre post steps for Execution Plan. CompleteLoad_withDeleteNo physical database mapping for the logical source was found for :DBConnection_INFA as used in WF_AUTO_PURGE (DBConnection_INFA->DBConnection_INFA)
    EXCEPTION CLASS::: com.siebel.analytics.etl.execution.ExecutionPlanInitializationException
    com.siebel.analytics.etl.execution.ExecutionPlanDesigner.design(ExecutionPlanDesigner.java:1317)
    com.siebel.analytics.etl.client.util.tables.DefnBuildHelper.calculate(DefnBuildHelper.java:169)
    com.siebel.analytics.etl.client.util.tables.DefnBuildHelper.calculate(DefnBuildHelper.java:119)
    com.siebel.analytics.etl.client.view.table.EtlDefnTable.doOperation(EtlDefnTable.java:169)
    com.siebel.etl.gui.view.dialogs.WaitDialog.doOperation(WaitDialog.java:53)
    com.siebel.etl.gui.view.dialogs.WaitDialog$WorkerThread.run(WaitDialog.java:85)
    ::: CAUSE :::
    MESSAGE:::No physical database mapping for the logical source was found for :DBConnection_INFA as used in WF_AUTO_PURGE(DBConnection_INFA->DBConnection_INFA)
    EXCEPTION CLASS::: com.siebel.analytics.etl.execution.NoSuchDatabaseException
    com.siebel.analytics.etl.execution.ExecutionParameterHelper.substitute(ExecutionParameterHelper.java:208)
    com.siebel.analytics.etl.execution.ExecutionParameterHelper.parameterizeTask(ExecutionParameterHelper.java:139)
    com.siebel.analytics.etl.execution.ExecutionPlanDesigner.handlePrePostTasks(ExecutionPlanDesigner.java:949)
    com.siebel.analytics.etl.execution.ExecutionPlanDesigner.getExecutionPlanTasks(ExecutionPlanDesigner.java:790)
    com.siebel.analytics.etl.execution.ExecutionPlanDesigner.design(ExecutionPlanDesigner.java:1267)
    com.siebel.analytics.etl.client.util.tables.DefnBuildHelper.calculate(DefnBuildHelper.java:169)
    com.siebel.analytics.etl.client.util.tables.DefnBuildHelper.calculate(DefnBuildHelper.java:119)
    com.siebel.analytics.etl.client.view.table.EtlDefnTable.doOperation(EtlDefnTable.java:169)
    com.siebel.etl.gui.view.dialogs.WaitDialog.doOperation(WaitDialog.java:53)
    com.siebel.etl.gui.view.dialogs.WaitDialog$WorkerThread.run(WaitDialog.java:85)
    Regards,
    Arul
    Edited by: 869389 on Jun 30, 2011 11:02 PM
    Edited by: 869389 on Jul 1, 2011 2:00 AM

  • Error While building the Sample Example

    Hi,
    I'm trying to run the first example in the following tutorial:
    http://docs.oracle.com/cd/E17904_01/web.1111/e13758/toc.htm
    Getting the following error:
    java.lang.NoClassDefFoundError: com/sun/xml/ws/model/RuntimeModeler
    at weblogic.wsee.util.ClassUtil.getNamespaceFromClass(ClassUtil.java:151
    at weblogic.wsee.jws.WebServiceRuntimeDecl.initNamespaces(WebServiceRunt
    imeDecl.java:253)
    at weblogic.wsee.jws.WebServiceRuntimeDecl.<init>(WebServiceRuntimeDecl.
    java:77)
    at weblogic.wsee.tools.jws.decl.WebServiceDecl.<init>(WebServiceDecl.jav
    a:48)
    at weblogic.wsee.tools.jws.decl.WebServiceSEIDecl.<init>(WebServiceSEIDe
    cl.java:81)
    at weblogic.wsee.tools.jws.decl.WebServiceSEIDecl.<init>(WebServiceSEIDe
    cl.java:68)
    at weblogic.wsee.tools.jws.decl.WebServiceDeclFactory.newInstance(WebSer
    viceDeclFactory.java:54)
    at weblogic.wsee.tools.anttasks.JwsModule.buildAndValidate(JwsModule.jav
    a:583)
    at weblogic.wsee.tools.anttasks.JwsModule.loadWebServices(JwsModule.java
    *:574)*
    at weblogic.wsee.tools.anttasks.JwsModule.generate(JwsModule.java:369)
    at weblogic.wsee.tools.anttasks.JwsModule.build(JwsModule.java:256)
    at weblogic.wsee.tools.anttasks.JwscTask.execute(JwscTask.java:184)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.jav
    a:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExe
    cutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    at org.apache.tools.ant.Main.runBuild(Main.java:758)
    at org.apache.tools.ant.Main.startAnt(Main.java:217)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    Caused by: java.lang.ClassNotFoundException: com.sun.xml.ws.model.RuntimeModeler
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    *... 29 more*
    Kindly help me out in how to run the example, please let me know where I'm going wrong.
    I'm beginning to feel oracle has the most pathetic documentation, even when u following exactly as told in the tutorial, still its code does not work, personally I feel oracle products are the most complex and most useless while at the same time very expensive.

    Hi,
    you see that message: "The password must be at least 8 alphanumeric characters with at least one number or special character." ?
    The password: The weblogic password you provide when prompted
    must be at least: minimal condition for secure passwords enforced on WLS by default
    at least 8 alphanumeric characters: no 7 but eight or more characters
    with at least one number or special character: password should have a number in it or an "@" "-" or similar
    E.g.
    weblogic1
    is one password option that would meet that requirement
    Frank

  • I am receiving an error message stating safari quit unepectedly while using the TelevisionFanaticToolBar plugin. Any ideas as to how to clear this so I can use Safari?

    I am receiving a message stating that safari quit unexpectedly while using the TelevisionFanaticToolBar plugin. How to I clear this message so I can use Safari?

    television fanatic toolbar corrupting...: Apple Support Communities

  • Error while build FOD sample

    Hello all,
    I have installed Jdeveloper Studio Edition Version 11.1.2.1.0 and I have database 10g express edition, and want to install FOD sample schema as explained in this link:
    http://www.oracle.com/technetwork/developer-tools/jdev/index-095536.html
    after I change the properties for my environment as below
    # Master Ant properties file for Fusion Order Demo
    # All build files refer to this master list of properties
    # Continuous builds override these settings
    # $Id: build.properties 812 2007-02-20 07:14:33Z lmunsing $
    # Base Directory for library lookup
    jdeveloper.home=C:\oracle\Middleware11.1.2.1\jdeveloper
    src.home=..//..
    # JDBC info used to create Schema
    jdbc.driver=oracle.jdbc.OracleDriver
    jdbc.urlBase=jdbc:oracle:thin:@localhost
    jdbc.port=1521
    jdbc.sid=XE
    # Information about the default setup for the demo user.
    db.adminUser=system
    db.demoUser=FOD
    db.demoUser.password=fusion
    db.demoUser.tablespace=USERS
    db.demoUser.tempTablespace=TEMPand build all, I get this message in the log.
    Buildfile: C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml
    init:
        [javac] Compiling 1 source file to C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\classes
    setProperties:
    createDatabase:
    refreshSchema:
    BUILD FAILED
    C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\build.xml:51: The following error occurred while executing this line:
    C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:100: The following error occurred while executing this line:
    C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:63: The following error occurred while executing this line:
    C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\DBSchema\build.xml:28: C:\JDeveloper\Release2.1\FusionOrderDemo_R2_1_revised\Infrastructure\Ant\wlserver_10.3\server\lib not found.
    Total time: 4 seconds The error occurred at this target
      <target name="createDatabase">
        <ant antfile="build.xml" dir="../DBSchema"
             target="createDatabase" inheritrefs="true"/> #This is Line 51
      </target>Any help is appreciated.
    Edited by: 920003 on May 4, 2012 8:24 AM

    I think you need regular / and not \ here:
    jdeveloper.home=C:\oracle\Middleware11.1.2.1\jdeveloper

  • Application popup: cmd.exe - Application Error

    Hi,
    Daily ILM batch will execute after completion i am connecting the server using RADMIN, while connectng i am getting the below error.
    Application popup: cmd.exe - Application Error : The application failed to initialize properly (0xc0000142). Click on OK to terminate the application.
    Please let me know how to clear this error.
    jaya

    Hello,
    See this blog-post;
    http://blogs.technet.com/b/gladiatormsft/archive/2013/06/11/app-v-5-0-on-these-0xc0000142-errors-and-where-they-are-coming-from.aspx
    Nicke Källén | The Knack| Twitter:
    @Znackattack

  • "Error loading plugins" on sample plugin

    This is happening on a new installation of the Illustrator CS6 and new, out-of-the-box builds of sample plugins.
    I tried MenuPlay and Annotator in both Debug and Relese with the same error on AI startup.
    Here is what I do:
    - open xcode project for a selected sample plugin. Build it - both debug and relese configuration,
    - copy the AIP file to /Applications/Adobe Illustrator CS6/Plug-ins.localized,
    - also:
         changed the owner and permissions of the plugin to be root:admin and rwxrwxr-x,
         moved plugins to a new directory inside Plug-ins and in the place outside of
             /Applications/Adobe Illustrator CS6/ tree with the location specified in Preferences
    Any idea what's causing this?

    Joe, Unfortunately your symptoms are slightly different than the original posters. Bunny's issue is odd because the plug-in loads on some machines and not others. I'm afraid I'm stumped there.  But Joe, I think we could help you if we had some more information about the process you went through to get your samples loaded. It really could be a lot of things at this point. And it would help to know if you're developing on a windows or mac OS, etc. Did you follow the procedures in the "Getting Started Guide" in the docs folder of the SDK?

  • Since installing OS X 10.7.5 and iPhoto 9.4, I can no longer export photos from iPhoto.  I get a message that iPhoto quit while using the HPPhotoExport plugin.

    Since installing OS X 10.7.5 and iPhoto 9.4, I can no longer export photos from iPhoto.  I get a message that "iPhoto quit unexpectedly while using the HPPhotoExport plugin."

    Trash the HPPHoto Export Plugin
    /Library/Application Support/iPhoto/*/HPPhotoExport
    Remember you have two Libraries:
    HD/Library and
    HD/Users/Your Name/ Library
    On 10.7: Hold the option (or alt) key while clicking on the Go menu in Finder to access the User Library
    It may be in either.
    Regards

  • I am getting the following error message while opening the fire fox browser "sript file:///programe % 20 files/siber%AT% 20roboform/rirefox/components/ref helper.JS:510 in English

    i am getting the following error message while opening the fire fox browser "sript file:///programe % 20 files/siber%AT% 20roboform/Firefox/components/ref helper.JS:510 in English

    ls -l /var/run/lighttpd/
    And how are you spawning the php instances? I don't see that in the daemons array anywhere.
    EDIT: It looks like the info in that page is no longer using pre-spawned instances, but lighttpd adaptive-spawn. The documentation has been made inconsistent it looks like.
    You will note that with pre-spawned information, the config looks different[1].
    You need to do one or the other, not both (eg. choose adaptive-spawn, or pre-spawn..not both).
    [1]: http://wiki.archlinux.org/index.php?tit … oldid=8051 "change"

  • I am running Windows 7  and trying to update to iTunes version 10.5 (from version 10.3.1.55) and I keep getting the following error message, 'Error occurred while installing the updates. If the problem persists, choose Tools Download Only and try instal

    I am running Windows 7 home edition and trying to update to iTunes version 10.5 (from version 10.3.1.55) and I keep getting the following error message, ‘Error occurred while installing the updates. If the problem persists, choose Tools > Download Only and try installing manually’ which I do only to have the same error message pop up.

    Try updating your iTunes using an iTunesSetup.exe (or iTunes64Setup.exe) installer file downloaded from the Apple website:
    http://www.apple.com/itunes/download/

  • How to solve "Error: Invalid Embed directive in stylesheet - can't resolve source" while building using mxmlc.exe on command prompt

    Hi,
    Currently, I am developing a powershell script for Flex build automation.
    I found some problem and have been trying to search any references and tried any ways to fix it but It did not work.
    I am using compc.exe for compiling the libraries and it works fine.
    I compiled css files into swf files using mxmlc.exe and it works fine.
    However, I have a problem while building my main application (mxml file).
    It complains about embedded resources.
    I run this command, it works fine:
    "C:\Program Files (x86)\Adobe\Flex Builder 3\sdks\3.2.0\bin\mxmlc.exe" "C:\{somePath}\FlashClient\src\styleLang.css" -output "C:\{somePath}\FlashClient_deploy\styleLang.swf"
    However, when I tried to run these command on cmd for testing:
    "C:\Program Files (x86)\Adobe\Flex Builder 3\sdks\3.2.0\bin\mxmlc.exe" "C:\{somePath}\FlashClient\src\FlashClient.mxml" -load-config "C:\{somePath}\FlashClient\src\dump_config_temp.xml" -output "C:\{somePath}\FlashClient_deploy\flashclient_test.swf"
    I got a lot of this error message:
    this is my folder structure:
      FlashClient
      |
      |---assets
      |---src
          |
          |---FlashClient.mxml
          |---FlashClient.as
          |---FlashClientStyleLoopup.css
          |---styleLang
    Already tried to add / at the beginning of the relative paths but It did not work.
    Also tried to compile one of the image to a swc file and include it on the dump_config, but also did not work. something similar with Tech Diary: Flex : Solution to Error: unable to resolve '/assets/icons/icon.png' for transcoding using Embed tag
    Does anyone know how flex builder resolve the relative path to make the embedded resources work? or how to fix this?
    I've been trying to work on it for days but haven't had any luck.
    Will be really appreciate it if someone could help me with this.
    Many Thanks.

    Hi,
    make sure you are using 32 bit Java JDK. Check that your systems variables CLASSPATH, JAVA_HOME are pointing to correct 32 bit Java JDK folder (e.g. CLASSPATH=C:\Program Files (x86)\Java\jdk1.8.0_25 and JAVA_HOME=C:\Program Files (x86)\Java\jdk1.8.0_25). Also make sure you have 32 bit Java JDK's "bin" folder in your system's variable PATH.

  • Getting a 'Runtime Error' while launching Crystal Reports

    Hello
    I have Crystal Report XI R2 installed on an XP machine. However, while launching it, I get the following error:
    Microsoft Visual C++ Runtime Library
    Runtime Error!
    Program ...am Fils\Business Objects\Crystal Reports 11.5\crw32.exe
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    Any help would be appreciated.
    Thanks,
    Alok.

    Hi Alok
    Are you logged in as Administrator?
    If not try logging in as Administrator,is still the issue persists then you need to manually uninstall Crystal Reports and reinstall it again.
    This issue happens because the installation of Crystal Reports has not been successful, despite a message stating that it has been  successfully installed.
    Manual Uninstalling Process:
    Symptom
    Crystal Reports XI is installed on your computer. You need to manually uninstall Crystal Reports XI for one of the following reasons:
    u2022 To verify that all Crystal Reports XI components have been completely removed prior to installing a later version of Crystal Reports.
    u2022 To remove the remaining Crystal Reports XI components that have not been removed using the 'Add/Remove Programs' command (Start > Settings > Control Panel).
    u2022 To remove the remaining Crystal Reports XI components that have not been removed using the Setup.exe file from Crystal Reports XI installation CD.
    How do you manually uninstall Crystal Reports XI?
    Resolution
    Before getting started, uninstall Crystal Reports XI by launching the Setup.exe file from the installation CD or by using the 'Add/Remove Programs' command. If either of these methods fails to remove all Crystal Reports directories, files and registry keys, then continue with the resolution of this article.
    ==========
    WARNING:
    This resolution can be applied if Crystal Reports XI is the only software installed on the computer that uses the Business Objects directories, files and registry keys.
    For example, Crystal Analysis, Crystal Enterprise and BusinessObjects Enterprise XI are applications that may share the same directories, files and registry keys.
    Removing these directories, files and registry keys may cause other software to function incorrectly.
    ==========
    1. To manually uninstall Crystal Reports XI, delete the following directories:
    u2022 C:\Program Files\Common Files\Business Objects\3.0
    u2022 C:\Program Files\Business Objects
    ====================
    NOTE:
    Do not remove the directory C:\Program Files\Common Files\Business Objects\3.0 if you have BusinessObjects Enterprise XI or Crystal Reports Server XI installed. These files are shared by both applications and removal of these files will cause Business ObjectsEnterprise XI and Crystal Reports Server XI to function incorrectly.
    ====================
    2. Delete the following registry keys:
    ====================
    WARNING:
    The following resolution involves editing the registry. Using the Registry Editor incorrectly can cause serious problems that may require you to reinstall the Microsoft Windows operating system. Use the Registry Editor at your own risk.
    HELP:
    For information on how to edit the registry key, view the 'Changing Keys And Values' online Help topic in the Registry Editor (Regedit.exe).
    RECOMMENDATION:
    It is strongly recommended that you make a backup copy of the registry files (System.dat and User.dat on Win9x computers) before you edit the registry.
    ====================
    u2022 HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suite 11.0\Crystal Reports\
    u2022 HKEY_CURRENT_USER\Software\Business Objects\Suite 11.0\Crystal Reports
    u2022 HKEY_USERS\S-#-#-##-...-####\Software\Business Objects\Suite 11.0\Crystal Reports
    (The number signs (#) represent a series of numbers that are different on each computer.)
    ====================
    NOTE:
    After making changes to the registry, restart the affected service or application as required.
    ====================
    Hope this Helps,
    Shraddha

  • Windows 7 Command Prompt Message Errors (cmd.exe)

    Opening a command prompt in Windows 7 and running any command results in error messages such as the ones below (in this case a dir command):
    01/28/2010  09:06 AM    The system cannot find message text for message number 0x2373 in the message file for Application.
                                           Windows
          The system cannot find message text for message number 0x2378 in the message file for Application.
          The system cannot find message text for message number 0x2379 in the message file for Application.
    For other commands it references "System" rather than "Application" in the error message.  I've seen other posts online describing the same behavior linked to the copies of Win7 distributed at the Gartner Symposium in October as part of the general availability announcement (this is where I got my copy). 
    Any help or suggestions would be appreciated.

    Explorer has never really been able to accept drag-dropped files from multiple users very well, i.e., dragging a file from a window from a user-opened folder into an admin-opened folder.  It can be done though with a hack.  What I have been able
    to do in the past, as a workaround, is hot-login.  Hot-login is as opposed to warm-login in which is logging off Explorer and logging back in as a different user, or cold-login which is rebooting the system.  It is considered a hack by most Microsoft
    professionals though is useful.
    To hot-login, then, while logged in as a user use the Task Manager to stop the "explorer.exe" process.  This will close all Explorer windows and cause your taskbar and you desktop icons to disappear, but you will still have other applications running,
    such as your Cmd windows.  Note that due to the user's credentials on that machine, you may need to do this using PsKill (part of PsTools, now a Microsoft Product), using the admin Cmd window itself.  After doing that, immediately run explorer.exe
    from the admin Cmd window before Explorer has a chance to rerun itself (usually several seconds, though it might never come back by itself).
    Doing that should now load the taskbar and desktop back, and they may look different if you previously had them customized.  This is because Explorer is now running as admin, as if you had logged into Windows as the admin account.  But, part of
    the OS is also still running as the user, such as the server and workstation services, so you may, perhaps, be able to drag-drop files between users interchangeably, at that point.  In the least, running Explorer as admin has its enough advantages, in
    some roles (like server administration), to be useful in and of itself.
    This all may of course change after enough updates to Windows security.
    Oh -- to access the user-specific desktop icons which are now gone from the actual desktop, find its icons in the respective subfolder in the \Users\ folder on the system drive and use them from there.  It should in a \Desktop\ folder right in the respective
    user folder.  User-specific Quick Launch icons from the taskbar are probably in AppData\Roaming\Microsoft\Internet Explorer\Quick Launch\, from the respective user folder. 
    Now again, this is a hack that I'd use as an Active Directory administrator.  It is only needed once per Windows session, usually in conjunction with an AD admin account I had, as logged in and running Cmd via RunAs.  Local administrator accounts
    function the same way with this process.  I don't expect Microsoft to officially endorse this process, so consider it from one power user to the next as the need arises.

Maybe you are looking for

  • How do I transfer my iTunes library back from an external hard drive?

    Hi. Today, I bought a 1TB external hard drive, and I was very excited to transfer my music over to it. It worked fine for a couple of hours, but then, tragedy struck. Right in the middle of listening to a song, it stopped and Windows told me the devi

  • Group vendors and pay to only one instead of many

    Hi, Our situation is that, we are having about 8 plants for our intercompany VE01 & each plant is a vendor for the receiving company code AR01. Now the sending company code VE01 would like to receive payments only to one vendor account not to all 8 v

  • Jco,jca,enterprise connector

    i know jco but wat is the use of jca and enterprise connector wen to use jco, jca, enterprise connector

  • Re-installation advice, please

    Hi all. After installing CS4, shortly after its introduction, everything went well, sort of. The GPU feature wouldn't work with my older graphics card, I think. At least it wasn't one of the tested/supported cards. Then, my D drive (storage and scrat

  • Optimize SWC

    I am creating an SWC library that I like to distribute to a third party developer. And I like to optimize the SWC beforehand so that even if the other developer fail to optimize his/her final SWF, my library will still perform at maximum efficiency.