Cannot find the workbook listed as saved workbooks by RPAS
Hi Experts,
I have an issue in MFP, RPAS. I ran the command 'wbmgr -d $RPAS_MASTER_DOMAIN -list -all' and the command returned me all the saved workbooks in the domain. Now when I wanted to fetch the information regarding each of the saved workbooks from the list got from the above command, I tried executing the following command: 'wbmgr -d $RPAS_MASTER_DOMAIN -print -wbList $idList'. But I got an error 'wbmgr caught Exception: database does not exist at given path '/opt/oracle/planning/MFP/master_domains/mfprtl/users/nmamk13/t0000000050'.' When the workbook was not present in the database, why was it getting listed in the previous command? Please let me