Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    Does smartclient server export features needs java engine to run?

    1.SmartClient 8.3
    2. Google Chrome

    Hi, I wants to know that does export function in smart client needs java engine to run? Because I using a function called .exportClientData() but it appears errors "The HTTP verb POST used to access path '/isomorphic/IDACall' is not allowed" .

    What does this error means?

    #2
    Yes, the server side Java framework is required for exports.

    See also SmartClient.com/product.

    Comment


      #3
      Still gets the same error

      smartclient version: "v8.2p_2012-04-18/PowerEdition Deployment"
      IE 9.0
      ASP.NET 4.0 , IIS 7.5

      As suggested by you I installed Java server as advised on the link:

      http://www.smartclient.com/docs/8.3/...up..iscInstall
      --------------------------------

      Copy all files from the WEB-INF/lib directory of the smartclientRuntime to your WEB-INF/lib. SmartClient leverages a number of third-party libraries - if there are conflicts with the versions you want to use, use the versions you want - SmartClient has minimal dependencies on these libraries. Contact Isomorphic with any specific questions about compatibility. See the "Java Module Dependencies" section below for a dependency tree that will help you select a minimal set of JARs to deploy.
      Copy the WEB-INF/classes/log4j.isc.config.xml from the smartclientRuntime to your WEB-INF/classes directory. This file contains the SmartClient server log configuration.
      Copy the WEB-INF/classes/server.properties from the smartclientRuntime to your WEB-INF/classes directory. This file contains settings for basic file locations such the location of webroot, the SmartClient SQL engine and DMI. The version under smartclientRuntime has a basic, secure configuration. See the version of server.properties under the smartclientSDK directory for sample SQL and other settings.
      Copy the WEB-INF/iscTaglib.xml from the smartclientRuntime to your WEB-INF directory. This file enables the use of custom SmartClient tags in your JSPs.
      Merge portions of the WEB-INF/web.xml into your application's web.xml. To use SmartClient JSP tags like <loadISC>, you'll need to merge the <jsp-config> section from web.xml. Also there are some mandatory and optional servlets and filters to merge - see below.
      Power and Enterprise Editions only. Copy the shared/ds/batchUpload.ds.xml file to the same location in your target webapp directory. This file is a utility DataSource that is used to provide the initial upload functionality of the BatchUploader component - strictly speaking, you only need to perform this step if you intend to use that component.
      --------------------------------------------------

      But, still I get same error on button click.

      To test out export to PDF, I used the code available at http://smartclient.com/#FSpdfExport
      and put it in my aspx (.NET) page.

      Please help.
      Last edited by hkhan007; 4 Sep 2013, 05:29. Reason: Elaboration

      Comment


        #4
        You need to have a server that supports standard Java, not an ASP.NET environment.

        Comment


          #5
          Possible for .NET applications ?

          smartclient version: "v8.2p_2012-04-18/PowerEdition Deployment"
          IE 9.0
          ASP.NET 4.0 , IIS 7.5
          =========================================

          Thanks Admin for your reply.

          So, will it be possible for our application developed in Visual Studio 2010 (.NET 4.0) & having only .htm pages with HTML and javascript/jquery along with smartclient controls to use the server functionality and generate PDF ? Please note that our application will be hosted in IIS .

          If there is a way, please provide the steps.
          If not, then, is there an alternative. ?

          And, by Java servers, do mean servers like JBOss, GlassFish, Apache Tomcat etc ?
          Last edited by hkhan007; 8 Sep 2013, 07:18.

          Comment

          Working...
          X