cancel
Showing results for 
Search instead for 
Did you mean: 

Error while export /import in MAXDB

Former Member
0 Kudos

Hello,

I ám trying to do the export import in MAXDB using loadercli.

I have run the command db_active to delete the old data in the destination DB.

when i am running te command :

Loadercli -d SDB -u sapr3,pwd -b "implrtfile"

I ma getting error that user is not available . I have tryied to check users from sql prmt " select * from users" but it give error that

-4004 unknown table users sqlstate 42000

and in DBM error:

-244988 SQL error[info state -d]; -4004 , Unknown table name : INFO_STATE

Can any budy help me to restore the data and how to solve this issue ?

Regards,

Bhavesh

Accepted Solutions (0)

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

If you activated the database you have to load the system tables afterwards, without that the database doesn't have any usertables or other tables.

Markus