Knowledgebase: Installation
[QODBC-ALL] QODBC Setup Options
Posted by Juliet (QODBC Support) on 22 February 2010 07:43 AM

QODBC Setup Options

QODBC General Setup

     The first step in configuring the driver is to click on the QODBC Setup Screen, and the following general setup screen will become available.

http://support.flexquarters.com/esupport/newimages/QODBCSetupOptions/step1.png

Using the company file that's now open in QuickBooks allows QODBC to use the company file you have open and allows you to switch between files without creating separate DSNs for each company file.

Locate a company file: this is the path where your QuickBooks data file resides. For example: “C:\Documents and Settings\All Users\Documents\Intuit\QuickBooks\Sample Company Files\QuickBooks Enterprise Solutions 9.0\ProMyapp.qbw”. The Browse button will let you choose your QuickBooks company file from its folder. To use the QODBC auto-login unattended mode, specify the full path of the QuickBooks company file you wish to connect to.

Data Source Name: This is a display name for your QuickBooks data (QuickBooks Data, QBPRO, My QB Data, etc.)

Mode, when opening, includes multiple ways of opening a QuickBooks file, and this setting, allows you to determine how QODBC should open each company file.

     Same as the company file. If you select "Follow Company File," we will use whatever mode is currently set in the company file.

     Multi-user mode Selecting "Multiuser Mode" will set the file to Multi-user status, where multiple users can update the file simultaneously.

     Single-user mode If you require exclusive write access to the file (for record deletes), select "Single User Mode."

Test Connection to QuickBooks will determine if you have a proper installation and settings with QuickBooks and a company file open.

 

QODBC Messages Setup

     Messages allow you to review message logs from QODBC regarding errors and issues communicating with QuickBooks, clear these messages, and review messages produced by the QuickBooks qbXML SDK interface.

http://support.flexquarters.com/esupport/newimages/QODBC-Setup-Enterprise/General.PNG

Detail Tracing (Slow) creates a trace log of exactly what QODBC is doing in the background with the application and is used for debugging purposes. Make sure the log is turned off when not needed, as these logs can use up large amounts of disk space.

Display Optimizer Status Panel will display the progress of the optimization of the data. This is especially helpful on large data files being reloaded in their entirety.

When selected, Display Driver Status Panel shows exactly what QODBC is doing when accessing the QuickBooks data and provides a good assessment of speed using optimized and non-optimized data.

Verbose Optimizer Status Panel causes the Optimizer panel to come up whenever any optimizer happens. The normal checkbox only pops up the optimizer when doing the full update or reloads all.

 

QODBC Optimizer Setup

      Recommended settings for using QODBC are shown here. Read below for a summary explanation of all the options available to you. You can see: How to setup QODBC Optimizer and where are the Optimizer options for more details about QODBC Optimizer.

http://support.flexquarters.com/esupport/newimages/QODBCSetupOptions/step3.png

Use Optimizer brings some data to a local cache to increase query retrieval performance. Check to activate the optimizer.

Optimizer Database Folder:  specifies where the local data store will be saved on disk. The default location %UserProfile%\QODBC Driver for QuickBooks\Optimizer is under your Windows login account name under your Documents and Settings folder. The data will be stored in a file in this folder with a name similar to the company file name with a .opt extension. If you store that data somewhere other than the default, click the browse button and select the destination folder. With huge company files, we suggest running synchronization after hours.

Keep my optimized data up to date when you choose the optimizer to synchronize itself with your Company data. Depending on how static your data need is and the file size, you can opt for various time frames of synchronization. The further down the list you go, the less synchronization will occur, and your queries will run much faster but will be using less current data than the company files itself.

The start of every query is the default setting using the most current data. Use this default setting if your query requires the latest up-to-the-minute data and speed is not the primary focus. Please remember that the QODBC Optimizer is local to your computer only, so when other users change things in QuickBooks, how does QODBC know? Well, by default, the optimizer will update new and changed entries in a table from QuickBooks first and then execute the query against the locally optimized table. This is faster than reading everything out of QuickBooks every time, especially the more data you have.

