This topic is locked
[SOLVED]

  ASPRunner Professional 4.1 beta

10/3/2006 11:37:00 AM
ASPRunnerPro General questions
Sergey Kornilov admin

ASPRunnerPro 4.1 beta 1 (build 122) is available for download.
http://www.asprunner.com/files/asprunnerpro41.exe

http://www.asprunner.com/files/asprunnerpro41.zip
This update can be safely installed and won't break existing ASPRunnerPro 3.x-4.x functionality. Just make sure you install it to separate directory. This beta version is fully functional for 21 days. ASPRunnerPro 4.1 is able to open projects created by ASPRunnerPro 4.0.
This upgrade is free for all ASPRunnerPro customers who purchased ASPRunnerPro less than one year ago. Registration keys will be sent when final version is released. All other cutomers will be able to upgrade to the latest version for $99.
New in ASPRunnerPro 4.1:

  • WYSIWYG visual editor. Tweak visual appearance of any page with easy to use editor.
  • New Custom "View as" type. Use any ASP expression to display data the way you need it.
  • Frontpage publishing

C
chris 10/3/2006

During build with this build, I get the following errors:

Error saving file

Can't open file logfile.txt, error = 11
ASPRunnerPro

C:\Program Files\ASPRunnerPro4.1\source\include\masterprint.asp(90) - Unkown modifier - &
I get that about four times before it completes.
Then when I view in browser:
HTTP 500.100 - Internal Server Error - ASP error

Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:

Microsoft VBScript compilation (0x800A03EA)

Syntax error

/OBSReports/include/commonfunctions.asp, line 29591, column 33

LookupSQL=LookupSQL & "where " & 'ACTIVE=1"

--------------------------------^
Browser Type:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)
Page:

GET /OBSReports/login.asp
Time:

Tuesday, October 03, 2006, 12:15:18 PM

Sergey Kornilov admin 10/3/2006

ASPRunnerPro 4.1 (build 124). Updated on 10/03/2006 10:45PM EST.
http://www.asprunner.com/files/asprunnerpro41.exe

http://www.asprunner.com/files/asprunnerpro41.zip
Fixed:

  • LookupSQL bug
  • SecuritySQL bug
  • File-based image prefix bug
    Thank you Peter, Chris and Mike for pointing to those issues!

M
mikehook 10/3/2006
  1. Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
    [Microsoft][ODBC Microsoft Access Driver] Extra ) in query expression '([loginid].[Username]=)'.
    /ASPRunnerPro/include/commonfunctions.asp, line 4819
    When entering login Dbase
  2. Error Type:

    Microsoft VBScript compilation (0x800A0401)

    Expected end of statement

    /ASPRunnerPro/studydata_add.asp, line 473, column 40

    defvalues.Add "custid","GetRequestForm("masterkey")"
    File to follow

customcode 10/3/2006

Hi, the new version still does not declare the i in the for loop. This causes the following error from common functions.

Microsoft VBScript runtime error '800a01f5'
Illegal assignment: 'i'
/orders/betafleet/mybeta/output/include/commonfunctions.asp, line 9759
This only happens while logging in. If I am already logged in I won't get the error. I am using mysql with Windows XP Pro abd IIS and a dsn.
If I add Dim i just after dim value the error goes away and it will allow me to login. It does not save the password or user name even thou it is checked.
Function postvalue(name) '???

dim value

if parse<>1 then

if request(name)<>"" then

value=request(name)

else

postvalue = ""

exit function

end if

if request(name).Count=1 then

postvalue = value

exit function

end if

dim ret

redim ret(request(name).Count)

for i=1 to request(name).Count

ret(i-1)=refine(request(name).Item(i))

next

postvalue = ret

exit function

customcode 10/3/2006

Most tables update normally except a few.

When I try to update the one table I get the following message at the top

<<< Record was NOT updated >>>
Query-based update failed because the row to update could not be found.
Another table it gives the the following

<<< Record was NOT updated >>>
[Microsoft][ODBC Driver Manager] Invalid string or buffer length
It also tends to put check boxes where I have drop down combos. I think it is because of the types such as tinyint in mysql
The list page alse displays code it shouldn't when the more is suppose to appear, it fails to bring up the popup window.

RPL FUEL FILTER - ENGINE SURGES. CHK AIR FILTER. BOLT FUEL INJECTION LINE CLIPClose window);return false;">More ...
When i try to edit I get the following error

Microsoft VBScript compilation error '800a0409'
Unterminated string constant
/orders/betafleet/mybeta/output/libs/smarty.asp, line 218

B
Bryan 10/4/2006

Hi there,
Advanced Search returned the following error when searching for a Date (either entered or by using the calendar):
Microsoft OLE DB Provider for ODBC Drivers error '80040e14'
[Microsoft][ODBC Microsoft Access Driver] Undefined function 'convert' in expression.
/int2/ASPWeb/include/commonfunctions.asp, line 4121

virtualbox 10/4/2006

There are some errors of translation in Italian.
I preferred the passage 7 of the version 4.0 to the new method of selection.
Good job!
Paolo (Italia)

Sergey Kornilov admin 10/4/2006

