Setup Project with Coldfusion

I have been attempting to create a new project using Flash Builder and cannot get it to validate the server. I am using the same settings with Flex Builder and it validate fine. Any ideas?

Can you share you project server settings?
Tim

Similar Messages

  • Setup Project installs but does not become active

    Hello all,
    My task for my work was to transfer over a macro that I made that would process and delete incoming emails to a specified mailbox in Outlook into a Visual Studio project. This is required because we want to be able to give out the code to clients, which
    is quite cumbersome with a macro. I want to be able to use Visual Studio's Setup and Deployment to create an installer for the Add In.
    I have spent hours trying to figure out how to get the installer to work. From everything that I have read and all of the youtube videos that I've watched, I just cannot for the life of me figure out what I'm missing.
    My problem is that when I build the setup project and move it over to a machine I want to install it on, it installs just fine. I even check the windows event logs and it displays no errors, stating the installation was successful. The files are even placed
    where I wanted them to be. But when I open Outlook expecting the add in to run, it's not there. Not under active, disabled, or otherwise. When I debug the project, it runs just fine and Outlook has the add in as active. Thus, I even tried moving over the literal
    vsto file with the installer (because that was the file location shown in Outlook during debug), and still the installer runs successfully but it doesn't affect Outlook. When I double click the vsto file though, poof, Outlook has the add in. But that doesn't
    appear to be the setup doing anything, I'm just installing the add in from the VSTO directly, I believe.
    Apparently I cannot add images to the body text, which might have made this easier.
    I'm creating my project (Outlook add in) and copying my macro code over. When I debug the project, it's shown as an active add in and works fine. I then add the setup and deployment project (Visual Studio Installer -> Setup Project). From the videos that
    I've watched, I haven't noticed anyone do anything more than add the Primary Output and then alter the Deployment Project Properties (company name and etc.).
    As I said previously, running the debug does just fine at causing the add in to be active and seen by Outlook, but no such similar thing appears when I run the setup installer on the other machine. Nor when I run the installer on the same machine as I was
    running the debug.
    I'm at a complete loss as to what I need to do to fix this and would appreciate any help you can give me.

    Hi Brady Schwandt,
    >>I want to be able to use Visual Studio's Setup and Deployment to create an installer for the Add In.
    Which VS version did you use? So you use the InstallShield LE, am I right?
    I found some blogs which shared some information about it here:
    http://blogs.msdn.com/b/emeamsgdev/archive/2013/11/21/outlook-deploying-an-outlook-2013-add-in-using-installshield-le.aspx
    http://blogs.msdn.com/b/mcsuksoldev/archive/2010/10/01/building-and-deploying-an-outlook-2010-add-in-part-1-of-2.aspx
    http://blogs.msdn.com/b/mcsuksoldev/archive/2010/10/01/building-and-deploying-an-outlook-2010-add-in-part-2-of-2.aspx
    As you said that the project has no any issue, so the real issue is related to "how to create the setup project with InstallShield LE for outlook add-in".
    You know that actually we didn't support the InstallShield LE, it has his own third party supported site now, if above blogs no help, I suggest you post this issue to this site:
    http://community.flexerasoftware.com/forumdisplay.php?133-InstallShield
    Best Regards,
    Jack
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to create a Flex3 project with remote ColdFusion server?

    I have a question related to Flex 3 and ColdFusion that it might be simple to answer but I have been struggling with it for a while.
    How to create a Flex application using Flex Builder 3 that uses ColdFusion, but the ColdFusion server is not installed locally but in a remote server?
    I need to create a Flex application to use with ColdFusion and although this is a simple procedure when we are creating the project in a computer where you have ColdFusion installed locally (as all books shows examples of it), but what if the ColdFusion server is installed in another machine in the network?
    My current situation is the following:
    -          I have Flex Builder 3 install in my PC at work and its workspace is in a folder in the network outside of my PC.
    -          We have a server (ISWEB1) partition in two drives; C, where the ColdFusion 8 is installed and D where all the files the developers work with reside. The ColdFusion installation runs in a server where IIS is used as the web server.
    -          I have the drive D on the server ISWEB1 mapped to one of my letter drives and can access it easily
    -          The drive C on the Server can only be accessed remotely (or through the web to access the ColdFusion admin page) and is not exposed to the network as drive D is.
    My problem is, I need to create a Flex 3 application that uses ColdFusion using remote object access service (CF Flash Remoting) but I wanted to point to the installation version on the server ISWEB1 and not to the one installed locally. The Configure ColdFusion Server screen in the Flex Builder asked me for the location of ColdFusion root folder, Web root, and root URL. There is no way I can point to the server (ISWEB1)where ColdFusion is installed as those fields seem to required a address that points to a local install or a mapping on that local server.
    The work around that could be used is to use the ColdFusion developers edition I have installed locally and use during the creation of the project in Flex Builder, but then I would have to have all the same data sources, mappings, and CFCs in my the local server in order to test, which seems double work. To aggravate that when you try to test the application Flex writes the files to the local server and unless you have everything available locally it would not work properly. I am trying to avoid duplicating the work. Ideally I would like to test the Flex application on the server where the CF is installed and where the Flex Builder workspace is.

    Sort of. I found this article below that helped me to connect to the remote CF server using MXML. It seems that you have to create a regular project in Flex with Aplication Server Type set to None and connect to CF using the endpoint attribute of the RemoteObject MXML tag or via AS.
    http://www.aliaspooryorik.com/blog/index.cfm/e/posts.details/post/200
    However I found out after getting error using the AS3 code to use the endpoint property that
    mx.rpc.remoting.RemoteObject does not support  the "endpoint" property
    whereas mx.rpc.remoting.mxml.RemoteObject does. See link below
    http://www.mail-archive.com/[email protected]/msg101439.html//www.mail-archive.com/[email protected]/msg101439.html
    So I had to change my AS3 code by adding a new channel to my RemoteObject using a code similar to the one on the link below (Note that this code uses PHP, when I instantiate myRemoteObject, I do so informing that the destination is "ColdFusion" [new RemoteObject("ColdFusion")], so no need to set destination as in the code on the link below
    http://tech.groups.yahoo.com/group/flexcoders/message/120115
    I hope that helps you.

  • Combining ODP installation with Setup Project

    Can the installation of ODP be included in a Setup Project, so that the user does not have to install ODP seperately? It would be nice to be able to include this installation with the installation of the .NET program.
    Thanks,
    Ed

    Hi,
    Do your users already have the appropriate Oracle client installed? If so you could probably get away with dropping Oracle.DataAccess.dll and OraOpsX.dll (oraops10.dll if you're using 10g ODP) on the machine, and registering it with the gac.
    If you're trying to deploy a complete Oracle client installation, there's currently no easy way.. see this thread
    Re: ODP.Net Deployment with my app
    Cheers,
    Greg

  • Help with Coldfusion 5 login page

    Hi
    I want to setup a login page for my company website. This is running in Coldfusion version 5(I know its very old version). I never worked with Coldfusion before. Is there any setting in Control panel that we can require user to login to view any of our contents? or do we have edit all the pages and redirect to a login page if thats a not registered user? Please advice me.
    I cant upgrade this server to new version,because this project contract is finishing end of this year.
    Thanks
    Ananth

    You want to search up the "Application.cfm" file.
    In ColdFusion this file is automatically included at the beginning of all .cfm files requested from the same directory or any sub-directroy that does not have another Application.cfm file.  It is a common place to put login logic and other code that needs to be executed with every ColdFusion request.
    You will also want to know about the <cfapplication ...> tag that is used to name an application and provide access to applicaiton and session state scopes so that a login state can be maintained from request to request.
    A great resource would be the ColdFusion documentation that has entire chapters compete with sample code on how to set up web site authentication:
    Using the Application Framework
    Application Security
    http://www.adobe.com/livedocs/coldfusion/5.0/

  • Reduce time to build setup project and size of .msi

    I have noticed that since we started working with Crystal 2008 (previously we used version 8.5), the merge module added to the Visual Studio 2005 setup project seems to cause the build process to take much longer than before (nearly 10 minutes), and the resulting .msi has ballooned from a few megs into around 54MB.
    I think that this is because it is included language support for all languages, even though the only language we need is English.  I might be misunderstanding the cause - this is just my best guess.
    Does anyone know if there is a way to reduce the amount of time to build, and reduce the size of the .msi?
    Thank you for any help.. shannon

    Thank you for the response..
    My Visual Studio 2005 solution is configured to not build the setup project automatically.  I only build it manually when I need to do a test deployment on the development server.  As I am approaching the end of the development cycle, I am having to deploy to the dev server pretty frequently - this is why the long build process is becoming more of a problem for me.  It is making the testing process very cumbersome.
    To be honest, the size of the .msi file doesn't cause any problem for me, but I am guessing that if there were a way to reduce the size, it would also reduce the time, since it seems to take a long time to pack everything into that .msi during the setup project build.

  • BlazeDS configuration with coldfusion/java No destination 'testClass' exists in service flex.messaging.services.RemotingService"

    Hi
      I have an application which requires interaction with both coldfusion and java.I have taken the configuration files from the blazeDS turnkey project and added it to my application.My application server is  coldfusion  deployed in a weblogic.I was able to call coldfusion from my flex but whenever i try making java calls i get the following error
    [RPC Fault faultString="No destination 'testClass' exists in service flex.messaging.services.RemotingService" faultCode="Server.Processing" faultDetail="null"]
    services-config file is as follows
    <?xml version="1.0" encoding="UTF-8"?>
    <services-config>
        <services>
            <service-include file-path="remoting-config.xml" />
            <!--<service-include file-path="proxy-config.xml" />
            <service-include file-path="messaging-config.xml" />-->
        </services>
        <security>
            <login-command class="flex.messaging.security.JRunLoginCommand" server="JRun"/>
            <!-- Uncomment the correct app server
            <login-command class="flex.messaging.security.TomcatLoginCommand" server="Tomcat"/>
            <login-command class="flex.messaging.security.WeblogicLoginCommand" server="Weblogic"/>
            <login-command class="flex.messaging.security.WebSphereLoginCommand" server="WebSphere"/>
            -->
            <!--
            <security-constraint id="basic-read-access">
                <auth-method>Basic</auth-method>
                <roles>
                    <role>guests</role>
                    <role>accountants</role>
                    <role>employees</role>
                    <role>managers</role>
                </roles>
            </security-constraint>
            -->
        </security>
        <channels>
            <!--  CF Based Endpoints -->
            <channel-definition id="my-cfamf" class="mx.messaging.channels.AMFChannel">
                <endpoint uri="http://localhost:7002/flex2gateway/" class="flex.messaging.endpoints.AMFEndpoint"/>
                <properties>
                    <polling-enabled>false</polling-enabled>
                    <serialization>
                        <instantiate-types>false</instantiate-types>
                    </serialization>
                </properties>
            </channel-definition>
            <channel-definition id="cf-polling-amf" class="mx.messaging.channels.AMFChannel">
                <endpoint uri="http://{server.name}:{server.port}{context.root}/flex2gateway/cfamfpolling" class="flex.messaging.endpoints.AMFEndpoint"/>
                <properties>
                    <polling-enabled>true</polling-enabled>
                    <polling-interval-seconds>8</polling-interval-seconds>
                    <serialization>
                        <instantiate-types>false</instantiate-types>
                    </serialization>
                </properties>
            </channel-definition>
            <channel-definition id="my-cfamf-secure" class="mx.messaging.channels.SecureAMFChannel">
                <endpoint uri="https://{server.name}:{server.port}{context.root}/flex2gateway/cfamfsecure" class="flex.messaging.endpoints.SecureAMFEndpoint"/>
                <properties>
                    <polling-enabled>false</polling-enabled>
                    <serialization>
                        <instantiate-types>false</instantiate-types>
                    </serialization>
                </properties>
            </channel-definition>
            <!--  Java Based Endpoints -->
            <channel-definition id="java-amf" class="mx.messaging.channels.AMFChannel">
                <endpoint uri="http://localhost:7002/flex2gateway/amf" class="flex.messaging.endpoints.AMFEndpoint"/>
            </channel-definition>
            <channel-definition id="java-secure-amf" class="mx.messaging.channels.SecureAMFChannel">
                <endpoint uri="https://{server.name}:{server.port}{context.root}/flex2gateway/amfsecure" class="flex.messaging.endpoints.SecureAMFEndpoint"/>
            </channel-definition>
            <channel-definition id="java-polling-amf" class="mx.messaging.channels.AMFChannel">
                <endpoint uri="http://{server.name}:{server.port}{context.root}/flex2gateway/amfpolling" class="flex.messaging.endpoints.AMFEndpoint"/>
                <properties>
                    <polling-enabled>true</polling-enabled>
                    <polling-interval-seconds>8</polling-interval-seconds>
                </properties>
            </channel-definition>
            <!--
            <channel-definition id="java-http" class="mx.messaging.channels.HTTPChannel">
                <endpoint uri="http://{server.name}:{server.port}{context.root}/flex2gateway/http" class="flex.messaging.endpoints.HTTPEndpoint"/>
            </channel-definition>
            <channel-definition id="java-secure-http" class="mx.messaging.channels.SecureHTTPChannel">
                <endpoint uri="https://{server.name}:{server.port}{context.root}/flex2gateway/httpsecure" class="flex.messaging.endpoints.SecureHTTPEndpoint"/>
            </channel-definition>
            -->
        </channels>
        <logging>
            <target class="flex.messaging.log.ConsoleTarget" level="Error">
                <properties>
                    <prefix>[BlazeDS] </prefix>
                    <includeDate>false</includeDate>
                    <includeTime>false</includeTime>
                    <includeLevel>false</includeLevel>
                    <includeCategory>false</includeCategory>
                </properties>
                <filters>
                    <pattern>Endpoint.*</pattern>
                    <pattern>Service.*</pattern>
                    <pattern>Configuration</pattern>
                    <pattern>Message.*</pattern>
                </filters>
            </target>
        </logging>
        <system>
           <!-- <manageable>false</manageable>-->
            <!--
            <redeploy>
                <enabled>true</enabled>
                <watch-interval>20</watch-interval>
                <watch-file>{context.root}/WEB-INF/flex/services-config.xml</watch-file>
                <watch-file>{context.root}/WEB-INF/flex/proxy-config.xml</watch-file>
                <watch-file>{context.root}/WEB-INF/flex/remoting-config.xml</watch-file>
                <watch-file>{context.root}/WEB-INF/flex/messaging-config.xml</watch-file>
                <watch-file>{context.root}/WEB-INF/flex/data-management-config.xml</watch-file>
                <touch-file>{context.root}/WEB-INF/web.xml</touch-file>
            </redeploy>
             -->
        </system>
    </services-config>
    remote-config.xml
    <?xml version="1.0" encoding="UTF-8"?>
    <service id="remoting-service"
        class="flex.messaging.services.RemotingService"
        messageTypes="flex.messaging.messages.RemotingMessage">
        <adapters>
            <adapter-definition id="cf-object" class="coldfusion.flash.messaging.ColdFusionAdapter" default="true"/>
            <adapter-definition id="java-object" class="flex.messaging.services.remoting.adapters.JavaAdapter"/>
        </adapters>
        <default-channels>
            <channel ref="my-cfamf"/>
        </default-channels>
        <destination id="ColdFusion">
            <channels>
                <channel ref="my-cfamf"/>
            </channels>
            <properties>
                <source>*</source>
                <!-- define the resolution rules and access level of the cfc being invoked -->
                <access>
                    <!-- Use the ColdFusion mappings to find CFCs, by default only CFC files under your webroot can be found. -->
                    <use-mappings>false</use-mappings>
                    <!-- allow "public and remote" or just "remote" methods to be invoked -->
                    <method-access-level>remote</method-access-level>
                </access>
                <property-case>
                    <!-- cfc property names -->
                    <force-cfc-lowercase>false</force-cfc-lowercase>
                    <!-- Query column names -->
                    <force-query-lowercase>false</force-query-lowercase>
                    <!-- struct keys -->
                    <force-struct-lowercase>false</force-struct-lowercase>
                </property-case>
            </properties>
        </destination>
    <destination id="testClass">
            <properties>
                    <source>TestClass</source>
            </properties>
    <adapter ref="java-object" />
            <channels>
                <channel ref="java-amf"/>
            </channels>
        </destination>
        <destination id="testClass2">
            <properties>
                    <source>TestClass2</source>
            </properties>
      <adapter ref="java-object"/>
            <channels>
                <channel ref="java-amf"/>
            </channels>
        </destination>
    </service>
    Can anyone please tell me where i m  going wrong.Is that because i m using flex2gateway for java calls?.I used it since it was how it has been configured in the turnkey project for coldfusion.I have replicated the file as it was there and since it is using flex2gateway even for javaEndpoints i felt we could use the same.
    regards
    Sidd

    Thanks for the reply. Yes, I did compile all the Java and it
    works OK with a simple Java program. It just will not work in a
    Flex application.
    The java classes are:
    RRA:
    package blah.myPackage;
    import java.util.List;
    import java.util.Collection;
    import flex.data.DataSyncException;
    import flex.data.assemblers.AbstractAssembler;
    class RRA extends AbstractAssembler
    public Collection fill( List fillParameters )
    RRS service = new RRS();
    return service.getSome();
    RRS:
    package blah.myPackage;
    import java.util.ArrayList;
    import java.util.List;
    import java.sql.*;
    import flex.EORS.*;
    class RRS
    public List getSome()
    ArrayList list = new ArrayList();
    String str = "bob";
    RR rr = new RR(str);
    list.add(rr);
    return list;
    RR:
    package blah.myPackage;
    class RR
    private String name;
    public RR() { }
    public RR(String name)
    this.name = name;
    public String getName()
    return this.name;
    public void setName(String name)
    this.name = name;
    I started with something that retrieved data from a database
    but watered it down just to try and get some kind of communication
    between Flex and Java.

  • CR 2008 dependence files cannot be found during the web setup project build

    Hi,
    Please anyone who knows why dependence files cannot be found?
    CR 2008 dependence files cannot be found during the web setup project build. Nevertheless, this problem did not prevent the project from being installed on the server but I need to know why it couldn't be found? while I'm having the latest service packs installed on my development machine (SP0, SP1, SP-Fix 1, 2, 3 and 4 including ClickOnce and Merge Modules).
    The warning messages that I'm getting during the web setup project build.
    Build started: Project: VMAComponentsLibrary, Configuration: Debug Any CPU
    Starting pre-build validation for project 'VMASetup'
    WARNING: Unable to find module dependency with signature 'MFCLOC.74FD3CE6_2A8D_0E9C_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'ATL.Policy.66332652_9C28_58B1_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'OpenMP.Policy.04B9F3B6_9645_7658_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'MFCLOC.Policy.D2730D3F_3C41_5884_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'ATL.97F81AF1_0E47_DC99_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'CRT.Policy.63E949F6_03BC_5C40_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'MFC.Policy.68B7C6D9_1DF2_54C1_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'MFC.9BAE13A2_E7AF_D6C3_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'CRT.98CB24AD_52FB_DB5F_FF1F_C8B3B9A1E18E'
    WARNING: Unable to find module dependency with signature 'OpenMP.1E507087_0819_45E0_FF1F_C8B3B9A1E18E'
    Pre-build validation for project 'VMASetup' completed
    Thank you.

    Hi,
    CR 2008 for VS has a merge module that will be copied to the C:\Program Files\Common Files\Merge Modules for example (CRRuntime_12_1.msm, CRRuntime_12_1_da.msm, CRRuntime_12_1_de.msm, u2026).
    According to CR documentation in order to deploy a project which uses a crystal reports we have to including one or more of these files in the setup project (Merge Modules).
    As I understand these files can help the setup project to know which dependence files are needed for the application to be deployed successfully with CR.
    You mentioned
    (The merge modules for Crystal Reports 2008 SP1 are dependent on the C++ library files from 2005 SP1.) I understood the above message.
    But what did you mean by this? What are the merge modules that you are mentioning hear?
    (I know this isn't what you want to hear but the merge modules just aren't available any other way. Microsoft doesn't have them available for download, and we are not permitted to make them available.)
    Thanks.
    Edited by: Sami Aljafer on Jun 15, 2009 9:37 PM

  • Configure a project with several toolkits ?

    Hello everybody,
    Here are my problem and my question.
    In my case, I use a RCP application so I configured my project with a RCP toolkit. But during my automated tests with Jubula, there are some elements whose aren't recognized by Jubula.
    In fact, these elements aren't RCP components but I recognized HTML components (hypertext links), AWT/SWING components (tree), kind of array and maybe others... And that, I didn't know and it was a surprise because for me, a RCP application only uses RCP components.
    I understood the control on the application depends on the choosen toolkit. So with my setup, I can only interact with the RCP elements.
    So one day, could we configure a project with several toolkits ?
    Thanks for your time.

    Hi Alex,
    I tested my program and there isn't modification.
    But I got another question.
    When we use replaceText function (and maybe other functions), I saw there is a "default event handler" step included in the Test Result. In the application, there are text fields whose use a tabulation, it's automatic when the user enters the good number of characters. And I can't change that because it's required by the company (time saving for the testers).
    I have this error detail in the properties of Replace Text function :
    Type : Action Error
    Error Description : Timeout received before confirming the posted event
    Is there a way to desactivate this step ?
    Best Regards,
    Romain.

  • Ressource Problem: Export with graphical reports from projects with integrated sub-projects

    Hi all,
    i have the following problem with the exported data of the graphical reports possibility.
    Expected output:
    OLAP Cube with processes and ressources
    Setup:
    Project Server 2010 with Enterprise ressource pool
    One main project with 6 integrated sub-projects
    Every ressource is assigned to just one sub-project or the main project
    Problem:
    The data (work and cost) in the OLAP Cube exported from the main project is 7 times (some reports 49 times) higher than the data in the main project
    Tested scenarios:
    Export just processes -> data is correct
    Export just ressources -> data is 7 times higher
    Generate another main project with 2 sub-projects and no ressources in the main project - Export of processes and ressources -> data is 2 times higher
    Because of the tested scenarios I expect that this is a problem caused by ressources and integrated sub-projects.
    I hope that this community is able to help me to solve this problem.
    Thanks & all the bests,
    Holger

    Using the "Baseline work report", I can't reproduce your issue:
    I have 1 task in each project (2 projects) with a resource assigned on each task (80hrs). The report correctly shows me 160 hrs.
    Which Project 2010 SP and CU do you have? I'd suggest you to install the
    latest version and see if it helps.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • Problems with ColdFusion Extensions and CF/Flex Application Wizard

    I have configured the Eclipse RDS according to the
    instructions in the help documentation. The RDS Fileview and
    Dataview work OK, but I haven’t had any luck with the
    Services Browser: when I try to expand (+) the localhost item, the
    only thing that appears is the message “Unable to get meta
    data for cfc.”
    The Dreamweaver 8 Components panel, which shows exactly the
    same information, works fine.
    Perhaps related to the above: when I create a Flex project
    with the CF/Flex Application Wizard and look at the project
    properties, in the Flex Server section, I get "Since this project
    does not use a server, these setting do not apply". I find this
    odd: a ColdFusion project that doesn’t use a server? Anyway,
    using the wizard, I have not been able to create a simple project
    that works.
    If anyone has had similar problems and has been able to solve
    them, I would appreciate some light on the subject.
    Carlos

    Well I was able to resolve this problem by un-installing and
    re-installing CF.
    I did some further testing (un/re-install again) and it
    appears that this problem occurs when CF is installed in devnet
    version mode and not if in developer mode.
    To check if CF is installed in devnet mode look in the CF
    Administrator under "server settings->settings
    summary->version information" You will see a notation for
    devnet.
    I also did a little poking around and this happens whenever
    you install CF using a certain range license keys. The keys in this
    range are valid keys for installation but they alter some critical
    settings in CF (the flash paper/pdf watermark and apparently some
    RDS stuff) The solution is to install with a non dev-net key or in
    developer mode.

  • Any AE plugin Xcode sample project with cuda for mac?

    Hello everyone,
    As suggested by the AE sdk, I start to create my plugin with sample project from the SDK.
    However, I can not find an example with CUDA support for mac.
    Now I have some troubles to setup an adobe plugin project with CUDA support for mac, as cuda files are compiled by nvcc.
    Anybody can tell me where I can find an example to build an AE plugin with CUDA for mac?
    Thanks for your help.

    For anyone following along, I’ve been able to create a sample project that uses CUDA in Xcode, and will include it in the next PPro SDK.  If anyone is interested in getting it sooner, let me know.
    The most useful post I saw on this was this single post here:
    https://devtalk.nvidia.com/default/topic/386632/cuda-programming-and-performance/integrati on-with-xcode-anyone-created-a-cuda-template-project-/post/2743943/#2743943

  • Java with Coldfusion

    Hi
    I am building a Web System which will create web report from the data from our databse My Compnay has deceided to use coldfusion and java for this project . I want to use real java on the web reporting system but like to build the website in Coldfusion .I need to know the following information about coldfusion
    A> How to intergrade Coldfusion with Java ( J2EE)
    B > Do I have to install Java on both Web server and on My workstation
    C> Can I write program in Java SDK and connect it to the web interface that is been done with coldfusion
    D > Can I USE JDBC to get data from our databse to create the reports
    Your help is appreciated
    Thank you

    A> How to intergrade Coldfusion with Java ( J2EE)This I'll leave to someone that has something positive to say about Cold Fussion.
    B > Do I have to install Java on both Web server and
    on My workstation If you are to use a Java solution on any part of your Enterprise, then you have to have Java installed on the specific parts/tiers that will be a part of the Java solution.
    C> Can I write program in Java SDK and connect it to
    the web interface that is been done with coldfusion Depends on ehat you mean by "connect it to the web interface".
    D > Can I USE JDBC to get data from our databse to
    create the reports Generally speaking yes, but you will have to have a JDBC driver for your database.

  • LCDS 3.1 installation with ColdFusion 8

    I have seen a bunch of examples with connecting LCDS 3.1 with ColdFusion 9. We are currently locked into CF8 only and I need to figure out how to properly connect the two. Can someone please point me to some instructions on how to properly configure LCDS 3.1 with ColdFusion 8?
    Thanks,
    John

    Hi, I couldn't get pointbase setup for petstore. It seems like you get farther than I do. Could you help me with this? When I run ant in db.setup, I get the following error:
    setup.pointbase:
    [java] utils.Schema will use these parameters:
    [java] url: jdbc:pointbase:server://localhost/demo
    [java] driver: com.pointbase.jdbc.jdbcUniversalDriver
    [java] dbserver: null
    [java] user: public
    [java] password: public
    [java] SQL file: createPointBaseUser.ddl
    [java] java.sql.SQLException: No suitable driver
    [java] at java.sql.DriverManager.getConnection(DriverManager.java:532)
    [java] at java.sql.DriverManager.getConnection(DriverManager.java:171)
    [java] at utils.Schema.main(Schema.java:112)
    [java] Could not make database connection
    BUILD FAILED
    C:\bea\user_projects\domains\petstore\db.setup\build.xml:9: Java returned: 1

  • I am trying to setup VPN with QuickVPN

    Hi I am trying to setup VPN with WRVS4400N and Quick VPN on client side. I am fairly new to VPN and did some research and looked through the manual but can't seem to get it to work so far and from what I noticed many people are having this problem. So hopefully someone can tell what the problem is or at least point to right direction on solving this.
    Basically it gives the "Failed to establish connection" generic error, shows it almost instantly..
    It also showed the certificate error before but then I read about putting it in the installation directory and it stopped showing it, and whats strange is later I removed it but it doesnt show the error any longer, so don't know if its caching it somewhere or what can be going on...
    In effort to look for answer and test things out I tried to connect to another location and setup a WRV200 router, I also get the same error but not instantly, it even shows "Activating Policy" but then doesn't go farther and shows the generic error...
    Also with this setup strangly it always shows the certificate error, no matter if I put one in directory or not... Even tried to name it as the WRVS4400N certificate name...
    Anyway VPN IPSec is disabled, and Client Accounts are configured and changed password several times to make sure its correct, VPN Passthrough enabled on all 3 options.
    I tried to disable Windows Router, I also have a router in place do I possibly need to open some type of ports for the QuickVPN client?
    Don't know yet whats going on if I am missing something or if there is some problem that needs work-around but if you know the answer or guesses of answer please let me know.

    Hi Aleksandr,
    since this question is about a product in the Cisco Small Business / Linksys range, I suggest you move it to the community, where you will have a better chance of getting expert advice.
    best regards,
    Herbert
    Cisco Moderator

Maybe you are looking for

  • I have a question about Data Rates.

    Hello All. This is a bit of a noob question I'm sure. I don't think I really understand Data Rates and how it applies to Motion... therefore I'm not even sure what kind of questions to ask. I've been reading up online and thought I would ask some que

  • CS5.5 and WordPress Multisite

    So, I upgraded from my CS4 to CS5.5 last week.  I've extremely excited about the Live View / Inspector aspect of editing my php and WordPress projects.  I'm running this on a suped up win 7 box.  I deleted/uninstalled my old xampp setup and downloade

  • Problem opening email with space in subject

    I have a report region which displays the date, who sent and subject of emaisl from the users inbox. If they click on the subject then Outlook is meant to open and display the email in full. This works ok for email with only one word in the subject b

  • Exclude expired accounts in user profile synchronization

    Hi  I would like to exclude the expired accounts from the AD import in SharePoint 2013 user profile sync. I managed to exclude disabled accounts using userAccountControl bit equals on 2. Could you please suggest on how the exclusion filter can be use

  • Table for materials used in order

    Hi, I need a table which having materials used in operations of perticuler PM order . Thanks.