OutSystems Forge 日本語データベース

Progress OpenEdge Connector

※Forge全件データの日本語検索サービスをご利用になりたい場合は、こちらまでお問合せください。

Forge英文サイト

2017-05-12 2.0.0 Juliano Custódio Parreira SQL Server .NET Applications, Connectors
Progress OpenEdge AppServerとの直接接続を管理するためのアプリケーション。
Progress OpenEdge AppServerとの直接接続を管理するためのアプリケーション。 特徴: AppServerとのさまざまな接続構成の登録。 Free SessionタイプのAppServerの使用。 同時接続の最大数の制御 すべての接続が使用されているときの要求のキュー制御。 要求キュー内のタイムアウト制御。 proxygenを介して追加のDLLを生成する必要はなく、プロシージャの "path + name"を介して直接プロシージャにアクセスできます。 すべての接続(メインスイッチ)のロック/ロック解除を制御します。 バックグラウンドでのマルチスレッドアクセステスト。 入出力パラメータを処理してText(最大2000文字)またはBinaryData(2000文字を超えるテキスト)として保存するなど、要求のログ。 接続のログを設定します。 OpenAppObjectControl(Beta)を再利用するためのKeepAliveオプションKeepAliveを選択しない場合、各要求時に接続が開き、閉じます。 要求とそれぞれのログの処理を一元管理するアクション。 パブリッシングとログインにおけるシングルトンの初期自己構成。 制限事項: Progress OpenEdgeプロシージャには、入力パラメータと出力パラメータが必要です。どちらもLONGCHARと入力します。 エクステンションでシングルトンを使用するため、アクセスはメインモジュールのWebServicesを介して行う必要があります。これは、Singletonの新しいインスタンスを作成するため、Actions経由ではできません。

[Overview]
Application for managing direct connections with Progress OpenEdge AppServer.
[Detail]
Application for managing direct connections with Progress OpenEdge AppServer. Features: Registration of various configurations of connections with AppServer. Use of AppServer of type Free Session or not. Control of maximum number of concurrent connections. Queue control of requests when all connections are in use. Timeout control in queue of requests. Access procedure progress directly through the procedure's "path + name", without the need to generate additional DLLs via proxygen. Control the locking / unlocking of all connections (main switch). Multi-thread access test in background. Log of requests, including handling the input and output parameters to save them as Text (up to 2000 characters) or BinaryData (for texts above 2000 characters). Log of connections setup. KeepAlive option to reuse of OpenAppObjectControl (Beta). If you choose to not KeepAlive it will open and close connection on each request. Actions to centralize the handling of requests and respective logs. Initial self-configuration of the singleton in publishing and logging in. Limitations: The Progress OpenEdge procedures must have an input parameter and an output parameter. Both of type LONGCHAR. Because of the use of Singleton in the extension, access must be done via WebServices of the main module. It can not be via Actions because this would create a new instance of Singleton.
戻る