PB Docs 2022

SQL Anywhere server data type mappings – PB Docs 2022

SQL Anywhere server data type mappings Data type in SQL Anywhere Data type in C# models Data type returned by PowerServer on SyntaxFromSQL bigint long decimal(0) binary   blob bit bool number char string char date datetime date datetime datetime datetime datetimeoffset string char decimal(18,2) decimal decimal(2) double double number float single real image  …

Running the PowerServer Web APIs and then Fiddler – PB Docs 2022

Running the PowerServer Web APIs and then Fiddler Be sure to run the PowerServer Web APIs before you start Fiddler (or any other Web debugging proxy tool). Otherwise, the PowerServer Web APIs will fail to start. Reason is Fiddler (as well as any other Web debugging proxy tool) works by adding itself as a proxy…

Server setup – PB Docs 2022

Server setup When building and deploying a PowerServer project successfully, you will get a complete set of files physically divided into 4 standalone components (app, launcher, runtime, and API). And you can host these components in the same or different servers. For example, you can host these 4 components in one single server (as illustrated…

Setting up dynamic database connection for the app runtime – PB Docs 2022

Setting up dynamic database connection for the app runtime Contents Using CacheName property of DBParm Using CacheGroup property of DBParm Using LogID and LogPass properties Using Transaction object properties Document get from Powerbuilder help Thank you for watching.

Cloud App Launcher refactoring – PB Docs 2022

Cloud App Launcher refactoring The cloud app launcher has been re-factored to remove unnecessary complications and simplify the end user’s experience. In version 2022, the developer no longer needs to choose the launcher mode (with or without background service); it is handled internally by the program. The Launcher 2022 will be available in two versions:…

Running tests and viewing results – PB Docs 2022

Running tests and viewing results It is recommended that you save the Test Plan to a file before running it. To save the Test Plan, select Save or Save Test Plan As… from the File menu. The test scripts will be saved in a JMX file. You can then add this file to your project…

Running PowerServer Web APIs and then JMeter recorder or Fiddler – PB Docs 2022

Running PowerServer Web APIs and then JMeter recorder or Fiddler Keep PowerServer Web APIs running, and close the installable cloud app after you verify that the installable cloud app runs successfully; and then proceed to the next step to record the test scripts. Note You must run PowerServer Web APIs before you start JMeter recorder…

Task 2: Setting up the database server – PB Docs 2022

Task 2: Setting up the database server Contents Preparations Starting the database Document get from Powerbuilder help Thank you for watching.

(Optional) Testing the Cognito server – PB Docs 2022

(Optional) Testing the Cognito server Test the built-in Amazon Cognito server by sending a request. Right click in the code block of a method, and select Run Test(s) from the popup menu. The Web API Tester is launched. In the Web API Tester, click the plus (+) sign to create a new request: URL: http://localhost:5099/connect/token…

Recording – PB Docs 2022

Recording Contents Specifying the app .exe file as the Application Disabling the async scan Document get from Powerbuilder help Thank you for watching.