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
- 148
- Last Active
- Roles
- Member
Comments
-
So I wrote the MFS and it works to prevent deletion in SYSPROCS. But if someone deletes from the OI main window, it leave the SYSPROCS record but deletes the rest and it's no longer considered a "stored procedure." To make it work again, one would…
-
Thanks anyway, sir
-
I'm definitely open to better!
-
Got it. But the authorities want to lock it down. Do I need to just write an MFS to block deletes?
-
Thank you sir! Sprezz was my next stop, but thanks for the direction.
-
Thanks Don.. Do you know how the Writes would be coded? Would table handles, etc. still be the same? I'm sure we've all done MFS's out the wazoo, but this is new ground for me.
-
Thanks. I think it's a non-issue for now. RTI_LOCK_OWNER doesn't work at all. In fact it abends OI altogether. Anyone have a workaround? Again, off-topic: the client has upgraded several of the workstations to Win10. OI still "runs", but more…
-
Actually RTI_Lock_Owner doesn't seem to work now. Quick off-topic question: We started getting a msg FS291: List over 64k bytes in BTREE.SUB operations or RELATER routines I thought the 64k issues were a thing of the past? Is this just a hold…
-
Thanks.. Most everyone who was involved at the time has moved on to other things. I'm not finding a lot of reference to it in the code, so I'm assuming not a lot was actually done with it. I'll see if I can get them to re-engage with y'all. Not a…
-
Hi Don, Will look into populating the username as you specified. The control you mentioned: does it involve the SRPMONITORCONNECT API? Thanks!
-
Was hoping there was some less-complicated.. maybe a SRP or RTI utility that could kick station-x or session-x off remotely. Something a monitor person could run w/o getting onto the server console. I'll bat those ideas around a bit. Thanks!
-
Thanks Barry. RTI_Lock_Owner does indeed get me the station ID. But the username is always Sysprog. And field 10 of Syslogins is null. The dictionary only goes to FMC 3. The client had some code that populated F10 with the user's ID, but I gu…
-
So hopefully-stupid question.. Are engine sessions on the engine service only created by the createengine functions, or also by the desktop application? How/should the eserver.cfg be tweaked if OI is running nearly always from the desktop? We have…
-
Looking up some of the posts on here, it seems that there are occasions when multiple OEngines can be spawned, and that in some cases the engines aren't closed when they should be. Are there settings in eserver.cfg that can/should be tweaked? All …
-
The one table has been fixed and is fine. Now I have another that is Completely hosed, and it's constantly in use. Am I safe to use the GFE Fix option from Database Manager on an active table? Thanks!
-
I have A list of keys from a manual "index." Probably not complete but it's a start. Running now. Thanks!
-
Tried that. With group 0 being hosed, I can't even Readnext through the table. Selects, Counts, etc. all return 0. I can try to restore from backup but the backup likely has a GFE too.
-
ok, I was able to Finally get Fix_LH to work. But due to network errors last night, group 0 of the table in question is corrupt now. Doing a Select returns a zero, even tho a Count returns a couple million records. I think the data is all there.…
-
It does indeed! Do you know where Fix_LH will try to create the "dump table" when fixing? I'm getting the FS255 error, which I assume means it can't create said file. I'm thinking there are access rights at work. Thanks!
-
Thanks Don
-
Thanks Barry!
-
Does anyone happen to have the docs for how to use RTI_REMAKETABLE? All we have here is the object code. Thanks in advance!
-
Thanks Jared. Are you familiar with the inner workings of the Fix_LH utility? Does it do a record copy or some sort of OSBwrite or ?
-
Thank you sir!
-
We ended up copying off the original big files, creating a new OI table and copying the DOS files into the volume. Everything is fine now! That was just weird that having a big file like that would blow the LH service. But now we know. The mora…