# Dataset - Restrict Date in MAP MES VUE ESP

This is to freeze a datasets for different Kiwiplan modules.

#### MAP / CLASSIC / FFF

Create a file named \[PROFILE\] in the KIWISEA path. The best place to put it is in the $DATA folder. The DATA and TIME are the settings you wish to freeze the data at.

```bash
RESTRICT:
DATE:160725
TIME:0700
```

#### VUE

There are a couple of places you will need to have a file named \[time.properties\] and you will need to create and save a file in each folder with the following entry:

```shell
time=16/07/2025 07:00:00
```

Linux Server

```
/KIWI/services/sites/<sitename>/current/conf/kiwiplan
/KIWI/services/web/<sitename>/current/conf/kiwiplan
```

Windows Server (Client Install)

```shell
C:\Kiwiplan\<install folder>\conf\kiwiplan
```

#### ESP

Create a file named \[PROFILE.INI\] to hold the database you wish to freeze in time with the following entry:

```ini
[SFL]
StartDateTime=07/16/2025 07:00:00
TimeZone=US Eastern Standard Time
LocaleID=1033

[DBLABELMAPPING]
ESP_LIVE=SFL
```

The sections are set like the folowing:

```ini
[DBLABELMAPPING] example
DBNAME=SECTION_NAME

[TimeZone] examples
US Eastern Standard Time
Central Standard Time
GMT Standard Time
New Zealand Standard Time

[LocaleID] code page example
1033
1062
5129
```

Windows Server (ESP Installation)

```shell
C:\Kiwiplan\EspServ\
```