Sql server EXIT STATUS 227: no entity was found
I have netbackup setup in my company to backup sql server databases on different instances. I can use the dbbackup tool to create scripts to restore databases. I would like to replicate the same functionality from the command line to script it out. I tried to use the bplist tool to get the list of images for a particular client but, despite all the reading in this and other forums and all possible combination of command line paramters. the only thing I can get out of bplist is a: EXIT STATUS 227: no entity was found I'm really starting to think bplist is an hello world program with a different string in it. Can someone please help. I'm just trying to have bplist output what I can see from the GUI when I use the "backup history options" tool. Litterally, what is the syntax to get the same identical result out of it? In the GUI I just specify sqlhost, master server and start/end dates. can someone please explain what I'm doing wrong here? bplist -S master -t 15 -s 02/15/2019 -e 03/20/2019 -C sqlhost / EXIT STATUS 227: no entity was found many thanks1.6KViews0likes4Comments