User-mapperd section open

We are working on 10g app server
application is 24 hours working , now we have changed a menu file and when copying the mmx file to the application server we are getting error
The requested operation cannot be performed with user-mapped section open.
How to copy the file. it is very difficult to ask all the users to close the applications so that no body is using the menu,
same is happening if some one is using a form and we try to copy the fmx file of the same. then we have to check which user is using the form and request hime/her to close so that fmx can be copied.
IS There any way out?
Chaand Kackria

In this case you have to add a new string in the registry. Edit your registry and goto the home where the application server is installed and add a new string
FORMS60_MMAP=0 or FORMS90_MMAP=0
and restart the Server. It should work.

Similar Messages

  • Error processing cube - requested operation cannot be performed on a file with a user-mapped section open

    Hi,
    We have recently moved our production servers and since the move have been experiencing an intermittent (but frequent) error when processing our OLAP cube.
    The error messages presented are:
    "Error: The following error occurred during a file operation: The requested operation cannot be performed on a file with a user-mapped section open"
    "Error: Errors in the OLAP storage engine: An error occurred while processing index for the <Partition Name> partition of the <Measure Group Name> measure group of the <Cube Name> cube from the <Database Name> database"
    I assume the second message is a consequence of the first error.  The partitions and measure groups seem to vary each time the process is run.
    It appears from similar threads that this is usually caused by backups or anti-virus applications locking the files that Analysis Services is using the process the cube.  I have ensured that there are no backups running at the time of processing and
    I have disabled anti-virus programs without success.
    I have also created a new version of the cube (using the deployment wizard) which deployed without error but then encountered the same error when processing for a second time.  There was nothing (client application wise) using this cube when it failed
    to process.
    As I mentioned earlier, this problem is intermittent.  Sometimes the cube will successfully process but usually it fails to process.
    We have not encountered this error in our previous production environment or in any of our development environments.
    Has anyone encountered this problem before? Any suggestions on possible solutions?
    Thanks
    Rich

    Hi jonesri,
    I think you can try to use SSAS Dynamic Management View to monitor SSAS instance, such as existing connections and sessions. For example, please run the following MDX query:
    SELECT[SESSION_COMMAND_COUNT],
    [SESSION_CONNECTION_ID],
    [SESSION_CPU_TIME_MS],
    [SESSION_CURRENT_DATABASE],
    [SESSION_ELAPSED_TIME_MS],
    [SESSION_ID],
    [SESSION_IDLE_TIME_MS],
    [SESSION_LAST_COMMAND],
    [SESSION_LAST_COMMAND_CPU_TIME_MS],
    [SESSION_LAST_COMMAND_ELAPSED_TIME_MS],
    [SESSION_LAST_COMMAND_END_TIME],
    [SESSION_LAST_COMMAND_START_TIME],
    [SESSION_PROPERTIES],[SESSION_READ_KB],
    [SESSION_READS],[SESSION_SPID],
    [SESSION_START_TIME],[SESSION_STATUS],
    [SESSION_USED_MEMORY],
    [SESSION_USER_NAME],
    [SESSION_WRITE_KB],
    [SESSION_WRITES]
    FROM $SYSTEM.DISCOVER_SESSIONS
    Use Dynamic Management Views (DMVs) to Monitor Analysis Services:
    http://msdn.microsoft.com/en-us/library/hh230820.aspx
    In addition, you can aslo use SQL Profiler to capture some events for further investigation.
    Use SQL Server Profiler to Monitor Analysis Services:
    http://technet.microsoft.com/en-us/library/ms174946.aspx
    If you have any feedback on our support, please click
    here.
    Regards,
    Regards,
    Elvis Long
    TechNet Community Support

  • Problem in sun web server : user-mapped section open

    Hi Friends,
    I am using sun web server7.0. When i am trying to update the struts-config.xml file through my application. I got the following error message.
    The Struts-ConfigXML couldn't be Modified Reason: C:\Program Files\SunWebServer7\https-java1.touchpoint.com\web-app\java1.touchpoint.com\gctnew1.0\WEB-INF\struts-config.xml (The requested operation cannot be performed on a file with a user-mapped section open)java.io.FileNotFoundException: C:\Program Files\SunWebServer7\https-java1.touchpoint.com\web-app\java1.touchpoint.com\gctnew1.0\WEB-INF\struts-config.xml (The requested operation cannot be performed on a file with a user-mapped section open)
         at java.io.FileOutputStream.open(Native Method)
         at java.io.FileOutputStream.<init>(FileOutputStream.java:179)
         at java.io.FileOutputStream.<init>(FileOutputStream.java:70)
         at java.io.FileWriter.<init>(FileWriter.java:46)
         at com.tps.datareader.SaveStrutsConfigXML.executeSaveStrutsConfigXML(Unknown Source)
         at org.apache.jsp.admin.saveStruts_jsp._jspService(saveStruts_jsp.java:157)
         at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:105)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:917)
         at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:345)
         at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:403)
         at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:311)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:917)
         at org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:391)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:272)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:232)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:179)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:160)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:571)
         at com.sun.webserver.connector.nsapi.NSAPIProcessor.process(NSAPIProcessor.java:149)
         at com.sun.webserver.connector.nsapi.NSAPIConnector.service(NSAPIConnector.java:995)
    Note : I am reading the file while i trying to update the file..
    Please help me to solve this issue....
    Thanks & Regards,
    Suresh Kumar.K

    Hi,
    I am seeing similar issue while configuring our deployed webapp on Windows.
    The container is WebServer 7 (bundled with JES5).
    C:\WebServer7\https-aaa.com\web-app\aaa.com\myapp\WEB-INF\test\xyz (The requested operation cannot be performed on a file with a user-mapped section open)
    From WS7 logs/errors file:
    [23/Apr/2008:17:02:15] warning ( 5280): CORE3283: stderr: java.io.FileNotFoundException: C:\WebServer7\https-aaa.com\web-app\aaa.com\myapp\WEB-INF\test\xyz (The requested operation cannot be performed
    on a file with a user-mapped section open)
    So i googled, found this thread and applied the workaround.
    Noticed that if we shutdown our WebServer, then we cannot configure our webapp.
    That page would not be accessed.
    Any suggestions to overcome this?
    tia.

  • User mapped section open

    Hello All.
    How to overcome this problem.
    "Cannot copy ...: the requested operation cannot be performed on a file with a user-mapped section open."
    I usually receive the above error message when I try to copy a new copy of *.fmx, or *.plx, or mmx while a user has a session open of my application.
    Some time I want to release a new version of forms after fixing some bugs, but I have to wait for all users to log out.
    Is there any way around this?

    In this case you have to add a new string in the registry. Edit your registry and goto the home where the application server is installed and add a new string
    FORMS60_MMAP=0 or FORMS90_MMAP=0
    and restart the Server. It should work.

  • CS5.5 Photoshop Save For Web Error - "cannot be performed on a file with a user-mapped section open"

    I have just started getting this error when I try to "Save for web". I can still do File > Save As... with no problem. Does anybody know what might be causing this?

    Hi jonesri,
    I think you can try to use SSAS Dynamic Management View to monitor SSAS instance, such as existing connections and sessions. For example, please run the following MDX query:
    SELECT[SESSION_COMMAND_COUNT],
    [SESSION_CONNECTION_ID],
    [SESSION_CPU_TIME_MS],
    [SESSION_CURRENT_DATABASE],
    [SESSION_ELAPSED_TIME_MS],
    [SESSION_ID],
    [SESSION_IDLE_TIME_MS],
    [SESSION_LAST_COMMAND],
    [SESSION_LAST_COMMAND_CPU_TIME_MS],
    [SESSION_LAST_COMMAND_ELAPSED_TIME_MS],
    [SESSION_LAST_COMMAND_END_TIME],
    [SESSION_LAST_COMMAND_START_TIME],
    [SESSION_PROPERTIES],[SESSION_READ_KB],
    [SESSION_READS],[SESSION_SPID],
    [SESSION_START_TIME],[SESSION_STATUS],
    [SESSION_USED_MEMORY],
    [SESSION_USER_NAME],
    [SESSION_WRITE_KB],
    [SESSION_WRITES]
    FROM $SYSTEM.DISCOVER_SESSIONS
    Use Dynamic Management Views (DMVs) to Monitor Analysis Services:
    http://msdn.microsoft.com/en-us/library/hh230820.aspx
    In addition, you can aslo use SQL Profiler to capture some events for further investigation.
    Use SQL Server Profiler to Monitor Analysis Services:
    http://technet.microsoft.com/en-us/library/ms174946.aspx
    If you have any feedback on our support, please click
    here.
    Regards,
    Regards,
    Elvis Long
    TechNet Community Support

  • OBIEE11g: Set user privileges to  Open RPD in Read Only mode.

    Hi All,
    Can some one help me , how to set user privileges to open RPD in read only mode.
    1) If a user ( xxxx) logs into the RPD then the rpd should open in Read Only Mode for xxxx user.
    2) If other user (YYYY) logs in online mode then it should open in online mode for other user (YYYY).
    How to set the security to achieve this.

    863866 wrote:
    Hi All,
    Can some one help me , how to set user privileges to open RPD in read only mode.
    1) If a user ( xxxx) logs into the RPD then the rpd should open in Read Only Mode for xxxx user.
    2) If other user (YYYY) logs in online mode then it should open in online mode for other user (YYYY).
    How to set the security to achieve this.Hi,
    I don't think it's possible, can go with metadata dictionary option which is also help to analysis RPD.
    refer section,
    http://docs.oracle.com/cd/E23943_01/bi.1111/e10540/utilitiesexprbldr.htm#BIEMG325
    Thanks
    Deva

  • User can't open a PDF created with Illustrator CS4

    I'm creating a PDF in Illustrator CS4, and I save it on a server where the user can get it. User is not able to open the file, it says acces denied. When I email that same file to several users, they can open it without a problem. I have checked that there's no restrictions on accessibility on the folder or the file. I wonder if it has to do with windows user permissions...
    Our IT guy couldn't find any problem ....
    Any clue?
    G

    Try saving locally and copying to the server.

  • FinRep 9.3.1: All users getting error opening reports from root directory

    We are having an irritating, although not missiion critical error
    When a user (any user) attempts to open a report from the explorer view in Financial Reporting 9.3.1, we receive an "_Error 1000165"._ No explanation is provided. No folders are openable within the explorer view except "Personal Page."
    It is possible to open reports by opening a report that got accidentally stored in the root directory and then opening another report from the menu system in the usual way. So it is not a user permissions/provisioning issue.
    Is there a fix to this? I am afraid someone will clean out the root directory and then we won't be able to access our reports.
    Update: I can use the pattern "VariancePercent([B(A)],[A(A)])" to cut this to 27 Columns by varying the direct reference to the column. But is there an easier way to do this?
    Edited by: user10868938 on Feb 24, 2009 3:43 PM

    We have been able to complete the update of our users SSID's in our Planning SQL tables through the utility. We had to create the users in Essbase first though.
    However, if I try to log into Planning (through Workspace) I still cannot see the Planning applicaitons I should have access too. In Shared Services if I pull up my network ID and View Report, I do not get any Planning groups to show up that I belong too. I can open the group in HSS and see my ID is in it but when I do the View Report on my ID nothing comes up.
    Additionally, if I add a user from scratch to the existing Planning groups that we've migrated and do the View Report they will show up for that user and the security passes through to Planning/Essbase so that I could log on fine. So, the problem is not with adding new users but the existing one's that were migrated. HSS shows the users in the groups but if you view a Report for those users it doesn't look like you belong to any groups.
    We are going to apply a patch to Shared Services to see if it helps. It's suppose to deal with Groups that have users from multple domains but one set of those users cannot log into the application they should have access too. We applied this in our stand-alone S9 Essbase environment a couple of months ago to deal with a break between our existing users and groups from HSS to Essbase. Maybe this will be the final piece.

  • How do I make Word and Excel Documents readable to PC users that cannot open them

    How do I make Word and Excel Documents readable to PC users that cannot open them

    Be sure to save them in the Office 2007 format as .doc or .xls files.

  • PC users can't open iMovie .m4v file

    my son made a really cute movie in iMovie, and saved it as an iTunes file, which put it in the .m4v format. i emailed the .m4v file to all our family and friends ... and the PC users can't open the file. can i do something about this (ie. save it in a different format)? please explain it to me in real simple terms ... i am a Luddite. thanks!

    can i do something about this (ie. save it in a different format)? please explain it to me in real simple terms ... i am a Luddite.
    You could always point out that anyone whould really wants to watch it could download and install the free QT 7 Player in much the same way that many Mac users would have to download and install either a WMV Player or a WMV component for their QT Player.
    You realize, of course, things will likely get worse once you start "customizing" your exports of each recipient? My Sister only wants WMV 9 ($50 for Microsoft "approved" bi-directional components), my brother-in-law "prefers" DivX 6 minimum ($20 for the components), my nieces are into YouTube (posted directly from iMovie '08 for the price of iLife '08) and want everything posted there, and my Aunt (whose computer is more than a decade old) only wants MPEG-1 (which I used to make with iVCD (don't remember what that used to cost or Ti Toast 9 at $80) and of course there is always Visual Hub (at just under $24) for all of the others who will settle for older AVI or WMV files. You can also try exporting some of the "less recent" or "older" codecs like MPEG-4/AAC, Sorenson Video, Sorenson 3 Video, H.263, Cinepak, etc. There are dozens of audio and video codecs that can be combined in in hundreds of combination and placed in various file containers but the problem is you will probably never find a single compression format that really satisfies everyone all of the time. So before anyone can "draw you a map," you will have to make a decision as to "down which road you wish to travel."

  • Hi! Windows 7 users can´t open the pdfs and jpegs that I have included into sent e-mails. How shall I resolve the problem?

    Hi!
    Prolems started after uploading the Lion in March. Now at least Windows 7 users can´t open any pdfs or jpegs that I have included into sent e-mails. They can see that they are included but can´t open them. What can I do?

    It's a bug in Outlook. Each version of Outlook has its own unique bug that prevents it form displaying email that didn't come from another Outlook user. Apple has attempted to dumb-down Mail and make it more complex in order to work around these issues, but Microsoft keeps changing the bugs in each version of Outlook instead of making an Internet Email standard compliant email client.
    Are they able to right-click on the image and save it from the contextual menu?
    Otherwise, make sure Send windows friendly, attachments at end of message are checked and send plain text.
    Or, zip the attachments and send that way.
    There is also a program called Attachment Tamer that many people have found useful.

  • User can't open presentation saved as a PDF file

    I sent a presentation saved as a PDF file and the user could not open it.  The error message received was that his computer needed Adobe Flash Player 16.0.  Despite installing it, he still gets the same error message.

    Problem was solved by doing another installation of flash and rebooting.

  • Users could not open Public Folders in Outlook 2007 SP3.

     
    Is anybody had this issue or probably know how to fix it?
    We have Exchange 2013 server and users workstations with XP SP3 and Office 2007 SP3 installed. Exchange has users’ mailboxes and public folders. Public folders work OK until last week. Issue probably happened after latest CU update for Exchange 2013 installation.
    Now users could not open Public Folders in their Outlook. The error is:
    "Cannot expand the folder. Your profile is not configured. (/o=First Organization/ou=Exchange Administrative Group (FYDIBOHF23SPDLT)/cn=Configuration/cn=Servers/cn=[email protected])"
    And this "[email protected]" is public folder ContentMailboxGuid.
    And this error message appears when user click on Public Folders \All Public Folders in Outlook. So company public folders do not even appear in All Public Folders folder. Users have Owner permissions for all Public Folders and Root Public folders.
    Also one more error in Outlook about it:
    “Cannot display the folder. Microsoft Office Outlook cannot access the specified folder location.”
    One more issue is that previous Exchange 2007 server died (RAID died) so we had to delete it from AD and clean its records in ADSIEdit (CN=configuration,DC=.domainname,DC=.COM > CN=Services > CN=Microsoft Exchange > CN=Organization > CN= Administrative
    Groups > CN=(Groupname) > CN=Servers >) and install new server with Exchange 2013, and import all users mailboxes from backup. Public folders were not migrated from the old server because of its death. We create new public folders in Exchange and
    then manually import all folders from latest .pst backup using user Outlook.
     And it work OK more than a month till last week.
    Thanks,
    Andrey

    Hi Mavis,
    Thank you for your answer.
    I check permissions couple of times for both public folder and its root and both are granted for users as “Owner” and applied to public folder and its subfolders.
    This server has 2 mailbox stores and both are currently mounted.
    [PS] C:\Windows\system32>Get-MailboxDatabase -Status |fl name,mounted
    Name    : Mailbox Database 2104233799
    Mounted : True
    Name    : MBDB1
    Mounted : True
    But when I check homeMDB property for Microsoft System Attendant in ADSIEdit I found that it is empty.
    And it looks like System Attendant mailbox & service have been removed from Exchange 2013.
    http://howexchangeworks.com/2013/05/cannot-open-microsoft-system-attendant-mailbox-error-during-exchange-2013-mailbox-move.html
    and even from Exchange 2010.
    http://blogs.msdn.com/b/dvespa/archive/2009/10/06/say-so-long-to-the-system-attendant-mailbox.aspx
    Also I check arbitration mailboxes and all are looks to be in default database “Mailbox Database 2104233799” which is currently mounted.
    [PS] C:\Windows\system32>Get-Mailbox -Arbitration |fl name,data*
    Name     : FederatedEmail.4c1f4d8b-8179-4148-93bf-00a95fa1e042
    Database : Mailbox Database 2104233799
    Name     : SystemMailbox{1f05a927-77cc-4f5d-b5ca-667ea4256ff9}
    Database : Mailbox Database 2104233799
    Name     : SystemMailbox{bb558c35-97f1-4cb9-8ff7-d53741dc928c}
    Database : Mailbox Database 2104233799
    Name     : SystemMailbox{e0dc1c29-89c3-4034-b678-e6c29d823ed9}
    Database : Mailbox Database 2104233799
    Name     : Migration.8f3e7716-2011-43e4-96b1-aba62d229136
    Database : Mailbox Database 2104233799
    Thanks,
    Andrey

  • ITunes will not open in Windows 7 for one User. All I get is the Licence Agreement pane and when I click YES nothing further happens. I have set up a second user and iTunes opens without problem in that User window.

    Clearly something is blocking the main user(administrator) from opening the iTunes programme and I cannot find a solution.

    Many thanks for your reply. Yes I carried out the suggested procedure in safe mode , which did not resolve the issue and so this is what led me to set up a second User account. iTunes opened without problem in this second account and so I looked at the User-specific troubleshooting but I just could not locate the iTunes Preference files no matter how much searching I did.
    I also tried uninstalling and re-installing but the problem persists. Would be very grateful for any further advice.
    ollie66     Gorran Haven, Cornwall, England.

  • I cant open my itunes because "another user as it open"

    Hellow, I have itunes for two years now and recently when I am trying to open my itune it just open a window saying "you cannot open the application itubes because another user as it open" but I dont have another user on my windows 7 computer so I dont understant what I should do?

    1. First check if this file APSDaemon.exe is the problem here.
    Close your iTunes.
    Press Ctrl-Alt-Del key and choose Task Manager. In the "Processes" Tab, select the file APSDaemon.exe and click End Prosses button, then close the task manager window.
    Now open itunes and see if it is working?
    If that works, to prevent having to do the same process everytime you restart Windows, go to. START button, type in
    MSCONFIG
    Hit ENTER
    Click STARTUP Tab, Uncheck "Apple Push", click OK.
    Restart Windows.
    2. If that fails, refer to following article to remove SC Info.lib file:
    http://support.apple.com/kb/TS2363
    3. If that fails, repair or reinstall your Quicktime. START / CONTROL PANEL / PROGRAMS N FEATURES / hightlight QUICKTIME and click REPAIR.

Maybe you are looking for

  • Execute create trigger script in a procedure

    Is it possible to create a trigger with pl/sql? I have made a procedure thats makes the create or replace trigger statement. (when i copy and past the statement the trigger is created succesvol) How can i execute the create trigger statement on the e

  • Letter of Credit for Exports

    Hi Everyone, We have a scenario where customer have multiple sale ordes and for all of them they have opened a single LC. Can you please let us know how can we assign same LC to different Sales order and most importantly how can we have a control to

  • Does a time machine backup also restore system files?

    In my case, I've deleted a lot of system files including desktop wallpapers and stuff, because I split my drive into two partitions, and started running very low on space on my primary partition. Now, I want to go back to two partitions, but I am una

  • K7N2G will not load windows xp with any type of dvd/cd drive installed?

    This is on my old computer, the specs are as follows k7n2g athlon 2600+ radeon 9700 pro Caviar SE wd800 1gb samsung ddr333  It does not matter if it is keyed as master or slave, primary or secondary my old k7n2g will not load windows with a cd drive

  • Deleting material using BAPI

    Hi Guys, I'm trying to delete a material, using BAPI_MATERIAL_SAVEDATA. The inputs i gave are the material number(Under Headdata Structure) and the Deletion Flag field as "X" (under ClientData structure). I'm also commiting the transaction.. But my m