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

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

  • Reg: oracle applications

    Hi
    am working in apps DBA , I want more detail about concurrent manager in oracle application. So will u please send me the any documents about concurrent managers.
    Regards
    Karthickraja

    Duplicate post.
    Reg:oracle applications
    Re: Reg:oracle applications

  • 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

  • Reg : Shared Application Issue

    Hi,
    I have 2 ADF Projects. In the Ist I have declared the Model Layer alone and in the Second the required TaskFlows and Pages, Fragments have been created.
    have created a custom ADF Library JAR deployment profile and imported the same to the 2nd Project Model Layer. After which, I am able to see the DataControl and Library Connection populated with the Shared JAR imported.
    But when I try to use the same Data Control in the Page, Fragment I get a run time ERROR saying that AppModule cannot be found.
    Tried Importing the Shared JAR file to a new project where there is only one JSPX and one JSFF page. Here the Data Control works without issues.
    Am very unsure what the issue could be.
    Need help in solving this issue.
    Kindly help.
    Dominic
    Edited by: user8657948 on Aug 15, 2009 6:02 PM

    Make sure you've added the Library Web Application Support technology scope, if you are using 11g.
    -Arun

  • Reg: Mobile application development setup

    Hi,
    I am new to the SAP NetWeaver platform. We are working on SAP NW - MI application development. For this, I am trying to prepare Development setup.
    On Windows 2003 machine, I installed Java EE ServerDB2NWDS (provided in SAP TechEd DVD)
    Above this, I am trying to install MDK 2.5 (downlaoded from SDN site).
    Here comes the problem.
    I just unzipped the MDK2.5.zip and placed the "features" and "plugins" in the NWDS's eclipse setup folder. When I try to configure MDK, it asks for a "MI Home folder" path.
    To which it says, we will be providing it while installing "Mobile Infrastructure". I don't know what this is ?
    Is Java EE ServerDB2NWDS+MDK2.5 not sufficient for developing Mobile applications?
    Do we have to install any "Mobile Infrastructure" ? Where is it available ?
    What more do we need to install to develop mobile applications ?
    Please help me....I am confused.....Also any link with the information related to Mobile application development installations and configurations would be of great help.
    Thanks in advance.
    Regards,
    Amar

    Hi Amar
    > Do we have to install any "Mobile Infrastructure" ? Where is it available ?
    Yes, you have to install the MI client and map the installation folder SAP Mobile Infrastructure to the "MI Home folder" path.
    You will find the client installation in sap marketplace for SP16 the file name is NWMCLIENT16_0-10002889.sca
    check these links
    https://www.sdn.sap.com/irj/sdn/developerareas/mi?rid=/webcontent/uuid/a392208d-0901-0010-aab2-8be9db8e70c0 [original link is broken]
    MDK online
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eba3a7-0601-0010-b982-92f1fca3258a
    Thanks
    Gopi

  • Reg : Mobile application development

    Hi Floks,
    I did one adobe interactive form in Webdynpro with ABAP .My application can be posted into blackberry and when modified mobile user getting back and stord into
    SAP DB . how is it possible.
    what are the steps can i followed here . if any body knows documents and link helpme out and mail me related documents [email protected]
    please helpme out .
    thanks
    suresh

    Hi Amar
    > Do we have to install any "Mobile Infrastructure" ? Where is it available ?
    Yes, you have to install the MI client and map the installation folder SAP Mobile Infrastructure to the "MI Home folder" path.
    You will find the client installation in sap marketplace for SP16 the file name is NWMCLIENT16_0-10002889.sca
    check these links
    https://www.sdn.sap.com/irj/sdn/developerareas/mi?rid=/webcontent/uuid/a392208d-0901-0010-aab2-8be9db8e70c0 [original link is broken]
    MDK online
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/21eba3a7-0601-0010-b982-92f1fca3258a
    Thanks
    Gopi

  • 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.

  • 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!

  • Reg: WPC application architecture document

    Hi,
    We are looking for extending the WPC (Portal 7.3) features...
    Is there any documentation around the new WPC (Portal 7.3 )application architecture where we can find the UI classes and services/backend classes api to publish the documents,creation of folders,creation of area and etc..
    We know that below interfaces are available to extend the WPC, but we are looking more than this.
    com.sap.portal.wpc.api.content     
    com.sap.portal.wpc.api.content.handler     
    com.sap.portal.wpc.api.content.provider
    Thanks & Regds,
    JC

    Hi,
    We are looking for extending the WPC (Portal 7.3) features...
    Is there any documentation around the new WPC (Portal 7.3 )application architecture where we can find the UI classes and services/backend classes api to publish the documents,creation of folders,creation of area and etc..
    We know that below interfaces are available to extend the WPC, but we are looking more than this.
    com.sap.portal.wpc.api.content     
    com.sap.portal.wpc.api.content.handler     
    com.sap.portal.wpc.api.content.provider
    Thanks & Regds,
    JC

  • Reg: shared application file system

    hi
    Am new to apps DBA, am having a single-node-installation, now I will do the shared application tier file system from single-node, its possible to do that, Please give me the solution.
    Regards
    D

    Hi,
    It is possible -- Please refer to the following documents for details.
    Note: 384248.1 - Sharing The Application Tier File System in Oracle E-Business Suite Release 12
    Note: 233428.1 - Sharing the Application Tier File System in Oracle Applications 11i
    Regards,
    Hussein

Maybe you are looking for

  • Album artwork and song names do not download. How do I get this to download.  Submitting is not working

    album artwork and song names do not download. How do I get this to download.  Submitting is not working

  • How to see the logged in user on the portal EP6 SP2

    Hi All, I am using EP6.0 SP2 Patch 5.I want to know that which users are logged on.Can I see the user id of the logged in user inthe portal. Any suggestions. Paritosh

  • CU6 Issues

    I just installed CU6 over SP1 at 8PM uk time 12/09/2014 and for the first time with no errors. However all databases are mounted byt content index status is unknown. Get-MailboxDatabaseCopyStatus | Ft Name,contentindexstate, Contentindexerrormessage

  • Itunes errors problem

    Hello, i have iphone 4s Outbreak. When I go into iTunes and try to do a backup it gives me an error: this error shows when i tried to backup my iphone and when i tried to restore how can i fix it ? i want to upgrade my ios 6.1.2 to 7

  • Site with ORA error message

    In the passed I used an Oracle site with a description of all the ORA error messages. Now I can not find this site anymore. Does anyone know the link to this site? kind regards,