How do i start a remote session into my server

I love how we only get the basic of info on some of these.
What server OS (I'm going to assume its a windows box, since it's posted in Windows - Smart me :o))
SBS, 2003, 2008/R2, 2012/R2, are you taking about remotely, from externally, internally, for support or for everything?
Information is key here, VPN is secure and RDP via the web - and you are basically opening the doors to burglars.
Is it a VPS, or a customers system, is it your home lab (as some ISPs will block incoming connections so your stuffed), please clarify.

Depends how your server is setup. If it is in house you usually use RDP. 
So you run MSTSC and then type in the computer-name / IP of your server.
Another options is to have remote tools installed like VNC, Teamviewer etc.
For all that to work though the server has to be setup correctly, the right permissions have to be granted and the firewall has to be opened appropriately.

Similar Messages

  • How to Post a file(Flat File ) into Application server of the XI(AL11)?

    How to Post a file(Flat File ) into Application server of the XI(AL11)?
    Best Regards,
    Jose

    Hi,
    1) goto SXDA_TOOLS Transaction code
    2) Provide the Following details
    Object Type : DXPROJECT
    Program Type: BAPI
    Program/Method: CREATE
    3) Click on Copy Button
    4) Select the Source as Presentation Server
         a) Select  the File where you saved in your Local machine
    5) Select the Target as Application server
         a) Check the check box Remote Server
         b) Select the File type as Physical
         c) In File name give /usr/sap/SSD/DVEBMGS00/work\Your file name (This the Server path                                                                               
    Where the file is going to save)
    6) Click on Continue
    Go to AL11 and check whether the File has been create in the following path  /usr/sap/SSD/DVEBMGS00/work
    Provide this path in the Communication channel path when you select the Transport Protocol as NFS and you place the file in AL11 directory.
    Regards
    Seshagiri

  • If I were to purchase the Apple Remote Desktop with Unlimited licenses, would I be able to install the client software on each of there computers/laptops and have them remote desktop into the server?

    I have several friends and family who are looking for a central place to access information from ( Pictures, home movies etc ).  So I am considering setting up an OSX Lion Server.  There are some other things I can use it for as well.
    Here is my question:
    If I were to purchase the Apple Remote Desktop with Unlimited licenses, would I be able to install the client software on each of there computers/laptops and have them remote desktop into the server?  Or would I have to install the Admin software on each?  Do they intend it to be used strictly as one admin to access many clients? 
    I always could set up a network drive so they can log in and just see the folders they have created with space on the server I provide them.  But I want them to be able to log an and actually use it as a Remote Desktop.
    Thanks,
    Eric

    Dave,
    Thanks for the feedback.  I understand that ARD is meant for Remote Administration, but I was not sure if it could be used for my purpose as well.  The reason I was looking to do it this was was because I read several articles online about security and performance issues with setting up VNC and activating screen sharing.  Unless I am misunderstood. 
    As far as people's activities on the server, mostly it is going to be used as a place for them to store their media.  I will only allow own person ( Who I trust and I know wont botch the server ), to run applications.  Everyone else will be restricted to uploading and downloading content to their designated account on the server as well as a community share on the server.
    I appreciate your help.
    Thanks,
    Eric

  • How to use iMac as remotely accessible home media server

    First time poster, and thanks in advance for any help that any of you might be able to provide. -- Josh
    I have a mid-2007 iMac, several AppleTVs and Apple mobile devices, and a 2014 Macbook Pro coming at the end of the week (more detailed info below).  I have a roughly 1 TB library of movies, which are currently housed in an external hard drive attached to the iMac.  When I'm on my home network, I'm able to stream all the movies to all of the AppleTVs, iPhones, and iPads, using iTunes and home sharing, with almost no problem.  But, my family would like to access our movie library remotely, when at the airport, visiting family, etc.
    I've researched various options, and am having a hard time parsing through some of the more technical information and figuring out what setup would work best.  It seems to me that although I can't use my iMac as a second display for the new MacbookPro because of technical limitations on the iMac, I might still be able to use the iMac as a remotely accessible home media server.  Running Plex on the iMac has been suggested, but I keep hearing conflicting information on whether the AppleTVs are compatible with Plex, and I've had trouble successfully forwarding ports several years ago when I played with Plex briefly.  iTunes/home sharing is just so easy in terms of setup and reliability between Apple devices, in my experience.  I looked into buying an AirPort Time Capsule, since I was looking into upgrading my router to support 802.11ac anyway (advice on that too?), but was told that neither the Time Capsule drive nor any drive attached to it would be remotely accessible.  Back to my Mac seems like it might work for me to access my library remotely when using the MacbookPro, but not any of the mobile devices (which are more important to the kids), and I'm not sure what advantage a NAS drive would have over using the iMac (although this is where it starts getting a bit technical for me).  Looked at OSX Server also, but not sure how that would interface with whatever additional components I need to get.
    Thank you in advance for any help.  I'm sure people have figured out a way to access their media libraries remotely, but for some reason I can't find a straight answer on how.  I've included additional technical details about my setup below.  Thanks again!!
    iMac, 20-in, Mid 2007, 2 GHz Intel Core 2 Duo, 4 GB 667 MHz DDR2 SDRAM, OS X 10.9.4, 250 GB storage
    Macbook Pro w. Retina, 13-in, 2014, 2.6 GHz Dual-core Intel Core i5, 16 GB 1600 MHz DDR3L SDRAM, 128 GB PCle-based Flash Storage
    Iomega HDD, 2 TB
    Netgear N600 Wireless Dual Band Router, Model No. WNDR3400v2
    AppleTV, 3rd generation (x3)
    iPhone 5, iPhone 4s, iPad (2nd gen), iPad mini w. Retina

    Not really recommended to do what you want as the perfomance will be undesirable and make the experience lousy at best. If you have content you want to watch remotely then simply copy it to a MacBook Air or MacBook Pro and then bring one of the AppleTV's with you. Then you can stream directly from the MBA or MBP to the AppleTV on a remote TV. We did this on our last vacation, loaded a bunch of movies on my MBA, threw one of the ATV's in the suitcase and when we got to our hotel simply connected it using the hotels Wi-Fi and connected the ATV via HDMI to the TV and we were in business.

  • How to login to a remote (FTP??) server and read an XML file?

    Hello all,
    I would like some information on how to login to a remote server using a Java program.
    The server might be a ftp server, because the client will ftp a xml file to this server, and the java program needs to login to this server and read the xml file, then convert it into a general report with headings and data from the xml file.
    How can I quickly find the API information to login to a server and read an xml file?
    If anyone knows the packages off the top of their heads, that would save me some time surfing.
    If anyone can provide me some links, code examples, or information I'd greatly be thankful.
    sharla

    You can also just use plain java.net. It supports FTP. Example:URL u = new URL("ftp://user:passwd@server/path/to/file.xml");
    InputStream in = u.openStream();
    // do what you want ...

  • Ipad app that will allow me to remote desktop into a server

    Can anyone give me some advice on the best app that will allow me to remote into my server at work? I have used the remote desktop for mac on my IMAC but am struggling with connecting from my IPad.

    just google remote desktop for ipad. I cant think of the names, but know there are a few remote apps out there for iPad. Some require additional software to be installed on the remote machine, to interpret the touches from the ipad to mouse movements and clicks on the host.
    Jason

  • How can I write a checkbox.label into a server text file?

    Hello, world...
    I have a problem...
    I need to write into a server text file the label of the selected checkbox..
    The client side script is:
    private function writeFile (e:MouseEvent):void
                 if (cb1.selected == true && writeBtn.label == "Conferma")
                     nc.call ("WriteNow",null,"La lettera iniziale è:"+cb1.label+"\n");
                     writeBtn.label = "Fatto";
                 else if (cb2.selected == true && writeBtn.label == "Conferma")
                      nc.call ("WriteNow",null,"La lettera iniziale è:"+cb2.label+"\n");
                     writeBtn.label = "Fatto";
                 else if (cb3.selected == true && writeBtn.label == "Conferma")
                       nc.call ("WriteNow",null,"La lettera iniziale è:"+cb3.label+"\n");
                      writeBtn.label = "Fatto";
    ...and the server side script is:
    var anVis = new File("Analisi_Visiva.txt");
    fileWriter.WriteNow = function(cliMsg)
            anVis.open("text", "append");
            if (anVis.isOpen)
                 anVis.write(cliMsg);    //line 17.
                 anVis.close( );
    I have this error in the Live Log of the FMS3 Administration Console:
    Sending error message: C:\Programmi\Adobe\Flash Media Server 3\applications\AnalisiVisiva\AnalisiVisiva.asc:line 17:File operation write failed.
    Why doesn't It work?
    Please, help me...
    Emiliano.

    Hello,
    In order to download your internal table just call the following fm:
      CALL FUNCTION 'TB_LIMIT_WS_DOWNLOAD'
       EXPORTING
      BIN_FILESIZE                  = ' '
         filename                      = dest
         filetype                      = 'ASC'
         mode                          = 'O'
       IMPORTING
         filelength                    = filesi "Bytes read
        TABLES
          data_tab                      = p_ti_temp "your IT
       EXCEPTIONS
         file_write_error              = 1
         invalid_filesize              = 2
         invalid_type                  = 3
         no_batch                      = 4
         unknown_error                 = 5
         gui_refuse_filetransfer       = 6
         no_authority                  = 7
         OTHERS                        = 8
    Hope this helps
    Gabriel

  • Starting applications remotely using LabView activeX server

    I want to
    make a program that enables me to start applications on a remote computer. I
    made a program that starts applications using either System exec.vi or .NET and
    both methods work find on my local computer. I built it with activeX server
    enabled and copied it to my remote computer. After struggling with DCOM
    settings and Security settings for a couple of days!! I’m now able to start the
    program from my local computer. The thing is that I can’t see either the
    LabView program or the started application. When opening the Windows Task
    Manager, I can see both the programs under the Process tab so they have
    started, but obviously as a “background” process and not as an application.
    Does anyone
    have an idea on how to start the programs as applications?

    Why not just use PsExec?
    http://technet.microsoft.com/en-us/sysinternals/bb897553.aspx

  • Windows Server 2012 Used: Error Message from Windows 7 PC: Remote session was disconnected because there are no remote desktop license servers available to provide a license. Please contact the server administrator.

    We are using Windows Server 2012 Standard installed in VMWare / Virtual machine and to access this we use vSphere client and Remote Desktop Connection / service was already enabled and was working fine with User PCs / laptops remote desktop into the server
    2012, until it gave an error message of: Remote session was disconnected because there are no remote desktop license servers available to provide a license.  Please contact the server administrator. whilst logging into the server. 
    We DON'T use Active Directory nor and we don't use domain and not looking to use it any-time soon. 
    I checked the RD Licensing Diagnoser and it says the grace period has expired and the licensing mode for the remote desktop session host server is not configured.  I have checked the Remote Desktop Gateway has been stopped and I tried to start it and it
    resumed to stop, here I assume its where the licensing part comes in to re-enabled this. 
    I have been trying to follow these articles online: http://ryanmangansitblog.com/2013/03/27/deploying-remote-desktop-gateway-rds-2012/ and http://www.concurrency.com/blog/rds8-add-a-licensing-server-2/#Install  the overview part that I cannot get into,
    because I think we have to be is AD DS for this which we don't.  Is there a way around this for non domain / just standalone set-up?  Is it a must / requirement we need to be in a domain in order for Remote Desktop Connection to work? 
    Also, we have a Windows Server 2012 RDS CALs - 10 (software and licence key), will the licence key work for the Windows 2012 Server Standard?  We do not want to install the other Server mentioned which comes with CAL / licence key as its time consuming
    to reinstall other programs.  I have installed  Server role service of Remote Desktop Licencing and automatically installed other associated services needed.  in the RD Licencing Manager, the Server had a red cross and I "Activate Server"
    where I followed: http://www.concurrency.com/blog/rds8-add-a-licensing-server-2/#Install in Install Licences section and I have used the licence key of CAL - 10 mentioned above; it stated I have successfully completed the install licences wizard and displayed:
    10 Windows Server 2012 - RDS Per User CAL installed, and in the RD Licensing Manager the server turned into a green tick and added the licence.  
    I then tested the Remote desktop connection from my PC and the same error message was there and checked the RD Licensing Diagnoser and the same error messages was there.  I haven't restart the services of Remote Gateway / the server itself; do I really
    need to reboot server?  
    Any advice / guidance would be very much appreciated and this is a urgent matter.  
    Thank you for your time.

    Hotfix Released here:
    http://support.microsoft.com/kb/2916846

  • Local Devices not found while on Remote Session

    Hopefully someone in the forum will have an idea where I am failing.
    I have an hp laptop (model 15--b123cl) running windows 8.1.
    I am Remote Desktop Connecting into my Server running Windows 7 Professional SP1.
    Both my hp laptop and the server have all Updates installed (including KB 2830477 for Windows 7 SP1).
    I have checked all options in my Remote Desktop Connection (Show Options) Local Resources tab to allow Local Devices and Printers to be available on my laptop (the client) while in a remote session on my server.
    (Checked Printers, Clipboards and all options under "more" such as Ports, Drivers, etc.)
    The connection works fine but no local devices (printers, thumbdrives, etc.) are visible or accessible while in the remote session.  My laptop recognizes the devices being plugged into the USB port (tone sounds), but the device will not show up in the
    remote session.  (They are shown on my local hp when I minimize the Remote connection.)
    My real need is to print to my hp printer while logged onto  the remote server.  I have an hp Officejet Pro 8600 which I have plugged-in to my laptop USB.  I relalize that while in remote connections I won't find wireless devices
    on my local (client) network unless mapped to a LPT or COM port, so I hard-plug into my USB.  I have also tried mapping my printer to a second port such as LPT2 or COM1 - still no luck.
    No matter what I have tried or read about Remote Desktop Sessions, I can not get my Local hp Printer to show up while in my remote session.  Any ideas?
    Thanks
    SL in Virginia  

    Hi Avi,
    Thanks for your reply!
    I am using JDeveloper version 9.0.3.1035!
    When I say it works in JDeveloper, I do mean the embedded server.
    In JDeveloper I have two projects, a) a session bean project and b) an entity bean project.
    I can run my code fine against the embedded server.
    However once I deploy the two jars to the standalone server things fall apart.
    When I reverted back to putting the session beans & entity beans all in one jar everythinh worked fine.
    However, I do not want to do this, I want to maintain my entity beans independently ( for maintenance & de- coupling reasons).
    So, I guess what I really want, is to see in black and white that local references do or do not traverse different jars on the same server.
    thanks,
    Kevin

  • Unable to Change Screen Resolution in Remote Session - Windows Server 2012 R2

    Does anybody know of a way to allow Remote Desktop users to adjust their own screen resolution in a remote session under Windows Server 2012 R2? We are struggling with this and can't seem to find a solution.
    When users login to their RDP session and try to adjust their screen resolution this message is displayed in Control Panel:
    "The display settings can't be changed from a remote session."
    We don't want to use the "make text and other items larger or smaller" scaling feature, as this produces undesirable results with some of our applications.  We also don't want to have to support multiple types of RDP clients or RDP shortcut
    files.
    We have looked at other posts but can't find an answer that applies to Windows Server 2012 R2.  The closest thing we could find is KB2726399, but it only applies to Server 2008.
    Does anybody have a solution for Server 2012?
    Thanks

    Hi,
    Currently you cannot change the resolution from within the session.  This is normal and expected behavior.  
    Unfortunately this means you need to set the desired resolution before connecting by using custom .rdp files, manually within the Remote Desktop Client, custom web launch page, custom windows launch program, etc.
    -TP

  • I can not start a remote server via Node Manager

     

    There is a workaround to this problem. The issue seems to be
    that when the node manager tries to start the managed server
    it can not find java.exe in the system path. So please go to
    Control Panel->System->...->Environment, and modify your PATH
    system environment variable to include the java bin directory
    in it.
    Then try using the node manager again to start the managed
    servers and you should have no problems.
    We are aware of the issue and working on having a fix for it.
    Savvas
    "Rakesh Chauhan" <[email protected]> wrote:
    >
    Hey Guys!
    I am using WLS6.1 on WIN2000 boxes. And I am getting the same error on
    the Admin
    console when I try to start any of the two
    managed servers.
    <Sep 25,2001 1:39:12 PM EDT> <Info> <[email protected]:7002><WindowsProcessControl:
    online successfully invoked on server 'server90', pid: 0> The interesting thing is that when I start managed server of its own,
    it is started
    successfully and you can Stop the managed
    server from the Admin Console.
    Really frusted, I hope I have configured everything correctly. Can somebody
    help
    me out ?
    Thanks Rakesh
    "Martin Matthews" <[email protected]> wrote:
    This message is simply a message from the Admin Server saying that it
    has asked
    NodeManager on the remote machine to start a certain server.
    To see the logs for server startup then you can find these either on
    the Admin
    machine at WL_HOME/config/NodeManagerClientLogs/<ManagedServerName>/*.log
    or on the remote machine at
    WL_HOME/config/NodeManagerLogs/<ManagedServerName>/*.log
    Cheers
    Martin
    "Paul Nixon" <[email protected]> wrote:
    I also would like to know the answer to the question below from Vincent.
    I am getting
    this message in the Admin console from either of my two managed servers
    whenever
    the console has successfully contacted the Node Manager in managed
    server
    host.
    The Node Manager logs themselves also report "online successful". What
    doesn't
    seem to happen is WebLogic startup and I haven't found any error log
    that explains
    why.
    I have set the Remote Startup parameters correctly [I think] for both
    managed
    servers so cannot see what further is required.
    Any input appreciated.
    Paul.
    "Vincent Ducret" <[email protected]> wrote:
    Hi everybody,
    When I try to start a remote WLS 6.1 server from my computer, I receive
    the message
    below in my WLS administration console. The Node manager is runningon
    the remote
    machine and correctly configured, I hope!
    What does this message mean ???
    Thanks for your help
    Vincent
    <21 août 01 10:19:17 CEST> <Info> <[email protected]:5555>
    <WindowsProcessControl:
    online successfully invoked on server 'testserver', pid: 0>

  • How to deploy an Ear File into Weblogic Server

    Hello,
    i have created an ADF application successfully and make it as an EAR file.
    How can we deploy that EAR file into weblogic server..?
    Let me know step-by-step procedure.
    Regards.

    Hi,
    Steps to deploy EAR file on Weblogic server:
    1) login to http://<hostname>:<port>/console
    2) Go to deployments and then install your ear on weblogic server.
    Also you will need to create a data source with same name as given in your Application Module.
    Following link contains steps for data source creation - http://www.oracle.com/webfolder/technetwork/jdeveloper/howto/11114/managedserver/wlsadfms.html ( section - "Configure a JDBC Data Source")
    Thanks,
    Randhir

  • HT200169 Having a problem with Logic 9 on a Mac Pro.Working on a lenghty song and apparently session got corrupted.Doesnt let me export tracks,program crashes.Already tried start brand new session with the tracks imported into it but still wont export.Sug

    Hello,having a problem with Logic 9 on a Mac Pro.Working on a lenghty song and apparently session got corrupted.Doesnt let me export tracks,program crashes.Already tried start brand new session with the tracks imported into it but still wont export.Suggestions?

    Thanks, Ian. Yeah, that's how I do it now...or with the controls in the left side pane. Still, I would have liked that quick on-the-spot edit capability...especially while sketching.
    Ian Turner wrote:
    Sorry Mark, you are out of luck as it does not do that - it works the same as L8. The way I would achieve that with more accuracy and control would be to route all the tracks you want to fade to a Bus then use volume automation on the bus. To do this you will need to add a standard audio track, then re-assign it using (Control Click on the track header) to the Bus track. You can then automate volume/plugins etc on the Bus track.
    Ian

  • When i plug my itouch into my computeri get a pop-up that says "this ipod cannot be used because the apple mobile device service is not started." and when i plug it it my itouch name does not come up on my itunes, how do i start it and fix this?

    When I plug my iPod Touch 4g into my computer I get a pop-up that says "This iPod cannot be used because the Apple Mobile Device service is not started." And when I plug in my iTouch the name of the iTouch does not come up on my iTunes. How do I start the Apple Mobile Device? How do I fix this?

    I'd start with the following document with that one:
    iPhone, iPad, iPod touch: How to restart the Apple Mobile Device Service (AMDS) on Windows

Maybe you are looking for

  • Can you get a virus on an iPad?

    My friend and i were on a seedier website and when we played a quicktime file the internet cut out, we were connected but couldn't load any pages. I just turned wifi off then on again and everything works fine now but should i be concerned?

  • Can't buy Extar storaage for iCloud  - password inn correct

    Why can't I buy extra storage I get inn correct password But to buy apps there is no problem. Help any one? Thank you

  • Windows 7 64bit freezing in normal mode even after rebooting to Factory Mode?

    Hey guys, my Windows 7 64 bit laptop recently began permanently freezing after a few minutes after logging into normal mode, ultimately forcing me to turn the laptop off with the power button. It only works in safe mode :( Ive tried restoring to an e

  • Error in w.tax while posting entry in f-53

    Hi All, When i'm trying to post payment to vendor in f-53 i got the following error when i selected the line item among the displayed items " With holding tax key missing one of following entry. Please help me out as i need to solve this on urgent ba

  • Macbook Pro Needs Windows CD in drive to boot to Windows

    Have a Mac book Pro (Early 2011..8,2) that was setup for dual boot. OSX (10.6.8) and Windows 7. Due to a issue with the hard drive I had to backup data and rebuild which worked fine for OSX but unable to get Windows 7 to boot correctly. Holding Down