Hello, At work, I'm creating an external tool to the cms that will automate some things for us (in migrating sites from other frameworks into the cms) and I've encountered a rather irritating problem with rql.
To get the loginguid (which is required for practically anything, including logging out) you execute this rql <IODATA><ADMINISTRATION action="login" name="[!username!]>" password="[!password!]"/></IODATA> Which works fine, unless the user is already logged in, which results in the cms giving back a 500 server error saying RDError101. There already exists a thread here that's a couple years old talking about this problem https://groups.google.com/d/topic/reddot-cms-users/_UjmAL4C2NQ/discussion However, the solutions are either: * Extract information that doesn't exist * Create an asp page that sits on the cms server, which will return a loginguid First solution isn't possible and I'd rather not have some custom asp page on the cms to do this. So I was wondering if anyone either knew how to achieve this just from using the SOAP interface. Or if that isn't possible, as it would seem, is anyone able to help me create an asp page that will give back a loginguid when I give it a username and password? Thankyou Regards, Stephen -- 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.
