PowerBuilder IDE and Runtime version 2022 R2 Build 2819
I'm deploying to an Azure Storage Account, Azure Static Web Site, and Azure App Service for a simple application. I deployed successfully a week or so ago and everything was working well. I altered the app to include new datawindows and am now getting the error "Select Error: Datawindow d_xxx was not found". I'm using azcopy to copy app files to the storage container. I can see the DW in the $web/1.02/xxx.pbd folder, but there's obviously something simple that I'm missing.
Any ideas?
Thanks,
Ray Kellum
Thank you for your reply! You got me looking in the right direction. When I incremented the version number I also (stupidly) changed the project name slightly. So, when I was uploading with FTP, I was uploading the old version every time. I altered the path and everything is working now.
Really appreciate it!
Ray
I'm glad to see appeon adding a tutorial for setting it up this way!
this is a pretty great/cheap way to test and run applications - you can setup the container app to scale to zero so you aren't paying for unused time.
Have you tried the edge deployment option for this? this should speed up the downloads by quite a bit after the initial update.