Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Sunday, February 23, 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: web client deployment error
Ismael Gonzalez
Posts: 56
 
web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Jan 08 5:56 PM
hey guys,

So I've just installed SLX 7.2, and the SLX7.2 service pack 1, created the website on IIS, and clicked on the build web platform button on the application architect and then on the deploy button.

When I try to run my web client this is the error i'm getting:

Line 144: protected void PreRender(object sender, EventArgs e)
Line 145: {
Line 146: object msg = Sage.Platform.Application.ApplicationContext.Current.State["AuthError"];
Line 147: if (msg != null)
Line 148: {

in file: Login.aspx

Does anyone know what I'm missing?

thanks
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 21 Jan 08 7:26 PM
What OS is this on? What is the error that it is telling you? Have you tried an IISRESET yet?

-Ryan
[Reply][Quote]
Ismael Gonzalez
Posts: 56
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Jan 08 4:37 PM
I have it on Windows Vista and IIS 7

Switched over to Windows Server 2003, made a new installation and when I try to run the Application Architect I get this error:

Exception has been throwned by the target of an invocation. (mscorlib)
Invalid Table name (SalesLogix OLE DB Provider)
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Jan 08 4:45 PM
IIS7 (Vista) is not supported for the deployed website.

For your Win2003 environment it sounds like something isn't set up right, missing a bundle or something.
[Reply][Quote]
Ismael Gonzalez
Posts: 56
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Jan 08 6:24 PM
Ok I did a complete reinstall on my Windows Server 2003 environment, now when I deploy my project and click on open portal I can now see the main page and then when I input my login and try to log in i get this error:

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: CS0246: The type or namespace name 'MenuService' could not be found (are you missing a using directive or an assembly reference?)

Source Error:
Line 78: {
Line 79: base.OnLoad(e);
Line 80: MenuService mnuService = new MenuService();
Line 81: this.Page.Form.Controls.Add(mnuService);
Line 82: this.PageWorkItem.Services.Add(mnuService);
Source File: c:\Inetpub\wwwroot\plus001\Default.aspx.cs Line: 80


any ideas of why this is happening?
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 22 Jan 08 7:00 PM
Is this an upgrade? Did you install the SP1 bundle in the AA? Sounds like that is missing.
[Reply][Quote]
Ismael Gonzalez
Posts: 56
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Jan 08 9:38 AM
I applied SLX_v72_SP1.exe and SalesLogix Client OLE DB Provider v7.2.1.exe is there another bundle that i am missing?
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Jan 08 9:41 AM
Quote:
Originally posted by Ismael Gonzalez

I applied SLX_v72_SP1.exe and SalesLogix Client OLE DB Provider v7.2.1.exe is there another bundle that i am missing?


Yes. In addition to upgrading the software to SP1 (by running the exe) you must also upgrade what is in the database. When you extract the SP1 exe you'll find two bundles.

1) Sage SalesLogix v7.2 SP1 VFS Upgrade.zip - This bundle is applied in the AA to upgrade the VFS (the fact that this one is missing is what is causing your problem)
2) SalesLogix v7.2 Service Pack 1.sxb - This bundle is applied in the Administrator to upgrade any LAN client plugins for SP1

-Ryan
[Reply][Quote]
Ismael Gonzalez
Posts: 56
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Jan 08 12:49 PM
this fixed it thanks
[Reply][Quote]
Jason Lindsay
Posts: 9
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Jun 08 5:52 PM
I am encountering the exact same problem, but installing the bundles (SP1 and SP2 and Leads were all I could find) did not help at all.

When, if at all, will SalesLogix be supported on IIS 7/Vista? I have a product demonstration on Wednesday and it's too late to start over with Windows 2003 Server now...
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 23 Jun 08 5:58 PM
IIS7 is not officially supported, but it does work on IIS7. You do have to turn on the legacy compatibility stuff in IIS and also have to use a Classic app pool and it works fine for a dev box (I've not tried to get any of the mailmerge/activemail stuff working on IIS7 yet, but all else works fine with these changes)
[Reply][Quote]
Jason Lindsay
Posts: 9
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 24 Jun 08 9:28 AM
How exactly do you turn on the "legacy compatibility stuff?" in IIS? I am farily new to IIS 7.0, and have been struggling with getting it to do what I want.

I did get the Classic App Pool started, but is that supposed to run in tandem with the Default Application Pool, or in place of it?

Thanks!
Jason
[Reply][Quote]
Jason Lindsay
Posts: 9
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 24 Jun 08 9:38 AM
I got it to work! I had to go into Advanced Settings for the Default Web Site (where I am deploying the site into IIS 7) and point it to the Class Application Pool for it to work.

Thanks for all your help Ryan!

Jason
[Reply][Quote]
Ryan Farley
Posts: 2265
slxdeveloper.com Site Administrator
Top 10 forum poster: 2265 posts
 
Re: web client deployment errorYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 24 Jun 08 5:20 PM
Quote:
Originally posted by Jason Lindsay

How exactly do you turn on the "legacy compatibility stuff?" in IIS? I am farily new to IIS 7.0, and have been struggling with getting it to do what I want.


I thought this warranted a blog post, so I've posted the tweaks to make to get SLX Web running on IIS7 here: http://customerfx.com/pages/crmdeveloper/2008/06/24/running-saleslogix-web-on-iis7.aspx

-Ryan
[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): 2/23/2025 3:08:41 PM