How to connect to remote resver running Windows Personal Webmanager

Dear all,
Currently, an applet of mine accesses an Access-database on a remote server (at the codebase address, of course) which runs IDSServer. The connection is set up like this (the apllet uses IDSDriver):
String url = "jdbc:ids://123.45.67.890:12/conn?dsn=MYSDN"
Connection c = new java2.sql.IDSDriver().connect(url, null);
This works okay, but I'll probably need to make do with a server running Windows Personal Webmanager in the very near future. Does anybody know what the correct url should be in that case? That is, what should be in between "jdbc:" and "MYSDN"?
Thanks for all help, and remember: the database is on a remote machine out on the web.
RS

Sure, if you know, you know. But it is not the url per se that is the problem, that's why I put in 123etc, it is the subprotocol and portsettings that matter. Plus, perhaps, an answer to whether the personal web server handles odbc connections at all. Now that would be helpful.

Similar Messages

  • How we can find out the running window application ?

    hi all,
    how can i find out the running windows application through my java program?
    if anyone know any methods or classes please inform me soon...........
    one way to ask is "how one can trap the running window's application through java code"?
    Please do inform, if you have any valuable guidelines to achieve this
    Thanks in advance

    I pretty sure this isn't possible. You could write something which uses JNI to call native methods, but you'd have to have methods avaliable to call. So suppose you wanted a process on a Windows machine to read the text in an instance of IE's address text box you'd first need a way to do this with Windows specific code. And I can't think how you'd do that - unless you are directly interacting with the OS. So I'm afraid there is no easy way to do this in Java, and even the very difficult way with JNI may not even be possible.

  • How to Connect to Remote ECC 5.0 System from EP ?

    Hi,
       We are using EP6.0 - located in India, and our client ECC5.0 System is in US. Can anyone please let me know the steps how to connect to Remote ECC 5.0 System?.
    Thanks in advance.
    Krishna Kumar J

    Hi,
    Finally we have successfully got connected the ECC 5.0 system which is located in the remote network thru VPN Connection using the same connecting procedure for the local R/3 System.
    Thanks & Regards
    Krishna Kumar

  • Upon launch of Lightroom after initial instalation a warning came up that said lightroom needs to create temporary files and cant open.  The it opened and the catalog i imported will not show the images.  How can I give permission? Running windows 8.1 64

    Upon launch of Lightroom after initial installation a warning came up that said lightroom needs to create temporary files and cant open.  Then it opened and the catalog i imported will not show the images.  How can I give permission? Running windows 8.1 64 bit.  I have avast virus software.

    Upon launch of Lightroom after initial installation a warning came up that said lightroom needs to create temporary files and cant open.  Then it opened and the catalog i imported will not show the images.  How can I give permission? Running windows 8.1 64 bit.  I have avast virus software.

  • How do I show remote printers in Windows 2012 RDWEB?

    Hi everyone,
    I have setup an Windows 2012 RDS host and am able to access it externally by using https://remote.domain.com/rdweb.
    Therefore I can log in and launch remote apps.
    Local printers get redirected, but I do not seem to be able to see the remote printers on the RDS server.
    The printer is installed and it is installed on the server.
    What if I want to print on the server printer rather than my own printer?
    How to get to show the printers in the RDWEB page?
    I do not get control panel, select device and printers here.
    Can someone enlighten me on this?
    Thanks very much.
    Regards
    Ipnotech

    Hi,
    Any takers for this question?
    When I use internet explorer to access the Windows 2012 r2 RDS server by typing https://remote.domain.com/rdweb, I get to logon and can see all my published apps and launch them.
    But when I print from a remote app I can only see my own redirected printers I cannot see the network printer which is installed on the server.
    I tried to change group policy under Computer Configuration/Administrative Templates/Windows Components/Remote Desktop Services/Remote Desktop Session Host/Printer Redirection and set:
    Do not set default client printer to be default printer in a session ENABLED
    Use Remote Desktop Easy Printer Driver first ENABLED
    Redirect only the default client printer ENABLED
    Then I run a gpupdate /force on the RDS host to apply the policy to the server.
    When I connect remotely from a Windows 7 client using IE and lets say I launch the wordpad remote app I can only see my client printers not the server printers.
    This seems to work if I RDP into the server with mstsc.exe but not using RDWEB.
    Does anyone know about this?
    Thanks and regards
    Ipnotech

  • Ctrl+Alt+End in Remote Desktop Running Windows XP with VMWare Fusion

    I am using remote desktop on Windows XP in a VMWare virtual machine on my MacBook Pro. When the remote computer I'm connecting to times out and locks the screen, I need to send ctrlaltend to get back to the login dialog to unlock the screen (ctrlaltdel gets processed by the local windows box and never passed through so ctrlaltend is the appropriate sequence in remote desktop). Only one problem ... my MacBook Pro keyboard doesn't have an End key (or any other key that maps to it as far as I can tell) ... neither does the bluetooth wireless keyboard I use. So how do I send ctrlaltend? Anybody else run into this and find a satisfactory solution short of disconnecting remote desktop and logging in all over again?

    That's weird.. I use RDC on my Vista's VM all the time and Ive never encountered this issue.
    Try running the RDC in full screen, so that the Ctrl-Alt-Del will go to the RDC.
    You can close the RDC window, and change the Options "Send Windows Combination Key" either to the RDC or the VM, or while the RDC in full screen.

  • How to connect to remote server with jmx from jvisualvm

    I have a WL 10.3.2 domain running on a single box. The adminserver and managed server are running on the same box, on different ports (7001 and 8001, respectively).
    I have a Spring application deployed to the managed server and I've configured it to register a Spring bean as a JMX mbean.
    When I run this entire configuration on my laptop, I can run jvisualvm and connect to my server and see and manipulate my registered mbean.
    I'm having trouble figuring out how to get a remote connection working, however. I want to run jvisualvm on my laptop and connect to the remote server.
    I first did "Add Remote Host", where I specified the IP address. It appears that this was created successfully, and it apparently was able to determine the DNS name for it.
    I then tried to add a JMX connection. In the "Connection" field, I just entered the IP address followed by a colon and 8001 (managed server port number).
    In the "Use security credentials" section, I entered the weblogic admin principal and credentials.
    When I click OK, it chugs for a while and eventually gives up, saying:
    Cannot connect to [email protected]:8001 using
    service:jmx:rmi:///jndi/rmi://nn.nn.nn.nn:8001/jmxrmi
    What might I be missing?

    I've resolved this. At least I was able to configure an authenticated connection. It doesn't use SSL yet, but I'm ok with that for a while.
    Resolving this only required changing the command line parameters for the managed server, and being aware of the "jmxremote.access" and jmxremote.password" files. The following blog article helped a lot: [http://www.dzone.com/links/r/monitoring_your_java_application_with_jmx_part_2.html] .
    I'm now passing the following command-line parameters:
    -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=8888 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=true
    The default "role" configured in "jmxremote.access" is "controlRole", and the "jmxremote.password" file specifies the credentials for that principal. I simply used that principal and credential in JVisualVM, and the connection succeeded.
    And I just used the "host:port" form, not the protocol form.
    Edited by: david.karr on Feb 4, 2011 12:47 PM

  • Connect to a printer that connected to a PC running Windows 7

    Hello
    I'm using an iMac running Snow Leopard, and a PC running Windows 7.
    I have a Brother DCP 130-C printer/scanner connected to the PC.
    I want the printer to be shared between both computers to be able to print wirelessly from my mac.
    How can I do that?

    The first thing I'd do would be to contact Brother tech support. (Assuming that I got a MFD that doesn't have an Ethernet port, that is, something which I haven't done for years now precisely to avoid this kind of thing.)
    Failing that, the boys at iFelix have a guide for connecting a printer on a WinXP system to a Mac. The procedure should be similar. <http://www.ifelix.co.uk/tech/3015.html>

  • How to network other computer and run windows program

    So I am trying to network another computer, using the IP address so i can access it anywhere, I have already figured out how to do it on the same address though. When I try to do the ip address i get afp://, cifs://, ftp://, ftps://, http://, https://, nfs://, smb:// or vnc://. things, What do they all do? Also It is a  windows network I am trying to connect to and also run a windows program on it but it wont work. I got the New system update on my computer if that makes a difference.

    Running a virtual machine requires either Parallels or VM Ware Fusion. The advantage of virtual machines is can run OS X and Windows simultaneously, this is a huge time savings over Boot Camp. With Boot Camp you boot the computer to either MS Windows or OS X you can't operate them at the same time. The are some advantages to Boot Camp though, first is it's free, whereas Parallels and Fusion sell for about $79 but if you shop you can find them for less. Both do the same thing so which one you get doesn't really matter that much. Also if you run 3D graphics intensive applications such as CAD/CAM, 3D renderings, or you live your life to play 3D games on your computer then Boot Camp will have better performance. If you don't fall into the 3D camp then virtualizaion by far is the way to go. Personally when I first got my Mac 4 1/2 years ago I loaded Fusion and Win XP, I found the performance excellent. However as I've totally migrated to OS X I rarely use Windows but it still resides on my system.
    Remember when you load Windows on your Mac (either virtualizaiton or Boot Camp) it is vulnerable to all the malware and instability any Windows box is so take proper precaution and use antivirus software for Windows and any other anti alarmed software you feel is needed. The good news is even if the Window side becomes totally diseased this in NO WAY affects OS X which is sound, stable and virus free.
    Finally as a recent switcher I would recommend bookmarking and using the following URL's.
    Mac 101
    Switch 101
    Find Out How Video tutorials
    List of Useful URLs for switchers

  • Connecting wirelessly to Imac running Windows XP for internet sharing

    Hello,
    At present I don't own a router, however when I directly connect my Imac to my cable modem (via ethernet cable) I am able to share the internet connection with other PCs via the wireless port in my Imac (while running Leopard)
    Occastionally I run Windows XP using bootcamp and would like to be able to do the same thing. I know how to turn on internet connection sharing in Windows, but I can't get computers to connect to my computer as I can when running Leopard. Is it possible to do this?
    Thanks

    What type of radio mode and encryption are you using?
    Are you using 802.11n 5GHz mode for example?
    iFelix

  • How to connect a remote server in my local pc?.

    I have a code to connect my server in visual basic 6.0 code, my sap version is 2007 A.
    Private Sub ConnectToCompany()
        '// Initialize the Company Object.
        '// Create a new company object
        Set oCompany = New SAPbobsCOM.Company
        '// Set the mandatory properties for the connection to the database.
        '// To use a remote Db Server enter his name instead of the string "(local)"
        '// This string is used to work on a DB installed on your local machine
        oCompany.Server = "(local)"
        oCompany.language = ln_English
        '// Use Windows authentication for database server.
        '// True for NT server authentication,
        '// False for database server authentication.
        oCompany.UseTrusted = True
        ChooseCompany.Show vbModal, Me
      End Sub
    but I want to connect my remote server and I didn't. Do i forgeting  something??... I changed "(local)" for my name remote server or my local Ip for remote server. But maybe my user name windows for autentication. there is Someone who can help me please. Which one is the correct data I need??

    hello freind
    i think yu are missing  company usernsme,password,db type like this code
    private void Connect()
                try
                    Cursor = System.Windows.Forms.Cursors.WaitCursor;//Change mouse cursor             
                    oCompany = new SAPbobsCOM.Company();               
                    oCompany.DbServerType =  (SAPbobsCOM.BoDataServerTypes.dst_MSSQL2008);
                    oCompany.Server = Properties.Settings.Default.ServerName.ToString();// change to your company server
                    oCompany.language = SAPbobsCOM.BoSuppLangs.ln_English; // change to your language
                    oCompany.UseTrusted = false;
                    oCompany.DbUserName = Properties.Settings.Default.UserID.ToString();
                    oCompany.DbPassword = Properties.Settings.Default.Password.ToString();
                    // Set connection properties
                    oCompany.UserName = txtUSer.Text;
                    oCompany.Password = txtPassword.Text;
                    oCompany.CompanyDB = Properties.Settings.Default.DatabaseName.ToString();            
                    //Try to connect
                    lRetCode = oCompany.Connect();
                    if (lRetCode != 0) // if the connection failed
                        int temp_int = lErrCode;
                        string temp_string = sErrMsg;
                        oCompany.GetLastError(out temp_int, out temp_string);
                    //  u.action_status("Connection Failed - " + temp_string, this);
                    if (oCompany.Connected) // if connected
                        this.Text = this.Text + " - Connected to " + oCompany.CompanyDB;
                        CheckUser();
                    Cursor = System.Windows.Forms.Cursors.Default; //Change mouse cursor         
                catch (Exception)

  • Airport Extreme can't connect to MacBook Pro running Windows XP

    I have a new Airport Extreme Base Station and an intel MacBook pro that is 6 months old and dual boot. The AEBS is set up with WPA2 and AEs. All works well for both MacOS (Leopard) and WindowsXP in wired mode and wireless works fine for the Mac side. When i run Windows, i can see the wireless network but i can't seem to configure it to actually connect to the network. I set it to WPA-PSK/AES, but it never can connect, and when i go back to check the settings in zeroconfig (the Windows connection manager) the connection is always reset to "WEP". Any suggestions? BTWQ, we can't connect my son's laptop (Windows XP ) either.

    Try changing the encryption, also make sure the computer is fully updated. Windows Xp computers do not all have native WPA2 capability. Try disabling security and see if that works. If it does not, it may be an interfernce problem on one computer. Try changing the wireless channel to 3 or 9

  • Is possible to connect a Remote Ressource with Windows Phone 8.1 ?

    I am trying to connect the my mobile with Windows Phone 8.1 with a remote ressource (and not remote PC). The address is something like "https://xxx.xxxx.xx/...". This connection is possible wiith Androïd and Mac. Here I don't fond it.

    Hi,
    Current versions of Microsoft Remote Desktop Preview for Windows Phone 8.1 do not support connecting to Remote Resources. I will help to forward your concern to the product group.
    Best Regards.
    Jeremy Wu
    TechNet Community Support

  • How to connect to remote process?

    Hi All,
    I tried to connect to remote process that to debug my EJBs on the standalone OC4J server. But I got the message "Debugger attempting to connect to remote process at myhost 4000..................... Debugger unable to connect to remote process."
    The startup command of the OC4J is: "java -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4000 -jar oc4j.jar"
    I have also placed the xmlparserv2.jar, ojc.jar and jdev-rt.jar into the Filder \<OC4JHOME>\lib.
    What can I do to resolve this problem?
    Thanks.

    Which protocol is used to connect to the remote debugger?
    The protocol is configured with:
    1. Select Tools>Project Properties.
    2. In the Project Properties page select Profiles>Debugger>Remote.
    3. Select the Remote Debugging checkbox and select a protocol for remote debugging.
    4. For PL/SQL, specify a database connection to locate PL/SQL source.

  • How to get video on imac running windows 7 from any source via mdp

    I have an imac ( 2011 / 27" ) running windows 7 and I want to get video from any source ( ie my macbook pro & mac osx ) via MDP ?

    Can I use Target Display Mode with Boot Camp and Windows 7 using a Thunderbolt capable iMac?
    No. Target Display Mode is not supported using Boot Camp and Windows 7 on a Thunderbolt capable iMac.
    http://support.apple.com/kb/HT4617
    The 2011 iMacs with Thunderbolt can (at the moment) only be used by other Thunderbolt-Macs as an external display when running OSX.
    http://docs.info.apple.com/article.html?path=Thunderbolt/10.6/en/30822.html
    Stefan

Maybe you are looking for

  • Getting values from JLabel[] with JButton[] help!

    Hello everyone! My problem is: I have created JPanel, i have an array of JButtons and array of JLabels, they are all placed on JPanel depending from record count in *.mdb table - JLabels have its own value selected from Access table.mdb! I need- each

  • Planned Delivery Conditions in PO

    Dear Experts , If I maintain a planned delivery condition eg freight for a particular PO & save it , the system picks the same condition type again the next time i make the PO . I want to avoid this . I want the condition values to be put manually ev

  • Flash not displaying correctly for only one web site

    In the last 3 or 4 days I seem to have problems with the flash content of one single web site not displaying correctly from my laptop.  I have the same problem from both IE (version7.0.5730.11) and from FF (3.5.8).  The site works fine from my deskto

  • BCS - Message from External System : 'Login failed for user 'NT AUTHORITY\IUSR'.'.

    Hello,  I have create a an external content type .  I Choose "Connect with user's Identity".  I create a external list that uses the ExternalContentType.  When I try open the external list from browser by User "TestUser" . I get the following error "

  • Cannot run a podcast using localhost or Intranet internal webserver

    Hi, I am testing the usability of podcasts on our training webserver to provide alternative platforms for users to access training videos. If I create a podcast xml file with the videos on an external webserver and put the URL link to the xml file in