Getting error message in debug "Page contains page items/buttons which are not assigned to a region!"

Hi,
I created a form and when I submit, it goes through but there is no "success" or "failure" message on Apex. I tried debugging it and got this message:
"Page contains page items/buttons which are not assigned to a region!"
I looked at the page definition and it seems like everything is assigned to a region. Much appreciate your help.
Thanks!

For your message, the relevant branch needs "include process success message" to be checked - and a value in success/failure in your process.
Check the submitting & landing page for items not in a region. Under the items section there may be items listed separate to those under specific regions.
It's possible these are related, but not guaranteed.

Similar Messages

  • I downloaded Firefox 4 onto my PowerPC G4 1.67GHz running Mac OSX 10.5.6. When I try to open it I get error message You cannot open the application "Firefox" because it is not supported on this architecture. I can't find my Firefox 3.6.16 I'm on Safari.

    I just want to download Firefox 3.6 again
    I downloaded Firefox 4 onto my PowerPC G4, 1.67GHz running Mac OSX 10.5.6. When I try to open it I get error message You cannot open the application “Firefox” because it is not supported on this architecture.

    Use Tony's suggestion. I am running it right now and it is awesome. I love Mozilla but they basically screwed all of those older Macs over. Come on Mozilla. These Macs still work, and there are plenty of people with them out there.

  • I keep getting error message, "can't open application PACE because PowerPC applications are no longer supported." I've run Clean My Mac and I still get the error.

    I keep getting error message, "can't open application PACE because PowerPC applications are no longer supported." I've run Clean My Mac and I still get the error.

    Use the Finder "Go" menu while holding down the option key to expose your User / Library folder.
    Look in the Application Support folder for PACE items and delete them.

  • Deleted items from Ipod Nano to make room for new. Emptied trash. Still getting error message when I try to copy items from ITunes to Ipod. What should I do now?

    Deleted items from Ipod Nano to make room for new. Emptied trash. Still getting error message when I try to copy items from ITunes to Ipod. What should I do now?

    If you delete songs (and other items) from the main iTunes library, yes, you need to empty the Trash because iTunes puts the song files into the Trash.  When deleting items from an iPod, the items are not being deleted from the main iTunes library, so nothing should end up in the Trash.
    Hopefully, you are not deleting items from your main iTunes library, just to sync those deletions from the iPod.  If you are, there is a better way.  You can post back if you want more info...

  • One User gets error Message saving an Incident, another user with the same rigthts not

    Hi there,
    We have a user sometimes getting an error message (see beyond) when saving an Incdient eg. only modified the descrition field. The user is able to create, update and resolve all other incidents. The user also may have changed this incident before.
    When we use an other user with the same rigths, this user is allowed to modify the description field (and others)
    We tested: The behavoir does not change for the first user, after the second user changed something.
    It's not the workflow for the first assigned to date
    No other user tries to use this incidents
    We have a custom field, but it is not used in this case (so I know Romans SQL
    http://social.technet.microsoft.com/Forums/systemcenter/en-US/401c8083-cd4d-4a74-b300-74f18caaa6a3/kb-2525307-for-2012?forum=systemcenterservicemanager)
    Had a "powershell look" at the incident, but I did not see something "special" about this incident.
    Anyone an idea, where to look at?
    Finaly the Error Message:
    Date: 11.02.2014 09:58:48
    Application:
    Application Version: 7.5.2905.0
    Severity: Error
    Message:
    Microsoft.EnterpriseManagement.Common.UnauthorizedAccessEnterpriseManagementException: The user DOM\xxxxx does not have sufficient permission to perform the operation.
       at Microsoft.EnterpriseManagement.Common.Internal.ServiceProxy.HandleFault(String methodName, Message message)
       at Microsoft.EnterpriseManagement.Common.Internal.ConnectorFrameworkConfigurationServiceProxy.ProcessDiscoveryData(Guid discoverySourceId, IList`1 entityInstances, IDictionary`2 streams, ObjectChangelist`1 extensions)
       at Microsoft.EnterpriseManagement.ConnectorFramework.IncrementalDiscoveryData.CommitInternal(EnterpriseManagementGroup managementGroup, Guid discoverySourceId, Boolean useOptimisticConcurrency)
       at Microsoft.EnterpriseManagement.ConnectorFramework.IncrementalDiscoveryData.Commit(EnterpriseManagementGroup managementGroup)
       at Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.EnterpriseManagementObjectProjectionWriteAdapter.WriteSdkObject(EnterpriseManagementGroup managementGroup, IList`1 sdkObjects, IDictionary`2 parameters)
       at Microsoft.EnterpriseManagement.UI.SdkDataAccess.DataAdapters.SdkWriteAdapter`1.DoAction(DataQueryBase query, IList`1 dataSources, IDictionary`2 parameters, IList`1 inputs, String outputCollectionName)
       at Microsoft.EnterpriseManagement.UI.ViewFramework.SingleItemSupportAdapter.DoAction(DataQueryBase query, IList`1 dataSources, IDictionary`2 parameters, IList`1 inputs, String outputCollectionName)
       at Microsoft.EnterpriseManagement.UI.DataModel.QueryQueue.StartExecuteQuery(Object sender, ConsoleJobEventArgs e)
       at Microsoft.EnterpriseManagement.ServiceManager.UI.Console.ConsoleJobExceptionHandler.ExecuteJob(IComponent component, EventHandler`1 job, Object sender, ConsoleJobEventArgs args)
    Patrick Wahlmüller

    take a look at
    this similar issue and see if the same process can help with your issue.

  • Getting Error message while deploying the OAF page in custom top

    Hi,
    I have created a new custom OAFpage(datafileupload).It's working fine when I'm running from Jdeveloper but after deploying the page in application server under custom top($CUSTOM_TOP/java).I'm getting following error.
    I have deleted all my files from server as well as from jdeveloper and recreated and depolyed but stillI'm getting same error message.
    I have checked the controller file name and controller class property.No wrong among them
    Error message:
    oracle.apps.fnd.framework.OAException: Could not create Java class: (msi.oracle.apps.msifnd.fileupload.webui.msifileuploadCo) associated with region: (PagelayoutRN). This is probably because the class name is wrong or not included in project.
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1247)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1435)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2662)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    at OA.jspService(_OA.java:204)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    at RF.jspService(_RF.java:217)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: Could not create Java class: (msi.oracle.apps.msifnd.fileupload.webui.msifileuploadCo) associated with region: (PagelayoutRN). This is probably because the class name is wrong or not included in project.
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getController(OAWebBeanHelper.java:1896)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:572)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    at OA.jspService(_OA.java:204)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    at RF.jspService(_RF.java:217)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    oracle.apps.fnd.framework.OAException: Could not create Java class: (msi.oracle.apps.msifnd.fileupload.webui.msifileuploadCo) associated with region: (PagelayoutRN). This is probably because the class name is wrong or not included in project.
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.getController(OAWebBeanHelper.java:1896)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:572)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    at OA.jspService(_OA.java:204)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:734)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:280)
    at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:68)
    at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:214)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:219)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    at RF.jspService(_RF.java:217)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:473)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:642)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:391)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:908)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:458)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    Regards
    Busireddy

    hi ,
    we are trying to set the class path to customtop with the help of DBA meanwhile could you please check with my controller code and please let if it have errors.
    package msi.oracle.apps.msifnd.fileupload.webui;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.io.InputStream;
    import oracle.apps.fnd.common.VersionInfo;
    import oracle.apps.fnd.framework.OAApplicationModule;
    import oracle.apps.fnd.framework.OAException;
    import oracle.apps.fnd.framework.server.OADBTransaction;
    import oracle.apps.fnd.framework.webui.OAControllerImpl;
    import oracle.apps.fnd.framework.webui.OAPageContext;
    import oracle.apps.fnd.framework.webui.beans.OAWebBean;
    import oracle.jbo.domain.BlobDomain;
    * Controller for ...
    public class msifileuploadCo extends OAControllerImpl
    public static final String RCS_ID="$Header$";
    public static final boolean RCS_ID_RECORDED =
    VersionInfo.recordClassVersion(RCS_ID, "%packagename%");
    * Layout and page setup logic for a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    * Procedure to handle form submissions for form elements in
    * a region.
    * @param pageContext the current OA page context
    * @param webBean the web bean corresponding to the region
    public void processFormRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processFormRequest(pageContext, webBean);
    if (pageContext.getParameter("Submit") != null)
    String FileName;
    String ProfileName;
    FileName = pageContext.getParameter("FileName");
    ProfileName = pageContext.getParameter("ProfileName");
    if (FileName == null)
    throw new OAException("Please Select a File to Upload",
    (byte)0);
    OAApplicationModule appModule = pageContext.getApplicationModule(webBean);
    OADBTransaction transaction = appModule.getOADBTransaction();
    BlobDomain blobDomain =(BlobDomain)pageContext.getParameterObject(FileName);
    String profileNamechk;
    profileNamechk = ProfileName;
    if (profileNamechk.length() == 0)
    throw new OAException("Please enter profilename", (byte)0);
    String msiCommonDataDir;
    msiCommonDataDir = transaction.getProfile(ProfileName);
    if (msiCommonDataDir == null)
    throw new OAException("The custom Profile Option Named has not been defined. Contact " +
    "your IT Support Group. ", (byte)0);
    if (msiCommonDataDir.length() == 0)
    throw new OAException("The custom Profile Option Named does not have a value assigned" +
    ". Contact your IT Support Group. ",
    (byte)0);
    try
    InputStream in = blobDomain.getBinaryStream();
    FileOutputStream out;
    out = new FileOutputStream((new StringBuilder()).append(msiCommonDataDir).append("/").append(FileName).toString());
    byte buf[] = new byte[1024];
    for (int count = 0; (count = in.read(buf)) >= 0; )
    out.write(buf, 0, count);
    in.close();
    out.flush();
    out.close();
    } catch (IOException e)
    throw new OAException((new StringBuilder()).append("Unable to upload the file for further processing: ").append(e.getMessage()).toString(),
    (byte)0);
    }

  • Get error message and it removes Master Page from Topic

    I get the following message sometimes when I edit a topic but definitely don't get near the header or footer.  Then as soon as I save the topic, I lose my Master Page connection to it.  And I have to go into Properties for that topic and pick the master page again!!  This started one day after using RoboHelp HTML for a month.  Does anyone else have this problem?

    Hello again
    Hmmm, wasn't exactly what I'd hoped to see. I can't really tell much from the image. Looks like it's an image of a topic and not the Master Page?
    Here's the deal. The only time you should be seeing the message you first posted is if you have a Master Page with a Header or Footer area defined. You then edit a topic where something causes the Header or Footer to change. The change to the Header or Footer is what triggers the message.
    As you say you aren't changing anything in the Header or Footer area, this suggests whatever is being used in the Header or Footer area is triggering the notification. That's why I'm interested in exactly what you have in the Master Page.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7, 8 or 9 within the day!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Getting error message about Java Script/OSX/Illustrator incompatability. CS6 will not open

    Suddenly, CS6 version of Adobe Illustrator is not opening,. Getting an error message that it requires a "legacy version of Java Runtime." Talked with Apple Customer Service about this and they learned that Oracle is no longer making that version available. What to do?

    Read this to the end:
    Adobe Illustrator(CS6) NOT running on OS X Yosemite

  • People not getting error message when sending to a group larger than they are alowed to.

    Hi everyone,
    I'm administrating a hosted exchange environment where we limit the mailboxes to 50 recipients per sent mail as can be seen here:
    However, if someone tries to send a message that has more recipients than the number specified in the restriction, they don't get an error message from the server informing them that they exceeded the allowed number of recipents nor do they get an NDR message
    informing them that the recipient didn't recieve the message - is there a way to make sure they get either of the two?

    Hi ,
    In your case , If the recipient count is more than 50 recipients then the sender will be getting the reply from Microsoft exchange recipient saying that "Remote Server returned '550 5.5.3 RESOLVER.ADR.RecipLimit; too many recipients".
    But in your case you didn't get that message .so there are only two ways to find that. 
    1.Please do the message tracking with the sender as Microsoft exchange recipient and the recipient as the sender address .So that we came to know whether that generated email has been delivered to the sender's mailbox.
    2.In case if the track shows that the NDR was delivered then the final option is to check the is there any rules on the mailbox  is removing such kind of messages or else it would be moved to some other folders in the mailbox.
    3.Another option is to ensure that those NDR messages are not blocked up by the third parties agents installed on the transport servers ?
    4.Please check those NDR emails in junk mails folder too. By default exchange will not move those NDR emails to junk folder.
    5.Moreover please tell me is this issue is happening for all the mailboxes or else in only one mailbox ?
    6.Then tell me that the sent mail with more than 50 recipients got delivered to the recipients ?
    7.Have you tried your testings in owa ?
    8.Have you reset the recipient restriction on the senders mailbox and give it again for testing ?
    Note : Below is the command to find out the Microsoft exchange recipient address
    Get-OrganizationConfig | fl *MicrosoftExchangeRecipientPrimarySmtpAddress*
    Thanks & Regards S.Nithyanandham

  • Get error message "A prob ocured durin insall yr new hardware may not wrk "

    Hi guys
    . I have downloaded both new programs from apple
    (setup + itunes)
    . I am using xp on a fairly new dell pc
    . The ipod works on anouther pc so i know it is not faulty
    When I connect the ipod nano the pc comes up with
    "ipod found"then flashes...
    "mass storage device"
    Then tells me that...
    "A problem occured during installation and the device might not work propaply"
    I have tried deleting the usb device in device manager
    then removing all trace of setup + itunes then reinstalling them.
    NO LUCK !
    Any Ideas??
    Thanks in advance for any help

    Is this caused by the device letter being recognised as something else?
    If so renaming the iPod to another drive should fix it.
    For info, here's the link to the Microsoft Help and Support page:
    New drive or mapped network drive not available in Windows Explorer
    http://support.microsoft.com/default.aspx?scid=kb;en-us;297694
    (823)
    Colin R.

  • When I sync my Iphone4 on Itunes I get a message saying that some apps cannot update because they are not compatible with my phone...also...Mail wont up/download...my provider adamant I have all the right settings..

    When I sync my Iphone4 on Itunes I get a message saying that some apps (eg Find Friends) cannot update because its not compatible with my phone.
    I also am not able to up/download mail even though my Provider is adamant the setting are correct...
    IOS 7.1.2
    would appreciate help with these issues :-)

    However after part of the Itune update completed a message came up on the screen
    saying   "The feature you are trying to use is on a net work resource that is unavailable.
    Which particular .msi file does the message go on to say cannot be found? (Several different .msi files might be mentioned in this context: itunes.msi, bonjour.msi, AppleSoftwareUpdate.msi, etc.)

  • Get error message when trying to display page or site in any browser...

    Problem signature:   Problem Event Name:    APPCRASH   Application Name:    Muse.exe   Application Version:    2014.3.0.1176   Application Timestamp:    54d3f16d   Fault Module Name:    KERNELBASE.dll   Fault Module Version:    6.3.9600.17278   Fault Module Timestamp:    53eebf2e   Exception Code:    e06d7363   Exception Offset:    000000000000606c   OS Version:    6.3.9600.2.0.0.768.101   Locale ID:    1033   Additional Information 1:    080d   Additional Information 2:    080d0c64b18d2bb1ec1c109126d25603   Additional Information 3:    275d   Additional Information 4:    275d225a38d8a72fda5bf2e009a8f64a  Read our privacy statement online:   http://go.microsoft.com/fwlink/?linkid=280262  If the online privacy statement is not available, please read our privacy statement offline:   C:\WINDOWS\system32\en-US\erofflps.txt

    I updated everything and I just got this message. It will open a newer one page site though so it must be something to do with the file and update.
    Problem signature:
      Problem Event Name:    APPCRASH
      Application Name:    Muse.exe
      Application Version:    2014.3.1.44
      Application Timestamp:    54f60cd9
      Fault Module Name:    KERNELBASE.dll
      Fault Module Version:    6.3.9600.17415
      Fault Module Timestamp:    54505737
      Exception Code:    e06d7363
      Exception Offset:    0000000000008b9c
      OS Version:    6.3.9600.2.0.0.768.101
      Locale ID:    1033
      Additional Information 1:    be34
      Additional Information 2:    be344a1e5b2a1d781f0e297c84d76424
      Additional Information 3:    5f58
      Additional Information 4:    5f58c6cd87258caa3d36810292b8639b
    Read our privacy statement online:
      http://go.microsoft.com/fwlink/?linkid=280262
    If the online privacy statement is not available, please read our privacy statement offline:
      C:\WINDOWS\system32\en-US\erofflps.txt

  • When I open firefox and start browsing, I get error message Firefox has encountered and need to close, we are sorry for inconvinience, if u r middle of something, the information/data might be lost

    Firefox has encountered and need to close, we are sorry for inconvinience, if u r middle of something, the information/data might be lost
    then two tabs are located, first is send a report and second is dont send
    I am getting this error twice in one minute
    == User Agent ==
    Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; GTB6.4; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)

    Bonjour
    J'ai désinstallé Firefox et réinstallé de nouveau
    Le problème est le même
    Merci de votre aide
    Jak

  • My iCloud email does not work. Getting error message that i need to uncheck SSL . This does not work. Help

    icloud Email does not work. When running Connection doctor it indicates I must check or uncheck SSL. This has not fixed the problem

    iCloud email addresses (@mac.com, @me.com and @icloud.com) require SSL. Is your address an iCloud address or someone else?

  • Hello, Just bought a new camera and tried to load the CF card containing Raw files on both the Mac and the windows computer and get error message telling me nothing was imported. The files or folders selected  to import did not containany supported file t

    Hello, Just bought a new camera, Tried to import files to elements 12 on the Mac and Elements 10 on Windows... Both computers I get error message:Nothing was imported. Files or folders selected did not contain any supported files... They are Raw (new) files.. It is the only files I had ever imported and it has always imported them in the past.. What could have changed?

    Hi Daytrip589,
    Just wondering if you're situation has been resolved. I have a similar problem with PSE 11, getting the message about nothing was imported. I shoot RAW, have imported with this camera before ( a Canon G15) but couldn't the last time I tried. Cheers, Glenn.

Maybe you are looking for

  • Null Value in Formula (not date)

    CR Professional; Product Type: Full, Version 11.0.0.1282 ODBC (RDO) to db2 database 1 to many (four tables) field below is a string format yyyymmdd It is not clear to me how this is handled.  I have an outer join and a field on that table sometimes a

  • Is there a way i erase all content on my iphone 4s and still keep my pictures on there

    i want to erase all content from my phone but keep my pictures

  • Paying AP invoices with credit card

    Here's what we'd like to do (11.5.9): Receive paper invoice from Supplier Enter invoice into Payables When payment is due, pay it with credit card instead of printing a check What payment method do we use? What other kind of set up is necessary? Than

  • Client-side handler: static config?

    I would like to provide a client-side JAX-RPC handler that would be invoked without any modification to existing client code. The idea is that user's would only need to modify a config file (something like the web-services.xml file, but on the client

  • Adobe Air will not update..

    I have 3.8.0.1280 version of Adobe air installed and need to update.. When I update it gives me this error: an error occurred while installing Adobe Air... If I try to run it as an administrator ... nothing happens.. I am running Win 7 Pro... 16.0 GB