1. Moshe Tangi
  2. PowerBuilder
  3. Monday, 4 September 2017 12:54 PM UTC

Hi all

 

I am trying to connect to a MSSql data base (2016) withADO.Net driver .

It works fine from  IDE on one computer  but when i am trying to run the EXE on the another machine ( on the same LAN with full permission to the DB )  i am getting the error : DBMS ADO.Net is not supporting on your current installation

I made a Package and extract it to the directory where the EXE is . + i copied some extra dll's from the installation directory of PB 2017 ( the shared directory 

I have something like 100 PC's on this LAN and i  don't want to install each PC just to publish a remote ICON .

 

Any idea

Thanks

 

Vladimir K. Accepted Answer Pending Moderation
  1. Saturday, 2 March 2019 20:37 PM UTC
  2. PowerBuilder
  3. # 1

Greetings all.

Working with BETA, I make a build as usual, and install it on standalone machine, got all run-times files out of the package right in the installed directory.

Getting ADO.Net connection error please see attached. Did check .net looks good, please see attached.

Did try to install build on the development machine with BETA, look good, NO ADO.Net connection error.

Can someone tell me what am i missing?

Help will be greatly appreciated.

Thank you

Sincerely

Vlad

 

Attachments (2)
Comment
There are no comments made yet.
Chris Pollach @Appeon Accepted Answer Pending Moderation
  1. Tuesday, 5 September 2017 00:37 AM UTC
  2. PowerBuilder
  3. # 2

Hi Moshe;

  Assuming that your deploying the PB ADO.net interface driver (PBADO170.dll) in the deployment package ... it then sounds like your missing the SS ADO.net client driver on your deployment PC's. The PB ADO interface needs to locate the SS ADO.net driver to complete the DBMS connection.

Regards ... Chris

Comment
  1. Moshe Tangi
  2. Tuesday, 5 September 2017 04:57 AM UTC
hi Chris ,



The SS Ado.net client driver comes with in the FrameWork with the windows instalation ( 8 , 10 ) , wright ?



do i need to install it by myself ?

  1. Helpful
There are no comments made yet.
Rodolfo Reyes Accepted Answer Pending Moderation
  1. Monday, 4 September 2017 15:53 PM UTC
  2. PowerBuilder
  3. # 3

Hi,

I have almost the same scenario in my work. I use ADO.NET against SQL Server 2012 and 2016. And I have not had a problem. The only thing that PCs should have is the .Net FrameWork. At the moment, we use the one that comes Default in Windows 8 and 10, so we did not have to install any in particular.

Check that you have enabled the .Net Framework that comes by default in Windows.

============

Rodolfo Reyes

============

 

 

 

Comment
  1. Moshe Tangi
  2. Tuesday, 5 September 2017 04:54 AM UTC
Hi Rodolfo



How Do i enabled the .Net framework ?

  1. Helpful
There are no comments made yet.
  • Page :
  • 1


There are no replies made for this question yet.
However, you are not allowed to reply to this question.