Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
DonBakke
About
- Username
- DonBakke
- Joined
- Visits
- 3,092
- Last Active
- Roles
- Administrator
Comments
-
Would I be correct in assuming that the %RUN% record in the deploy is taken from the SYSOBJ $RDKMODULEINSTALL record of the source at the time of deploy compilation? You would be correct. Also, from what I can tell, that record itself will get ov…
-
Revelation has provided source code to system stored procedures (SSPs) at various times for various reasons, most notably prior to OI32 when Revelation didn't think a port could be done so they were included source code as a compromise so developers…
-
There shouldn't be a problem as long as the UD serial numbers are different.
-
Do the colors show if you open the SRP Editor in SYSPROG?
-
Are you sure you tested the SRP Editor after restarting OI? It has always adopted those colors (not by choice, but simply because OI foists it upon our tool). I'm guessing (mostly because I don't have the source code in front of me) that the SRP Tab…
-
Cool. Hopefully if you can skim off the majority of records this way, the remnant will be much easier to resolve if not fix.
-
So a latent select also fails? Do you know the Key IDs? If so, you can write a loop that works with Key IDs that you generate rather than relying upon ReadNext.
-
I don't have an answer to your direct question. How I normally handle these scenarios is to try and copy out as much data as possible while navigating around the GFEs. When I successfully copy out a row and remove it from the source table. Both the …
-
Either in DATAVOL or whatever is configured as the Default Data Path.
-
It is my understanding that RTI_RemakeTable just does a standard read (from source) and write (to target). So there are unresolved GFEs then I would expect it to produce an error.
-
I'm being mum on this because I don't have any apps that use the SYSTASKS table.
-
So the Printer Environment window wasn't helpful?
-
May I ask what you are trying to accomplish? The information in this file gets loaded into system variables so your needs might be better served with a different approach.
-
Can you show me what you are seeing? The delimiters are value marks:
-
The AREVC.INI file.
-
I don't think I've seen an OI alternate of Batch.Indexing, but Batch.Indexing does exist in OI (i.e., $BATCH.INDEXING exists in SYSOBJ). Therefore I'm inclined to think it works, although there might be some caveats related to the expectation that …
-
Does the Run_Report subroutine help you?
-
Roger - Not trying to nitpick, but do you mean the Report Builder? There are multiple reporting tools and Report Manager isn't one I'm familiar with (unless I'm being super dense today).
-
HI Roger - What specifically are you referring to as the Report Manager?
-
This problem only arose in OI10 - with OI9 it worked perfectly. So it must be a 64 bit issue. In OI9, does it work if you only pass in the FileName and FileFormat arguments? Also, does it work in OI 9 with both SRP_COM and the native OLE functions…
-
I'm optimistic that it will. But if not, we'll be in a better position to address the problem.
-
@AusMarkB - I'm assuming that any further reporting on this issue will be after the VC++ Runtime has been installed. Are you able to narrow it down because of your own experience or do you have it on good authority that these are the controls initi…
-
Are you saying that adding this printer fixed the original issue?
-
Chris - My apologies. I overlooked that the version was in the error message. It would still help to know what specific control was being loaded. If there are multiple controls on the form being launched then you might have to remove them and add th…
-
Chris - I don't know what the problem is so maybe Kevin will have some ideas when he sees this message tomorrow. Windows Server 2012 is no longer a support platform so we do not guarantee our products will work. However, perhaps this is easy to reso…
-
If you do not see it in your list of available Microsoft printers when you go through Add Printers, then you will have to open the Windows Feature tool and enable it:
-
Hi Albert, This thread includes OLE automation code that works with Word documents. The principles for working with Excel are the same. Here is a link to the Microsoft OLE Automation page for Excel. However, if you would rather not reinvent the wh…
-
I'm pretty sure upon opening the routine, but I am not looking at the source to confirm. Kevin might chime in about this tomorrow when he sees this thread.
-
Those only get created when you are working on inherited routines. They should go away normally upon a healthy closing of each routine.
-
Can you also confirm that you do not have any anti-virus or malware detection software running?