Powerbuilder 12.6 - Saved Password disappeared at DB Profile(Not happned in...
env : OS-windows7 64bit db-Oracle10g PowerBuilder-version 12.6Problem : In Powerbuilder 12.6, the saved Password is disappeared at DB Profile setup as below, hence they hit ORA-1005 null password...
View ArticlePB 12.6 64-Bit Windows Applications - Grid Table unsupported
I was reading this article on deploying 64-Bit applications with PB 12.6 and I was puzzled by one of the items listed in the unsupported features....
View ArticleGood old OLE - extracting documents from database blobs
I am developing code to take documents stored as OLE objects in the database and save them all to file. We have a mix of PDFs, Word documents, Excel documents, TIFFs and various other files. I have...
View Article12.6 SCC Issues
Had 9.0 on my system, and was able to use SCC option for MKS (Integrity Client 2009) source control just fine. Once 12.6 eval (Build 3506) was installed, it broke the SCC for both PowerBuilder...
View ArticleUsing NetTcp instead of Http accessing your WCF Service
I've been doing a lot of WCF lately (mostly in VS) and wanted to share some of my experience and knowledge with my PB brothers and sisters. If you are working with WCF on both ends (client and server)...
View Articlecan I declare and execute RPCFUNC from one windows function
HiI don't know I am asking a stupid question. If it is, please sorry for that Is there anyway to declare and call RPCFUNC from windows function. RegardsPol
View ArticlePB 12.6 64 bit deploy & OLE DB (not)
I'm working on migrating a 12.5 to 12.6 app. The app connects to MS SQL Server 2012 via OLE DB Once migrated, the app connects fine when deployed as 32 bit pCode Then I build a simple POC to test...
View ArticlePB 12.6 Issues with 64 Bit Executable
Good Day! I have migrated my PFC-based application to PB 12.6. First Issue: Using a 64 Bit deployment, my application crashes when a very simple function call is made: SQLCA.of_SetMyVariable( TRUE ) /*...
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 Articlegetrow() not return proper row number after using the modify() function
Hi Everyone, I am using PowerBuilder 11.1 build 8123.I am protecting the column and changed the background mode of data window column through modify() function in user defined local function (where...
View ArticleORCA crashing, are there things to look for in code?
Hello, I am automating our build process and I am using Roland Smith's PBORCAPI.dll and PBSCCAPI.dll products (nice job Roland). Anyhow... I have PBDs working, but DLLs crash. I know it isn't the...
View ArticleWill PB 12.6 Manuals be available in pdf?
I would like to mention that we don't have manuals in pdf (like sybase used to do and sap continues to do for other products). For PB 12.6 we only have 3 documents as you can see in the following link:...
View ArticleDDE server option hanging the application
Hi, My application uses DDE to exchange the data between two Powerbuilder applications[GetRemote ()]. But recently we are facing the issue application not responding. We are uising StartServerDDE to...
View Articleplease help stored procedure not executing
My code is as followsDECLARE spgetname PROCEDURE FOR spGetName @Customer = :ls_customer, @Type = :ls_type, @CName = :ls_name OUTPUT USING SQLCA; EXECUTE spgetname ; do while sqlca.sqlcode = 0 FETCH...
View ArticleAny news about Powerbuilder 15 or future roadmap from July-2014?
Does anybody know some news about Powerbuilder 15 or future roadmap fom July-2014?
View ArticleWindows DLL in CITRIX Environment : PowerBuilder 12.5.2
i am using PB 12.5.2...advapi32.dll, mpr.dll is working fine in Windows Env. while calling functions as.. WNetGetUser or LogonUser ... to authenticate the user with windows username and password. I...
View ArticlePowerbuilder 12.5 database connectivity issue
Hello, We are trying to migrate our application from powerbuilder 9 to 12.5. The migration and compilation of files from the previous version is completed successfully. We have also been able to run...
View ArticleNew laptop, PB 11.5 licensing questions
It seems that my company will get me a new laptop because the old one became so crappy that it is almost non-functional. My only drawback is that I always had issues when changing PCs with PB...
View ArticleIs there a future after PowerBuilder 12.6?
Could someone at SAP elaborate on this topic?
View Article