Re: PB 12.6 64 bit deploy & OLE DB (not)
PBOLE126.dll is NOT there (which of course, explains just one layer deeper why it doesn't appear). Chalk another one up to missing documentation and unexplained feature dropout
View ArticleRe: PB 12.6 64 bit deploy & OLE DB (not)
Yes, I think that sort of confirms the "unsupported" theory for this release of 12.6. Sounds like this item was missed in documentation update for 12.6 as well. The next question in my mind would be:...
View ArticleRe: PB 12.6 Issues with 64 Bit Executable
Hi Pat, Please let us know when a fix is available. We are unable to create an MSI that will allow us to test our application on stand-alone workstations. We did NOT install PB .NET but did install...
View ArticleRe: PB 12.6 Issues with 64 Bit Executable
Hi Yakov,I can see that the CR says it has been fixed and is in QA but I don't have a build to test it with so cannot verify that myself. It is unclear to me what the fix actually is though as the...
View ArticleInstalling 12.5.2 EBFs
I installed version 12.5.2. It works fine. I then wanted to install one of the EBFs to fix a problem. When running the Setup program for any of the 6 EBFs I get this error message: However, I have...
View ArticleRe: 12.6 SCC Issues
Brian,I think this is more an issue of not wanting duplicate copies of those two dlls. See http://scn.sap.com/thread/3546330 which is related to the problem. If you're deploying a web service client...
View ArticleRe: Installing 12.5.2 EBFs
OK, found the answer. For Windows 8, you have to delete the 32 bit registry key for the PB12.5.2 Uninstall. Wow... its been more than a year since PB 12.5.2 was released and there have been 6 EBFs...
View ArticleRe: getrow() not return proper row number after using the modify() function
It is unclear why you need to use the Modify() function to redefine the datawindow after your window has initialised. Try adding a condition to the protect and background properties of the column in...
View ArticleRe: 12.6 SCC Issues
Ted, Just to ensure there are no issues between the versions, I uninstalled, and reinstalled 9.0 and 12.6, and made sure they were both in their own share directories. Now, as expected, 9.0 works with...
View ArticleRe: PB 12.6 64 bit deploy & OLE DB (not)
Giving SAP the benefit of the doubt, perhaps engineering intended to get it into the release version but it wasn't ready at beta time and then ....... Unfortunate, because this has ripple effect...
View ArticleRe: 12.6 SCC Issues
Ted, Ok, just tried that. Put copies of those 12.6 DLLs into 9, and I get that same error popping up. I even rebooted to ensure a clean slate. I tried to take it a step further, and just use one or...
View ArticleRe: release date of powerbuilder 15
We will offer our customers a new product in summer of 2015. Now I don't believe, we can use a new PB-Version for this development.But if you want to sell a new product, the custumors expected a new...
View ArticleRe: 12.6 SCC Issues
Brian,These dlls are not PowerBuilder dlls and they are know cause all kinds of issues. The following is a url I found that has to do with issues with MKS and libeay32.dll....
View ArticleRe: Any news about Powerbuilder 15 or future roadmap from July-2014?
SAP may be under a new owner before PB 15 comes out
View ArticleRe: 12.6 SCC Issues
Ted, I did not realize these were not PowerBuilder dlls, so I see where this creates some issues, especially as to ownership of issues that occur from those dlls. I took a look at that link you...
View ArticleRe: 12.6 SCC Issues
Brian,The dlls are OpenSSL open source. You can right click on the file and check the properties. The Details tab gives the version. PowerBuilder has to work with the version of those dlls that ship...
View ArticleRe: 12.6 SCC Issues
Ted, Sure, I get it, multiple dlls being called by the wrong apps. I've definitely been vicitm of this many times before. But we have verified this is not the case. You say PowerBuilder has to work...
View ArticleRe: Ole(Microsoft Web Browser) unable to display spanish characters
Hi Bikram; Instead of the old VB way - á - can you try the á escape sequence ( which is considered the more proper HTML ). Regards ... Chris
View Article