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

LMS 2.6 dcrcli - authentication failure

yjdabear
VIP Alumni
VIP Alumni

I don't want to set DCRCLIFILE env at this point. The problem is /opt/CSCOpx/bin/dcrcli -u admin exp fn=/path/to/homedir/dev.csv ft=csv seems to fail to accept the perfectly valid password for the user.

1 Accepted Solution

Accepted Solutions

Try dcrcli -u admin cmd=exp fn=dev.csv ft=csv

View solution in original post

2 Replies 2

yjdabear
VIP Alumni
VIP Alumni

Doing this in two steps works, but not ideal:

/opt/CSCOpx/bin/dcrcli -u admin

dcrcli> exp fn=dev.csv ft=csv

Try dcrcli -u admin cmd=exp fn=dev.csv ft=csv