ARD3.1 : Remote login under different user ID?

Hello,
Is it possible to remote log in using ID, say "UserA" to MacA while the someone is already logged into MacA using ID "UserB" ??
Charles

Sorry, but no.

Similar Messages

  • Node Manager starting managed servers under different users

    Hi all,
    I have multiple domains running on the same server.
    Is it possible to get node manager to start managed servers from different domains under different users?
    Default is the user under which node manager was started originally.
    Thanks
    Arnaud

    Oracle documentation is still in confussion state for Unix platform nodemanager.
    NodeManager Admin Guide had chapter 3 for General configuration of nodemanger. Chapter 5 is for script based nodemanager.
    In chapter 5 there is clear way defined for " Starting a node manger for Unix machine".
    chapter 3 is mess there is clear-cut direction to reach the remote startup of servers.
    Why we have so many types of nodemanager for connect. howbout start them?
    Can someone expert in Oracle WebLogic please respond to this.
    *Nodemanagers are NOT meant for multiuser development env.
    They are defined for production env and for HA, FailOver.*
    Edited by: PavanBhavanishekhar on Jan 6, 2010 9:10 PM

  • Problem with background job using SUBMIT under different user

    Hi All,
    I am submitting a background job under different user name. I am submitting this job by using JOB_OPEN , SUBMIT report and JOB_CLOSE. But submit statement is returning sy-subrc 8, becuase of this the job_close is failed. Can you please help me to solve this problem.
    Thanks in advance.
    Tjgupta

    Hi,
    The user is having all authorizations. is there any difference with user types?
    This user is having  user type " as communication data".
    Thanks,
    Tjgupta

  • Can you use home share where there are 2 itunes on the same computer but under different user profiles?

    Can you use 'Home Share' where there are 2 itunes on the same computer, but under different user profiles?

    check out method one from this support article -> How to use multiple iPods, iPads, or iPhones with one computer

  • How to login with different User in Portal

    Hi Experts,
    My requirment is quite different here, I want to login with different user in single login.
    My senario is like this for your understading...
    First I have loged in with one user and go to the one customized screens where I have list of all the portal users in a drop down.
    Here I am selecting one User from the list and Click on Submit button...then new window should open with this(selected) user login...
    Can anybody suggest me that what I suppose to do this to achieve this.
    what are parameters new user expects for login?
    what 'll be my approach for this?
    Thanks in Advance,
    Vikas

    Hi Prem,
    Thanks for your answer...
    The URL..
    http://server:50000/irj/portal?j_user=QAEmEsLAComR&j_password=Pa$$word
    it works only when, do this on fresh browser .. if someone has already Logged in and then try to open with different user name then it won't work.
    if I'll change URL with other user in the same browser like this..
    http://server:50000/irj/portal?j_user=demouser&j_password=Pa$$word
    then shows only previous page.
    But my requirement is to open different user page from the already logon user.
    Thanks, Vikas

  • DSC powershell xwindowsprocess to execute batch file under different user account

    DSC powershell run under "NT AUTHORITY\SYSTEM".
    I am trying to execute a batch file under different user account using xwindowsprocess in DSC resource kit.
    I created a custom dsc resource with 3 parameters namely Exepath, Arguments, Credential.
    I received those parameter values in settargetresource method.
    CallPInvoke
    [Source.NativeMethods]::CreateProcessAsUser(("$ExePath "+$Arguments), $Credential.GetNetworkCredential().Domain, $Credential.GetNetworkCredential().UserName, $Credential.GetNetworkCredential().Password)
    I tested it by invoking a batch file and writing username under which it executes to a text file.
    After executing, the output text file still contains the "Systemname$".

    Configuration Sample_xService_ServiceWithCredential
    param
    [string[]]
    $nodeName = 'localhost',
    [System.String]
    $Name,
    [System.String]
    [ValidateSet("Automatic", "Manual", "Disabled")]
    $StartupType="Automatic",
    [System.String]
    [ValidateSet("LocalSystem", "LocalService", "NetworkService")]
    $BuiltInAccount="LocalSystem",
    [System.Management.Automation.PSCredential]
    $Credential,
    [System.String]
    [ValidateSet("Running", "Stopped")]
    $State="Running",
    [System.String]
    [ValidateSet("Present", "Absent")]
    $Ensure="Present",
    [System.String]
    $Path,
    [System.String]
    $DisplayName,
    [System.String]
    $Description,
    [System.String[]]
    $Dependencies
    Import-DscResource -Name MSFT_xServiceResource -ModuleName xPSDesiredStateConfiguration
    Node $nodeName
    xService service
    Name = $Name
    DisplayName = $DisplayName
    Ensure = $Ensure
    Path = $Path
    StartupType = $StartupType
    Credential = $credential
    $Config = @{
    Allnodes = @(
    Nodename = "localhost"
    PSDSCAllowPlainTextPassword = $true
    #Sample Scenarios
    $credential = Get-Credential
    Sample_xService_ServiceWithCredential -ConfigurationData $Config -Name "Sample Service" -DisplayName "Sample Display Name" -Ensure "Present" -Path "C:\DSC\TestService.exe" -StartupType Automatic -Credential $credential
    ¯\_(ツ)_/¯

  • Merge transports under different users

    Hi All,
    My requirement is to merge two transports under different user.
    Please let me know how can I do this.
    Regards,
    Shahu

    Hi,
    First change the owner of the Request to the other person, such that both the requests are under single owner.
    Then release them and merge using SE09 SE10 T codes:
    select the request and right click-> Merge requests.
    Regards,
    Anji

  • I log in under different user and can not use our pictures on iPhoto, how can i use them under different user?

    After creating and signing in under a different user on imac, how can i use iphoto pictures?

    If you want to access the same library from different user accounts on your Mac put the library on an external hard drive connected to the iMac and make sure it's formatted OS X Extended (journaled) with ownership set to be ignored.
    OT

  • Execute process (shell script) under different user

    Hi,
    is it possible to use the ProcessBuilder oder .exec()-method to execute a shell script under a JVM-different user? I need to start shell scripts for different system users and I don't want to use SUDO or a wrapper script to switch to the required user. I would like to define the user at java level. Is this possible?
    Best regards,
    Thomas

    looking for something like this too.
    currently i am relying on a script in which i have to set the user as:
    "su username -c java_program"
    the problem with this approach is that if youre not running as root, then su asks for a password, thereby halting execution. (tried input redirects and here-docs, (some popular linux tricks), they did not work)
    so you have to be root for the script option to work.
    if anyone can suggest a more "java based" way of executing a process as a different user , thatll be awesome.

  • Permission to create objects under different USER

    Hi there,
    I´d like to know what privileges are used to allow a user to create objects (tables, indexes, triggers, procedures) under another user.
    Example: I´m logged with user TOM and want to be able to run the following DDL:
    CREATE TABLE MAT.TEST_TABLE (
    FIELD1 NUMBER,
    FIELD2 VARCHAR2(50)
    Thanks a lot,
    Bruno

    With user SYS
    Grant connect,resource to tom;With user TOM
    CREATE tom.TEST_TABLE (
    FIELD1 NUMBER,
    FIELD2 VARCHAR2(50)
    );Edited by: Salim Chelabi on 2009-01-15 10:31

  • Starting WebLogic under different user ID

    I have my Weblogic servers that were built in a Windows 2000 server environment. They were built with the user ID of "Administrator". The servers have been since rebooted and started under my user ID. I am an "Administrator user" It appears there may be a "cache" problem because I cannot get the service to run correctly unless the server is started as "Administrator". Would I be able to correct this be copying the Administrator profile over mine? Any other suggestions aside from starting the server each time as “Administrator”? I appreciate any help available.

    Hi,
    Go through the following link,In that you will get exact information on this issue.
    http://e-docs.bea.com/wls/docs90/server_start/overview.html#1068948
    Regards
    Anilkumar kari

  • Sharing files on same iMac under different users

    i have two different user accounts set up on my iMac and i want to be able to have the files from both accounts open to each other or either just merge them together.does anybody know how to help one way or the other?

    Transferring files from one User Account to another

  • How do you login as different user with Leopard client

    Hi All,
    I have an OS X server running 10.4.10. I've never had this problem when connecting to it with Tiger clients.
    With Leopard clients, I'm trying to login as administrator. There's no way to do it. I don't show any connected servers (or mounted shares) and when I choose "Connect to Server" it shows the Server Address IP dialog as usual, but once you click OK, it brings up the Shares dialog box with share only available to standard users.
    In the old days, once I chose the IP for a server, it would give me the name and password dialog box and I'd put in the credentials for whoever and get the correct shares dialog. Now I can't get to the name and password dialog, and no shares are mounted.
    I've tried holding down all kinds of key combinations, but if there's one that does it, I can't find it.
    Please help.
    BTW - another topic that doesn't even come close to showing up in Apple's kbase.
    Thanks. Mike.

    in the finder under the column view there are 2 buttons that show up when you select the server.. one is "share screen" and the other is "connect as", if you have guest enables on your server and you connect to it through the shared section in the finder you will connect as guest. By using the connect as button you will connect as a user.

  • WHEN I LOGIN AS DIFFERENT USER, IT TAKES ME TO THE SAME PAGE WHERE THE PREV

    Hu Gurus,
    I log in to portal as user1 and go to a page and then log out of the portal. Then I try to login as user2, it takes me to the same page where the previous user was. It looks like it caches the page information. How can I avoid this. Please post a reply if you have some suggestions.
    Thanks
    Raj
    ----------

    Thanks for checking it, Jason. Yes, the cache settings are for 'Every visit to page'. That was the first thing I thought of. I have a feeling the problem has to do with a cache setting somewhere in our installation. For example, I'm still plagued with a few user accounts returning errors when I try to log in. The users aren't logged in, but when I click "Login" from the Portal Builder page, I see the same error...it's not even letting me get to a login screen. Thanks for all the help. It's great to get some feedback. In the meantime, we'll continue to track it down here.
    Mary

  • Remote Role Assignments - Different User Base

    Hi Federation gurus,
    I am working on a federated portal network and my consumer's UME is connected to the corporate LDAP (i.e. AD). All the producers (BI, SRM and ECC) have their UMEs connected to the ABAP system (i.e. CUA). The user ids are identical on both the consumer and the producer portals.
    I can see all the producer content in the Consumer Portal by navigating to Content Administration --> Producer Name. However, I can not see the remote roles within identity management. Obviously, it seems that there are issues related to permissions.
    Has anyone done this type of configuration before and if yes, could you please let me know what was the resolution of this issue.
    Thanks in advance,
    Vibhu

    Hi Bibhu,
    Have u registered the producer in consumer portal .
    maintaing users in LDAP have no problm in both portals .
    Check the registration password is correct what u have given in producer and the same in consumer .
    Thanks.

Maybe you are looking for

  • Mac suddenly running very slow, need advice on EtreCheck results

    Problem description: After a week of vacation, Mac is running very slow and unable to accomplish simple tasks. Restart and automatic updates do not seem to help, this is the EtreCheck results after most recent restart. Is the problem my HD? I am abou

  • Upgrading to 9iAS 9.0.2.1 from OAS 4.0.8.1

    Hi, I would like to use OC4J to develop in J2EE but i have some applications that are developed with the pl/sql web toolkit and running with OAS 4.0.8.1. So i have few questions: 1) Can i use easily 9iAS to have both J2EE applications and web toolkit

  • How do I change a .vob file to a .wmv?

    I just got my wedding video but the video people screwed up pretty bad, so I want to work on it myself. I tried importing the file as is from the dvd he gave me (a .vob file) it imported but with no audio. I'm pretty new to the whole technical video

  • Ojdeploy + log level

    Hi, How can I specify logging thresholds for the ojdeploy tool ? I tried $JDEV_HOME/jdev/bin/jdev-logging.conf but didn't work. I'm using Jdev 11g. Thanks Suraj

  • MacBook Air error code page upon startup

    If anyone could help, I have no experience or knowledge at all about how to fix my MacBook Air! Basically I used my laptop as normal last week and upon startup today, a grey error code page appears and I can't get past it, basically my laptop is not