Knowledgebase
Knowledgebase : Appeon > Configuration & Settings
Yes, you have to configure the transaction object in the AEM for each
new application.
The Appeon server port number is the same as the JBoss http port. The
JBoss http default port is 8080. You can go to the \$jboss-5.1.0.GA
[1]$\server\default\conf\bindingservice.beans\META-INF/bindings-jboss-beans.xml
to modify this value.
http://localhost:8080/ [2]
http://localhost:8080/admin-console/login.seam?conversationId=8 [3]
The port number cannot differ if the Web server and application server
are the same type. For example, if the web server is JBOSS and the
application server is Appeon S...
Appeon fail over is a session level fail over. Once you correctly
configured Appeon Cluster function, all the session information
happened on one member server will be automatically backed up on the
other member servers in this cluster. Therefore, if one of the member
server hangs, the session will be automatically responded by the other
member server. You don't need to re-login to the system.
When the customer exit the webenabled application they have a blank
page... they would like to know if it would be possible to have a web
page of their company?
In the application "close" event of the PB application use the
HyperlinkToURL function to open their Website URL.
The AEM configuration settings will be saved into appeondb, and some
XML file.
The default username is admin and the default password is admin. The
username and password settings for AEM can be modified in Security
settings in AEM. Refer to Security in the Appeon Server Configuration
Guide for more information.
The performance of the application depends on the complexity of the
application itself and how it is coded, the hardware and the network
connection. You will find our recommendations below concerning these
three points:
* In terms of hardware:
* Type of of processors: at least 1 multi-core CPU per server
running at 1.8 GHz or faster.
* RAM memory: at least 2 GB of free RAM (4 GB is recommended) plus
2GB free hard drive space (for Appeon Server Installation only). In
general, we recommend 8G memory o...
Please revise the aem-config.xml file in the "...\inetpub\wwwroot
\appeon\AEM\config\" folder: replacing the 7th line in the file with
the line , then restarting the Appeon Server to make the changes take
effect.
Once you reset you can login into AEM with with username 'admin' and
password 'admin'.
The path for EAServer is:
"...\Sybase\EAServer\appeon\repository\%instancename%\config\" folder:
replacing the 7th line in the file with the line
You can find the above solution in Appeon Help | Trou...
To create a connection cache to connect to your DB, you must go in
AEM and map it to the transaction object in AEM > Application
Properties > Transaction Objects > [your application].
For more information please refer to Appeon Help - Appeon Server
Configuration Guide for .NET/J2EE - AEM User Guide - Server - resource
- Connection cache
Before migrating to a greater version of your DB please upgrade your
version on the DB test server and run some test with Appeon to try to
connect to the DB. If there is no problem you can upgrade the product
database server.
For the Appeon Developer, you don't need to change the configuration
of the DB setting. You don't need to re-deploy it if the configuration
is changed while re-deploying the application. However you need to
change the configuration if the DB type is changed.
In the AEM you need ...
You may have this error when upgrading to a major version of Appeon
or installing an EBF (see attached).
Before contacting Appeon support please be sure of doing a FULL
deployment of your application with the new version.
If you are using Websphere you need to undeploy the application and
then redeploy it (full deployment)
If after doing a FULL deployment you still have the error, the issue
is probably caused by the different Web root between the web server
and the application server.
In the...
This article describes the steps the Client must follow to ensure
that the issues being reported are reasonably-suspected to be Appeon
Product Issues. It is important the Client carefully follows this
checklist to avoid wasting precious down time and frustrated users.
Appeon Technical Support will only assist with Appeon Product Issues.
APPLICATION SERVER DOES NOT START
This is NOT an Appeon Product Issue and is NOT covered by Technical
Support.
WEB BROWSER DOES NOT START
This is NOT an App...
For more details of the related data sources\connection caches
configuration, you can refer to the Setting up connection caches part
in the Appeon Server Configuration Guide for .NET, or the Setting up
Appeon Server data sources\connection caches part in the Appeon Server
Configuration Guide for J2EE as needed.
IN APPEON 2015
Please go to the AEM> Welcome > Application > Client Features > Your
application > Application title
IN APPEON 2013/APPEON 6.6
Please go to the AEM> Welcome > Application Client Features > [acf] to
delete the For Developer Use Only from the Application Title (see
attached - for dev use only).
IN APPEON 6.5
Please go to AEM Console> Application Properties> Basic Information>
[your application] (e.g. [xmi_demo]) to remove the title (see attached
- change title on APB 6.5)
Please go to the AEM>Welcome > Server > Resources >
Maintenance>Configuration backup
We have deployed an application to AEM server. Under Transaction
Objects in AEM, I see the SQLCA transaction object, but I cannot test
it or update it because our Connection Cache dropdown list is empty.
If I try to add a new transaction object, or update/test an existing
one, I get an error message of 'Please select a connection cache'. Why
are the Data Sources that are defined in the application server
console not being displayed in the Connection Cache dropdown list?
Please resolve it by referring ...
We have several transaction on current PB application and use INI
file to determine which database is selected from user.
Is "Connection Cache" mandatory to connect database ?
If it is, How can we change database server dynamically ? ( We have
different physical Database Server )
Is it possible to change all transaction parameters Dynamically by
PowerBuilder Script (using INI) with "Connection Cache" ?
Can we use only the INI file without "Connection Cache" like
PowerBuilder ?
You cannot use INI file ...
Below are the parameters of the transaction object:
SQLCA.DBMS = "OLE DB" //This property corresponds to the Connection
Type of Connection Cache.
SQLCA.LogPass = "appeon" // This property corresponds to the password
of Connection Cache. And if you set dynamic database connection of
connection cache property is on in the Appeon for .NET version, Appeon
can support Logid and logpass of transaction property. For example,
sqlca.logid = sle_1.text; sqlca.logpass=sle_2.text.
SQLCA.LogId = "sa" // This proper...
Please go to your application folder on web server, for example:
C:inetpubwwwrootsales, and modify the x32_application.htm(for 32-bit
IE) and x64_application.htm(for 64-bit IE) under this folder change
the title to the application name you want to.
...
The enterprise provisioning profile in Appeon Workspace (AWS 2013 R2
Build 0110, Build 0126, or Build 0136 (JP) ) will expire on November
7th 2014 and AWS will stop working after that.
You would need to use the latest AWS by following Appeon instructions
to solve this issue.
Note that unless you submitted your own AWS or your app as standalone
app to Apple store, you need to follow the instructions to fix this
issue. Read more detailed information and follow instructions from
http://demo.appeon.com/awsu...
For .net and EAserver, it is application file, for others Application
server, for example: JBoss, WebLogic, etc., it is war file.
To debug your application, the script is deployed in the Debug JS or
Debug PS/JS mode, please go to Appeon Developer > Configure to change
the mode to Debug JS or Debug PS/JS(as shown attached).
Please refer to article below for details.
http://www.appeon.com/support/documents/appeon_online_help/2015/appeon_developer_user_guide/ch06s01.html
[http://www.appeon.com/support/documents/appeon_online_help/2015/appeon_developer_user_guide/ch06s01.html]
Appeon supports Dynamic transaction object to data source mapping, you
can create two data sources to connect different database. Please
refer to the following steps:
1. Add data source pointing to different database in AEM;
2. Follow below online help documentation to setup transaction object
to data source mapping using dynamic transaction in Appeon Web
Application rather than doing it in AEM.
http://www.appeon.com/support/documents/appeon_online_help/2015/server_configuration_guide_for_net/ch03s05s01.htm...
Please to go Appeon Developer > Configure > %your application profile%
> DB Settings page to check the transaction object settings.
Please make sure all data source names exists in your AEM > Server >
Resources > Data Source page.
Or please delete the transaction object settings in Appeon Developer
and then deploy & package application again.
https://www.appeon.com/support/documents/appeon_online_help/2015/appeon_developer_user_guide/ch03s02s01.html#DBType
[https://www.appeon.com/support/documents/appeon_on...
The dynamic transaction object to data source mapping help to connect
to different database.
And the dynamic Database Connection option in AEM help to connect to
database with different DB user/password.
1- DYNAMIC TRANSACTION OBJECT TO DATA SOURCE MAPPING
Appeon supports Dynamic transaction object to data source mapping, you
can create multiple data sources to connect different database. Please
refer to the following steps:
1. Add data source pointing to different database in AEM;
2. Follow below onli...
Help Desk by Novalys