Overview
The Lyftron Provider for SAP Business One offers the most natural way to access SAP Business One data from Lyftron with ease and also enables to connect with BI, MDM & ML tools, Data warehouses, Databases and other SAAS based applications with zero code and zero infrastructure requirements. The provider wraps the complexity of accessing SAP Business One data into easy-to-integrate relational fully managed ANSI Sql format. Make faster and better business decisions with Lyftron’s SAP Business One data provider and automatically build your data migration pipelines in minutes, not months
The provider hides the complexity of accessing data and provides additional powerful security features, smart caching, batching, socket management, and more.
Key Features
- Comprehensive Delta load mechanism.
- Real-time access to SAP Business One.
- Comprehensive full support of ANSI Sql to query data with ease.
- Collaborative query processing.
Prerequisites
The user must have credentials for SAP Business One, Lyftron and your destination data warehouse, lake or database to perform the data pipeline operation with Lyftron
Establishing a Connection with Lyftron's Quickstart Steps
Create your SAP Business One connection with Lyftron by following the 5 easy steps show below:
Step1. Add your connection
Click on Connect section on the left panel → Click on Add Connection button
Step2. Select your connector
In the connector selection panel, search and click SAP Business One for your connection
Step3. Enter your connection details
In the Connection String section enter the values of the below parameters. The following connection string is required to establish SAP Business One connection with Lyftron.
Url=http://localhost:50000/b1s/v1;User=username;Password=password;CompanyDB=dbname;"Key | Value | Field |
Connection Name | Enter your connection details | Required |
Url | http://localhost:50000/b1s/v1 | Required |
User | your SAP Business One username | Required |
Password | your SAP Business One password | Required |
CompanyDB | your SAP Business One dbname | Required |
Logfile** | Use the logfile option to debug your job and provide your connection name to generate the log file. [ConnectionConfigurationPath]\Connection_name_log.tx | Optional |
Verbosity** | Choose verbosity 1-5 based on the severity of debugging | Optional |
** For more information, check the Lyftron logging and debugging section.
If you want more detailed information about how to establish a connection with Lyftron, click on Lyftron Connection Quick Start guide.
Step4. Test your connection
Once you are done entering your connection details, simply click on the Test Connection button to test the connectivity. In case your connection fails, add Logfile and Verbosity parameters and check the Lyftron logging and debugging section, to debug the error.
Step5. Save your connection
Hurray! Now you have successfully connected with the Lyftron SAP Business One connector and can utilize the connector to Extract, Warehouse, Analyze, Visualize and Share your data.
Data Model
The provider exposes tables for every entity set and singleton defined on the SAP Business One Service Layer root URL. Entities on these tables may be inserted, updated, or deleted using standard SQL insert, update, or delete statements.
Executing Deep Inserts with SQL
The provider supports OData deep inserts, in which you simultaneously create a base entity and link it to related entities, by specifying navigation properties. To specify Navigation Properties for an entity, you create a temporary table for the navigation property and then reference the temporary table in the insert to the base table. Reference the temporary table in the appropriate navigation property column on the base table. Each navigation property column is prefixed with the word "Linked".
Note that you must define the temporary tables and insert to the base entity within the same connection.
System Tables
AADP Table
Column | Description | SQLType | Length | Decimals |
PrintId | Print Number | nvarchar | 4 | 0 |
ObjList | Object List | int | 11 | 0 |
MaxLineNum | Max. Rows per Page | int | 6 | 0 |
TopMrgn | Top Margin Width | int | 6 | 0 |
BtmMrgn | Bottom Margin Width | int | 6 | 0 |
LftMrgn | Left Margin Width | int | 6 | 0 |
RgtMrgn | Right Margin Width | int | 6 | 0 |
PrnCompany | Print on Company Paper | char | 1 | 0 |
MnhlNote | Text Printed by PLD | char | 1 | 0 |
MaxWordLin | Max. Rows for Export | int | 6 | 0 |
V_Compress | Compress Vertically | int | 6 | 0 |
WordPath | WORD Template Path | text | 16 | 0 |
BitmapPath | Picture Path | text | 16 | 0 |
PrintMeta | Print as Picture | char | 1 | 0 |
PrintRcpt | Print Receipt | char | 1 | 0 |
ShortRcpt | Print Payment with Invoice | char | 1 | 0 |
ExportCode | Export Material/Account Code | char | 1 | 0 |
AttachPath | Attachments Path | text | 16 | 0 |
DraftNote | Print Draft Note | char | 1 | 0 |
ExtPath | Extensions Path | text | 16 | 0 |
DmePath | DME Files Store Path | text | 16 | 0 |
SNType | Serial Number Type | int | 6 | 0 |
GBIPath | GB Data Interface Path | text | 16 | 0 |
LogoFile | Logo File | nvarchar | 200 | 0 |
LogoImage | Logo Image | text | 16 | 0 |
B1Server | Business One Server Address | text | 16 | 0 |
IsTrustSrv | Always Trust This Server | char | 1 | 0 |
LogInstanc | Log Instance | int | 11 | 0 |
UpdateDate | Date of Update | date | 8 | 0 |
UserSign2 | Updating User | int | 6 | 0 |
SnapShotId | Snapshot ID | int | 11 | 0 |
DefirExpP | Export Folder | text | 16 | 0 |
DefirDemop | DEFIR Database Path | text | 16 | 0 |
PrintPDF | Generate PDF When Printing | char | 1 | 0 |
PrtCancel | Print Watermark on Cancl. Docs | char | 1 | 0 |
PrtUseSys | Use System Print Preferences | char | 1 | 0 |
RptList | Report List | nvarchar | 20 | 0 |
PreAttach | Previous Attachment Path | text | 16 | 0 |
ExportPDF | Export PDF to Dflt Attachment | char | 1 | 0 |
AttachPDF | Attach Exported PDF to Doc | char | 1 | 0 |
Advanced Settings
To view a detailed advanced settings options, go to SAP Business One Advanced Settings. Complete list of the parameters you can configure in the connection string can be found by clicking Connection String Parameters.