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
- 2,610
- Last Active
- Roles
- Administrator
Comments
-
I'll let Kevin respond to the highlight issue itself and whether this can be addressed, but I think the standard practice is to EQUate using Char() or \\. This keeps all of the characters normalized.
-
Error_Services is a low-level error management utility. It is not designed specifically for HTML display or any other format for that matter. Having said that, you can store almost anything you want, including HTML characters. I think the only thing…
-
Multiline implies a delimiter. What kind of delimiter are you wanting to use?
-
Does the code stop where you expect it to or does the code continue to run? Instead of deleting OINSIGHT.ini, try modifying the RevDebugger values.
-
@BarryStevens does this blog article address your issues?
-
Well...that's something. :) Have you tried running the client setup? Is this an existing application that has always run and just suddenly stopped? Is this a new workstation trying to run this application? Maybe a little more background would be he…
-
Does OENGINE.exe launch? What about NetDrv.exe? Is there A/V or Malware on this machine that might be targeting it?
-
Have you looked at DEP?
-
Are you checking for system errors after calling SSPs like Delete_Index? For that matter, are you clearing system errors before calling SSPs? Don't put too much stock in my next comment, but there might be a conflict between the messaging feature o…
-
Yes, it can get rather big so the trick is to close your session ASAP.
-
@Opto_Will - My bad and my apologies. The file should be oeprofile.log.
-
Thanks. You did say "called", but I wanted to be certain before commenting further. I put a 'process log' into Sub. Is this just your own logging routine or are you using something built into OI? So Sub does stop from the service, seemingly in a …
-
What does "Sub" mean in your context? A Gosub label in your main procedure or a subroutine you call from your main procedure?
-
I'm not familiar with this so I'm throwing darts at the board here. Is your procedure in SYPROG or a local application? If a local application, are you specifying the name of the procedure by appending the application name to it, similar to how we h…
-
Luann - You might want to have the latest client setup installed on that machine giving you problems. The client setup includes .NET libraries used by indexing.
-
The SearchIndex service relies upon Btree.Extract which is one of the lowest level and fastest ways to search OI tables using Btree indexes. If that is not performing well then I suspect there is a problem with your index. TCL searches are higher le…
-
Alternatively, you can just use SRP_DateTime's Parse service: oDateTime = '10/15/2023 07:30:59AM' iDateTime = SRP_DateTime('Parse', oDateTime)
-
Since the portion after the period in DateTime represents the fraction of an entire day, you can extract the formatted time (07:30:59AM), get the number of seconds it represents using MT conversion, and then divide this by the total number of second…
-
I'm inclined to just advise you to upgrade to OI 9.4.6. If the problem is rooted in OI 9.4.2, then I doubt you'll be able to resolve the matter without upgrading or perhaps updating the relevant entities in OI 9.4.2 from OI 9.4.6 (such as moving ove…
-
Yes it does, as I said in my first post - the PBC one ATTACH_PBC_DATABASE deploys to the DEALER account. I think we are talking past each other. I meant that in OI 10, whether or not fields 15 and 16 are populated, it deploys the same. Would you a…
-
So, the beta issue post still stands. Can you point me to where you posted this? I can't seem to find it.
-
@BarryStevens - yes, that is a difference but I don't think it deploys any differently. You need to deploy and check the SYSUPGRADE table like I suggested previously.
-
Interesting. It has worked for me for as long as I can remember: Not only do I see inherited entities when I uncheck the box, I see entity types that only exist in the inherited app.
-
@BarryStevens - Are you saying you've tried that before and it never worked? If so, do you mean it never displayed inherited entities or it never deployed the inherited entities you selected?
-
@AusMarkB technically the problem is not using F6 versus the RDK tool itself. The problem is being logged into the child application when you create the Repository View since that is the application you'll be deploying from. Remember, you can add in…
-
@AusMarkB I suspect not. As I pointed out, Repository Views do not add an application identifier for each entity. Therefore, when a Repository View is extracted, the logic has no way to determine which version of the entity you intend to deploy. Thu…
-
I take it that DEALER is the child application you are currently logged into and PBC is the parent application where the entities are stored? You can answer your own question by creating the same RDK in OI 10 strictly using the built-in RDK tool. F…
-
Chances are that you used RDP to connect to this server. If so, what IP or machine name did you use? That's what you would put into this field. Alternatively, you can do either of the following: * From a command prompt enter IPCONFIG. Use the IP…
-
Actually, the answer is yes and no. The CtrlEntId of the radio button (not simply the radio group) won't be changed nor will the VALUE property for the radio group, but you can change the TEXT property of a button: Set_Property(@Window : '.RADIO.RAD…
-
I don't have access to source code at the moment due to traveling, but I think query params are case sensitive. Can you confirm you are matching the exact case and spelling?