cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
832
Views
0
Helpful
2
Replies

Unknown Token for import file

dpatkins
Level 1
Level 1

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

2 Replies 2

gfullage
Cisco Employee
Cisco Employee

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:

http://www.cisco.com/univercd/cc/td/doc/product/access/acs_soft/csacs4nt/csnt24/csnt24ug/apimport.htm

That was it. I did not do the -l option. Thank you.