Data Transfer Wizard (Navision)

Administrator
Member, Moderator, Administrator Posts: 2,506
Data Transfer Wizard (Navision)
Allows to transfer the data from one to other company inside or outside of a database. The user can choose tables and the companies for transfer of the data. The difference in structure of tables will be fixed in the log file. At export /import of the data it is desirable to use a computer with high Data Transfer Rate.
http://www.mibuso.com/dlinfo.asp?FileID=751
Discuss this download here.
Allows to transfer the data from one to other company inside or outside of a database. The user can choose tables and the companies for transfer of the data. The difference in structure of tables will be fixed in the log file. At export /import of the data it is desirable to use a computer with high Data Transfer Rate.
http://www.mibuso.com/dlinfo.asp?FileID=751
Discuss this download here.
0
Comments
-
-
Copy fail and client crash if you have disable fields (Inside Database option, client version 4.00 to 4.00SP3). For Example Table Nr. 3. Simply skip not "Enable" field and this tool works G-R-E-A-T!!!!!!!!
Before (Client Crash)REPEAT Field_Ref := RecRef.FIELD(TabFields."No."); Field_RefComp := RecRefComp.FIELD(TabFields."No."); IF (TabFields.Type <> TabFields.Type::BLOB) AND (TabFields.Class = TabFields.Class::Normal) THEN Field_RefComp.VALUE(Field_Ref.VALUE); UNTIL TabFields.NEXT=0;
After (OK)REPEAT Field_Ref := RecRef.FIELD(TabFields."No."); Field_RefComp := RecRefComp.FIELD(TabFields."No."); IF (TabFields.Type <> TabFields.Type::BLOB) AND (TabFields.Class = TabFields.Class::Normal) AND (TabFields.Enabled) THEN Field_RefComp.VALUE(Field_Ref.VALUE); UNTIL TabFields.NEXT=0;
=D>0 -
can this be used to transfer data between any version? like 3.7 to 4.0?LR0
-
also, what data needs to be set? and do you have any document how to setup the table data?LR0
-
Has anyone the problem of the export going slower and slower as the tables are being processed (selected all tables in a database)?0
-
when trying to export or inside database it shows me error
RECORDREF has not been closed. You must close RECORDREF with CLOSE before opening a new table.
Please help [-o<0 -
The same for me. I try to transfer two or more tabledata from a db to another.
U know that must go through an export in .txt
The FIRST table goes, at the second I get the same message "RECORDREF has not been closed. You must close RECORDREF with CLOSE before opening a new table".
Pls Pls Pls help us, this is a GREAT tool!Gianni Capra
www.exe.it0 -
And, If You try to modify codeunit, at the recompilation, it comes a by-me-never-seen message, something like a form named "Error List" with a list of errors that says:
Nr. Tipo ID Nome Tipo Funzione Nr. errore oggetto oggetto oggetto errore /Trigger riga Descrizione 1 Codeunit 80105 Data Transfer Mgt. Avviso AssignValue 67 Tipo "Binary" non supportato 2 Codeunit 80105 Data Transfer Mgt. Avviso AssignValue 67 Tipo "Binary" non supportato 3 Codeunit 80105 Data Transfer Mgt. Avviso AssignValue 67 Tipo "Binary" non supportato 4 Codeunit 80105 Data Transfer Mgt. Avviso AssignValue 69 Tipo "Binary" non supportato 5 Codeunit 80105 Data Transfer Mgt. Avviso AssignValue 70 Tipo "Binary" non supportato
I think that translation from italian isn't necessary.
I tried to modify codeunit adding a recordref.close before a recordref.open or at cycle end...Gianni Capra
www.exe.it0 -
SOLVED!
Don't consider the form.
I added this simple line:
RecRef.CLOSE;
in this point of the CODEUNIT: 80105, FUNCTION: DataExportDataExport(FileName : Text[250];CheckLicence : Boolean) TextFile.CREATE(FileName); TextFile.TEXTMODE(TRUE); Wnd.OPEN( 'Esportazione Dati \' + 'Tabel #1##############\' + 'Regel #2##############\' + '@3@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@\'); TabSelection.SETRANGE(Selected,TRUE); TabSelection.FIND('-'); REPEAT Wnd.UPDATE(1,TabSelection."Table No."); IF TabInfo.GET(TabSelection.Company,TabSelection."Table No.") AND (TabInfo."No. of Records" > 0 ) THEN BEGIN RecRef.CLOSE; <<<<<<<<<<<<<<<<<<<<<<<<<<<----------- THIS LINE ADDED ---------------------------- RecRef.OPEN(TabInfo."Table No.");
and everything's allright.Gianni Capra
www.exe.it0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions