Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

made some changes #2

Open
qsysd opened this issue Sep 10, 2024 · 2 comments
Open

made some changes #2

qsysd opened this issue Sep 10, 2024 · 2 comments

Comments

@qsysd
Copy link

qsysd commented Sep 10, 2024

Hello,
NPS on Windows Server 2022 and SQL Server is 2017.
I had to make some changes in order to work.
NPS kept sending a huge number as NAS_Port so sp_xml_preparedocument was failing and there was an event 4403 in Windows event log:
NPS cannot log accounting information in the primary data store (ssql). Because of this, NPS is now logging accounting information in the secondary data store. Error information: 0x80040e57.

nps_accounting_table :

  • corrected obvious semantic mistake at
    [timestamp] [datetime2](3) NOT NULL
  • changed NAS_Port from int to bigint
    [NAS_Port] [bigint] NULL,
  • removed OPTIMIZE_FOR_SEQUENTIAL_KEY = ON, (not in SQL 2017)

nps_sp_reportEvent:

  • changed NAS_Port bigint './NAS-Port',
@JasonEverling
Copy link
Contributor

Do you want to submit the changes or want me to make them? You can send over a pull request

@qsysd
Copy link
Author

qsysd commented Sep 13, 2024

I'm sorry I can't, I don't use git at the moment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants