Search the web
Sign In
New User? Sign Up
sitecore
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1672 - 1701 of 3315   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1672
It appears that the web server cannot communicate with the database server. Are these on separate machines or both on one machine? Can the web server access...
John West
johnpwest3
Offline Send Email
Mar 1, 2006
1:09 pm
1673
Hi I'm trying to convert a dtSearch results page sublayout from Sitecore 4 to Sitecore 5, but a number of the classes have moved to different namespaces. Is...
ben_3sixty
Offline Send Email
Mar 1, 2006
3:10 pm
1674
I didn't find the documentation of the API on SDN 5 either - this should be addressed. In terms of namespaces, try: Sitecore.Modules.dtSearch ...
Derek Roberti
derekroberti
Offline Send Email
Mar 1, 2006
3:29 pm
1675
Hello John, Both (web and database server) are on same machine. Following is the section from web.config that you needed: <!-- CONNECTION STRINGS --> ...
akasera
Offline Send Email
Mar 1, 2006
3:52 pm
1676
Hi Derek Many thanks for the response. I have seen the sample layouts but I'm not sure they cover everything I need. In particular, I'm unsure whether you need...
Ben Wyatt
ben_3sixty
Offline Send Email
Mar 1, 2006
3:53 pm
1677
If that is the correct prefix, username and password configuration I would expect it to work. Are you able to use SQL client tools (query analyzer, etc.) to...
John West
johnpwest3
Offline Send Email
Mar 1, 2006
4:02 pm
1678
Hi Ben, I think in the new API it gets the path to the index from the web.config <settings> node. See here for more info: ...
Derek Roberti
derekroberti
Offline Send Email
Mar 1, 2006
4:19 pm
1679
I tried changing the prefix to "sc" instead of "sc51" since my databases were named scArchive, scCore etc. (based on installation guide). But still the same...
akasera
Offline Send Email
Mar 1, 2006
4:39 pm
1680
Restarting ASP.NET, IIS or even Windows could have some effect, but it sounds like there is still a configuration issue which is difficult to diagnose ...
John West
johnpwest3
Offline Send Email
Mar 1, 2006
5:22 pm
1681
Hi Derek Many thanks for the code - I think I've just about got this working now. Do you also know if the meta tag <meta id=scDescription content="<%# ...
Ben Wyatt
ben_3sixty
Offline Send Email
Mar 1, 2006
6:20 pm
1682
Sorry - I've figured out this other problem. Additional meta tags need to be added to the fields.xml file for the dtSearch installation. Really need this stuff...
Ben Wyatt
ben_3sixty
Offline Send Email
Mar 1, 2006
6:26 pm
1683
Since I don't have access to your machine, could you try the following troubleshooting steps and reply with the results? 1) Produce SQL...
Derek Roberti
derekroberti
Offline Send Email
Mar 1, 2006
7:18 pm
1684
Hello John Figured out. needed to have machine name\local for db. BTW, what is the procedure to upgrade a site from 4.3.2.13 to 5.1.0.12? As far as I know (1)...
akasera
Offline Send Email
Mar 1, 2006
7:19 pm
1685
Glad you got it working! I'll inquire into the status of more complete dtSearch documentation for Sitecore 5. Best wishes, Derek ...
Derek Roberti
derekroberti
Offline Send Email
Mar 1, 2006
7:39 pm
1686
Following my last message - i manually added the folders upgrade/ui to sitecore modules. However, I do not see "link Conver data from 4.3.2.x database" from ...
akasera
Offline Send Email
Mar 1, 2006
7:41 pm
1687
I have only seen this hostname\local syntax once before, and in that case the database was on a separate server so I figured it only affects segregated...
John West
johnpwest3
Offline Send Email
Mar 1, 2006
8:22 pm
1688
Hello John, Not yet. But I intend to find out from our IT guys who've imaged the machine. Any idea on the question that I have on further steps of the ...
akasera
Offline Send Email
Mar 1, 2006
9:19 pm
1689
Hello John, I intend to find out as soon as I am done with the installation here. I'll keep you posted....
akasera
Offline Send Email
Mar 1, 2006
9:22 pm
1690
Hello, Any ideas on the following scenario: BTW, what is the procedure to upgrade a site from 4.3.2.13 to 5.1.0.12? As far as I know (1) Install 5.1.0.12 in a...
akasera
Offline Send Email
Mar 1, 2006
10:28 pm
1691
I recently upgraded a site and didn't have this problem. It sounds like to me you may have several issues. 1) When you install the upgrade package it should...
David Specht
hdsthe3
Offline Send Email
Mar 1, 2006
10:39 pm
1692
I have been playing with the Sitecore query: syntax and I believe there is a bug. If the union operator is used and one or more of the expressions do not...
David Specht
hdsthe3
Offline Send Email
Mar 1, 2006
10:44 pm
1693
While downloading the upgrade package, I saw that the name of the file is Sitecoreupgrade[1].v4v51.zip. When I tried to install this package, I received an...
akasera
Offline Send Email
Mar 1, 2006
10:46 pm
1694
That is the error. Filename should be Sitecoreupgrade1.v4v51.zip. Amazing that the app does not give an error message when it cannot install a package. ... ...
akasera
Offline Send Email
Mar 1, 2006
10:50 pm
1695
Hi I'm trying to implement the mailing list module for Sitecore 5 and need to get the ID or IDs of my Sitecore mailing lists. I'm using the mailinglists_list...
ben_3sixty
Offline Send Email
Mar 2, 2006
9:53 am
1696
Support tested this on 5.1.1.11 and said it works as expected - with what version are you working? ... ...
John West
johnpwest3
Offline Send Email
Mar 3, 2006
1:00 pm
1697
Hello, (1) Installed 5.1.0.12 in a new folder (2) Set up SQL Server (3) Installed upgrade tool (4) made changes to web.config (5) used db upgrade wizard after...
akasera
Offline Send Email
Mar 3, 2006
6:36 pm
1698
A quick check - Typically the "Could not load type" error messages can be addressed by just recompiling your application. I haven't seen this with the...
Derek Roberti
derekroberti
Offline Send Email
Mar 3, 2006
6:48 pm
1699
This particular instance does not have any custom .NET components hence I do not think recompilation will work. Let me know if you think otherwise. ... can ......
akasera
Offline Send Email
Mar 3, 2006
7:28 pm
1700
The API has changed from V4 to V5. There are some tips on SDN on upgrading all of your .NET components. Also, you can see examples of V5 .NET controls there...
Bryan Jackson
dakota2030
Offline Send Email
Mar 3, 2006
7:40 pm
1701
Hi Sitecore.BasePage is not longer used in Sitecore 5, you can replace it with System.Web.UI.Page. Are you trying to upgrade your Sitecore 4 site to V5 or run...
Alexey Rusakov
a_rusakov
Offline Send Email
Mar 3, 2006
9:13 pm
Messages 1672 - 1701 of 3315   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help