Re: [reportmagic-help] Configuring RM file_in

2007-01-23 Thread Jeremy Wadsack
> That did it, sort of. Thanks, Jeremy. Where in the documentation is
> your solution? I looked and looked before posting... I'd like to me
> more self-sufficient.

This is covered in the Quick Start
(http://reportmagic.org/docs/overview.html) under "Setting up Analog for
use with Report Magic."


> I got the statistics, but for some reason, graphics are missing from
> the resulting HTML, and I get another error:

Not sure about the missing graphics. Are they in the folder where the
report is?


> "[graphs} reverse line is not recognized..."

There is no 'reverse line' option that I recall for graphs. You can have
the time reports inverted (i.e. opposite the order of the data table)
using this:

[reports]
Reverse_Time = 1


 
> Also, I had to move the .dat file into the report magic directory. I
> suspect it is another bogus Windows thing, but it didn't work when I
> had the file reference:
> 
>c:\Program Files\Analog\analog.dat
> 
> or
> 
>"c:\Program Files\Analog\analog.dat"
> 
> It there a way that works in Windows, so I don't have to move the
file?

The first option should work. Report Magic doesn't care about any spaces
after the first non-space character after the first '=' sign.

[statistics]
File_In = c:\Program Files\Analog\analog.dat


You could also try the 8.3 path:

[statistics]
File_In = c:\PROGRA~1\Analog\analog.dat


--
 
Jeremy Wadsack
Seven Simple Machines

___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


Re: [reportmagic-help] Configuring RM file_in

2007-01-19 Thread Kenneth Kixmoeller
That did it, sort of. Thanks, Jeremy. Where in the documentation is  
your solution? I looked and looked before posting... I'd like to me  
more self-sufficient.

I got the statistics, but for some reason, graphics are missing from  
the resulting HTML, and I get another error:

"[graphs} reverse line is not recognized..."

Also, I had to move the .dat file into the report magic directory. I  
suspect it is another bogus Windows thing, but it didn't work when I  
had the file reference:

   c:\Program Files\Analog\analog.dat

or

   "c:\Program Files\Analog\analog.dat"

It there a way that works in Windows, so I don't have to move the file?

Thanks again,

Ken
-

On Jan 19, 2007, at 6:12 PM, Jeremy Wadsack wrote:

> You need to change your analog configuration with the following
>
>   OUTPUT COMPUTER
>   OUTFILE analog.dat
>
> This tells Analog to create one, computer-readable file, called  
> analog.dat, that RM will use to generate reports.
>
> For Report Magic set
>
>   [statistics]
>   File_In=analog.data
>
> Note that you may have to move the file or use full path names in  
> the above to make sure that both programs know where the file is.
>
> The error about 'standard.ini' implied you have a line like this in  
> the [statistics] section of your rmagic.ini, which you should remove:
>
>   Include=standard.ini
>
> --
>
> Jeremy Wadsack
> Seven Simple Machines
>
>
>> -Original Message-
>> From: [EMAIL PROTECTED] [mailto:reportmagic- 
>> help-
>> [EMAIL PROTECTED] On Behalf Of Kenneth Kixmoeller
>> Sent: Friday, January 19, 2007 2:54 PM
>> To: reportmagic-help@reportmagic.org
>> Subject: [reportmagic-help] Configuring RM file_in
>>
>> Hello - --  -
>>
>> Using:
>>
>> RM 2.21
>> Analog 6.0
>> IIS 5
>> W2K Server
>>
>> I may be an idiot, but I don't understand file_in. When I run Analog,
>> there is no .DAT file created or altered. The only files that are
>> generated are several .png files, and, of course, report.html.
>>
>> When I alter the Analog configuration file to "OUTFILE analog.dat"
>> and point rmagic to that, I get an error:
>>
>> "failed to open standard.ini: no such file or directory at rmagic.pl
>> at line 230. Can't call method "Sections" on an undefined value at /
>> PerlApp/wadg/re/settings.pm line 1125"
>>
>> I get a similar error if I experiment and point to one of the .png
>> files.
>>
>> Enough information? Please enlighten me, if possible.
>>
>> Thank you,
>>
>> Ken
>>
>> ___
>> This is the reportmagic-help mailing list
>> To change your subscription or other preferences use this URL:
>>http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help
>
> ___
> This is the reportmagic-help mailing list
> To change your subscription or other preferences use this URL:
>http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


Re: [reportmagic-help] Configuring RM file_in

2007-01-19 Thread Jeremy Wadsack
You need to change your analog configuration with the following

OUTPUT COMPUTER
OUTFILE analog.dat

This tells Analog to create one, computer-readable file, called analog.dat, 
that RM will use to generate reports.

For Report Magic set 

[statistics]
File_In=analog.data

Note that you may have to move the file or use full path names in the above to 
make sure that both programs know where the file is.

The error about 'standard.ini' implied you have a line like this in the 
[statistics] section of your rmagic.ini, which you should remove:

Include=standard.ini

--
 
Jeremy Wadsack
Seven Simple Machines


> -Original Message-
> From: [EMAIL PROTECTED] [mailto:reportmagic-help-
> [EMAIL PROTECTED] On Behalf Of Kenneth Kixmoeller
> Sent: Friday, January 19, 2007 2:54 PM
> To: reportmagic-help@reportmagic.org
> Subject: [reportmagic-help] Configuring RM file_in
> 
> Hello - --  -
> 
> Using:
> 
> RM 2.21
> Analog 6.0
> IIS 5
> W2K Server
> 
> I may be an idiot, but I don't understand file_in. When I run Analog,
> there is no .DAT file created or altered. The only files that are
> generated are several .png files, and, of course, report.html.
> 
> When I alter the Analog configuration file to "OUTFILE analog.dat"
> and point rmagic to that, I get an error:
> 
> "failed to open standard.ini: no such file or directory at rmagic.pl
> at line 230. Can't call method "Sections" on an undefined value at /
> PerlApp/wadg/re/settings.pm line 1125"
> 
> I get a similar error if I experiment and point to one of the .png
> files.
> 
> Enough information? Please enlighten me, if possible.
> 
> Thank you,
> 
> Ken
> 
> ___
> This is the reportmagic-help mailing list
> To change your subscription or other preferences use this URL:
>http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help

___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help


[reportmagic-help] Configuring RM file_in

2007-01-19 Thread Kenneth Kixmoeller
Hello - --  -

Using:

RM 2.21
Analog 6.0
IIS 5
W2K Server

I may be an idiot, but I don't understand file_in. When I run Analog,  
there is no .DAT file created or altered. The only files that are  
generated are several .png files, and, of course, report.html.

When I alter the Analog configuration file to "OUTFILE analog.dat"  
and point rmagic to that, I get an error:

"failed to open standard.ini: no such file or directory at rmagic.pl  
at line 230. Can't call method "Sections" on an undefined value at / 
PerlApp/wadg/re/settings.pm line 1125"

I get a similar error if I experiment and point to one of the .png  
files.

Enough information? Please enlighten me, if possible.

Thank you,

Ken

___
This is the reportmagic-help mailing list
To change your subscription or other preferences use this URL:
   http://reportmagic.org/cgi-bin/mailman/listinfo/reportmagic-help