Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
BarryStevens
About
- Username
- BarryStevens
- Joined
- Visits
- 1,938
- Last Active
- Roles
- Member
Comments
-
>>Where did you get the SRP Utilities installer you have now? Did you not get it from here? Yes but could not remember which web site and which menu The one one I kept getting was the documentation.
-
>> chances are that the server has the DLL file locked. That will be it!! Thanks
-
Ok on my PC Ok on a test server of theirs But not on what we call the 'live' server. And I cant think if I had to do anything special. I did right+click 'run as administrator' I have administrator in the log-in name
-
Yes, on the server. The date of the download (when I downloade) is 3 feb 2017 btw. where do I get the current download
-
if you do this DepositArray<1>=oconv(DepositArray<1>,'D4/') then use ARRAY in the set_property, if you leave it out use INVALUE in the set_property.
-
But sorting on an oconv'ed date will not get you the date in date order! You will need to: for k = 1 to TotDeposits DepositArray<1,k> = InvestmentRec . . for k = 1 to TotInterest InterestArray<1,k> = InvestmentRec . . for …
-
>>Now you have me confused. Where in the docs does it still refer to 3? Sorry, the RTI oecgi setup docs.
-
>> Undo (Ctrl+Z) Great tip, thanks.Yes I do realise the complexity involved to fix.
-
I did a , what I thought was a kludge, but I see in http_contacts_services. this is what I had in my _service routines(from rev version). HAL = HTTP_Resource_Services('GetDatabaseItem', 'STOCK', SelfURL, ItemID,ColumnNames) I changed to this: …
-
the problem was that in http_services i missed changing this line from oecgi4 to oecgi3 (oecgi3 is actually a renamed oecgi4, but the docs still refer to 3 so I was confused enough as it was :) ) OECGIRegKey = 'HKLM\SOFTWARE\Wow6432Node\Revsoft\OEC…
-
Ok Now I am getting this response and I really dont know what I have done to cause it. Any ideas? { "URL": "http://localhost/api/funeral/16326P", "method": "GET", "phrase": "Unauthorized (RFC 7235)", "status": 401 }
-
So I have missed somewhere insert code changes. Any idea where the clearing of RemainingURL should be occuring
-
i have debug'ed what the http_service_setup is doing. Appears to me - It is the http_service_setup code that is creating the selfurl with this (wrong)data. // The Full End Point URL indicates the URL submitted by the client. FullEndPointURL …
-
btw, the developer is saying it used to be there, not me because I can't remember seeing it.
-
Ok understood(I will try and pull my head in), this is my first experience with a general frameworks upgrade, so was not sure what the procedures were that are in place.
-
Thank you. Can I just make one comment. Because I have a number of modifications I have made to existing modules, I upgrade the original copy and visually copy the code changes. I see where , if someone upgraded a live/Testing system with this upgr…
-
in HTTP_MCP you have OSWrite ProcErr to 'C:\XXX\' : AbortedFileName should not this be OSWrite ProcErr to CapturePath : '\' : AbortedFileName (after the required housekeeping validation etc)
-
executing the window 'NDW_HTTP_FRAMEWORK_SETUP' give the error ' error loading program GET_WINDOW_ID
-
I think you have memory problems (hardware) Give memtest86+ a whirl
-
Ah, I sse - was supposed to say null
-
blank - no value - so any errors will display
-
Dont concentrate too much on the line number as it could be a red herring as you most likely have outdated source (ex OI4) as latest is not now provided. maybe for the time being change option to
-
OK, worked the port testing out. 25000 was not listening. Changed to listening port, connect is OK. Thank you all
-
Don, That is definitely how I understood it to work and how I have setup and am testing. Therefore I would say the issue must be the port. How do I test from my remotedesktop access that it can see the 25000 port on the server?
-
I was assuming that I would have to detect if running as rdt to use that ip address for the OLE.Server IPAddress="192.168.0.6" and if from pc dekstop , then, IPAddress="192.168.0.1" I know I am missing something here but I don't know what. How is…
-
Don Regarding the IP address question, were none of the responses provided to you on the Rev forum helpful? Posted here before I saw it.
-
*If I need to dynamically change IPAddress, can I find ip address from OI.?
-
I do : cmd="magick convert ":MagickPath:" -resize 621x798> ": Convtargetfile call SRP_Run_Command(CMD) There was some chatter about convert.exe being replaced by 'convert' as a command to magick (as above) from Imagemagick 7 , I wonder if that m…
-
Ah, didn't think of that. Thanks.
-
I could possibly be wrong, but I would suspect a promoted event did not come across. You might have to discuss with developer ways to get it and set it up. It could be in the sysprog and he may also have a copy_promoted_events routine to install it…