Home
|
Forums
|
Contact
|
Search
|
Syndication
[login]
[create account]
Wednesday, February 19, 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)
2/19/2025 3:58:13 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!
External Development Forums - General External Development
Forum to discuss general external development topic (related or not to SalesLogix development). View the
code of conduct
for posting guidelines.
Forums RSS Feed
Back to Forum List
|
Back to General External Development
|
New Thread
View:
Dynamic
Flat
Tree
Search:
Author
Thread: Unusual Error
Swapnil
Posts: 46
Unusual Error
Posted: 24 May 07 5:33 AM
fiogf49gjkf0d
Hi,
I'm working on SLX version 6.1. I developed a C# .net tool to update the product information from one application to SLX. I used SLX OLEDB Provider to update data in SLX. While Deleting or Inserting data in a customize table i got error( "An error occurred attempting to retrieve table information from the datadictionary component."). This happened only on inserting and deleting data in newly created tables.
Can anyone have any idea on it?
Thakns in advance
Swapnil
[
Reply
][
Quote
]
Bob (RJ)Ledger
Posts: 1103
Re: Unusual Error
Posted: 24 May 07 7:10 AM
fiogf49gjkf0d
Post the code so we can take a look.
--
rjl
[
Reply
][
Quote
]
Swapnil
Posts: 46
Re: Unusual Error
Posted: 24 May 07 7:15 AM
fiogf49gjkf0d
Here is the code :
OleDbCommand cmd = new OleDbCommand();
cmd.Connection = OpenConnection(ConfigManager.GetSQLDataConnectionString());
cmd.CommandType = CommandType.Text;
sql = "Delete From C_Alternate_Price Where C_PRODUCT_PRICEID = '" + SLXProductPriceID + "'";
cmd.CommandText = sql;
cmd.ExecuteNonQuery();
connectionstring :
provider=SLXNetwork.1;User ID=Admin
assword=slx!;Data Source=saleslogix_staging;Extended Properties="SLX Server=BALMSDB06;ADDRESS=10.200.112.72;Type=ODBC
ORT=1706"
[
Reply
][
Quote
]
Bob (RJ)Ledger
Posts: 1103
Re: Unusual Error
Posted: 25 May 07 9:25 AM
Humm.. I've seen varying degrees of success using .NET w/the old/obsolute/unsupported v6.1 provider.
(Remember, Sage SalesLogix threw out the 6.0/6.1 provider and wrote a completely new one from scratch at the 6.2 release).
It looks like your connection string variable is not getting the correct "stuff":
ex - Connectionstring for a 6.1:
ConnectionString = "Provider=SLXNetwork.1
assword=password
ersist Security Info=True;User ID=admin;Data Source=(local);Extended Properties=""RWPass=;SLX Server=;ADDRESS=localhost;Type=ODBC
ORT=1706;LOG=ON"""
--
rjl
[
Reply
][
Quote
]
Swapnil
Posts: 46
Re: Unusual Error
Posted: 29 May 07 7:19 AM
Thanks rjl,
I will check it by changing connectionstring.
Swapnil
[
Reply
][
Quote
]
Sandeep Gaykhe
Posts: 9
Re: Unusual Error
Posted: 30 May 07 9:06 AM
Glad to know that U r still with SLX related developments. Howz life?
[
Reply
][
Quote
]
Swapnil
Posts: 46
Re: Unusual Error
Posted: 31 May 07 12:54 AM
Nice to see you again. I'm fine . send me mail on
swapnil.m@tcs.com
[
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): 2/19/2025 4:53:24 PM