runtime - deployed pb App transaction not connected -


i have deployed pb app created pb12.5 classic. pb winform app. have managed deployed on test unit test performance. have created custom runtime packager. runtime packager have created consists of basic pb runtime dll, pbdwe125.dll, pbshr125.dll pbsnc125.dll, pbvm125.dll per sybase's instruction in infocenter.sybase.com.

i have packaged microsoft dlls atl71.dll, libjcc.dll, libjtml.dll, msvcp71.dll, msvcp100.dll, msvcr71.dll, msvcr100.dll , nlwnsck.dll.

all of these dlls installed in c:\program files\sybase\shared\powerbuilder.

my problem is, pb app running when try establish connection database server prompt "transaction not connected"

is pbsnc problem? tried registering using regsvr32 , didnt work. have used pb runtime packager still no luck. have tried app path registry , link directory stated above , still no luck...

my question

  1. is there can make work?
  2. win 7 has c++ runtime libraries installed right?
  3. what can cause of "transaction not connected" error
  4. what can make work?

note:

  1. i have user access database server
  2. i can access database server
  3. the app working when pb ide installed

please enlighten me! thank :d

does computer app deployed have sql server native client runtime installed? (i'm assuming you're using sql server because mention pbsnc125.dll.) here's info blog post wrote while (i using pb 12 , sql server 2008, things may different you.)

files required

on client machines, in addition pb runtimes (including pbsnc120.dll, sql server), need install sql server native client runtime. these come msi installer package microsoft. when install sql server client, you'll need administrator. otherwise you'll cryptic error message along lines of "0: -1".

there's 32-bit , 64-bit version of runtime. 64-bit version won't run on 32-bit version of windows , vice versa.

footnote: project used powerbuilder classic version 12.1 , sql server 2008


Comments

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -