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
-
Interesting. Thanks for the explanation.
-
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?
-
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"
-
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…
-
Ha, OK. I'll post what I find out here, maybe it will help someone else.
-
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…
-
Got it, thanks Kevin, let me give it a try.
-
OI9
-
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.
-
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…
-
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…
-
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.
-
If I change the ControlPart property to TBD, it works correctly.
-
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…
-
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…
-
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.
-
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…