1. shalin sha
  2. PowerBuilder
  3. Friday, 11 September 2020 08:44 AM UTC
Anyone please advise me on this? 
I'm facing an issue with my project. I have an application it's perfectly running on embedded XP.
this application has to work independently without a server as well as if it's connected to a server it has to copy all the information to the server.
We are always cloning that XP and copying our new version of the application. Now we made a decision to start from scratch with clear embedded XP and make the application run. I already copied all the needed applications to make it work.
1.I'm using PowerBuilder 11.5
   DB: SQL anywhere 11 
   connected the DB with ODBC: connection successful
    Installed PB11 runtime. But the application is not running. Even after registering all needed DLL's, it's the same
2. Then I tried installing PowerBuilder 11.5 full setup. The application is working as I expected. But after a while showing "fatal disk error , retry".Once I face this error the whole application will not work further.
Could you suggest something on this?
Basically I don't know what runtime file I am missing.
Thanks.
Olan Knight Accepted Answer Pending Moderation
  1. Friday, 11 September 2020 14:20 PM UTC
  2. PowerBuilder
  3. # 1

IF the app is working for a while, then abends it sounds like one of the following:
1. Running out of memory
2. Running out of disk space
3. Like you suggested, the code hits a command but the required DLL is not there.

Here's the link to the PBv11 HELP file that deals with runtime files:
http://infocenter-archive.sybase.com/help/index.jsp?topic=/com.sybase.help.pb_11.5/title.htm

 

Good Luck,

Olan

Comment
There are no comments made yet.
shalin sha Accepted Answer Pending Moderation
  1. Monday, 14 September 2020 02:34 AM UTC
  2. PowerBuilder
  3. # 2

thanks for your suggestion.

let me try with the DLL's.

Comment
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.