Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Thursday, August 14, 2025 
 
slxdeveloper.com Community Forums  
   
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
 Web Forums - SalesLogix Web Platform & Application Architect
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to SalesLogix Web Platform & Application Architect | New ThreadView:  Search:  
 Author  Thread: I got Erro Deployselected in SaleslogixWeb7.2
venkat
Posts: 16
 
I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 06 Sep 08 5:15 AM
To,
The Devlopment Team I am new to saleslogix Web.When I was Trying to buildweb sucess .Thenafter I was trying to deploy Selected It"s show an Error
An error Occured Iis Server unable to find Localhost make sure Portnumber and Meachine name.

Please helpme how to rectify this.
[Reply][Quote]
Mark Dykun
Posts: 297
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 07 Sep 08 7:32 AM
Venkat, a few questions 1) Do you have IIS installed on the machine in question, 2) what OS and version of IIS if it is on vista you will need to install IIS 6 compatability. Given those 2 items are validated go to your IIS Services Manager under the Administrator Tools menu item and look and see if there is indeed a web there, and that the web is listening to the port in question.

Mark
[Reply][Quote]
venkat
Posts: 16
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 07 Sep 08 10:58 PM
Mark, I InstalledIIS verstion5 O.s Is X.P .Please help me How to rectify This problam?

Venkat
[Reply][Quote]
Stephen Redmond
Posts: 190
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Sep 08 2:40 AM
Hi Venkat,

Try this. Instead of just using "localhost" for the servername, use "localhost:80".



Stephen
[Reply][Quote]
Nick Hollis
Posts: 549
Top 10 forum poster: 549 posts
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Sep 08 10:01 AM
Interestingly mine started to do that recently, but I just ignore it as it still deploys...Still havent quite worked out what the issue is. One day it was fine, next day apparently the webserver and port do not exist - but I know they do! Does it still place your content correctly in the slxclient (or whichever path you have selected, in C:\inetpub etc.)?
[Reply][Quote]
Brian Segers
Posts: 69
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Sep 08 10:49 AM
I am pretty sure you must have IIS6.o installed. 5 is not supported.
[Reply][Quote]
venkat
Posts: 16
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Sep 08 10:59 AM
Hollis,

I gave the Path is C:\inetpub \wwroot\slxprod Here it shows all details but I got Error How Can I rectify it?
[Reply][Quote]
venkat
Posts: 16
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Sep 08 11:07 AM
Stephen, I Tryed localhost:80 When I was Deployed It does n't show Error But when I was Trying to open LLocalhost I enter Username:xxxxxassword:XXXXXXXX: It shows Error

The Error is : Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0117: 'Resources.Portal' does not contain a definition for 'PortalTitle'

Line 56: this.Title = Resources.Portal.PortalTitle + " - " + GetResource("PageTitle");

Stephen,This is Error I got When I was Open in Localhost How can I rectify It? Please help me.....


Venkat.


[Reply][Quote]
Stephen Redmond
Posts: 190
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Sep 08 12:33 PM
Funny one.

At least the ":80" got you over that deployment issue - this is a completely different issue.

Normally, when I get errors like this, I do a +Rebuild (hold control key while pressing the toolbar buttons) on both the Interface and Web Platform.

Then re-deploy.

BTW, IIS on XP (which, I believe is v5.1) is supported - it has to be because SLX 7.5 will have Remote web clients, and XP is still a valid OS.



Stephen
[Reply][Quote]
venkat
Posts: 16
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 08 Sep 08 11:15 PM
Stephen, Thank u for giving Answers I got Erro When I was doa build Web Hold Ctrl key I got Warn like this

WARN - (0,0):The MSBuild engine must be called on a single-threaded-apartment. Current threading model is "MTA". Proceeding, but some tasks may not function correctly.

And Same Error When I was opend in localhost.

My localhost is http://localhost:80/server. It shows Compilation Error Which I posted Erlier. Please help me How can I rectify this issue?

