Permission denied after restore

i have restored the fresh instance backup and untared it.
appl tier=p01
db tier=p02,p03,p04,p05
oracle database user is =orapix
appl user is = applpix
i have given chown -R applpix.dba p01
and i have given chown -R orapix.dba p02
chown -R orapix.dba p03
chown -R orapix.dba p04 chown -R orapix.dba p05
but after i did this when i restored the database i get the error during the database startup
[root@server1 etc]# su - orapix
su: warning: cannot change directory to /home/orapix: Permission denied
su: /bin/bash: Permission denied
please help me

tar does not include a username, only the UID and GID (user id and group id).
so if you create the same user on a new system, and do not specify UID and GID, it will take the first available UID and GID beyond the privileged UID and GID.
this can quite easy be another UID and GID than the system on which you've tarred it.
resolution: check which UID and GID's where on your original system, and recreate the user and groups with these ID's. (it's also very easy to be seen as root: if the UID is not taken, it will display just the ID's after untarring)
another gotcha: if you untar as a normal user, you can not create files with another ID than your own.

Similar Messages

  • /usr/bin/java Permission denied after installing JDK on linux

    Hi Guys,
    I installed jdk-6u1-linux-i586-rpm.bin and I am getting strange errors like this:
    1 When I simply run "java" in shell I get this:
    /usr/bin/java: line 67: /tmp/javaf10273: Permission denied
    /usr/bin/java: line 67: /tmp/javaf10273: Success
    2. When I try to run an sh file I get this:
    Warning: -ms128m not understood. Ignoring.
    Warning: -mx128m not understood. Ignoring.
    /usr/bin/java: line 67: /tmp/javae10796: Permission denied
    /usr/bin/java: line 67: /tmp/javae10796: Success
    I searched around and as I understand the linux package may have contained some older java version, and the comp is still trying to use that.
    But these notes did not say how to uninstall that older version, orr what to do.
    Can you please maybe point me somewhere?
    Thanks,
    Gyuri

    The RPM installer for the Sun JDK installs Java in /usr/java/jdk1.6.0_01. Just add /usr/java/jdk1.6.0_01/bin to your path before /usr/bin and it should be fine.
    Additionally, there are no -ms and -mx parameters, those should be -Xms and -Xmx.

  • NFS permission denied after 10.6.7 update

    Anyone else having issues with NFS mounts after the 10.6.7 update?
    I have three mounts /Volumes/media/music, /Volumes/media/video, and /Volumes/media/photos. all coming from a Synology NAS. Before the update, I had no issues, but now I don't seem to have write permissions. I can't create new folders or copy files to existing folders. If I do a "Get Info" on any of the files/folders there it says: "You have custom access", and the Finder window has the pencil with the line trough it on the bottom of the frame.
    The even weirder thing is, if I go to a terminal window, I have full permissions to do anything I want.
    I've tried remounting and different options, but same result.
    I saw in the release notes something about Trash and NFS home directories, but that's not really what I'm doing.
    Anyone?

    Ahhhh.
    Ok, after some fooling around with this last night. I got NFS to work properly again.
    I had shortcuts/aliases in the Finder sidebar for these mounts. I removed them, unmounted the volumes, then remounted them (and took the opportunity to play around with mounting options).
    In the end, I got Finder to properly see the NFS volumes with the proper permissions. I have not tried to re-add to the sidebar, but I did create aliases to the desktop.
    Final determination, the update messed up my Finder sidebar links to the NFS mounts and made them appear Read-Only.

  • Permission denied after changing short name

    i have tried searching for answers but still no luck. im kinda scared mdealing with the terminal but have tried a few but to no avail. i hope somebody helps me with step by step solution as im not really well versed with mac yet. thank you.

    That's one thing you should never do without asking first.
    The short name is what your data permissions are linked to - change it without the proper procedure and you get the situation you find yourself in now.
    As you're on Tiger, it's not a simple fix either.
    Try this article from the X-Lab for recovery.
    Then, if you really must change the name follow;
    The right way (scroll down to 'OS X 10.4.11 and earlier')
    Note that this requires enabling and logging in as Root. If you choose to do this, be very careful to do only what the instructions say. You can wreak untold damage to your system if you get curious and start poking around.

  • Sublime.so: cannot restore segment prot after reloc: Permission denied

    hi
    i recently installed WTK2.5.2 in Fedora Core 10 and tried to load demo projects included with it but, got following results in console..
    java.lang.UnsatisfiedLinkError: /opt/WTK2.5.2/bin/sublime.so: /opt/WTK2.5.2/bin/sublime.so: cannot restore segment prot after reloc: Permission denied
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1767)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1663)
         at java.lang.Runtime.load0(Runtime.java:787)
         at java.lang.System.load(System.java:1022)
         at com.sun.kvem.Sublime.<init>(Sublime.java:29)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
         at java.lang.reflect.Constructor.newInstance(Constructor.java:532)
         at java.lang.Class.newInstance0(Class.java:372)
         at java.lang.Class.newInstance(Class.java:325)
         at com.sun.kvem.Lime.createLime(Lime.java:40)
         at com.sun.kvem.KVMBridge.<init>(KVMBridge.java:46)
         at com.sun.kvem.KVMBridge.getBridge(KVMBridge.java:37)
         at com.sun.kvem.midp.MIDP.run(MIDP.java:699)
         at com.sun.kvem.environment.EmulatorInvoker.runEmulatorImpl(EmulatorInvoker.java:107)
         at com.sun.kvem.environment.EmulatorInvoker.main(EmulatorInvoker.java:135)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
         at java.lang.reflect.Method.invoke(Method.java:616)
         at com.sun.kvem.environment.JVM.main(JVM.java:103)
    please tell me what does it mean and how to correct this problem..

    hi
    i thought it to be SELINUX problem and google gave me exactly what i wanted .. solution to it..
    SELINUX-Targeted Policy disallows restore segment prot after reloc which can be corrected by switching to SELINUX-permissive policy..
    this can be achived temporarily by issuing
    setenforce permissiveregards
    Anshul Bhatnagar

  • Permission denied error in whstart.js after generating from RH10

    I am running a very small (1 topic) project to test out RH10. After generating and getting the yellow bar warning at the top, I added Mark of the Web and re-generated. Then my IE8 page just flashed over and over again until I hit Cancel and looked at the errors:
    Webpage error details
    User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0; SLCC1; .NET CLR 2.0.50727; .NET CLR 3.0.30729; .NET CLR 1.0.3705; .NET CLR 1.1.4322; InfoPath.2; .NET4.0C; .NET4.0E; .NET CLR 3.5.30729)
    Timestamp: Thu, 5 Sep 2013 18:00:49 UTC
     Message: Invalid character
    Line: 1
    Char: 1
    Code: 0
    URI: file:///C:/Users/forbesh/Documents/rh10generate/desktop/whver.js
    Message: Invalid character
    Line: 1
    Char: 1
    Code: 0
    URI: file:///C:/Users/forbesh/Documents/rh10generate/desktop/whutils.js
    Message: Invalid character
    Line: 1
    Char: 1
    Code: 0
    URI: file:///C:/Users/forbesh/Documents/rh10generate/desktop/whmsg.js
    Message: Invalid character
    Line: 1
    Char: 1
    Code: 0
    URI: file:///C:/Users/forbesh/Documents/rh10generate/desktop/whstub.js
    Message: Permission denied
    Line: 47
    Char: 1
    Code: 0
    URI: file:///C:/Users/forbesh/Documents/rh10generate/desktop/whstart.js
    The first four are repeated many times until I hit Cancel on the page. In whver, whutils, whmsg  and whstub, Line 1, Char 1 is a / to start a comment // and is greyed out in the code reader in Dreamweaver. Line 47, Char 1 in whstart is v from the word var.
    I took out and then reinserted Mark of the Web, the page now loads properly but takes a very long time to do so: it has been loading already for over a minute and just loaded.
    Can anyone tell me why I got those messages? And secondly, why is it loading so slowly?
    Thanks in advance!

    I'm about to convert a much larger project from RH9 to RH10. The big one is working well with the same IE8 settings, I don't want to trade that for being able to take advantage of HTML5 output if my desktop output is going to suffer as that is still the largest part of my target audience. That's why I would really like to find out why these two things are happening.
    Chrome even loads the page much faster than IE.
    Thanks for the help.
    Helen

  • After upgrade: rpc.metad: Permission denied

    After an upgrade of our 2-node cluster (SC3.1u4) from solaris 9 to solaris 10, none of the nodes can take ownership of the metasets. The error message is "rpc.metad: Permission denied" on both nodes.
    Nov 30 19:44:18 buddy Cluster.Framework: [ID 801593 daemon.notice] stdout: becoming primary for fellesdg
    Nov 30 19:44:18 buddy Cluster.Framework: [ID 801593 daemon.error] stderr: metaset: shousei1: rpc.metad: Permission denied
    Nov 30 19:44:18 buddy Cluster.Framework: [ID 801593 daemon.error] stderr: metaset: buddy: fellesdg: must be owner of the set for this command
    Anyone seen this before?
    Regards,
    Eivind
    Message was edited by:
    eivind.nordbye

    It might be that within that S10 version you upgraded to, metaset
    needs user root be part of group sysadmin (groupid 14).
    Normaly this is not necessary within a Sun Cluster environment, but try.
    I remember seeing a bug for this.
    Greets
    Thorsten

  • "Permission denied" on sparsebundle after first Time Machine backup

    I've been using an encrypted sparsebundle for several months. Yesterday I bought a new Apple Airport Time Capsule, and created my first Time Machine backup. Today when I double-click the sparsebundle, instead of being prompted to enter my password, I receive a Warning dialog box saying "The following disk images couldn't be opened" with the sparsebundle listed next to "Permission denied." According to Get Info, my account does have Read & Write access to the sparsebundle.
    How can I get access to my 4.5 GB of encrypted data?

    Thanks for the response. In my case, when I booted into my cloned backup and ran from that, I was able to open the sparsebundle normally. Then when I returned to my original system, it too worked normally. Although I'm relieved I didn't lose my data, it's all very mystifying. It particularly concerns me that no online source seems to be able to explain the nature of the error message I received!
    I did repair permissions before posting here, to no avail.
    So that terminal command will turn your encrypted sparsebundle into an unencrypted sparsebundle, without prompting for the password? That's alarming.

  • WebCache Failed to start : Failed to assign port 80: Permission denied

    Hi All,
    I have three server running IAS 10.1.2.0.2, running forms and reports application. One Infra and two Midtier.
    Suddenly Midtier1 is crashed, but before it happen I have already backup with TAR : OracleHome and all its related configuration files.
    After the crash, I reinstall the RH Linux same version and update and then restore ( TAR -xvf ) the backup that I have.
    When I run opmnctl startall, all ias-component started, EXCEPT one : WEB CACHE.
    When I look at Webcache event Log, here is the error :
    [11/May/2004:17:29:05 +0700] [notification 9612] [ecid: -] OracleAS Web Cache 10g (10.1.2), Build 10.1.2.0.2 050802
    [11/May/2004:17:29:05 +0700] [notification 9612] [ecid: -] OracleAS Web Cache 10g (10.1.2), Build 10.1.2.0.2 050802
    [11/May/2004:17:29:05 +0700] [notification 9403] [ecid: -] Maximum number of file/socket descriptors set to 900.
    [11/May/2004:17:29:05 +0700] [notification 9403] [ecid: -] Maximum number of file/socket descriptors set to 900.
    [11/May/2004:17:29:05 +0700] [notification 13002] [ecid: -] Maximum allowed incoming connections are 700
    [11/May/2004:17:29:05 +0700] [notification 13002] [ecid: -] Maximum allowed incoming connections are 700
    [11/May/2004:17:29:05 +0700] [alert 13305] [ecid: -] Failed to assign port 80: Permission denied
    [11/May/2004:17:29:05 +0700] [alert 9707] [ecid: -] Failed to start the server.
    [11/May/2004:17:29:05 +0700] [alert 9609] [ecid: -] The server process could not initialize.
    [11/May/2004:17:29:05 +0700] [notification 9610] [ecid: -] The server is exiting.
    [11/May/2004:17:29:05 +0700] [alert 9000] [ecid: -] Process 3268 exit(1) at 890:main.c [Build 10.1.2.0.2 050802]
    [11/May/2004:17:29:05 +0700] [warning 11917] [ecid: -] SSL wallet Origin Server Wallet file /etc/ORACLE/WALLETS/oraias/ewallet.p12 does not exist.
    [11/May/2004:17:29:05 +0700] [warning 11917] [ecid: -] SSL wallet Origin Server Wallet file /etc/ORACLE/WALLETS/oraias/ewallet.der does not exist.
    [11/May/2004:17:29:05 +0700] [warning 11919] [ecid: -] The SSL wallet autologin file /etc/ORACLE/WALLETS/oraias/cwallet.sso does not exist. Wallet does not appear to be autologin wallet.
    [11/May/2004:17:29:05 +0700] [warning 11921] [ecid: -] The origin server wallet did not open. Operating without wallet for backend. Only Diffie-Hellman anonymous connections supported to origin servers.
    [11/May/2004:17:29:05 +0700] [warning 11922] [ecid: -] Origin Server Wallet wallet fails to open at location /etc/ORACLE/WALLETS/oraias, NZE-28759, as user oraias
    [11/May/2004:17:29:06 +0700] [notification 9607] [ecid: -] The admin server started successfully.
    How can I solve this problem ?
    Thank you for your help,
    xtanto

    Hi xtanto,
    You may not have set up the privileges for running on a port less than 1024 (i.e. port 80) in your old back-uped tar-file.
    Please check Chapter 8 "Running webcached with Root Privilege" in the Web Cache Admin document.
    http://download-east.oracle.com/docs/cd/B14099_19/caching.1012/b14046/basics.htm#sthref1060
    Regards,
    Martin

  • Receiving error: "The operation couldn't be completed. Permission denied."

    When I startup Final Cut Pro X under 10.7.2 on a Mac Pro I'm receiving the error "The operation couldn't be completed. Permission denied." Then after I press "OK," FCPX finishes loading. I've searched the Community but haven't found an answer to why this is happening or how to fix this. Does anyone know?
    I also have Final Cut Studio loaded on this machine.
    Thanks very much.

    I've seen this, and I'm sure it was something simple.
    Have you tried trashing your preferences?
    Unexplained faults like this can often be fixed by clearing out FCP X's preferences (for some reason, they get knotted up from time to time).
    Download Digital Rebellion's Preference Manager (free, simple to use, and perfectly safe, both to download and use).
    With Preference Manager, you can backup the Prefs first, then if trashing makes no difference, you can restore all your settings.
    If you trash them and don't restore them, you will need to manually restore all your FCP X settings again, so it's a great idea to backup Preferences from time to time when FCP X is working well, then if they get corrupted you can ditch the bad prefs and restore from your (Digital Rebellion) backup.
    Can't guarantee it, but it's worth a try.
    Andy

  • Error while consolidating (The operation couldn't be completed. Permission denied)

    I have just bought a new MacBook and that has given me extra harddrive space, and now I am trying to consolidate some masters in Aperture, that I have on my Time Capsule. But I get this error:
    Error while consolidating (The operation couldn’t be completed. Permission denied)
    I can access my Time Capsule in Finder perfectly well. Can anyone help?

    I think that error was due to the fact that I hadn't upgraded MAC OSX after installing it. I have done that now and now I get another error saying the masters are offline.
    I found this old thread: https://discussions.apple.com/thread/1965601?start=0&tstart=0 which seems to be the same problem. This is a whole other topic so I will start a new thread, but leave this in case anyone gets the same problem as me. Upgrade your OSX. That's the solution :-)

  • Permission denied error while CBS is building DCs

    Hi,
    from time to time we get an permission denied error when activating changes. The CBS server tries to check out files into the temporary build folders at the server and cannot do that for one file (see following error message).
    As already said this happens only sometimes and only for single files.
    Does anyone have the same experience and/or a suggestion how to solve this problem?
    When deleting the folder and activating again the error has gone.
    Build number assigned: 5843
    Change request state from QUEUED to PROCESSING
    ACTIVATION request in Build Space "CMS_EBYASZ_D" at Node ID: 9.611.151
         [id: 2.568; parentID: 0; type: 4]
         [options: NO OPTIONS]
    REQUEST PROCESSING started at 2005-09-30 12:53:00.074 GMT
    ===== Pre-Processing =====
    List of activities to be activated:
         1 activity in compartment "eon.com_EON_EBY_ASZ_R_1"
              Recherche Splitting Nachtrag 7 (30.09.05, 14:51)
                   [seq. no 23][created by H15430J at 2005-09-30 12:52:46.0][ID 4e1a116731af11daa5b00003ba1edce1]
    Analyse activities... started at 2005-09-30 12:53:00.172 GMT
         Synchronizing component "eon.com/eby/asz/recherch/util" from repository... finished at 2005-09-30 12:53:01.414 GMT and took 824 ms
              Component "eon.com/eby/asz/recherch/util" is to be CHANGED by this activation.
         1 component to be build in compartment "eon.com_EON_EBY_ASZ_R_1"
    Analyse activities... finished at 2005-09-30 12:53:01.574 GMT and took 1 s 402 ms
    Calculate all combinations of components and variants to be built...
         "eon.com/eby/asz/recherch/util" variant "default"
    Prepare build environment in the file system... started at 2005-09-30 12:53:02.173 GMT
         Synchronize development configuration... finished at 2005-09-30 12:53:02.176 GMT and took 2 ms
         Synchronize component definitions... finished at 2005-09-30 12:53:02.274 GMT and took 97 ms
         Synchronize sources...
    12:53:06.831  SYNC  (FAILED: Failed to create/open file:
    /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.CACHE/228/DCs/eon.com/eby/asz/recherch/util/_comp/src/packages/de/isenergy/eby/zaehlerwesen/recherche/util/UtilComp.wdcontroller
    (<b><u>Permission denied</u></b>))  UtilComp.wdcontroller   (/usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.CACHE/228/DCs/eon.com/eby/asz/recherch/util/_comp/src/packages/de/isenergy/eby/zaehlerwesen/recherche/util/UtilComp.wdcontroller)
    Prepare build environment in the file system... finished at 2005-09-30 12:53:08.555 GMT and took 6 s 382 ms
    ===== Pre-Processing =====  finished at 2005-09-30 12:53:08.560 GMT and took 8 s 411 ms
    Change request state from PROCESSING to FAILED
    ERROR! The following problem(s) occurred  during request processing:
    ERROR! The following error occurred  during request processing:Failed to synchronize
    /usr/sap/D16/JC00/j2ee/cluster/server1/temp/CBS/39/.CACHE/228/DCs/eon.com/eby/asz/recherch/util/_comp/src/packages
    REQUEST PROCESSING finished at 2005-09-30 12:53:08.563 GMT and took 8 s 489 ms
    Thanks for any hint
    Helmut

    Hi Sidharth,
    good to hear that we are not the only company with this problem.
    We also do have this problem since months, from SP9 to SP11.
    First we thought that it would have been a CBS configuration or an OS problem but this cannot be the reason because as you already mentioned it works after serveral attempts. We also analysed the temporary CBS folders and noticed that only one file (the one that causes the error) does have other attributes than the others.
    That sounds very strange and I hope that someone from SAP will read this task.
    At the moment we are collecting all the problems and errors that appear with the JDI and the Netweaver Developeer Studio to present SAP this list in bulk. We cannot write an OSS note for every error we discover as suggested by SAP.
    Stability mainly of the NWDS plugins is the biggest problem we have at the moment. Did you make the same experience?
    Regards
    Helmut

  • EXECUTE permission denied on object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.

    I'm trying to create a new subscriptions on an existing report and get the following error.
    An internal error occurred on the report server. See the error log for more details. (rsInternalError) Get Online Help
    Get Online Help
    EXECUTE permission denied on object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.
    I ran the following that was suggested in http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=17774&SiteID=1. But still I get the same error. Do I need a reboot or restart of the services?
    The only log file information I can find contains the following.
    System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: An internal error occurred on the report server. See the error log for more details. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.Data.SqlClient.SqlException: EXECUTE permission denied on object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.
       --- End of inner exception stack trace ---
       at Microsoft.ReportingServices.WebServer.ReportingService2005.ListSchedules(Schedule[]& Schedules)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
       at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)
       at Microsoft.SqlServer.ReportingServices2005.ReportingService2005.ListSchedules()
       at Microsoft.SqlServer.ReportingServices2005.RSConnection.ListSchedules()
       at Microsoft.ReportingServices.UI.SharedScheduleDropDown.EnsureSchedulesAreLoaded()
       at Microsoft.ReportingServices.UI.SharedScheduleDropDown.SharedScheduleDropDown_Load(Object sender, EventArgs e)
       at System.Web.UI.Control.OnLoad(EventArgs e)
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Control.LoadRecursive()
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
    aspnet_wp!ui!1!17/10/2006-08:44:26:: e ERROR: Exception in ShowErrorPage: System.Threading.ThreadAbortException: Thread was being aborted.
       at System.Threading.Thread.AbortInternal()
       at System.Threading.Thread.Abort(Object stateInfo)
       at System.Web.HttpResponse.End()
       at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
       at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg) at    at System.Threading.Thread.AbortInternal()
       at System.Threading.Thread.Abort(Object stateInfo)
       at System.Web.HttpResponse.End()
       at System.Web.HttpServerUtility.Transfer(String path, Boolean preserveForm)
       at Microsoft.ReportingServices.UI.ReportingPage.ShowErrorPage(String errMsg)
    aspnet_wp!extensionfactory!e!17/10/2006-09:35:13:: w WARN: The extension Report Server Email does not have a LocalizedNameAttribute.
    aspnet_wp!extensionfactory!e!17/10/2006-09:35:13:: w WARN: The extension Report Server FileShare does not have a LocalizedNameAttribute.
    aspnet_wp!ui!e!17/10/2006-09:35:13:: e ERROR: System.Web.Services.Protocols.SoapException: An internal error occurred on the report server. See the error log for more details. ---> Microsoft.ReportingServices.Diagnostics.Utilities.InternalCatalogException: An internal error occurred on the report server. See the error log for more details. ---> System.Data.SqlClient.SqlException: EXECUTE permission denied on object 'xp_sqlagent_notify', database 'mssqlsystemresource', schema 'sys'.
       --- End of inner exception stack trace ---
       at Microsoft.ReportingServices.WebServer.ReportingService2005.ListSchedules(Schedule[]& Schedules)
    aspnet_wp!ui!e!17/10/2006-09:35:13:: e ERROR: HTTP status code --> 200
    I cannot find any other error log.
    Can anybody help?
    Tuesday, October 17, 2006 8:49 AM
    Reply
    |
    Quote
    All replies
    0
    Sign in to vote
    Sorry for the late reply. Try this: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=662319&SiteID=1
    Thursday, November 16, 2006 2:51 AM
    Reply
    |
    Quote
    Answerer
    0
    Sign in to vote
    GRANT EXECUTE ON master.dbo.xp_sqlagent_notify TO RSExecRole
    GO
    solved my problem.
    Proposed as answer by
    Christopher D. Stover
    Monday, September 16, 2013 6:52 PM
    Monday, September 16, 2013 6:51 PM
    Reply
    |
    Quote
    0
    Sign in to vote
    Tried that but no joy. Found this post on SQLServerCentral, solved our issue which mimic's the posters issue.  Just adding here as this is the first result in our search.
    Look for Topic452669-150-1
    There are a number of places I found with the information in the following
    link:
    http://phew-meme.blogspot.com/2007/10/reporting-service-on-report.html
    In
    my specific case, the RsExecRole role in both the "master" and "msdb" databases
    had had both the "NT Authority\Network Service" and "NTAuthority\System" logins
    removed from its members (the RSExecRole had had all its members removed by
    someone doing some maintenance). I compared another Reporting Services
    installation on another server after reading information in the above
    link.
    Steps:
    1. In Mangement Studio connect to the SQL Server instance
    on which Reporting Services runs.
    2. Databases > system Databases
    3.
    master > Security > Roles > RSExecRole (then add whatever logins are
    required... check in the ReportServer or ReportServerTempDB databases if you're
    not sure)
    4. msdb > Security > Roles > RSExecRole (add the same
    logins you did to the master DB)
    In the end you need the same logins in
    RSExecRole role for the master, msdb, ReportServer, and ReportServerTempDB
    databases. ("ReportServer" is the default Reporting Services database name, in
    case that's not clear ;)
    Monday, March 31, 2014 1:24 PM
    Reply
    |
    Quote
    if (!$.Microsoft) $.Microsoft = {};
    if (!$.Microsoft.Mtps) $.Microsoft.Mtps = {};
    if (!$.Microsoft.Mtps.NetReflectorInit)
    $.Microsoft.Mtps.NetReflectorInit = {
    surveyUrl: 'http://support.microsoft.com/common/survey.aspx?scid=sw%3ben%3b3763&altstyle=narrow&renderoption=overridedefault&theme=tech&url=http://social.technet.microsoft.com/Forums/en-US/3fcc7b54-ce84-48c2-9004-baaac07f2515/execute-permission-denied-on-object-xpsqlagentnotify-database-mssqlsystemresource-schema?forum=sqlreportingservices&P0=055ccfc1-78f5-46ff-8171-33f8ff760a7c',
    throttleRate: "5.00",
    privacyStatementText: "Privacy statement",
    trackerWindowText: "Please do not close this window.Thank you! The survey will appear here when you've completed your visit, so please do not close this window.",
    logoUrl: 'https://www.microsoft.com/library/svy/sto/technet_logo.gif',
    closeButtonUrl: 'https://www.microsoft.com/library/svy/sto/technet-close.gif',
    topBarUrl: 'https://www.microsoft.com/library/svy/sto/top-stripe.gif',
    bottomBarUrl: 'https://www.microsoft.com/library/svy/sto/bottom-stripe.gif',
    blankPage: 'https://social.technet.microsoft.com/forums/blank.htm',
    showSurveyToComscoreUser: 'no'
    setTimeout("Forums.loadScript('https://i1.social.s-msft.com/Forums/resources/NetReflector/NetReflector.js?cver=0%0d%0a')", 1000);
    Microsoft is conducting an online survey to understand your opinion of the Technet Web site. If you choose to participate, the online survey will be presented to you when you leave the Technet Web site.
    Would you like to participate?
    Privacy statement
    © 2015 Microsoft. All rights reserved.
    Newsletter|Contact Us|Privacy Statement|Terms of Use|Trademarks|Site Feedback
    TechNet
    Products
    IT Resources
    Downloads
    Training
    Support
    Products
    Windows
    Windows Server
    System Center
    Internet Explorer
    Office
    Office 365
    Exchange Server
    SQL Server
    SharePoint Products
    Lync
    See all products »
    Resources
    Curah! curation service
    Evaluation Center
    Learning Resources
    Microsoft Tech Companion App
    Microsoft Technical Communities
    Microsoft Virtual Academy
    Script Center
    Server and Tools Blogs
    TechNet Blogs
    TechNet Flash Newsletter
    TechNet Gallery
    TechNet Library
    TechNet Magazine
    TechNet Subscriptions
    TechNet Video
    TechNet Wiki
    Windows Sysinternals
    Virtual Labs
    Solutions
    Networking
    Cloud and Datacenter
    Security
    Virtualization
    Updates
    Service Packs
    Security Bulletins
    Microsoft Update
    Trials
    Windows Server 2012 R2
    System Center 2012 R2
    Microsoft SQL Server 2012 SP1
    Windows 8.1 Enterprise
    See all trials »
    Related Sites
    Microsoft Download Center
    TechNet Evaluation Center
    Drivers
    Windows Sysinternals
    TechNet Gallery
    Training
    Training Catalog
    Class Locator
    Microsoft Virtual Academy
    Free Windows Server 2012 courses
    Free Windows 8 courses
    SQL Server training
    e-Learning overview
    Certifications
    Certification overview
    MCSA: Windows 8
    Windows Server Certification (MCSE)
    Private Cloud Certification (MCSE)
    SQL Server Certification (MCSE)
    Other resources
    TechNet Events
    Second shot for certification
    Born To Learn blog
    Find technical communities in your area
    Support options
    For small and midsize businesses
    For enterprises
    For developers
    For IT professionals
    From partners
    For technical support
    Support offerings
    For home users
    More support
    Microsoft Premier Online
    Microsoft Fix It Center
    TechNet Forums
    MSDN Forums
    Security Bulletins & Advisories
    International support solutions
    Log a support ticket
    Not an IT pro?
    Microsoft Customer Support
    Microsoft Community Forums
    var railItems = ["/Forums/en-US/rightrailannouncement/Technet/1794d07f-9d4e-4dc0-8c1c-8bfe9d5e0bce"];
    var pageData = {"validUser":false,"autoSubscribe":false};
    var userEmailConfigured = false;
    $(document).ready(function () {
    Forums.ThreadPage.wirePageElements('Search forum questions');

    Tried that but no joy. Found this post on SQLServerCentral, solved our issue which mimic's the posters issue.  Just adding here as this is the first result in our search.
    Look for Topic452669-150-1
    There are a number of places I found with the information in the following
    link:
    http://phew-meme.blogspot.com/2007/10/reporting-service-on-report.html
    In
    my specific case, the RsExecRole role in both the "master" and "msdb" databases
    had had both the "NT Authority\Network Service" and "NTAuthority\System" logins
    removed from its members (the RSExecRole had had all its members removed by
    someone doing some maintenance). I compared another Reporting Services
    installation on another server after reading information in the above
    link.
    Steps:
    1. In Mangement Studio connect to the SQL Server instance
    on which Reporting Services runs.
    2. Databases > system Databases
    3.
    master > Security > Roles > RSExecRole (then add whatever logins are
    required... check in the ReportServer or ReportServerTempDB databases if you're
    not sure)
    4. msdb > Security > Roles > RSExecRole (add the same
    logins you did to the master DB)
    In the end you need the same logins in
    RSExecRole role for the master, msdb, ReportServer, and ReportServerTempDB
    databases. ("ReportServer" is the default Reporting Services database name, in
    case that's not clear ;)

  • Backup error on DEV  (Permission denied)

    Dear all,
    Pls check the backup log...
    10:49:03     Job started
    10:49:03     Step 001 started (program RSDBAJOB, variant &0000000000222, user ID S2K_SATHIES)
    10:49:04     Execute logical command BRBACKUP On host SAPDEVQA
    10:49:04     Parameters:-u / -jid ALLOG20100823104903 -c force -t online -m all -p initIRD.sap -a -c force -p initIRD.sap -c
    10:49:04     ds
    10:49:04     BR0051I BRBACKUP 7.00 (48)
    10:49:04     BR0055I Start of database backup: bedypdqe.ant 2010-08-23 10.49.04
    10:49:04     BR0252E Function fopen() failed for '/oracle/IRD/sapbackup/bedypdqe.ant' at location main-9
    10:49:04     BR0253E errno 13: Permission denied
    10:49:04     BR0121E Processing of log file /oracle/IRD/sapbackup/bedypdqe.ant failed
    10:49:04     
    10:49:04     BR0056I End of database backup: bedypdqe.ant 2010-08-23 10.49.04
    10:49:04     BR0280I BRBACKUP time stamp: 2010-08-23 10.49.04
    10:49:04     BR0054I BRBACKUP terminated with errors
    10:49:04     External program terminated with exit code 3
    10:49:04     BRBACKUP returned error status E
    10:49:04     Job finished
    Kindly advise
    Regards

    issu has been resolved , after given permission 777 to sapbackup(directory)

  • Cannot create file "/Applications/ " Permission denied.

    When installing new software Iget the following error message: "Cannot create file "/Applications/ ". Permission denied. I have used disk utilities to try to repair my permissions with no sucsess. I have also tried reinstaling the software. Any advise is appreciated.
    I am using Mac OS X Yosemite 10.10.2 and Safari 8.0.4

    You may need to rebuild permissions on your user account. To do this,boot to your Recovery partition (holding down the Command and R keys while booting) and open Terminal from the Utilities menu. In Terminal, type:  ‘resetpassword’ (without the ’s), hit return, and select the admin user. You are not going to reset your password. Click on the icon for your Macs hard drive at the top. From the drop down below it select the user account which is having issues. At the bottom of the window, you'll see an area labeled Restore Home Directory Permissions and ACLs. Click the reset button there. The process takes a few minutes. When complete, restart.   
    Repair User Permissions

Maybe you are looking for

  • Specified url text input type of form in DW CS5

    If I wanted to dilspay a text input type form on the site's last page, Will the url link function during my table data display? I'm assuming it will be hoverable and active as a link if the text input type form used to submit the link to the database

  • I am new. Need help with Subforms

    I have followed posts and figured out how to use buttons to add and remove subforms but I would like the subforms to add where the button is not to the end of the list.  Remove works this way but I haven't gotten add to work. Any help would be greatl

  • When Acrobat 3D versus Acrobat Professional

    I am looking to just publish interactive and animated drawings, mostly from SolidWorks, to the web. From the (appreciated) feedback I have gotten, it sounds like I really only need Acrobat Professional to do this, although with Acrobat Professional I

  • Database toolkit stored procedure return String

    Hi all, How I can return the entire string from my stored procedure using the attached code ? With this code I only retrive the first caractere of the string return by the stored procedure. Thanks for your help. MHP

  • BADI'S AND EXITS

    I need  some information and examples related to Badis and User Exits