Not able to open page in R12

Hi all,
I have developed a page in 9i jdevoloper, I registerd page in oracle applications.
It is working fine in 11i instance. But I am not able to run the page from R12 instance.
It is showing the below error when i open page in oracle applications.
oracle.apps.fnd.framework.OAException: Could not load application module 'wnsgs.oracle.apps.sysadmin.employeeadvancerequest.server.EmployeeAdvanceRequestAM'.
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300)
     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:212)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     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:713)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
     at RF.jspService(_RF.java:225)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     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:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     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 ##
JBO-30003: The application pool (wimuat1.wind.wnsgroup.netTESTFIN1529wnsgs.oracle.apps.sysadmin.employeeadvancerequest.server.EmployeeAdvanceRequestAM) failed to checkout an application module due to the following exception:
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition wnsgs.oracle.apps.sysadmin.employeeadvancerequest.server.EmployeeAdvanceRequestAM of type ApplicationModule not found
     at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
     at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
     at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
     at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:511)
     at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
     at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
     at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1300)
     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:212)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     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:713)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
     at com.evermind.server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)
     at com.evermind.server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)
     at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
     at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
     at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
     at RF.jspService(_RF.java:225)
     at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
     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:621)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
     at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
     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)
Can anyone help me on this issue..It's urgent
Thanks
Naresh
Edited by: naresh on May 8, 2012 2:17 PM

Hi Naresh,
This is because of the files which you moved will not have read write permissions.. make sure that
you need to change the mode of the class files to 777.
Login to Telnet and change the mode through CHMOD 777 command
OR
Navigate to winscp3 right click on the files then give read write access
Regards
krish

