mibuso.com

Microsoft Business Solutions online community
It is currently Fri May 24, 2013 7:50 am

All times are UTC + 1 hour [ DST ]




Post new topic Reply to topic  [ 28 posts ]  Go to page Previous  1, 2
Author Message
 Post subject: Re: Navision 2.01b data extraction
PostPosted: Tue Nov 16, 2010 5:20 pm 
Offline
MVP Microsoft Dynamics NAV

Joined: Tue Aug 14, 2001 7:01 am
Posts: 5315
Location: Prague
Country: Czech Republic (cz)
Savatage wrote:
I guess it also depends on what this new system actually just needs.


I was really working on the basis of this:

mpitcavage wrote:
The firm has done a number of Microsoft NAV data imports, and if my data resided in a newer more accessible MSSQL environment, i'd be able to shoot it over, they'd be familiar enough to convert, map, and do an initial import for our testing.

_________________
David Singleton
Dynamics NAV Freelancer
Dynamics Book
Go-Live International


Top
 Profile E-mail WWW  
 
 Post subject: Re: Navision 2.01b data extraction
PostPosted: Tue Nov 16, 2010 8:04 pm 
Offline

Joined: Fri Nov 12, 2010 12:44 am
Posts: 8
Country: United States (us)
David, that's a spot on summary of where i am.. If i hand them a SQL db, knowing NAV structure, they'll pull the few tables and discard the majority of the database... If i give them a few spreadsheets with "the right" information, they'll just use that.

I am (allegedly) the "power user" in our small group... I've written middleware using perl DBI connectors to sync Foxpro data with a MySQL blah blah blah.. but with this C/SIDE Proprietary Navision and little documentation, this group has given me more information than any research i've been able to do.


Top
 Profile E-mail  
 
 Post subject: Re: Navision 2.01b data extraction
PostPosted: Wed Nov 17, 2010 10:59 am 
Offline

Joined: Mon May 06, 2002 7:01 am
Posts: 119
Location: Germany, Regensburg
Country: Germany (de)
Hi there,
2.01 is pretty old. With a conversion to SQL I would be carefull and would not recommend doing this for this old version.

As you need to convert your data I would recommend to use dataports for this and export into CSV files.
I remember about using a dataport creator which eased my life pretty much a long time ago.
I found the "Simple Dataport Creator" in the download section, but I'm not sure if this is the same tool I used several years ago.

viewtopic.php?f=7&t=39130

Hope that helps


Top
 Profile  
 
 Post subject: Re: Navision 2.01b data extraction
PostPosted: Wed Nov 17, 2010 7:07 pm 
Offline
MVP Microsoft Dynamics NAV

Joined: Fri Jun 11, 2004 9:05 pm
Posts: 4858
Location: Los Angeles, CA
Country: United States (us)
This is especially true if the client is still using their Navision for something else.

_________________
Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work


Top
 Profile E-mail WWW  
 
 Post subject: Re: Navision 2.01b data extraction
PostPosted: Wed Nov 17, 2010 9:44 pm 
Offline

Joined: Fri Nov 12, 2010 12:44 am
Posts: 8
Country: United States (us)
I've cross-posted this to the dynamicsuser.net forums and left this as the summary of what i've heard so far..

The methods of data extraction from a Navision 2.01 native database i am aware of are:

1)running the appropriate tables and copying to Excel

This would work fine but i get "cannot access table" errors on some tables (the "items" table for one) even though i'm a superuser.. can't get past that...


2)Dataports
I'm trying them out now, but getting "you do not have permission" errors when trying to save them, so.. researching what that could be....

3)Conversion
As i understand, tools don't exist outside the Navision Partner network to do this. I have two answers from the two groups:

1)It's easy, pay me and i'll get it done

2)It's very difficult to go from Navision 2.01 -> SQL and you will corrupt data


I'd be thrilled to hire the job out, but I'd like to get a better feel for the cost and caveats of the conversion before before jumping into it. Right now i feel like a little old lady taking her car to the mechanic, they could tell me they need to replace the rings because the brakes squeak, and i'd be none the wiser.

4)From my research.. those are pretty much the range of options, if the group has more, i'd love to hear them.

I'm actually pretty quickly getting over this Navision C/SIDE DB data extraction project learning curve thanks exclusively to the experience i've been able to tap on this group and the mibuso.com forum.. so thanks for that!

