Re: Getting error response while trying to access REST webservice through...
Hi ; Did you also set the format .... lp_rest.RequestMessageFormat = PBWebHttp.WebMessageFormat.Xml!lp_rest.ResponseMessageFormat = PBWebHttp.WebMessageFormat.Xml! Regards ... Chris
View ArticleRe: datastore print with WCF
hi Chris. I already have the application pool user being elevated... The return code from Print(false, false) is 1 (success). If I open the printer in explorer I see one job stuck there from...
View ArticleRe: Powerbuilder will not connect to web service wsdl
Hi : You can skip the error ".net engine", remove the pbsoapclient 105.pbd and stayed with pbwsclient105.pdb.But even I have the problem of how to connect to webService.I have the user:...
View ArticleRe: Powerbuilder will not connect to web service wsdl
Hi Enrique; Looks like the return value for SendBill ( ) is a byte array. PB only supports "simple" data types. A singular Byte type is OK.Regards ... Chris
View ArticleRe: datastore print with WCF
BTW: What is the default printer on the IIs server? If its a TEXT printer all you would have gotten is a .TXT file. You might need to use a PrintSetPrinter ( ) first or specify the printer in the DWO...
View ArticleRe: DBPainter Disconnect
You are right. I'm not sure how they decide what information to include in those docs.
View ArticleRe: DBPainter Disconnect
Hi Gimmy and Andreas, please reread carefully the whole thread I've mentioned, you will understand why sometimes bugs list is not complete Jacob
View Articlecalling .net reference from PB Classic
Hi all, I have a problem with calling the class of the .NET from PowerBuilder 12.5 classic.My actions: 1) I have created a project .NET Windows Forms2) Add a reference to .NET library...
View ArticleRe: Powerbuilder 12.6 - Saved Password disappeared at DB Profile(Not happned...
Hi All, I am facing the same issues in PowerBuilder 12.6 Build 3506. I am trying to connect the Database Oracle Database through ORA Oracle interface, the password is not saving in the profile and I...
View ArticleRe: Powerbuilder 12.6 - Saved Password disappeared at DB Profile(Not happned...
Even the resolution given in the Release notes is not working.
View ArticleRe: Powerbuilder 12.6 - Saved Password disappeared at DB Profile(Not happned...
Balu, This is a known PB 12.6 issue fixed with latest EBF (build 4035).Read this thread for more details: http://scn.sap.com/thread/3715493 P.S: this thread http://scn.sap.com/thread/3724521 is also...
View ArticleRe: datastore print with WCF
Hi Mark, That's what I've been doing up until now. I have many clients running and I'm getting pressure from my IT guys to run "Least Privilege" on the endpoints. I had an idea to make deployment...
View ArticleRe: datastore print with WCF
Good idea... I did PrintSetPrinter but unfortunately it didn't help. The printer is a normal HP PCL 6 printer. I'll rethink this, see my response to Mark below.
View ArticleRe: datastore print with WCF
Hi Ephraim; In our systems we print on the server to PDF file format. The native PB or Appeon application can either request the PDF report file via FTP or its saved location (URL) or using a...
View ArticleRe: Powerbuilder will not connect to web service wsdl
Hi Chris : 1.- It means I can not consume this web service with powerbuilder 10.5?2.- Could consume it with another version of PowerBuilder?3.- How could consume it ?4.- The method I use to register my...
View ArticleRe: datastore print with WCF
So least privileged doesn't allow the client to print? Why do you need to change the client's default printer? Is there a special printer or paper your app requires? Perhaps doing a SaveAs to the...
View ArticleRe: Powerbuilder 12.6 - Saved Password disappeared at DB Profile(Not happned...
Appreciate you quick reply. Jacob Let me try this. For me the issues resolved after restarting my machine instead of PowerBuilder IDE. Thanks,Balu
View ArticleEASERVER 6.3 and Certificate error
Hi all, I try to incorporate a certificate in EAServer 6.3. My actions : - Integration of the certificate in the keystore : keytool -import -alias alias_name...
View ArticleRe: How can I generate PDF
That is a very different requirement than what we have. Maybe Gimmy has a similar requirement as you and it may work for him. I would definitely perform load testing prior to going live. We have a POS...
View ArticleRe: How can I generate PDF
Agreed .. the application's usage/expectation of the print data can significantly influence the design of the system & therefore applicability of the Web Service approach!
View Article