Quantcast
Channel: SCN : Discussion List - SAP PowerBuilder
Viewing all 286 articles
Browse latest View live

PB12.5 Licensing Errors

$
0
0

Out of the blue, I've begun to receive an error message at startup:

 

The SySAM license was not validated.

 

I have regenerated my standalone local license file and loaded it, but it still doesn't work.


Any suggestions would be greatly appreciated...I'm extremely frustrated right now!

 

Thanks in advance!


Java Setting PB 12.5 IDE ...

$
0
0

Hi all ...

 

 

Mi current JDK is: 1.8.0_51-b16, but I'm not able to create a Java VM from code.

 

Also my IDE doesn't show any information for Java JRE nor CLASSPATH. I have already changed JDK and JRE configurationfrom IDE and even set JAVA_HOME variable to either both location and still not working.

 

Could the problem be related to x64 bits JAVA Environment from Win32 PB ....?

 

 

Any ideas ...?

 

Regards ...

PB + Microsoft Print to PDF

$
0
0

Hello

 

Has anyone tried using 'Microsoft printing to PDF' instead of printer 'SYBASE DataWindows PS + Ghostscript'.

 

In particular: set the file name, the number copies, etc ( i need to print in silent mode )

 

There are APIs or examples in this regard?

 

 

 

Ty

 

G.

Pb expiration date

$
0
0

Hello,

Checking Sap Portal for licenses I've found the following:

 

Applicable to Product(s):

Version Description

 

System: Z01 (Production system) System Number: 950018647

License for Quantity:  1 Expiration Date:  11.08.2015

Node Host ID: d067e5f3b11f (LEO)

 

As far i i know licenses are permanent. The prdouct has been in use since last year and whe ad stop using it for a while. So why is there  an "expiration date" referred ?

Thank you

Regards

Jose

Anyone have a copy of v5.0.2 and/or 5.0.3 of the PFC libraries

$
0
0

I have 3 applications, which were originally developed in 1996, which never had the PFCs upgraded whenever PowerBuilder was upgraded over the years. I need these libraries in order to perform an object compare of the application PFC objects to a clean baseline of the PFC objects to ensure that there's no custom code extensions in the PFC layer prior to moving to the 12.5 version of the PFC. Yes, I did say extensions to the PFC layer. Big no no; but, I've been told it exists and I need to identify it and move it to the application (PFE) layer.

 

Stephan

PowerBuilder 12.5 - Error in dropdown datawindow

$
0
0

Hi,

 

We had application in PowerBuilder 11.5 and just we migrated this to PowerBuilder 12.5. Migration was successful and when we try to open the screen we are getting the below error.

 

A database error has occurred.

 

 

Database error code:  208

 

 

Database error message:

 

 

Select Error: SQLSTATE = 42S02

 

 

Microsoft SQL Native Client

 

 

Invalid object name '***************'.

 

where *************** -> dropdown datawindow name


I wonder, how come we are getting this error in PB 12.5 and the same is not happening in PB 11.5. Is it a problem with PB 12.5? I just googled it and found that it is due to the table name is not referred like "dbname.ownername.tablename" in my select query of dropdown. When I refer the table name like "dbname.ownername.tablename" then the above error is not coming.


But, I wonder in PB 11.5 source code, the table name is referred without dbname and ownername and the user is not getting any error. How come in PB 12.5 only we are facing this error.


Please help on this issue.


Thanks,

Theenmoorthy

Library Mangar: Fatal disk error

$
0
0

Good morning,

I get this error at runtime when I try to open a window. The message is "Fatal disk error. Retry?". I have to cancel 2 or 3 times this error message and the window opens on the end. Inside Power Bulder 11 everithing goes well.

 

I would like to know I can i get more informations about this error message because I don't know what problem is referred to.

 

Thanks,

 

Marco

GetFileOpenName() - random hard crashes on Citrix

$
0
0

Our application is compiled in PowerBuilder 12.5 build 4595.

 

We are getting random hard crashes when browsing using the GetFileOpenName() open file dialog box while in Citrix.  Fault Module Names are sometimes thumbcache.dll & sometimes NetworkExplorer.dll.  It seems to have something to do with network drives, but again it appears to be random.  We have tried using the TopWiz equivalent dialog box but it crashes as well.  Other applications such as Notepad do not have this problem.  Has anyone else experienced this or any ideas of what we can do?


PowerBuilder Framework Free to Use

Any news on Appeon taking over PowerBuilder ?

Create Target issue

$
0
0


Hi

