NetTalk Central

Author Topic: Local app + NTWS app + SecWin  (Read 6621 times)

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Local app + NTWS app + SecWin
« on: April 23, 2012, 05:05:46 AM »
Hi all!
There are two applications one local ABC another NT. Both applications use the same database (SQL). In local application, I integrated the SecWin. The question is, how to make the NT application use the same security tables?
Clarion 9.0.10376
NetTalk 7.26
SecWin 6.25
StringTheory 1.92

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Local app + NTWS app + SecWin
« Reply #1 on: April 23, 2012, 03:07:36 PM »
where are you storing the security info? If in SQL tables then you have access. If in TPS file then you need to make sure that file is accessible to both web and windows app.

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Re: Local app + NTWS app + SecWin
« Reply #2 on: April 23, 2012, 09:52:52 PM »
Thanks Kevin!
Clarion 9.0.10376
NetTalk 7.26
SecWin 6.25
StringTheory 1.92

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Re: Local app + NTWS app + SecWin
« Reply #3 on: April 24, 2012, 03:05:34 AM »
If in SQL tables then you have access

Yes, in SQL. How i get access to this tables from web app?
Clarion 9.0.10376
NetTalk 7.26
SecWin 6.25
StringTheory 1.92

kevin plummer

  • Hero Member
  • *****
  • Posts: 1195
    • View Profile
    • Production Accounting and Software Payroll
Re: Local app + NTWS app + SecWin
« Reply #4 on: April 24, 2012, 04:28:01 AM »
access needs to be via Secwin added to your web app - you can't access direct.

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Re: Local app + NTWS app + SecWin
« Reply #5 on: May 02, 2012, 02:11:16 AM »
Well, I was able to connect to the same tables from a web app. The question is the following. How do I determine which user belongs to a local application, and what not? And if I add a usergroup in a Web application, it does not appear in the list, although I see it in the local application. In other words I need to divide the existing tables in the local security and the web.
Clarion 9.0.10376
NetTalk 7.26
SecWin 6.25
StringTheory 1.92