GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
Error at line 155, position 8 (init.htm): 800704EC


https://support.genopro.com/Topic35155.aspx
Print Topic | Close Window

By pjd0 - Tuesday, July 14, 2015
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
By genome - Tuesday, July 14, 2015
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.
By pjd0 - Tuesday, July 14, 2015
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
By genome - Tuesday, July 14, 2015
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.
By pjd0 - Wednesday, July 15, 2015
Thanks report currently running past that point

Philip
By pjd0 - Friday, July 17, 2015
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
By genome - Friday, July 17, 2015
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.