12-02-2004 11:51 AM - edited 03-10-2019 01:54 PM
Has anyone seen the error, "Unknown Token for import file at ..." I get this when I try to import the dump.txt or the user.txt file from ACS 3.2 to ACS 3.3 for testing. I would appreciate any help in this matter.
Thanks
Dwane
12-05-2004 03:39 PM
What flags are you using when you export the users and when you try to import the dump file?
Keep in mind that if you use "csutil -u" to create the users.txt file, this creates a file in a format that then can't be imported back into ACS, it is just a dump of usernames. When trying to import this you'll get the "Unknown token" errors you're seeing.
The proper procedure to do this is the following:
- Export the whole DB to dump.txt with csutil -d
- Copy this to the other server
- Import this with csutil -l dump.txt
You can read about this here:
12-22-2004 03:49 PM
That was it. I did not do the -l option. Thank you.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide