|
|
Customers GenoPro version: 3.0.1.0
Last Login: Sunday, March 5, 2023
Posts: 27,
Visits: 83
|
Error at line 155, position 8 (init.htm): 800704EC
I have at last got past the new report download and put the skins directory in the options tab - initially the skin itself, but couldn't see the skin on the Generator tab and it eventually clicked.
However now this error and can't find it through the search.
Genopro 2011 2.5.4.1, Narrative 2015.05.05
Other reports other than the default work fine
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 5 hours ago
Posts: 3,408,
Visits: 26,283
|
This is the first time I have seen this error. It indicates that a program is being prevented from running by a Windows 'Software Restriction Policy' set in Group Policy. Do you know of any such policy on your PC?
At the line in question , ie. 155 of Init.htm, the script is attempting to run fciv.exe, which is a Microsoft utility program 'File Checksum Integrity Verifier'. The sole purpose of running this program is to check if there have been any user alterations to the skin, so when errors are reported I know if the sjkin has been modified. So really this step is non-essential. If you use NotePad to delete line 155 from Init.htm and change the next line from Session("SkinModified") = ExitCode <> 0 to Session("SkinModified") = False I suspect you will get past this error and the report generaton should run to completion.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
Edited: Tuesday, July 14, 2015 by
genome
|
|
|
Customers GenoPro version: 3.0.1.0
Last Login: Sunday, March 5, 2023
Posts: 27,
Visits: 83
|
Thanks I suspected it might be that. I have locked down my new laptop and trip over the security from time to time.
Will let you know how I go
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 5 hours ago
Posts: 3,408,
Visits: 26,283
|
I will change the script to trap this error and ignore it in future as it is not essential to the running of the report.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|
|
|
Customers GenoPro version: 3.0.1.0
Last Login: Sunday, March 5, 2023
Posts: 27,
Visits: 83
|
Thanks report currently running past that point
Philip
|
|
|
Customers GenoPro version: 3.0.1.0
Last Login: Sunday, March 5, 2023
Posts: 27,
Visits: 83
|
Got a similar error see below Error at line 446, position 4 (init.htm): This program is blocked by group policy. For more information, contact your system administrator.
WshShell.Exec 800704EC
|
|
|
Administrators Customers Important Contributors FamilyTrees.GenoPro.com GenoPro version: 3.1.0.1
Last Login: 5 hours ago
Posts: 3,408,
Visits: 26,283
|
Yep same sort of thing. Here the script is attempting some optimization by using md5.exe to generate checksums of the skin version and the theme css and comparing them with the previouisly uploaded versions. If they are the same them the supporting folders and javascript libraries do not need to be uploaded again.
Again not absolutely essential so I'll trap it. It will just means your repeat uploads will be slightly slower. GenoPro 2016 trial already has the fix for your earlier issue.
'lego audio video erro ergo disco' or "I read, I listen, I watch, I make mistakes, therefore I learn"
|