i turned external security off and got the same error.
how can i see the sql commands that are being used by db2sampl so that i can run them myself?
C:\db2e\IBM\SQLLIB\BIN>db2sampl -sql -xml -force -verbose -name SAMPLE
Creating database "SAMPLE"...
Existing "SAMPLE" database found...
Dropping and recreating database "SAMPLE"...
Connecting to database "SAMPLE"...
Creating tables and data in schema "EBARKOW"...
--ERROR------------------
SQLSTATE =
Native Error Code = -1092
IBMCLI DriverDB2/NT SQL1092N "EBARKOW" does not have the authority to per
form the requested command or operation.
Creating tables with XML columns and XML data in schema "EBARKOW"...
--ERROR------------------
SQLSTATE =
Native Error Code = -1092
IBMCLI DriverDB2/NT SQL1092N "EBARKOW" does not have the authority to per
form the requested command or operation.
'db2sampl' processing complete.