Capture TelNet Screen From Remote Server.....

Iam using Sun Solaris having an ERP package, which requires its screens & its datas to be captured from a remote server. Presently Iam able to capture the screen & its datas by using telnet and logging on to the remore server. Now my requirement is this - is it possible to capture the same datas and screen through Java in any way. Any ideas, suggestions, opinions what ever is welcome. I would like to hear from u.....

Hi, my opinion is to write a telnet program in Java that is able to capture the returning message from the remote server. Here is an example of Telnet via Java. Hope it helps :)
http://www-rohan.sdsu.edu/faculty/vinge/courses/spring00/cs580/notes/javanet/javanet.html

Similar Messages

  • HOw to delete files from remote server?

    Hi,
    I want to delete files from a directory on remote server.
    I use the following command to delete on current server:
    find $srcdir -mtime +90 -name "COR*.txt" -exec rm -f {} \;
    Now, how can I delete files from remote server ?
    Thanks!
    Yogini

    Some possible options:
    1. There exists SSH implementation for Windows.
    2. You can make a workaround. You can setup share for specific/wanted directory.
    Then you can mount it on Linux machine and execute command localy and delete files "localy" in mounted directory.
    3. You can setup FTP server on Windows machine and do that remotely via FTP commands.

  • Drag and drop from remoter server

    Drag and drop from remoter server I get this<img src="../My Documents/SITKA/Unnamed Site 6/4coldfront_jacketAD.jpg" width="207" height="207" longdesc="http://www.jonsered.ws" /> what I want is this <img src="http://www.jonsered.ws/coldfront_jacketAD.jpg" width="207" height="207" longdesc= />
    the first one does not work on the web
    How is this done?

    When you click on a file (drag & drop) in Remote Server panel, DW GETS the file and places it in your Local Site folder.
    Your local site is defined in DW as ./My Documents/SITKA/Unnamed Site 6/.  Hence the path name change.
    Make sense?
    Nancy O.

  • Can't call a VI from remote server

    I have a VI running on a labview development machine(Labview 2010), the main function is handling excel report using report generator. I follow the link http://www.ni.com/white-paper/14469/en to set up labview machine and teststand machine respectly. But when I tried to call the VI from remote server, it is still not able to load the VI front panel and show the connectors. See the  attachment. It looks like it still trying to load VI from local drive because it can't find the builded-in subvis for report generator function.
    What should I do to make it work? Thanks!
    Solved!
    Go to Solution.
    Attachments:
    TestStand error.png ‏107 KB

    For those interested in the solution, the problem turned out to be two things.
    The first is if you want to be able to load a prototype of the VI in TestStand, you will need to either share the VI or create a dummy VI. If the shared VI uses subVIs you do not have access to, then you are better of creating a dummy VI that has matching connector panes.
    The second problem had to do with how the remote VI path was specified. If you have shared the VI, then you will enter in the shared folder path as your remote VI path. If you have not shared it, then you will need to enter in the VI path as it is on the remote machine.
    Rohama K.

  • Debug flex app loaded from remote server

    Hi,
    I'm developing a flex app which gets loaded from a remote
    server and it connects using amf to that server and gets some data.
    Now, I can't test from within the flex builder ide, as the URL will
    be empty. When I test using IE/Firefox pointing to the remote
    server URL where this debug.html is mounted, the swf asks for a
    host ip/name where a flash/flex debugger runs. When I give
    localhost/127.0.0.1, it fails and displays the dialog box again. Is
    there a way to connect the swf from remote server to connect to a
    debug console inside the FB2 ide?

    Well, I ran all commands shipped with FB2and found out that
    fdb does connect and allows to "continue". Still the in IDE
    developing experience and quick turn around isn't there. Is there a
    way to get the URL from which the swf was loaded from within the
    swf, so that if its a remote server, I can get data from it, else
    its in debug state, so I can get data from some hard coded
    host.

  • How to execute an SSIS package on a scheduled basis from remote server and pass in input files

    I have an application server and a db server.  My db server has all things SQL Server stored on it (DBMS, SSRS, SSIS, etc.)  I have several nightly batch process SSIS packages (dtsx files currently) that will pickup an input file and import them
    into the database.  I would like to execute all batch processes from my application server as I have quite a few other ones as well that do other stuff outside of SQL Server via powershell.  My question is how to do this?  Is there away to execute
    them remotely via DTexec.exe, should I set them up as Agent jobs and somehow pass in the file names\location (how?), create and SSIS catalog, etc.?  
    I need to easily be able to see if the packages execute successfully or not and if not capture the detailed information of why they failed from the remote server so I can use that to drive my process flow logic in the batch processes.

    Hi Jason,
    According to your description, you want to execute a package on a schedule and receive notification when package ends with error in the job.
    After testing the issue in my environment, we can directly add the package in a step of a job, then add a schedule and set the Alert and Notification property in the job to achieve your requirement. For more details, please see:
    Create a Database Mail in the SSMS.
    Right-click the SQL Server Agent services to Enable mail profile, then select the appropriate Mail profile.
    Under the Operators folder, create an operator with the correct E-mail name.
    Right-click the Jobs folder to add a new job.
    In the Steps pane, New a step with SQL Server Integration Services Package Type to run the package.
    In the Schedules pane, New a schedule for the job.
    In the Alerts pane, New an alert with SQL Server event alert, then enable Notify operators option with an operator in the Response pane.
    In the Notifications pane, enable Email option with same operator and When the job fails selection.
    Then when the package fails, the job would be failed and we can receive the error message in the mailbox.
    Besides, please make sure the account that execute the job has correct permissions for the file, for the folder that contains the file, and for the database.
    References:
    Configure Database Mail – Send Email From SQL Database
    How to setup SQL Server alerts and email operator notifications
    Thanks,
    Katherine Xiong
    If you have any feedback on our support, please click
    here.
    Katherine Xiong
    TechNet Community Support

  • Using scp to copy files from remote server to mac from a newbie

    Hi am a new poster to this forum and getting (re)acquainted with the unix world using terminal on the Mac. I am part of webteam for a large website run by a nonprofit where I have administrative access. I hope that this forum is the correct venue for my question.
    The other day I used terminal tsch to logg onto a remote server where I have admin privaleges. One of the other admins and I were in the process of experimenting with using either rsync or scp to "backup" the server. We are experimenting with different backup strategies over and above those supplied by our web host. After finding out how to open port 22 on my modem and setting services in sharing to allow for remote log on, I logged on to the remote server and ran this command (suggested by another admin):
    scp -r -p -v /remotefolder [email protected]:/Users/drktyler/Documents/serverBU/
    Unfortunately I had severely underestimated the amount of time it would take to perform scp and needed to terminate the scp job. For example, I only got 100 MB onto my Mac in one hour (normally takes about 6 mintues to download a 100 MB file from the internet) I tried to kill the job by doing:
    ctrl -z
    ls ps
    kill (scp pid #)
    This did not work. And I forgot about trying ctrl-c <blush>
    I was able to exit my session on the remote server which "exited" the scp job.
    Oh, before running scp, I did try rsync and it did not work. Unfortunately, I had not set my terminal session to an unlimited buffer size, so the early part of my session rolled off the terminal screen. This means I have no idea what the error was.
    This morning the other admin was performing some backups on the remote server and noticed that there was a an unexplained directory on the remote server named:
    mymacuserid
    It had what he called some rpms. I am not exactly sure what a rpms cache files are, but I think that rpms has some relatationship to the RPM package manager used by many linux systems. I could not account for how the mymacuserid directory got on the remote server because I did not put it there and my log in id to the remote server bears no resemblance to my Mac user id.
    We don't believe that this directory did any harm to the remote server, but I sure as heck would like to know how it got there.
    My question is if there was something about my scp command that
    (1) created this "temporary" mymacuserid directory on the remote server
    (2) did the way I ended the scp job by exiting the terminal mean that this temporary directory was not "cleaned up."?
    (3) what other options might have been available to me to kill the job and clean up after the job? ctrl-c while logged onto the remote server? opening up a second terminal window and killing the ssh job?
    (4) is scp normally that slow?
    My Mac: Mac Mini, 1.66 GHz Intel Core Duo, Memory: 1.5 GB 667 MHz DDR2 SDRAM, Mac OS 10.4.8
    Remote server: CPU AuthenticAMD, AMD Athlon(TM) XP 2600+
    Version psa v8.1.1_build81070716.12 os_CentOS 4.2
    OS Linux 2.6.9-55.0.2.EL {CentOS is built from Red Hat Enterprise Linux}
    Respectfully yours,
    treehugger from nj

    J.V. Thanks so much for your very helpful response!
    The other admin who was trying scp over the weekend also reported that the job ran very slowly, so I suspect the slow response time may be on the remote server end. I do appreciate knowing that you have gotten 80% of your advertised DSL speed with scp.
    Thank-you for being so polite and gentle in your response. No I did not know that if the remote patname has white space in it, that I need to quote the whole path and escape any white space with preceding backslashes as you showed in your rsync example.
    Finally, as for the rogue elements being left on the server, I figured out that these rogue elements were left on the server the day before I did the aborted scp job because I had to quit the terminal in the middle of an active rsync job while logged onto the remote terminal. When I went onto the server this morning, I checked the timestamps on the rogue files and the timestamps match up.
    The other admin has finally succeeded in doing a full server back-up (in addition to the back-up using the back-up utility provided by our web host). So, for the moment we are in pretty good shape. Of course, I'm not sure that I could replicate what he did. <shrug>
    Thanks again. I'm glad I posted on this forum as I have always learned a lot by reading the apple forums I suspect that I will be posting again.
    T.H.
    P.S. Please forgive me for not including copies of your original message in my reply. There is probably a setting that I need to change.

  • Screen shrinks; Remote server error message

    When Users other than me log on they get an error message after a few minutes. The screen shrinks to the upper left hand corner and red text appears in the center of the screen: "Unable to connect to remote server. Please ensure main computer is running and within the same local area network. Click to continue". I cannot figure out where this message is coming from. I do not connect to any remote servers, I have sharing off, and firewalls on. It only occurs for my non-administrator users.
    Any ideas what is triggering this message?

    I would suggest a complete reinstallation of the software. First uninstall the software using windows uninstaller and then comfirm if the folder c:\Program Files (x86)\Adobe\Photoshop Elements 5\ or c:\Program Files\Adobe\Photoshop Elements 5 whichever applicable has been deleted.  After this, install the PSE again

  • Help! Downloading a file from remote Server

    I am currently doing a program for downloading a specified file from the remote server i.e from any website. If the downloading process stops in between due to some problem in the internet connection, then my program needs to start the downloading the file again to the local directory from where it was left.
    My idea is that, getting the size of the remote file initially when the downloading process starts and if the connection is interrupted, i will check the size of the downloaded file in the local directory with the remote file size. If the remote file size is greater than the localfile size, i need to start downloading the file where it was left i.e start downloading the next bit from the remote file.
    Is there any way to get the contents of the remote file from the specified point say 50th byte from a total file size of 100 kb using java?
    which concept to use FtpClient or sockets?
    iam a little bit confused!!!!
    Please help me.
    Thanks in advance.

    For HTTP you can use this function to open the stream with offset:
    InputStream openStream(URL url, long offset) {
        try {
            URLConnection uc = url.openConnection();
            uc.setRequestProperty("Authorization", "Basic " + (new BASE64Encoder()).encode("username:password".getBytes()));
            if (offset != 0 && url.openConnection().getHeaderField(0).toUpperCase().startsWith("HTTP/1.1"))
                uc.setRequestProperty("Range", "bytes=" + offset + "-");
            return new BufferedInputStream(uc.getInputStream());              
        } catch (MalformedURLException mfURLe) {
            System.err.println("Malformed URL in Client Updater. Unable to receive update list: " + mfURLe.getMessage());
        } catch (IOException ioe) {
            System.err.println("Unable to open input stream: " + ioe.getMessage());
        return null;
    }

  • Transporting user defined selection screen from one server to another

    How to transport a user defined selection screen (0100) from one server to another.
    PBO and PAI modules written in PBO and PAI events for the selection screen are
    not transported.
    How to transport the modules in the events for the selection screen.

    Hi,
    Krishna, <b>All</b> the Objects(prms,classes,tables,stru...) will be transported thru Transport Objects only..
    Check Utilities->version->Version Mgt -> Here u will have the Transport number(if it's created under trnasportable obj).If you do not find TP no,then u would hav saved that as a Local Object.
    Then Relase the TP no from SE10 Trnx.
    Rgds,
    Jothi.P

  • Progressive Flash Not playing properly from remote server

    I have Flash CS3.
    PROBLEM: I've encoded a video using Flash's CS3 "Progressive
    Download" option and then uploaded the resulting video (along with
    it's associated files created by Flash ie: .fla, .swf, script
    folder with action script, etc.) to my server (webpage and video
    was created through Dreamweaver CS3).
    RESULT: A flash video that plays on the web, but has pink
    colored digital boxes that breakup the picture... poor quality.
    Please follow this link for an example:
    http://rivhawk.tripod.com/index.html
    I've watched multiple step-by-step tutorials by Adobe for
    creating and uploading Flash video, both with Flash CS3 and even
    Dreamweaver CS3. I've tested by creating the flash content in Flash
    CS3 and directly through Dreamweaver. The same digital noise, pink
    blocks occured.
    NOTE: Before uploading the flash content and associated
    files, I tested the flash video in my browser through Dreamweaver
    (from my local directory, not remote server)...and it
    plays/operates perfectly. It's only once it's uploaded that the
    problem occurs.
    I've encoded the video with Flash 8 and Flash 9 at low,
    medium and high qualities...same results (even by different
    computers accessing the content on the internet). It happens in
    Firefox and Internet Explorer.
    After 3 days of tests and research (and viewing samples of
    other beautiful progressive download videos on the internet) I'm
    wondering if I am missing something very simple, if there is a bug,
    is this a known issue etc.
    Please help, and please understand that I've been through all
    the tutorials on creating/using Flash Video...and specifically
    using the Progressive Download option for use on remote servers
    that don't have the Flash Media Server.
    Please assist.

    > Hi, I am very new to the video thing. I created a Flash
    swf that plays an
    > flv
    > file and everything works fine when I upload the swf and
    the flv file to
    > the
    > same directory on our web server. We'd like other web
    sites to be able to
    > place
    > this video on their site, but we do not want to give
    them the actual
    > files,
    > rather have the video files pull from our server.
    You can play video from any server by using a full URL ie
    http://www.anotherdomain.com/flashvideo.flv
    <param name="movie" value="videos/rep.swf" />
    Looks like you're building an FLV player in Flash to play
    your video rather
    than embedding it using DW. If so you need to open the source
    FLA you used
    to generate 'rep.swf' and insert a full URL to your flv file,
    then publish
    the swf and upload again.
    > I've tried changing the value and embed source tags to
    be complete urls
    > referencing the actual video location, but I still get
    an error saying the
    > flv
    > file cannot be found. Is there a way to do what I'm
    requesting?
    As above, or you can just embed the video on a web page in
    DW, using a full
    URL to your flv. If your flvs are on a server and you are
    connected to the
    internet, you should be able to play the flv using preview in
    browser before
    uploading the page.

  • Transporting Screen from one Server to another

    Hi Everyone,
    I have developed one program ( containing several Screens )as local object and I want to transport it from one server to another server without creating Transport Request. Please Help regarding the same.

    hi,
    You need to assign the program with screens to a development class and create a transport request for the same. Without a transport request, its not possible to transport from one server to another.

  • To access a 11gr1 db from remote server which parameters needs to be set

    Hi,
    I would like to access my db from a remote server, for this which parameters i need to set?
    Thanks,

    By default you don't need to set any instance parameter for this because Oracle Net listener will run on port 1521 and database will register dynamically to local listener on port 1521.
    If listener does not listen on port 1521 then you need to set instance parameter LOCAL_LISTENER: http://docs.oracle.com/cd/E11882_01/network.112/e10836/listenercfg.htm#CHDCCHIC.

  • Lost my files, can I dl from remote server?

    So, I'm stupid and arrogant and didn't back up my computer
    and of course my hard drive failed.
    I'm also clueless to most of this html web design stuff but
    do it myself anyway cause that's just how I am. That
    and being poor.
    Anyway, is there a way to recover the dreamweaver files from
    my remote server or something without having
    to completely rebuild my website again?
    I'd really appreciate a prompt reply. Of the helpful sort.
    Non-helpful replies may take their time.

    Prior to HD failure you had a site defined in Dreamweaver?
    You uploaded the files using DW's FTP.
    If so, now that you are up and running again, open DW,
    recreate the site
    definition, connect to the Remote site and "GET" the files,
    bringing them
    back down to your computer.

  • Can i take expdp from remote server

    we have three databases ( 10.2.0.1 / OEL),
    I configured seperate server (OEL/10G CLIENT ADMIN PART) for taking backup for all 3 databases(
    is it possible to run datapump from remote system
    and write the dump file in the remote system (backup server), it writes only in the
    database server not in remote server. Because we have declared datapump
    directory in local system not in remote system.
    Can i take expdp from my backup server for all three databases.
    i edited tns_names.ora file(for all databases) in backup server.

    santhanam_oradba wrote:
    we have three databases ( 10.2.0.1 / OEL),
    I configured seperate server (OEL/10G CLIENT ADMIN PART) for taking backup for all 3 databases(Really? What is your backup configuration? Are you using RMAN?
    is it possible to run datapump from remote system
    and write the dump file in the remote system (backup server), it writes only in the
    database server not in remote server. Because we have declared datapump
    directory in local system not in remote system.
    Can i take expdp from my backup server for all three databases.
    i edited tns_names.ora file(for all databases) in backup server.The only way I can possibly think of doing it is if your ORACLE DIRECTORY OBJECT points to a mount point that is over the network.
    Remember using Data Pump dumps is not equivalent to taking backups :)

Maybe you are looking for

  • Issue with Mail

    Hi there, after upgrading my Snow Leopard to Lion on my client, I can not access my Emails on my Snow Leaopard server anymore. After some discovery, the situation is as follows: *Upgrading was flawless. *Launching mail was followed by the setup dialo

  • Photoshop Elements 10 Installed in 2 computers

    I accidentally installed this version of photoshop in 2 of my computers, so it doesn't work anymore (because of the Track Number). I unninstalled it in one of them, but it still doesn't work! What am I supposed to do?

  • E)2581279      Assert failed in /modules/streams/flv/TCFLVData.cpp line 1202

    In an application where I do a recording from webcam to fms, sometimes I obtain this error in core.XX.log: (e)2581279 Assert failed in /modules/streams/flv/TCFLVData.cpp line 1202 - when it happens the effect client side is that I try to play a strea

  • Hp photosmart 3200 series is not printing the right colors (mostly black)

    i think i have a hp photosmart 3200 series  so when i try to print black it comes out a like a blue-green color it started happening after i changed the black i think not 100% shore =(                so i have tryed useing all the tools that comes wi

  • I want to hide/secure/privatize applications on my iPhone/iPod Touch.

    I need to hide/secure applications on my devices. Specifically, I use the Facebook application and I do not want my girlfriend to peruse it if she picks up my device. I do not want to use illegitimate software. settings --> general --> restrictions o