query regarding connection to Jaguar ServerI am using Jaguar CTS 1.1.1.when connecting to the Jaguar server from
Java applet
it gives following exception.
I have created a package named "company" and component named "employee"
in
jaguar manager.all are installed in the jaguar server.
createInstance exception : Error occured while invoking a Jaguar
method.Received an exception with the message : Command::runCreate:
Unable to create object context for
employee_v_1_0
for connection to Jaguar server I have written following piece of code.
String _host = "machine name";
int _port = 787...
How can I connect to Jaguar Server from PB ActiveX clientcan you please explain in details with example code how can I connect to
Jaguar server
from an ActiveX client built in Powerbuilder.
Thanks.
Which versions of Jaguar and PowerBuilder?
Carson
________________________________________________
Carson Hager Dynamic Data Solutions,
Inc.
Team Powersoft http://www.dyn-data.com
CPD Professional
Microsoft Certified Professional
***********************************************************
Enterprise Applications in Yo...
remote connection from EAserver to remote web serverDoes any one know what is the criteria to create a EAserver profile to
connect to a remote web server.
I need to deploy my web application to a remote web server.
Any suggestion is a big help.
thanks
Nahid
...
Client Connection Information and Remote Stop Connection in JaguarIn DBP, the PB functions "GetServerInfo" and "RemoteStopConnection" are used
to retrieve client application connection information and to disconnect a
client from the server application by the client application with
administrative privileges. But in Jaguar, we cannot use these functions to
implement the same functionality. For retrieving connection information, we
could use the functions "JagGetUserName", "JagGetPeerAddress", and
"JadGetPassword". How can I invoke these functions? I want to know which DLL
file I should call in the local...
Query regarding remote connectionHello,
we have installed powersoft Jaguar CTS 1.1.1 in two machines.
we are in the process of evalutaing Jaguar CTS 1.1.1.
Now,I have developed an application whose client side a Java applet,
server(Jaguar) component developed using Java(JDK 1.1) and the java
component which is registered in Jaguar manager inserting data
in a table which is created in SYBASE SQL Anywhere 5.0 database.
The above aplication is running successfully if all(client side
code,Jaguar server component and database table) are installed in a
single machine.
Now,I am trying to run the above application b...
Connecting to Remote Jaguar ServerHi all.
I have NT at my office with my development seat of Jaguar installed.
At home I have 95 installed with my new PJ 3.0. I want to be able to try
out some jaguar development from my home connecting to the Jaguar server
at my home office.
Can I do this?
Best,
jb
As long as you can open an IIOP socket to the server, you can do it.
Carson
________________________________________________
Carson Hager
Team Sybase
Dynamic Data Solutions, Inc.
Enterprise Application Studio 3.0 Consulting and Training
http://www.dyn-data.com
Bobby_x wrote in message ...
...
Remote Client/Server ConnectionI was able to provide a client/server connection for my remote users
by
opening port 1677 on my old SMC Barricade broadband router, I recently
acquired a WatchGuard Firebox 700 to enhance system security, but my
remote
users are unable to use client/server even though I have port 1677
open on
the firewall for both TCP and UDP packets. Does anyone have any
experience
with a Firebox and GroupWise remote? GW 5.5 on a NetWare 5.1 server.
Dennis Maine
It's probably what is not getting back out that is the problem, see
TID10058089.
--
Barry Merchant
NSC Volunt...
Query regarding remote connection #2
--------------DB91A61CF53C79B0FAC2505C
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hello,
we have installed powersoft Jaguar CTS 1.1.1 in two machines.
we are in the process of evalutaing Jaguar CTS 1.1.1.
Now,I have developed an application whose client side a Java applet,
server(Jaguar) component developed using Java(JDK 1.1) and the java
component which is registered in Jaguar manager inserting data
in a table which is created in SYBASE SQL Anywhere 5.0 database.
The above aplication is running successfully if all(client side
code,Jaguar s...
Connecting to remote jaguar server over internethi
We have a jaguar server installed at a location.over the internet
When i try to connect Jaguar Manager to that server i get connection error
as--
org.omg.CORBA.OBJECT_NOT_EXIST: minor code: 0 completed: No
at java.lang.Class.newInstance0(Native Method)
at java.lang.Class.newInstance(Class.java:241)
at com.sybase.CORBA.iiop.Connection.invoke(Connection.java, Compiled Code)
at SessionManager._st_Session.create(_st_Session.java, Compiled Code)
at
com.sybase.jaguar.management.JRepository.openJaguarRepository(JRepository.ja
va:1864)
at com.sybase.jaguar.management.JRep...
connect a database in remote server (can connect to the server via SSH)Hi, All:
I am a new to perl. My perl code need to connect to the database in
the remote server, and I can login that server via SSH. Can anyone
give me a hint about how can I do that? Many thanks.
On 7/17/07, zhangxiaoyu912@gmail.com <zhangxiaoyu912@gmail.com> wrote:
> I am a new to perl. My perl code need to connect to the database in
> the remote server, and I can login that server via SSH. Can anyone
> give me a hint about how can I do that? Many thanks.
Have you seen what's on CPAN?
http://search.cpan.org/search?query=ssh&mode=all
Good luck w...
Remote connections work, Local connections don't !!!! This failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.
This is really weird. I am develping a web site on my local box pointing to a remote database. It all works fine. Then, I migrate the site to that remote server (running IIS and SQL Server 2005), so that the site and the DB are now on the same server.. the SAME server on which the database resides to which I can connect from my local dev box.... and the connection does not work!!!! This is the connection string I am using:<add name="MyConnectionString" connectionString="Data Source=xxx.xxx.xx.xx;Initial Catalog=DatabaseName;User Id=xxxx;Password=xxxx...
Connecting to Jaguar Server from Powerbuilder ActibveX clientAs far as I know, connection to Jaguar Server from PB ActiveX client can
be done via sybase openclient.Is it possible to connect to Jaguar server
from PB activeX client using ODBC ? If possible then how ?
where can I get sybase system 11 driver ?
Thanks in advance.
-Chandu
...
How to do ssh connection from client-to-remote machine1-to-remote machine2-to-remote machine3 and execute command on remote machine3--f46d04428d2c35d56d04c801452a
Content-Type: text/plain; charset=ISO-8859-1
Hi All,
I am working on an automation scenario, where the steps mentioned below are
to be performed;
1. Script has to run on client machine.
2. Using the Perl script on client machine, we need to login to remote
machine-1 using ssh protocol.
3. From remote machine-1, the script should login to other remote machine-2
using ssh protocol.
4. From remote machine-2, the script should login to other remote machine-3
using ssh protocol and execute a command, collect the output.
Here limitations is we...
New to EAServerThanks for the replies to my earlier post. I have been successful in
downloading and installing EAServer4.1 but now when I try to connect to the
server frm Jaguar manager it says Server could not be located. The Jaguar
server is up and running on port 9000 localhost, any ideas on why can the
Jaguar manager not connect to it. Please help.
Take a look at the log files in $JAGUAR/bin, specificy jaguar.log to see if
any errors are reported. Also, verify that there is an IIOP listener at
port 9000 on machine localhost.
By default, there is no password to log into Jaguar, and the use...