Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Michael
About
- Username
- Michael
- Joined
- Visits
- 171
- Last Active
- Roles
- Member
Comments
-
I tried it.. I think it helped a bit, but it's still pretty slow for what we're trying to do. I remember being able to simulate Send_Message calls with Send_Property, thus allowing multiple Messages to be sent with one call. Will keep digging. Th…
-
File Explorer only shows the Revparam file, no others. The Revparam file only contains ServerOnly = 0 The UD is v.5.1 How would "redirect" work in this case? Where would I look?
-
Thank you Don
-
It also behaves differently for me, logging in as me, than it does for the users logging in as one generic "user"
-
The users are all logging in via RDP and as one pc name. Wouldn't that have an effect too?
-
There is one other form. Would that interfere with record locking?
-
I spoke too soon. I turned the locking off. It doesn't give me the lock msg, but it also doesn't display the record.
-
Probably but that's too easy..lol. Sorry, I was thinking it was something complicated. There I go thinking again! Thanks for the lesson in humility! Humbled Michael
-
Nope, just a regular databound form. I called a msg with a type of 'N' (no display) before calling Popup. It works like a charm now. Like I said, weird..
-
Hmm the plot thickens.. if I call a msg before the popup, the popup appears with no problem. I wonder what's being un/set by the msg.
-
Checked Status() in all the scenarios. It's always 0. What else should I check? The only time it Doesn't work is when called from one button on one form.
-
mvkeys contains an @vm list of record keys. I've coded the popup call to only happen if it's MV. The popup displays fine if I call from UI or from a stand-alone program. I wasn't sure if it could be something in the event chain of the button th…
-
"Eventually the UD will clear the lock. I think the default timeout is 30 minutes but I believe this can be changed." Resurrecting the thread.. How can this default timeout be changed? Thanks!
-
We'll be going with a different solution. Thanks for all your help!
-
No Attach or Listmedia will work. They both bomb out with the same error.
-
Will do. Trying one other thang right now. Thank you sir!
-
Installed RDK. I still get the same error from Attach or Listmedia.
-
Will give it a shot. Thanks Don!
-
9.4 After it was copied, the Revparam for the OI copy was changed to ServerOnly = 0, as was the Revparam on the target volume.
-
My client copied it from a system that was working. They ran the ClientSetup app as well. I've copied OI systems before and have never run into this.
-
Thanks Jared.. I should have been more specific. I'm trying to delete another username, Not the APP username. OI isn't letting me do it. Any direction is most appreciated!
-
Oook.. The call to ADD_REPOS_APP sort of works.. it creates an application. But when I try to log in, it tells me that the user (same name as the app) doesn't exist. Not trying to use SSO at that point, just to log in. When I created a new app fr…
-
Thanks! I did what you suggested, and I also found a few things online about the routine. It's going to be perfect for this purpose. Is there a similar routine/function for creating a new user on a different database? I know that Create_User wil…
-
Ok, doing workarounds for some things. In Arev there was a MAKEACCOUNT_SUB that would do exactly that: create a new account (application). Is there a way in OI to programagically create a new application associated with the current database? Hope…
-
SSO pretty much works as advertised now. I created a login application that uses SSO that recognizes the user's login/access based on the AD group. Once in the "launch" app, I need to "Logto" another app based on user selection. I'm trying to avo…
-
Field 5 is empty. I did notice the CFG_Login record for the application (with 0 in field 1) also has 0 in field 5. Does that matter? I put the same LDAP group name in fields 2-4. Same result.
-
Yes it does. And there's nothing in field 5. Should there be?
-
Yes and Yes, sir
-
Ok, I've set up a SYSENV record for SSO. Field 1 is 2, field 4 is a group name. The ID is CFG_LOGIN*applicationname. There is no password on the application. When I log in from the command line, I pass a /AP=applicationname. It's still promptin…
-
Nevermind.. I got it.. Play time..lol