The start of every new connection (with "Load Updated Data" first) is used if you don't need to update the optimized data while you are, for example, running queries or importing or exporting data. The optimized data is updated upon a new connection and left un-updated until the next new connection occurs again.

The start of every new connection (with "Reload All Data" first) is used if you need to rebuild optimized data from scratch before running important queries (like Sales Commissions) or importing or exporting data. The optimized data is rebuilt upon a new connection and left un-updated until the next new connection occurs again.

The end of yesterday is used for a better balance between speed and data updating and would be the option that works best for most users. It only has to synchronize each table once per day, and the data will be current at the end of the previous day.

The end-of-last-month option is a great speed boost for running last month's or last year's queries. It does not need to synchronize again to get the data.

The last time I pressed one of the load data button options allowed you to control the synchronized timing. Synchronizing only occurs when you manually run it by pressing the Load Updated Data in the QODBC setup screen.

For balances and stock quantities: the option Nulls - will return NULLs for all fields that cannot be kept in sync, Dirty Reads - means return the most current value that was loaded into the optimizer cache, and Real-Time uses the slower method to get the data directly out of QuickBooks making sure you get the most current value for the requested fields. (Real Time is the previous method used).

Optimize data after an Insert or Update causes QODBC to do Load Updated Data after an insert or update is executed on a table. Useful for programmers who want to test that their data has successfully been written to QuickBooks.

