Connection Information

To perform the requested action, WordPress needs to access your web server. Please enter your FTP credentials to proceed. If you do not remember your credentials, you should contact your web host.

Connection Type

PB Docs 2022 – Page 724 – PowerBuilder Library

PB Docs 2022

Recording JMeter scripts – PB Docs 2022

Recording JMeter scripts Contents Recording scripts automatically (using Recorder) Recording scripts manually (using Fiddler + JMeter) Modifying the scripts Adding simultaneous users Replaying the scripts You will need to create a test plan to record the JMeter scripts. You can create a test plan either by Using the JMeter HTTP(S) Test Script Recorder to automatically…

Pushing images to Azure container registry – PB Docs 2022

Pushing images to Azure container registry To push container images to Azure container registry, you must first tag the image with the full name of the registry’s login name. If you have not written down the login server name of the Azure container registry, follow instructions in Logging into Azure container registry to get it….

Replaying – PB Docs 2022

Replaying If you replay the script on a different machine from the one you recorded the script, to make sure that the Application field value from Recording is still valid during replay, you must manually run the application before the replay. Document get from Powerbuilder help Thank you for watching.

Publishing Web APIs to Docker – PB Docs 2022

Publishing Web APIs to Docker Contents Using Dockerfile Using SnapDevelop Document get from Powerbuilder help Thank you for watching.

PowerServer toolbar changes – PB Docs 2022

PowerServer toolbar changes The “Compile & Run Web APIs” tool has been removed from the PowerServer Toolkit toolbar. When you click the Run PowerServer Project button on the toolbar, the PowerServer Web APIs will be automatically compiled and run locally if it is not started. If the PowerServer Web APIs is not started yet, the…

Guide 4: Deploying multiple apps to one site – PB Docs 2022

Guide 4: Deploying multiple apps to one site Contents Creating an IIS web site Configuring and deploying the PowerServer project Converting the Web APIs to IIS sub-app Verifying the Web APIs Configuring the Web API URL In this guide, we will deploy two demo applications (Example Sales App and Example Graph App) to the same…

(Optional) Hosting the Web APIs separately – PB Docs 2022

(Optional) Hosting the Web APIs separately You can also copy files from the “[solutionname]_API” folder to the following hosting environment: Tutorial: Hosting Web APIs in Docker Containers Tutorial: Hosting Web APIs in IIS (in-process hosting) Tutorial: Hosting Web APIs in Kestrel (using Apache/Nginx/IIS as reverse proxy) Tutorial: Deploying installable cloud apps to Kubernetes Document get…

Select the database driver – PB Docs 2022

Select the database driver First of all, you must select the required database driver and agree to the driver license terms as the driver must be downloaded from the NuGet website. You must make this selection no matter where you will create the database connection (in the PowerServer project painter > Database page, in the…

Recording the scripts – PB Docs 2022

Recording the scripts Step 1: Return to HTTP(S) Test Script Recorder, and click Start. This will start the JMeter proxy server which is used to intercept the browser requests. Step 2: Click OK when prompted to install the certificate as shown below. Step 3: Keep the “Recorder: Transactions Control” window open during recording. Step 4:…

What settings will be deployed to the solution – PB Docs 2022

What settings will be deployed to the solution Although the PowerServer C# solution allows you to make changes to it, you will have to be aware that some settings in the solution might be updated every time when the PowerServer project is built and deployed in the PowerBuilder IDE. PowerServer project settings Will be updated…