Re: Access to EBFs on sybase.com oddities
Hi. I'm facing same situation. I'm not paying for maintenance. But I have an USP! SO I should be able to get access to updates during USP... Andreas.
View ArticleRe: EAServer Installation
I had an additional question which has been 'being moderated' for a couple days. I did some searching and found the answer. Just set the Compatibility mode of sjview.exe to Vista SP2.
View ArticleRe: Batch Command Processing (pbshell) for PB 12.5 .NET question
So it's something in the installation or your path names. I have installed the PowerBuilder Enterprise - 12.5.1 Maintenance Release on my machine.Attached is a build.log. And yes, it is frustrating and...
View ArticleRe: EAServer Installation
Hi Roland; Did you try starting everything with JDK 1.6 instead if the default JDK 1.5? Regards ... Chris
View ArticleRe: digital signature in power builder 12.5.1 classic application
Dear Armstrong, Thank you for your suggestion. As per your advice I have done the some activity. Following are my findings & some unresolved issue. RequirementIn PowerBuilder 12.5.1 Classic using...
View ArticleRe: faultcode and faultstring of a soap webservice through a wcf client...
Hi Bruce! I implemented that script but I'm getting a: Unable to cast object of type 'System.Text.DecoderFallbackException' to type 'System.ServiceModel.FaultException' on my client. it works fine...
View ArticleRe: wcf client web.config
Thanks Bruce In this case I created my own method to assign those values, after reading them from app keys on my web.config, so I'm going to keep it this way meanwhile .
View ArticleRe: service and binding configuration on wcf
"sometimes" not "something" (my post correction)
View ArticleRe: digital signature in power builder 12.5.1 classic application
>>How to call the ItextSharp library from PowerBuilder 12.5.1 Classic code, please provide some>>sample code where I can see the actual calling syntax. The above projects are using some...
View ArticleRe: faultcode and faultstring of a soap webservice through a wcf client...
You might try this then: catch (System.Reflection.TargetInvocationException e1) String excType excType = e1.InnerException.GetType().ToString() choose case excType...
View ArticleRe: PowerBuilder (mis)Management Read this
I can see where you both talk about the history of PowerBuilder. Nothing leaps out at me that would represent plagiarism, and that's a rather significant charge to throw around. Can you point out...
View ArticleRe: Using of tableblob feature
Hi Christian; I have made it work in Appeon. Check out this implementation ... Shoot me an email if you want to know how I did it! Regards ... Chris
View ArticleRe: How to build PB workspace from source control
Hi Kiran; FWIW: I assume you mean PB Classic. A: No, you need the basic control files PBW, PBT, PBL's, PBG, etc files. That is why when I do my final check-in for a prdcution build ... I also ZIP...
View ArticleRe: InkPictureControl distorts the loaded background
Hi Cristian; I have it working in Appeon if you are interested ... Regards ... Chris
View ArticleRe: DataWindow issue ......Please help -- Urgent
Hi Hilaire; Have you stepped through your code using the PB debugger to see which line where it hangs or starts an infinite loop somewhere? Regards .. Chris
View ArticleRe: Powerbuilder App hangs in windows 7 - 64 bit
Hi Scott; Do you have some logging mechanism in your application that you could use to narrow down the area of the code where the last processing takes place before it hangs? Regards ... Chris
View ArticleRe: PowerBuilder (mis)Management Read this
Bruce ... you need some glasses! The only person who knew about the Canadian Government and how that unfolded was me because I spearheaded that part of the GST project! I was working at Cullinet...
View ArticleRe: How to build PB workspace from source control
Yes, it is. You may want to take a look at PowerGen from ECrane, which has an option to build PBLs from source control. That's the technique we use for our production builds, every build is done...
View ArticleRe: PowerBuilder (mis)Management Read this
I ran this section through duplichecker. The only relevant hit it could find was that blog post. PB became the tool of choice for development after a recommendation made to the Canadian Government....
View ArticleTargetInvocationException
Hi, I am in the process of converting an old large PB application.-converted to PB12.5 classic works great!-when converting to PB.net (most of the stuff works perfectly!) wpf I amgetting an error in...
View Article