CFMX 7 CFFORM Validation doesn't work in 7.0.1

We have code that's been running under CF5 and CF6.1 just
fine, but when we moved it to CF7 all of the cfform validation
stopped working (standard cfform w/ no additional custom
javascript, just cfinput tags w/ required attributes). We updated
the server to the newest version, and even applied the cumulative
hotfix .jar file, but to no avail. Seems to be some consensus out
there that there's a bug in version 7.0.1 where the path to the
cfform.js file (/cfide/scripts/cfform.js) is not being translated
properly so that the browser can find that .js include. I found a
workaround, but I had to create a virtual directory "cfide" (that
points to the actual cfide directory in the webroot) in IIS so that
the mappings would work properly. This isn't terribly secure and is
kind of a silly workaround to have to do when it worked perfectly
under the other versions of CF and the /CFIDE mapping is in place
in the CF Administrator. Anyone else having this issue, and beyond
that, know if macromedia/adobe has (or is working on) a fix for
this?
Thanks in advance.

That could be also, but in our case, we're not even using
custom JavaScript. We're just using the internal cf form
validation:
Example:
<cfform action="default.cfm" method="post">
<cfinput name="firstname" type="text" required="yes"
message="enter your name">
<input type="submit" value="submit" name="submit">
</cfform>
And, unless we create an IIS virtual directory mapping to the
CFIDE folder, even though it's in the CF Administrator mappings,
the validation doesn't work, even though it did in previous CF
versions.
Thanks for the idea, though.

