Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi guys!
I have two sites on Umbraco:
Internal site (internal.site) with db, which has connect to ms sql server.
External site (external.site) with db, which located in app_data folder.
I'm using destributed calls for update db on external site, when I have some publish on internal site.
<distributedCall enable="true"> <user>0</user> <servers> <server>internal.site</server> <server>external.site</server> </servers> </distributedCall>
But when I publish some changes on the internal site page then nothing happens on the same page on external site. And I don't know why It's happend.
He Alex,
Distributed Calls are ment when having a load balancing setup. So you must setup both sites to the same database.
What you will need is Umbraco Courier to transfer staging to production.
Marcel
Hi Alex,
What exact version of Umbraco are you using for this setup?
Looking forward to hear from you.
/Dennis
Dennis,
I'm using Umbraco v6.2.1
Marcel,
I thought, that distributed calls I can use not only for one db.
Alex,
No that's not posible, the distributed calls are for cache refreshing only.
http://our.umbraco.org/documentation/installation/load-balancing
Thanks guys,
I will try something else
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Destributed calls and db update
Hi guys!
I have two sites on Umbraco:
Internal site (internal.site) with db, which has connect to ms sql server.
External site (external.site) with db, which located in app_data folder.
I'm using destributed calls for update db on external site, when I have some publish on internal site.
But when I publish some changes on the internal site page then nothing happens on the same page on external site. And I don't know why It's happend.
He Alex,
Distributed Calls are ment when having a load balancing setup. So you must setup both sites to the same database.
What you will need is Umbraco Courier to transfer staging to production.
Marcel
Hi Alex,
What exact version of Umbraco are you using for this setup?
Looking forward to hear from you.
/Dennis
Dennis,
I'm using Umbraco v6.2.1
Marcel,
I thought, that distributed calls I can use not only for one db.
Alex,
No that's not posible, the distributed calls are for cache refreshing only.
http://our.umbraco.org/documentation/installation/load-balancing
Thanks guys,
I will try something else
is working on a reply...