Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7511169
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T23:27:53+00:00 2026-05-29T23:27:53+00:00

I am trying to deploy my powerbuilder project to EAServer with orca api. But

  • 0

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 I am using WindowsXP-32bit, Powerbuilder 11.2, EAServer 5.5, QT-4.8.0 opensource vs2010.

void __stdcall BuildErrProc(LPVOID lpUserData) {
  PPBORCA_BLDERR blderr = (PPBORCA_BLDERR)lpUserData;
  QString s;
  s = QString::fromStdWString(blderr->lpszMessageText);
  QMessageBox::information(0,"",s);
}

int WINAPI BuildProject(QString currentApplLibName,QString currentApplName,QString projectLibName,QString projectName,QStringList libraryNames)
{
  PBORCA_BLDPROC fpBuildErrProc;
  PPBORCA_BLDERR pBldErrData;
  fpBuildErrProc = (PBORCA_BLDPROC) BuildErrProc;
  pBldErrData = (PPBORCA_BLDERR) new PBORCA_BLDERR;
  memset(pBldErrData, 0x00, sizeof(PBORCA_BLDERR));

  HPBORCA hORCASession;
  hORCASession = SessionOpen();
  printf("Setting library list..\n");    
  LPTSTR* pLibNames = new LPTSTR[libraryNames.size()];
  for(int i=0;i<libraryNames.size();i++) {
      pLibNames[i]=(LPTSTR)libraryNames.at(i).utf16();
  }
  int r = PBORCA_SessionSetLibraryList(hORCASession, pLibNames, libraryNames.size());
  if(r==0) {
      printf("Library list OK.\n");
      QMessageBox::information(0,"",currentApplName);
      r = PBORCA_SessionSetCurrentAppl(hORCASession,(LPTSTR)currentApplLibName.utf16(),(LPTSTR)currentApplName.utf16());
      if(r==0) {
          printf("Setting current appl OK.\n");         
          r = PBORCA_BuildProject(hORCASession,(LPTSTR)projectLibName.utf16(),(LPTSTR)projectName.utf16(),fpBuildErrProc,pBldErrData);
          if (r==0) {
              printf("Building current prj OK.\n");
          } else {
              printf("Build FAILURE:%d\n",r);
          }
      } else {
          printf("Current appl FAILURE.\n");
      }
  } else {
      printf("Library list FAILURE:%d\n",r);
  }
  SessionClose(hORCASession);
  return r;
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-29T23:27:54+00:00Added an answer on May 29, 2026 at 11:27 pm

    I resolved it. Library list was wrong. When I set correct lib list it built the project successfully.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to deploy elmah . For inexplicable reasons, I'm getting an error: .axd
I'm trying to deploy an application on Azure but I'm facing some problems. on
I'm trying to deploy a Java applet on my website. I also need to
Am trying to deploy my CLR Trigger built on .Net 4.0 but changed the
So I'm trying to deploy my app to heroku but it keeps giving me
I am trying to deploy a project to Heroku. The project has previously been
When trying to deploy a VS2010 database project using the VSDBCMD tool, I get
I am trying to deploy the sample-app war file that comes with PushSDK.But was
I was trying to deploy my project with IExpress. I have the following scenario.
I'm trying to deploy my Rails app to my webhost (DreamHost) using Capistrano but

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.