If anyone's interested in the job, it sounds like a quick buck... message me.



And like i said over there... thanks for all the valuable insights.. For a small non-profit, a resource like this forum is really invaluable.


Top
 Profile E-mail  
 
 Post subject: Re: Navision 2.01b data extraction
PostPosted: Wed Nov 17, 2010 10:08 pm 
Offline
MVP Microsoft Dynamics NAV
Site Supporter

Joined: Fri Jun 06, 2003 9:01 pm
Posts: 6979
Location: L.I., New York
Country: United States (us)
Quote:
1)running the appropriate tables and copying to Excel
This would work fine but i get "cannot access table" errors on some tables (the "items" table for one) even though i'm a superuser.. can't get past that...


Can you see an Item List? This I would consider strange.

Quote:
2)Dataports
I'm trying them out now, but getting "you do not have permission" errors when trying to save them, so.. researching what that could be....


What are you saving it as? Try saving it in the 50000+ range
50000
50001
50002
etc.

check you datbase login - you should just have
Role ID : SUPER & SUPER(DATA)

_________________
Harry Ruiz
http://www.cosmeticsolutions.com
http://www.autismspeaks.org


Top
 Profile E-mail WWW  
 
 Post subject: Re: Navision 2.01b data extraction
PostPosted: Wed Nov 17, 2010 10:55 pm 
Offline
MVP Microsoft Dynamics NAV

Joined: Tue Aug 14, 2001 7:01 am
Posts: 5315
Location: Prague
Country: Czech Republic (cz)
mpitcavage wrote:

The methods of data extraction from a Navision 2.01 native database i am aware of are:
...


Well there are lots more options. But I think that we are focusing on the ones that makes sense. so my summary...

1/ Open tables and copy to Excel.
Advantages
- You can do it yourself, no NAV skills required.
Disadvantages
- Slow.
- Issues with large tables, might run out of memory
- Permission issues with tables you can't access. (This does seem strange though, you should have permission, it could be that your partner did something with their license).
- Could be problems with delimiters, leading zeros etc in Excel.

2/ Dataports
Advantages
- Dataports only need to be written once.
- You probably have the license to do this.
Disadvantages
- You need to define exactly what is needed, then work with the new company to make sure the Data matches what they need.
- You need some training to learn how to create dataports.
- Its going to take a lot of your time becasue of the learning curve.
- Issues with delimiters commas, quotes etc.

3 / Convert DB to SQL
Advantages
- The new company understand the NAV SQL db, so there is no work involved there.
- You have the SQL DB for ever to use for historical reference.
- You just give it out as a job and everything is converted.

Disadvantages
- Has to be done by someone skilled in NAV and SQL.
- Has to be done twice.

4/ Open DB with 5.00 or later and use the Export To Excel Function.

- Same really as copy paste to Excel, but more "user Friendly"

5/ C/ ODBC
- Similar to Dataports, except your license wont allow this, so a partner needs to do it.

6/ C/FRONT
- Way to complex.

7/ Use report to export data as code.
- Way to complex.

8/ Use Reports to connect via ADO to an external SQL database

- No real advantage over dataports, and more complex.

9/ Move to newer version and export as XML files.
- No real advantage over dataports, and more complex.

So in summary, really its a choice between Dataports and SQL.

In my mind it all comes down to the value of your own time, and how much you will have to pay the CRM company depending on the data type.

If you do the Dataports, you first need to get up to speed. that will probably take you about a day, you will find enough information on MiBuSo and Dynamicsuser.net, to do this. And the tool linked earlier looks like a great start.

Then you need to work with the CRM company to define all the data that needs to be moved over. They may have a list ready that they can give you, in which case its easy. You then need to work out which tables in Navision have the data you need to get, unless they can accept the data in RAW Navision format (which is what everyone here is assuming).

The big thing though is history. Do you need to get any transactional data out? Most likely not, in which case you should be able to do all this your self. But do they need opening balances. If so you need to work out how which flow fields to include and map them to what you need.

but the great thing about Dataports, is that once they are written once its over. You can run them 20 times and not have to do any more work.

With SQL the big plus is that the CRM partner know how to work with the DB, so you just give it to them. But there are two disadvantages,
1/ you need to pay someone to do it,
2/ It needs to be done twice.

In reality it just comes down to the value relation of money vs time. All the other issues are misnomers, since both options give the same end result.

