Details
-
Type: Bug
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: Rushmore
-
Fix Version/s: Rushmore
-
Component/s: Reporting (Outbound Datafeeds)
-
Labels:None
-
Environment:
bidmgr #532
-
Sprint:Sprint 2
Description
On unzipping ops-scripts from http://jenkins.ri.thesearchagency.com/job/OPS%20Scripts/673/ there is no executable permission.
I had to forcefully assign permission to run it.
Scripts were placed under amlops home directory in monman server.
Run as amlops.
I noticed this
Trail 1 (as sudo):
[amlops@aml-qa3-monman1 ~]$ sudo ./report-admaxcampaign-level-budget.sh -h aml-qa3-mysql1 -T 2015-01-06
sudo: ./report-admaxcampaign-level-budget.sh: command not found
Trial 2:
[amlops@aml-qa3-monman1 ~]$ ./report-admaxcampaign-level-budget.sh -h aml-qa3-mysql1 -T 2014-12-25
Writing to file: Merchant UUID,Campaign ID,BA ID,Loc ID,Actual Daily Budget,Nominal Daily Budget
./report-admaxcampaign-level-budget.sh: line 74: /var/local/tsa/reports/admax-campaign-level-budget-data-2014-12-25.csv: Permission denied