Re: Web Service Invocation Error
I tried the URL and your first submitted code example using PowerBuilder 12.5.1 and the .NET Web Service Proxy.No Exception, but a filled Errorcode ("0201") and Errordescription ("Authentication...
View ArticleRe: Error for datawindow get data from temp table with SP
What is your transaction AutoCommit set to? It will start it's own transaction if you use AutoCommit true, so you will need to use AutoCommit false and add explicit begin and end tran.. statements. Ben
View ArticleRe: Error for datawindow get data from temp table with SP
Hi Ben, Your comment is exactly reflected in my use case Jacob
View ArticleRe: SQL Server - Reconnect
I did a little test. I loged into my app.Then I disconnected physically from the LAN.I clicked to start an operation which fired a function that called a stored procedure I will put some code here in...
View ArticleRe: Web Service Invocation Error
Dear Abdallah, Sorry, my bad: have to retract my earlier comment: "Thank you and I suspected so, but was hoping this is not the case for PB 11.Well... good old days are over. Welcome to the new era of...
View ArticleRe: Web Service Invocation Error
Dear Arnd, The visual basic example that works well does not include request id. I thought earlier Abdallah claimed PB 11 does not support properly custom headers - my mistake. So support for custom...
View ArticleRe: Web Service Invocation Error
Ha! It does seem to help. So PB 11 does not properly support custom headers???
View ArticleAny idea what SAP is planning to do with EAServer/ Jaguar?
Somebody asked me this question and I thought this might be the best place to find out after spending a few minutes trying to answer on my own. I assume there is some master product list someplace for...
View ArticleRe: Any idea what SAP is planning to do with EAServer/ Jaguar?
Hi DA; FYI: Sybase EAServer 6.3.1 EOL Support Regards ... Chris
View ArticleRe: Any idea what SAP is planning to do with EAServer/ Jaguar?
Thanks but that posting is from May 2013 ... can't seem to find the subspace and is there a link for the product support matrix?
View ArticleRe: Any idea what SAP is planning to do with EAServer/ Jaguar?
Also ... The future of EAServer EAServer is DEAD I have no idea where SAP keeps the support matrix. Either way .. SAP has no plans to keep EAS going.
View ArticleRe: My Application corrupted please help
Hi Polachan, Try the below options and see if any could help. 1. If you have any backup, you can just copy the .pbw and .pbt file. 2. If no backup. If you have an existing pbt file, try to delete it...
View ArticleRe: Is there a way to resize font in an application?
Hi. For the datawindow part why not to use zoom? Andreas.
View ArticleRe: Any idea what SAP is planning to do with EAServer/ Jaguar?
Sue posted on another thread that EAServer has been extended to July 2016.
View ArticleRe: Any idea what SAP is planning to do with EAServer/ Jaguar?
PowerBuilder new release availablehttp://scn.sap.com/community/developer-center/powerbuilder/blog/2014/08/12/powerbuilder-new-release-available#comment-520156 So support has been extended. But still...
View ArticleRe: Any idea what SAP is planning to do with EAServer/ Jaguar?
If you have a valid S-userid, you may access the Product Availability Matrix here: https://service.sap.com/pam HTH,Jacob
View ArticleRe: Any idea what SAP is planning to do with EAServer/ Jaguar?
In PAM, there is still 31.01.2015 as end of mainstream support for EA Server 6.3/EA Server 6.0 and yes... the only OS mentioned in this Product Availability Matrix is :"WINDOWS SERVER 2003/IA32 32BIT "
View ArticleRe: Can't save a window in powerbuilder
My analysis is that you have a script in w_1 that explicitly qualifies is_Name with the window name such as w_1.is_Name. When you try to Save As the window with different name, when it compiles, it...
View ArticleRe: Any idea what SAP is planning to do with EAServer/ Jaguar?
Hi Roland; I remember giving this a quick test many years ago for you .. but, now can't remember exactly if that was like EAS or what I remember more like WebForms? Regards ... Chris
View ArticleRe: Can't save a window in powerbuilder
Hi Kent; I suspect that you have code in W_1 that refers to itself by name instead of using the PARENT or THIS pronouns. So saving the Window as W_1_xxxx anything would then cause the compiler to...
View Article