Re: Using .NET to create SMTP Client in PB12.6 Classic
=> uses a 3rd party open-source library for encryption Do you mean mine or your application?
View ArticleRe: powerscript/.net interop question, PB 11.5
I've confirmed that this writing technique works in 12.6 but not my current version of 11.5, I guess I'll be looking for an alternate solution unless we move quicker than I anticipate. Thanks all !!!
View ArticleRe: Windows SDK for .NET Framework 4.0 or higher must be installed.
i too have the same problem when try to load the Web service proxy in PowerBuilder .NET 12.6.
View Articleole automation project for 12.5?
We currently have a PB 10.2.1 OLE Automation Project that we're trying to port to PB 12.5. I've spent over an hour searching help and online help for an answer, but can't find anything specific. I...
View ArticleRe: Using .NET to create SMTP Client in PB12.6 Classic
STD_FC_PB_Base.pbl object nc_smtp_master uses Cryptlib (cl32.dll) which is open-source 3rd party and I am barred from including such components in my software. Forgive me if I've missed something but...
View ArticleRe: Windows SDK for .NET Framework 4.0 or higher must be installed.
I can see my Windows SDK for .NET Framework 4.0under the following path:C:\Windows\Microsoft.NET\Framework64\v4.0.30319 That's not the *SDK*, that's just the framework. You get the SDK here: Download...
View ArticleRe: Foreign characters in web service response
There's also something that may be a workaround for you, but it would take a bit of effort. In the directory where you created the web service proxy there should be a temporary directory with a C#...
View ArticleRe: Foreign characters in web service response
Hi Bruce That sounds like a possible work-around if the service publisher refuses to correct the content description. I've reported the issue to their tech support and await a response. Assuming I...
View ArticleRe: powerbuilder application server plugin-1.1 test result
in weblogic 10.3 use jdk 1.6 [weblogic92 ok,use jdk 1.5] configure pb-server-weblogic "-Dwls.home=c:\bea\wlserver-10.3" plugin-1.1 set-java-home.bat (jdk1.6) pb-server-16.jar add classpath...
View ArticleRe: ole automation project for 12.5?
Hi Patricia... Patricia Steinhardt wrote: Brad, This feature was deprecated in PowerBuilder 11.5. The following items have been removed and are no longer available in PowerBuilder starting with the...
View ArticleRe: powerbuilder application server plugin-1.1 test result
pb application plugin-1.1 in websphere 8.5 Very Good VS easerver 6.3 or 5.5 EOL Very disappointed! N-Tier : pb12.6 use Easerver 6.3.1?
View ArticleRe: ole automation project for 12.5?
Hi Andreas, You're right: Sybase Workspace 1.7 was the last version and no migration path was...
View ArticleRe: ole automation project for 12.5?
So basically an extremely useful feature was ripped out of the program. Yet another brilliant idea by the minds at Sybase. Because of the sheer scale of what's being done this way, no alternative is...
View ArticleRe: Foreign characters in web service response
Slight change. Add System.Net to the using clauses at the top: using System.Xml.Serialization; using System.Web.Services; using System.ComponentModel; using System.Web.Services.Protocols;...
View ArticleHow to create an application as a service in windows
I have PB made application. Is there a way to create this application as a service in windows?
View ArticleRe: How to create an application as a service in windows
Is this what you're looking for? http://www.topwizprogramming.com/pbniserv.html Ted Zimmerman
View ArticleRe: Converting Characters with PB 12.6 - CharA not working correctly?
Hi Chris, That i tried too, same result This code does not work: // Get record type (1 Byte) lstr_record.record_type = CharA(Integer(Blobmid(lb_block, 3,1))) This code gives the expected result !!!...
View ArticleRe: Converting Characters with PB 12.6 - CharA not working correctly?
I agree... I think that either BlobMid or CharA are reading two bytes instead of one. This certainly looks like a case should be opened with SAP technical support for this. I'm glad though that you...
View ArticleRe: How to create an application as a service in windows
NSSM and SRVANY do not allow the service to handle Pause & Resume commands and do not handle system generated notifications such as when someone has logged on/off or the computer is switching...
View ArticleRe: How to create an application as a service in windows
Hi Roland; Newer versions of NSSM can do that .... for example: nssm pause<servicename>nssm continue<servicename>nssm rotate <servicename>nssm reset <servicename>...
View Article