Single user authorization ... without using profile..

If we create a role ZFIAPP_TRANSACTIONS for the finance dept. and assign it to 8 user's. after that a user request for another t-code authorization w'll have to edit this role rather than creating a new one and assign the t-code into this role.. it w'll effect to all 8 user's which they already have the same role my  question is there any way to have changes only to one user's not other's. also I don't want to create a role and assign to a single user ....
and is there any way to assign authorization without using profile.
please clarify on this...

Hi Mirza,
If you will change the role then it will be applicable to all 8 users. to be effective for only one user you have the only option of creating a different role with the new t-code.
Regards
Ashok

Similar Messages

  • Inserting multiple rows using a single Insert statement without using dual

    Hi all,
    i am trying to insert multiple rows using a single insert statement like the below one.
    The below one works fine..
    But is there any other change that can be done in the below one without using dual...
    insert all
    into ps_hd_samp (num1,num2) values (1,1)
    into ps_hd_samp (num1,num2) values (2,2)
    into ps_hd_samp (num1,num2) values (3,3)
    select 1 from dual;

    NiranjanSe wrote:
    Hi all,
    i am trying to insert multiple rows using a single insert statement like the below one.
    The below one works fine..
    But is there any other change that can be done in the below one without using dual...
    insert all
    into ps_hd_samp (num1,num2) values (1,1)
    into ps_hd_samp (num1,num2) values (2,2)
    into ps_hd_samp (num1,num2) values (3,3)
    select 1 from dual;
    SQL> create table ps_hd_samp (num1 number,num2 number);
    Table created.
    SQL> insert all
      2  into ps_hd_samp (num1,num2) values (1,1)
      3  into ps_hd_samp (num1,num2) values (2,2)
      4  into ps_hd_samp (num1,num2) values (3,3)
      5  select count(*)
      6  from ps_hd_samp;
    3 rows created.
    SQL> select * from ps_hd_samp;
          NUM1       NUM2
             1          1
             2          2
             3          3

  • I want single update query without use the function.

    I want to update sells_table selling_code field with max date product_code from product table.
    In product table there is multiple product_code date wise.
    I have been done it with below quey with the use of function but can we do it in only one update query
    without use the function.
    UPDATE sells_table
    SET selling_code = MAXDATEPRODUCT(ctd_vpk_product_code)
    WHERE NVL(update_product_flag,0) = 0 ;
    CREATE OR REPLACE FUNCTION HVL.maxdateproduct (p_product IN VARCHAR2) RETURN NUMBER
    IS
    max_date_product VARCHAR2 (100);
    BEGIN
    BEGIN
    SELECT NVL (TRIM (product_code), 0)
    INTO max_date_product
    FROM (SELECT product_code, xref_end_dt
    FROM product
    WHERE TO_NUMBER (p_product) = pr.item_id
    ORDER BY xref_end_dt DESC)
    WHERE ROWNUM = 1; -- It will return only one row - max date product code
    EXCEPTION
    WHEN OTHERS
    THEN
    RETURN 0;
    END;
    RETURN max_date_product;
    END maxdateproduct;
    Thanks in Advance.

    Hi,
    Something like this.
    update setlls_table st
            set selling_code =(select nvl(trim(product_code)) from 
                                  (select product_code
                                          , rank() over (partition by item_id order by xref_end_dt DESC) rn
                                       from product
                                   ) pr
                                   where rn =1
                                         and pr.item_id = st.ctd_vpk_product_code
                               ) where NVL(update_product_flag,0) = 0 ;As such not tested due to lack of input sample.
    Regards
    Anurag Tibrewal.

  • Import User  Authorization Setting using MSExcel

    Hi Dear;
    anybody can remenber me how can i import the user authorizations to SAP?
    best regards;

    If you want to ask question, repost it as a question thread.
    Thanks,
    Gordon

  • Captivate 6 How to validate user input without using keyboard shortcuts

    I've been using Adobe Captivate 6 for about 4 months now.  Completely new to the program.  The number one function of Captivate for me will to create many software simulations for verifiable training.  This means that I will be utilizing the training and assessment modes A LOT.  I have run into many hurdles throughout the process, but one of my biggies right now is this:
    In the training and assessment modes, I have times where the user must input data such as an address or number.  In the actual software they will be utilizing it is not always required to use TAB or ENTER in order to move to the next field.  In some instances, it will be necessary to actually click into a field after entering data.  My problem is that it seems as if Captivate will not allow this,  as a keyboard shortcut is automatically entered even if a TAB or ENTER is not required after input.  I assume this is so that the inputted information can be verified.  If you decide you do not want to use a keyboard shortcut to validate the inputted information, you must have a submit button.  Is there any way to change this??  All I want is for the user to enter information and then click into another field WITHOUT having to press ENTER, TAB, or hit a submit button.  Is this even possible if you need user input to be validated??  Any ideas or suggestions would be much appreciated!!

    Hello,
    A while ago I explained the work flow I’m using often in that case, only for the last field you need to have either a shortcut or a submit button AND the sequence has to be imposed. The idea is that you make the Submit button for the first field transparent, delete the  ‘Submit’ text and put it over the second field. So if the user clicks on the second field, he also submits the value of the first field.
    Here is the blog post I’m referring to:
    http://lilybiri.posterous.com/one-submit-button-for-multiple-text-entry-box
    Although it was written for previous versions, the idea will still be functional.
    Lilybiri

  • How do I collect user information without using an LMS?

    I have been using Captivate 5 to create training modules that we host on our own site.  The modules are information driven and have no testing included.  Our clients would like us to collect information from the user to track who has viewed the module.  All we need is their name and employee number.  Is there a way to accomplish this without having the user send an email?
    Thanks!

    It sounds like you're publishing your Captivate content as htm/swf output?
    If so and you have access to the services of a web developer, you can use Javascript in the web browser to pass the user information from Captivate out to the browser.  Once in the browser, you can then do anything with the data that your web developer can dream up.
    Jim Leichliter wrote a great series of articles that cover the basics of accessing Captivate variables using JavaScript.   This article in particular talks about passing Captivate variables out to the browser:
    http://captivatedev.com/2011/04/02/captivate-javascript-series-part-3-retrieving-captivate -variables/
    Cheers,
    John

  • Single User Unable to use Mail

    Running Snow Leopard Server on a Mac Mini, hosting our own email. I've got about 25 email accounts setup, and all have been functioning swimmingly for months. Earlier this week, for no reason that I can think of, one account started malfunctioning. That's right, just one of 'em.
    The user opens Apple Mail, and we get the spinning wheel indicator next to this particular inbox, and it literally takes 5-10 minutes for new messages to populate. Then when we click on one of the messages, the message body frame displays a "loading" message that remains there indefinitely.
    This first happened over the holiday weekend, and on Tuesday I repaired permissions on the server, and this seemed to solve the problem, but only for about 12 hours. Now repairing permissions has no effect.
    In server admin, I had a look at the mail service logs, and there is a constant stream of errors referring to this particular inbox that look something like this:
    Sep 8 17:24:35 elvis dovecot[68]: IMAP(*): filedotlockopen() failed with file /var/spool/imap/dovecot/mail/1DCE9535-FF8E-4F0E-9921-1FE89108A583/dovecot.index .log: Permission denied
    Sep 8 17:31:30 elvis dovecot[68]: IMAP(*): filedotlockopen() failed with file /var/spool/imap/dovecot/mail/1DCE9535-FF8E-4F0E-9921-1FE89108A583/dovecot.index .log: Resource temporarily unavailable
    I'm a total server novice, so let me know if there is any other information that would be helpful in diagnosing this problem. Thank you very much for reading this!

    the user directory (the mumble jumble such as :
    3F6BEDAF-CEBC-4DE6-9665-15F71DD53045
    should be set to:
    drwx------ 21 jfmezei mail ( jfmezei being the username of the user)
    the d means "directory".
    rw = read write
    x= execute (aka: you can list contents of directory).
    All the files inside that directory will have the same owner/group.
    Directories will havce drwx and other files will have rw only.
    Once into that user's directory with the cryptic name, you can:
    stat * will give you a list of files, their file security, onwer and group (along with a whole bunch of other stuff). You can verify that the files are owned by the correct user and the group is set to "mail".
    More info on the unix security of files:
    http://developer.apple.com/library/mac/#documentation/OpenSource/Conceptual/Shel lScripting/ShellScriptSecurity/ShellScriptSecurity.html
    You can also read up on:
    http://developer.apple.com/library/mac/#documentation/Security/Conceptual/Securi tyOverview/Concepts/Concepts.html#//appleref/doc/uid/TP30000976-CH203-CHDJJGBF
    Look for: Mac OS X File System Security

  • Is there any plan to update the Creative Cloud EULA for single user, multiple computer use?

    I have a Mac and a PC at work and 5 machines at home (Macs and PCs) in different rooms. I would like to be able to use the software whenever creativity strikes. Otherwise I am forced to keep using Gimp and other solutions at home.

    At the moment if you want to have the Adobe Creative offerings available on 5 different computers then you would want to look at the Creative Cloud for Teams offering.  You can find more details at http://www.adobe.com/products/creativecloud/teams.html.
    You may also want to review http://forums.adobe.com/message/4379859#4379859?tstart=0http: which discusses this topic in some detail.

  • Automatic scrip execution on the console in single user mode on Solaris 10

    Hi All,
    On Solaris 8, I am able to launch my script automatically on the console when the system comes up into single user mode without having to enter the password. However, on Solaris 10, the script is display in the foreground on the console. When i do a ps -ef , I see the process running. Can someone please tell me how to get this to work on solaris 10?
    To automatically boot the system into single user mode:
    # svcadm milestone -d milestone/single-user:default
    Files edited for this to work on solaris 8:
    To login without a password:
    # cat > /etc/default/sulogin <<EOF
    PASSREQ=NO
    CONSOLE=/dev/console
    ALTSHELL=YES
    EOF
    # echo "/sbin/su -" > /sbin/rc1
    (Solaris 10, I used rcS instead of rc1)
    my script is called from the /.profile when the system comes up into single user mode.
    I did the same on solaris 10, but no success.
    Please let me know if you have any suggestions.
    Thank you,
    Brian

    try
    - add 'set -x' to your /etc/profile
    - add 'set -x' to /etc/rc? scripts
    - check /etc/vfstab for a nfs mountpoint not using 'bg'

  • How to mount USB & CDROM drives from single user mode - Solaris boot disk?

    Hi All,
    I need to carry out ufsrestore on a single newly replaced system disk (no redundancy / mirroring) from either USB or CDROM drives from the following steps:
    ( i ) GRUB => e, e, cdrom –s, Enter, b (boot from Solaris 10 x86 media).
    ( ii ) Choose menu 1 for Install Solaris Interactive Mode to reach single user mode.Below are the commands that I have tried in single user mode without success:
    mount –r –F pcfs /dev/dsk/c1t0d0p0 /cdrom (after unmount Solaris CD)
      mount: /dev/dsk/c1t0d0p0 is not a DOS filesystem.
    svcadm –v enable smserver
      svcadm: Pattern ‘smserver’ doesn’t match any instances
    svcadm enable autofs
      svcadm: Pattern ‘autofs’ doesn’t match any instances
    devfsadm
      devfsadm: mkdir failed for /dev 0s1ed: Read-only file system
    mkdir /mnt
      mkdir: Failed to make directory “/mnt”; Read-only file systemPart of the problem is due to the current READ ONLY filesystems which does not allow the creation of mount point such as /mnt.
    I have been able to create both / root (/dev/dsk/c1t0d0s0) and /export/home (/dev/dsk/c1t0d0s0) filesystems with newfs that are awaiting for restore using ufsrestore.
    The only option I am left with is to attach a secondary disk to install Solaris 10 on either of them before bring the system to multi-user mode so that service such as volmgt, autofs, volfs are available to access USB & CDROM drives.
    Any suggestion on how to resolve this issue?
    Many thanks,
    Jack

    Hi JKGN,
    Is the directory a located under the root filesystem. ie /a? Are there any other mount point for say USB drive as well? I am not in a position to try it out right now but will get back
    to you soon on whether /a exist or not.
    Btw, the last thing I managed to do on this system at the time was added a secondary 1TB internal disk with the intention to restore both / and /export/home data onto this disk while
    making use of all the disk device management services such as the following services only available in a fully installed Solaris system (both single & multi-user modes) installed on the
    primary disk:
    # svcs smserver
    STATE          STIME    FMRI
    online         Jun_08   svc:/network/rpc/smserver:default
    # svcs autofs
    STATE          STIME    FMRI
    online         Jun_08   svc:/system/filesystem/autofs:default
    # devfsadm
    # iostat -En
    c1t0d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: ATA      Product: SAMSUNG HD321KJ  Revision: 0-11 Serial No: 
    Size: 320.07GB <320072932864 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 41 Predictive Failure Analysis: 0
    c0t0d0           Soft Errors: 0 Hard Errors: 5 Transport Errors: 0
    Vendor: PHILIPS  Product: DVD+-RW DVD8801  Revision: AD21 Serial 
    Size: 17.54GB <17538875392 bytes>
    Media Error: 0 Device Not Ready: 5 No Device: 0 Recoverable: 0
    Illegal Request: 10 Predictive Failure Analysis: 0
    c2t0d0           Soft Errors: 0 Hard Errors: 0 Transport Errors: 0
    Vendor: JetFlash Product: Transcend 16GB   Revision: 1100 Serial No: 
    Size: 0.00GB <0 bytes>
    Media Error: 0 Device Not Ready: 0 No Device: 0 Recoverable: 0
    Illegal Request: 7 Predictive Failure Analysis: 0
    # rmformat
    Looking for devices...
         1. Volmgt Node: /vol/dev/aliases/cdrom0
            Logical Node: /dev/rdsk/c0t0d0s2
            Physical Node: /pci@0,0/pci-ide@1f,1/ide@0/sd@0,0
            Connected Device: PHILIPS  DVD+-RW DVD8801  AD21
            Device Type: DVD Reader/WriterHowever, I was disappointed that "iostat -En" has not found the secondary disk (1 TB) even though it was available earlier, for Solaris installation as the only disk on the same system.
    As a result, I am left with no option but the need to rebuild this system with only a single primary disk while in single user mode. However, the single user mode that I am in is the
    one from Solaris installation disk with restrictive (_cannot create folder for mount point or running disk management utilities_) capability such as those services just covered, compared to one from a completed Solaris installation system with full access to all filesystems and utilities / commands in general.
    I would very much value your assistance on how to mount both CD & USB in this restrictive limited Read Only OS (assume that it is running from memory) in order to get complete access to
    the blank primary disk so that full restore with ufsrestore could take place.
    Thanks in advance,
    Jack
    Edited by: 797805 on 9/06/2012 04:15

  • Booting into Single User when having Firmware password protected...?

    Hi,
    I have to put a number of iMacs to the laboratory so that users could log on but without administrative rights. In order to prevent them from booting the external devices and booting into single-user to gain root access, I have set the Firmware password, which does a nice job of blocking "C" and "CMD-S", etc commands during the bootup.
    However, I wonder: in some occasions when we need to perform some troubleshooting, we could not boot the system into single-user mode. I know that I could press "Option" key during the startup, which will bring into the "Startup Manager". After then, the Manager shows the devices for booting. I find that even when I double-click the "Macintosh HD" and then press "CMD-S" immediately, the system does not perform single-user booting. Of course, pressing "CMD-S" when the Mac starts up does not work as well, as this command is blocked due to the Firmware password set.
    I wonder if there is a way for us, the system administrators, to get into the single-user mode in this case. Of course, I do not expect an answer of getting an Installation DVD, booting the DVD, involving the Firmware Password Utility to disable the Firmware Password, in order to gain back the single-user booting ability...
    Thanks.
    Dominic

    For Mac OS X, setting an firmware password will lock out all commands. While Single user mode is useful for troubleshooting, it can also be used wrong by the wrong people which is why it is disabled along with the rest of the 'startup commands'
    So a few thoughts here:
    - I'm asking in this case: does holding down the option show network drives in server situations such as yours? If so, you could have a network server (network startup disk) to start the computer from to do the trouble shooting you need and still be able to keep the firmware password in place
    - I've been reading up on Unix commands lately and found a nice gem: nvram. Being a unix admin, you may already be familiar with it. It's the unix command for working with open firmware variables.
    When you use the firmware utility to set the password the 'security-mode' variable is set to 'command' by default. I know there are two other options: 'none' (no password set) and 'full' (don't know what else this blocks). Is it possible that there is some way to selectively block the commands you want to stop (startup from other drive, zap pram, etc) but still allow Single User Mode?
    Not sure myself, just putting something out there. Maybe it'll spark something for ya.

  • Kernel panic on MacPro in Single-User mode after memtest.

    I've had about 7 kernel panics in about 7 days on a new MacPro. 2 gigs of RAM (Apple Installed). Fresh install of OSX (no user import). While going through the troubleshooting process I ran memtest in single user mode. Ran it all night no errors.
    So in the morning I typed ctrl-c and then exit (i think)... it seemed to start the process of booting and I got another kernal panic. I've actually done this three times now.
    I checked panic.log and all the error messages but 1 were the same. Including the ones I got in single-user mode (copied below).
    Should I be able to gracefully exit out of single-user mode without a kernel panic?
    Does this point to a RAM error even though memtest and AHD for that matter ran all night without finding anything?
    I'm all set to try again (taking careful notes this time) to see if I can reproduce but I was hoping for some feedback first.
    Thanks,
    Craig
    Sat Jan 27 22:17:27 2007
    panic(cpu 0 caller 0x41C47CC4): Uncorrectable Fbd memory error detected. ferr = 20000000 , nerr == 00000000, fErrFat = 20000000 nErrFat == 00000000
    Backtrace, Format - Frame : Return Address (4 potential args on stack)
    0x108cd8 : 0x128d08 (0x3c9a74 0x108cfc 0x131de5 0x0)
    0x108d18 : 0x41c47cc4 (0x41c49f1c 0x20000000 0x0 0x20000000)
    0x108da8 : 0x41c47f58 (0x406a180 0x406a180 0x2 0x820044)
    0x108e38 : 0x66a712 (0x406a180 0x0 0x3ba3680 0x0)
    0x108e68 : 0x66a59b (0x3b92780 0x0 0x0 0x1c)
    0x108e88 : 0x67d9be (0x1c 0x108ef8 0x8 0x67f4be)
    0x108eb8 : 0x67db68 (0x3b91b1c 0x17 0x3b928ca 0x3b81120)
    0x108f18 : 0x68a743 (0x3b34348 0x0 0xafdd0c77 0x4cd5)
    0x108f38 : 0x70a4fb (0x3b34348 0x0 0x3abac80 0x0)
    0x108f68 : 0x67053f (0x3b88600 0x0 0x3b87580 0x49)
    0x108f88 : 0x669c1f (0x3b6b800 0x0 0x3b87580 0x49)
    0x108fa8 : 0x3ba298 (0x3b87100 0x0 0x3b92f00 0x49)
    0x108fe8 : 0x19aa80 (0x25423e30 0x25423e30 0x19bad6 0xb26000)
    0x25423f18 : 0x1a445b (0x10 0x1 0x4af85c 0x6)
    0x25423f38 : 0x19d871 (0x0 0x0 0x25423f68 0x206)
    0x25423f58 : 0x135f14 (0x0 0x0 0x0 0x19d23a) Backtrace continues...
    Kernel loadable modules in backtrace (with dependencies):
    com.apple.driver.AppleMCEDriver(1.1.2f1)@0x41c44000
    dependency: com.apple.iokit.IOACPIFamily(1.2.0)@0x664000
    com.apple.driver.AppleAPIC(1.2.0)@0x709000
    com.apple.driver.AppleACPIPlatform(1.0.8)@0x668000
    dependency: com.apple.iokit.IOPCIFamily(2.2)@0x57d000
    dependency: com.apple.iokit.IOACPIFamily(1.2.0)@0x664000
    Kernel version:
    Darwin Kernel Version 8.8.4: Sun Oct 29 15:26:54 PST 2006; root:xnu-792.16.4.obj~1/RELEASE_I386
    MacPro   Mac OS X (10.4.8)  

    Welcome to Apple Discussions!
    Yes, your memory or memory slot, or memory seating is bad or off. "Uncorrectable Fbd memory error detected. ferr = 20000000 , nerr == 00000000, fErrFat = 20000000 nErrFat == 00000000"
    Clearly a memory related issue. It may also be that memtest doesn't know how to diagnose the new kind of memory and is reporting that back to the logs. Take it in to a service center to have all the boards replaced to make sure the issue isn't reproduceable with new memory. If it is, then I'd consider the slots on the logicboard a problem.

  • Network / external access when booted in single-user mode from install CD?

    So I have this iBook with a semi-functional hard drive: can't boot from it (either normal or single-user), can't use it in Firewire Target Disk mode, can't fix it with Disk Utility, an overnight run with Disk Warrior seemed to be hung, etc, BUT if I boot in single-user mode from the install CD I can then mount it readonly and see at least many of the files on it.
    So now I want to slurp the important ones of those files off of it over the network (or in any other clever way anyone can suggest). I'm not a huge Unix or Darwin expert, so an exact set of commands would be appreciated. *8) A friend suggested to me that I might be able to 'init' it at a 'runlevel' that included the networking stack, but I dunno what that means. *8) Does the CD in fact include a full networking stack? Or anything else that I might be able to use to slurp some data from the hard disk before it gives up entirely?
    Tx very...
    Message was edited by: David Chess; annoying typo

    David
    I think Ronda was hoping you had the Tiger Instal DVD, which has a copy of Terminal on it.
    You said earlier that trying to boot into Target Disk Mode didn't work. Would it help you if you could? If so, I can show you how to do it from Single User Mode. I've done it, and it works, although admittedly I did boot into SU mode from my HD, not my Instal Disc (I have tried that, it also works, I just haven't done both together).
    If you can make use of this, post back and tell me what you get from which nvram when you are booted in SU mode from your CD. It's possible that command won't be available on the CD—so we need to check first. If it says "which: no such command", try ls -l /usr/sbin/nvram instead.

  • Start SQL Server in single user mode with parameter -m doesn't work well

    C:\Windows\system32>net start mssqlserver /m "Microsoft SQL Server Management St
    udio - Query"
    The SQL Server (MSSQLSERVER) service is starting.
    The SQL Server (MSSQLSERVER) service was started successfully.
    C:\Windows\system32>sqlcmd -S . -e
    1> go
    1> select @@servername;
    2> go
    select @@servername;
    myserver
    (1 rows affected)
    1>
    As you can see, I'm still able to connect with sqlcmd prompt to SQL Server. According production doc of SQL Server 2014, it should not be conncting by sqlcmd. it shall only be connected by SSMS.
    below the original doc on msdn:
    Start SQL Server in Single-User Mode
    Provide Feedback
    Under certain circumstances, you may have to start an instance of SQL Server
    in single-user mode by using the startup option -m. For
    example, you may want to change server configuration options or recover a
    damaged master database or other system database. Both actions require starting
    an instance of SQL Server in single-user mode.
    Starting SQL Server in single-user mode enables any member of the computer's
    local Administrators group to connect to the instance of SQL Server as a member
    of the sysadmin fixed server role. For more information, see Connect to
    SQL Server When System Administrators Are Locked
    Out.
    When you start an instance of SQL Server in single-user mode, note the
    following:
    Only one user can connect to the server.
    The CHECKPOINT process is not executed. By default, it is executed
    automatically at startup.
    Note
    Stop the SQL Server Agent service before connecting to an instance of SQL
    Server in single-user mode; otherwise, the SQL Server Agent service uses the
    connection, thereby blocking it.
    When you start an instance of SQL Server in single-user mode, SQL Server
    Management Studio can connect to SQL Server. Object Explorer in Management
    Studio might fail because it requires more than one connection for some
    operations. To manage SQL Server in single-user mode, execute Transact-SQL
    statements by connecting only through the Query Editor in Management Studio, or
    use the
    sqlcmd utility.
    When you use the -m option with sqlcmd or
    Management Studio, you can limit the connections to a specified client
    application. For example, -m"sqlcmd" limits connections to a
    single connection and that connection must identify itself as the
    sqlcmd client program. Use this option when you are starting
    SQL Server in single-user mode and an unknown client application is taking the
    only available connection. To connect through the Query Editor in Management
    Studio, use -m"Microsoft SQL Server Management Studio - Query".
    Shawn

    Hi Shawn Xiao,
    For starting SQL Server instance in single user mode, we can add –m; parameter in SQL Server Configuration Manager, also we can run CMD with ‘Run as administrator’ and input the following statement.
    NET START MSSQLSERVER /m
    I do a test in SQL Server 2014 Express version, after starting SQL with Single User Mode, SQL Server will only accept one connection. If you connect to SQL Server with a user account, the following error will occur.
    Login failed for user ‘domain\username’. Reason: Server is in single user mode. Only one administrator can connect at this time.
    However, in your situation, you can connect to SQL Server and run T-SQL statement successfully, it can be due to connection with the administrator account in your sqlcmd.
    For more information, you can review the following article.
    http://zarez.net/?p=117
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Method to repair disk without using Panther CDs?

    I'm concerned I may need to repair my drive but as I'm sure most of you know, I would need to start up using the OS X Panther install CDs. I can't; I moved recently and forgot them.
    Is there a method, such as if I started up in single user mode, to run a disk utility program?
    My computer seems a little less efficient lately; Photoshop won't run as smoothly (although it's not a huge difference, it's noticeable) and videos can be jittery/drop frames. Even if use the renice command and give VLC or the DVD Player a fair amount of CPU priority. It's not all the time, but it can happen when it just shouldn't.
    Note: using the fsck command (i can't remember the exact options i used with it, someone suggested it to me in another forum) I checked the drive and it said it appeared to be OKAY.

    You can repair the drive by booting into single-user mode and using fsck. The following explains the procedures:
    http://docs.info.apple.com/article.html?artnum=106214

Maybe you are looking for

  • Error: PL Stock in transit exceeded by 112 SU

    Hi all, While doing MIGO, I get error message while trying to post goods receipt: "PL Stock in transit exceeded by 112 SU : XXXX (Material) XXXX (Plant)  XXXX (Storage locaion)" I have checked in MB5T transaction but it shows - 'List contains no data

  • Not recieved my emal for my apple account

    I made an account and still not revived my apple id confirmation to activate my account

  • No longer able to stream content

    Since Snow Leopard and/or iTunes 9 I seem to have lost the ability to stream TV through my Apple TV. Syncing still works, and synced content plays fine, but if I try and stream a TV show, then the scrubber briefly appears, fails to advance at all, an

  • MAX does not start up

    I am getting the following errors when I try to open up MAX: The niRemPXI.mxx plug-in caused an exception in the CmxProviderWrapper::BindPrimary function in the NIMax process. See these files for details: C:\ProgramData\National Instruments\MAX\Logs\

  • Cant connect iphone

    when I newly installed itunes 11 64bit for windows 7, my iphone and ipad still says it cant connect becouse I dont have supported software as 64bit version of itunes. What the ****?