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,056
- Last Active
- Roles
- Administrator
Comments
-
I assume this is OI 9. OI 10 handles UDPs much better. Even if you don't see the UDP appear in the list of properties, you should be able to type it in manually. Make sure to include the "@" symbol.
-
SRP_Date utility to have a "Unformat" option for completeness (this would basically be a wrapper for IConv the same way 'Format' wraps OConv). This would apply to DateTime and Time as well. So you want to be able to provide a date in virtually any…
-
Barry - I'm confused. You said that registering the controls from within the same folder worked. If that were the case, then this suggests you already had vcredist_x64.exe installed on this machine. This is why I said the prior post was similar but …
-
I'm not sure how to resolve this. At first blush this looked like the same problem you reported 5 years ago. However, it is clearly not the exact same problem because this time you you are able to register the control if you are in the same folder o…
-
For my clarity, if you were already in C:\Revsoft\OIClient10 and then entered "regsvr32 SRPControls64.ocx" it would work?
-
Thank you. I don't see anything wrong with the string. I'm not an RTF expert, but once upon a time I went through much of what you have described. I can't recall using it in the OIPI before, but I have used it in RTF editboxes in OI. I remember the …
-
Interpreting your code is a bit challenging because we can't know exactly what data is being passed into the ADDTABLE message. It might help if you could just post the actual RTF strings that your code is producing.
-
@AusMarkB - you need to try harder. :) I can't help but think this is a GDI memory resource issue.
-
I assume this is an SRP Tab control being used. Are you doing anything special, such as using the CustomPaneColor property? Has the user tried to move the mouse around to see if the controls redraw themselves?
-
Are the controls that are missing OLE controls, OI controls, or a combination of both?
-
I appreciate the apology, but not really needed. I just regret that our communication wasn't clearer as I think we could have helped you identify the problem much sooner. This is why early on I suggested this approach: If you can't identify the issu…
-
It was the conversion tool that caused problems. There were OSFILE pointers in 9.4 that caused those DOS files to be copied over to OI10, specifically the REVBOOT file. That makes sense for the system that you ran through the migration process. Bu…
-
That's all very good news except for one thing: this in no way explains why a fresh install still failed to run.
-
¯\_(ツ)_/¯ Never seen that specific problem before in OI 10, so I can only speculate. Hard to guess when I am not seeing it myself.
-
Given that you've had one successful install that ran without issue and two successful installs that did not run, I'm inclined to think there is an environmental issue. A/V, malware, blocked files, etc.
-
I don't know what to tell you. If a fresh install of OI 10 won't launch then this suggests nothing was changed in OI 10 itself, but something else is impacting how OI 10 is launching. Did you ever test Barry's suggestion to test ServerOnly=0?
-
LH.DLL is not present in the root OI folder. LH.DLL is referenced in the error msg, so I thought I might copy over a re-installed copy. LH.DLL Is in the 9.4 OI folder. You might not have understood me when I previously wrote "If this was a problem…
-
Anyone know what error ENG0805 means? Just a generic error or ? ENG0805: %3%, line %4%. Function %2% does not exist in dynamic link library %1%.
-
I think what you are asking is whether or not OI10 can use the same UD service that 09 is using. If so, the answer is yes they can use the same service and you do not need to do any other installation. The reason the question is confusing is because…
-
Barry - He is referring to the LH related DLLs. This was discussed earlier in this thread.
-
Do I need a separate install of UD for the OI10 install? I'm not following you with this question. Are you referring to a separate installation of the UD Service or are you asking about the client drivers?
-
Barry - They paid for the UD 5. Michael - It wouldn't hurt to try the ServerOnly=0 setting just to see what happens, but it does not solve the mystery, as I'm sure you are most eager to resolve.
-
Barry - If the revparam didn't change and OI10 launched before, I can't imagine this would be relevant to the issue. ServerOnly=0 is only necessary if you don't have UD5 running for OI9 and OI10. I believe Michael's client is using UD5.
-
I don't have any immediate ideas as to what went wrong. I concur with your conclusion that something has changed. If this was a problem with OI9, I might have thought that the LH.DLL itself was changed to a different version. But that DLL should not…
-
You stated that you ran the tool on the "main" app. I assume this is the app that sits just above SYSPROG? I also assume that you did not do any SYSPROG related migration?
-
Do you have problems logging in to OI10 for all applications, especially SYSPROG? If the revparam file was working just fine before the migration, did it get modified post-migration?
-
You have to create each and every app that needs to be migrated. You need to migrate in sequence, from the app closest to SYSPROG and then down the inheritance chain. Note: you cannot migrate SYSPROG itself. However, you very likely have entities i…
-
I'll also add that dong a scan is optional. Sometimes you'll learn more by doing a dry run of the migration and rely upon the error reports it generates. Each app is different, of course, so there is no one way to do it and often there is no way to …
-
No, you must run the SCAN_REP from OI9.
-
I'm not aware of OI making internet calls on its own. This is OI9 of course. OI10 will make calls, especially if you run it in dev mode.