Similar Messages

  • Not able to open forms After R12 installation

    Hi,
    I recently installed R12.0.4 on windows 2003 sp1. Post Installation tests were successful, and I am able to login with no issues. But when I try to open any form, no form is opening.
    Thanks,
    Raj
    ~ moving this to R12 Forum
    Edited by: CalvinNHobbes on Mar 14, 2009 3:56 PM

    Duplicate thread ..
    Not able to open R12 forms after successful installation
    Re: Not able to open R12 forms after successful installation.

  • Jrun struts oracle jdc - not able to open pages

    Hi,
    I am using JRun4 / JDK1.4.2 with struts. I use Oracle JDBC for RDBMS.
    My prob:
    I am able to open the index page and created a login validation which is done by JDBC. Here I have a bean to validate the login and set the attributes accordingly. Now if I say submit with valid login details, it doesn't go to the next page.
    I have the following log info:
    2702 / 2738 19/09 14:38:44 info [axis] Tiles definition factory found for request processor ''.
    2703 / 2738 19/09 14:38:44 user FlashGatewayServlet: destroy
    2704 / 2738 19/09 14:38:44 user FileServlet: destroy
    2705 / 2738 19/09 14:38:44 error Session data is not serializable (ID=1a302046491095597421138) - session is lost
    2706 / 2738 19/09 14:38:44 info 1 session(s) persisted
    2707 / 2738 19/09 14:42:57 info JRunDataSource bound to JNDI under name ddd
    2708 / 2738 19/09 14:42:57 info JRun DataSourceService: Created JDBC XA Connection Pool named ddd
    2709 / 2738 19/09 14:42:57 info Bound a LinkRef from "DefaultDataSource" to the default DataSource "ddd"
    2710 / 2738 19/09 14:42:57 info JRun Web Server listening on *:9000
    2711 / 2738 19/09 14:42:57 info Deploying enterprise application "JRun 4.0 Internal J2EE Components" from: file:/C:/JRun4/lib/jrun-comp.ear
    2712 / 2738 19/09 14:42:57 info Deploying EJB "JRunSQLInvoker" from: file:/C:/JRun4/lib/jrun-comp.ear
    2713 / 2738 19/09 14:42:58 info Deploying enterprise application "default-ear" from: file:/C:/JRun4/servers/PPTU/default-ear/
    2713 / 2738 19/09 14:42:58 info Deploying enterprise application "default-ear" from: file:/C:/JRun4/servers/PPTU/default-ear/
    2714 / 2738 19/09 14:42:58 info Deploying web application "Struts Blank Application" from: file:/C:/JRun4/servers/PPTU/default-ear/
    2715 / 2738 19/09 14:42:59 info Web Services in default-ear#default-war:
    2716 / 2738 19/09 14:42:59 info AdminService
    2717 / 2738 19/09 14:42:59 user JSPServlet: init
    2718 / 2738 19/09 14:42:59 user action: init
    2719 / 2738 19/09 14:42:59 info [axis] Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
    2720 / 2738 19/09 14:42:59 info [axis] Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    2721 / 2738 19/09 14:43:00 info [axis] Initializing, config='resources.application', returnNull=true
    2722 / 2738 19/09 14:43:00 info [axis] Tiles definition factory loaded for module ''.
    2723 / 2738 19/09 14:43:00 info [axis] Loading validation rules file from '/WEB-INF/validator-rules.xml'
    2724 / 2738 19/09 14:43:00 info [axis] Loading validation rules file from '/WEB-INF/validation.xml'
    2725 / 2738 19/09 14:43:00 info Recovering 1 session(s)
    2726 / 2738 19/09 14:43:00 info Deploying web application "Struts Blank Application" from: file:/C:/JRun4/servers/PPTU/DevelopmentProjects.war
    2727 / 2738 19/09 14:43:00 user JSPServlet: init
    2728 / 2738 19/09 14:43:01 user action: init
    2729 / 2738 19/09 14:43:01 info [axis] Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
    2730 / 2738 19/09 14:43:01 info [axis] Initializing, config='resources.application', returnNull=true
    2731 / 2738 19/09 14:43:01 info [axis] Tiles definition factory loaded for module ''.
    2732 / 2738 19/09 14:43:01 info [axis] Loading validation rules file from '/WEB-INF/validator-rules.xml'
    2733 / 2738 19/09 14:43:01 info [axis] Loading validation rules file from '/WEB-INF/validation.xml'
    2734 / 2738 19/09 14:43:01 info Deploying enterprise application "Flash Remoting EAR" from: file:/C:/JRun4/lib/flashgateway.ear
    2735 / 2738 19/09 14:43:01 info Deploying web application "Flash Remoting" from: file:/C:/JRun4/lib/flashgateway.ear
    2736 / 2738 19/09 14:43:01 user JSPServlet: init
    2737 / 2738 19/09 14:43:01 user FlashGatewayServlet: init
    =================
    Can anyone pl. help whatz goin on here???
    Thanks
    sara

    Hi, welcome to OTN form:
    Please paste OS /DB version.
    Please check below Step:
    In Windows:
    C:\Users\a000364>set ORACLE_SID=ORCL
    C:\Users\a000364>echo %ORACLE_SID%
    ORCL
    C:\Users\a000364>sqlplus / as sysdba;
    SQL*Plus: Release 10.1.0.5.0 - Production on Thu Nov 21 15:05:56 2013
    Copyright (c) 1982, 2005, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
    With the Partitioning, OLAP and Data Mining options
    SQL>
    In Linux OS:
    bash-3.2$ export ORACLE_SID=ORCL
    bash-3.2$ echo $ORACLE_SID
    ORCL
    bash-3.2$ sqlplus "/ as sysdba";
    SQL*Plus: Release 11.2.0.3.0 Production on Thu Nov 21 15:06:58 2013
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL>

  • Not able to open Modal Page through a report attribute link

    Dear All,
         Not able to open Modal Page through a report attribute link, kindly help me...
      I am using skill builders modal page plugin ...
    Thanks and Regards,
    Madonna

    Here's what you have to do.
    You set up your column link like this:
    Link text: whatever you like
    Link attributes: onclick="return false;" class="open_modal"
    Target: Page in this application
    Page: number of the page you want to open in your modal window
    You set up your dynamic action like this:
    Event: Click
    Selection type: jQuery selector
    jQuery selector: .open_modal
    (notice the dot at the beginning!)
    Action: SkillBuilders Modal Page (2.0.0) [Plug-in]
    Event Scope: Dynamic
    And finally, in your True Action (SkillBuilders Modal Page (2.0.0)), URL Location should be set as Attribute of Triggering Element.
    And that's pretty much all it takes.
    Hope this helps.

  • I have updated my ipad yestarday sicne then i am not able to open any application on my ipad2. some of the application able to open in the page and not able to open all the applications in the second page. Does any one got this type of issue? any sugg?

    i have updated my ipad yestarday sicne then i am not able to open any application on my ipad2. some of the application able to open in the page and not able to open all the applications in the second page. Does any one got this type of issue? any suggestions?

    This problem has been reported a few times. The solution is to install any new App say a free one. This seems to fix whatever has gone wrong.

  • I Not able to open saved pages in safari 8.0.3

    I Not able to open saved web pages of safari in safari 8.0.3. Everytime i try to open a file it directly takes me to the TOP Sites page.... I am also not getting a option to reset safari.
    Please help!!

    1. Safari > Preferences > Extensions
        Turn those off and relaunch Safari.
        Turn those on one by one and test.
    2. Use  free  AdwareMedic to remove adware
        http://www.adwaremedic.com/index.php
       Install , open,  and run it by clicking “Scan for Adware” button   to remove adware.
       Once done, quit AdwareMedic.

  • Not able to open forms after changing domain in R12.

    Hi all,
    how are you
    I have modified the domain name for my erp, i was able to complete it successfully except for opening the forms. i am not able to open the forms, though i am able to login to applications.
    i have followed the following document
    Note: 759225.1 - How to change the domain name for Oracle Applications R12?
    https://metalink2.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=759225.1
    Thanks

    Hi
    Thanks for the update.
    My OS is RHEL 4. Oracle applications R12.1. It doesnt show any error when i click on particular item for forms. it is not launching any forms.
    The document mention above, is it applicable for R12.1? it suggests a patch for 11i.
    Should i directly run the EXEC FND_CONC_CLONE.SETUP_CLEAN and autoconfig?
    The query in the document is returning the following
    SQL> select node_name "Node Name", node_mode "Mode", support_cp "C", support_web "W", support_admin "A", support_forms "F" from FND_NODES;
    Node Name M C W A F
    AUTHENTICATION O N N N N
    ERPAPPS O Y Y Y Y
    Thanks

  • I am not able to open any web site. I get an "Unable to load page" message.

    Firefox crashed last night. When I tried to reopen, it gives me "unable to load page" error. I tried several websites and same message. I removed firefox and re-downloaded it. Same thing.

    Still not able to open sites.

  • Not able to open secure web pages

    Hi Members,
    Their seems to be some problem with my internet. I hope i can get some answer to it. After i had my firmware update for my macbook (leopard 10.5.2 combo updated), it became very slow and gave me kernel panic. Last week i had to format my HDD and re-installed Mac OSX. Now i see some very serious problem. Neither i can use my macbook to log in to dicussion forum and not able to open any secure websites like facebook.com, hi5.com and microsoft.com and support.apple.com. Its pulling my nerves.
    Kindly Help.
    Regards
    Vikram

    Thank you so much for the helpful information. Let me tell you in brief...
    "Hi,
    It has been an ongoing problem with my mac book. I have to use a PC to log in to my discussion forum to know about my questions. I am using a macbook (leopard 10.5.2 combo updated) and i had done a complete re-installtion of the Mac OSX as i had a kenel panic after i had created another account to check the problem with safari (as on a telephone call with apple support). Then i am not able to log into my account even on .mac account too. I had firefox but i had to do too much of "forced quit" when i had to close. Even my "SENDING ERROR REPORTS" FAILS everytime.
    All this started when i had some software updates from the website. How can i get rid of this problem. Further, while using any pc on the same network, i have the same problem. Is it a hardware / Mac OS software related problem or the Network (ISP) related problem....
    Plzzzzzzzzzzzzzzz Help. "

  • Urgent:: Not able to open/lauch forms session

    Hi All,
    I had cloned our production instance to create a new instance.
    But now I'm not able to open the form session. We are having apps 11.5.10.2.
    The dbc file is perfect.. I even checked ICX parameters & related profile values.. seems to be ok..
    I can login through /dev60cgi/f60cgi. But can not lauch forms from personal home page.
    Can anyone plz suggect wht might be wrong?
    Regards..
    Edited by: user10200748 on Aug 30, 2008 10:25 PM

    Hi Kali,
    Thanks for the response.
    I'm not getting any sort of error.. It just dont proceed after clicking the menus.. Even I try to check the error from java console, but even no errors are listed in it..
    Moreover , I m getting successful AOLjtest run on the cloned instance.
    The inputs I can give is -
    The error_log shows -
    [Sun Aug 31 07:19:54 2008] [error] [client 160.95.202.46] client denied by server configuration: /fh02/BON/oraapps/common/java/java
    [Sun Aug 31 22:22:13 2008] [error] [client 160.95.202.46] client denied by server configuration: proxy:http://severname:8212/pls/BON/f
    nd_icx_launch.launch
    ~
    The access_log shows -
    160.95.202.46 - - [31/Aug/2008:22:22:11 -0500] "GET /OA_HTML/RF.jsp?function_id=271&resp_id=20456&resp_appl_id=160&security_group_id=0&lang_code=US&oas=NvqKw
    EsSQW1RppGR5XrWdw..&formsLink=yes HTTP/1.1" 302 376
    lb57gpb1.ced.corp.cummins.com - - [31/Aug/2008:22:22:13 -0500] "GET /pls/BON/fnd_icx_launch.launch?resp_app=ALR&resp_key=ALERT_MANAGER&secgrp_key=STANDARD&s
    tart_func=ALR_ALRALERT&other_params= HTTP/1.1" 403 240
    ~
    Regards,
    Edited by: user10200748 on Aug 31, 2008 8:36 PM

  • Safari Not Able to Open .Mac Web Gallery

    This is a very unexpected error. A friend sent me his web gallery link and Safari is not able to open the page. An error message appears:
    "This browser is incompatible with .Mac Web Gallery.
    We support the following browsers:
    Mac OS X
    Safari 2.0 or later (requires Mac OS X 10.4.10 or later)
    Firefox 1.5 or later"
    Now that is very unexpected because I'm using OS X 10.5.1 and Safari 3.0.4. Wouldn't you know that I can launch it just fine using Firefox. I don't want to use Firefox and thought I would be able to use an Apple product (Safari) to actually open Apple technology (web gallery).
    This is the only issue I've experienced after Leopard upgrade and the most annoying. I've provided Safari Bug feedback, but I don't expect a response.
    I'm looking for someone out there to help me through this issue. Otherwise, I hope Apple is listening. Don't give me a reason to switch back to FireFox.

    Hi,
    From previous postings here it seems to be a problem with the .Mac Gallery rather than Safari. Anecdotal reports seem to suggest there is insufficient bandwidth on those servers and when they get bogged down they mis-report the error message you saw.
    Check in the [.Mac Web Gallery|http://discussions.apple.com/forum.jspa?forumID=1199] forum to see if they have some more concrete information.

  • Not able to open Logic8 sessions after upgrade from 10.5.8 to 10.6.8

    Hello,
    I recently upgraded my 2x2.93 GHz Quad-Core system from 10.5.8 to 10.6.8, and now i'm not able to open certain logic 8 sessions. Most of my sessions open fine, but theres a bunch that I'm getting memory errors for, saying things like "not enough memory" or "audio units failed to load" or the session will load with just a blank screen.
    Since I'm running in 32 bit, and I know these particular sessions were (in 10.5.8) using around 2.21 gigs of real mem its pretty clear that i'm pushing the limits of my computer.  However it would stand to reason that if i could open the session in leopard, I should be able to open the session in snow leopard. 
    Strangely enough, I have a mobile rig (2.3 GHz Intel Core i7 macbook pro running on 10.6.8) that will open up these "troubling" sessions just fine.  The only thing i can think of thats different is the lap top was a clean OS install while the 8 core was an archive install.
    Also strangely enough, I'm able to load sessions larger than 2.21 on my 10.6 8 core as long as its not from the "troubled" bunch of sessions.  Which leads me to believe it could possibly be a specific instrument or plug-in or combination that is causing these crashes.  Not quite sure how to test for that.  Also since the sessions load on the laptop, not sure why it would be an issue on my mac pro.
    If i go into the "troubling" sessions by not lunching the "core audio" driver, and delete some instruments i'm not using my sessions will open just fine on my mac pro.  While this is a temporary work around, its not work for me in the long run.
    Also, none my virtual memory servers have changed since my update so I don't think thats the problem.
    If anyone has any idea they could through my way I would greatly appreciate it.  I'm definitely stumped on this one.

    Syed,
    This could be the issue. Please follow the steps in the following thread to change the status of this product from shared to installed and check then.
    R12-Please let me know how to change the product status
    R12-Please let me know how to change the product status
    Regards,
    Hussein

  • Not able to open office documents from SharePoint site using Forms auth on a Mac with Office 2011

    I posted the same question on the Mac Office forum (http://answers.microsoft.com/en-us/mac/forum/macoffice2011-macstart/not-able-to-open-office-documents-from-sharepoint/7fba517b-ebd1-4e90-a54a-c70c5f035146?tm=1418836613595) but figured it's probably more
    of a SharePoint question so I'm going to try here as well.
    We just discovered an issue where a user logs into a SharePoint site using Forms based authentication.  When clicking on an Office file they get
    'Sorry, this site hasn't been shared with you' message:
    The user can download the file and can also open the file within the browser (Office Web apps).  This SharePoint site is on a Web app that uses mixed authentication (forms for external partners) and Windows/Kerberos for internal employees.
     When logging into this same site as an internal user I am able to open the file just fine.
    I checked the 'Microsoft Document Connection' settings and selected and deselected 'Enable Basic Authentication' and neither helped.  
    I also tried to add the site URL under 'Microsoft Document Connection' -> Add connection -> Connect to a SharePoint site.  When I put the site URL in and click 'Connect', I get an error saying that 'Only connection to SharePoint or OneDrive
    servers are supported' message.  If I try the same thing as an internal user using Windows/Kerberos authentication I am able to connect to the site just fine.
    Any ideas??

    Hi Szamir,
    As you are using Form Based authentication to open the documents from SharePoint site, I recommend to check the things below:
    Make sure that the user has permission to view the documents in the site.
    Please select "Sign me in automatically" when you sign in the login page.
    More references:
    https://social.technet.microsoft.com/Forums/en-US/ae8cc886-c362-4709-8575-07d339144714/not-able-to-open-microsoft-office-documentsdocxxls-etc-from-document-library-in-a-fba-site-in?forum=sharepointgeneralprevious
    http://manojvnair.blogspot.com/2011/06/login-prompt-while-opening-office.html
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • I am not able to open my Adobe Creative Cloud any more...What happened?

          The following is the information shows why I am not able to use my Adobe Creative Cloud. I don't konw why and how this kind of information appeared on my desktop, then I was not able to open the Adobe Photoshop CC, Adobe Illustractor CC, AfterFX... again, but I am still able to open and use Adobe Premiere Pro,Adobe Audition CC and  Flash. I don't understand what happened... when I tried to follow the instructions that shows below, it asked me to pay $500 so that I could use my Adobe again... So what can I do in order to fix it?
    "What happened to your files? All of your files were protected by a strong encryption with RSA-2048 using CryptoWall 2.0. More information about the encryption keys using RSA-2048 can be found here: http://en.wikipedia.org/wiki/RSA_(cryptosystem) What does this mean?
    This means that the structure and data within your files have been irrevocably changed, you will not be able to work with them, read them or see them, it is the same thing as losing them forever, but with our help, you can restore them.
    How did this happen? Especially for you, on our server was generated the secret key pair RSA-2048 - public and private.
    All your files were encrypted with the public key, which has been transferred to your computer via the Internet.
    Decrypting of your files is only possible with the help of the private key and decrypt program, which is on our secret server. What do I do? Alas, if you do not take the necessary measures for the specified time then the conditions for obtaining the private key will be changed.
    If you really value your data, then we suggest you do not waste valuable time searching for other solutions because they do not exist. For more specific instructions, please visit your personal home page, there are a few different addresses pointing to your page below:
    [further information removed by forum host]

    This is very serious. Your computer got infected with ransom malware, Cryptowall.
    Go here for further info.
    CryptoWall 2.0 Anything Good about Buying you Keys? - General Security
    CryptoWall and DECRYPT_INSTRUCTION Ransomware Information Guide and FAQ

  • Not able to open XMind files from IE in read only mode

    I have configured my SharePoint Farm to support .xmind file types
    Below are the steps I have done
    1.  
    Added an entry in DOCICON.XML
        <Mapping Key="xmind" Value="xmind_file1.png" EditText="XMind Mapping Software"  OpenControl="SharePoint.OpenDocuments"/>
    2. Added an entry in htmltransinfo.xml
        <Mapping Extension="xmind" AcceptHeader="application/vnd.xmind.workbook" HandlerUrl="" ProgId=""/>
    3. Added a MiME type 'application/vnd.xmind.workbook' in the Inetmgr.
    Now, xmind files are getting detected, but I am not able to open xmind files in read only mode from IE.
    Xmind files are working perfectly from Mozilla, but my client wants the xmind to be working perfectly from IE.
    Need a help on this issue....

    Hi Aries,
       Please find the screenshot below , while I am trying to open the xmind file in read only mode. It is redirecting the user to a blank page...
    Also please find the extract from the fiddler when trying to open it after selecting the read only mode
    GET http://myserver/sites/Team_test_8/Documents/file1.xmind HTTP/1.1
    Accept: text/html, application/xhtml+xml, */*
    Referer:
    http://myserver/sites/Team_test_8/Documents/Forms/AllItems.aspx
    Accept-Language: en-US
    User-Agent: Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; WOW64; Trident/5.0)
    Accept-Encoding: gzip, deflate
    Host: myserver
    If-Modified-Since: Tue, 22 Apr 2014 06:40:41 GMT
    If-None-Match: "{3243523D-B412-4437-A587-FA02D4C3C763},9"
    Connection: Keep-Alive
    Cookie: WT_FPC=id=125.22.78.82-1203562128.30325182:lv=1398735003583:ss=1398735003583; WSS_KeepSessionAuthenticated={ce7264f1-49e7-4483-9413-eed8c6929dd7}; ASP.NET_SessionId=knrzwvfb03puo1551qwl3lut
    Authorization: NTLM TlRMTVNTUAABAAAAB4IIogAAAAAAAAAAAAAAAAAAAAAGAbEdAAAADw==
    HTTP/1.1 401 Unauthorized
    Server: Microsoft-IIS/7.5
    SPRequestGuid: 16c42597-cfa9-4993-a19a-539ae9b5a7ec
    WWW-Authenticate: NTLM TlRMTVNTUAACAAAAEAAQADgAAAAFgomiyxgpfwFl18AAAAAAAAAAAKQApABIAAAABgGxHQAAAA9FAFIASQBDAFMAUwBPAE4AAgAQAEUAUgBJAEMAUwBTAE8ATgABABYARQBTAEUAUwBTAE0AVwAyADQAMgA1AAQAFgBlAHIAaQBjAHMAcwBvAG4ALgBzAGUAAwAuAEUAUwBFAFMAUwBNAFcAMgA0ADIANQAuAGUAcgBpAGMAcwBzAG8AbgAuAHMAZQAFABYAZQByAGkAYwBzAHMAbwBuAC4AcwBlAAcACACy5d2OcGPPAQAAAAA=
    X-Powered-By: ASP.NET
    MicrosoftSharePointTeamServices: 14.0.0.6114
    Date: Tue, 29 Apr 2014 06:02:10 GMT
    Content-Length: 0
    Proxy-Support: Session-Based-Authentication

Maybe you are looking for

  • Address Book & iPhone Numbers

    With Verizon I used selective unblocking of my caller ID with contacts in my Address Book. Basically "*82" entered before the number. Evidently GSM devices like iPhone can't use *82, but instead "*31#" The problem is, my Address book is populated wit

  • Okay...what happened to the full screen contact picture?

    Okay...what happened to the full screen contact picture? Is there a way to get it back? I'd like to see the full picture of the person I'm  calling-not just an ugly blank screen with little round circles on it!!!!

  • I'm getting ugly vertical stripes at pictures and background images on my HTC One S.

    I like using Firefox on my HTC One S, syncing the browsing history and bookmarks really comes in handy. But however, sometimes i get ugly stripes above some images. When resizing the site, they sometimes disappear. It happens only with images and css

  • Can't reset handset with bridge for MAC

    Everytime I connect my Sony Xperia Play R800, after I connect the device and I agree to data loss. The software begins to install / reset my phone and then crashes mid way through saying: (reason: UE communication failed (code 100, text: )) I am curr

  • Lenovo H515s wireless card

    I have an H515s Type 10126, running Windows 8.1. It didn't come with a wireless card. This is something I'd definitely like to add. Does anybody know which ones are supported by H515s ? Thanks! JL30 from France Solved! Go to Solution.