Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Saturday, April 27, 2024 
 
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 ThreadView:  Search:  
 Author  Thread: Unusual Error
Swapnil
Posts: 46
 
Unusual ErrorYour last visit to this thread was on 1/1/1970 12:00:00 AM
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
Top 10 forum poster: 1103 posts
 
Re: Unusual ErrorYour last visit to this thread was on 1/1/1970 12:00:00 AM
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 ErrorYour last visit to this thread was on 1/1/1970 12:00:00 AM
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=Adminassword=slx!;Data Source=saleslogix_staging;Extended Properties="SLX Server=BALMSDB06;ADDRESS=10.200.112.72;Type=ODBCORT=1706"
[Reply][Quote]
Bob (RJ)Ledger
Posts: 1103
Top 10 forum poster: 1103 posts
 
Re: Unusual ErrorYour last visit to this thread was on 1/1/1970 12:00:00 AM
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.1assword=passwordersist Security Info=True;User ID=admin;Data Source=(local);Extended Properties=""RWPass=;SLX Server=;ADDRESS=localhost;Type=ODBCORT=1706;LOG=ON"""

--
rjl

[Reply][Quote]
Swapnil
Posts: 46
 
Re: Unusual ErrorYour last visit to this thread was on 1/1/1970 12:00:00 AM
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 ErrorYour last visit to this thread was on 1/1/1970 12:00:00 AM
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 ErrorYour last visit to this thread was on 1/1/1970 12:00:00 AM
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 © 2024 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): 4/27/2024 6:05:00 PM