Data connection to the interactive form returns no results

I have an interactive form of Adobe with a data connection that calls a function module compatible SAP rfc.  The call works fine, but it must return a value in the data connection response.  I know that the function module is feeding the return variable and binding form field to the answer is correct, but it never shows up.  We are on Live Cycle 9.0, with SAP EHP7.  Wsdl and soap links all look good. I tried data as "ordinary" connections and "run", used the two text fields of hierarchy and directly by dragging the data finds the response to the form field.  I played with various permutations to the soap and wsdl url.  The value of the response is necessary so that the user sees the result of the action (triggered by a button on the form).  Don't know what else to try.  As I said, the call to the SAP function module works fine, it's just the answer that I can't go back to the form. Any help to fix this would be greatly appreciated.

I finally solved the problem myself.  Looks like a bug to me.

In my interactive form, I have a button associated with the data EXTRACT connection that calls a function module compatible rfc in SAP called Z_LEMS_EXTRACT.  This function module returns a result of string called E_MESSAGE.

The returned E_MESSAGE is then bound to a form text field.

The generated XML defines the link as

Z_LEMS_EXTRACTResponse\. E_MESSAGE

I had to manually change the xml code for

Z_LEMS_EXTRACT\. Response.E_MESSAGE

This was determined by referring to another interactive form that was created in a previous version of Live Cycle Designer and a previous version of SAP, he used "\Response." and worked properly.  So I applied the same coding here and it works.

Tags: Adobe LiveCycle

