On Tue, Apr 12, 2011 at 8:36 PM, TonyGayter <[email protected]> wrote:
> Had the same issue, solution at the end.
>
> http://groups.google.com/group/reddot-cms-users/browse_thread/thread/4c62f869f5865ebb/122320daa3029a52?hl=en&lnk=gst&q=tonygayter#
>

hmm, I'm unsure if it does.
The closest I could find was this post
https://groups.google.com/d/msg/reddot-cms-users/TGL4afWGXrs/Fz-NzI-ibgAJ

However, I'm unfamiliar with using .NET and asp, So I'm not sure
exactly how it differs from what I'm already doing or how to use it.
(if someone could be kind enough to explain it or show me places that
explain it, that'd be fantastic)

The other solutions seem to involve hardcoding some extra user, or
having concurrent sessions.
Both are not acceptable solutions in my situation.

To clarify the situation a little bit, it's a completely client side
Javascript application that runs in the browser. The only server side
logic is sending an rql string to the cms and returning the result.

The main purpose of this application is to replace urls in every page
in a newly migrated site with the ioid of the page they point to (as
part of the migration process we used to do that manually!).

We recently installed a new version of the cms on some new servers,
and the cms on these new servers don't have this particular plugin I
was using previously that didn't have this problem. Which essentially
means I was sending rql to "/cms/plugins/rql/gateway.asp" instead of
"cms/Navigation/Services/RqlService.asmx?WSDL"

I'm sure I could get it installed and if I really have to I probably
will, but the SOAP interface means I actually get error messages and
it's a whole heap faster, so I'd rather get that working.

So the application itself works fine and saves us days, even a week or
two (depending on the size of the site) in the migration process (even
if, for the moment, it has proof-of-concept quality code :p).

All that's stopping me from being able to use it on the new servers is
being able to retrieve the loginguid.

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.

Reply via email to