The multi-Table Sync option is unchecked by default for all non-USA enterprise users. If checked, the QODBC optimizer will use other tables to re-sync tables. However, this will slow down performance. When off, all Multi-Table Sync fields become Real-Time fields. Note: This feature is basically ignored and set to unchecked if the version is QBOE or SDK is less than v3 (used by QuickBooks 2004 USA and all QuickBooks versions outside the USA. Prior to SDK v3, the other multi-sync tables did not exist, so using real data for those fields is safer.

Load Updated Data: This button is used to Synchronize your optimized data with your company file. This will only load the data that has changed since the last automatic or manual synchronization.

Reload All Data: This button is used to rebuild the optimized data from scratch completely. It is useful when starting with a new company if you do not want to synchronize the tables as you first encounter them and ensure that your data is 100% current.

Removing/deleting optimizer file.

To delete the optimizer file. Please close/disconnect all the applications connected to QODBC.

Start "QODBC Setup Screen" & Switch to the Optimizer tab

Click "Reset Optimizer File(s)"

Click "Yes" to delete all the Optimizer files.

Please note: All the Optimizer files under the Optimizer Database folder will be removed if you wish to delete a single company file's optimizer.

The optimizer file can be found at "%appdata%\QODBC Driver for QuickBooks\Optimizer."

For Example: C:\Users\Raj\AppData\Roaming\QODBC Driver for QuickBooks\Optimizer

QODBC Server Edition Setup

Note: DCom component is deprecated. As an alternative to DCom, you can use QRemote.

Please refer articles for more information:

Using QuickBooks data remotely via QODBC. 

If you still want to use DCOM, Below are the steps to Enable the "DCom" and "Server Edition" tabs in QODBC Setup Screen.

Start QODBC Setup Screen

Navigate to the "Advanced" Tab

Enable "Turn On Remote Connector And DCom"

Apply the changes

Click Ok

http://support.flexquarters.com/esupport/newimages/QODBCSetupOptions/enable_dcom.png

Re-Open QODBC Setup Screen

     When you go into the QODBC setup screen, you should see a new tab, "Server Edition" & "Remote Connector." 

     If you're working with the QuickBooks sample company file, this option is available to check even if you do not have a Server Edition license. It will be ignored if you open a standard company file and do not have a QODBC Server Edition or evaluation.

http://support.flexquarters.com/esupport/newimages/QODBCSetupOptions/enable_dcom_2.png


    See: DCom Option / Server Edition Tab missing in QODBC Setup Tab.

QuickBooks is to be running in the Server Console. They are more secure and require no extra overhead but are more rigid in how it is set up, and it cannot be easy to configure the security of the DCOM servers. The other option for web configuration is the Remote Connector. Use of DCOM Servers is required for any Windows Service connections and requires a Server Edition of QODBC.

 

QODBC Remote Connector Setup

QODBC can talk to a copy of QuickBooks running anywhere in the world over the Internet or your local area network. The feature is built-in and requires no additional charge.

Using the feature allows you to set up multiple workstations with QODBC on a network to call a server or another workstation (or over the internet) running one copy of QuickBooks.

Note:  After QODBC v12, we use QRemote to make the remote connection. If you are using QODBC v12 or earlier, you can use RDS (deprecated) or Ibiz Connector (deprecated).

QODBC QRemote Setup (for QODBC v12 onwards) 

    See: Accessing QuickBooks data remotely via QODBC v12 and above using QRemote for more.

QODBC RDS Setup (for QODBC v9 onwards)

     Check Use RDS Client/Server option will activate this feature.

    See: Accessing QuickBooks data remotely via QODBC v9 and above using RDS for more.

QODBC IBiz Connector (for an old version of QODBC) 

    See: Accessing QuickBooks data remotely via iBiz Connector for more.

    See how to use QuickBooks Data remotely via Ibiz Connector for more about IBiz Connector. 

QODBC Advanced Setup

     The selected defaults in the Advanced settings should apply to most users and usually don't need to be changed.

http://support.flexquarters.com/esupport/newimages/QODBCSetupOptions/step5.png

Reconnect Delay: This is the amount of time to wait after a disconnect when using the remote connector. This allows QuickBooks to fully unload it if it is being loaded in the background on the Host Remote Connector before you connect again.

Maximum Field Name Length: is set to the QuickBooks limitation, but certain applications like Delphi can not handle this limit and must be set accordingly.

Use Case Sensitive RefNumber Searches, when checked, means a refnumber of 'ABC' and 'abc' will be different but means QuickBooks can use an index internally for a search instead of a complete table scan. (Note: this feature applies to versions of QuickBooks 2005 and higher)

Include Raw Files, if checked, will display both filtered and raw data formats. QODBC formats data into SQL field types more easily used in programming languages for math and comparison operations. The Raw tables return the data as it is returned to QODBC without modification.

Run 2.1 ODBC Compatibility is checked for certain applications that require ODBC 2.1 Compatibility to use QODBC. Anything that uses the Java ODBC library, like ColdFusion, requires this option turned on, or record sets will be returned with no row sets or only 1-row sets.

Simulate Transaction Support for SQL Server / SQL Server Support will turn transaction support on so that SQL Server will allow updates when using QODBC as a linked server. QODBC still does not support transactions but simulates the turning on and off of transactions.

The Advanced tab in QODBC Setup v6 Build 186 later has new defaults for Use Iterators and Iterator or Chunk Size fields. This allows you to turn off iterators. This may be needed on systems like MS-SQL Server and Web Servers that use multiple threads. Using Iterators is faster but is only available to USA QuickBooks 2006 and USA QuickBooks 2007 users. Iterator or Chunk Size determines the size of the row sets that are retrieved from QuickBooks. Set this value high if you are exporting records from QuickBooks. The maximum Iterator or Chunk size that can be set is 100000 (higher than that, and it resets itself back to the default of 500).

Use Iterators and Iterator or Chunk Size fields to allow you to turn off iterators. This is needed on systems like MS SQL and Web Servers that use multiple threads.

Convert All Numerics to VARCHARS is helpful for loading tables in Access when Access chooses the wrong size numeric field sizes. Access will give an error "data too large for field DECIMAL." When you get this error, switching this option on will allow all the data to be loaded into Access as strings. The data can be converted as needed by your programs.

Turn on Remote Connector will resurrect a tab for the Ibiz connector, which allows QODBC to talk to QuickBooks anywhere and transfers data in an unencrypted fashion, so it is not recommended for the Internet but primarily for LAN applications. See http://www.qodbc.com/QODBCremote.htm for more information on this feature. (Please Note: this option is no longer supported and will be phased out of the QODBC Setup Screen in future versions)

Add XML to the trace log is an advanced option to put more information in the trace log to help.

The support team diagnoses a problem. It should not be used unless directed by the support staff, as this will generate large amounts of data in the trace log.

Integrated Application Defaults are the defaults set in the integrated app locations dialog within QuickBooks and are available in the US versions of QuickBooks 2005 – 2013.

Force Start QuickBooks is an advanced option to start QuickBooks before QODBC tries to establish a connection to QuickBooks. This feature helps those users who are facing issues starting QuickBooks in the background, and the SDK cannot find an instance of QuickBooks running.

Force Close QuickBooks is an advanced option to Close/Kill QuickBooks after QODBC disconnects the connection to QuickBooks. This feature helps those users who have issues closing QuickBooks in Background, and the SDK cannot close QuickBooks.

Integrated Application Defaults authorization popup settings. These settings are only available to USA QuickBooks 2005 and above users. Otherwise, they are grayed out as follows:

Text Field Handling has been added to QODBC v7.00.00.204 and later. Convert Fields > 255 to LONG VARCHAR and Limit length to 4096 characters (default): These fields help some development environments get data from long fields that would not be able to otherwise. Connection string options include ConvertToLongVARCHAR=Yes|No, and MaxLONGVARCHAR=4096. 


Activate/Deactivate Tab

http://support.flexquarters.com/esupport/newimages/QODBCSetupOptions/step6.png

This tab allows you to purchase a CDKey, activate a license with the CDKey, or deactivate a currently active license and move that license to a new machine.

http://support.flexquarters.com/esupport/newimages/QODBCSetupOptions/step7.png

Activate is the online option for entering the CDKey that was issued to you upon purchasing the product to fully activate QODBC from the evaluation version to either the full Read Only, Read/Write, or Web Edition that has been purchased. Suppose you do not have internet access to activate the product. In that case, you can use the phone option to supply your reseller or distributor with the information to activate the product for you.

http://support.flexquarters.com/esupport/newimages/QODBCSetupOptions/step8.png


Deactivate is the online method of deactivating a currently registered version of QODBC for the transfer of the product to another machine. Suppose internet access is not available from the registered device. In that case, you can use the phone option to supply your reseller or distributor with the information to deactivate the product CDKey for you. This process will take 24 to 48 hours before your CDKey account is credited with the deactivated license, and you can reactivate the license on a different machine.

About Tab

http://support.flexquarters.com/esupport/newimages/QODBCSetupOptions/step9.png0

 
About screen shows the current QODBC version, whether it is an evaluation copy or fully registered. The first letter in the serial number denotes what type of license is installed, the 2nd & 3rd digits the QODBC version, and the fourth denotes what version of QuickBooks (US, CA, UK, AU) the license is compatible with. (The serial number may be required for upgrades, rebate offers, technical installation support, or the Help Desk system.)

Check Website for Updates will launch your internet browser to our website and check to see if you have the latest available version of QODBC installed on your machine. You can view the Readme file for the list of all the latest features in the current version of QODBC and download the latest updater should you use an older version of the driver.

Keywords: setup for online, configurations, permissions, user rights

(168 vote(s))
Helpful
Not helpful

Comments (0)
Post a new comment
 
 
Full Name:
Email:
Comments:
CAPTCHA Verification 
 
Please complete the captcha below (we use this to prevent automated submissions).