NAT3041 - Just installed Natural CE on Windows

Hi all,

I installed natural CE for windows and am able to execute a hello world program. I read in the site that installation already comes with adabas. However im unable to access my new ddm or any existing sample ddms provided by software AG.
I get NAT3041 error when I retrieve or try to add a new record.

DEFINE DATA
LOCAL
1 EMP VIEW OF EMPLOYEE
2 EMPLOYEE-ID
END-DEFINE
*
EMP.EMPLOYEE-ID := 1
STORE EMP
END TRANSACTION
*
READ EMP
DISPLAY
EMPLOYEE-ID
END-READ
END