FORUMS

c360 Forums
 Home        Members    Calendar    Who's On

Welcome Guest ( Login | Register )
      



Any get the 'free' C360 utilities working?Expand / Collapse
Message
Posted 4/14/2006 3:33:22 PMPost #195
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
I have most of the C360 utilities (licensed ones) working with my CRM3.0 setup.  I did have a few issues with My Summary as I have my CRM server different from my SQL 2000 server.  That problem is now resolved.

I get the following from the Copy Address utility (and something similar from Clone, which is the one I really want!)

Anyone gotten these to work?

Server Error in '/c360' Application.
--------------------------------------------------------------------------------

The underlying connection was closed: Unable to connect to the remote server.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Net.WebException: The underlying connection was closed: Unable to connect to the remote server.

Source Error:


Line 273:   [return: System.Xml.Serialization.XmlElementAttribute("Response", Namespace="http://schemas.microsoft.com/crm/2006/WebServices")]
Line 274:   public CRMResponse Execute([System.Xml.Serialization.XmlElementAttribute(Namespace="http://schemas.microsoft.com/crm/2006/WebServices")] CRMRequest Request) {
Line 275:    object[] results = this.Invoke( "Execute", new object[] { Request } );
Line 276:    return ( ( CRMResponse )( results[ 0 ] ) );
Line 277:   }       
 

Source File: E:\Program Files\c360 Solutions\V3\WEB\CRMWEB\CopyAddress\CopyAddress.aspx    Line: 275

Stack Trace:


[WebException: The underlying connection was closed: Unable to connect to the remote server.]
   System.Net.HttpWebRequest.CheckFinalStatus() +680
   System.Net.HttpWebRequest.EndGetRequestStream(IAsyncResult asyncResult) +75
   System.Net.HttpWebRequest.GetRequestStream() +234
   System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters) +105
   ASP.CrmService.Execute(CRMRequest Request) in E:\Program Files\c360 Solutions\V3\WEB\CRMWEB\CopyAddress\CopyAddress.aspx:275
   ASP.CopyAddress_aspx.RetrieveObjectXml(Int32 objectType, String objectId) in E:\Program Files\c360 Solutions\V3\WEB\CRMWEB\CopyAddress\CopyAddress.aspx:90
   ASP.CopyAddress_aspx.Page_Init() in E:\Program Files\c360 Solutions\V3\WEB\CRMWEB\CopyAddress\CopyAddress.aspx:53
   System.Web.Util.ArglessEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +10
   System.Web.UI.Control.OnInit(EventArgs e) +67
   System.Web.UI.Control.InitRecursive(Control namingContainer) +241
   System.Web.UI.Page.ProcessRequestMain() +197

Thanks,

Len

Posted 4/14/2006 4:24:34 PMPost #196
 

c360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guru
The underlying connection was closed: Unable to connect to the remote server.

Len, this error normally caused by an incorrect URL for the CRM web services. Check the install guide for 'Clone' and 'Copy Address', you will find a section that explains how you can specify this URL.

Jeremie Desautels

VP, Product Marketing

c360 Solutions

Posted 4/17/2006 4:54:47 PMPost #198
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
Jeremie,

Thank you for taking the time to respond!

In the Installation guide it says:

b. Add the following line inside the <appSettings> element tags:
<add key="CRMServer" value="http://localhost:5555"/>

I have:

  <add key="CRMServer" value="http://crm1:5555"/>

Where my server name is \\crm1
(note: crm.myinternaldomain.com also maps, should I use that?)

One question I did have is WHICH web.config should this go in?  I seem to have them as follows:

C:\inetpub\wwwroot
C:\inetpub\wwwroot\mscrmservices
E:\Program Files\c360 Solutions\V3\Web\CrmWeb

(as well as many other places that are related to VS2003!)

I have put this key in the first one as it was the only one with an existing appsettings key already!

Thanks,

Len

Posted 4/18/2006 10:13:53 AMPost #199
 

c360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guru
In the Installation guide it says:

