SF 1.6.6 Beta install errors


Author
Message
Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Hi Trent,

Installing the SF 1.6.6 Beta update, I got an error when Building StrataFrame Databases.  Please see images attached.

The process is looking for a Triggers.xml file.

Edhy Rijo

Replies
Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Well, since this seems to be an isolated issue BigGrin then I will not waste a lot of time and just say what I did to get back to a working stage:
  • I disabled all antivirus, spybots, etc.
  • Uninstalled SF and manually remove the assemblies from the C:\WINDOWS\Assembly
  • Reboot
  • Reinstalled SF and got same missing file error, and canceled the installation.
  • Copied the Triggers.xml to C:\Users\Edhy\AppData\Local\Temp\MicroFour\Metadata
  • Reinstalled SF and it completed.
  • Checked SF version and had the same screenshot as before with different versions.
  • Checked SF assemblies in C:Windows\Assembly and they all have correct version 1.6.5.2
  • Checked SF assemblies in C:\Program Files (x86)\MicroFour\StrataFrame\Assemblies and they are also correct 1.6.5.2
  • Now last place to check C:\Program Files\Common Files\MicroFour\StrataFrame here the assemblies where not updated, they all have version 1.6.5.1 (see image attached) and also I believe this may be the caused of the missing file since the *.pkg files may not be updated.  So for now my fix was to copy the correct assemblies to C:\Program Files\Common Files\MicroFour\StrataFrame.

Tomorrow if I have some time or in the next update I will do all steps above and will also manually remove C:\Program Files\Common Files\MicroFour\StrataFrame before installing to see if that takes care of future installations.

P.S.

I am very happy with all new features added, specially those related to the ListView which I use a lot in my current project.

Edhy Rijo

Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
I am very happy with all new features added, specially those related to the ListView which I use a lot in my current project.

Yeah, we have been using this extensively as well...so that keeps the features coming BigGrin

One thing I thought I would point out on this new release is the BOs SaveCurrentDataTableToSnapShot and RestoreCurrentDataTableFromSnapshot methods.  These were implemented specifically for the ListView and performing Undos if their was a cancel out of a child dialog form.  The complication without this was the following scenario:

  1. Add a new child record
  2. Click OK on child dialog to close the child and keep the new child record in the BO
  3. Select the new child record from the ListView and edit the record
  4. Click cancel

At this point prior to this method, if you performed an Undo you lost the new record because it technically still had a RowState of Added.  With the Save and Restore snapshot methods, you never need to call Undo.  You should always let the ListView perform an automatic snapshot (does by default) then just call the Restore if the end-user cancelled the child dialog.  This way it is always 100% accurate in regards to what the end-user has been doing.

Edhy Rijo
E
StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)StrataFrame VIP (6.4K reputation)
Group: StrataFrame Users
Posts: 2.4K, Visits: 23K
Trent L. Taylor (06/23/2008)
With the Save and Restore snapshot methods, you never need to call Undo.  You should always let the ListView perform an automatic snapshot (does by default) then just call the Restore if the end-user canceled the child dialog.  This way it is always 100% accurate in regards to what the end-user has been doing.

Thanks for explaining this in more detail.  Today I will start testing those new changes.

BTW, you won't believe this, but 2 days ago while testing a form which has 2 listview controls, as an end user, I felt the need to add a DoubleClick action to edit the selected record, and boom! you just implemented that feature in this release, it couldn't be better than that! Tongue

Edhy Rijo

Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
I felt the need to add a DoubleClick action to edit the selected record, and boom! you just implemented that feature in this release, it couldn't be better than that!

Cool Cool

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Threaded View
Threaded View
Edhy Rijo - 17 Years Ago
     FYI, the file...
Edhy Rijo - 17 Years Ago
Trent L. Taylor - 17 Years Ago
Edhy Rijo - 17 Years Ago
Trent L. Taylor - 17 Years Ago
Trent L. Taylor - 17 Years Ago
Edhy Rijo - 17 Years Ago
                         [quote]I am very happy with all new features added, speciallythose...
Trent L. Taylor - 17 Years Ago
                             [quote][b]Trent L. Taylor (06/23/2008)[/b][hr]With the Save and...
Edhy Rijo - 17 Years Ago
                                 [quote]I felt the need to add a DoubleClick action to edit the...
Trent L. Taylor - 17 Years Ago

Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search