Re: powerbuilder 10.2.1 crash on windows 8
That is the error I copy from event viewer. Hope this help. - System - Provider [ Name] Application Error - EventID 1000 [ Qualifiers] 0 Level 2 Task 100 Keywords...
View ArticleRe: powerbuilder 10.2.1 crash on windows 8
In fact when my powerbuilder 10 app crashes, i copy all the dll file from the shared folder in powerbuilder and still not worked.
View ArticleRe: powerbuilder 10.2.1 crash on windows 8
I think this is one possible way to do, but i am not sure it's can fix it.
View ArticleRe: powerbuilder 10.2.1 crash on windows 8
Hi Dick; Can you run an application trace and see how far your application gets before it crashes ... EXEFILE /pbdebug regards ... Chris
View Articlehow to Send SMS thru pb 12.5?
Friends, We have a requirement to send sms thru pb 12.5.can anybody help me to achieve this task from the scratch...?any bookmarks or links to get the details will be highly appreciated. thanks &...
View ArticleRe: how to Send SMS thru pb 12.5?
We use a service from Clickatell. The price is pretty reasonable. The value mo=1 is part of how replies are routed to a webpage on our server. I wasn't the one that set it up so I don't know exactly...
View ArticleHow do you remove STATEFUL components from memory in EAServer?
This is from one of the books on Powerbuilder/EAServer: "So the major difference between stateless and stateful components is that stateless componentsautomatically invoke the component deactivate...
View ArticleRe: How do you remove STATEFUL components from memory in EAServer?
It has been a long time since I worked with EAServer but my guess is the SetComplete function of the TransactionServer object.
View ArticleRe: How do you remove STATEFUL components from memory in EAServer?
Hi Roland; FYI: The use of the SetAbort and SetComplete methods only fire the "deactivate" event. Regards ... Chris
View ArticleRe: How do you remove STATEFUL components from memory in EAServer?
Hi Mark; Once a StateFull component is instantiated it will stay there in EAS's memory until EAS is recycled. The only way I know of to force a new copy is to set the "Instance Timeout" property on...
View ArticleRe: How do you remove STATEFUL components from memory in EAServer?
The built-in component 'management' has a restart function. I haven't tried it but I imagine it would allow a PB client app to remotely restart the server.
View ArticleRe: Powerbuilder application crashes after upgrade to 12.5.2 (build 5006)
Hi Folks, Could anyone provide some guidance with my issue? I am stuck with this.... regards
View ArticleRe: Powerbuilder application crashes after upgrade to 12.5.2 (build 5006)
Hi Anthony; 1) If you use the CreateMutx API you should be using the ReleaseMutex API to free the resource. FUNCTION uLong CreateMutex ( ulong lpMutexAttributes, Boolean bInitialOwner, ref string...
View ArticleRe: How do you remove STATEFUL components from memory in EAServer?
Hi Roland; A good suggestion for Mark. EAS doers have a command interface where you can issue EAS Console commands - Restart being one of them. Note: I have a free EAServer Monitor application that...
View ArticleRe: How do you remove STATEFUL components from memory in EAServer?
That is true when you are instance pooling. (Stateful or Stateless) From memory; if you are not instance pooling, the component will go away on SetComplete() or SetAbort(). The component should go...
View ArticleRe: powerbuilder 10.2.1 crash on windows 8
yes, I think you are right. I suspect there has some problem in the open/activate/constructor event in my app for windows 8. It is because when i open and close the windows several times, the program...
View ArticleRe: Powerbuilder application crashes after upgrade to 12.5.2 (build 5006)
... many calls external DLLs (both windows standard and custom), You have a very complex application and it is unlikely that you will receive much help in this type of setting. As Chris has already...
View ArticleRe: powerbuilder 10.2.1 crash on windows 8
i make it and it run normally. So i think the problem most likely is the old source code. I will focused to check the source in these several days. Thanks for the help.
View ArticleRe: Powerbuilder Classic calling webservice and get message "can not be...
The file is SOAP12 and it appears to work if I specify that. Is that a problem? I thought the documentation said that was valid for PB 125 classic
View ArticleRe: powerbuilder 10.2.1 crash on windows 8
Good luck! BTW: Also check all your DataWindow object's source. It should say "Release 10;". If not, change the release number and re-save the DWO source code to have the IDE regenerate the DW object...
View Article