Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Wednesday, August 13, 2025
slxdeveloper.com
Home
Search
Contact us
About slxdeveloper
Syndication
Community
Forums
(NEW!)
Newsletter Archive
Members
Your Profile
Submit Article
General
Administration
(6)
OLE DB Provider
Miscellaneous
(2)
Architect
VBScript
(9)
ActiveX Controls
(6)
How To's
(14)
.NET Extensions
(3)
External
OLE DB Provider
(12)
SLAPI (SlgxApi.dll)
SalesLogix COM
(1)
Web
ASP/ASP.NET
(2)
Web Services
Web Client
Downloads
Samples
(17)
Documentation
(7)
Utilities
(18)
Resources
SalesLogix
(3)
Programming
(1)
8/13/2025 2:32:39 PM
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 Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: Load Group XML
Tony Joanes
Posts: 71
Load Group XML
Posted: 17 Sep 08 6:50 AM
Hi
I have deployed a local version of the SLX website and am testing it locally. Once I have logged in I get an error stating the following
"We apologize for the inconvenience, but your request cannot be completed. Load Group XML Failed ".
The same website deployed onto the actual webserver works fine. What am I missing on my local machine that wont load the groups in.
Thanks
[
Reply
][
Quote
]
Stephen Redmond
Posts: 190
Re: Load Group XML
Posted: 18 Sep 08 3:24 AM
Hi Tony,
I was running a training last week and this happened for everyone. I installed the "Web Host" (+SP) on everyone's PC and allowed it to create a new Web Site. When we deployed into this Web Site (port 3333 by default), everyone's deployment worked and no XML error.
(BTW, before running the web host installer, ensure to go into your IIS Admin tool and stop the default web host - XP only allows one web site to be running at any time)
I suspect that this is just a permissions issue somewhere.
Stephen
[
Reply
][
Quote
]
Tony Joanes
Posts: 71
Re: Load Group XML
Posted: 19 Sep 08 7:50 AM
Stephen
Thanks for the advice, it got mine back up and running!
Regards
Tony
[
Reply
][
Quote
]
SLX...
Posts: 29
Re: Load Group XML
Posted: 09 Oct 08 2:23 PM
We have also experienced a "Load Group XML Failed" error when upgrading from 5.2.3 to 7.5 on the web side.
We discovered that some groups in the PLUGINS table were defective.
It seemed that it was only ad-hoc group groups created by users that were now retired. Deleting these groups unsing the following query solved our problem.
DELETE FROM sysdba.PLUGIN
WHERE PLUGINID IN (
SELECT P.PLUGINID
FROM sysdba.PLUGIN AS P
INNER JOIN sysdba.USERINFO AS U
ON P.USERID = U.USERID
INNER JOIN sysdba.USERSECURITY AS US
ON P.USERID = US.USERID
WHERE
P.TYPE = 8
AND RELEASED = 'F'
AND US.TYPE = 'R'
)
[
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
|
page cache (param): 8/13/2025 3:07:54 PM