ASPRunnerPro 4.1 (build 125). Updated on 10/04/2006 11:55AM EST.
http://www.asprunner.com/files/asprunnerpro41.exe

http://www.asprunner.com/files/asprunnerpro41.zip
Fixed:

  • "No records on first page" bug
  • Extra quotes in default values bug
  • Another File-based image bug
    Mike, Customcode and Bryan, please send me your files, database and project file where I can errors you mentioned if they were not fixed in this update. Also I need to know how to reproduce these errors.
    Paolo,

    what is the passage 7 of version 4.0?

J
jclisboa 10/4/2006

hi..
i have a problem with this beta in:

Language=Portuguese

Regional Settings: Portuguese (standard)
The word like "Fácil" result in "f?l" and "Difícil" in "Dif?l"
there are any solution?
thanks
juliano carvalho

Portugal

M
mikehook 10/4/2006

Error Type:

Microsoft VBScript runtime (0x800A01AD)

ActiveX component can't create object: 'Scripting.Dictionary'

/include/locale.asp, line 7
Error comes with all databases, even create one with two fields
<%
'// locale settings
' locale settings
set locale_info = CreateObject("Scripting.Dictionary")
// date settings

locale_info.Add "LOCALE_ICENTURY", "1"

locale_info.Add "LOCALE_IDATE", "0"

and so on............

Sergey Kornilov admin 10/4/2006

Mike,
it looks like something is wrong with script engine on your box.
This is a general scripting error, which happens due to missing Windows Script runtime library, or it's registration is missing. First, see if this command helps:
regsvr32 scrrun.dll
Type the above command in Start, Run and press Enter. Restart Windows. If scrrun.dll file is missing, or if the above registration does not help, you may need to download and install the latest Scripting update from Microsoft site. Download links are provided below:
Windows Script 5.6 for Windows XP and Windows 2000

http://www.microsoft.com/downloads/details...&displaylang=en

Windows Script 5.6 for Windows 98/Me/NT 4.0

http://www.microsoft.com/downloads/details...&displaylang=en
Juliano,
send your ASP files, project file and database to support@xlinesoft.com.

I'll take a closer look at this.

M
mikehook 10/4/2006

All is working good now.. The only thing is that when I save a project, is does not save the basic settings
Should we open the project in the project folder or will save the project we opened in a other area.

Basic is - where is it saving the project settings
Mike McCormick
Only other thing is

Error Type:

Microsoft VBScript runtime (0x800A01A8)

Object required: 'myRequest'

/ASPRunnerPro/include/commonfunctions.asp, line 6012
When sending new user email request

C
chris 10/4/2006

Finally got a good compile and was able to login and get to the first screen, then when clicking to drill down to the next level (screen) I get the following error:

HTTP 500.100 - Internal Server Error - ASP error

Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:

Microsoft VBScript compilation (0x800A0401)

Expected end of statement

/OBSERVEv841/include/COMPANY_INFORMATION_masterlist.asp, line 7, column 18

strSQL = "select "SETUP_ID", "COMPANY_NAME", "ADDRESS", "CITY", "STATE_OR_PROVINCE", "POSTAL_CODE", "COUNTRY_REGION", "PHONE_NUMBER", "FAX_NUMBER" From "OBSERVE"."COMPANY_INFORMATION""

-----------------^
Browser Type:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)
Page:

GET /OBSERVEv841/SOURCE_list.asp
On another screen after selecting advanced search and selecting my report I get the following:

HTTP 500.100 - Internal Server Error - ASP error

Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:

Microsoft VBScript runtime (0x800A000D)

Type mismatch: 'uBound'

/OBSERVEv841/AUD_RPT_OPEN_MAC_list.asp, line 75
Browser Type:

Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727; InfoPath.1)
Page:

POST 132 bytes to /OBSERVEv841/AUD_RPT_OPEN_MAC_list.asp
POST Data:

a=advsearch&type=and&asearchfield%5B%5D=REPORT_NAME&asearchopt_REPORT_NAME=Equals&value_REPORT_NAME=History_Test&value1_REPORT_NAME=

customcode 10/5/2006

ASPRunnerPro 4.1 (build 125). Updated on 10/04/2006 11:55AM EST.

http://www.asprunner.com/files/asprunnerpro41.exe

http://www.asprunner.com/files/asprunnerpro41.zip
Fixed:

  • "No records on first page" bug
  • Extra quotes in default values bug
  • Another File-based image bug
    Mike, Customcode and Bryan, please send me your files, database and project file where I can errors you mentioned if they were not fixed in this update. Also I need to know how to reproduce these errors.
    Paolo,

    what is the passage 7 of version 4.0?



Hi Sergey, my database is mysql. How would I send it to you?

Sergey Kornilov admin 10/5/2006

Customcode,
you can use mysqldump to create database dump.
Mike and Chris,

please send me your files and script that creates database tables (if required).

C
chris 10/6/2006

Customcode,

you can use mysqldump to create database dump.
Mike and Chris,

please send me your files and script that creates database tables (if required).


Sent you an email with requested files.

Chris.
Do you want a zip of the asp pages? [edit] I emailed the zip of the asp pages.