articlehaul.com articlehaul.com
Search:    Index Page :> About Us :> Privacy of Info :> Terms of Use :> Add Your Link :> Submit Article   
Add Your Link
 

Self Help

Healthcare & Medicine

Education & Learning

Travel & Accommodation

Online Shopping

Adventure & Sports

Drink & Food

Research & Science

Finance & Investment

Careers & Employment

News & Media

Relationship & Lifestyle

Health & Hygiene

Family & Home

Recreation & Entertainment

Vehicles & Automotive

Art & Culture

Computers & Networking

Politics & Government

Property & Estate

Teens & Kids

Indoor Games

People & Communities

Companies & Business


 

Index Page –› Computers & Networking –› Paid Software
 

Navision Attain C/ODBC Crystal Report - Customization Example

 

Microsoft Business Solutions Navision is main ERP application for European, Brazilian markets plus it serves vertical segments of the USA market, such as light manufacturing, POS, CRM. As our experience indicates Navision implementation requires more customization and tuning in comparison to another mid-market ERP solution from MBS: Microsoft Great Plains. Our goal is to popularize Microsoft Business Solutions products and enlighten IT people to do customize Navision in-house.

Today, the main topic of this article is working with native C/SIDE Navision Attain database via C/ODBC interface, in particular Linked Server creation in Microsoft SQL Server 2000 environment and then Sales report design in Crystal Reports ver. 10. Lets begin:

1. We will use Navision Attain 3.6 with Navision Database Server, Navision ApplicationServer and Navision Client. These component are installed on Windows XP Professional. To enable C/ODBC interface you need to install this component from Navision Attain CD.

2. Lets create ODBC DSN for connection to Navision database: Start -> Control Panel -> Administrative Tools -> Data Sources (ODBC), then switch to System DSN and click Add. We will use C/ODBC 32-bit driver. Give Data Source Name Navision, Connection leave it Local. As the database (Database button) select \Program Files\Navision Attain\Client\database.fdb (this is demo DB). Then press Company button in our case we use CRONUS demo database. Important conditions to provide proper connection with C/SIDE database are correct options for C/ODBC. Click Options button and look at the options available we will pay attention to Identifiers screen this is where you setup identifiers to be transferred to client application. We will use these types: a-z,A-Z,0-9,_ to make MS SQL Server 2000 work correct with C/ODBC source. We are now done with ODBC DSN. Lets setup Linked Server

3. Open SQL Server Enterprise Manager. Open object browser on the left side, select Security and Linked Servers. With right click select New Linked Server in the context menu. In the emerging dialog window, in the menu Provider Name select Microsoft OLE DB Provider for ODBC Drivers. Lets name our Linked Server as NAVISION. In the Data Source string type in ODBC DSN name NAVISION in our case. Linked Server is ready. Select tables list and we now see Navision Attain tables. 4. Now we need to create small procedure for Sales data extraction. Here is the text of the procedure: CREATE PROCEDURE NavisionSalesReport AS

DBCC TRACEON(8765)

SELECT * FROM OPENQUERY(NAVISION, 'SELECT * FROM Sales_Line sls, Customer cust WHERE sls.Sell_to_Customer_No_ = cust.No_')

RETURN
GO

To clarify its text: TRACEON(8765) directive allows working with the data results of variable length returned by C/ODBC driver. If we dont use this directive we cant pull the results from Navision tables we will get errors, like this:

OLE DB error trace [Non-interface error: Unexpected data length returned for the column: ProviderName='MSDASQL', TableName='[MSDASQL]', ColumnName='Ship_to_Filter', ExpectedLength='250', ReturnedLength='1']. Server: Msg 7347, Level 16, State 1, Line 1 OLE DB provider 'MSDASQL' returned an unexpected data length for the fixed-length column '[MSDASQL].Ship_to_Filter'. The expected data length is 250, while the returned data length is 1.

OPENQUERY statement opens linked server and transfers its SQL command, and in its turn returns the result set. To test the procedure type in this command in SQL Server Query Analyzer: EXEC NavisionSalesReport 5. Now launch Crystal Reports, use standard Wizard, create new OLE DB (ADO) connection with our MS SQL 2000 Server and select NavisionSalesReport procedure in the list. As the report fields we can use Description, Quantity, Line_Amount and Discount_Amount fields. You can group by name Name this is customer name. Our report is now ready! Happy customizing, implementing and modifying! If you want us to do the job - give us a call 1-866-528-0577 or 1-630-961-5918! help@albaspectrum.com

Author: Boris Makushkin
 
Author Bio:
Boris Makushkin is a reputable writer. Boris likes to scribble articles about this industry.
This article can be searched using: free software, free software downloads, cheap computer software, discount software
 
 
 

Related Articles

 
CD Copier Systems
 
Adsense - Why You Should Love The Holidays
 
Domain Names People are Registering
 
How To Write Your Ebook in 5 Easy Steps
 
The Metaphors of the Net
 
Chess - Chess Software
 
Streamline the Way your Business Functions with Various Data Management Softwares
 
Free Domain Transfers
 
Web accessibility for screen magnifier users
 
The Single Most Important Thing in Web Hosting
 
 
 
 
 

Urban Legends: Putting an End to Bogus E-Mail

This is a must read for all e-mail users. Stop or reduce the amount of e-mail forwards you receive. ... - Isha Edwards
 

Data Recovery Tips

If you have ever faced the loss of data, you will know what it?s like to have anxiety over severe tr ... - Paul MacIver
 

Internet & Affiliate Marketing: Celebrate The Small Victories

Most internet marketing ventures start as one-man operations. When mistakes are made, you know who t ... - Daniel Detlaf
 
 

Considering a Web Business? Steps to Getting On-Line

Are you considering a web based business? This article is targeted at the new or want-to-be web mark ... - Tony Schuit
 

Why Every Business Needs A Website

Why, you may ask, does my business need a website? The answer is simple; a website has the functiona ... - Matthias Pupillo
 
 
Index Page :> Privacy of Info :> Terms of Use
© 2006 www.articlehaul.com - All Rights Reserved Worldwide