Survey Application

I am looking for an App to administer surveys and then upload the data to a website. The only one I have found is touchmetric and they do not answer their support. Any information would be appreciated. I need the survey to do rating scales.
Thanks,
Rob

Hi Rob,
I work for TouchMetric and I apologize if your request was missed. We have a comprehensive tracking package so I'm unsure how we missed you but I'll ensure it won't happen again! Please send any help requests to [email protected] or sales requests to [email protected]
Look forward to hearing from you!

Similar Messages

  • Survey Application problem

    I have installed the survey application successfully on my
    machine but unfortunately when i try to log in i get this unexpected error.Can you give me a solution asap.I belong to ORACLE DIRECT India..
    PLs respond Asap.
    Thanks in advance,
    Sreedhara
    [Technical consultant]

    Hello,
    Could you tell me what is the error? You can also contact me personally as I am also working in Oracle India.
    Regards,
    Rajat

  • Using the Survey Application with Servlets

    I installed Survey application which demonstrate the servlet
    architecture.
    The application works well with Jdevelopper 2.0
    The connection with the database server works.
    I installed the Sun Java Web Server 1.1.3 on my PC.
    The Java Web administrator works fine. I registered the 2
    servlets on the administrator but the JDBC connection failed.
    I obtained this resulting error page when try to use the
    SDSessionServlet
    500 Internal Server Error
    The servlet named "oracle.jdbc.driver.OracleDriver", at the
    requested URL
    http://gvawsgcf:8080/servlet/SDSessionServlet
    reported this exception:
    oracle.jdbc.driver.OracleDriver
    The administrator of this web server should resolve this problem.
    What shall I do?
    Thanks in advance
    null

    Hi
    JDeveloper online help system has examples of configuring JavaWeb
    server.
    Goto Help system.
    In the "tutorials" book you will find a subtopic "Servlet
    Tutorial" which has help on configuring java web server.
    The other place is in the "Sample Applications" book you will
    find a sub topic "web application for Oracle 8i" which has help
    on deploying the servlet to java web server.
    You will find these examples useful in configuing your env.
    regards
    Chris tournier (guest) wrote:
    : I installed Survey application which demonstrate the servlet
    : architecture.
    : The application works well with Jdevelopper 2.0
    : The connection with the database server works.
    : I installed the Sun Java Web Server 1.1.3 on my PC.
    : The Java Web administrator works fine. I registered the 2
    : servlets on the administrator but the JDBC connection failed.
    : I obtained this resulting error page when try to use the
    : SDSessionServlet
    : 500 Internal Server Error
    : The servlet named "oracle.jdbc.driver.OracleDriver", at the
    : requested URL
    : http://gvawsgcf:8080/servlet/SDSessionServlet
    : reported this exception:
    : oracle.jdbc.driver.OracleDriver
    : The administrator of this web server should resolve this
    problem.
    : What shall I do?
    : Thanks in advance
    null

  • Survey Application with mutli-lingual

    Hello,
    I am planning to build a survey application using ADF/JSF. This is my first venture into JSF. This application should be multi-lingual, i.e. text should be both in English and Arabic.
    My questions is will arabic is supported with ADF/JSF in JDeveloper 10.1.3?
    Any help is highly appreciated.
    Thanks

    ADF Faces has support for right-to-left property for your page so you can write in arabic.
    http://download.oracle.com/docs/html/B25947_01/appendixa010.htm#sthref3187
    There is additional information about creating multi-language JSF application in the ADF Developer Guide:
    http://download.oracle.com/docs/html/B25947_01/web_laf004.htm#CACIBGBA

  • Survey application download

    Hi All,
    I downloaded the Survey application form OTN on Friday 24th, 2002
    at : http://otn.oracle.com/sample_code/tech/java/servlets/samples/surveyapp/surveyhome.htm
    and found one bug that I fixed. In the Question.java file there is a little bug that create an error when you try to create
    a new question : you get to the question page but you can see the word 'Error' and you can not
    select Group Choices that you previously created.
    You should open the source code Question.java and replace:
    PreparedStatement l_stmt2 = l_conn.prepareStatement(
    "select c.id, c.label from group_choices g, choices c where chgrp_id = ?"+
    "and g.cho_id = c.id and c.log_del_ind is null");
    by
    PreparedStatement l_stmt2 = l_conn.prepareStatement(
    "select c.id, c.label from group_choices g, choices c where chgrp_id = ?"+
    " and g.cho_id = c.id and c.log_del_ind is null");
    there is a space missing right before the statement : "and g.cho_id = c.id and c.log_del_ind is null"
    it should be : "<space>and g.cho_id = c.id and c.log_del_ind is null"
    Recompile the code and replace the class file.
    Thanks
    Laurent Bernard

    I'm also getting a 404 error while attempting to download the Oracle Migration Workbench from
    http://www.oracle.com/technology/software/tech/migration/workbench/index.html

  • Survey Application exception

    Hello! I have some problems with survey application. When i try create new survey i get next error in application log:
    Survey-web: ControllerServlet: ---->Message "< Not Supplied >" thrown in Overridden Method for Single Query executeUpdate in Class DBConnect.java--> propagated to method save in Class Survey.java--> propagated to method submitQuestionsInSurveyCart in Class SurveyCreator.java--> propagated to method saveCart in Class SurveyManager.java--> propagated to Method invokeEvent in Class ControllerHelper.java--> propagated to method processApplicationRequest in Class ControllerHelper.java
    i modifyed Calendar.js and set p_format = "DD-MM-YY", but error appear again....
    So,anybody can give me some advice? thank you!
    P.S: Oracle Database 9.2.0.3.0, OC4J 9.0.3, Database Charset: CL8MSWIN1251, NLS_DATA_FORMAT='dd-mm-yy';

    Thanks for answer, Rajat.
    Web error:
    Unexpected Exception. Please check if all the instructions have been followed for installing the sample. Please refer to Install.html for installing the sample. Please refer to server console for more information on the Exception. Please refer to the application log for debugging the sample.
    OC4J Console:
    Oracle9iAS (9.0.3.0.0) Containers for J2EE initialized
    java.sql.BatchUpdateException: ORA-30937: No schema definition for 'Header' (nam
    espace 'http://www.otn.oracle.com/survey/Survey.xsd') in parent 'Survey'
    void oracle.jdbc.dbaccess.DBError.throwBatchUpdateException(java.sql.SQL
    Exception, int, int[])
    DBError.java:448
    int[] oracle.jdbc.driver.OraclePreparedStatement.executeBatch()
    OraclePreparedStatement.java:3740
    void oracle.otnsamples.survey.database.DBConnect.execute(java.sql.Connec
    tion, java.lang.String, java.util.ArrayList[])
    void oracle.otnsamples.survey.database.DBConnect.executeUpdate(java.lang
    .String, java.util.ArrayList)
    java.lang.String oracle.otnsamples.survey.helper.surveyobjects.Survey.sa
    ve(java.lang.String)
    java.util.HashMap oracle.otnsamples.survey.business.SurveyCreator.submit
    QuestionsInSurveyCart(java.lang.String[], java.util.LinkedList, java.util.HashMa
    p, java.lang.String, java.lang.String)
    void oracle.otnsamples.survey.manager.SurveyManager.saveCart(javax.servl
    et.http.HttpServletRequest)
    java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.
    lang.Object[])
    native code
    java.util.Vector ControllerHelper.invokeEvent(java.lang.String, javax.se
    rvlet.http.HttpServletRequest)
    java.lang.String ControllerHelper.processApplicationRequest(java.lang.St
    ring, javax.servlet.http.HttpServletRequest)
    void ControllerServlet.doGet(javax.servlet.http.HttpServletRequest, java
    x.servlet.http.HttpServletResponse)
    void ControllerServlet.doPost(javax.servlet.http.HttpServletRequest, jav
    ax.servlet.http.HttpServletResponse)
    void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServl
    etRequest, javax.servlet.http.HttpServletResponse)
    HttpServlet.java:760
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest
    , javax.servlet.ServletResponse)
    HttpServlet.java:853
    void com.evermind.server.http.ResourceFilterChain.doFilter(javax.servlet
    .ServletRequest, javax.servlet.ServletResponse)
    ResourceFilterChain.java:65
    void oracle.security.jazn.oc4j.JAZNFilter.doFilter(javax.servlet.Servlet
    Request, javax.servlet.ServletResponse, javax.servlet.FilterChain)
    JAZNFilter.java:283
    void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.serv
    let.ServletRequest, javax.servlet.ServletResponse)
    ServletRequestDispatcher.java:560
    void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(j
    avax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
    ServletRequestDispatcher.java:306
    boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.e
    vermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpSer
    vletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.Input
    Stream, java.io.OutputStream, boolean)
    HttpRequestHandler.java:767
    void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
    HttpRequestHandler.java:259
    void com.evermind.server.http.HttpRequestHandler.run()
    HttpRequestHandler.java:106
    void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
    PooledExecutor.java:797
    void java.lang.Thread.run()
    Thread.java:484
    oracle.otnsamples.survey.helper.common.SurveyException
    void oracle.otnsamples.survey.database.DBConnect.execute(java.sql.Connec
    tion, java.lang.String, java.util.ArrayList[])
    void oracle.otnsamples.survey.database.DBConnect.executeUpdate(java.lang
    .String, java.util.ArrayList)
    java.lang.String oracle.otnsamples.survey.helper.surveyobjects.Survey.sa
    ve(java.lang.String)
    java.util.HashMap oracle.otnsamples.survey.business.SurveyCreator.submit
    QuestionsInSurveyCart(java.lang.String[], java.util.LinkedList, java.util.HashMa
    p, java.lang.String, java.lang.String)
    void oracle.otnsamples.survey.manager.SurveyManager.saveCart(javax.servl
    et.http.HttpServletRequest)
    java.lang.Object java.lang.reflect.Method.invoke(java.lang.Object, java.
    lang.Object[])
    native code
    java.util.Vector ControllerHelper.invokeEvent(java.lang.String, javax.se
    rvlet.http.HttpServletRequest)
    java.lang.String ControllerHelper.processApplicationRequest(java.lang.St
    ring, javax.servlet.http.HttpServletRequest)
    void ControllerServlet.doGet(javax.servlet.http.HttpServletRequest, java
    x.servlet.http.HttpServletResponse)
    void ControllerServlet.doPost(javax.servlet.http.HttpServletRequest, jav
    ax.servlet.http.HttpServletResponse)
    void javax.servlet.http.HttpServlet.service(javax.servlet.http.HttpServl
    etRequest, javax.servlet.http.HttpServletResponse)
    HttpServlet.java:760
    void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest
    , javax.servlet.ServletResponse)
    HttpServlet.java:853
    void com.evermind.server.http.ResourceFilterChain.doFilter(javax.servlet
    .ServletRequest, javax.servlet.ServletResponse)
    ResourceFilterChain.java:65
    void oracle.security.jazn.oc4j.JAZNFilter.doFilter(javax.servlet.Servlet
    Request, javax.servlet.ServletResponse, javax.servlet.FilterChain)
    JAZNFilter.java:283
    void com.evermind.server.http.ServletRequestDispatcher.invoke(javax.serv
    let.ServletRequest, javax.servlet.ServletResponse)
    ServletRequestDispatcher.java:560
    void com.evermind.server.http.ServletRequestDispatcher.forwardInternal(j
    avax.servlet.ServletRequest, javax.servlet.http.HttpServletResponse)
    ServletRequestDispatcher.java:306
    boolean com.evermind.server.http.HttpRequestHandler.processRequest(com.e
    vermind.server.ApplicationServerThread, com.evermind.server.http.EvermindHttpSer
    vletRequest, com.evermind.server.http.EvermindHttpServletResponse, java.io.Input
    Stream, java.io.OutputStream, boolean)
    HttpRequestHandler.java:767
    void com.evermind.server.http.HttpRequestHandler.run(java.lang.Thread)
    HttpRequestHandler.java:259
    void com.evermind.server.http.HttpRequestHandler.run()
    HttpRequestHandler.java:106
    void EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run()
    PooledExecutor.java:797
    void java.lang.Thread.run()
    Thread.java:484
    I try search ORA-30937 error on metalink, but search returned no hits!
    Preview survey works fine...
    Thanks,
    Igor

  • CVP Studio Post Call Survey Application?

    Hi
    Is anyone aware of any "sample" Post Call Survey Studio applications or materials that are out there?  I am having to build one for the project I'm working on and it would be helpful to have a reference/template.
    Thanks
    Walter

    Hi Nathan,
    Were you able to resolve this issue? I am faced with the same problem. I was able to get this working by forwarding the call out to my testing toll free number via an ICM label that then comes back into CVP with a new DN. This is working but isn't an ideal solution. Any help would be appreciated.
    Best regards,
    Jason K

  • Implement Survey Application using Siebel

    Hi there,
    We are looking to an option to implement a few web surveys using Siebel. Is Siebel a good candidate?
    I saw SmartScript has some functionalities for question/answers. Can I use it to design a web survey? Is there any limitation?
    Would you also recommend some readings?
    Thanks

    Hi,
    Smartscript can be used for web surveys but you need to check if the web survey is accessed through internet then you need to use Standard Interactivity Object Manager like eMarketing. This will surely limit your options for customization if required. If you are going for a straightforward implementation then it is fine else you should do a PoC.

  • How to save information in an online survey application?

    I am fiddling with writing a servlet application for Tomcat that can handle multiple concurrent internetusers answering questions presented in a jsp page, and sent back to my servlet using the HTTP POST method and a FORM.
    When all these responses arrives concurrently, then I would like to know if anyone has a great idea for how to store this information without creating any bottlenecks.

    I mean in a persistent storage like files or database?

  • Reg: Survey Application

    Hai,
    I used survey tcode and created a questionnaire and I sent it to a target group. Now my question is where the questions  and options are stored? In which table(s) the data are stored? when the recepient sends the filled in questionaire, where will the answers be stored?
    I searched the forum and found 3 tables (TUWS_SURVEY, TUWS_SURVEY_LOG and TUWS_SURVEY_PUB) but there some gui id's and status are saved not the questions or answers.
    Please help me in this.
    Regards,
    Jubish

    Solved

  • Help Needed with Data-modeling to build an application on

    Hi would anyone be able to help me in creating a data model  cause im really stuck with this one .Basically if been asked to create a survey application in oracle apex that use to excel based . So the info i was given was in a form of  excel sheet which looks like this
    NAME
    E-MAIL
    TSSA
    ORACLE
    HP
    IBM
    MS
    SAP
    INTERGRAPH
    CISCO
    Relationship
    Contracting
    Performance
    Architecture
    Supplier Feedback
    comments
    Jxxxxxx yyyyyyf
    [email protected]
    Yes
    Yes
    Yes
    Yes
    x
    requested to be added
    nnnitha iiiiiah
    [email protected]
    Yes
    Yes
    Yes
    x
    x
    Knnnn kkkikot
    [email protected]
    Yes
    x
    x
    is not payed
    Gggrt Louuuue
    [email protected]
    Yes
    Yes
    Yes
    Yes
    Yes
    Yes
    Yes
    Yes
    x
    x
    x
    x
    jeiiiha ad
    [email protected]
    Yes
    x
    to meet with
    John Rat
    [email protected]
    Yes
    x
    x
    So where it says yes thous are the vendors that people associated with them have to asses and where there's an X thous are the topics that the vendors have to be rated on . So if for example the first guy on the list Jxxxxxx yyyyyyf will asses TSSA , ORACLE, HP , IBM , MS , SAP  on the topic of Architecture and if you look at the second user nnnitha iiiiiah he would rate TSSA , ORACLE , INTERGRAPH on the topics of Relationship and performance  . Any idea how i could data model this to get my table structures right .so that features like completion status could be displayed to the user through APEX which can only be done by a correct data-model i have tried normalization but  i did go anywhere becauce there are so many variations any idea on how you would go about data modeling this would be greatly appreciated thank you    

    Not really an APEX specific question..  Maybe you should try posting this in the data modeler forum : SQL Developer Data Modeler
    Thank you,
    Tony Miller
    LuvMuffin Software

  • CRM Survey result Table

    Hello CRM Experts,
    We have assigned survey to Transaction ( Activities , Lead , Opportuninity )  . Transaction is being created and Questionnaire ( Survey )  is filled . Then Transaction is saved . Transaction ID is generated . We want name of the Table in  which survey Results (answers) are store.
    As we get the tables for Questions of surveys.
    We not able to find the tables where all surveys Results (i.e may filled by Business Partners,Users etc) are store.
    Please suggest.
    Regards.
    Anup.

    HI Anup,
    The list of all tables used in surverys are as follows
    CRM_SVY_DB_MT                  CRM Surveys: Media Type                                
    CRM_SVY_DB_MTT                 CRM Surveys: Media Types (Text Table)                  
    CRM_SVY_DB_S                   CRM Surveys: Survey                                    
    CRM_SVY_DB_SA                  Survey Applications                                    
    CRM_SVY_DB_SAD                 CRM Surveys: Survey Application Descripti              
    CRM_SVY_DB_SD                  CRM Surveys: Survey Description                        
    CRM_SVY_DB_SET                 CRM Surveys: Text Table for CRM_SVY_DB_SE              
    CRM_SVY_DB_SEV                 CRM Surveys: Input Help Table for Function             
    CRM_SVY_DB_SFA                 CRM Surveys: Survey File Access                        
    CRM_SVY_DB_SP                  CRM Surveys: Generic Survey Attributes                 
    CRM_SVY_DB_SSC                 CRM Surveys: Survey Schema                             
    CRM_SVY_DB_ST                  CRM Surveys: Survey Template                           
    CRM_SVY_DB_STS                 CRM Surveys: Survey Transformation Select              
    CRM_SVY_DB_SV                  CRM Surveys: Assessable Survey Values                  
    CRM_SVY_DB_SVS                 CRM Surveys: Survey Values                             
    CRM_SVY_DB_SVT                 CRM Surveys: Survey Value Template                     
    Thanks
    Abishek

  • CRM Survey Rating Table

    Hi Experts,
    Could you provide me SURVEY RATING TABLE NAME on basis of question and answer ?

    hi
    these are tables meant for you
    CRM_SVY_DB_S - CRM Surveys: Survey
    CRM_SVY_DB_SA - Survey Applications*
    CRM_SVY_DB_SD - Survey Description*
    CRM_SVY_DB_SFA - Survey File Access*
    CRM_SVY_DB_SP - Generic survey attributes*
    CRM_SVY_DB_SSC - Survey Schema*
    CRM_SVY_DB_ST - Survey Template*
    CRM_SVY_DB_SV - Assessable Survey Values*
    CRM_SVY_DB_SVS - Survey Values*
    CRM_SVY_DB_SVT - Survey Value Template*
    CRM_SVY_RE_ANSW - Survey Texts (for BW extraction)*
    CRM_SVY_RE_APPL - BW Application*
    best regards
    ashish

  • Crm survey suite extractors into BW

    Does anyone know whether there are some Business Content extractors for the survey data in CRM. My CRM colleagues have setup surveys using the CRM_SURVEY_SUITE transaction and it would seem to store at least some of this data in the table CRM_SVY_DB_SVS, but not all. However I cannot find any standard extractors to extract all the survey data.
    There are extractors for the web survey stuff but the CRM_SURVEY_SUITE transaction does not appear to be a web survey.
    Any help would be much appreciated on this.
    We are using CRM 4.0 with BW 3.5
    Thanks
    David

    Hi!
    you can find survey datasources under RSA5  Root->CRM->0crm_SURVEY. these are some datasources
    0SVY_ANSWER_TEXT     CRM Survey: Answers                
    0SVY_APPL_TEXT       CRM Survey: Applications           
    0SVY_DATA_1          CRM Survey: Results                
    0SVY_QSTNNR_TEXT     CRM Survey: Survey Header          
    0SVY_QUEST_TEXT      CRM Survey: Questions              
    0SVY_STATUS_TEXT     CRM Survey: Status of Question     
    0SVY_SURV_TEXT       CRM Survey: Campaign Texts         
    0SVY_TAROBJ_ATTR     CRM Survey: Recipient Attributes   
    and web survey datasources under PI_BASIS->0CA_SUR
    0WS_ANSWER_TEXT    Web Survey: Reply              
    0WS_APPL_TEXT      Web Survey: Applications       
    0WS_KFIGTYP_TEXT   Web Survey: Key Figure Types   
    0WS_QSTNNR_TEXT    Web Survey: Questionnaire      
    0WS_QUEST_TEXT     Web Survey: Questions          
    0WS_STATUS_TEXT    Web Survey: Question Status    
    0WS_SURVEY_TEXT    Web Survey: Survey             
    0WS_TAROBJ_ATTR    Web Survey: Recipient          
    0WS_TAROBJ_TEXT    Web Survey: Recipient          
    hope it helps
    with regards
    ashwin

  • Surveys in KM

    Is it possible to create surveys inside standar KM? how could I do it? Is there any info about it?
    Thanks

    Hi Alejandro.
    As an alternative to all of the above mentioned by Meena Rane you may consider about the usage of Visual Composer.
    You can download a Survey application from [Visual Composer Modeling Resource Center|http://www.sdn.sap.com/irj/sdn/visualcomposer?rid=/webcontent/uuid/60f29fac-d97b-2910-8e98-f0a62c15ce35].
    Hope it helps.
    Best regards,
    Aliaksandr Zhukau

Maybe you are looking for

  • Mandatory field validation on Page links.

    We have created a Portal application where we included different applications as taskflows. We have also created a tabbed interface which helps us to communicate from one task flow to another taskflow. When we are in one page of taskflow and try to m

  • Error when uploading a file

    hi im uploading a file using the GUI_UPLOAD and when im doing the command OPEN DATASET x_file FOR INPUT IN TEXT MODE ENCODING DEFAULT MESSAGE msgid. Its retrurning me an error 'No such file or directory' The file does exist

  • Can someone from Adobe please explain why measurements in CS6 are not accurate..PLEASE?

    I'm tired of wasting my time looking for reasons why measurements I key in are constantly changed to some arbitary number decided by Illustrator. I'm currently working on a 100mm x 100mm box with a corresponding grid and yet for some reason my measur

  • MX Revolution Crashes FCP 5.1.4

    hey all i just go the new Mx Revolution Mouse since some people said it worked great with FCP, but he second i touch the scroll wheel it crashes FCP. if any one else has an MX rev and let me know if you have the same problem and if you know of a fix.

  • Gmail 2-step verification: STMP server login fails

    After activating 2-step a few days ago I have been very happy. Then I discovered that my MacPro Mail.app can't connect to my Gmail SMTP server (I was using my hosted domain SMTP before). Symptoms: My MacBook Pro is a clone of the MacPro, Mail.app con