donovanc
Guest
|
Posted:
Thu Aug 12, 2004 12:49 am Post subject:
Setting up a sam report log. |
|
|
I'm trying to set up sam report, i think i'm following the directions. What i'm having problems with is getting the license deamon to generate a report.rl file for me. I've set up an options file containing a string for where to create the log, and it includes a license timeout. When i check my server logs after starting i get an error, and no logs generated. Did i screw up somewhere in my syntax?
Options file text
REPORTLOG [+]"h:\tech\Sam_Report_Logs\report.rl"
TIMEOUTALL 600
when i check my server log i get the following
15:29:55 (adskflex) Rereading options file...
15:29:55 (adskflex) ALL FEATURES: INACTIVITY TIMEOUT set to 600 seconds
15:29:55 (adskflex) Reread REPORTLOG switched to [+] "H:\tech\Sam_Report_Logs\report.rl
15:29:55 (adskflex) Can't open report log file [+] "H:\tech\Sam_Report_Logs\report.rl: Invalid argument, 253
15:29:55 (adskflex) ...Finished rereading
|
|
Donovan Cox
Guest
|
Posted:
Fri Aug 13, 2004 12:15 am Post subject:
Re: Setting up a sam report log. |
|
|
well just so ya'll know I know why it didn't work. I had a case of bad
syntax. the brackets around the plus sign didn't belong. I also seemed to
have needed 2 spaces between reportlog and the +
REPORTLOG [+]"h:\tech\Sam_Report_Logs\report.rl"
"donovanc" <nospam@address.withheld> wrote in message
news:4024224.1092257427624.JavaMail.jive@jiveforum1.autodesk.com...
| Quote: | I'm trying to set up sam report, i think i'm following the directions.
What i'm having problems with is getting the license deamon to generate a |
report.rl file for me. I've set up an options file containing a string for
where to create the log, and it includes a license timeout. When i check my
server logs after starting i get an error, and no logs generated. Did i
screw up somewhere in my syntax?
| Quote: |
Options file text
REPORTLOG [+]"h:\tech\Sam_Report_Logs\report.rl"
TIMEOUTALL 600
when i check my server log i get the following
15:29:55 (adskflex) Rereading options file...
15:29:55 (adskflex) ALL FEATURES: INACTIVITY TIMEOUT set to 600 seconds
15:29:55 (adskflex) Reread REPORTLOG switched to [+]
"H:\tech\Sam_Report_Logs\report.rl
15:29:55 (adskflex) Can't open report log file [+]
"H:\tech\Sam_Report_Logs\report.rl: Invalid argument, 253
15:29:55 (adskflex) ...Finished rereading |
|
|