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!
|
|
I got Erro Deployselected in SaleslogixWeb7.2
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. |
|
|
|
Re: I got Erro Deployselected in SaleslogixWeb7.2
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
|
|
|
| |
| |
|
Re: I got Erro Deployselected in SaleslogixWeb7.2
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.)? |
|
|
| |
| |
|
Re: I got Erro Deployselected in SaleslogixWeb7.2
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:xxxxx assword: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.
|
|
|
|
Re: I got Erro Deployselected in SaleslogixWeb7.2
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
|
|
|
|
Re: I got Erro Deployselected in SaleslogixWeb7.2
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 |
|
|
|
Re: I got Erro Deployselected in SaleslogixWeb7.2
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
|
|
|
|
Re: I got Erro Deployselected in SaleslogixWeb7.2
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? |
|
|
|
Re: I got Erro Deployselected in SaleslogixWeb7.2
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 |
|
|
|
Re: I got Erro Deployselected in SaleslogixWeb7.2
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
|
|
|
|
Re: I got Erro Deployselected in SaleslogixWeb7.2
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 |
|
|
|
Re: I got Erro Deployselected in SaleslogixWeb7.2
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".
|
|
|
|
Re: I got Erro Deployselected in SaleslogixWeb7.2
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?
|
|
|
|