> For the complete documentation index, see [llms.txt](https://kythuat.dtechvn.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kythuat.dtechvn.com/cai-dat-dtech/loi-dang-nhap-tren-may-chu.md).

# LỖI ĐĂNG NHẬP TRÊN MÁY CHỦ

## 1. Đăng nhập máy chủ không thấy phản hồi

* Kiểm tra Task Manager và tắt hết exe Dtech đang chạy ngầm
* Xoá file trạm và kết nối lại để kiểm tra xem có vào được không
* Vào QL dữ liệu, nếu có data nghĩa là SQL đã chạy được
* Vậy khả năng do các file dll của phần mềm lỗi

## 2. Sau khi nhập user và mật khẩu, thì bật lỗi 11cannot per....

<figure><img src="/files/yGFoDKt5JIjeH0pRBt6d" alt=""><figcaption><p>Báo lỗi sau khi đã nhập user và mật khẩu. </p></figcaption></figure>

* Lỗi khả năng liên quan đến mở giao diện nhập liệu bị lỗi
* Vào thư mục Dtech/Dtech..../Temp&#x20;
  * Tìm tới tệp "LastTimeUpdateSource"+ dataName
  * Sửa thời gian trong file về trước ngày hôm nay
  * Rồi chạy file checkupdate để phần mềm cập nhật lại các file code của phần mềm&#x20;
  * Nếu không được, thì thử copy exe mới nhất sang (lưu ý thử file 64 hoặc 86 tuỳ máy)

## 3. Đăng nhập phần mềm nhưng không hiện danh sách user để chọn

* Nguyên nhân:&#x20;
  * Lỗi có thể gặp cả ở máy trạm hoặc máy chủ
  * Hỏng file trong thư mục&#x20;

    <figure><img src="/files/9gMR6kDuWJjNUrwPjp4x" alt="" width="563"><figcaption><p>Đăng nhập không có user để chọn</p></figcaption></figure>
* Giải pháp:
  * Đăng nhập vào thư mục: Dtech/Dconfig/ Sep/DT/ tìm và xoá thư mục có tên database đăng nhập bị lỗi ( bản dịch vụ sẽ có nhiều thư mục database)&#x20;

    <figure><img src="/files/dQus82n7AByjzjywXXov" alt="" width="563"><figcaption><p>Xoá thư mục có tên data tương ứng</p></figcaption></figure>

## 4. Font "Segoe UI: does not support style Regular

<figure><img src="/files/uolU1SAJ2rMA6VO2igcu" alt=""><figcaption></figcaption></figure>

**Nguyên nhân:**

* Font chữ trong hệ thống đăng ký với Registry bị thay đổi sang 1 tên có dấu \_0 dẫn tới hệ thống nhận không đúng
* Đường dẫn Font hệ thống:

```
Computer\HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Fonts
```

<figure><img src="/files/fzdDFpMLeKvNfyFnCsCL" alt=""><figcaption></figcaption></figure>

**Khắc phục:**

* Mở registry lên theo đường dẫn font hệ thống sau, nhấn Ctrl+F để tìm font Segoe UI kia, click chuột phải vào chọn Modify, bổ sung đúng đường dẫn font và tên của font bỏ đi \_0

<figure><img src="/files/2obLy0cvwpxrxR5uSp9K" alt=""><figcaption></figcaption></figure>

* Sửa xong đóng registry lại khởi động lại máy tính là được.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://kythuat.dtechvn.com/cai-dat-dtech/loi-dang-nhap-tren-may-chu.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