Similar Questions

  • On the interactive form - the filter icon

    I have a user who has a stupid question, they want the filter go in that they selected when they return to the first page of the interactive form, when it didn't there no data.
    All they need to do is of course click the x to the list of filters. The reason why it says no data when you return to the first form, that is that which registers is more meets the filter criteria. The user wants the filter with the green check mark and the Red Cross to disappear if there is any data left for this filter.
    Hope it makes sense.

    HI -.

    Two things, you might want to look at are:

    (1) to restore an interactive report in a link, use the string "RIR" in the section Cache Clear of a URL. This means the user choose the Reset option in the menu interactive report actions on the target page. The report is returned to the default report parameters specified by the developer.

    or

    (2) you can also reset a report with a call js: javascript:gReport.reset()

    Good luck.

  • FRM-92050: unable to connect to the server/FORMS/FORMSERVLET:-1

    Hello

    We have Oracle EBS R12 Production site as follows:

    2-node Oracle RAC 10 g 2
    2-node Application Tier using shared APPL_TOP
    H/W load balancer
    The AD/OID/SSO integration

    We configure DR using Oracle Data Guard as follows on the DR Site:
    2-node Oracle RAC 10 g 2
    2-node Application Tier using shared APPL_TOP
    Load balancer of S/W using the Web cache
    The AD/OID/SSO integration

    During the failover test env DR, when we start the 2nd layer of Apps services, we get "FRM-92050: unable to connect to the server/FORMS/FORMSERVLET:-1.
    When we stop the applications Tier 2 services forms work correctly.

    When we start a single node of level Apps, forms work correctly.

    Want to know how to solve this problem.

    Kind regards
    Thiru

    PL confirm that persistence (rigidity) has been implemented on the loadbalancer webcache

    Installation and configuration of Web Cache 10 g and Oracle eBusiness Suite 12 [380486.1 ID]
    11i: ' FRM-92050: unable to connect to the server/FORMS/FORMSERVLET:-1 "error when using load balancer [420021.1 ID]

    HTH
    Srini

  • Unable to connect to the Oracle Forms cmdlet after 30 Seconds (OATS)

    Hello

    While playback get error of OATS (Oracle Application Testing Suite) am most of the time 'Impossible to connect to the Oracle Forms applet after 30 Seconds (OATS)'.

    Please suggest solution for this type of error. I can't go further with this type of error.

    Kind regards
    Sairam

    Hi Sairam,

    GoTo OpenScript preference and change timeout for reading of the EBS/forms.

    Launch OpenScript, click view and select Preferences OpenScript. Then select Oracle EBS/functional forms under playback. Change timeout value.

    Kind regards
    Dembélé M

  • How can I change the source of the region of the interactive form with a button

    On the first page of the interactive form the user wants a button to enjoy on, for example: "select * from mytable where name = 'Doug' to a button on the top of the form."
    Is this possible.
    Thank you
    Doug

    Hi Doug,.

    Take a look on: Re: dynamic query for a report it can be a bit limited for what you need, but can give you ideas

    Andy

  • The interactive form data collection

    Hello all:

    I designed an interactive form that works well and has extended features so that the user can save the form. When the form is submitted, the data comes back in XML format, and I need to go back to PDF format. I use LIveCycle ES 8.2.1.

    In previous versions of the form where we did not use the dynamic tables, data are returned to CSV I could then download it in Excel.

    How do I with a dynamic form?

    Thanks in advance!

    Hi Traskj,

    You can change your button a to send by e-mail "button to a plain old"Button ". And then in the object tab specify the Type of control as 'submit '. This will give you a tab submit.

    On the submit tab to set submit to the URL field to be mailto:mailaddress (for example: mailto:[email protected]). In the send as, select PDF.

    Using a normal button (a button Email), you get the additional control to present it as.

    Kind regards

    ~ Dominique

  • Decode does not not with the interactive form

    I have this in my interactive form
    Select
    "KEYSTONE_ID,"
    "PORTAL_ID,"
    "ACCT_STAT_CD,"
    "ACCT_GROUP_CD,"
    "ACCT_PROG_ACCESS_CD,"
    "ACCT_BDT_ACCESS_CD,"
    -decode (ACCT_BDT_ACCESS_CD, '?) (',' ') ACCT_BDT_ACCESS_CD;
    "OTHER_ACCESS_CD,"
    -decode (other_access_cd, '?) (',' ') other_access_cd;
    'NAME',
    "FIRST NAME",
    'LOCATION ',.
    -decode (LOCATION, '?) (',' ') LOCATION.
    "OFFICE_SYMBOL,"
    'EMAIL_ADDRESS ',.
    "COMM_PHONE,"
    "DSN_PHONE,"
    "ACCT_CREATE_DT,"
    "ACCT_DELETE_DT,"
    "SIGN_DT_2875,"
    "TRAIN_1_DT,"
    "TRAIN_1_LOCATION,"
    "TRAIN_2_DT,"
    "TRAIN_2_LOCATION,"
    "CBT_DT,"
    "CBT_SCORE,"
    "COMMENT_TX,"
    'APEX_ID '.
    of 'DMN_USER_LIST_PORTAL '.


    statements of decode makes each piece of null data, even if there is data in the table.

    I think you're looking for this

    Select
    "KEYSTONE_ID,"
    "PORTAL_ID,"
    "ACCT_STAT_CD,"
    "ACCT_GROUP_CD,"
    "ACCT_PROG_ACCESS_CD,"
    Decode (ACCT_BDT_ACCESS_CD, '?) (',' ', ACCT_BDT_ACCESS_CD) ACCT_BDT_ACCESS_CD,.
    Decode (other_access_cd, '?', null, other_access_cd) other_access_cd,.
    'NAME',
    "FIRST NAME",
    decode (LOCATION, '?) (',' ', LOCATION) LOCATION.
    "OFFICE_SYMBOL,"
    'EMAIL_ADDRESS ',.
    "COMM_PHONE,"
    "DSN_PHONE,"
    "ACCT_CREATE_DT,"
    "ACCT_DELETE_DT,"
    "SIGN_DT_2875,"
    "TRAIN_1_DT,"
    "TRAIN_1_LOCATION,"
    "TRAIN_2_DT,"
    "TRAIN_2_LOCATION,"
    "CBT_DT,"
    "CBT_SCORE,"
    "COMMENT_TX,"
    'APEX_ID '.
    of 'DMN_USER_LIST_PORTAL '.

    Thank you
    Mehabub

  • What are the interactive form fields

    I found an example of template online that I would use, I saved it in my documents and now I can't change it, what I need to do?

    Hello

    Referring to the following document you could more information about form fields. It will cover everything related to interactive form fields. Please take a look.

    http://www.Adobe.com/content/dam/Adobe/en/accessibility/products/Acrobat/PDFs/Acrobat-XI-a ccessible - forms.pdf

    For the model, please explain more about this.

    What model it is?

    How do you want to change it and what are the challenges that you face while trying to change?

    What version of Acrobat are you using?

    Also, what OS are you working on?

    Please provide us with the above information so that we can help as a result.

    Concerning

    Sukrit diallo

  • connection to the base Forms builder

    When I try to connect to database form oracle forms builder... his throw an error message like "TNS: no listener".

    Can you guys help me to get rid of this shit

    I read on some forums and pasted the oracle tnsnames.ora file in the base directory of forms still its irritating me a lot.

    Pls help me.

    Thanks a bunch

    Try this.

    Call the command line. CD to the folder where frmbld is present.
    The value TNS_ADMIN folder where you have your tnsnames.ora file. Call frmbld.exe and try to connect to the database.

    Let us know if it works / you get the same error.

    Arun-

  • Create and save the interactive form

    I created my form that I would like to have users to fill in and save.  I did something wrong because it gives a message that it can not save entered data.  The form works, it just won't save data seizures.  Thank you.

    Hi Ibgolfin,

    It is by for the course.

    What you need to do is to activate Reader usage rights by:

    • Open your form in Acrobat Pro
    • Select Advanced
    • Select extend the functionality of Adobe Reader
    • That's all. No reinforcement is required about.

    Stephen

  • Infinite accuracy of data ToolTips in the Interactive execution window

    First - three bugs a day...

    You see, data seems ToolTips accuracy limited only by screensize, a good reason to buy a bigger screen

    Hello Wolfgang,.

    The number of CAR is 427783.

    Best regards

    Nelu F. | National Instruments.

  • 1016: could not connect to the database: Oracle returned ORA-00257: archiver e

    Dear friends,

    Receive the above error.

    Removed my old ARC files to another drive and now the error again.

    How can I go about it.

    Please advice.

    Thank you!

    Note: I use Oracle 10 g on a Windows platform

    Published by: user645399 on July 26, 2012 18:36

    After 1000 posts, you need to understand that 10g is not a version number, but a marketing label. That's what says the error message,

    ORA-00257: archiver error. Connect internal only, until freed.
    
    Cause: The archiver process received an error while trying to archive a redo log. If the problem is not resolved soon, the database will stop executing transactions. The most likely cause of this message is the destination device is out of space to store the redo log file.
    
    Action: Check the archiver trace file for a detailed description of the problem. Also, verify that the device specified in the initialization parameter archive_log_dest is set up properly for archiving.
    

    If you simply deleted files using the command o/s, it don't will not update the control file that these files are no longer available and space mapped by them must be released. If you must use cross-checking of the RMAN command to confirm the deletion and mark the file as expired and then you will have to issue delete expired . Apart from this, the only option would be to add more space to the destination where you store the archive logs.

    HTH
    Aman...

  • "Nobody connected." when accessing the registration form - buy.

    So, I found a bizarre situation that I can't understand what is the cause.

    Let's say I have create a new account for my secure area. Once created, the Web site shows that I am logged in as this user.  I then add a product to my cart and visit the shopping cart page. Everything always seems fine.  At the moment I have select withdrawal and visit the page of registration-Buy, the site says "No one connected." Generally, certain information such as name, surname, etc. are pre-populated based on who is connected.  Now, everything is empty.  When I enter the payment details and try to purchase, I have the following error:

    ERROR: You have removed your web form. Please log on to the administration panel of your Web site and remove the form previously submitted from the page web that you last visit. You have to re-create this web form by going to the Modules-> Web Forms. After recreating simply insert this new form of web in the web page and your web form should work fine.


    Now, I did some research about this error and I do not think that anything has to do with this case.  The payment process still works, except when you create the right to connect before ordering.  If I click on any other page on my site, it indicates that a user is connected.  But once again, once I return to the page of registration-Buy, it shows "no one connected."  If I stop and restart my browser (sometimes my computer) and clear the cookies, the new user works perfectly when you purchase an item.  The problem occurs only when a user is created, then goes straight through the purchase of an item.


    I'm still not quite sure where to start troubleshooting.  Any help would be greatly appreciated!


    Thanks for all your help!


    Mark

    As Mihai request, need of the URL.

    If you take a modern login form you will see that it connects to the URL worldsecuresystems and a sponsor of the direct field. Even if it is buggy and you do a manual tweak and changes to make it more robust.

    You can also see that if you create a form with the registration area. If you manually update the action in the shape of a normal shape you won't have the intelligence necessary to log in two versions of area (safe and normal).

    An example of a form of signature for a zone:

    {module_o id} https://yourdomain.worldsecuresystems.com/FormProcessv2.aspx?WebFormID=43775&OID= & OTYPE = {module_otype} & EID = {module_eid} & CID = {module_cid} & CC = {module_urlcountrycode} & restart Refe = {module_siteurl, true, true}

    Who must you keep connected on the payment form, in order to check what is in the action of your form, and then go from there.

  • Connect to the database using oracle forms

    Hello experts,

    I have installed on my computer, Oracle Developer Suite 10 g (10.1.2.0.2) (including the forms and Designer) and after that I installed Oracle Database 11 g Express Edition (11.2) Beta.
    both facilities are on the same (local) computer.
    When I chose to connect to the database, he wonder about the data connection to the database:
    username, password and database.
    I'm sure that the user name and password are correct, because I have no problem to connect directly to the database (via sql * more).
    could you please tell me what I should write in the field database? I trid XE but it dose not help.
    Can I need to make some changes manully so that it works?
    Please note that the operating system is Windows XP service pack 3.

    Thank you for your help.

    Published by: user1818173 on 28/08/2011 01:43

    Hello
    Have you changed the TNSNAMES file. File of the ORA for DS? You must add the TNS for DS TNSNAMES. ORA file.
    Go to $DB_Default_Home$ \netword\admin and open the TNSNAMES file. ORA file in Notepad. Copy the entry tns where you connect from SQL * more.
    Go to $DS_Default_Home$ \netword\admin and open the TNSNAMES file. ORA file in Notepad. Paste the tns entry that you copied.
    Now try to connect generator of form.
    Kind regards
    Qasim Jules

  • How to display data in the interactive report without colon (:)) column

    Dear gurus of the Apex,

    I am a beginner and you just create an application for the Apex of a worksheet. I created a list of named values and used in a box against a field in the page creation form default 3.

    When I selected several values in my box on the form, the data in the interactive report appear as a single line with a colon separating the values selected as follows: dog: Cat: bird

    What I would like is to have the data appear in the interactive report in a list like this multiline column:

    Dog
    CAT
    Bird

    I can work around this problem by modifying the SQL code in the Source region of the definition of the area of the report (interactive 1 Page by default) to replace the semicolon by < br >

    SELECT replace ("PETS_CHOSEN", ":","< br / > ')"PETS_CHOSEN", OF"MYAPP"Note: this is not format correctly in the display. I have replace the colon with a html br

    This works, but there seems to be a hack to me. I guess I missed an option simple setting somewhere, but I can't.

    The other problem with this solution is that when I export the report to Excel, that ship's dog < br > cat < br > Bird, which is seems worse than the colon.

    Thank you

    -Morgan

    Published by: mnrussel on February 16, 2009 04:13

    Hi Morgan,.

    I think you have at least two possibilities:

    1. replace the colon with "," (comma and space) - kind of reasonable on the screen and export

    2 create a second page that has the same report but use it "export: csv" model. Create a manual link to this page to replace the standard export binding. When these pages of the report are requested, they download immediately instead of display. So you can use commas in this one and < br > tags in the report to the screen version

    Andy

    ch - to display the tags in a post, use and lt; for < and & gt; for >

Maybe you are looking for

  • HP8600 does not connect to the ePrint Server

    HP8600 does not connect to the ePrint server at all. I double checked all the settings and I can print to it from my applications when you are connected to the same network, but try to access the server of ePrint from the screen of the printer or the

  • The Windows Vista operating system on dv9000 was arrested.

    The Windows Vista operating system on my laptop dv9000 stopped by Microsoft citing an expired licence. It is preinstalled by HP OS. How can I get my BONES restored without having to buy a new one?

  • My scanner on the MF4370dn does not work with Windows 8 or 8.1.

    I have a Canon MF4370dn which the scanner part has not worked since I was a computer with 8 windows and will not work at all since I downloaded windows 8.1 right. I rebooted tools scanner, tried the Presto! PageManager supplied with the oomputer. I d

  • Strange system vs Recorded greeting question - CM3.3 (4) and VM4.0 (3) unit

    I have a client who wants their customer service number to ring on the phone during the day and immediately play a greeting with entry of the appellant on the night of the night options. I've set up a voicemail box that all calls get sent to, with ca

  • IPSec vs on IPSec NAT - T

    I would like an explanation between the two terms. I do a remote work while I do some traveling. Normally, when I work from home my VPN connection uses the IPSecOverNatT Protocol when I discover the current VPN connections through ASDM. I am currentl