Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Luann_Dias
About
- Username
- Luann_Dias
- Joined
- Visits
- 143
- Last Active
- Roles
- Member
Comments
-
Kevin, Issue has been resolved. I tried running the caspol.exe tool and that didn't fix the problem. I ended up reverting back the machine.config file back to its original version. After some research, I found out that the some dlls need to be unb…
-
I tried adding that line into the machine.config file, restarted my system, still experiencing same issue. Going to keep troubleshooting and get back to you. The SRP Mail function works just fine in my development environment that's on a different…
-
Don, I forgot about that. Ended up running that on the system with the issue and now its working. Thanks a million!
-
Jared, I ended up finding an article within the SRP Wiki regarding removing indexes manually and that fixed the problem. After removing all indexes, I ended up deleting the the two dictionary files "%PROTECT.SPEC%" and "%FIELDS%" and then removed t…
-
I tried "SELECT DATANAV WITH STATUS EQ 'NEW'" as well and same issue. I did use SearchIndex, that was a typo on my end. TABLE_NAME is not the actual name of the table.
-
"SELECT TABLE_NAME WITH STATUS 'NEW'", STATUS column is indexed.
-
Thank you guys, I'll try out WinAPI!
-
Batches. Actually the main process loops through all active tasks and determines whether or not if that task has assignments that need to get done. If there are assignments, it creates a batch record with a set of assignments and sends a request for…
-
@KevinFournier, it is sufficient however we recently had the idea to restart the process again once all engines were freed up due to the amount of requests being sent. This is a process that will be getting triggered periodically throughout the day …
-
No worries, that's fine. I'll see if it'll let me read the engine logs if they aren't locked. The reason I needed that info is to prevent a process from restarting in case it has any engines are in the middle of "PROCESSING" a previous request.
-
@BarryStevens, I haven't tried that but I can see scenarios where I'd want to use that instead. I got too comfortable with option 5 and haven't tried others so thank you!
-
Excellent sounds good, Thank you!
-
Thank you guys for looking into this for me. It was a routine where I inserted a debug, that now makes sense since I was dealing with code in SYSPROC and in SOURCE that is used by AREV. I'll also definitely remove those LINEMARK values going forward…
-
I forgot we can set pane images to the status bar control. I ended up using a picture control and a status bar below it and it looks exactly how I wanted it after disabling the status bar border. Thank you guys!
-
I see. Basically I wanted a load screen to popup when background processes might be running using the SRP Picture Control. Within that control, I was looking to have the company logo to always be displayed along with a caption that would get set dep…
-
Also, according to the Wiki: "Note that OpenInsight does not like it when event parameters contain @RM and @FM delimiters, so try to limit your requests to routines that avoid returning these delimiters." How do I go about returning a message that i…
-
Excellent, thank you!
-
I don't have access to log on to S-TEST01 and S-DEV01 directly through RDC to check this but I called our IT team and they confirmed that the "Linear Hash" service is running on both, however that was the ~only~ "Linear Hash" service running on both…
-
Yes, both servers have the same universal drivers. Although we are accessing them both through the same StationID, both databases are stored on different systems. For instance, If I log on to V-TS2 with my Windows user (diasdev) then my mapped drive…
-
Awesome, just found it! It's just one form that already exists within the target system yes, I'm just trying to bring over my changes.
-
Not getting any errors, it just comes back with no results. The output file shows search argument that was used along with results based on the search argument. I get results successfully when running it through a command prompt but no results when …
-
Awesome I tried that out and worked out well, that SEND_MESSAGE function seems to be more efficient than the Set_Property function I was using too. Thank you!
-
I'll try that out instead, so far I managed to get it working if I increment the "TOPPOS" by one and set a delay however it isn't 100% the way I want it yet. Thank you!
-
I could also use the "TOPPOS" event and increment the value once it reaches the bottom. However, this is still a problem because the way I'm adding these new rows of texts is by using a Get_Property to get the current list of text, append the new va…
-
Awesome, just tried that and it worked. Forgot about SRP_Array, Thank you!
-
Awesome that worked, Thank you Don!
-
Awesome that worked, thank you Don!
-
Worked first try, thank you Don!
-
Thank you much appreciated!! And yes I've completed the entire OpenInsight 10 training course which cleared up a lot. Will be working with OI10 very soon once we have it all set up, for now I've been using OI 9.4 so I've been watching tutorial vide…
-
Awesome sounds good that makes sense, and yes I've been reading a lot of he documentation on it and trying to get a better grasp of it. I may need to try out some of the settings in that link to get it to work because the properties dialog is usuall…