Re: Slightly used PB developer on the street
Rik is currently contracting at my company!
View ArticleRe: Slightly used PB developer on the street
Hi Larry, First, the good news: There are PowerBuilder jobs (Contract and Full Time) to allow you to complete the 5 years left for your retirement. Second, the bad news: You may have to travel. Now,...
View ArticleRe: Issue related to webservice
The webservicedatatwindow is not retriving any data and retun -1This could mean that the datawindow object never got set on the datastore you are using to host it, potentially because the datawindow...
View ArticleRe: Issue related to webservice
Hi Chris, Please find the details. 1) Is this PB Classic or PB.Net?- pb.net2) Are the web services all from PB? - i am creating a webservice in pb but with in th webservice i am trying to acess...
View ArticleRe: Issue related to webservice
Hi Bruce, This is the response in the SOAPUI. <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <s:Fault> <faultcode...
View ArticleRe: Issue related to webservice
I'm confused now. You mean the response that PB got shown in Fiddler? An error response in SOAPUI would just indicate that you sent the wrong data in SOAPUI.
View ArticleRe: Issue related to webservice
Thanks Subrat for the more detailed information. Q1: For the WS DW - have you coded the WSError event of the DS or DC container to trap more information on the DW's -1 failure? FWIW: I would also put...
View ArticleRe: Issue related to webservice
HI Bruce, The webservice which i have created using PB 12.5.1,When i am trying to acess that webservice through powerbuilder ( means by creating a webservice datawindow), it showing invalid input...
View ArticleRe: Issue related to webservice
Right now what it means is that what you're providing as a date to SOAPUI isn't in the format that the service is expecting. Web services expect dates to be formatted as yyyy-mm-ddThh:mm:ssZ where T is...
View ArticleCalling Help with keyword crashes PB app in Citrix
We currently run our PB 12.5 generated application on Citrix. The application crashes (sporadically 7 of 10 times) when ShowHelp function is called with Keyword! passed. The help file (.CHM WebHelp)...
View ArticleRe: Calling Help with keyword crashes PB app in Citrix
You might try calling the HtmlHelp API directly to display the help and see if that solves the issue: http://msdn.microsoft.com/en-us/library/office/aa164218(v=office.10).aspx
View ArticleRe: Issue related to webservice
Hi Bruce, i am trying to acess the webservice in powerbuilder, its showing as invalid input parameter. Steps- Select the grid datawindow -> select webservice datasource-> provided the wsdl and...
View ArticleRe: SystemError event in .NET assembly
BTW, The PB Help says that RunTimeError object has a public Line property.Yet, the PB.NET cannot see it.It sees DLLName, ObjectName, RoutineName, but no Line. Is there a trick to this that I am not...
View ArticleRe: SystemError event in .NET assembly
It does in PB Classic. FWIW: Have you tried using the PopulateError in PB.Net (not sure if that will help though in this case)?
View ArticleRe: SystemError event in .NET assembly
It looks liek it has the opposite functionality of what I need.If anything, SignalError looks like a better way to do it... But, no, I did not try it either.
View ArticleRe: ToolTip usage in PB 11.5
Resurrected the old PB experimental code and it works using PB12.5.1, in case you're wondering. Originally done using PB 11, so the datawindow used in the program is not enabled for tooltips. I don't...
View ArticleRe: Source Code Control for PowerBuilder Classic & .Net
Since you reopened this thread, I'll mention that I have WizSource working with MySQL and it works well over the Internet. I'll be releasing a new version with MySQL option in a few days.
View ArticleLicenses - where are they?
I have a need to re-assign a license. I used to do that on the Sybase Product Download Center (i.e. Subscribenet). Is that still the place? If so, I don't see the two licenses that we generated in...
View ArticleRe: Licenses - where are they?
Hi Raise a non technical case on SAP support and they will help you. This is what they sent me: ===========================================================Your support has migrated to the SAP Service...
View ArticleRe: Issue related to webservice
Hi Bruce, I am able to overcome the first list issue by using XmlSerializerFormat.Now the service attribute of my webservice is as below....
View Article