Questions tagged [powerbuilder-build-deploy]

58 questions
5
votes
2 answers

Full Build, Incremental Build and Deploy within Powerbuilder

What is the difference between a Full Build, an Incremental Build and Deploy within Powerbuilder? The only difference I can see is that Deploy allows you to update the PBDs for, well, deployment.
glasnt
  • 2,865
  • 5
  • 35
  • 55
3
votes
1 answer

Powerbuilder OrcaScript: How to get latest for a subset of PBLs

OrcaScript is Handy I've used PowerBuilder OrcaScript before to automate a build PC's connecting to source control, getting the latest copy of the application objects, and then building the application. But that was on a project where the entire…
Bernard Dy
  • 1,982
  • 2
  • 29
  • 38
3
votes
6 answers

Powerbuilder "runtime"

I've copied (not installed) a system developed with Powerbuilder, from a salvaged hard drive. I want to run the application, but of course, it asks for several DLLs and stuff like that, which are not registered in my current system. My question: is…
2
votes
1 answer

Images powerbuilder

I am about to compile my PBL to a working PBD. My problem is how can I call the image folder properly. e.g. Toolbars, icons, pictures of some command buttons properly and dynamically. For example I installed mine at C:\MyProgram\ but when my users…
Sid
  • 765
  • 5
  • 29
  • 57
2
votes
2 answers

PowerBuilder 12 Client runtime

I am using PowerBuilder 12 for one of the application. I have deployed the project as an exe. But when i run the exe in a client machine it asks for some PB dlls. Is there any PowerBuilder client 12 runtime available for this, or is there a…
ARV
  • 1,111
  • 5
  • 22
  • 46
2
votes
1 answer

PowerBuilder 12.NET automated builds using Nant

Can someone please shed some light on different possibilities of build automation for, PB 12.NET applications. Since PB is .NET, can tools like NAnt or CruiseControl (with MSBuild) can be used to build and deploy the applications. Basically, Can it…
2
votes
4 answers

Deploy PowerBuilder application

I'm trying to deploy the examples project that comes with PowerBuilder 9 IDE to an .exe file. Full build - passed successfully. Deploy - fails with the following error: "The current library list is different than the library list contained within…
Artem
2
votes
3 answers

Running PowerBuilder application

I wish to run a powerbuilder application but I cannot find the runtime environment to run it. Running the exe file returns the following error: "This application failed to start because pbvm105.dll was not found. Re-installing the application may…
Ahmad Hajou
  • 1,289
  • 5
  • 22
  • 39
2
votes
3 answers

Is there a way to connect to an ASA database with Powerbuilder without deploying the ODBC or OLEDB drivers?

What I want is a Powerbuilder application that runs on Windows that runs from a CD (or some other external disk) that can read from an ASA database whose file is located on the same disk. But I want to do so without deploying the ODBC or OLEDB…
YWE
  • 2,849
  • 28
  • 42
2
votes
1 answer

PowerBuilder Runtime Packager error: Linking Msi for PowerBuilder.NET runtime get an error

I've just installed PowerBuilder 11.5. I'm trying to use the PowerBuilder Runtime Packager that comes with it to create an MSI with the PowerBuilder runtime DLLs. But when I hit create, about a third of the way through I get the error "Linking Msi…
Slapout
  • 3,759
  • 5
  • 40
  • 61
2
votes
1 answer

Powerbuilder (ver 7) Runtime problems

We have an old Powerbuilder app running on Server 2000 and need to move it. I am having a problem with moving the Powerbuilder app ver 7.0, to a newer platform - Server 2003. We basically moved the directory with the app in it and all the Dlls.…
1
vote
2 answers

Powerbuilder - EAServer ORCA API Deployment

I am facing an orca script deployment error. Orca returns error code -20. How can I solve this problem? BTW I can successfuly deploy my project using Powerbuilder IDE. System configuration: WindowsXP-32bit, Powerbuilder 11.2, EAServer 5.5. Below is…
1
vote
1 answer

Powerbuilder ORCA API Deploy

I am trying to deploy my powerbuilder project to EAServer with orca api. But I am gettiing error -21 PBORCA_CBBUILDERROR (Deployment failed with errors). Also, callback function(BuildErrProc) is not being called. How can I overcome this problem? BTW…
misa
  • 21
  • 3
1
vote
0 answers

Code deploy from Bitbucket to AWS S3 bucket through Teamcity

I am trying make some Continuous Integration in Teamcity. Which is deploying code from Bitbucket to AWS s3 bucket. We have a repository in bitbucket and it contains couple of folders as I just need to deploy this build folder with all the…
1
vote
1 answer

Error .exe application after deploy but no error when building in Powerbuilder 9

I have this unusual instance when I deployed my Powerbuilder 9 project, and run the executable file (outside the powerbuilder IDE), it prompts an error. But when I tried running it using Powerbuilder IDE, there's no error. can anyone explain why…
Juran
  • 177
  • 1
  • 8
1
2 3 4