New user DB level permission issues

hi ,
We are creating one domain level user [ex: abc\username], it’s successfully created but we are unable to give
DB level permission. While I am trying to give the db level permission getting below error message.

hi ,
We are creating one domain level user [ex: abc\username], it’s successfully created but we are unable to give
DB level permission. While I am trying to give the db level permission getting below error message.
What is compatibility level of Database. Please change compatibility level to match that of SQL server version like if you have SQL server 2008/ R2 it should be 100, 110 for SQL 2012.
Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it.
My TechNet Wiki Articles

Similar Messages

  • Item Level permission issue

    Hi,
    I have created a custom list for which I have added some users with contribute permissions(The users are not given access at site level). Each user creates  only a single item about himself. He should be restricted from accessing other list items in
    terms of editing/deleting the list items.
    Can you please help me in this regard.
    Regards,
    Chaitanya.

    Hello Chaitanya,
    You need to setup the item level permission from list settings-->advanced settings--> see below screen.
    After this user will be able to edit/view only own items.
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Installed Mavs on MacBook Pro (late 12) and then installed TestGen (popular test maker for lazy professors) and most programs stopped working or only parts did. And then all the premissions started. I gave up and created a new user, who also has issues

    anyone else with application incompatibilites?

    Okay, so, fast forward from July to now -
    - I've visited my closest Apple store's genius bar twice now. (Over an hour and a half away.)
    - My computer spent at least 8 hours behind their closed doors in the workshop
    - Several complete erases of the harddrive have taken place
    - Most of the Apple geniuses I dealt with were nice and very knowledgeable, but they were and still aren't 100% sure exactly what is wrong with my computer.
    The good news is:
    - They were able to at least get it running again, with a clean install from their servers of OS X Lion 10.7.5
    - They believe that my problems stem from either 1 of 2 things:
            - Faulty Hard Drive (even though it is brand new)
             - The wrong build of software being installed.
    Now, while the wrong build does seem like it could be the problem, it doesn't make sense in the aspect that all of the initial problems began when the first hard drive failed. The same problems continued when I changed out the failed hard drive with the brand spanking new one, and only slightly improved when I was able to successfully install the OS that came with the original disks for my computer. I'm not convinced this thing is back to normal, but hopefully I can make it last through getting a shiny new retina Macbook Pro in the coming future. Thank you so much to everyone who read and replied to this post!
    - Andrew =)

  • New User with file organizing issues

    Hello,
    I just installed the software for my 30G video iPod. When I put a music cd in the computer, the tracks list, artist is listed, etc. However, when it loads into my iPod, the information gets loaded into all of the categories. For example, I loaded one cd. When I click on Artists, Albums, or Songs, all 10 tracks of the cd appear. There is no mention of the Artist, etc. I have the music saved in "library". When I open that folder on the computer, the cd is broken out into Artist, CD, then songs.
    How can I correct this?
    Thank you

    Hi, and thanks for responding.
    I am not using outlook at home - YET.  If that is what I need to do in order to make the calendar function work the way my PDA used to, then I will do that.  I didn't even know where to begin.
    What is happening is when I attach the sync cord to my phone and then the USB part to the computer and click on sync I get a small window that says it is syncing.  But I cannot find any of my music, the things I've put into Music Manager, on my phone.  I either don't know where to look or am clearly not doing something correctly.
    I really appreciate your talking me through this.  I'm totally new to Blackberry in general, but not PC's or PDAs

  • New user - Some issues I want to resolve

    I purchased my mac 2nd hand about 6 weeks ago (24" Mid 2007, 2.4GHz Core 2 Duo, 4GB RAM) and got it home and set it up and everything has been working flawlessly. Also purchased a magic mouse & trackpad which have also been working fine.
    I received an email last night from a friend with some PDF docuements for work, and since then I have been having some issues. Dont know if this has any relevance whatsoever or just completely coincidence.
    Issues I have encountered so far are :
    1) I noticed was my trackpad was real laggy, to the point of unusable.
    2) I can hear a buzz/hum which I never used to hear, hard to tell if it's the optical drive or hard drive, but something sounds like it is constantly spinning - im a bit anal about things like this and it really bugs me, especially as it wasnt doing this before
    3) My WiFi connection is proving to be problematic coming from sleep / cold boot. If I click on the WiFi icon in the taskbar it will not display any available networks and just says "looking for networks". If I then click on "Join network" > "Show Networks" this then shows me available networks. If I then choose my network, it takes a long time (about 30-60 seconds) to display the WPA2 password box. I then enter my password and I see the icon in the taskbar goto a full 5 bars, but the screen where I enter my password still says "Connecting..." and eventually results in a "Connection failed!" even though the connection is actually there and I can browse the internet.
    4) Generally feeling "laggy", eg opening System Preferences can take 30+ seconds
    What I have tried to do to fix these problems
    1) Unpaired and repaired which seems to of rectified the issue
    2) Finding it hard to differentiate if the hum is from optical or hard disc. If I hold my hand on the back of my Mac I can feel vibration close to the centre, by the stand support.
    Have tried running Disk Checker to see if it identifies any S.M.A.R.T errors but all came back ok. It did find some faults with Disk Permission's which I fixed.
    3) This is the one that is really annoying me and have tried several recommendations found on the internet, including ;
    Turning wifi on/off
    Turning router on/off
    Changing settings in energy saver
    Removing saved wifi networks / re-adding
    Removing passwords from keychain
    Updating to OS X 10.8.5
    4) As I am a new user, I do not fully understand what I am doing yet, but I have opened up the Activity Monitor and noticed that there is a high CPU load quite consistently (also back of mac appears quite hot to the touch). I have noticed that parentalcontrolsd seems to be consuming a lot of CPU time, even though I dont have parental controls on. It is usally 80%+ CPU. Also ocspd appears to be quite a cpu hog too (constant 20-50%)
    This all happened on Friday 13th! lol
    Any help with any of the above would be appreciated.

    In Activity Monitor, select the processes with the high CPU use and quit them using the Quit button at the top left.
    Also try a restart.

  • How to grant new user permission when the acct is created from application?

    Our application team will randomly create users in DB. But the new user need to have the permission of "execute on DBMS_SNAPSHOT, DBMS_STAT, DBMS_SYSTEM" being granted from sys. We need to grant it automatically after the user is created. I was thinking about using DDL "create" trigger or just DDL database trigger. Once the trigger is fired off, issue the grant statement. We can capture the create even for the user, but got error when running the grant in the trigger or from the procedure called by trigger. My guess is that the "grant" is a DDL and DDL trigger cannot start another DDL statement. I also think about put the insert trigger on the sys.user$. But oracle would not let trigger being created on the sys tables or views.
    What can we do now? The other option, I am wondering if there is a system package that can call external program (like Unix shell script) from the DDL trigger, to let the shell script do the grant, since this may not be considered as the same execution tree. Do we have such package to call from database to the UNIX shell script? Or for such need, do we have any other option?
    Thanks for help!
    Edited by: user5973955 on Oct 6, 2010 3:51 PM

    The application teams do not have the sys permission. If the application has privileges to CREATE USER, it can then issue GRANT
    Change the privileges.
    But they want this being resolved from DBA.DBA did NOT make this problem.
    The flawed application created the problem.
    Alternatively CREATE PROCEDURE that can issue GRANT & have application call this new procedure.

  • Can't create new user, Permission Errors in Console

    I just purchased a new 2013 iMac with a 3TB Fusion Drive. I'm trying to dig and fing out why I'm currently unable to create and log in to another user account. I haven't manually changed any permissions in the terminal, and I've booted into recovery mode and attempted restore all Disk Permissions (my next step is to run Onyx). After creating a new user account, when attempting to log into it, the log in screen hangs and just loads endlessly. The console output is as follows:
    3/8/13 9:23:00.852 PM
    SecurityAgent[417]
    Login Window login proceeding
    3/8/13 9:23:01.010 PM
    loginwindow[79]
    ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    3/8/13 9:23:01.034 PM
    WindowServer[110]
    Session 257 retained (2 references)
    3/8/13 9:23:01.034 PM
    WindowServer[110]
    Session 257 released (1 references)
    3/8/13 9:23:01.062 PM
    loginwindow[420]
    Login Window Application Started
    3/8/13 9:23:01.072 PM
    WindowServer[110]
    _CGXNewConnectionPort: Call from workspace.  Updating audit session 100000 -> 100014
    3/8/13 9:23:01.073 PM
    loginwindow[420]
    **DMPROXY** Found `/System/Library/CoreServices/DMProxy'.
    3/8/13 9:23:01.090 PM
    WindowServer[110]
    Created shield window 0x74 for display 0x41dc9d00
    3/8/13 9:23:01.091 PM
    WindowServer[110]
    Display 0x41dc9d00: VirtualDisplay Unit 0; ColorProfile { 1, "Default(sRGB IEC61966-2.1)"}; TransferFormula (1.000000, 1.000000, 1.000000)
    3/8/13 9:23:01.109 PM
    launchctl[422]
    com.apple.findmymacmessenger: Already loaded
    3/8/13 9:23:01.127 PM
    com.apple.SecurityServer[16]
    Session 100014 created
    3/8/13 9:23:01.128 PM
    hidd[84]
    CGSShutdownServerConnections: Detaching application from window server
    3/8/13 9:23:01.128 PM
    hidd[84]
    CGSDisplayServerShutdown: Detaching display subsystem from window server
    3/8/13 9:23:01.129 PM
    WindowServer[110]
    _CGXNewConnectionPort: Call from workspace.  Updating audit session 100014 -> 100014
    3/8/13 9:23:01.134 PM
    loginwindow[420]
    Login Window Started Security Agent
    3/8/13 9:23:01.150 PM
    airportd[424]
    _doAutoJoin: Already associated to “Network Name”. Bailing on auto-join.
    3/8/13 9:23:01.176 PM
    SecurityAgent[431]
    MacBuddy was run = 0
    3/8/13 9:23:01.183 PM
    SecurityAgent[431]
    User info context values set for NewUserAccount
    3/8/13 9:23:01.212 PM
    UserEventAgent[426]
    cannot find useragent 1102
    3/8/13 9:23:01.372 PM
    loginwindow[420]
    Login Window - Returned from Security Agent
    3/8/13 9:23:01.375 PM
    loginwindow[420]
    ERROR | ScreensharingLoginNotification | Failed sending message to screen sharing GetScreensharingPort, err: 1102
    3/8/13 9:23:01.378 PM
    loginwindow[420]
    USER_PROCESS: 420 console
    3/8/13 9:23:01.381 PM
    loginwindow[420]
    Can not connect to /var/run/systemkeychaincheck.socket: Permission denied
    3/8/13 9:23:01.384 PM
    com.apple.launchd[1]
    (com.apple.launchd.peruser.504[434]) Job failed to exec(3) for weird reason: 13
    3/8/13 9:23:01.385 PM
    com.apple.launchd[1]
    (com.apple.launchd.peruser.504) Throttling respawn: Will start in 10 seconds
    3/8/13 9:23:01.395 PM
    airportd[424]
    _doAutoJoin: Already associated to “Network Name”. Bailing on auto-join.
    3/8/13 9:23:11.386 PM
    com.apple.launchd[1]
    (com.apple.launchd.peruser.504[436]) Job failed to exec(3) for weird reason: 13
    3/8/13 9:23:11.386 PM
    com.apple.launchd[1]
    (com.apple.launchd.peruser.504) Throttling respawn: Will start in 10 seconds
    3/8/13 9:23:20.987 PM
    warmd[63]
    [_bootcachectl_playlist_dir_for_user:2529] Assertion failed: ((*__error()) == 2): stat'ing /var/db/BootCaches/106DB82C-37AE-44CC-B0B9-6CA37911832C failed: 13 Permission denied
    3/8/13 9:23:21.387 PM
    com.apple.launchd[1]
    (com.apple.launchd.peruser.504[438]) Job failed to exec(3) for weird reason: 13
    3/8/13 9:23:21.387 PM
    com.apple.launchd[1]
    (com.apple.launchd.peruser.504) Throttling respawn: Will start in 10 seconds
    3/8/13 9:23:31.389 PM
    com.apple.launchd[1]
    (com.apple.launchd.peruser.504[445]) Job failed to exec(3) for weird reason: 13
    3/8/13 9:23:31.389 PM
    com.apple.launchd[1]
    (com.apple.launchd.peruser.504) Throttling respawn: Will start in 10 seconds
    Does anyone know what's causing the issue?

    Well, the possible fixes I tried ended up hosing my permissions (somehow considering they shouldn't have an I was re establishing root user permissions where they belonged). I had to boot into recovery mode and reinstall Mountain Lion (thank god that it keeps all of my files) and that pretty much corrected everything on it's own. Does anyone know of the exact reasoning for the above issue? Which file or folder it's coming from?

  • Migrating "Documents" from one user to another without permission issues

    Hi,
    I'm facing an issue with permissions on files I have moved from one users "documents" to another users "documents" folder.
    To cut a long story short, I have installed a new HD in my iMac and have cleanly installed Snow Leopard. In addition I have created a new user (user1) and have also used time machine to recover my original user files using migration assistant (user2).
    I wanted to start off with a fresh user (user1), so wanted to copy specific files across from my old account (user2) but no application files or settings.
    I have managed to do this for iPhoto, iMovie, iTunes, Mail, iCal and Address Book, however I'm having issue with my "Documents" folder.
    Basically I think I initialy moved the "user2" (old) Documents folder into the "shared user" account, logged into "user1" (new) and copied over the files. I thought it was all good, however when my Wife attempted to duplicate her resume to edit a new version OS X requests the users password, also we are unable to rename an existing file or open the documents then save, as we do not have the correct permissions.
    I have looked at the permissions and it shows that
    user2(old) has read/write
    staff has read
    everyone has read
    This appears to be the same for all files(except "staff" is replaced with "wheel"). When I add user1(new) read/write to the list and apply to all subfile, it does not update all files. I really don't want to be updating all the files seperatly.
    Since doing this I also moved the files back to user2(old) then used "copied" the documents folder in the same way as above. Still the same issue.
    Is there a correct way of moving files between users which will remove any permission issues? As I must have done something wrong.
    Thanks
    Chris

    To move files from Account A to Account B:
    1) Log in as A
    2) Move all the files to /Users/A/Public (don't move any system-created folders like Documents, Pictures, etc. Just move their contents.)
    3) Log in as B
    4) Navigate with Finder to /Users/A/Public
    5) Drag the files to the Desktop (this will make new copies of them with correct permissions for B)
    6) File the new files away in the appropriate places in B's home folder
    7) Log in as A and delete the original copies of the files from A's home folder
    If you have already moved files from A to B the incorrect way (i.e. by using /Users/Shared) and are running into permissions issues, fix them by logging in to an Admin account and entering these two Terminal commands:
    sudo chown -R userb ~userb (this one changes ownership of everything in B's home folder to B)
    sudo chmod -R u+rwX ~userb (this one ensures that B can read and write to everything in his home folder)

  • DNS Server does not resolve new generic Top Level Domain names- CNR configuration issue?

    Hi all,
    I am not sure if this is the correct community to post this question, but I will give it a try. I noticed that the users of my network cannot resolve web sites using new top level domain names, like ".education", ".international", etc. I have an internal DNS server made by Infoblox and a Cisco CNR v6.3.3.1 as an external DNS server. Infoblox uses CNR as its forwarder and CNR uses the root DNS servers for queries.
    I would think that CNR was the problem because it is an obsolete product but after speaking with a fellow engineer at another organization where they still use an older version of CNR than mine, they have no problems at all. So now I am thinking it is a setting either on Infoblox, or on CNR I need to change. I can see Infoblox is forwarding the requests to CNR but that's about it. I am not sure if CNR is discarding the request. When I do an nslookup from a PC in my network it does not matter if I set my DNS server to be the Infoblox or the CNR. Neither resolves the URL.
    Then again, no matter what I lookup using the CNR as my DNS, I only get a response with the root DNS names and IPs!
    Any help is appreciated!

    Hi Constantinos,
    Have you taken a look at the infoblox community site?  We've just reposted your question there and alerted some internal SMEs that should provide a solution soon.  
    https://community.infoblox.com/forum/ddi/dns-server-does-not-resolve-new-generic-top-level-domain-names-cnr-configuration-issue
    Best,
    Eric

  • Anybody had an issues with mail since upgrading to mountain lion? Can't get emails from one account, tried deleting and recreating but to no avail. Set up a new user and it works fine. Macbook pro 13" mid 2010 model.

    Anybody had an issues with mail since upgrading to mountain lion? Can't get emails from one account, tried deleting and recreating but to no avail. Set up a new user and it works fine. Macbook pro 13" mid 2010 model.

    Anybody had an issues with mail since upgrading to mountain lion? Can't get emails from one account, tried deleting and recreating but to no avail. Set up a new user and it works fine. Macbook pro 13" mid 2010 model.

  • New users not showing up while trying to set folder permission settings

    Server 2012
    This is a new virtual domain server and file server in a starwind cluster, I just started migrating users last week.
     This last weekend (two days ago) the cluster crashed while doing windows updates on this server. I have been unable to get it to download any updates since without crashing, not sure if that is related to this issue somehow.
    I added some new users today and got them all logged in and their data transferred over. good. But then I went to this shared folder that everyone has a mapped drive too and tried to add them in the security tab of a sub folder but their accounts will not show
    up when I search for them. Any account I added previously to last weekend  show up, students, mine, etc.
    even if I select the exact OU the accounts are located in, even if I type their whole name and domain. In AD the accounts are there.
    If I log into the backup domain controller Their accounts show up there while in a folder security settings tab. They are listed in active directory on both domain controllers.
    I have exhausted myself on Google search.
    What the heck did I break?
    Maybe I should run 
    DISM.exe /Online /Cleanup-image /Restorehealth
    Not sure if I will lose any data doing that or what the repercussions would be..

    Hi Dustin,
    If the DC is having USN rollback issue, we can resolve it by demote then re-promote or restore the DC using a supported method such as using System State backup to restore.
    More information for you:
    USN Rollback, Virtualized DCs and improvements on Windows Server 2012
    http://blogs.technet.com/b/reference_point/archive/2012/12/10/usn-rollback-virtualized-dcs-and-improvements-on-windows-server-2012.aspx
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Logical standby issue after adding a new user at production db server

    Hello Experts,
    I am facing a issue related to logical standby db server where after adding a new user at production db server logical standby has stopped sql apply. Can anybody give some idea to find out the root cause and give some tips to resolve the issue.
    tried below .....
    SELECT EVENT_TIME, STATUS, EVENT FROM DBA_LOGSTDBY_EVENTS
    ORDER BY EVENT_TIMESTAMP, COMMIT_SCN, CURRENT_SCN;
    got error
    ORA-16227: DDL skipped due to missing object
    ORA-01403: no data found
    ORA-00942: table or view does not exist
    OS : RHEL 4 (IBM P5)
    DB : Oracle 10g (10.2.0.1)
    Achyot

    Please let me know if can skip the DDL at which it is failing.
    ALTER DATABASE STOP LOGICAL STANDBY APPLY;
    Use EXECUTE DBMS_LOGSTDBY.SKIP
    ALTER DATABASE START LOGICAL STANDBY APPLY;
    Thanks,
    Renu

  • AE 5.1 - User provisioning issue - new user provisioned at end of request

    Hi All,
    re: AE 5.1 - User provisioning issue - new user provisioned at end of request when AE Config is set to NO
    We have an interesting issue. An Access Enforcer Change Request was initiated with the incorrect userID (the userID did not yet exist in the system) and that Change Request flowed through and made it to the end of the path. At the end of the path, it created a new userID (since the incorrect one was entered). However, we have the following AE Config:
    Auto Provisioning - Status: Auto Provsioning Type: "Auto Provision At End of Each Path"
    Auto Provisioning - Change Request: Create if user does not exist: "NO"
    Any ideas as to why the new userID was provisioned even though we have it set to "NO"?
    We are on AE v5.1, SP4.
    Thanks in advance!

    Gary,
    Similar kind of issue.,
    The Change User BAPI works differently than we normally think.
    It wipes off everything and reassign the modification.
    This I figured it in one of my implementation. You try add some roles to the user it wipes off all the roles and reassign the roles along with the new requested one's.
    The client is also in SP4 still they have issue.
    Will that not be good, AE checks for the ID before it actually submits the request.
    Thanks.
    Note : The issue mentioned by you doesnt exist in AE5.2
    Regards,
    Muthu Kumaran KG
    Edited by: Muthukumaran Krishnan Govindan on Mar 13, 2008 2:38 PM

  • New user--first issue last night

    Last night one of my video podcast was playing in my ipod like a song and not a video. It was showing a small square with video and words beside it? Don't understand why this happened. Has anyone had this experience. I had to resync a few times to make this video disappear. Issued resolved itself but as a new user this made me very nervous. Thanks

    Are you accessing the video podcast through Video - Video Podcast? Also make sure that under Video Settings, TV Out is set to Off.

  • Intermittent OWA authtication issue for new users on Exchange 2007

    Hi
    We are experiencing a strange issue with OWA authentication and its happening with new users only including me. We are a small organization with approx. 70 users. Issue is with
    new user accounts only.
    Access to OWA stops working from any machine for the new users also they get authentication error on their phones. I have checked permissions on Virtual Directory on exchange server,
    all seems to be in place. I have checked event viewer but it doesn't have any event for auth. failure.
    IIS logs have the following Message,
    2014-02-05 09:37:28 W3SVC1 (EXCHANGE SERVER IP) GET /owa/ - 443 myusername 77.88.97.134 Mozilla/5.0+(Windows+NT+6.3;+WOW64;+Trident/7.0;+rv:11.0)+like+Gecko
    401 1 1326
    Server details
    Server 2003 Ent. x64 R2
    Exchange Server 2007 Version: 08.03.0342.000
    IIS 6.0
    Rebooting the exchange server resolves the issue sometime for 2 days sometime for 3-4 weeks.
    Please advise.
    Best Regards
    Prabhash

    Hi,
    According to your description, new users cannot login OWA .
    And to narrow down the cause, I recommend the following troubleshooting:
    1. Check if the option"User must change password on next login" has been selected for the new users.
    2. Check if the new users can login Outlook when the issue happens.
    3. Check if it’s configured to use Integrated Windows authentication for OWA web site:
    http://support.microsoft.com/kb/871179
    If you have any question, please feel free to let me know. 
    Thanks,
    Angela Shi
    TechNet Community Support

Maybe you are looking for

  • How to get the filename in mapping when using sender File adapter?

    hi Experts,    I have scenario where XI reads the input file using Sender file adapter.    The file name is configured in the communication channel.    In my message mapping it is possible to read this file name? Thanks gopal

  • Could Apple replace the hairline-cracked glass on my macbook pro?

    The glass on my macbook pro cracked about a year ago. Only a hairline fracture. The LCD screen is not damaged at all. Could apple replace the glass? How much would it cost?

  • BI Reports taking + sign for Node/Hierarchy input values in BI Portal

    We have BI Portal 7.01 SP 7. We are facing issues while running BI reports as it is appending + sign for the input which are of type Node/Hierarchy. Due to this we are getting error as invalid input: Input "\+CG1000(0SEM_CGCOMP)" for Company has inva

  • Sorting question. How to?

    I would like to sort my items in Price Column from Low to High, I'd tried to select only the Price items from Row 2 to Row 20, exclude the cell "PRICE" as its header in row 1, but the result is my Header cell "PRICE" went down to the 20th row which i

  • DAQmX create virtual channel execution time

    Hi, I am using DAQmX Create Virtual Channel for 70 different Digital Output. It took 35 seconds to execute the DAQmX Create Viryual Channel VI. What are the steps to make the execution faster. Valliappan.M