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,158
Last Active
Roles
Administrator

Comments

  • Ed, In theory it is possible to call the SRP Engine Server from a process that does not originate within a Basic+ routine, but that is not the original design. We posted some technical help for your review. As you can see, the assumption is that yo…
  • Dan, First, I moved this thread from the OpenInsight forum to the SRP Mail Utility forum since I think this is a better home for this discussion. Second, my suggestion is to post your discovery in the public discussion forum since the bug tracker …
  • Kauko, Did you try smtp.gmail.com?
  • Albert, Insofar as what you've shown me as code it looks correct. But since I am unable to see the rest of your code I have no idea if you are programming this correctly.
  • Albert, I don't know why you are getting this error. I know sending multiple attachments will work (I just re-tested to confirm), so I suspect this is a problem with your drive or OS. I hate to ask you a dumb question, but are you sure those files …
  • Phil, In context I was referring to the SRP Mail Utility installer. Howver, upon reflection, it can be any installer that we created or even your own custom install...as long as this installer requires OpenEngine to be launched in the background. …
  • Phil, Did you review what I wrote about this issue? There appears to be a problem with the install and OENGINE.exe remaining in the Task Manager and this causes installers to fail the next time around. I asked you to confirm if this was what you ex…
  • Phil, If you are able to check into this, also see if the installer itself is still running as a process. I just discovered this on my end and after closing the installer via the Task Manager my engine also closed. I am now beginning to suspect tha…
  • Phil, I recently experienced this problem, although it was with a new SRP Editor installer. What surprised me was that I had just ran the installer successfully. I was then able to discover that OENGINE.exe was still running as a process in the Tas…
  • Phil, Cut and paste is not supported in this forum (which would be nice, or even drag-n-drop the way GMail supports it). You can, however, upload an image file and then use a link to bring the image into the post. Each forum has a sticky post that …
  • Phil, I am not aware of the installer displaying that message. I have seen "Invalid username or password", which displays even if I enter an invalid application (account) name. Are you sure that is the message you got?
  • Phil, The latest version of all products are available on our Downloads page.
  • Aha, I see this happening on my end as well. (For those who are monitoring this thread, Barry is referring to RTI_IDE_MDI.) I am 99% positive this is a message being generated by the Revelation IDE acting upon SRP Editor. I suspect that the new Rev…
  • So you are saying that if you launch the SRP Editor with no prior documents having already been opened, you get the error message you posted? Clearly if you are getting an error message from within the SRP Editor then there is a bug. However, I can…
  • Hi Barry, Can you help me understand this better. What do you mean by "Last Documents"?
  • Mark, As alarming as the ever increasing numbers appear it is okay to keep running. This is one of the reasons that the newer GUI for the SRP Sync Server completely hides the Receive/Send errors. However, being able to see them does help pinpoint p…
  • Mark, I asked because we did experience problems with the counter increasing on the SRP Sync Server very rapidly but these were basically false positives. I thought these were addressed in the most recent version.
  • Mark, I'll let Kevin reply with a more definitive response, but I suspect the answer is "no". Errors are usually just an indicator of success/no-success and we simply do not know why. Can you confirm the version of the SRP Sync Server you are using?
  • Barry, Oops...my bad. I thought your question was about the SRP Schedule Control and not the SRP Sync Server. This optional utility is free.
    in $cost Comment by DonBakke May 2015
  • Barry, All prices are listed at the bottom of the product description page. Perhaps you were focused on the product help page. Here is the link.
    in $cost Comment by DonBakke May 2015
  • Martin, That is strange. Can you verify a few things for me? Is there a $ISWINDOWVISIBLE row in the SYSOBJ table? Is there a DLL_USER32 row in the SYSPROCS table? If so, do you see the following in this row: INT STDCALL IsWindowVisible(HANDLE) Th…
  • Hi Adam, I honestly believe you have done everything reasonably possible to resolve this. However, I am happy to schedule an online review of this with you or Ray in the near future. I am traveling this week but I plan to be back in my office next …
  • Adam, This is a mystery, no doubt. I have a suggestion that might help narrow this down a bit. First, make sure you are completely logged out of OI. Then rename the OS files to something like REV30088.LKB and REV30088.OVB. Then manually copy the R…
  • Adam, @FILE_ERROR contains FS-type error codes. So you would look up this error number in the respective FSERRORS_xxx record within the SYSPROCS table. In this case, the record is FSERRORS_100 since this contains the error codes from 100-199. FS10…
  • Adam, I am not sure why the "else" condition is getting triggered. Something is preventing the SYSLOGINS table from being updated. I think the only way you can get to the bottom of this is to check the error status within the "else" branch. What do…
  • Hi Adam, First, for future information, there is an Upload Image link on the left side of our wiki page. You can use this to upload screen shots. Then you can click on the icon in the forum post editor (it has a a framed picture icon on it) to inse…
  • Jim, I feared as much. Okay, here is the missing equate: Equ EVENT_SYSTEM_ONLY$ to 4 ; // Event flow should execute the system event handler only (normal option for third-party windows running in FrameWorks). In the if/then area that de…
  • Jim, D'oh! My own comments betray me! EVENT_SYSTEM_ONLY$ was added after those comments...after I discovered the very problem I just described! I now need to update the comments. Hmmm...I am curious if your version of FrameWorks has the EVENT_…
  • Hi Jim, That is a very smart approach. I think I overlooked this because, once upon a time, core FrameWorks forms used to be stored in SYSPROG. Thus your solution would be too successful. But we worked hard to remove everything out of SYSPROG other…
  • Hi Jim, There should be no extraordinary reason why the RTI window will not work. The usual culprit for why RTI (or third-party) forms will not work is because of the common practice of naming commuter modules as formname_EVENTS. SRP FrameWorks ass…