Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: Daily Data Availability Phase 2
-
Fix Version/s: Daily Data Availability Phase 2
-
Component/s: None
-
Labels:None
Description
Script event-wrapper.sh for sepull3.sh exits without execution.
1)tsaapp@tvvm-staging-xml1:/usr/local/tsa/bidmgr$ /usr/local/tsa/bidmgr/event-wrapper.sh sepull3.sh -d 3 --timezoneid 9
Executing sepull3.sh -d 3 --timezoneid 9: writing to /var/local/tsa/log/2011-09-29/sepull3.sh_d_3__timezoneid_9_05:13:49.log
2)tsaapp@tvvm-staging-xml1:/usr/local/tsa/bidmgr$ tail -f /var/local/tsa/log/2011-09-29/sepull3.sh_d_3__timezoneid_9_05:13:49.log
U,-seuser Search Engine User ID
a,-accountid The Search Agency Account ID(s)
d,-debug The Debug Level
f,-force Download & overwrite existing local reports
g,-greater Do IDs greater than specified ID
h,-help Help
l,-less Do IDs less than specified ID
n,-not Do all but specified ID(s)
t,-timezoneid Time Zone IDs
=================== Done.
3) Now remove the space between debug argument "d" and its value "3"
tsaapp@tvvm-staging-xml1:/usr/local/tsa/bidmgr$ /usr/local/tsa/bidmgr/event-wrapper.sh sepull3.sh -d3 --timezoneid 9
Executing sepull3.sh -d3 --timezoneid 9: writing to /var/local/tsa/log/2011-09-29/sepull3.sh_d3__timezoneid_9_05:14:24.log
4)It runs successfully.
tsaapp@tvvm-staging-xml1:/usr/local/tsa/bidmgr$ tail -f /var/local/tsa/log/2011-09-29/sepull3.sh_d3__timezoneid_9_05:14:24.log
2011-09-29 05:14:36.944 (3) [main]: =============== Starting Google MCC Report ================
2011-09-29 05:14:36.951 (3) [main]: No licensing config file found, assuming TSA production environment
2011-09-29 05:14:36.952 (3) [main]: ----------------Google MCC Report starting
2011-09-29 05:14:37.090 (3) [main]: ------------Google MCC Report done
2011-09-29 05:14:37.091 (3) [main]: =============== Completed Google MCC Report ================
2011-09-29 05:14:37.094 (3) [main]: Google MCC Report: 0.147s
2011-09-29 05:14:37.094 (3) [main]: by key:
2011-09-29 05:14:37.095 (3) [main]: db: 0.005s
2011-09-29 05:14:37.095 (3) [main]: other: 0.142s
=================== Done.