Well I log the user in using a web service and that user has full
admin rights, I get their login guid and pass it to that query and
execute it via web services. Which table in teh db is used to store
the sessions and user guids? I found it once but cant remember which
one it was? I can check its the same guid in there



On Jan 7, 4:28 pm, "Killingsworth, Chad A"
<[email protected]> wrote:
> That query works perfectly for me. Are you sure that your loginguid is 
> correct in that it represents an active session for a user with permissions 
> to server manager?
>
> Chad Killingsworth
> Assistant Director of Web & New Media
> Missouri State University
>
>
>
> -----Original Message-----
> From: [email protected] 
> [mailto:[email protected]] On Behalf Of TonyGayter
> Sent: Thursday, January 07, 2010 6:54 AM
> To: RedDot CMS Users
> Subject: More RQL problems
>
> Again Im trying to get the reddot web services to work properly, Im simply 
> just running the following to list all users
>
> <IODATA loginguid="0a9bf042-1cc5-4b08-ac57-f98e5dae7c09">
> <ADMINISTRATION>
> <USERS action="list"/>
> </ADMINISTRATION>
> </IODATA>
>
> This is exactly what it says to do in teh RQL Doku but Im getting the 
> following error back
>
> Reddot.CMS.Rql.RqlException:
> LoginGuid and SessionKey missing
>
> Server stack trace:
>    at Reddot.CMS.Interop.RqlService.ExecuteString(String rqlCommand)
>    at Reddot.CMS.Interop.RqlService.Execute(String rqlCommand)
>    at
> System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage
> (IntPtr md, Object[] args, Object server, Int32 methodPtr, Boolean 
> fExecuteInContext, Object[]& outArgs)
>    at
> System.Runtime.Remoting.Messaging.StackBuilderSink.PrivateProcessMessage
> (RuntimeMethodHandle md, Object[] args, Object server, Int32 methodPtr, 
> Boolean fExecuteInContext, Object[]& outArgs)
>    at
> System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage
> (IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
>
> Exception rethrown at [0]:
>    at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage
> (IMessage reqMsg, IMessage retMsg)
>    at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke
> (MessageData& msgData, Int32 type)
>    at Reddot.CMS.Rql.IRqlService.Execute(String rqlCommand)
>    at Reddot.CMS.Rql.RqlServiceWrapper.Execute(String rqlCommand)
>    at Reddot.CMS.WebServiceClient.RqlService.Execute(String command)
>
> I seem to be getting the 'no session or login guid' error back for other 
> things like listing database server etc aswell?
-- 
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.


Reply via email to