I am trying to create a target in powerbuilder 12.5 after workspace creation, but there is no screen appears  for target.No action takes place.

Do i need to reinstall PB or any option change required.

 

Thanks and regards.

Looking for 'pbGMap.zip'

Need help making PowerBuilder 12.6 run

$
0
0

1. I really need help making PowerBuilder 12.6 run.  These are the Microsoft Programs that I downloaded on the Internet:

   
    1.  Microsoft Visual Studio 2010 Shell (Isolated) - ENU.                              Version:  10.0.40219

    2.  Microsoft .NET Framework 4 Multi-Targeting Pack                                                4.0.30319

    3.  Microsoft .NET Framework 4.6 Targeting Pack                                                      4.6.00079

    4.  Windows Software Development Kit - Windows 10.0.26624                                  10.0.26624

    5.  Microsoft Visual C++ 2008 Redistributable - x86 9.0.30729...                                9.0.30729.4974

    6.  Microsoft Visual Studio 2010 Service Pack 1                                                          10.0.40219

    7.  Microsoft Visual Studio 2010 Tools for Office Runtime (x64)                                  10.0.31007

    8.  Microsoft Help Viewer 1.1                                                                                        1.1.40219

 

2.  Also, my InfoMaker 12.6 does not run, too.  Please help me.

 

3.  I am running Windows 10.  Is PowerBuilder 12.6 compatible with Windows 10?

 

Please help

 

Regards,

 

Van

I need help making PowerBuilder 12.6 run after installing

$
0
0

I have installed PowerBuilder for 4 times.  The SQL Anywhere 16 and Informix run just fine, but PowerBuilder 12.6 does not run.  Just a logo screen comes up and that's it.  Please help me to make PowerBuilder run.

 

Regards,

 

Theresa

Spelling checking in powerbuilder

$
0
0

Hi Everyone,

 

I am using PB11.1 build 8123. I want to add a functionality to checking the spelling. I write below code but I have a problem that MS WORD open as minimized state.  I want this at front of user. Please suggest.

 

 

string ls_current_text

 

ls_current_text=mle_1.text

If ls_current_text = "" then Return

 

If Clipboard(ls_current_text) = ""  Then RETURN

 

OleObject myOleObject

myOleObject = CREATE OLEObject

 

 

If myOleObject.ConnectToNewObject("word.application") <> 0 Then Return

 

myoleobject.Application.Visible = True

myoleobject.Application.WindowState = 2

myoleobject.Application.Documents.Add.Content.Paste

myoleobject.Application.ActiveDocument.CheckSpelling

myoleobject.Application.ActiveDocument.Content.Copy

myoleobject.ActiveDocument.Close(0)

myoleobject.Application.Quit

myOleObject.disconnectobject()

 

Destroy myOleObject

 

messagebox("Information", "The spelling and grammer check is complete.")

 

mle_1.text=Clipboard(ls_current_text)


Powerbuilder - Emergency Bugfix 10.5.2 EBF (build 7826).

$
0
0

We use Powerbuilder 10.5.1 and we need urgently the Emergency Bugfix 10.5.2 EBF (build 7826).

Can anybody help?

Powerbuilder EBF

$
0
0

We need the Emergency Bugfix 10.5.2 EBF (build 7826) for Powerbuilder 10.5.


Can anybody help me?


I posted this request already to the community network but it disappeared.

WebCam

$
0
0

Hi

 

 

I have worked with Logitech WebCam and works fine with my application.

 

 

 

Now I have a LapTop Toshiba Satellite with Windows 8.1, it's has included the WebCam and it's works fine with another applications for example Skype.

 

 

 

I registered the ezVidC60.ocx file because with Logitech WebCam I had to do this to take pictures but now I can´t see the camera on my Window (where take the photo)

 

 

 

The first time enter the Window to take the photo, the blue light of camera turn on, but I can´t see anything on the OLE Object, so, I exit of the Window the blue light turn off, enter again to the Window and now, the blue light of camera doesn't turn on and the OLE Object it's black frame

 

Any ideas?

PowerBuilder 12.6 or 12.5 Samples

$
0
0

Hi,

 

Please let me know if SAP has any Samples for PowerBuilder 12.6, or PowerBuilder 12.5 besides the Tutorial.

 

Regards,

 

Theresa Ho

PowerBuilder License keys

$
0
0

How do we issue/reissue our PowerBuilder license keys?  I cannot find the seats and licenses we own and I need to know how to assign the license to a new workstation.

Viewing all 286 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>