Simple Course Survey - error message?

I get an Acrobat Reader error
Acrobat does not allow connection to: mailto: [email protected]?subject=course Appraisal Survey.
Any ideas why the error from a mailto:???
gazzzz

No. I made a simple Course evaluation form. In LiveCycle Designer LC (part Acro 9 Ex Pro)When my client try to the Email Button They get a obtuse error.
Acrobat does not allow connection to:
mailto:[email protected]?subject=Course Appraisal Survey.
Apparently LifeCycle and Acrobat are not that compatible - go figure
I have tried extending rights in reader but still does not work..
From trawling thru the Net the best advice is rebuild the form in Acrobat NOT LiveCycle. Extremely underwhelmed at the moment
gazzzz

Similar Messages

  • Simple JSP gives Error Message

    The following is a simple welcome.jsp file that I am trying to run on a local J2EE sever. As you can see it tries to import classes one being the FaqCategories.class which is located in the folder Ch03 of the WEB-INF directory. When I call the page up on the browser It gives me that it does not recognize the   FaqCategories class and gives an associative error message.   I am wondering why(Is the import statement wrong? Did I put the class in the wrong directory? Etc... I followed everything the book told me to a que and I still received an error.     <&@ page errorPage="/WEB-INF/errorPage.jsp" import="java.util.Iterator,Ch03.FaqCategories" %>   <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">  <html> <head> <title>Java FAQ Welcome Page</title> </head>  <body> <h1>Java FAQ Welcome Page</h1> Welcome to the Java FAQ  <%! FaqCategories faqs = new FaqCategories(); %> Click a link below for answers to the given topic. <% Iterator categories = faqs.getAllCategories(); while(categories.hasNext()) { String category = (String) categories.next(); %> <a href="<%= replaceUnderscore(category) %>.jsp"><%= category
    %></a> <% } %> <%@ include file="/WEB-INF/footer.jspf" %> </body> </html>  <%! public String replaceUnderscore(String s) { return s.replace(' ','_'); } %>

    Iterator categories = faqs.getAllCategories();I think faqs.getAllCategories() seems like a method that returns a Collection class.
    should that be replaced by faqs.getAllCategories().iterator()?
    I think you should post your stacktrace.

  • Getting SCRIPT5007 when trying to implement a user-friendly survey error message

    Hi,
    I am trying to use the code from http://sharepoint.stackexchange.com/questions/64357/friendly-message-when-user-tries-to-take-the-survey-again to show a user-friendly error message when a user tries to answer a survey twice.
    The detection of the user's answer count works, but when the code tries to open the survey by calling the old code (NewItem2Orig(evt, url);) I get an error SCRIPT5007
    which says, that tagName cannot be found because of an undefined or null-reference in inplview.js, row 2, column 32309.
    Does anybody know, why this is happening? I actually can't see why it shouldn't work...
    Thanks in advance
    P.S.: The error happens in IE 11, in Firefox the code seems to work

    I'm not sure how you get the parameter to execute the NewItem2Orig(evt, url). you can use JavaScript code to first get the button click event script, save it as a variable.
    Then in your rewrite NewItem2 method, else part, set the button click event to the origional event.
    Qiao Wei
    TechNet Community Support

  • ITune U Course Manager Error Message

    I am trying to update my course info by adding a picture and editing the course description.  When I click on save I always get the error message:
    Courese Manager has encountered an error.
    Then I have to reload the course manager which means my changes weren't applied.  Any ideas how to get around this?
    I have the latest OS.  One thing I am wondering about is if having Microsoft Silverlight on my computer might be affecting this?  I need this for a brief time for work so I can dump it in a couple weeks.

    we have the same problem! Why they do not share information about this! Have been looking all day for more information.

  • How can I stop getting the error message of firefox not being permitted into a website?

    Okay so yesterday while on my school site trying to do work and access my course, this error message popped up saying either my internet connection is not good, which it is working, or that the website is busy but it wasn't so it had to be with my firewall and firefox. So I went to firefox website to see if I can fix it, I did what they said to do and to remove firefox from the list of programs I'm allowing in and then to allow it back in. And it didn't work. So i updated firefox and it worked perfectly.
    Until today, I tried to access my course and it popped up with the same message. So I tried to do what I did yesterday with removing it from the list and allowing it back in but it didn't work. And firefox is up to date so I honestly don't know what else to do. Can you help?

    Sounds like you were 'fixing' the firewall for Firefox access. If Firefox is working everywhere except your school website, I doubt if your issue is with the firewall.
    Please provide a screenshot of that error message.
    https://support.mozilla.org/en-US/kb/how-do-i-create-screenshot-my-problem
    It is best to use a compressed image type like PNG or JPG to save the screenshot and make sure that you do not exceed a maximum file size of 1 MB.
    Then use the '''Browse ....''' button below the '''''Post a Reply''''' text box to upload the screenshot.

  • JAVA Error Messages Thrown When Deploying Map Viewer

    Hello,
    Thank you for taking the time to assist with this problem.
    I am fairly new to java, and so I have little understanding of what certain error messages mean after I deploy Map Viewer through oc4j.
    I have poked around on the Web enough to have a feeling that the application is searching for certain necessary classes, and that it can't fully deploy without these classes. If this is true, where are these classes located and/or how do I point to them so that the application can find them?
    There are one group of errors thrown when attempting to deploy Map Viewer, and then another set when attempting to create a "dynamic data source" from the Map Viewer admin page.
    Following are the error messages:
    (happens upon attempted deployment:)
    08/06/12 11:08:22 java.lang.NoClassDefFoundError
    08/06/12 11:08:22 at java.lang.Class.forName0(Native Method)
    08/06/12 11:08:22 at java.lang.Class.forName(Class.java:164)
    08/06/12 11:08:22 at java.awt.Toolkit$2.run(Toolkit.java:821)
    08/06/12 11:08:22 at java.security.AccessController.doPrivileged(Native Method)
    08/06/12 11:08:22 at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:804)
    08/06/12 11:08:22 at oracle.sdovis.GlobalVisContext.<clinit>(GlobalVisContext.java:48)
    08/06/12 11:08:22 at oracle.sdovis.MapMaker.setUGP(MapMaker.java:2334)
    08/06/12 11:08:22 at
    oracle.lbs.mapserver.core.MapperConfig.loadMapViewerConfig(MapperConfig.java:1082)
    08/06/12 11:08:22 at oracle.lbs.mapserver.core.MapperConfig.loadConfigFile(MapperConfig.java:492)
    08/06/12 11:08:22 at oracle.lbs.mapserver.core.MapperConfig.<init>(MapperConfig.java:274)
    08/06/12 11:08:22 at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:125)
    08/06/12 11:08:22 at oracle.lbs.mapserver.MapServerImpl.<init>(MapServerImpl.java:109)
    08/06/12 11:08:22 at oracle.lbs.mapserver.oms$ColdStart.run(oms.java:212)
    08/06/12 11:08:22 at java.lang.Thread.run(Thread.java:595)
    (happens after I attempt to create a "dynamic data source":)
    08/06/12 11:13:23 java.lang.NullPointerException
    08/06/12 11:13:23 at oracle.lbs.mapcache.config.ConfigLoader.loadDBConfigs(ConfigLoader.java:239)
    08/06/12 11:13:23 at oracle.lbs.mapcache.config.ConfigLoader.loadCacheConfigs(ConfigLoader.java:84)
    08/06/12 11:13:23 at oracle.lbs.mapcache.MapCacheServer.<init>(MapCacheServer.java:83)
    08/06/12 11:13:23 at oracle.lbs.mapcache.MCSServlet$ColdStart.run(MCSServlet.java:87)
    08/06/12 11:13:23 at java.lang.Thread.run(Thread.java:595)
    08/06/12 11:13:23 java.lang.NullPointerException
    08/06/12 11:13:23 at oracle.lbs.foi.FOIServer.<init>(FOIServer.java:163)
    08/06/12 11:13:23 at oracle.lbs.foi.FOIServlet$ColdStart.run(FOIServlet.java:127)
    08/06/12 11:13:23 at java.lang.Thread.run(Thread.java:595)
    Also, when the second series of error messages are thrown, a red error message displays on the admin html page, which reads, "MapViewer server is still starting up." It doesn't matter how long I wait, it never does start up, and of course the error messages tell something is wrong.
    Do I need to modify a file somewhere to tell Map Viewer where to look for these classes?
    By the way I am running on a Sun server with Solaris 9
    Thank you much,
    John
    Message was edited by: John
    user641525

    For future reference,
    The problem was finally solved. Someone suggested to me to make sure I was running jdk 1.5.0 by typing "java -version" It turns out I thought I was running 1.5.0, but in actuality I was running 1.4.2.
    The reason this was confusing was because I was pointing to the newer version when exporting the JAVA_HOME env. variable, by typing "export JAVA_HOME=[full path to jdk folder].
    But the trick was to append the full paths for jdk/bin and jdk/jre/bin to the front of the PATH variable. At first I appened the paths to the end of the PATH variable, and nothing happened.
    Basically, the mapviewer installation needs to look at the bin folders for the 1.5.0 version of the jdk.
    You can always test this by typing "java -version." If your PATH variable is correct, then you'll see information on the most recent jdk installation instead of an older version.
    John

  • No error message is displayed while deleting an attendee from a course.

    Hi Experts,
    Mu customer is facing problem while trying to delete an attendee from a course under Training and event management. The path he is following is right:
    1) In PSV1(Dynamic Attendance Menu)the employee is seen firmly booked in
    a course.
    2)Right-click on his name and select cancel
    3)Click the dustbin to remove
    But nothing is happening, neither the employee is getting moved from the course nor any error message is displaying giving us any indication of what can go wrong. Can you please suggest what can be the possible problem?
    Strangest thing is, this problem is occuring only for one employee.
    Thanks and Regards,
    Toa

    Hi Manoj,
    Thanks for your reply.
    That is the problem, no error message is showing. When the delete button is pressed, neither the attendee is getting deleted nor any error message is displaying as of why the deletion is not occuring.
    FYI: The employee is not locked.
    Thanks,
    Toa

  • I cannot print from Websites or my college online course. Tries to save files to desktop as an .xps document but nothing happens and I get an error message that print command did not work. Have reinstalled firefox and adobe, no help. Any suggestions?

    Cannot print anything from internet using Firefox as browser. Please advise. I have to use Firefox for internet college courses, cannot print my assignments. I do not have this problem on Mac or using Internet Explorer. Only happens when using Firefox. When I select print a message comes up to save information to desktop as .xps file. Select save, sometimes it is on the desktop but I cannot open the file or it simply does not save file and get an error message that print command failed. What is happening?

    {Ctrl + P} and select your printer in the Printer - Name box near the top of that window.
    http://kb.mozillazine.org/Problems_printing_web_pages

  • BPC 7.5NW SP08: "unknown MDX error" message for simple dimension formula

    Hi everyone!!
    We are facing many different issues concerning dimension formulas and
    script logic. Maybe it's something related to SP08. For instance,
    consider the following:
    - there is a dimension named P_Account, with members Price, SalesCost,
    and others
    - there is a dimension named P_Product, which consists of a hierarchy,
    for instance: Prod1 with two children, Prod1A and Prod1B
    We want to set the following dimension formula in P_Product for Prod1 member:
    IIF([P_Account].CURRENTMEMBER.PROPERTIES("ID") = "Price", Null, 1)
    that is, we wanted to try to be able to avoid summing Price, returning
    Null for (Price, Prod1). Later we would try to replace "1" with the
    appropriate formula to sum children of Prod1 for all other members of
    P_Account. The result is an odd error: "MDX statement error: unknown MDX
    error" (or something similar, since I get the error message in portuguese).
    We have spent almost two days studying alternatives in SDN Forum, blogs,
    google, etc, trying to find a reason for the error but couldn't find it.
    Could anyone help on this one?
    Thanks!
    Luigi

    Hi everyone!
    After contacting SAP, we were asked to try to reproduce the error in APSHELL. I did the following:
    1) created another application set, copying APSHELL, named it TESTAPPSET;
    2) added two members to dimension P_ACCT (ID, ACCTYPE, SCALING, RATETYPE):
       (PRICE, INC, Y, END)
       (SALESCOST, INC, Y, END)
    3) saved to server and processed P_ACCT dimension successfuly
    4) added a UD dimension copied from P_Activity, named P_Product
    5) deleted all members of P_Product, processed the dimension sucessfuly
    6) added FORMULA property to P_Product, with size 200
    7) added three members to P_Product (ID, PARENTH1)
       (Prod1, "")
       (Prod1A, Prod1)
       (Prod1B, Prod1)
    8) saved to server and processed the dimension successfuly
    9) edited P_Product members and added the following as FORMULA for Prod1:
    IIF([P_ACCT].CURRENTMEMBER.PROPERTIES("ID") = "PRICE", Null, 1)
    Result was sucess!!
    10) edit P_Product again and removed the formula, saved to server and processed dimension successfuly;
    11) created an Application named SALES, type Financial Report, copied from PLANNING with dimensions
    12) edit dimensions, removed P_Activity and added P_Product to the list
    13) went back to step (9) and tried to add the formula again, saved to server and processed P_Product dimension. Result was success again!!
    So I imagined the issue might be caused by the user I was log in with. I went back to our application set, logged in as BPC_SYSADMIN and tried to set the formula again and it didn't work. User was not the problem.
    Since I had tried all the above creating everything with all UPPERCASE, I decided to try the following Formula
    IIF([P_ACCOUNT].CURRENTMEMBER.PROPERTIES("ID") = "Price", Null, 1)
    that is, P_ACCOUNT instead of P_Account. Result: success in processing dimension!!! And the formula worked as expected when I opened an Input Schedule to test it.
    When I check my dimension list in BPC Admin it says P_Account (mixed case), instead of P_ACCOUNT (all uppercase) since it was the way we created it.
    So, I spent 1hour to do the whole test, but it worked. I sent two questions/requests for correction or improvement to SAP:
    I) which case should be used in formulas? given I see P_Account in Dimension list, how should I know that I should write formulas with P_ACCOUNT, all uppercase?
    II) could BPC provide more descriptive error messages when processing dimensions and validating script logic? a simple error message such as "unidentified command or reference at P_Account" or anything similar would have saved us 4,5 days of work! it's a lot!
    Thank you guys for your support!!

  • ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css   Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers

    ERROR MESSAGE WHEN USING PACK COMMAND   Missing file ////presenter.css    Command then fails
    Also:  "This course requires JavaScript to be enabled in your browser. Please enable JavaScript, then relaunch the course."  I have Java enabled in all browsers
    Thoughts?  Using Presenter 10  Win 8.1  Intel I7  new HP with plenty of memory
                   Thanks

    I had saved one copy as an .asp but then resaved it to .xhtml 
    I'm assuming this is a static web site.  Rename (F2) all your pages with .html or .htm extension. 
    .xhtml is not a valid extension.
    Nancy O.

  • I can no longer open excel documents in my doc to go app. Error message simple reads can not open attachment. And the attachment is now a winmail.dat

    I can no longer open excel documents in my doc to go app. Error message simple reads can not open attachment. And the attachment is now a winmail.dat

    winmail.dat files usually mean the email has been sent in rich text format - you could either the person who sent it to send it in a different format e.g. plain text or HTML, or there are a few apps in the store that support it (search for winmail.date in the store).
    winmail.dat files : http://support.apple.com/kb/TS1506

  • Error message when 'submitting' completed survey.

    One survey participant got an error message as she was submitting the filled survey online. The message told her to press "back" on her browser and resubmit. She did that and it threw her back onto the first page of the survey... any ideas what is wrong please? And how I can retrieve her survey? (I checked - it did not get uploaded).
    Thank you!

    Thanks Lumi
    I hope its working fine with you, my client is thinking about upgrading their PS from 9.1(PTools 8.50.10) to PS 9.2(PTools 8.53) and I wanted to make sure that TES can still talk to the new PS env with no issues.
    Seems i also need to research Informatica as well, as we have WS connection between Infomatica and the PS env. do you have Informatica as well? if so, is everything working as expected.
    appreciate this Lumi.
    Thanks

  • In attempting to export a simple 1-page PDF file to Microsoft Word, I incessantly get the following error message:  "An error occured [sic] while trying to access the service."  Nothing on any of the community forums has helped in any way.  I have downloa

    In attempting to export a simple 1-page PDF file to Microsoft Word, I incessantly get the following error message:
    "An error occured [sic] while trying to access the service." 
    Nothing on any of the community forums has helped in any way. 
    I have downloaded a free trial of Acrobat XI Pro  --  and that too makes no difference.

      while trying to access the service." 
    That'd be associated with trying to connect to the server(s) for one of the Adobe online subscription services.
    (Edit PDF or PDF Pack)
    These online services are separate and independent of the desktop application Acrobat.
    It appears that you have had / are having internet connection issues.
    Be well...

  • Cookie error message for online college course...cuyamlp We detected that the following feature of your browser is turned off: Cookies Cookies are sto

    The error message is below and its been the same on firefox, chrome and internet explorer on my same computer. All the cookies are on and accpeted on all three. There shouldnt be a reason why Im getting this still, help!
    cuyamlp
    We detected that the following feature of your browser is turned off:
    Cookies
    Cookies are stored text files that save information about your preferences and use
    of this site. The use of these cookies enables the delivery system to authenticate
    your identity, password, and log the time spent within a specific course.
    This feature must be turned on for optimal performance in your online course. Please
    follow the instructions listed below to turn on the feature(s). (Note: you may want
    to print this page, so you have the instructions in front of you while working with
    the browser settings.)
    Instructions for Netscape 6.2 and above and Cookies:
    •Choose the Edit menu.
    ◦Select Preferences....
    ◾In the white box on the left, click once on the word Advanced.
    ◾Verify that the box Accept all Cookies is checked. If it is not, click in the box to enable it.
    ◾Click OK to return to the browser window.
    ◾Restart your Browser and Login.

    Is the problem only on one site??
    If you get the same error in all browsers, it could be your security software. Often there will be a set of privacy options that allow you to filter what is sent to sites. Can you find anything like that and see whether any cookies are blocked, such as "third party" cookies?
    In case the message is referring to Flash Local Storage Objects (sometimes called supercookies) instead of regular browser cookies, you can check your Flash storage settings on these pages:
    * General setting: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.html
    * Site-specific settings: http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager07.html

  • IE works fine with iTunes U, but if I try to load any section of iTunes U courses with Firefox, I always get an error message.

    The error message always takes the following form (the particulars at the end differ for each university offering iTunes U courses):
    Firefox can't find the file at itms://deimos3.apple.com/WebObjects/Core.woa/Browse/berkeley.edu?ignore.mscache=3228344.

    unfortunately the fiddler2 issuer in certificates might be a sign of unwanted software present on your pc that is intercepting secure network traffic. please go into the system control panel and uninstall programs like BrowserSafeguard, BrowserSafe, SafeGuard or other software that sounds suspicious and didn't get installed by you intentionally.
    <br><sub>reference: https://support.mozilla.org/en-US/questions/982532#answer-520145</sub>
    afterwards, run a full scan of your system with different security tools like the [http://www.malwarebytes.org/products/malwarebytes_free free version of malwarebytes] & [http://www.bleepingcomputer.com/download/adwcleaner/ adwcleaner].
    [[Troubleshoot Firefox issues caused by malware]]

Maybe you are looking for