tweak_master
New Member
I'm rather new to setting up appservers and thin-client environment, especially in unix, but I recently managed to:
-create an appserver;
-setting up a webserver;
-using AIA and webclient;
-create a simple application, and run the business logic using "connect" via AIA on the appserver.
So far so good, the next step is building smartobject applications, deploying them on the appserver (and later deploying them via webclient):
I created a small smartobjects application and defined a partition for the appserver in "service parameter maintenance". I developed the application with configuration "local" and a direct database connection, this works fine. All the SDO's are compiled with the right partition, and in the application itself, the right partition is set in the "instance properties".
Problem: When I change the partition to "remote", my application doesn't start. It just flashes and gets back in design-mode.
The appserver-log gives the following messages:
[... AS AS Application Server connected with connection id:... (8358)
[... AS -- (Procedure: 'constructObject adm2/containr.p' Line:6518) ** "c" was not found. (293)
[... AS Application Server disconnected with connection id... (8359)
I copied all the *SDO.w, *SDO.r and *SDO.i files to the working directory of the appserver.
I've tried to
-copy my ADM2 and GUI/ADM2 folders to my working directory in the appserver and referencing them in propath;
-referencing propath to the adm2 folders directly in the DLC of the unix-server.
I'm losing a lot of time figuring this out, what am I doing wrong here? Help!
-create an appserver;
-setting up a webserver;
-using AIA and webclient;
-create a simple application, and run the business logic using "connect" via AIA on the appserver.
So far so good, the next step is building smartobject applications, deploying them on the appserver (and later deploying them via webclient):
I created a small smartobjects application and defined a partition for the appserver in "service parameter maintenance". I developed the application with configuration "local" and a direct database connection, this works fine. All the SDO's are compiled with the right partition, and in the application itself, the right partition is set in the "instance properties".
Problem: When I change the partition to "remote", my application doesn't start. It just flashes and gets back in design-mode.
The appserver-log gives the following messages:
[... AS AS Application Server connected with connection id:... (8358)
[... AS -- (Procedure: 'constructObject adm2/containr.p' Line:6518) ** "c" was not found. (293)
[... AS Application Server disconnected with connection id... (8359)
I copied all the *SDO.w, *SDO.r and *SDO.i files to the working directory of the appserver.
I've tried to
-copy my ADM2 and GUI/ADM2 folders to my working directory in the appserver and referencing them in propath;
-referencing propath to the adm2 folders directly in the DLC of the unix-server.
I'm losing a lot of time figuring this out, what am I doing wrong here? Help!