Re: Database Interface Question
You can use Oracle AQ to have it send messages to your app. Not exactly for the faint of heart, but very solid. http://docs.oracle.com/cd/E11882_01/server.112/e11013/aq_intro.htm
View ArticleRe: Database Interface Question
Hi Christian:Can you elaborate on what processing you're doing on the interface table row? Cheers...Bob
View ArticleRe: PB 12.5 Soap Execution Error
Hi Donald: Have you been able to connect and process with any other tool?If not, try SoapUI - The Home of Functional Testing to see if it works outside PB. Cheers...Bob
View ArticleRe: PB 12.5 Soap Execution Error
I'd also recommend that you run, not walk, away from the EasySOAP client and use the .Net engine instead. The EasySOAP engine is still provided for backwards capability, but should really not be used...
View ArticleRe: PB 12.5 Soap Execution Error
Yes Bruce I understand however, I tried for over a week to use the web service datawindow and I kept getting an error message that .NET 4.0 Framework SDK was not installed even though I had installed...
View ArticleRe: Powerbuilder 12.1 and web service deploy problems
You can add an (optional) 3rd parameter (String) to the CreateInstance method with another Endpoint than the one in the DLL.As long as the services of the webservice are the same you can keep using the...
View ArticlePocketBuilder 2.5.2 and SQL Anywhere 12
Hi all,I have aWindows Mobile device .Itshould runSQLAnywhere 12 withPocketBuilder2.5.2.Butat thestarton themobiledevicealways get the messagethat the driverdbodbc10.dllmissing .Where can I setthat the...
View Articlepbdebug in limited quantities
PB Classic 12.5.2 Build 5583OS Doesn't matter I'm working on tracking down a strange app crashing problem, and the results from /pbdebug would be ideal IF I could turn it on/off as needed within the...
View ArticleRe: pbdebug in limited quantities
Hi Brad; No, not AFAIK. I believe that there was an enhancement request for this many moons ago too. BTW: the TraceBegin ( ) and related methods are for performance gathering versus debugging. So...
View ArticleImporting XML Bug Feature
PB 12.5.1 I realize this has been the case since the beginning but I am finally asking the question - why would ImportString(XML!, lsXML) not import the values above the Start Detail setting??? This...
View ArticleRe: pbdebug in limited quantities
Brad, Don't know if this helps but I have run across things like this when a reference to an invalid column is made somewhere in the code. We have an NVO print routine that uses Datastores to retrieve...
View ArticleRe: pbdebug in limited quantities
Hi Chris; FYI: Sounds like you did not code all the error events around the DS to capture & log the missing column issue. FWIW: I have seen a "ton" of PB applications that don;t code this and...
View ArticleRe: pbdebug in limited quantities
The windows is indeed of type Response!, so it's not just a side window of some kind. As far as what's happening, it's almost impossible to tell internally. The window has a grid DW on the left, and a...
View ArticleRe: pbdebug in limited quantities
"Error" is a default global user object. Not sure why you are incrementing it. If it is a local variable then try changing its name. Randy
View ArticleRe: How to pass a structure/array of structure as input parameter in a...
I am assuming this is the same for .Net but in Classic you can create NVO's with Instance Variables and then reference them in the NVO that will be used as the parameter for the Public WebService. WS...
View ArticleRe: pbdebug in limited quantities
Agreed - which is why I responded with that. Anytime I get the 'something weird just happened' I start looking for that! The odd part is we do have traps but I guess I am missing one of them! Chris Craft
View ArticleRe: pbdebug in limited quantities
It's just sample code. It's actually incrementing a var called lines. The part of the C code that shows an error is this: _boolTemp53 = ( _decimalTemp53, _decimalTemp54 ) != 0; It looks like it...
View ArticleRe: pbdebug in limited quantities
Hi Brad, There is a bug in 12.5 for the Ceiling function. Bug ID 750671 - If the ceiling function is called on a decimal argument more than one time PB crashes. Perhaps this is the problem since you...
View ArticleRe: pbdebug in limited quantities
It is possible to turn on/off pbdebug dynamically. I got the following from Jeremy Lakeman. Change pbvmXXX.dll to match your version pbvm125.dll. // external functionsfunction long rt_dbg_on() library...
View ArticleRe: pbdebug in limited quantities
You should create a blog or document on this so it doesn't get lost. Great stuff.
View Article