Comments
Sort by recent activity
The above Powershell opens the application briefly, but does not run the masking set. Thanks,Robb / comments
The above Powershell opens the application briefly, but does not run the masking set. Thanks,Robb
Folks! I finally got the Powershell to run the data masking. I was referencing the wrong app, which IS DataMasker.exe, NOT DataMaskerCmdLine.exe. The file was wrong on extension too. Thanks anyway for consideration, but I'm good to go. Robb / comments
Folks!I finally got the Powershell to run the data masking. I was referencing the wrong app, which IS DataMasker.exe, NOT DataMaskerCmdLine.exe. The file was wrong on extension too.Thanks anyway ...
I tried to comment earlier that I did figure it out. I also had a wrong path and extension. It's working OK now. Thanks for the help. Robb / comments
I tried to comment earlier that I did figure it out. I also had a wrong path and extension. It's working OK now. Thanks for the help.Robb
I also tried running as Administrator, which did look like it triggered the DatamaskerCmdLine.exe, but did not run the script. Robb / comments
I also tried running as Administrator, which did look like it triggered the DatamaskerCmdLine.exe, but did not run the script.Robb
Thanks Mark, Turns out that Powershell needed to be set to unrestricted from remote access. That and putting the websites in the trusted zone fixed everything. Thanks for the help though, Robb / comments
Thanks Mark,Turns out that Powershell needed to be set to unrestricted from remote access. That and putting the websites in the trusted zone fixed everything.Thanks for the help though,Robb
Owen, or anyone. Hey, one more time... I'm trying to run the script to load Powershell commands and I'm an administrator on the VM. I also ran explorer as an administroator and even disabled Enhanced Security Configuration, but still get 'Access denied, the user is not a member of the permitted Windows security group' message when I try to open the web interface for /settings/powershell. Any ideas?? Thanks, Robb / comments
Owen, or anyone.Hey, one more time... I'm trying to run the script to load Powershell commands and I'm an administrator on the VM. I also ran explorer as an administroator and even disabled Enhan...
Perfec. Thanks for the quick response! Robb / comments
Perfec. Thanks for the quick response!Robb
Thanks for the info. I can cut and paste the tables/columns from a masking set to a different masking set. However, when I export the masking plan information and try to import it into a new plan it does not import the table/column information. I have to open the XML and cut and paste the table/column information to the new file. What is the export/import feature used for? Thanks, Robb / comments
Thanks for the info. I can cut and paste the tables/columns from a masking set to a different masking set. However, when I export the masking plan information and try to import it into a new plan...
Putting (?i) at the start of the Regular Expression for search worked to replace the expression without case sensitivity. Thanks a bunch, Robb / comments
Putting (?i) at the start of the Regular Expression for search worked to replace the expression without case sensitivity.Thanks a bunch,Robb
dOCTOClone, I'm using Regex Replace operation. The Regular Expression for search is case sensitive. The database is not, with collation set to SQL_Latin1_General_CP1_CI_AS. Replacing with values from dataset 'Text, user Specified', replacing the expression with 'Text to use in rule'. Any help is appreciated. Robb / comments
dOCTOClone,I'm using Regex Replace operation. The Regular Expression for search is case sensitive. The database is not, with collation set to SQL_Latin1_General_CP1_CI_AS. Replacing with values f...