Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.

jimvaughan

About

Username
jimvaughan
Joined
Visits
404
Last Active
Roles
Member

Comments

  • Ugh
    in Sectigo Comment by jimvaughan 6:48PM
  • Interesting. Thanks for the explanation.
    in Sectigo Comment by jimvaughan July 23
  • I used an EV because that is what Sectigo offered. Do you have to enter the token password every time you sign a file, or can you save this somewhere and have it automatically entered?
    in Sectigo Comment by jimvaughan July 23
  • Got working, you do not need to unlock it using Safenet. This worked: SignTool sign /tr http://timestamp.sectigo.com /td sha256 /fd sha256 /n "Visim Inc" "Setup.exe"
    in Sectigo Comment by jimvaughan July 21
  • So I go here https://sectigo.com/knowledge-base/detail/SafeNet-Authentication-Client-Download-for-Sectigo-Certificates-on-eToken and install the software. Run SafeNet, choose unlock, enter my unlock code and it fails with an error. Have support re…
    in Sectigo Comment by jimvaughan July 20
  • Ha, OK. I'll post what I find out here, maybe it will help someone else.
    in Sectigo Comment by jimvaughan July 20
  • Sectigo says: "You may need to install additional software to access the certificate on the selected media (token/smartcard). We suggest downloading SafeNet, although there are many applications you can utilize. You can download SafeNet software fr…
    in Sectigo Comment by jimvaughan July 20
  • Got it, thanks Kevin, let me give it a try.
    in Sectigo Comment by jimvaughan July 20
  • OI9
    in Icon Comment by jimvaughan July 19
  • OK here is what fixed everything, you must now use the ControlPart property. The form that was not showing the divider in FORMDES had another picture control overlapping it.
    in Icon Comment by jimvaughan July 16
  • OK i have it working on both forms, recopied the control from the working form to the non-working one, saved the form and it displays correctly when the form is executed. It still however does not display when in FORMDES. I'm OK with it, do not sp…
    in Icon Comment by jimvaughan July 16
  • Something in your SRP Picture controls logic set it to be a divider if the control was two pixels wide, that has changed, presumably due to a newer SRP control version. Saving the form stops it from working the way it used to. I copied the control…
    in Icon Comment by jimvaughan July 16
  • This is strange the form that was working correctly, I changed the ControlPart property to TBD, it doesn't work on that form now. Setting the ControlPart back to None does not fix it, saving the form somehow has broken it.
    in Icon Comment by jimvaughan July 16
  • If I change the ControlPart property to TBD, it works correctly.
    in Icon Comment by jimvaughan July 16
  • I have no idea what is different, it might be the SRP control version. But the one that displays correctly is on the same copy of OI that displays a blank icon in a different window. No I am not using an image. Let me try and figure out what is diff…
    in Icon Comment by jimvaughan July 16
  • Not sure what is going on here but I am getting different results on different machines, some look like the below, two screenshots . In one case we have nothing as a seperator, the other we get a black outline. Other windows render correctly, sa…
    in Icon Comment by jimvaughan July 16
  • Hmmm for reason on my system it's showing as a blank space, invisible. On another computer it's showing as a blank space surrounded by a black border. I'll post images when I get back in the office.
    in Icon Comment by jimvaughan July 15
  • Thanks for the tips and help, it's appreciated.
  • Good suggestion.
  • I figured it out, one of the files in the existing volume was not getting detached and I didnt notice. Thanks for the patience help.
  • That's testing a new location for the files, outside of %temp%
  • @file_error looks like this
  • I copy all the files in the directory, I have checked and they are byte identical. The new location has never existed.
  • Hmm, this what I'm doing. Detach existing volume. Use osread and oswrite to copy rev files from that volume to a new location. I then attempt to attach those files at the new location. Is that a different volume name?
  • Thanks Barry.
  • I guess I need to report this as a bug. How do I do that nowadays?
  • I am using 10.2.4
  • Thanks Barry, yes they show up under that menu.
  • >> are your tables a member of the W_TACTIC database<< The database ID is W_TACTIC, how would I tell if the tables are members of this database. They are attached when I open OI.
  • I just recompiled the code that copies the files. I added a debug, changed my mind and deleted the debug. Now like magic it's working I have no idea what I did to fix it. Edit: It didn't fix it. It's now not detaching the original tables. So jus…