> For the complete documentation index, see [llms.txt](https://supportx.gitbook.io/buku-mantra-and-sihir/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://supportx.gitbook.io/buku-mantra-and-sihir/controller/falco/general.md).

# General

### Panjang ID Kartu

<figure><img src="https://1731165174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtQJu2Q0LuwmDBRrVlRsJ%2Fuploads%2FcsDSZM2FGSdokEM9xOC5%2Fimage.png?alt=media&amp;token=63e867ff-6753-48c6-b8fc-1dfe44e35fdb" alt="" width="490"><figcaption><p>proximity card</p></figcaption></figure>

{% hint style="info" %}

* Proxy 5digit, 10digit
* Smartcard / Mifare 7digit, 10digit
* Long 5digit, 10digit
  {% endhint %}

### Clear LOG SQLServer

Transaksi tidak jalan karna LOG database penuh, Cek pemakaian LOG di SQL Server Management Studio **(SSMS)**

<figure><img src="https://1731165174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtQJu2Q0LuwmDBRrVlRsJ%2Fuploads%2FT96ANoNcEhZYNvcCpOv2%2Fimage.png?alt=media&amp;token=bdf02792-d39e-4f7e-9fb4-62d864c1226b" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="https://1731165174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtQJu2Q0LuwmDBRrVlRsJ%2Fuploads%2FHBTH7rYWfNNFZPYyk1QG%2Fimage.png?alt=media&amp;token=bfdd11b7-d14a-4577-94a0-2515b85ebb56" alt="" width="563"><figcaption></figcaption></figure>

<figure><img src="https://1731165174-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FtQJu2Q0LuwmDBRrVlRsJ%2Fuploads%2FSCFYcGsYqwca0lWgyGXg%2Fimage.png?alt=media&amp;token=097987a3-dee4-4ece-a648-aecc3036dd72" alt="" width="563"><figcaption></figcaption></figure>

Jalan Query ini di SSMS untuk clear LOG

```
BACKUP LOG DataDBEntServer WITH NO_LOG
GO
USE DataDBEntServer
GO
DBCC SHRINKFILE (2, 128, TRUNCATEONLY)
GO
```