Similar Messages

  • Process validation doesn't work

    Hi,
    when I try to change a process on my application (APEX 3.0.1.00.07), the process validation doesn't work, although the checkbox "Do not validate PL/SQL code (parse PL/SQL code at runtime only)" is not checked.
    The process will be validate only once on create, but not on change. I think, it's a bug

    Yes, that has been noted, thanks.
    Scott

  • Branch Validation Doesn't Work

    Hi Experts,
    I have a issue . My issue about branch valiadation.
    I have a taxonomy table and it has attributes. ( for ex : Bulk. )
    I created a validation and rigth click on this validation and select brach on opened contex.
    and write this validation in new branch validation.
    IF ( TYPE = "Bulk" , FALSE ) ( I selected those items on validation expression window )
    I selected Bulk Attribute on main table and tried this validation .
    Result is not true.
    Why doesn't work validation ?
    Regards
    Turgut

    Hi Turgut,
    I created a validation and right click on this validation and select branch on opened context.
    When you right click on this validation and Add Branch, Please select Property Branch Value as Category Name which is linked to this Attribute Name TYPE.
    Now you need to write Expression in this Branch Validation, as per your requirement.
    As you said, IF ( TYPE = "Bulk" , FALSE ), I am assuming here TYPE is your Attribute Name and BULK is your Attribute Text Value.
    For this make sure that, you have selected TYPE from Attributes tab and Bulk from TextValues tab from Expression.
    Regards,
    Mandeep Saini

  • Entitiy Unique Pk Validation doesn't work.

    Hi everyone, I'm using JDev 10.1.2 (BC4J, Struts, UIX). I have the next issue:
    I have an UIX page to create a new entity.
    I added a unique pk validation to this entity and entered a custom message.
    I want the page to display the custom message when the Pk constraint is violated.
    Instead of that I get the next exception:
    oracle.jbo.TxnValException: JBO-27023: Fallo al validar todas las filas en una transacción.
         at oracle.jbo.server.DBTransactionImpl.validate(DBTransactionImpl.java:3985)
         at oracle.adf.model.bc4j.DCJboDataControl.validate(DCJboDataControl.java:967)
         at oracle.adf.model.binding.DCBindingContainer.validateInputValues(DCBindingContainer.java:1683)
         at oracle.cabo.adf.rt.InitModelListener._doModelUpdate(InitModelListener.java:170)
         at oracle.cabo.adf.rt.InitModelListener.eventStarted(InitModelListener.java:57)
         at oracle.cabo.servlet.AbstractPageBroker._fireUIXRequestEvent(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle$NonRenderingPageBroker.handleRequest(StrutsUixLifecycle.java:337)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle._runUixController(StrutsUixLifecycle.java:215)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle.processUpdateModel(StrutsUixLifecycle.java:105)
         at oracle.adf.controller.struts.actions.DataAction.processUpdateModel(DataAction.java:317)
         at oracle.adf.controller.struts.actions.DataAction.processUpdateModel(DataAction.java:508)
         at oracle.adf.controller.lifecycle.PageLifecycle.handleLifecycle(PageLifecycle.java:112)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle.handleLifecycle(StrutsUixLifecycle.java:70)
         at oracle.adf.controller.struts.actions.DataAction.handleLifecycle(DataAction.java:223)
         at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:155)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1485)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.jbo.RowValException: JBO-27024: Fallo al validar una fila con la clave oracle.jbo.Key[null 180 ] del tipo ConstruccionApp.CasaViewCreator
         at oracle.jbo.server.EntityDefImpl.validate(EntityDefImpl.java:2065)
         at oracle.jbo.server.EntityImpl.validateEntity(EntityImpl.java:1347)
         at sorteotec.construccion.entity.CasaImpl.validateEntity(CasaImpl.java:1022)
         at oracle.jbo.server.EntityImpl.validate(EntityImpl.java:1478)
         at oracle.jbo.server.DBTransactionImpl.validate(DBTransactionImpl.java:3965)
         at oracle.adf.model.bc4j.DCJboDataControl.validate(DCJboDataControl.java:967)
         at oracle.adf.model.binding.DCBindingContainer.validateInputValues(DCBindingContainer.java:1683)
         at oracle.cabo.adf.rt.InitModelListener._doModelUpdate(InitModelListener.java:170)
         at oracle.cabo.adf.rt.InitModelListener.eventStarted(InitModelListener.java:57)
         at oracle.cabo.servlet.AbstractPageBroker._fireUIXRequestEvent(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle$NonRenderingPageBroker.handleRequest(StrutsUixLifecycle.java:337)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle._runUixController(StrutsUixLifecycle.java:215)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle.processUpdateModel(StrutsUixLifecycle.java:105)
         at oracle.adf.controller.struts.actions.DataAction.processUpdateModel(DataAction.java:317)
         at oracle.adf.controller.struts.actions.DataAction.processUpdateModel(DataAction.java:508)
         at oracle.adf.controller.lifecycle.PageLifecycle.handleLifecycle(PageLifecycle.java:112)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle.handleLifecycle(StrutsUixLifecycle.java:70)
         at oracle.adf.controller.struts.actions.DataAction.handleLifecycle(DataAction.java:223)
         at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:155)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1485)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.jbo.AttrValException: JBO-27025: Fallo al validar el atributo Idciudad con el valor 7
         at oracle.jbo.AttrValException.<init>(AttrValException.java:62)
         at oracle.jbo.rules.RulesBeanUtils.validate(RulesBeanUtils.java:363)
         at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:1769)
         at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:1033)
         at sorteotec.construccion.entity.CasaImpl.setIdciudad(CasaImpl.java:877)
         at sorteotec.construccion.entity.CasaImpl.setAttrInvokeAccessor(CasaImpl.java:770)
         at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:949)
         at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:1269)
         at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:1174)
         at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:1112)
         at oracle.jbo.server.ViewRowImpl.setAttrInvokeAccessor(ViewRowImpl.java:1087)
         at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:834)
         at oracle.adf.model.binding.DCDataControl.setAttributeInRow(DCDataControl.java:1745)
         at oracle.adf.model.bc4j.DCJboDataControl.setAttributeInRow(DCJboDataControl.java:1548)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.setAttributeInRow(JUCtrlValueBinding.java:615)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.setAttributeInRow(JUCtrlValueBinding.java:548)
         at oracle.jbo.uicli.binding.JUCtrlListBinding.setTargetAttrsFromLovRow(JUCtrlListBinding.java:1078)
         at oracle.jbo.uicli.binding.JUCtrlListBinding.updateTargetFromSelectedValue(JUCtrlListBinding.java:1155)
         at oracle.jbo.uicli.binding.JUCtrlListBinding.setAttributeFromValueList(JUCtrlListBinding.java:1116)
         at oracle.jbo.uicli.binding.JUCtrlListBinding.setSelectedIndex(JUCtrlListBinding.java:531)
         at oracle.jbo.uicli.binding.JUCtrlListBinding.setInputValue(JUCtrlListBinding.java:1480)
         at oracle.cabo.adf.rt.InitModelListener._setInputValue(InitModelListener.java:241)
         at oracle.cabo.adf.rt.InitModelListener._doModelUpdate(InitModelListener.java:156)
         at oracle.cabo.adf.rt.InitModelListener.eventStarted(InitModelListener.java:57)
         at oracle.cabo.servlet.AbstractPageBroker._fireUIXRequestEvent(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle$NonRenderingPageBroker.handleRequest(StrutsUixLifecycle.java:337)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle._runUixController(StrutsUixLifecycle.java:215)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle.processUpdateModel(StrutsUixLifecycle.java:105)
         at oracle.adf.controller.struts.actions.DataAction.processUpdateModel(DataAction.java:317)
         at oracle.adf.controller.struts.actions.DataAction.processUpdateModel(DataAction.java:508)
         at oracle.adf.controller.lifecycle.PageLifecycle.handleLifecycle(PageLifecycle.java:112)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle.handleLifecycle(StrutsUixLifecycle.java:70)
         at oracle.adf.controller.struts.actions.DataAction.handleLifecycle(DataAction.java:223)
         at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:155)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1485)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.jbo.TooManyObjectsException: JBO-25013: Demasiados objetos coinciden con la clave primaria oracle.jbo.Key[180 7 ].
         at oracle.jbo.server.EntityDefImpl$2$JboUniqueKeyValidator.validateValue(EntityDefImpl.java:3133)
         at oracle.jbo.server.EntityDefImpl$2$JboUniqueKeyValidator.validate(EntityDefImpl.java:3070)
         at oracle.jbo.rules.RulesBeanUtils.validate(RulesBeanUtils.java:341)
         at oracle.jbo.server.AttributeDefImpl.set(AttributeDefImpl.java:1769)
         at oracle.jbo.server.EntityImpl.setAttributeInternal(EntityImpl.java:1033)
         at sorteotec.construccion.entity.CasaImpl.setIdciudad(CasaImpl.java:877)
         at sorteotec.construccion.entity.CasaImpl.setAttrInvokeAccessor(CasaImpl.java:770)
         at oracle.jbo.server.EntityImpl.setAttribute(EntityImpl.java:949)
         at oracle.jbo.server.ViewRowStorage.setAttributeValue(ViewRowStorage.java:1269)
         at oracle.jbo.server.ViewRowStorage.setAttributeInternal(ViewRowStorage.java:1174)
         at oracle.jbo.server.ViewRowImpl.setAttributeInternal(ViewRowImpl.java:1112)
         at oracle.jbo.server.ViewRowImpl.setAttrInvokeAccessor(ViewRowImpl.java:1087)
         at oracle.jbo.server.ViewRowImpl.setAttribute(ViewRowImpl.java:834)
         at oracle.adf.model.binding.DCDataControl.setAttributeInRow(DCDataControl.java:1745)
         at oracle.adf.model.bc4j.DCJboDataControl.setAttributeInRow(DCJboDataControl.java:1548)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.setAttributeInRow(JUCtrlValueBinding.java:615)
         at oracle.jbo.uicli.binding.JUCtrlValueBinding.setAttributeInRow(JUCtrlValueBinding.java:548)
         at oracle.jbo.uicli.binding.JUCtrlListBinding.setTargetAttrsFromLovRow(JUCtrlListBinding.java:1078)
         at oracle.jbo.uicli.binding.JUCtrlListBinding.updateTargetFromSelectedValue(JUCtrlListBinding.java:1155)
         at oracle.jbo.uicli.binding.JUCtrlListBinding.setAttributeFromValueList(JUCtrlListBinding.java:1116)
         at oracle.jbo.uicli.binding.JUCtrlListBinding.setSelectedIndex(JUCtrlListBinding.java:531)
         at oracle.jbo.uicli.binding.JUCtrlListBinding.setInputValue(JUCtrlListBinding.java:1480)
         at oracle.cabo.adf.rt.InitModelListener._setInputValue(InitModelListener.java:241)
         at oracle.cabo.adf.rt.InitModelListener._doModelUpdate(InitModelListener.java:156)
         at oracle.cabo.adf.rt.InitModelListener.eventStarted(InitModelListener.java:57)
         at oracle.cabo.servlet.AbstractPageBroker._fireUIXRequestEvent(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle$NonRenderingPageBroker.handleRequest(StrutsUixLifecycle.java:337)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle._runUixController(StrutsUixLifecycle.java:215)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle.processUpdateModel(StrutsUixLifecycle.java:105)
         at oracle.adf.controller.struts.actions.DataAction.processUpdateModel(DataAction.java:317)
         at oracle.adf.controller.struts.actions.DataAction.processUpdateModel(DataAction.java:508)
         at oracle.adf.controller.lifecycle.PageLifecycle.handleLifecycle(PageLifecycle.java:112)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle.handleLifecycle(StrutsUixLifecycle.java:70)
         at oracle.adf.controller.struts.actions.DataAction.handleLifecycle(DataAction.java:223)
         at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:155)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1485)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 1 ##
    oracle.jbo.AttrValException: JBO-27014: Se necesita el atributo Idciudad en ConstruccionApp.CasaViewCreator
         at oracle.jbo.AttrValException.<init>(AttrValException.java:113)
         at oracle.jbo.server.JboMandatoryAttributesValidator.validate(JboMandatoryAttributesValidator.java:101)
         at oracle.jbo.server.EntityDefImpl.validate(EntityDefImpl.java:2051)
         at oracle.jbo.server.EntityImpl.validateEntity(EntityImpl.java:1347)
         at sorteotec.construccion.entity.CasaImpl.validateEntity(CasaImpl.java:1022)
         at oracle.jbo.server.EntityImpl.validate(EntityImpl.java:1478)
         at oracle.jbo.server.DBTransactionImpl.validate(DBTransactionImpl.java:3965)
         at oracle.adf.model.bc4j.DCJboDataControl.validate(DCJboDataControl.java:967)
         at oracle.adf.model.binding.DCBindingContainer.validateInputValues(DCBindingContainer.java:1683)
         at oracle.cabo.adf.rt.InitModelListener._doModelUpdate(InitModelListener.java:170)
         at oracle.cabo.adf.rt.InitModelListener.eventStarted(InitModelListener.java:57)
         at oracle.cabo.servlet.AbstractPageBroker._fireUIXRequestEvent(Unknown Source)
         at oracle.cabo.servlet.AbstractPageBroker.handleRequest(Unknown Source)
         at oracle.cabo.servlet.ui.BaseUIPageBroker.handleRequest(Unknown Source)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle$NonRenderingPageBroker.handleRequest(StrutsUixLifecycle.java:337)
         at oracle.cabo.servlet.PageBrokerHandler.handleRequest(Unknown Source)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle._runUixController(StrutsUixLifecycle.java:215)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle.processUpdateModel(StrutsUixLifecycle.java:105)
         at oracle.adf.controller.struts.actions.DataAction.processUpdateModel(DataAction.java:317)
         at oracle.adf.controller.struts.actions.DataAction.processUpdateModel(DataAction.java:508)
         at oracle.adf.controller.lifecycle.PageLifecycle.handleLifecycle(PageLifecycle.java:112)
         at oracle.adf.controller.struts.actions.StrutsUixLifecycle.handleLifecycle(StrutsUixLifecycle.java:70)
         at oracle.adf.controller.struts.actions.DataAction.handleLifecycle(DataAction.java:223)
         at oracle.adf.controller.struts.actions.DataAction.execute(DataAction.java:155)
         at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
         at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1485)
         at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:509)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
         at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:239)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:285)
         at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:126)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)In this stack trace I don't see the custom message, why? Just the TooManyObjectsException.
    If someone could help me I'd really appreciate it, thank you.

    I forgot this other notes about the entity and the issue:
    * The Pk of this entity is composed by two attributes.
    * When I test the application module to break the uniqueness of the entity I don't get the custom message either.
    So, is it that the Pk Validation works only for one-attribute Pks?

  • URGENT - Error "Unable to open file because it isn't a valid Keynote document" - and there is no index file (so the usually suggested solution doesn't work)

    Hi there,
    As you see in the heading, I am getting the error "Unable to open file because it isn't a valid Keynote document". There has been a number of threads on this and there seems to be a usual work around that works in many cases, by changing the file extension to .zip and then looking for the index file and making some more extension changes...unfortunately, in my case (and it also happened to others), there is no index file, so the usually suggested solution doesn't work...Can someone please help? I am working on a tight deadline and would like to try and recover the file.
    Thanks a lot in advance.
    Best,
    Just a regular apple user
    PS: any other presentation opens fine in Keynote (09)

    Have you tried to create a new Keynote Presentation? Do you have another previously saved Keynote file you can try to open? These will make sure it is a problem with this specific presentation and not the whole program.
    Try to delete the Keynote Preferences. They are located in the folder Macintosh HD>Users>your username>Library>Preferences and titled com.apple.iWork.Keynote.plist.
    Your profile shows that you are still on Mc OS 10.6.6, is that true? You might try to update to 10.6.7 as I believe that there was a font issue fixed in this update (I don't know for sure since I am still on 10.5.8).
    Try those and report back and we will see what we can come up with.

  • Email send/receive suddenly doesn't work ; can't change email settings as BB phone won't accept valid username and password -- what to do?

    email send/receive suddenly doesn't work (as of September 24th); I can't change email settings (one suggestion from tech) as BB phone won't accept *valid* username and password -- what to do?
    I understand from a support note that if I keep trying my password/username combination, my BB will eventually delete all data!
    I can't understand this. I'm completely lost now. I can't remember what I've done or tried to do. A plethora of usernames and passwords is swimming in my head.
    Thanks for any hints. I have always loved this BB Bold and have never had any trouble with it.

    But the real question is why for the past year did the passwords work and then all of the sudden after this anomaly the disk password doesn't work?  I'm not 100% sure of what my configuration was, but I know that most of the time it required one password -- supervisor, and occasionally it asked for 2 -- disk password as well I believe.  This may have been related to the Password on Restart setting I think -- asking for the disk password on cold vs. warm boot.  But I know both were exactly the same.  But after this incident only the Supervisor password worked.

  • HT201407 I bought my iphone 4 in the UK and I am trying to use a sim in the UAE and it doesn't work.  It says that the sim is not valid, how can I get this unlocked?

    I bought my iphone 4 in the UK and I am trying to use a sim in the UAE and it doesn't work.  It says that the sim is not valid, how can I get this unlocked?

    You are saying the phone is locked, but then you are saying there is no provider. The two situations cannot peacefully coexist. Contact Apple and they can tell you if the phone is locked and if locked to which provider the phone is locked. People on this board are not Apple employees and cannot get you that information.

  • Validation Operand. , doesn't work

    Hi experts,
    I´m workimg in SAP BPC 5.1 MS and I'm trying to create a validation rule "Account1 > Account2". However it doesn´t works fine. No difference data be record in any case (value Acc.1 > value Acc. 2 & value Acc.1< value Acc.2), and I expect validation account has data when value Acc1 < value Acc2.
    When I use "=" validation operand, it works fine. Does anyone have the same problem?
    Thank you in advance
    Regards
    gabriel

    Validation rules do not work for <> in 5.1 although they work for =.
    We had to put some script logic for it to recognize the condition that we wanted to include. 
    It works fine if the application is fully optimized.
    However, we have been running into problems with analysis services.  The sql tables have the correct values.  However, small numbers remain (like 0.000000001, etc. instead of zero).  The system then interprets these numbers as non-zero and does not allow workstatus to run.  SAP is trying to find a fix but has not as yet done so.
    If you have a large implementation, be careful with tying workstatus to Validation.

  • TS1406 I read all of this, and did each step and mine still doesn't work. It still says "iTunesSetup.exe is not a valid Win32 application". What's next?

    I read all of this, and did each step and mine still doesn't work. It still says "iTunesSetup.exe is not a valid Win32 application". What's next?

    Perhaps try downloading and saving a copy of the installer to a different PC. (If you're on a 32-bit Windows system, try to download on a different 32-bit Windows system.) Copy the iTunesSetup.exe installer to an external hard-drive, or a large-enough thumb drive or burn it to a CD-R. Carry the installer back to your PC, copy the installer to your hard drive. (Don't run the install from the ExHD, thumb or CD-R.) Start the install by doubleclicking the iTunesSetup.exe file.

  • Spry Validation on submit in Firefox doesn't work

    Hello,
    I have some forms that use spry validation, everything works
    great and as expected in IE, but in Firefox the validation fails to
    work on submit of the form, but does work onblur of the text box's?
    so it partially works just not on form submit. So if someone came
    and just clicked the submit button the form wouldn't validate, but
    if someone did what they are suppose to and fill in name, email...
    the validation works as you tab to the next form element.
    I don't have the website online, to show... any idea's, why
    this may happen only in firefox?
    Thanks,

    Hi cchauvin08,
    If you can't post your page on the web for others to see,
    then perhaps you can paste the relevant markup/code. For example,
    what type of inputs are you using? You said "text box" do you mean
    a TextArea or a TextField? What does the widget constructor for
    that particular validation field look like? What does the markup
    look like, including the markup for the <form> tag?
    We're going to need more info due to the fact that some of
    these validation widgets have multiple configurations (types of
    validation).
    --== Kin ==--

  • Validating serial number doesn't work

    I have to validate my serial number within 7 days, but it won't work (new elements 12). It sais I have to be connected to the internet, but I am. Don't know what else to do. I have already tried another browser, still doesn't work :-((

    Hi,
    Please see if the following document helps - in particular, the section on the hosts file.
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-network-issues.html
    If not, please tell us which operating system you are using.
    Brian

  • Can't Add Credit Card (submit button doesn't work)

    Hey. Recently come across a problem trying to add my credit card so I could buy a Twitter app that works with Twitters new authorization.
    The submit button doesn't work. It is still there, but it is unclickable, it doesn't load up anything, or do anything. It doesn't change to being clickable at any time.
    If it helps, I have the Palm Pre, I'm with O2 (UK).
    Can anyone help?
    Post relates to: Pre p100ueu (O2)

    This sounds like a credit card related issue. Has anything about your credit card changed, like a new expiration data? You can go to App Catalog, tap the drop-down menu, select Preferences and Accounts, then choose the account name, enter your profile password, tap continue, When the Edit Credit Card screen appears, re-enter the credit card number and confirm that the remaining info is valid or enter any new information, then submit.

  • File.delete() and File.deleteOnExit() doesn't work consistently..

    I am seeing some odd behavior with trying to delete files that were opened. Usually just doing new File("file.txt").delete() would work. However, in this case, I have created an input stream to the file, read it in, saved it to another location (copied it), and now I am trying to delete it.
    The odd thing is, in my simple application, the user can work with one file at a time, but I move "processed" files to a lower pane in a swing app. When they exit it, it then archives all the files in that lower pane. Usually every file but the last one opened deletes. However, I have seen odd behavior where by some files don't delete, sometimes all of them wont delete. I tried the deleteOnExit() call which to me should be done by the JVM after it has released all objects such that they don't matter and the JVM ignores any object refs and directly makes a call (through JNI perhaps) to the underlying OS to delete the file. This doesn't work either.
    I am at a loss as to why sometimes some files delete, and other times they don't. In my processing code, I always close the input stream and set its variable to null. So I am not sure how it is possible a reference could still be held to the object representing the file on disk.

    and then, in the other class
      public int cdplayerINIToMMCD(File aDatabase, String thePassword) throws IllegalArgumentException {
         /*---------DATA---------*/
         String dbLogin, dbPassword;
         JFileChooser fc;
         INIFileFilter ff;
         int dialogReturnVal;
         String nameChosen;
         File INIFile;
         ProgressMonitor progressMonitor;
         BufferedReader inFileStream;
         String oneLine;
         int totalLines = 0;
         int linesParsed = 0;
         boolean openDBResult;
         int hasPassword;
         if ((aDatabase == null) || (!aDatabase.exists()) ||
            (FileManagement.verifyMMCD(aDatabase) == FileManagement.VERIFY_FAILED)) {
            throw new IllegalArgumentException();       
         else { 
            currentDB = aDatabase;
            if(thePassword == null) {
              dbPassword = "";
            else { dbPassword = thePassword; }
            dbLogin = dbPassword; //For MSAccess dbLogin == dbPassword
         //Ask the user for the cdplayer.ini file.
         //Create a file chooser
         if (System.getProperty("os.name").indexOf("Windows") > -1) {
            fc = new JFileChooser("C:\\Windows");
         else {
            fc = new JFileChooser();     
         fc.setMultiSelectionEnabled(false);
         fc.setDragEnabled(false);
         //Create a new FileFilter
         ff = new INIFileFilter();
         //Add this filter to our File chooser.
         fc.addChoosableFileFilter(ff);
         fc.setFileFilter(ff);
         //Ask the user to locate it.
         do {
            dialogReturnVal = fc.showOpenDialog(mainFrame);
            if (dialogReturnVal == JFileChooser.APPROVE_OPTION) {
               nameChosen = fc.getSelectedFile().getAbsolutePath();
               if(nameChosen.toLowerCase().endsWith(INIFileFilter.FILE_TYPE)) { INIFile=new File(nameChosen); }
               else { INIFile = new File(nameChosen+INIFileFilter.FILE_TYPE); }
               if (!INIFile.exists()) {
                  continue; //If the name specified does not exist, ask again.
               else { break; }
            else { //User clicked cancel in the open dialog.
               //Ignore what we've done so far.
               return(IMPORT_ABORTED);
         } while(true); //Keep asking until cancelled or a valid file is specified.
         //Determine how many lines will be parsed.
         try {
           //Open the INI for counting
           inFileStream = new BufferedReader(new InputStreamReader(new FileInputStream(INIFile)));
           while ((inFileStream.readLine()) != null) {
               totalLines++;
           //Close the INI file.
           inFileStream.close();
         } catch (IOException ex) { return(IMPORT_FAILED); }
         //Make a progress monitor that will show progress while importing.
         progressMonitor = new ProgressMonitor(mainFrame, "Importing file","", 0, totalLines);
         progressMonitor.setProgress(0);
         progressMonitor.setMillisToPopup(100);
         progressMonitor.setMillisToDecideToPopup(1);
         //Make our DatabaseHandler to insert results to the database.
         dbh = new DatabaseHandler();
         //Open the database connection.
         do {
           try {
              openDBResult = dbh.openDBConnection(currentDB, dbLogin, dbPassword);
           } catch(JDBCException ex) { return(IMPORT_JDBC_ERROR); } //OUCH! can't write anything.
             catch(SQLException ex) {
                 openDBResult = DatabaseHandler.OPNCN_FAILED;
                 //Can not open the database. Is it password protected?
                 hasPassword = JOptionPane.showConfirmDialog(mainFrame, "Could not open the database. "+
                                                "The password is wrong or you have not specified it.\n"+
                           "Do you want to enter one now?", "New password?", JOptionPane.YES_NO_OPTION);
                if (hasPassword == MMCDCatalog.DLG_OPTN_YES) {
                   dbPassword = JOptionPane.showInputDialog(mainFrame, "Please enter your "+
                                                              "password for the DataBase:");
                    dbLogin = dbPassword; //For MSAccess, login == password                                                    
                //If the password wasn't the problem, then we can't help it.
                else { return(IMPORT_FAILED); }
         } while(openDBResult != DatabaseHandler.OPNCN_OK); //If it is OK, no exception thrown.
         //Import the ini file
         try {
            //Open the INI file for parsing.
            inFileStream = new BufferedReader(new InputStreamReader(new FileInputStream(INIFile)));
            //Read and parse the INI file. Save entries once parsed.
            while ((oneLine = inFileStream.readLine()) != null) {
               parseLine(oneLine);
               linesParsed++;
               progressMonitor.setNote("Entries imported so far: "+entriesImported);
               progressMonitor.setProgress(linesParsed);
               if ((progressMonitor.isCanceled()) || (linesParsed == progressMonitor.getMaximum())) {
                  progressMonitor.close();
                  break;
            //Close the INI file.
            inFileStream.close();
         } catch (IOException ex) {
              //Make absolutely sure the progressMonitor has disappeared
                progressMonitor.close();
                if (dbh.closeDBConnection() != DatabaseHandler.CLSCN_OK) {
                 JOptionPane.showMessageDialog(mainFrame, "Error while reading the INI file.\n"+
                    "Error while attempting to close the database", "Error", JOptionPane.INFORMATION_MESSAGE);
              else {
                 JOptionPane.showMessageDialog(mainFrame, "Error while reading the INI file.",
                                                    "Error", JOptionPane.INFORMATION_MESSAGE);     
                return(IMPORT_FAILED);
         //Make absolutely sure the progressMonitor has disappeared
         progressMonitor.close();
         //Close the database connection
         if (dbh.closeDBConnection() != DatabaseHandler.CLSCN_OK) {
            JOptionPane.showMessageDialog(mainFrame, "Error while closing the database after import.",
                                          "Error", JOptionPane.INFORMATION_MESSAGE);
         //Did the user cancel?
         if (totalLines != linesParsed) {
            return(IMPORT_ABORTED);     
         //Success!
         //Everything ok. Return the number of entries imported.
         return(entriesImported);
      }

  • HT4259 I have been trying for hours to extend my Extreme Gen 5 network with an Express Gen 2.  But no matter what I do or try, it doesn't work.  What does happen is my internet gets block somehow when the Express looks like it's set up and 'green' - no in

    I have been trying for hours to extend my Extreme Gen 5 network with an Express Gen 2.  But no matter what I do or try, it doesn't work.  What does happen is my internet gets blocked somehow when the Express is online and looks like it's set up perfect and 'green' - but no internet connection for anything even though the Extreme is green and the modem is good.  Once I disconnect the Express, everything is good again.
    I've tried LAN, WAN, though a switch, direct connect, Extreme set to Extend the network, the Express set to be an extension.  Most of the time I get an error trying to update the Express.  But when it seems to be set up perfect, the entire house can't get to the internet.  Just when it looks right, it is so wrong.
    If anyone can give me exact steps (e.g., "...from the Base Station menu, select the Restore Default Setting option" vice "...just restore the defaults..."), I would greatly appreciate it.  I'm left to the conclusion that the Express is faulty.  I've been using Airport Utility 6.2 from Mountain Lion on one computer and Airport Utility 5.6.1 from Snow Leopard on another computer (the latter give more control while the former just want you to 'forget' the Express).

    I finally got it working.  I was trying to set it up ethernet.  My biggest mistake was when the new Express came on, I did not select 'Continue' - I went straight to manual thinking that I would get the most setup options in manual mode.  So everything I initially tried always resulted in 'wireless'.  Even when I would update or restore default settings, the Express would not completely restart. Or sometimes I would get an error. So most of the time I had to unplug it.  So when it came back up, none of my changes were retained. But there were a lot of times when everything was green and appeared to be fine. But anytime the ethernet cable was plugged in, no more internet.
    So here's the weird part.  When I finally tried 'continue' (vice manual), I would get 4 options.  One would be 'ethernet' extended.  So I would select it, it gave me green lights, all looked good, and still the same problem.  This is when I got frustrated.  I thought I had exhausted all possible combinations.
    But somehow when trying continue again after another restore, I only got 3 options.  One was the same ethernet extended option (can't remember what the missing 4th one was).  And this time it worked - it gave me the big green circle with the checkmark saying it was successful.  I don't know what I did different, but I know now that it won't work if 4 options come up to choose from.  It will work if only 3 options come up.  And success if only verified by the big checkmark.  Had anyone anywhere said the checkmark declaring success is validation, then maybe I wouldn't have gone down so many rabbit holes thinking it should have been successful.
    As for which Airport Utility I prefer, 6.2 looks nice, but it would just ignore the Express and would want me to 'forget' it and would not let me edit it.  Airport Utility 5.6.1 was the one that I ended up using the most and finally had success with.  It still strikes me as odd that there is no manually way to pick ethernet, it can only be choosen following a 'restore defaults', and only from the 3-option list (the 4-option list had the same ethernet choice, but it no worky).
    Thanks for the response.  I really do appreciate it.
    Aiport Extreme Gen5 - internet access and router
    Airport Express Gen2 - connected via ethernet, extending my wireless
    - configured while connect directly to the Extreme, but now on a switch (16-port hub)
    Using Airport 5.6.1
    1) Restore Defaults from Base Station menu
    2) Following restart, Select Continue
    3) Of the 3 option presented, select 'ethernet.... extend network...'
      - if 4 options are present, may not work
    4) Wait for the green circle with the big white checkmark.
    5) Connected Express to the switch where a cable went to other end of house - works.
    Dead-zone went from 2mbps to 24mbps.
    I probably spent 4 hours chasing my tail in anger.  The correct way took about 5 minutes total.
    Thanks again.

  • Sending in Mail doesn't work, Entourage does, Why?

    Sending emails in Apple's Mail doesn't work, yet Microsoft Entourage does, Why?
    This is the conversation I've been having with my server tech, and they can't find the reason why I can send mail in Microsoft Entourage no problem, yet Apple Mail receives but not able to send any email what so ever..
    Very frustrating.
    Carl Pepper said:
    2008-05-09 13:16:39 (UTC-7)
    I'm having a heck of a time trying to SEND emails on the SilverSpiritHomeServices.com system.
    I'm using a Mac.
    I can do it in Microsoft Entourage, yet I can't do it in Mac Mail (this is the program I need to be able to use).
    Receiving email it works fine, just sending it only works in Entourage.
    Rackspace said:
    2008-05-09 13:16:39 (UTC-7)
    Thank you for choosing Rackspace!
    This is just a quick note to notify you that we have received your support request. A member of your Fanatical(TM) support team will address your request as soon as possible. Should you need to update this ticket, please log into your myrackspace.com account and click on the Support tab or you may call us anytime at one of the below numbers. We're glad to do what we can to help in any way possible!
    Best Regards,
    Your Fanatical™ Support Team
    Rackspace ™
    Toll Free 800.961.4454
    International 1.210.447.4000
    UK Office +44 (0)20 8734 2700
    Rackspace said:
    2008-05-09 13:38:27 (UTC-7)
    Hello,
    That definitely seems odd. Since it works fine with Entourage, that would indicate the server is working properly. Additionally, I've tested the SMTP server from here (on a Mac) and am able to connect. I do not have a valid user to send email with, but I can try it if you want to provide me with the one you are trying, temporarily.
    As always, if you have any other questions or concerns, please do not hesitate to contact us. Have a great day, and thanks for choosing Rackspace Managed Hosting!
    Scott Wade
    Linux Systems Administrator III
    Rackspace Hosting ™
    Toll Free 800.961.4454
    International 1.210.447.4000
    Carl Pepper said:
    2008-05-09 14:35:36 (UTC-7)
    The settings I have are:
    [email protected]
    mail.SilverSpiritHomeServices.com
    User Name:[email protected]
    Password: XXXXXX
    (SMTP): pop.SilverSpiritHomeServices.com
    Authentication: None
    Use Secure Sockets Layer (SSL) unchecked
    Carl Pepper said:
    2008-05-09 15:00:15 (UTC-7)
    Here is the "cheat sheet" from APPLE.COM:
    "Outgoing mail server settings
    Outgoing server hostname: __________________________
    Such as smtp.sampleserver.com
    Outgoing server port:
    25 [ ] 465 [ ] 587 [ ] Other: ____
    The outgoing mail server supports Secure Sockets Layer (SSL): Yes [ ] No [ ]
    Outgoing server authentication type:
    Password [ ] MD5 [ ] NTLM [ ] Kerberos [ ]
    Outgoing server requires a username and password: Yes [ ] No [ ]
    If yes, username: ___________________ password: _______________________
    Can these settings be used from any Internet connection?: Yes [ ] No [ ]
    If you use your ISP’s own email service (instead of a third-party such as Gmail), sometimes it may not work if you roam to another Internet access point, such as a cafe with wireless Internet. Check with your email provider that the settings they give you will work if you plan to roam."
    Rackspace said:
    2008-05-09 19:26:43 (UTC-7)
    Hello Carl,
    In your report, I notice this:
    Authentication: None
    You need to authenticate before you can send mail so, authentication is a must. To be thorough, I tested both SMTP and POP authentication with the credentials you specified:
    $ perl -MMIME::Base64 -e 'print encode_base64("\000info\@SilverSpiritHomeServices.com\000XXXXXX")'
    AGluZm9AU2lsdmVyU3Bpcml0SG9tZVNlcnZpY2VzLmNvbQBzaWx2ZXIwMA==
    $ telnet mail.SilverSpiritHomeServices.com 25
    Trying 72.3.249.33...
    Connected to SilverSpiritHomeServices.com.
    Escape character is '^]'.
    220 thepepper.com ESMTP
    EHLO RACKSPACE
    250-thepepper.com
    250-AUTH=LOGIN CRAM-MD5 PLAIN
    250-AUTH LOGIN CRAM-MD5 PLAIN
    250-STARTTLS
    250-PIPELINING
    250 8BITMIME
    AUTH PLAIN AGluZm9AU2lsdmVyU3Bpcml0SG9tZVNlcnZpY2VzLmNvbQBzaWx2ZXIwMA==
    235 go ahead
    MAIL FROM [email protected]
    250 ok
    RCPT TO [email protected]
    250 ok
    DATA
    354 go ahead
    Subject: test
    test 123
    250 ok 1210386097 qp 32576
    Now for pop:
    $ nc mail.SilverSpiritHomeServices.com 110
    +OK Hello there. <[email protected]>
    USER [email protected]
    +OK Password required.
    PASS XXXXXX
    +OK logged in.
    All worked in both tests. Please enable authentication and get back to us.
    Best Regards,
    Jared Rodriguez
    Rackspace Support
    Carl Pepper said:
    2008-05-10 15:40:13 (UTC-7)
    What kind of authentication?
    MD5
    NTLM
    GASSPI
    PASSWORD
    Rackspace said:
    2008-05-10 18:02:07 (UTC-7)
    Hello Carl,
    Your server only supports CRAM-MD5 and PLAIN authentication. You will need to use plain text authentication. I have never configured mac mail so I do not know how to configure this, you may want to speak with someone a apple support if you have trouble.
    Best Regards,
    Jared Rodriguez
    Rackspace Support
    Carl Pepper said:
    2008-05-10 18:46:15 (UTC-7)
    Which one is plain text?
    Rackspace said:
    2008-05-10 20:23:43 (UTC-7)
    Hello Carl,
    While I am not sure, you may want to try 'PASSWORD'.
    Best Regards,
    Jared Rodriguez
    Rackspace Support

    I've tried mirroring the settings from Entourage. I will take another look:
    ENTOURAGE
    *Personal Information:*
    Name: Mitch Kring
    Email Address: [email protected]
    *Receiving Mail:*
    Account ID: [email protected]
    POP Server:
    Password: XXXXXX
    [checked] Save password in my Mac OS keychain
    (nothing in the advanced receiving options is checked)
    *Sending Mail:*
    SMTP Server: pop.SilverSpiritHomeServices.com
    (nothing in the advanced receiving options is checked)
    APPLE MAIL
    Incoming Mail Server: mail.SilverSpiritHomeServices.com
    User Name: [email protected]
    Password: XXXXXX
    Outgoing Mail Server (SMTP): pop.SilverSpiritHomeServices.com
    Server Port: 465
    Authentication: Password
    User Name: [email protected]
    Password: XXXXXX
    This is all the info I can find right now..

Maybe you are looking for

  • Mac OSX is telling me to reformat my external hard drive - HELP!

    I have Fantom Drives external hard drive which I use to backup my Mac (via Time Machine) as well as for general storage. Recently, when I turned on my external hard drive I was given the following message: "The disk "Time Machine Backups" was not rep

  • Cannot type in empty fields in Firefox but can in Chrome and Safari

    When I go to Firefox Help area, I can never type in the empty fields. I have to open Chrome or Safari.

  • How to fix crashing when PDF and procedure for cross reference?

    I'm using Frame 8.  When I try to PDF my book, Frame crashes.  I have tried PDFing the individual chapters, but that didn't work. Also, I'm trying to create either a cross reference or hyperlink.  I have a paragraph that says "For more information, s

  • ITS 6.20 webgui session problem

    Hi,   We have installed ITS 6.20 patch level 19(with hotfix). We are using R/3 4.6C version with kernel level updated to 4.6D 2106 patch.When i access the  following things from wegui <i>Click Menu -> System -> Services -> Output Controller </i> and

  • Reinstall Generates Error

    I have a 2008 Mac Pro that I'm trying to re-install the original software on. I run the Install program, and while it's loading from the disc the computer locks and generates an error stating that states I need to restart the computer. I've tried thi