- 
        1. Re: Accessing Teiid Server from a remote Designerrareddy Oct 28, 2010 10:30 AM (in response to vplanat)Vincent, Which version of the Teiid Server are you using? If you are using one the latest 7.2-xxx releases, the "admin" connection is by default secure and uses anonymous SSL. So, try using "mms://ip:31443" as the URL. This is make sure that none of the passwords for datassources are sent clear channel. Thanks. 
 Ramesh..
- 
        2. Re: Accessing Teiid Server from a remote Designervplanat Oct 28, 2010 1:26 PM (in response to rareddy)Thanks very much for your answer I've installed a 7.1 version. I've tried nevertheless the mms: option without success. Still same answer. I still get this small TCP socket traffic but nothing in the server.log. Do you have a thread of investigation I could follow ? Thanks again for your support vplanat 
- 
        3. Re: Accessing Teiid Server from a remote Designerrareddy Oct 28, 2010 5:41 PM (in response to vplanat)Vincent, hmm, did it just stopped working or it never worked for you? You can check the admin connection by installing the AdminShell tool, and issueing a "connectAsAdmin()" call. This is exactly same call that Designer does. Otherwise, use "org.teiid.adminapi.AdminFactory" class in the client jar and write a simple test using "createAdmin" method on it. These will rule out any connection issues to the Teiid Server. Ramesh.. 
- 
        4. Re: Accessing Teiid Server from a remote Designerrareddy Oct 28, 2010 5:44 PM (in response to rareddy)Also, I just saw the "remote" part. Did you start the JBoss AS using "-b IP" option? Do you have any firewalls preventing the access to the Server? 
- 
        5. Re: Accessing Teiid Server from a remote Designervplanat Oct 29, 2010 1:36 AM (in response to rareddy)Thanks very much for your answer, Yes -b 0.0.0.0 with firewall & selinux down resolved the issue ..! Thanks a lot Regards vplanat 
 
    