Home | Forums | Contact | Search | Syndication  
 
 [login] [create account]   Tuesday, April 30, 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!
 Reporting & Notification Forums - Reporting
Forum to discuss reports for SalesLogix including Crystal, SQL Reports, etc. View the code of conduct for posting guidelines.
Forums RSS Feed


 Back to Forum List | Back to Reporting | New ThreadView:  Search:  
 Author  Thread: Error getting native IReport object. This field name is not known.
mark
Posts: 70
 
Error getting native IReport object. This field name is not known.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Mar 10 9:52 AM
Hi all,

My Current Saleslogix version is 7.5.2. When ever i am clicking on the generate report button in saleslogix lan client i am getting the following error messages



---------------------------

---------------------------
Error getting native IReport object. This field name is not known.
---------------------------
OK
---------------------------

---------------------------
SalesLogix Report Manager
---------------------------
Unable to retrieve the report.

The report cannot make an OLE DB connection.

Please contact your administrator.
---------------------------
OK
---------------------------

As far as i know we dont need any crystal report licenses for generating the core reports from lan client. If we need to modify or develop new reports then we need crystal report licenses. But i am not getting why i am facing this issue while generating the reports.

To be more precise i am only getting this error in production database but not on dev database.

In production Database we do have migrated data from salesforce. The strange thing is i am getting this errors only over the tables where i have created customized fields but i am not getting the same error for the tables which are out of scope from our project. In fact i am not getting this error over the tables which we haven't touched.



Any ideas

Thanks in advance



Regards
mark


[Reply][Quote]
Phil Parkin
Posts: 819
Top 10 forum poster: 819 posts
 
Re: Error getting native IReport object. This field name is not known.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 15 Mar 10 11:52 AM
What method did you use to create the new fields?
[Reply][Quote]
mark
Posts: 70
 
Re: Error getting native IReport object. This field name is not known.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Mar 10 4:10 AM
we have created almost all the fields from the slx db manager. But some fields probably few fields we have created from sql server management studio what we have to do in that case. I also feel the same when i got this error.SO whats the solutions for this problem Any idea


Thanks in Advance

Mark



[Reply][Quote]
Phil Parkin
Posts: 819
Top 10 forum poster: 819 posts
 
Re: Error getting native IReport object. This field name is not known.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 17 Mar 10 4:20 AM
Create additional fields via DB Manager and then copy the contents of the SQL Server fields into them. Then modify your report to use the DB Manager fields and delete the SQL Server fields.
[Reply][Quote]
mark
Posts: 70
 
Re: Error getting native IReport object. This field name is not known.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 18 Mar 10 7:38 AM
Hi Parkin


Is that the only cause for occuring this error or any other causes also makes this error occurs. Because what i did was i have bundled the entire account table along with data and i have installed it again but it doen't works. More over i have a question is there any way we can find out in a saleslogix which field have been created from saleslogix and which field have been created from sql server mgmt studio. AS we are having numerous fields added i am not able to find out which field have been added from slx and which field from sql server

Thanks in advance

Mark
[Reply][Quote]
Phil Parkin
Posts: 819
Top 10 forum poster: 819 posts
 
Re: Error getting native IReport object. This field name is not known.Your last visit to this thread was on 1/1/1970 12:00:00 AM
Posted: 19 Mar 10 4:27 AM
Try running this to get a list of the non-SLX-generated fields:


select i.Table_Name, i.Column_Name
from sysdba.sectabledefs s
right join Information_Schema.columns i on s.Tablename = i.Table_Name and s.Fieldname = i.Column_Name
where s.tablename is null and i.Table_Name not in (Select Table_Name from information_schema.views) and
i.Table_Schema = 'sysdba'


I cannot guarantee that fixing these fields will resolve your problem, but if you do not fix them, your database is not supportable, so it is a necessary step.

If the problem persists after you have fixed up the fields, we'll try something else.

[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/30/2024 1:46:07 AM