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

Michael

About

Username
Michael
Joined
Visits
208
Last Active
Roles
Member

Comments

  • Properties on the ClientSetup exe says 9.4.0.0.. On install it says 9.4
  • I've just been running the OI 9.4 ClientSetup. It's trying to install OIPI.Net. I haven't seen an option for Classic.
  • Ok.. I uninstalled and ran the setup as an administrator. Same thing. Is it because it's a virtual pc?
  • That's definitely doable, but it would take a Write for every record. I'm creating a DOS file for each RevG file, and OSBwriting the data out in 60K chunks. On the Arev32 side I can do the same, OSBreading in chunks. Would writing and reading t…
  • I just moved one of the Arev32 volumes under Arev 3.12. Tried to Listvolume on it. No go. I fear you are right about the 32 bit header thing. I'm be cursing now if I was given to that.. Looks like we're stuck with extracting and importing, which…
  • It's not up to me.. my client doesn't want to spend $1500+ for a Works subscription that they will likely never use again.
  • I had a friend try the same thing.. attaching to Arev32/OI tables from within Arev 3.12. No joy. It looks like once you go to Arev32, you can't access the files from within Arev 3.12. I can't even Listvolume. Looks like it's import/export.. and …
  • Want a sec.. We had to find a WinXP box to run Arev 3.12. The Arev32/OI files are on the server. Might that be part of the problem?
  • Thanks for all your help sir.. I'll have the network guy check the access rights on those volumes. If they don't have full access, I seem to recall Arev having a problem with it. Other than something like that, I don't know what's up.
  • The network type is Universal. Revparam is set to ServerOnly = 1 I didn't think there was a client install app like OI?
  • Ok, let me back up.. most of the tables in OI/Arev32 were set up by my client about 5 years ago, before they tabled the whole thing. They've been running RevG from DOS/ CMD. Now they are reviving the conversion project. I need to move over all th…
  • I'm trying to use Arev 3.12 to transfer stuff from RevG to Arev32/OI. Within 3.12, I can SetVolume and see and access all the RevG files now. But when I try to Listvolume or Setalias to anything in Arev32/OI, it says there are no Linear Hash files…
  • We're soo close now. I have Arev3.12 installed and it Does indeed have the ability to read the ROS files. Now, when I do a Listvolume on the Arev32 (OI) volumes, it says there are no Linear Hash files. Of course, all those volumes show fine in OI…
  • Immediately into Arev32 so they can run their RDes programs on top of it. Down the road they Might consider OI. They have to be able to run on modern hardware. Sorry for overlooking your question, Don. Thanks!
  • Thanks Don.. Well this has been a runaround.. Turns out that Arev32 was never meant to access RevG files; the BFS was left out intentionally despite all the SetVolume stuff in Arev32. I did find a copy of RTP52A in a copy of Arev 3.12. Copied th…
  • Well.. we made some progress..lol I was able to SetVolume to the RevG volumes, and all the RevG tables show if I do a Listmedia. Setalias worked as well; but when I tried to List a table I got "SYS1000: Error loading program RTP52A". I believe th…
  • Nevermind.. I got it.. it was the name I was giving the volume. We're good to go!
  • Hi Don, Well the plot thickens (again). I have 5 RevG volumes that I need to access from Arev32. I was able to Set Volume to 4 of them with no problem. The main Rev volume that contains Rev.exe (the equivalent of Revboot) I get a msg: "FS130 C…
  • Eureka! I think this will do it. I knew there was Some way to accomplish this. Strange that there's not a good way to do it directly from OI. I guess this is (yet) another reason to keep an Arev32 module. Gracias, Senor!
  • The online help in OI references several system BFS's, including RTP57, 51 (ROS files) and 59 (ROS/LNK). I thought that ROSMEDIA.MAP is what used to be the RevG media map. I'm just not sure how to attach the RevG files. From the Database Manager,…
  • Thanks Don.. Is there s shortcut path to upgrading from OI 9.2 to 9.4, or do we need to do the incremental upgrades?
  • Hi Don, Thanks for the help! Well the plot thickens.. My client is running UD 4.7 and OI 9.2. I installed the RDK and tried to run. While loading the info in the form, I get an error msg: RTI_LH_INFO line 995. Illegal opcode 213. Wonder if I b…
  • Nevahmind.. Got a workaround.. but if anyone has thoughts about the Oinsight.ini, Please let me know. Thanks!
  • Sorry.. the dude told me a falsehood. Interesting that hiding the engine also seems to disable the debugger.. Anyway, thanks!
  • I don't think I have it. The databound part is what I don't know how to achieve.
  • Is there a good (or possible) way to build a databound edittable on the fly? I have the tablename, fieldnames and numbers; but I can't see where set_property would let me assign them to columns.
  • Does the ET do anything weird with the pipe "|"? i need something safe to swap out with the @SVM temporarily
  • Interesting.. In the DEFPROP, ARRAY and INVALUE properties, the columns are @FM delimited and the rows within are @VM delimited. For the LIST property it's flipped. Not doubting you, but I'm surprised @SVM would result in separate columns. Stil…
  • So it cannot store the @SVM at all, or it just treats it like text? There would be no manipulation within the hidden edittable I suppose I could swap out the @SVM with something else post-read and swap it back pre-write. I'm just not liking the s…
  • So I've gone the route of keeping all the changes in a UDP and replacing the usual read/write/clear/close processes. It actually works, but is a pain to maintain. I want something generic that I can use in all my databound forms. I've thought of…