juggernautsei wrote on Thursday, September 29, 2011:
Hi,
I am having trouble getting the fee script to load the fees. I am using a windows 2003 server and v4.1 xamp install. It just stalls. Any help will be appreciated.
Sherwin
juggernautsei wrote on Thursday, September 29, 2011:
Hi,
I am having trouble getting the fee script to load the fees. I am using a windows 2003 server and v4.1 xamp install. It just stalls. Any help will be appreciated.
Sherwin
juggernautsei wrote on Thursday, September 29, 2011:
my $DBNAME = “lisaemr”; # database name
my $CARRIER = “09040”; # Virginia
my $FEE_MULTIPLIER = 1.5; # fee multiplier
These are the variable that I am using.
The program returns 0 row inserted 0 rows update
Sherwin
juggernautsei wrote on Friday, September 30, 2011:
Solved:
Using the wrong code from the wrong year. I was using the carrier code from 2008 with the 2011 file and then found that the trailing 00’s are omited in the text file to be parsed.
Live and learn!!!
Sherwin