jpluimers / sma-uploader

Automatically exported from code.google.com/p/sma-uploader
0 stars 0 forks source link

VBscript Runtime Error 800A000D #30

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. executing any of the scripts
2.
3.

What is the expected output? What do you see instead?
expecting it to run, but this error puts an end to it all

What version of the product are you using? On what operating system?
pv4.3 on Windows 7

Please provide any additional information below.

Contants file:
' SMA Uploader script. Version PV4.3.
' Written by TheGreatGazolio. Updated 27/08/2012.
' This file holds the constants for all PVupload scripts used as part of the 
SMA Uploader.
' Please see associated README.txt file for more information

REM ***** ALL CONSTANTS BELOW NEED TO BE SETUP TO SUIT YOUR SYSTEM *****
REM ***** Below is a typical directory structure for Windows 7 or Vista - See 
README for Windows XP defaults *****

API_KEY="bb019c45ab8030276032e6dd83944db9e761077a"                  'API_KEY from 
pvoutput.org in quotes
SYSTEM_ID="32470"                           'SYSTEM_ID from pvoutput.org in quotes
SE_Path="C:\Program Files (x86)\SMA\Sunny Explorer\"                'Install path of Sunny 
Explorer. SunnyExplorer.exe will be run from within this path
Data_Path="C:\Users\Work\Documents\SMA\Sunny Explorer\"         'This is that path 
used to store csv files, log file, VBS scripts and curl.exe
Exp_Path="C:\Users\Work\Documents\SMA\Sunny Explorer"               'Same as Data_Path but 
without the trailing backslash
SE_Name="home"                                  'System/Plant name of your PV install in Sunny Explorer
SE_Extension="sx2"                              'SE uses sx2 or sxp. Enter the valid extension here 
User_Pwd="0000"                                 'Password for "User" account in Sunny Explorer. Default 
is 0000
Update_Interval = 5                             '10min or 5min Update Intervals. Change via Settings 
-> Edit -> Status Interval

REM ***** THE BELOW CONSTANTS SHOULD NOT NEED TO BE CHANGED *****

Log_Live= Data_Path & "PVupload_Live.log"                   'Same path as Data_Path but with 
Live log name at the end
Log_Update= Data_Path & "PVupload_Update.log"                   'Same path as Data_Path but 
with Update log name at the end
Log_Backdate= Data_Path & "PVupload_Backdate.log"               'Same path as Data_Path 
but with Backdate log name at the end

REM ***** END OF CONSTANTS *****

Original issue reported on code.google.com by paul.red...@volteam.com.au on 5 Oct 2014 at 8:47

Attachments:

GoogleCodeExporter commented 8 years ago
Apologies for delay - not sure how I missed this one. Did you get the issue 
sorted - or have you moved on? Happy to have a look if need be.
Let me know please.
Regards,
Gary

Original comment by gazgl...@picknowl.com.au on 2 Dec 2014 at 7:36

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Hi, I have exact the same problem. I hope that You can help me, or tell who can 
:-)

I have been running Pvoutput for a couple of years now, installed on 3 
different PC's, and without any problems. I use PVupload PV4.3 as the uploader.
The PC running 24/7/365 is now crashed, and I am not able to make Pvupload run 
on the new one.

When I actvate either Update or Backdate, I get the atached message (See 
screenshot), something like "Type mismatch 'CDbl' Code 800A000D"
By debugging, al instances of lines containing CDbl gives the error, in both 
Update- and Backdate files.

I have one PC working propperly and I have compared the PVupload_Constants.txt 
on both maschines, found nothing.
User is Administrator and User rights is set to: EnableLUA -Value 0 in registry.

What to look for?

Jan Holland
(Living in Denmark)

Original comment by kroge...@gmail.com on 2 Mar 2015 at 8:15

Attachments:

GoogleCodeExporter commented 8 years ago
PROBLEM SOLVED!!

Just upgrade PVoutput to to v. 4.4. Hard to find the solution, but I succeded.

Regards Jan Holland

Original comment by kroge...@gmail.com on 2 Mar 2015 at 9:12