Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, June 28, 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: Connecting string in SalesLogixPortalDeploymentUtility
Jesse Roper
Posts: 9
 
Connecting string in SalesLogixPortalDeploymentUtilityYour last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 Sep 11 10:06 AM
fiogf49gjkf0d

Hi -


I'm having some problems connecting to my database when working with a 3rd part utility for quick deployment of a SalesLogix VFS:


https://github.com/SageSalesLogix/SLXToolsContrib/tree/master/SageDeploymentUtility


 


My connection string (started from the sample that came with the solution):


 


<ConnectionString> Provider=SLXOLEDB.1; Persist Security Info=True;Initial Catalog=MY_DATABASE;Data Source=MY_DATABASE_SERVER; 

	Password=;User ID=admin;Extended Properties="PORT=1706;LOG=ON;SVRCERT=12345;ACTIVITYSECURITY=OFF;TIMEZONE=NONE"</ConnectionString>

 


The error message I'm getting when trying to run the following code:


 


using (OleDbConnection connection = new OleDbConnection(connString))

{

connection.Open();


 


 


Anyone have any experience using this or can see any problems with my connection string?  Any assistance is greatly appreciated.


 


Thanks!


 


Edit: Seemed to have got it to accept the connection string, but it still seems like it's missing a bunch of files and so the deployment is still failing.  Anyone know of any documentation for this utility?  I know it's a shot in the dark, but I'm fresh out of options!  Thanks!


 


Edit2: If anyone is following this, it looks like all the errors are based around the following error:


 


System.IO.FileLoadException: A strongly-named assembly is required. (Exception from HRESULT: 0x80131044)


 


I know how to strongly-type an assembly, but I wouldn't know how to go about doing it to a SalesLogix VFS


 

[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): 6/28/2025 1:51:59 PM