Hi guys,

Sorry to pick up this old thread. The method you guys discussed
definitely works for me.

My question is: I've never had any luck with the documented
CreateObject("RDCMSASP.RDPageData","Server") syntax after trying many
variations of populating the server name or IP.

Has anyone ever has any luck with it? Or is it deprecated and I just
did not know?

Thanks in advance for any comment or guidance on that.

Henry Lu

On Aug 7 2007, 1:53 pm, Nick Wesselman <[EMAIL PROTECTED]>
wrote:
> We already have a CMS cluster here with a CSS in front of our
> authoring servers. My thought at this point is to at least try out
> Network Load Balancing, mostly for the sake of redundancy rather than
> performance. Otherwise if the designated "remote RQL server" goes down
> we'd need to reconfigure the COM Proxy manually to point the scripts
> at a different server.
>
> On Aug 5, 10:35 pm, "Richard Hauer (5 Limes)"
>
>
>
> <[EMAIL PROTECTED]> wrote:
> > Yes that's right - I just registered it by hand.  Glad that's worked
> > for you.
>
> > I would not attempt complex configurations like load-balancing under
> > this model because the software was realy not designed for it and the
> > results may be destructive to the app and database.  If you want to do
> > load-balancing there is built-in functionality in the RedDot Engine
> > itself, though I am not too sure exactly how it works.  Best to chase
> > that up through support if you really want to go there.
>
> > Whenever I have performance issues I will usually opt to throw more
> > hardware at it rather that go for load-balancing or clustering since
> > usually the cost of the additional administration far outweighs the
> > cost of the hardware.  Just bump the RAM and get faster disks (the
> > disk speed is almost always the bottleneck - the CPU barely gets a
> > warm-up).
>
> > HTH.
>
> > Regards,
> > Richard Hauer
> > ====================
> > 5 Limes Pty Limitedwww.5Limes.com.au
>
> > On Aug 4, 6:41 am, Nick Wesselman <[EMAIL PROTECTED]> wrote:
>
> > > This did work! I copied over RDCMSAsp.DLL and registered it after
> > > installing the XmlServer proxy.
>
> > > To take it a step further, is it possible to do Component Load
> > > Balancing w/ the XmlServer? I don't see the "Component supports
> > > dynamic load balancing" option on the class. I'm going to assume
> > > though that the answer is "no."
>
> > > Nick
>
> > > On Aug 2, 11:15 am, Nick Wesselman <[EMAIL PROTECTED]> wrote:
>
> > > > Richard,
>
> > > > So are you saying I should just copy over the DLL which provides
> > > > RdPageData and register it manually?
>
> > > > Thanks,
> > > > Nick
>
> > > > On Aug 2, 3:26 am, "Richard Hauer (5 Limes)" <[EMAIL PROTECTED]>
> > > > wrote:
>
> > > > > Hi Nick,
>
> > > > > Using RedDot CMS 6.5 I was able to register the various COM DLLs in 
> > > > > COM
> > > > > + and call them from a remote machine.  There did not seem to be that
> > > > > much too it, but be aware of the security account that the COM object
> > > > > will be running under.  DCOM/COM+ can present a lot of issues relating
> > > > > to security so getting the setup right is really important.
>
> > > > > We created a domain account and ran the COM+ using that account, being
> > > > > sure to allow that account access to the relevant SQL databases as
> > > > > well.  Note that there are privileges required for an account before
> > > > > it can be used to run aDCOMprocess.  The Microsoft web site should
> > > > > be forthcoming for these or simple Google Groups it. There are varying
> > > > > degrees of assistance from the Event Log also - depending on your
> > > > > particular issue.
>
> > > > > HTH.
>
> > > > > Regards,
> > > > > Richard Hauer
> > > > > ====================
> > > > > 5 Limes Pty Limitedwww.5Limes.com.au
>
> > > > > On Aug 2, 8:48 am, Nick Wesselman <[EMAIL PROTECTED]> wrote:
>
> > > > > > Thanks Shanson I was able to get the COM+ app installed but still no
> > > > > > dice. I'm working in VBScript, when I try to
> > > > > > CreateObject("RDCMSASP.RdPageData", "myserver") I get an error that
> > > > > > "ActiveX component can't create object: 'RDCMSASP.RdPageData.' I
> > > > > > noticed that installing the proxy does not register a RdPageData
> > > > > > component. Am I missing a step here?
>
> > > > > > On Aug 1, 12:39 pm, shanson <[EMAIL PROTECTED]> wrote:
>
> > > > > > > Hi Nick,
>
> > > > > > > I have done it in version 5.0 using it in the VB application  I 
> > > > > > > just
> > > > > > > added activex data objects 2.7 Library,msxml3.dll#Microsoft XML, 
> > > > > > > v3.0
> > > > > > > and RD5XMLServer.dll#RedDot5Server and it worked perfectly for me.
> > > > > > > Through VB application I made a call top the RedDOt Server. I also
> > > > > > > refered the RQL doc for the same,.try deleting the COM+ 
> > > > > > > application
> > > > > > > and try it again. Remove any registry entry for RDCMS dll. I 
> > > > > > > think you
> > > > > > > are using ASP application for the same.
>
> > > > > > > Regards,
> > > > > > > Shanson
>
> > > > > > > On Aug 1, 1:08 pm, Nick Wesselman <[EMAIL PROTECTED]> wrote:
>
> > > > > > > > We have some existing RQL scripts which we would like to move 
> > > > > > > > to our
> > > > > > > > dedicated script server. Unfortunately this server does not 
> > > > > > > > have CMS
> > > > > > > > installed on it and the scripts call the COM object directly.
>
> > > > > > > > The RQL docs describe how to setupDCOMfor the XmlServer 
> > > > > > > > component
> > > > > > > > and call RdPageData remotely. Luckily I remember enough German 
> > > > > > > > as a
> > > > > > > > crucial part of the instructions are still auf Deutsch. However 
> > > > > > > > I
> > > > > > > > still haven't had much luck -- attempting to install the client 
> > > > > > > > proxy
> > > > > > > > results in an error, "Error registering COM+ Application."
>
> > > > > > > > Has anyone successfully executed RQL viaDCOM? How did you get it
> > > > > > > > working?
>
> > > > > > > > Thanks!
>
> > > > > > > > Nick- Hide quoted text -
>
> > > > > > - Show quoted text -- Hide quoted text -
>
> > > - Show quoted text -- Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
>
> - Show quoted text -

--~--~---------~--~----~------------~-------~--~----~
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