ADS: unable to activate a new adobe form

Hi,
I'm testen the adobe form functionality in netweaver '04
I succesfully created an interface, a context and a layout. But when I click the activate button, it stays inactive. I don't receive any errors, just message ED118 (Operation terminated)
Does anyone have a clue how to solve this?
PS: I don't know which ADS version I have
PS²: I have installed Adobe Livecycle designer 7.0 (downloaded from SAP)

Bert,
Are you doing this from ABAP?  I had the same issue.
Is your J2EE Engine up and running with Adobe Document Services?  This is the only way to get the form activated.  Since I am not a Basis expert I am not sure what all needs to be done.  But if the J2EE engine is up with the ADS running then maybe their are some Basis type of settings that need to be done to point your ABAP WAS to the J2EE WAS. 
Chris

Similar Messages

  • Activation issue with new Adobe form in subsequent systems

    Hi All,
    I'm facing an strange issue in activating Adobe form.
    The new Adobe form is copied from an existing form and assigned to a new output type of PO.
    After tested successfully in Dev, we transport it to Q environment and other subsequent systems
    But we will always get PO updating termincation error in Q and other systems firstly.
    We go to SFP transaction and regenerated the Form there once, only after that it works perfectly and no termination error any more.
      I'm not sure if I missed any step to activate the Adobe form as this is the 1st time I'm working on a new Adobe form.
      I did activate the Adobe interface and form before releasing and TR consistency check was also carried.
      Please let me kow if you faced the similar issue and what's the possible cause?
    Thanks for your inputs.
    Regards
    Vindy

    not really, someone else mentioned that it could be done and they said they saw it before.  I've been beating myself up for a while trying to figure out how to get it to happen.   Is there an easy way to get the content of the pdf form into an email body with plain text when pressing a submit by email button?
    Such as...
    <label name>: <txtfield content>
    First name:  <txtfield content>
    ...etc..

  • I am unable to activate my New iPhone 4S

    I am unable to activate my New iPhone 4S

    Well I guess we are casualties of several million people trying to do the same thing at the same time. I bet if we wait a while (like a day or so) things should get more normal. After all this roll out is projecting to be the biggest one of all. We can be lucky that we even got our phones. My buddy order an hour after me and he is not even for a email saying it shipped. He's bummed big time. I am going to bed and I'll try in the morning.
    good luck
    RIP Steve this ones 4U

  • Hello, I have been unable to activate my new iphone 6. When I call the activation phone number it just says terms and conditions have been accepted on this account. Please help.

    I have been unable to activate my new iphone 6. When I call the activation phone number it just says terms and conditions have been accepted on this account. Please help.

    Same thing here. I love how they include this nice and easy to follow guide in the box and the KEY step for activation (the phone call) is a total fail. To verizon: the automated just says Terms and Conditions have been accepted for this number. Press 1 to enter another phone number in the order. Well, I HAD NO other phone number in my order. The message gives no other options. She repeats the same line 3 more times and after the 3rd time, it says please hold while we transfer you, call may be monitored etc. Guess what, its 2 am ET and customer service is closed?
    Do you guys expect thousands of iphone customers to speak to a CSR just to activate? Why not just let us do it online? I have activated plenty of phones even LTE phones, online. Now I'm going to have to compete with the other 30,000 people who ran into this same problem overnight tomorrow on the phone....

  • HT5457 Unable to activate my new. 4s for last 4 hours? Response says server not available? Try later. How long is reasonable?

    Unable to activate my new IPhone 4s, response says activation server temporarily unavailable. Have tried continuously over last 4 hours, how long is reasonable before I seek alternative action? It tells me to keep trying!

    If this is a brand new iPhone 4S, contact whoever you purchased
    it from. If you got your iPhone 4S from other than Apple or an Apple
    authorized reseller, your iPhone was most likely hacked or jailbroken
    in the past and the update servers are sensing that.
    If this is an iPhone that is new to you but purchased second hand,
    it most likely was jailbroken. Return the iPhone, get your money back,
    and purchase from Apple or an authorized seller.
    If this is occurring because you just updated or restored your iPhone,
    the iPhone has become relocked to the original wireless carrier. You need
    to contact that original carrier to see if they offer unlocking and if you qualify.
    What does it say when you look at Settings=>General=>About=>Carrier?
    Is there a valid sim in the iPhone?

  • Unable to execute a Interactive Adobe Form

    Hi All,
    We have developed an Adobe Form in the Netweaver Developer Studio. The form has been integrated on to the portal as an iView. The issue is that this form gets executed only on systems in which Netweaver Developer Studio is installed. If I run the same application in my system which does not have the studio installed there is no response from the Form. Is there any kind of a plugin for Adobe Reader which needs to be installed inorder to run the application ?
    Best Regards,
    Sudhi

    post this question in the EP forum.
    looks like you are missing some jars in the server.
    /community [original link is broken]
    Regards
    Raja

  • Unable to unhide subform in Adobe Form

    Hello All,
    Something that should be simple has turned into a bit of a trial. I have an Adobe form with three tables with different columns. Based on a variable passed to the form say, "number_of_tests" one of the tables should be visible.
    This works fine when the subforms are set to "invisible" by default and then made "visible". However, it does not work when the default value is "hidden". Why does this matter? Well, the "invisible" element still affects the layout of the form so I need it "hidden" (exclude from layout). Any clue would be greatly appreciated.
    Here is my sophomoric code and location.
    data.#pageSet[0].Page1.NUMBER_OF_TESTS::initialize - (JavaScript, server)
    if (this.resolveNode("$").rawValue == "03") {
      this.resolveNode("Page2.ItemDataHdrSubForm3").presence = "visible";
      this.resolveNode("hdrs.ItemDataHdrSubForm3").presence = "visible";
      this.resolveNode("itms.ItemDataSubForm3").presence = "visible";
    if (this.resolveNode("$").rawValue == "04") {
      this.resolveNode("Page2.ItemDataHdrSubForm4").presence = "visible";
      this.resolveNode("hdrs.ItemDataHdrSubForm4").presence = "visible";
      this.resolveNode("itms.ItemDataSubForm4").presence = "visible";
    Here is the structure of my elements.
    MainSubForm is Flowed default to Visible.
    SubHeaderSubForm is positioned default to Visible.
    ItemDataHdrSubForm3 is flowed default hidden. (doesn't work, but does when default is "invisible")
    ItemDataSubForm3 is flowed default hidden. (doesn't work, but does when default is "invisible")
    ItemDataHdrSubForm4 is flowed default hidden. (doesn't work, but does when default is "invisible")
    ItemDataSubForm4 is flowed default hidden. (doesn't work, but does when default is "invisible")
    Again, thanks for any assistance.
    Greg

    Hi,
    look into the XFA specs to learn the difference of visible, invisible, hidden and inactive: http://partners.adobe.com/public/developer/en/xml/xfa_spec_3_3.pdf#page=68
    Ok, so why do you use the initialize event for your script?
    And the script you provided does not fit the structure form your screen shot.
    It should look this way:
    if (this.rawValue == "03") {
      xfa.resolveNode("MainSubform.ItemDataHdrSubForm3").presence = "visible";
      xfa.resolveNode("MainSubform.ItemDataSubForm3").presence = "visible";
    if (this.rawValue == "04") {
      xfa.resolveNode("MainSubform.ItemDataHdrSubForm4").presence = "visible";
      xfa.resolveNode("MainSubform.ItemDataSubForm4").presence = "visible";

  • Unable to Activate my new Droid X

    SOOO frustrated!!!  Verizon says their system is down and they are unable to activate my phone right now.  It may take until the 22 they said.  WTH???  Why the heck is everything soo difficult

    Ah sorry to hear that. You may just have to wait then & keep trying back. You can always call Verizon tech support for further help.

  • I am unable to activate my new Samsung Galaxy Note 8 tablet to read DMR coded books I've purchased?

    I know my Adobe ID and password are correct because I can log into my adobe.com account, but when I try to use an ebook reader to open books I've downloaded to the device I get messages that I must activate the device with my adobe ID to read adobe DMR protected books... yet the process for activation fails .... what am I doing wrong? 

    Shouldn't you ask in the Digital Editions forum?
    http://forums.adobe.com/community/adobe_digital_editions

  • Insert PDF into new Adobe Form - merging two PDF files into one

    Hi everyone,
    I need to enable access to archive PDF files but within a new PDF file containing header and footer.
    Request is not to change archived PDF files at all.
    I use Web Dynpro application to upload PDF file and to display new PDF file.
    I thought converting archive PDF files into JPG files and than using an 'Image Field' object to display those in a new PDF file.
    I am dealing here with PDF version 1.3 files.
    I am also having trouble converting these PDF files into JPG files. Any sugestions one this problem?
    Does anyone have any suggestion on how to deal with this concerning the fact that archive PDF files can not be changed?
    Is there some other way to merge two PDF files into one using Adobe Designer?
    Regards,
    Amel

    Hello, Lukasz:
      I am also facing similar requirement from my customer.
      And I found one useful blog, hope this blog can help you.
      http://wiki.sdn.sap.com/wiki/display/WDJava/CombinePDFfileswithWebDynproforJava
      Best regards, Nick.

  • Print Preview in RFx does not show new Adobe Interactive Form

    Hello Experts,
    I am trying to assign a standard Adobe Interactive form as the output form for SRM RFQ.  I have carried out the following steps in customising under "Define Actions for Document Output".
    - Selected bid invitation Action Profile = BBP_PD_BID
    - Go to "Processing Types"
    - Create a new Processing Type called "External Communication"
    - Set the following values to the new processing type:
         - Form Name = BBP_BID_INV_ADB
         - Form Type = P PDF-Based Forms
         - Format = BBP_BID_INV_ADB_MAI
         - Personalization Type = 5 - Recipeient Variable Replacement
    - Save Changes
    My problem is that when I go to into the BID (RFx) and click "Print Preview" it picks up the standard Smartform, not the new Adobe form I have added as required.
    Please can you advise of any additional config settings or other steps required to ensure that the Adobe Form is called when I click "Print Preview"?
    We are on SRM 7.0.
    I look forward your response.
    Regards,
    Matt

    Hi Matt could you please tell me how do you solve your issue? I have the same and I cant find the solution.
    Thanks a lot
    Kind Regards

  • Bodypage in Adobe Forms

    Hi Experts,
    I am new to Adobe Forms, Here in Layout i am unable to find Body page, is there any other options to find it.
    Thanks and Regards,
    neelam

    Hi Minnif,
    Thanks for your reply,
    Can you explain me in detail, I am new to Adobe Form.
    I have created new Adobe Form, Here i have 1 master page by default, and one subform page available. I have changed the name for subform is Body Page.
    But i ma unable to see the Bodypage tab for the layout. Only i can see Master page, xml source, pdf preview tabs.
    So can you tell me how to use the Bodypage in detail.
    Regards,
    neelam

  • How to print bar codes in adobe forms

    Hi folks,
    Iam new adobe forms  , any one please explain  how to print barcodes in adobe forms
    Moderator Message: Firstly, this is not a Adobe Forms forum. Secondly, I suggest you SEARCH before you post. Im sure this procedure has been widely discussed already.
    Edited by: kishan P on Jul 20, 2011 12:55 PM

    hi,
    check these.
    [https://forums.sdn.sap.com/click.jspa?searchID=18572128&messageID=4724540]
    [http://help.sap.com/saphelp_nw04/helpdata/en/68/4a0d5b74110d44b1b88d9b6aa1315b/content.htm]

  • How to use the separate symbol in the text field in the adobe form.

    Hi,experts,
    I don’t know how to use the separate symbol to make a paragraph separate into several lines correctly in the text field in the adobe form.
    Action:
    1. config the ADS successfully.
    2. create the adobe form with a mult-line textfield(binding the 'remark' context in the interface of the form) using sfp.
    3. create a WDA for invoke the form and transfer the 'remark' context data.
    I use the following codes to display the paragraph in the PDF document:
    CONCATENATE
    '1&#12289;aaaaaaaaaaa&#65307;'
    '2&#12289;bbbbbbbbb '
    '3&#12289;ccccccccccc'
    '4&#12289;ddddddddd'
    INTO remark .
    lo_nd_z_hr_php_payslip->set_attribute(
    EXPORTING
    name = `REMARK`
    value = remark ).
    But I found all the content aren't paragraph separate correctly in the text field in the adobe form when I run the WDA.
    Could you please give me some hints to make the paragraph separate correctly in PDF document? Thanks a lot in advance!
    My email is : [email protected]
    Best regards,
    Tao
    Edited by: wang tao on Apr 8, 2008 1:58 AM

    Hi,
    If it is just a one word value then you could use this in the exist event;
    this.rawValue    
    = util.printx(">?<*",this.rawValue);
    This changes the first character (represented by the ?) to uppercase (represented by the >) and all trailing characters (represented by the *) to lowercase (represented by the <).
    If you wanted something more general ... if they could also enter a middle name then you could call a function like;
    function        toTitleCase(textValue)
      return  textValue.toLowerCase().replace(/\b[a-z]/g, function replacer(match) { return match.toUpperCase(); });
    This uses a regex to change all lowercase letters following a word boundary to uppercase.
    Bruce

  • How to use the separate symbol in the textfield in adobe form?..urgent

    Hi,experts,
    I don’t know how to use the separate symbol to make a paragraph separate into several lines correctly in the text field in the adobe form.
    Action:
    1. config the ADS successfully.
    2. create the adobe form with a mult-line textfield(binding the 'remark' context in the interface of the form) using sfp.
    3. create a WDA for invoke the form and transfer the 'remark' context data.
    I use the following codes to display the paragraph in the PDF document:
    CONCATENATE
    '1&#12289;aaaaaaaaaaa&#65307;'
    '2&#12289;bbbbbbbbb '
    '3&#12289;ccccccccccc'
    '4&#12289;ddddddddd'
    INTO remark .
    lo_nd_z_hr_php_payslip->set_attribute(
    EXPORTING
    name = `REMARK`
    value = remark ).
    But I found all the content aren't paragraph separate correctly in the text field in the adobe form when I run the WDA.
    Could you please give me some hints to make the paragraph separate correctly in PDF document? Thanks a lot in advance!
    My email is : [email protected]
    Best regards,
    Tao
    Edited by: wang tao on Apr 8, 2008 2:05 AM
    Edited by: wang tao on Apr 10, 2008 10:29 AM
    Edited by: wang tao on Apr 11, 2008 5:29 AM

    With the pen tool in Indesign, is there a way of making the points not join if you want to make a few single lines?

Maybe you are looking for

  • How do i add music to my site?

    What is the most easyest way to add music to my MUSE site?

  • TS1424 iTunes crashes when I try to open the store

    I have the latest iTunes installed on my WinXPsystem. When I try to connect to the iTunes store, iTunes crashes. Tried to re-install an older version, but the result is the same. Impossible to open the store.

  • Photo showing in bottom left corner of Camera but nowhere to be found on phone

    I took a picture on my iPhone 5S (upgraded to iOS 8) and it is nowhere to be found on my phone. I took it with the front facing camera and I used the + button to take the photo. It showed the 1 counter on the screen as if I were taking a boost pictur

  • SO! my adobe illustrator crashes, what?

    so my adobe illustrator crashes every time I click file and I am not sure why... I have reinstalled the illustrator and still have the same problem ps I have a PC BUT ITS NEW SO... also I have paid for the illustrator so I am not sure what is going o

  • Java on I-Touch?

    Hi I was browsing through the internet on my I-Touch going to one of my websites that I use for school. It popped up as a big "X" saying that it was a Java program. Is there a way I can run Java on my I-Touch for the internet?