When your switch is factory default, it has no IP Address (unless you have a quite new release and the IP via DHCP)
Best practice is not to use the vlan default but to create a new one.
Here we go:
configure vlan default delete ports all
create vlan data tag 100
configure vlan data add ports all
configure vlan data ipadress 192.168.0.1/24
That's it