Venkat
[Reply][Quote]
Stephen Redmond
Posts: 190
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 09 Sep 08 2:35 AM
Hi Venkat,

A warning is a warning - not an error. All of these warnings to do with building on a single thread can be safely ignored.

As to your error, can you confirm that you are on SP2 and that you have applied all the bundles correctly as per the SP2 implementation guide.

Are you working off the database VFS, or have you exported it to the file system? Have you made any changes?

If you open up the SLXEval database, then build and deploy the default project there, does it work?


Cheers,


Stephen
[Reply][Quote]
venkat
Posts: 16
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 09 Sep 08 4:34 AM
Stephen,
Thanks for your Helping, I am in sp2,Windows2003 server.I applied allthose things like bundles per sp2 are correctly. I am Working on Vfs In the Database Eval. I open Eval database in application architect and Deploy I got Same Error. Which I posted Erliar. I use web sitethat is Defaultwebsite And port number is : 80 and I selected localhost path is C:\Inetpub\wwwroot like But I won't get it. Please help me How can I solve this one?
[Reply][Quote]
Mark Dykun
Posts: 297
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 09 Sep 08 6:03 AM
Venkat, Question is the page you are getting the error on a custom one? Did you add it? Stephen, for remote web clients there is a newely provided web server and it does not use IIS directly. IIS 5.0 is supported were development was done on XP OS for the 7.5 release. When you look into the web site in IIS is ASP.net 2.0 associated? What page does it error out on?

Mark
[Reply][Quote]
Stephen Redmond
Posts: 190
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 09 Sep 08 1:35 PM
Hi Mark,

That was dumb of me - I was actually on the beta call when that was discussed! I just haven't been doing any testing on the Web Remotes - confinig myself to web development issues for now.

Just to clarify version numbers. IIS 5.0 was on Windows 2000. IIS 5.1 is Windows XP. IIS 6.0 is Windows 2003 Server. Now, we have IIS 7.0 on Windows 2008.

Venkat, I want to be absolutely sure that you have installed SP2 for SalesLogix and installed the 3 zip bundles into the VFS - Sage SalesLogix v7.2 SP1, Sage SalesLogix v7.2 SP1 Leads and Sage SalesLogix v7.2 SP2. These bundles are not installed into the VFS on the Eval database by default - you need to do that using Application Architect.


Stephen


[Reply][Quote]
venkat
Posts: 16
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 10 Sep 08 5:58 AM
Thanks To All,It 's Login in n localhost but When I was click Account ,Contact Or Opportunity It does n't show. It displays Message"The resource object with key 'Help_ToolTip' was not found."

How can rectify it? Please help me....

Venkat
[Reply][Quote]
Jose Urena
Posts: 92
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 11:45 AM
I'm facing the same issue.

After deploy, the portal.resx don't have the following entry at the end:

<data name="Help_ToolTip" xml:space="preserve">

<value>Help</value>

</data>

If you add this, your portal will work fine, but this is not a solution.

Any advice? Where do i need to add this so new deploys will generate a correct "portal.resx".


[Reply][Quote]
Jose Urena
Posts: 92
 
Re: I got Erro Deployselected in SaleslogixWeb7.2Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 28 Oct 08 12:11 PM
Ok, go to Virtual File System Explorer - > then model folder - > then portal folder - > then your portal name folder

There you will see a file NAMEOFYOURPORTAL.portal.xml.resx where you can add the text i pasted in my previous post, and when you deploy, even with the error, your portal will work fine...

Any comments?
[Reply][Quote]
 Page 1 of 1 
  You can subscribe to receive a daily forum digest in your user profile. View the site code of conduct for posting guidelines.

   Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
 

 
 slxdeveloper.com is brought to you courtesy of Ryan Farley & Customer FX Corporation.
 This site, and all contents herein, are Copyright © 2025 Customer FX Corporation. The information and opinions expressed here are not endorsed by Sage Software.

code of conduct | Subscribe to the slxdeveloper.com Latest Article RSS feed
   
 
page cache (param): 8/14/2025 5:34:53 AM