NetTalk Central

Author Topic: Some of SecWin issues in NTWS  (Read 4029 times)

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Some of SecWin issues in NTWS
« on: October 10, 2013, 08:55:38 AM »
Hi All!

I have some of NTWS apps with integrated SecWin. During the program work I can see some of strange mistakes. For example, I have an increment error, when inserting record to operators table (in-memory drv), then might be an error accessing security file, or "file not found", or "table structure in dct vs SQL is incorect", and most strange issue is, sometimes I can't login to my app. I have to recreate all users in secwin. I can't post the example because these errors are not permanent and appears from time to time.... But I have screenshots. If someone has these issues or something heard about it, please give an advice how to fix it. It's very comfortable to used SecWin, but these errors are drive me crazy :-((

[attachment deleted by admin]
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: Some of SecWin issues in NTWS
« Reply #1 on: October 10, 2013, 04:20:52 PM »
Just a thought... if you are using SQL have you set Mars and Busy handling?

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Re: Some of SecWin issues in NTWS
« Reply #2 on: October 10, 2013, 08:04:45 PM »
Hi Kevin!

Yes I have set MARS and Busy handling in dct. But I don't understand how MARS affects on table structure or other errors
Clarion 9.0.10376
NetTalk 7.26
SecWin 6.25
StringTheory 1.92

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Some of SecWin issues in NTWS
« Reply #3 on: October 10, 2013, 09:29:34 PM »
I'm not sure it's a secwin issue. (the second screenshot does not appear to be Secwin related.)

I suspect you have an issue connecting to the database, or possibly the connection to the database is being lost at some point.
Is the web server running on the same machine as the database?

BTW - what builds of Clarion / NetTalk are you using?

cheers
Bruce

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Re: Some of SecWin issues in NTWS
« Reply #4 on: October 14, 2013, 01:56:12 AM »
Hi Bruce!

Yes, the web server running on the same machine as the database. Clarion is 9.0.10376 and NT is 7.26. Here are other errors screenshots. 

[attachment deleted by admin]
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: Some of SecWin issues in NTWS
« Reply #5 on: October 14, 2013, 06:48:37 AM »
Are you running FM3? If so there is a template setting to set MARS and Busyhandling driver string and you should use it as this driver string only needs to be set on the first table to connect with the DB which happens to be the FM3 table.

estadok

  • Jr. Member
  • **
  • Posts: 84
    • View Profile
    • EstaSoft
    • Email
Re: Some of SecWin issues in NTWS
« Reply #6 on: October 14, 2013, 09:19:31 AM »
No I don't use the FM3. Kevin could you explain me how errors on "error3.png" depends on MARS and Busyhandling. Maybe I miss something in my dictionary?
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: Some of SecWin issues in NTWS
« Reply #7 on: October 14, 2013, 02:30:03 PM »
It depends how you set busy handling. Can you post your driver string? The other issue could be Table locking. I have never seen the invalid File error message.