Hi, If you are getting 101 then make sure: 1) You are closing sessions when you are finished. 2) You have enough concurrent logins available for that user.
If it's a timeout: 1) Alter the timeout value of the libary (not recommended) 2) Switch to using the dll (if you are using the webservices). I would guess that the most likely cause of your problem is that you are doing too many time consuming actions within one session. Make sure you login / out of a session for each 'batch' of RedDot work. Ta, John On 17 Aug, 13:06, reddotrich <[email protected]> wrote: > Hi Both, > > I think it is the 101, we get "Server was unable to process request. > ---> > Please login" from the Rusty Logic framework on a couple of calls > (create page, pageSearch.Execute), I think it is timing out, but just > wanted to check for any other possible causes, as the session is fine > for other calls and has worked fine for these in the past. > > Cheers > > Rich > > On Aug 16, 4:12 pm, Andreas Thumfart <[email protected]> wrote: > > > I'm not sure what you mean, can you please describe what you are doing > > and when the error occurs? > > Maybe a session timeout? -- You received this message because you are subscribed to the Google Groups "RedDot CMS Users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reddot-cms-users?hl=en.