b. Add the following line inside the <appSettings> element tags:
<add key="CRMServer" value="http://localhost:5555"/>

I have:

  <add key="CRMServer" value="http://crm1:5555"/>

Where my server name is \\crm1
(note: crm.myinternaldomain.com also maps, should I use that?)

Len, the installation guide gives you an example of the key. You need to adapt it to your environment. For instance the example uses port '5555' but maybe that's not appropriate for your environment. Also, the server name needs to correspond to what you would type in your browser in order to login to CRM. This can either be the machine name such as 'crm1' but it can also be a host header such as 'crm.myinternaldomain.com'. It just depends on your configuration.

One question I did have is WHICH web.config should this go in?

You need to edit the web.config that is applicable for the web application where the clone and spell check will run. This means, assuming you have followed the recommendations in the install guide, that you need to edit the web.config under the c360 web application which is located, by default, in the following folder: C:\Program Files\c360 Solutions\V3\Web\CrmWeb

Jeremie Desautels

VP, Product Marketing

c360 Solutions

Posted 5/1/2006 12:11:23 PMPost #221
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
Is it possible to use the free c360 tools such as clone with out installing any of the other products considering none of the program directories or config files are created or include with the clone download file?
Posted 5/1/2006 4:38:42 PMPost #222
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
Jeremie,

Thanks, that did the trick.  The thing I was missing is setting the correct port number (in my case it is the default of 80).  A quick check in IIS Manager confirmed that 80 is what I should be using, not 5555.

Also, seems the crmserver key MUST go in the webconfig that is in wwwroot, otherwise, clone complains.

Thanks again, it works now!

Len

Posted 5/2/2006 10:27:02 AMPost #230
 

c360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guruc360 Product Guru
Omega,

Yes you can use our free products without using any of our other products. You will have to go through a few more steps manually such as creating the folders, creating the virtual directory, etc. Theses steps are done automatically for you when you install one of our products.

Jeremie Desautels

VP, Product Marketing

c360 Solutions

Posted 2/27/2008 12:06:36 PMPost #1968
 

Forum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum NewbieForum Newbie
Yes you can use our free products without using any of our other products. You will have to go through a few more steps manually such as creating the folders, creating the virtual directory, etc. Theses steps are done automatically for you when you install one of our products.

I have a Customer who used Clone in 1.2, but has not worked in 3.0.  I downloaded new version, and followed intall guide.  I think I am having the same issues with the manual steps needed.  Are these documented anywhere else?  Can We install a Trial Version of another product...hoping they like it, and want to purchase it... ...and let it do the manual steps for us?  Any suggestions?



Thanks so much,

Scott...

Scott D. Sandberg
Microsoft Certified Business Management Solutions Specialist

Sikich Technology
Microsoft Gold Partner
502 Earth City Expressway, Suite 308; Earth City, MO 63045
T: 314.739.0727 X-259; F: 314.739.5403; M: 314.229.0898
ssandberg@sikich.com

To learn more about Sikich visit www.sikich.com.
Certified Public Accountants & Advisors • Technology • Investment Banking • Human Resources • Marketing • Entrepreneurial Services • Retirement Planning
Posted 3/3/2008 9:43:50 AMPost #1972
 

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member
Yes, you are welcome to download a trail version of one of our modules.  However, you will need to contact sales@c360.com to get a trial license.

This can also be done through our website.  http://www.c360.com/DownloadRegister.aspx

Ken Champion
c360 Technical Support Manager

« Prev Topic | Next Topic »


Reading This TopicExpand / Collapse
Active Users: 0 (0 guests, 0 members, 0 anonymous members)
No members currently viewing this topic.
Forum Moderators: Jeremie Desautels, john.gravely, kanika.jackson, Arvind Raman, Ken Champion

PermissionsExpand / Collapse

All times are GMT -5:00, Time now is 9:53pm

Powered by InstantForum.NET v4.1.4 © 2008
Execution: 0.297. 10 queries. Compression Enabled.