Of course why not simply try to do the dataports yourself, and if that doesn't work, then get someone to convert the database.

_________________
David Singleton
Dynamics NAV Freelancer
Dynamics Book
Go-Live International


Top
 Profile E-mail WWW  
 
 Post subject: Re: Navision 2.01b data extraction
PostPosted: Tue Nov 23, 2010 11:28 am 
Offline

Joined: Wed May 02, 2007 9:44 am
Posts: 12
Location: sittard
Country: Netherlands (nl)
Dataports are not difficult, just they are a lot more work then C/ODBC.
From NAV to NAV it is all nice.
Migrating out of NAV is a problem.
Good old Foxpro never dies.
Converting to SQL won't bring anything just slow down.
And you will loose data.
Where are you going to, not NAV again I understand?


David Singleton wrote:
Savatage wrote:
800mb Navision database isn't that big - what's your issues with dataports?


The issue comes down to who will do it. the key issue here is that the company working with the database doesn't know how to write Navision dataports. , there is not a huge incentive for a partner to invest the time in a one of as small as this.


Top
 Profile  
 
 Post subject: Data Extraction
PostPosted: Thu Mar 10, 2011 4:09 pm 
Offline

Joined: Thu Mar 10, 2011 4:01 pm
Posts: 1
Country: India (in)
The data extraction is the way to extract and to structure data from not structured and semi-structured electronic documents, as found on the web and in various data warehouses. Data extraction is extremely useful for the huge organizations which deal with considerable amounts of data, daily, which must be transformed into significant information and be stored for the use this later on.

For mlre details visit us at
Data Conversion \:D/

_________________
Data Extraction


Top
 Profile E-mail  
 
 Post subject: Re: Navision 2.01b data extraction
PostPosted: Tue Jun 19, 2012 12:07 am 
Offline

Joined: Sat Apr 07, 2012 8:13 pm
Posts: 13
Country: United States (us)
I found this thread from from the early 2000s. We too have Navision 2. What I am asked is to "extract - capture the Navision email addresses into Excel. The user wants to use the emails for an advertising bulk email project. Is there a process to cultivate the client database into Excel?


Top
 Profile E-mail  
 
 Post subject: Re: Navision 2.01b data extraction
PostPosted: Tue Jun 19, 2012 7:11 pm 
Offline
MVP Microsoft Dynamics NAV

Joined: Fri Jun 11, 2004 9:05 pm
Posts: 4858
Location: Los Angeles, CA
Country: United States (us)
Parvardigar wrote:
I found this thread from from the early 2000s. We too have Navision 2. What I am asked is to "extract - capture the Navision email addresses into Excel. The user wants to use the emails for an advertising bulk email project. Is there a process to cultivate the client database into Excel?


Run the customer table and copy and paste to Excel.

_________________
Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work


Top
 Profile E-mail WWW  
 
 Post subject: Re: Navision 2.01b data extraction
PostPosted: Tue Jun 19, 2012 8:45 pm 
Offline

Joined: Sat Apr 07, 2012 8:13 pm
Posts: 13
Country: United States (us)
I just had a talk with Accounting. Evidently back in 2000 no one in the company anticipated that 'email' would be of use.
Thus when the company customized they did not include email/email report. We can look at individual customers and copy out
the email however to pull out all emails, the email fields, is proving elusive.


Top
 Profile E-mail  
 
 Post subject: Re: Navision 2.01b data extraction
PostPosted: Tue Jun 19, 2012 9:45 pm 
Offline
MVP Microsoft Dynamics NAV

Joined: Tue Aug 14, 2001 7:01 am
Posts: 5315
Location: Prague
Country: Czech Republic (cz)
Parvardigar wrote:
I just had a talk with Accounting. Evidently back in 2000 no one in the company anticipated that 'email' would be of use.
Thus when the company customized they did not include email/email report. We can look at individual customers and copy out
the email however to pull out all emails, the email fields, is proving elusive.


Did you try Alex's suggestion. If emails are in the Customer table, then his suggestion should work for you.

_________________
David Singleton
Dynamics NAV Freelancer
Dynamics Book
Go-Live International


Top
 Profile E-mail WWW  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 28 posts ]  Go to page Previous  1, 2

All times are UTC + 1 hour [ DST ]


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum


Search for:
Jump to: