LiveCycle ES2, Guides, SSL and IE 8/9 Cross Site Scripting Issue

I have a guide that is being served up in the workspace.
This guide works fine in all of the different browser versions provided they go through port 8080.
If however you enable SSL on your server (port 8443) and serve up the guide in the workspace, the end user can fill the entire form out only to have the browser identify the submit process as a Cross Site Scripting issue.
This is the result:
The data is essentially lost and guide disappears.  I had a theory that maybe the submit process might be using the default server port for data submissions (8080) and created a customized submit process with the hardcoded targetURL.
I tried to test my theory and got the same result.  I then modified my custom submit process to essentially do nothing (Started and ended the process with an abstract activity), and got the same result.
The only other thing that I could think of, is that the automatically generated action script classes might be hard coded to use default port instead of the SSL port.
Suggestions?!

Hi
You can rise SR for your issue for 5000+ user or you can also can connect wiht your system engineer team for can possible solution as setup IE and deploy it to 5000+ user pcs
For your other question see below note:
Recommended Browsers for Oracle E-Business Suite 11i [ID 285218.1]
Regard
Helios

Similar Messages

  • How to crop pages using Adobe LiveCycle ES2 PDF Generator and Acrobat 9.2 Pro Extended

    Hi all,
    I'm evaluating the possibilities of Adobe LiveCycle ES2.0 PDF Generator in order to convert on the fly (programmatically) MS Office Documents and Visio drawings into PDF files.
    I'm able to trigger this process using the Webservices API (from within C#). However when generating the PDF files in this way, each and every PDF file has a lot of white margins around it as it is generated as an 8x11 inch page.
    I have been looking in ways to crop these white margins from around the information, so that the PDF content is only showing the actual content (in order to be used as an image).
    I found a way of doing this manually by opening the generated PDF file of LiveCycle in Acrobat 9.2 Pro Extended and using the Document > Crop Pages... option.
    So my question is: Can this be done programmatically using Adobe LiveCycle ES (and/or API functions of the Acrobat tool).
    The envisioned solution would run on a server (without interaction/monitoring requirements by a human).
    Any input about this is highly appreciated.
    Kind Regards,
    Raf
    Raf Snijders

    Hi all,
    I'm evaluating the possibilities of Adobe LiveCycle ES2.0 PDF Generator in order to convert on the fly (programmatically) MS Office Documents and Visio drawings into PDF files.
    I'm able to trigger this process using the Webservices API (from within C#). However when generating the PDF files in this way, each and every PDF file has a lot of white margins around it as it is generated as an 8x11 inch page.
    I have been looking in ways to crop these white margins from around the information, so that the PDF content is only showing the actual content (in order to be used as an image).
    I found a way of doing this manually by opening the generated PDF file of LiveCycle in Acrobat 9.2 Pro Extended and using the Document > Crop Pages... option.
    So my question is: Can this be done programmatically using Adobe LiveCycle ES (and/or API functions of the Acrobat tool).
    The envisioned solution would run on a server (without interaction/monitoring requirements by a human).
    Any input about this is highly appreciated.
    Kind Regards,
    Raf
    Raf Snijders

  • Exchange 2010, UCC SSL, and the "new" CA/BROWSER Forum not issuing for .local

    I don't know how many people have run into this yet, but the CA/BROSWER Forum, the "standards" authority for SSL issuing, has mandated that CA's can no longer issue a certificate using a FQDN "intranet" name for new or renewal SSL certificates effective
    Nov 1, 2012.  i.e. the Microsoft standard of mydomain.local will no longer be accepted as a SAN on a UCC for Exchange 2010.  I've looked thru the KBs and Social forums, but haven't really found any guidance on how to solve this.  I'm presuming
    that the certs will have to be split and the "external" domain name of server.mydomain.net will just become a single server SSL, and the internal name of server.mydomain.local will become a Self-Signed certificate.  With the increasing prevalence of OA
    and ActiveSync devices, is there any baseline guidance yet on how to make this happen without completely fouling up production servers and killing access to the user community?

    On the same topic, though likely different environment...
    Against recommended deployment, I have a number of clients running all their services on one box.  Windows Server 2008, Active Directoy, DNS, Exchange 2010 ...and so on.  These servers all have .local addresses, which means of course that the SAN
    certificates have .local addresses as one of the SANs.
    I've read alot online about this issue, and am trying to find the most cost effective solution to switch numerous production servers running this configuration.
    The best solution I've come up with so far is...
    1. Virtual AD with new external domain, 2. Migrate Exchange CAS to this domain, 3.  Reconfigure network through the box.
    Obviously these steps will contain alot more details, but this is just the outline atm.  At best, I see me having to take a second box with me to each location to perform these steps, and I can't see it happening without disruption to the work flow
    of employees.
    Thankfully, all of these businesses are relatively smal...under 25 employees.  Still, I'd like to find the smoothest transition solution possible.
    Any suggestions would be greatly appreciated!
    Regards

  • XSLT  - Exception error when using XSLT 2.0 code in Transform on LiveCycle ES2

    I'm new to using this forum, so apologies in advance in I have posted this to the wrong place.
    I'm using Adobe LiveCycle ES2.5 (Jboss) and have written several complex XSLT scripts.  All have worked, with the exception of the latest one in which I have to sum a repeating subnode that maynot exist and if it does, may contain a number or be empty.  When I have used SUM by itself, it works perfectly if I all the nodes have values, but returns zero if any are missing or are empty.  After some searching I found a solution (which I have made bold) in the fragment below.
    <xsl:stylesheet version="2.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" ...>
    <xsl:variable name="varUnitValueTotal" select="sum( (if(SOURCEUNITVALUE='') then 0 else SOURCEUNITVALUE) )"/>
    </xsl:stylesheet>
    I developed and tested this xslt in XMLSpy 2011 and it works a treat.  However, when I invoke the XSLT using the Services\XSLT Transformation 1.0\Transform, I get the following exception error:
    javax.xml.transform.TransformerConfigurationException: javax.xml.transform.TransformerException: javax.xml.transform.TransformerException: Could not find function: if
        at org.apache.xalan.processor.TransformerFactoryImpl.newTemplates(TransformerFactoryImpl.jav a:936)
        at org.apache.xalan.processor.TransformerFactoryImpl.newTransformer(TransformerFactoryImpl.j ava:774)
        at com.adobe.livecycle.xslt.XsltTransformer.transform(XsltTransformer.java:151)
    Now as far as the documentation is concerned ES2 and better should be using XSLT 2.0.  However to test a theory I changed the stylesheet version from 2.0 to 1.0 and re-ran the xslt in XMLSpy and it fell over at exactly the same place as the exception error.  Which makes me conclude that LC ES2+ is still using XSLT 1.0.
    Now I am stuck.  The only work around that I can see is to attempt to do the calculation in the form (which sort of defeats the point of usng XSLT).  That said I am reluctant to go down that path, since the maintenance overhead is going to be shocking if I have to apply to dozens of forms.
    Is there a way to tell the Transform service to use XSLT 2.0 and if so, how and what are the settings?  Or do I need to find and use a different transform engine, again if so which one should I use and what settings should I make at either JBoss and/or AdminUI level.
    Really hoping that someone can help.

    The XSLT service is configurable.
    http://help.adobe.com/en_US/LiveCycle/9.5/WorkbenchHelp/WS92d06802c76abadb-1cc35bda128261a 20dd-6750.html
    1) Stop LiveCycle.
    2) Add the .jars of your XSLT processor of choice to the LiveCycle server lib folder.
    3) Restart LiveCycle.
    4) Go to Workbench and stop the XSLT service. Right-click on XSLTService:1.0 and Edit Service Configuration.
    5) Enter the factory name for the given XSLT processor. I think for Xalan 2.7.1 it is org.apache.xalan.processor.TransformerFactoryImpl (but I could be wrong).
    6) Restart the service.
    Steve

  • I am having major problems with Firefox. About 3 weeks ago I started experiencing the display only when on Firefox for all web site, that the display would be shifted right about half a screen. It only happens on Firefox and happens for all web sites.

    I am having major problems with Firefox. About 3 weeks ago I started experiencing the display only when on Firefox for all web site, that the display would be shifted right about half a screen. It only happens on Firefox and happens for all web sites.

    This issue can be caused by the Babylon Toolbar 1.1.8 extension
    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions is causing the problem (switch to the DEFAULT theme: Firefox (Tools) > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.com/kb/Safe+Mode
    *https://support.mozilla.com/kb/Troubleshooting+extensions+and+themes

  • Is there a difference in generatePDFOutput between Livecycle ES2 (9) and Livecyle ES (8)

    I know that we are way behind in terms of Livecycle ES versions, but we have recently installed Livecycle ES2 (9.0) on a set of new Websphere 7 servers. All seems to be progressing will in terms of systems integrating with the new servers, but we have run into an issue with the way PDF documents are rendered in Livecycle ES2 (9.0)/WAS 7 versus Livecycle ES (8.0) / WAS 6.
    We have a few XDP templates that have Rich Text Fields with a Data Format of XHTML that are not rendering the same when using PX measurement.
    EXAMPLE: <p style="left-margin: 15px;">
    Using the API generatePDFOutput under Livecycle ES (8.0) the text is indent and all displays well in the rendered PDF. But, in Livecycle ES2 (9.0) there is no indention and the text is aligned to the left margin of the field.
    Here is the data that is used:
    <?xml version="1.0" encoding="UTF-8"?>
    <form1>
       <RTF_Field>
      <body xmlns="http://www.w3.org/1999/xhtml">
      <p>This is a <i>Rich Text Field.</i></p>
      <p>It is filled using <b><i>XHTML</i></b> data.</p>
      <p></p>
      <p>The following should be 3 indented bullets. The first is indented 15<b><i>px</i></b> and the other two are indented 30<b><i>px</i></b>:</p>
      <p></p>
      <p style="margin-left: 15px;">&#8226;&#160;&#160;&#160;Bullet 1</p>
      <p style="margin-left: 30px;">&#186;&#160;&#160;&#160;Sub-Bullet 1</p>
      <p style="margin-left: 30px;">&#186;&#160;&#160;&#160;Sub-Bullet 2</p>
      </body>
      </RTF_Field>
    </form1>
    As you can see there is no HTML table code in the prefill. I know that that is not allowed.
    Here is an image of the results on the old Livecycle ES (8.0)
    Here is an image of the results on the new Livecycle ES2 (9.0)
    Has anyone else run into this issue? I am not an expert when it comes to the administrative side of Livecycle ES, but is there a configuration, or setting, issue that we may be missing in the Livecycle or Websphere consoles? Is there some form of tranformation of the html code on the older server that is not active on the new one? Is there a difference in the HTML code that was valid on Livecycle ES (8.0) versus Livecycle ES2 (9.0)?
    Any insight would be grately appreciated.

    I think you are right!!! Just noticed, I came here via a link.  I'll repost and hopelfully the mods will delete this.
    Thanks.

  • Adobe Livecycle ES2 and ES3

    Good Morning,
    After some tests on adobe livecycle ES2 trial version , I identified a problem with pdf transformation. When we flattened the pdf, the images dissapeared (probably due to remote path), and charts werent displaying properly. After that, we tried the ES3 Version , and it worked fine, without any of those problems. My question is, was that issue fixed in the ES2? Will I be able to flatten pdf's properly using the ES2 platform? Or do I need to buy the ES3?
    Thanks in Advance.

    Hi,
    If you are willing to use ES2 and the issue is still not resolved , please provide us additional details and sample file if possible so that we can look in to it further

  • Adobe Certified Expert:LiveCycle ES2 Form Developer Exam

    Hi All,
    I would like to know whether the following certification is still available for enrollment?
    "Adobe Certified Expert:LiveCycle ES2 Form Developer Exam"
    If Yes, please share your experience in case if you had completed the above certification.
    Thanks,
    VJ

    This is the info that i got through some source:
      If you have been exposed to LiveCycle Designer for at least one year and have hands on development experience, it is likely that you will able to pass the Form Developer exam with only a review of the preparation guide and the associated product documentation related to each of the topics. However, if you are new to LiveCycle Designer, you should plan on several months of use before being prepared to pass this certification.
    Exam TopicsFollowing is a detailed outline of the information covered on the exam.Understanding template types
    • Given an output file type in LiveCycle Designer, describe the differences between those output types (Output types include: XDP, static PDF, dynamic PDF, TDS)
    • Given a form type, describe the characteristics of the form type (Form types include: static, dynamic, print, interactive, Acroform, artwork)
    Working with XFA
    • Describe the XFA object model (Topics include: hierarchy, subform types, referenced objects, variables)
    • Given a DOM, describe the functionality of that DOM (DOMs include: data, form, template, layout)
    • Describe the rendering process of an XDP to a PDF
    Importing other file formats
    • Importing an existing PDF into LiveCycle Designer
    • Given a file format, import that file into LiveCycle Designer (File formats include: .IFD, .DOC, .XSN, .XFT)
    Working with Master pages and page flows
    • Explain the purpose of Master pages
    • Given a Master page property, describe the functionality of the property (Properties include: orientation, paper type, page occurrence)
    • Explain the purpose of the Content area
    • Controlling pagination on a form
    • Creating page sets and page set properties
    Working with data connections
    • Given a data connection, describe that data connection (Data connection types include: schema, XML sample file, WSDL, Adobe Data Model)
    • Binding objects to data sources. (methods include: import and export binding, data binding, best practices for binding, relative vs. explicit binding)
    Laying out a form
    • Given a layout tool, explain the purpose of that layout too. (layout tools include: Justification, Alignment, Distribute, Make Same Size)
    • Given a drawing aid, explain the purpose of that drawing aid (Drawing aids include: Show Grid, Snap to Grid, Show object boundaries, Interval)
    • Given a form, set properties for that form (Properties include: Default, Preview, PDF Security, Save options)
    • Create and explain the purpose of custom libraries (Includes: Adding objects to custom libraries)
    • Set the tab order of fields by using the Tab Order tool
    Designing dynamic forms
    • Describe the content flow of a subform (position vs. flowed)
    • Describe the relationship between parent subforms and child subforms (position vs. flowed)
    • Given a page overflow condition, explain how you would handle that condition
    • Programmatically control repeating elements of a dynamic form by using the instanceManager
    • Control properties of a subform programmatically and via the UI (includes: min count, max count, initial count, repeat subform, expand to fit)
    • Create and use subform sets
    Adding form intelligence
    • Generating scripts by using Action Builder
    • Set validation patterns on a field (Patterns include: display, edit, validation, data)
    Scripting
    • Given a property in the Script Editor, explain the purpose of that property (properties include: language, run at, show, enable event propagation)
    • Given a form property, explain the purpose of that property (properties include: preserve scripting changes to form when saved, preview options, variables, form validation, enforce strict scoping rules in JavaScript)
    • Given a form, locate a script
    • Understand the SOM expressions within LiveCycle Designer
    • Debugging scripts (Includes: activating the JavaScript console, writing to the console, interpreting a message from the console, using the Report palette, syntax checker)
    • Interacting with a DOM
    Submitting data
    • Understand the data submission options (Options include: submit to URL, submit as, signed submission, include)
    • Submitting a form via email (Options include: using mailDoc, using mailto, using an email submit button)
    • Acknowledge a response from a data submission
    Designing with fragments
    • Creating a fragment (includes: in place vs. convert to embedded object)
    • Given a fragment library property, explain the purpose of that property (properties include: show fragment preview, fragment info, fragment library location)
    • Optimize binding in a fragment (Absolute vs. relative)
    • Rendering a fragment within a form
    Integrating with LiveCycle Server
    • Given an object in the library, explain the purpose of that object (objects include: form bridge, process fields, insertion point)
    • Given a form property, explain how to use that property (properties include: target version, PDF render format, PDF security tab)
    Thanks,
    VJ

  • Setting up SQL Server for LiveCycle ES2

    I have few queries regarding the installation please help.
    I am trying to install livecycle ES2 in Windows 7 system,Weblogic 11g,Sql server 2005 Dev Sp3
    1. In the installation guide under the section setting up sql server for Livecycle ES2 the below point mentioned .
    Select the Memory page and enter a size in the Minimum Server Memory (in MB) box that is equal to
    the size of the free memory on the server.
    How to find the free memory on the server ??
    http://help.adobe.com/en_US/livecycle/9.0/prepareinstallsingle.pdf
    2. Is It required to create LiveCycle ES2 database user, schema, and login in Sqlserver 2005 ? this step is not mentioned as optional why its required to create this stuffs ?
    3. While installing the Live Cycle Server when the installer prompts for a database configuration popup which db i should point to is it the db created for Livecycle or it should be the db from which i want fetch the data?
    4. In case if i am connecting to my application db (the place where my app data presents) where do i link the Livecycle db created with the Livecycle Server configuration?

    Hi,
    Do you have solution for this yet?
    I have same issue.
    Thanks
    YogLC

  • Submit Email PDF in Acrobat X Pro / LiveCycle ES2

    I'm pulling out my hair trying to get this form I created to email back the filled out pdf. I've spent a couple of days searching like crazy trying to figure out how to fix this issue.
    I created a fillable pdf form using LiveCycle ES2. I created the button to submit via email. In the submit to URL field I have: mailto:[email protected] The Submit As: PDF. ( we do not need a subject line) I saved the document, opened it up in Acrobat X Pro, went to File, Save As, Reader Extended PDF, Enable Additional Features, clicked Save to Enable Usage Rights for Reader. (that's what every other search has said to do)
    So, I send the form via email attachment to a co-worker to test it out. We fill out the form, click the Submit button... and nothing happens... again. The prompt asking which email client to use pops up, but that's it. I'm not sure what else to do. Can someone help please?!?!?!?!?!?  

    We'll need more information, such as OS, version of Acrobat/Reader is being used, what email client is being used, etc. Email is generally unreliable and not secure, adn whether is works seamlessly depends on whether the client machine is set up correctly.
    Submitting to a web server is a more reliable approach that can be made secure relatively easily.

  • Is LiveCycle Designer ES 8.2 LiveCycle ES2 or ES1?

    Hi,
    I am confused with all the LiveCycle release conventions.
    Is LiveCycle Designer ES 8.2 LiveCycle ES2 or ES1?
    I am using Designer ES8.2. I manually added some PDF metadata to XDP form in the XML Source tab. After the XDP form gets redendered to either static XFA PDF or dynamic XFA PDF, the PDF metadata I added manually is lost. I was told there is a known defect with LiveCycle ES1 and it has been fixed in ES2. So, wondering whether ES 8.2 is ES1 or ES2?
    Thanks!
    lcfun

    Designer 8.x = ES
    Designer 9.x = ES2

  • How to convert the Adobe 10 PDF to Adobe LiveCycle ES2 so that I can make the text boxes expandable?

    When I convert the Adobe 10 PDF to Adobe LiveCycle ES2 it is a static document, thus not allowing me to make the text boxes expandable.  How do I take a current Adobe 10 PDF with Text and convert it to Adobe LiveCycle ES2 so that I can make the text boxes expandable?

    Hi Alan,
    TextField objects can expand dynamically.  There are a few things that you need to do:
    1. The TextField object should be contained in a subform that is set to Content: Flowed.  This isn't technically necessary, but if you have anything below the expanding text box and the subform is set to Positioned, the text will expand and overlay what's below.
    2. On the Field tab of the text field's Object property tab, check the Allow Multiple Lines checkbox
    3. On the Layout tab, check the Expand To Fit checkbox under Y:/Height
    4. Set the PDF Render Format under Form Properties/Defaults to Dynamic XML Form.  If you're previewing in Designer, don't forget to set the preview to Dynamic too.
    Regards,
    Rave

  • How to fix ? please advise: In Adobe LiveCycle ES2, JBOSS(4.2.1.GA) node unable to join cluster after restart.

    Hi Team,
    We are using Adobe LiveCycle ES2, JBOSS(4.2.1.GA)  on windows OS.
    We are facing issue after every time we restart JBOSS. JBOSS node after restart is coming up but unable to join the cluster.
    We are getting below error in the jboss server.log:
    2014-07-18 00:25:37,206 WARN [org.jgroups.protocols.pbcast.GMS] join(10.183.100.39:61469) sent to 10.183.100.39:64118 timed out, retrying
    2014-07-18 00:25:44,206 WARN  [org.jgroups.protocols.pbcast.GMS] join(10.183.100.39:61469) sent to 10.183.100.39:64118 timed out, retrying
    2014-07-18 00:25:51,206 WARN [org.jgroups.protocols.pbcast.GMS] join(10.183.100.39:61469) sent to 10.183.100.39:64118 timed out, retrying
    2014-07-18 00:25:58,207 WARN [org.jgroups.protocols.pbcast.GMS] join(10.183.100.39:61469) sent to 10.183.100.39:64118 timed out, retrying
    2014-07-18 00:26:05,207 WARN [org.jgroups.protocols.pbcast.GMS] join(10.183.100.39:61469) sent to 10.183.100.39:64118 timed out, retrying
    Could you please help to advise on this.
    Thanks.

    My apologies about the wall of text. After I made my original post, I thought maybe it would better to go back and put it in a pastebin instead. I was not able to edit that post once I sent it.
    In regards to your question, the  permissions on the
    /Library/LaunchAgents/com.adobe.AAM.Updater-1.0.plist file is "read and write" for system, wheel and everyone.

  • List of new features, changes, and improvements from Designer ES2 to ES3 and then ES3 to ES4

    I have been scouring the Adobe website and even contacted customer service for a list of all the changes made from Livecycle Designer ES2 to ES3 and then ES3 to ES4 with no luck.  It seems like something basic that would be available.  I am currently using ES2 and need to know if anything was changed or added to ES3 and then ES4 to see if it is worth the cost of upgrading.  I do not use any of the other components of Livecycle and pretty much all the information on the Adobe website always goes back to those programs or how Designer works with those programs and it does not apply to me.
    It is frustrating because it seems like Designer is an neglected stepchild of the ES Suite.

    I have been scouring the Adobe website and even contacted customer service for a list of all the changes made from Livecycle Designer ES2 to ES3 and then ES3 to ES4 with no luck.  It seems like something basic that would be available.  I am currently using ES2 and need to know if anything was changed or added to ES3 and then ES4 to see if it is worth the cost of upgrading.  I do not use any of the other components of Livecycle and pretty much all the information on the Adobe website always goes back to those programs or how Designer works with those programs and it does not apply to me.
    It is frustrating because it seems like Designer is an neglected stepchild of the ES Suite.

  • How can I set a date range for a Date/Time Field in LiveCycle ES2?

    I need to set a specific date range for a form set up in LiveCycle ES2. Cannot see where i allows me to do that without a code entered.

    Hi,
    You can't set a start and end date for the date/time field, the best you can do is validate the range after the user has selected it.
    An alternate is to make your own date / time field, like this sample http://adobelivecycledesignercookbookbybr001.blogspot.com.au/2013/05/an-alternative-date-p icker-for.html
    Regards
    Bruce

Maybe you are looking for

  • How do I delete an icloud from my iphone without the password?

    My ex set up my new phone and now he refuses to give me the password, so I can't update the phone or any of my apps. I created a new Apple ID, but his id continues to show up, for me to sign into things, and I don't have the password. Please help. I

  • How to zip all the files generated using file adapter

    Hello Everyone, I have a scenario in place where i split a message into multiple messages. I used to generate multiple file using the file name present in the payload of the splitted message using variable substitution. This is working fine. Now the

  • Intercepting FTP events in XDB

    Hi, I would like to use the FTP capabilities to upload, download and change files on my XML database. The real complexity comes in though, when I try to implement versioning in the XML DB. I am looking for a simple and elegant solution that does not

  • Firefox is not recognising flash player...I must use IE...why is this?

    firefox says I must install flash player ...I have the most current flash player...it works fine when using IE. I have the most current version of firefox.....it gives me the update plug in message. when i try and do that it just takes me to some pag

  • N96-1 charging problem

    Hi i have a n96-1 European version phone. When i plug in the phone for charging with the phone face up, it charges ok, but when i move the phone and turn it face down, it stops charging and has a beeping noise that alerts me that it's unplugged. I ha