I am trying to run the reposcan utility on our 4.1 SP01 Patch 6.
I have found and have been using these resources...
I have gotten it to run like this...
reposcan.exe -dbdriver sqlserverdatabasesubsystem -connect "UID=xxxxxxxx;PWD=xxxxxxxx;DSN=xxxxxxxx" -dbkey xxxxxxxx -inputfrsdir "E:\Apps\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\FileStore\Input" -outputfrsdir "E:\Apps\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\FileStore\Output" -count 0
What I want to do now is only scan the FRS, not the CMS with an ultimate goal of scanning and repairing just the FRS. The documentation for page 12 of the PDF from above lists the following for the scanfrs and scancms options.
Image may be NSFW.
Clik here to view.
I have tried adding all sorts of variations.
I added -scancms=False like this...
reposcan.exe -dbdriver sqlserverdatabasesubsystem -connect "UID=xxxxxxxx;PWD=xxxxxxxx;DSN=xxxxxxxx" -dbkey xxxxxxxx -inputfrsdir "E:\Apps\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\FileStore\Input" -outputfrsdir "E:\Apps\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\FileStore\Output" -count 0 -scancms=False
It runs, but I get the same results as before I added it.
I have also tried these variations...
- -scancms False
- -scancms "False"
- -scancms false
- -scancms 0
They all result in the following error...
Internal error: An unknown exception has occurred.
Any suggestions?
Noel