<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Daniel ZS</title>
    <description>The latest articles on Forem by Daniel ZS (@zappysys).</description>
    <link>https://forem.com/zappysys</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3298451%2Ff05a5639-e2da-4ba0-80e0-31612bb28dc6.png</url>
      <title>Forem: Daniel ZS</title>
      <link>https://forem.com/zappysys</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/zappysys"/>
    <language>en</language>
    <item>
      <title>How to Read Apache Derby Data using ODBC with ZappySys (No-Code Guide)</title>
      <dc:creator>Daniel ZS</dc:creator>
      <pubDate>Wed, 24 Dec 2025 23:00:37 +0000</pubDate>
      <link>https://forem.com/zappysys/how-to-read-apache-derby-data-using-odbc-with-zappysys-no-code-guide-4jb7</link>
      <guid>https://forem.com/zappysys/how-to-read-apache-derby-data-using-odbc-with-zappysys-no-code-guide-4jb7</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Apache Derby is a lightweight and reliable relational database, but integrating it with modern ODBC-based tools can be challenging. Using &lt;strong&gt;ZappySys ODBC PowerPack&lt;/strong&gt;, you can connect to Apache Derby via ODBC and query data using standard SQL — without writing any custom code.&lt;/p&gt;

&lt;p&gt;This guide shows the fastest setup.&lt;/p&gt;




&lt;h2&gt;
  
  
  Steps
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Create an ODBC Data Source
&lt;/h3&gt;

&lt;p&gt;Open &lt;strong&gt;ODBC Data Sources (64-bit)&lt;/strong&gt; and create a new &lt;strong&gt;System DSN&lt;/strong&gt; so the connection is available to all applications.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Select ZappySys JDBC Bridge Driver
&lt;/h3&gt;

&lt;p&gt;From the driver list, choose &lt;strong&gt;ZappySys JDBC Bridge Driver&lt;/strong&gt; and continue.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Configure Apache Derby Connection
&lt;/h3&gt;

&lt;p&gt;Depending on your environment, configure one of the following:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Client/Server mode&lt;/strong&gt; for remote Derby instances&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Embedded mode&lt;/strong&gt; for local Derby databases&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Provide the JDBC connection string, driver class, and Derby JDBC driver file.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Test and Preview Data
&lt;/h3&gt;

&lt;p&gt;Use &lt;strong&gt;Test Connection&lt;/strong&gt; to validate the setup.&lt;br&gt;&lt;br&gt;
Then use the &lt;strong&gt;Preview&lt;/strong&gt; tab to run a SQL query and confirm data access.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Save the Configuration
&lt;/h3&gt;

&lt;p&gt;Once data is returned successfully, save the ODBC configuration and use it in any ODBC-compatible tool or ETL workflow.&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;By using ZappySys ODBC PowerPack with the JDBC Bridge Driver, you can seamlessly read Apache Derby data via ODBC. This approach enables SQL-based access, automation, and integration with reporting, ETL, and analytics platforms.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://community.zappysys.com/t/odbc-tutorial-how-to-read-apache-derby-data-in-odbc/718" rel="noopener noreferrer"&gt;👉 Full tutorial with screenshots and configuration details&lt;/a&gt;&lt;/p&gt;

</description>
      <category>odbc</category>
      <category>zappysys</category>
      <category>apachederby</category>
      <category>jdbc</category>
    </item>
    <item>
      <title>Fix: Device Limit Reached Error after IP Change in ZappySys ODBC</title>
      <dc:creator>Daniel ZS</dc:creator>
      <pubDate>Thu, 18 Dec 2025 23:51:31 +0000</pubDate>
      <link>https://forem.com/zappysys/fix-device-limit-reached-error-after-ip-change-in-zappysys-odbc-2731</link>
      <guid>https://forem.com/zappysys/fix-device-limit-reached-error-after-ip-change-in-zappysys-odbc-2731</guid>
      <description>&lt;h2&gt;
  
  
  Problem
&lt;/h2&gt;

&lt;p&gt;After changing the IP address of a virtual machine, you may start seeing a &lt;strong&gt;“License Error – Device Limit reached”&lt;/strong&gt; message when using ZappySys ODBC. This usually happens after VM redeployment, network changes, or infrastructure updates.&lt;/p&gt;




&lt;h2&gt;
  
  
  Why This Happens
&lt;/h2&gt;

&lt;p&gt;ZappySys ODBC uses &lt;strong&gt;Device-based Client Access Licenses (CALs)&lt;/strong&gt;, where each IP address is treated as a separate device.&lt;/p&gt;

&lt;p&gt;By default:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;One Device CAL is included&lt;/li&gt;
&lt;li&gt;Each unique IP address counts as one device&lt;/li&gt;
&lt;li&gt;When a VM IP changes, it is detected as a new device&lt;/li&gt;
&lt;li&gt;The previous IP may still be registered against the license&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If no additional Device CALs are available, the connection is rejected.&lt;/p&gt;




&lt;h2&gt;
  
  
  Solution (Quick Fix)
&lt;/h2&gt;

&lt;p&gt;In most cases, you can resolve this issue by refreshing the license state:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Deactivate the existing ZappySys license&lt;/li&gt;
&lt;li&gt;Activate the license again&lt;/li&gt;
&lt;li&gt;Restart the &lt;strong&gt;ZappySys Application Gateway&lt;/strong&gt; service&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Restarting the gateway forces the license to reload and updates the active IP address.&lt;/p&gt;




&lt;h2&gt;
  
  
  When Additional CALs Are Needed
&lt;/h2&gt;

&lt;p&gt;If your environment frequently changes IP addresses or uses multiple machines, you may need additional &lt;strong&gt;Device CALs&lt;/strong&gt; to avoid this issue in the future.&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;This error is not caused by a misconfiguration, but by IP-based licensing behavior. Re-activating the license and restarting the Application Gateway resolves the issue in most single-VM scenarios.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://community.zappysys.com/t/troubleshooting-device-limit-reached-after-ip-change-in-zappysys-odbc/713" rel="noopener noreferrer"&gt;Full troubleshooting guide&lt;/a&gt;&lt;/p&gt;

</description>
      <category>zappysys</category>
      <category>odbc</category>
      <category>licensing</category>
      <category>troubleshooting</category>
    </item>
    <item>
      <title>How to Read Parquet Files in SSIS using ZappySys ODBC (DuckDB)</title>
      <dc:creator>Daniel ZS</dc:creator>
      <pubDate>Thu, 18 Dec 2025 23:47:05 +0000</pubDate>
      <link>https://forem.com/zappysys/how-to-read-parquet-files-in-ssis-using-zappysys-odbc-duckdb-mb6</link>
      <guid>https://forem.com/zappysys/how-to-read-parquet-files-in-ssis-using-zappysys-odbc-duckdb-mb6</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Reading Parquet files directly in SSIS can be challenging without the right connector. Using &lt;strong&gt;ZappySys ODBC PowerPack&lt;/strong&gt; with the &lt;strong&gt;DuckDB (Parquet) connector&lt;/strong&gt;, you can query Parquet files using SQL and integrate them seamlessly into SSIS data flows.&lt;/p&gt;

&lt;p&gt;This guide shows the fastest way to set it up.&lt;/p&gt;




&lt;h2&gt;
  
  
  Steps
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Create an ODBC Data Source
&lt;/h3&gt;

&lt;p&gt;Open &lt;strong&gt;ODBC Data Sources (64-bit)&lt;/strong&gt; and create a new &lt;strong&gt;System DSN&lt;/strong&gt; so SSIS can access it.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Select ZappySys JDBC Bridge Driver
&lt;/h3&gt;

&lt;p&gt;From the driver list, choose &lt;strong&gt;ZappySys JDBC Bridge Driver&lt;/strong&gt; and continue.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Configure DuckDB (Parquet)
&lt;/h3&gt;

&lt;p&gt;Set the connection to DuckDB in memory mode and point it to the DuckDB JDBC driver file.&lt;br&gt;&lt;br&gt;
Test the connection to confirm everything works.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Validate Parquet Access
&lt;/h3&gt;

&lt;p&gt;Use the &lt;strong&gt;Preview&lt;/strong&gt; tab to run a SQL query against a Parquet file and confirm data is returned.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Create SSIS Project
&lt;/h3&gt;

&lt;p&gt;Open &lt;strong&gt;Visual Studio&lt;/strong&gt;, create a new &lt;strong&gt;Integration Services Project&lt;/strong&gt;, and add a &lt;strong&gt;Data Flow Task&lt;/strong&gt;.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Add ODBC Source
&lt;/h3&gt;

&lt;p&gt;Inside the Data Flow, add an &lt;strong&gt;ODBC Source&lt;/strong&gt; and create a new ODBC Connection Manager using the DuckDB DSN.&lt;/p&gt;

&lt;h3&gt;
  
  
  7. Query Parquet Data
&lt;/h3&gt;

&lt;p&gt;Choose &lt;strong&gt;SQL Command&lt;/strong&gt; or &lt;strong&gt;Table name&lt;/strong&gt;, preview the data, and confirm the schema.&lt;/p&gt;

&lt;h3&gt;
  
  
  8. Run the Package
&lt;/h3&gt;

&lt;p&gt;Connect the ODBC Source to any destination and execute the package to process Parquet data in SSIS.&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;By combining SSIS with ZappySys ODBC PowerPack and DuckDB, you gain a powerful and flexible way to read Parquet files using SQL. This approach enables automated ETL workflows, analytics pipelines, and data exports without complex custom code.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://community.zappysys.com/t/tutorial-how-to-read-parquet-files-in-ssis-using-zappysys-odbc/714" rel="noopener noreferrer"&gt;Full tutorial with screenshots and advanced examples&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ssis</category>
      <category>parquet</category>
      <category>zappysys</category>
      <category>odbc</category>
    </item>
    <item>
      <title>Export SOAP Web Service Data to Excel using SSIS + ZappySys (Quick Guide)</title>
      <dc:creator>Daniel ZS</dc:creator>
      <pubDate>Thu, 11 Dec 2025 23:04:47 +0000</pubDate>
      <link>https://forem.com/zappysys/export-soap-web-service-data-to-excel-using-ssis-zappysys-quick-guide-3k9n</link>
      <guid>https://forem.com/zappysys/export-soap-web-service-data-to-excel-using-ssis-zappysys-quick-guide-3k9n</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;This quick guide explains how to extract data from a SOAP Web Service and export it to Excel using SSIS + ZappySys PowerPack. No coding required, fast setup, and ready for enterprise ETL workflows.&lt;/p&gt;




&lt;h2&gt;
  
  
  Steps
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Add a Data Flow Task
&lt;/h3&gt;

&lt;p&gt;Create a &lt;strong&gt;Data Flow&lt;/strong&gt; inside your SSIS package.&lt;/p&gt;

&lt;h3&gt;
  
  
  2. Configure XML Source
&lt;/h3&gt;

&lt;p&gt;Add &lt;strong&gt;XML Source (ZappySys)&lt;/strong&gt; and point it to your SOAP endpoint (WSDL or API URL).&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Apply Array Filter
&lt;/h3&gt;

&lt;p&gt;Use a JSONPath expression (shown below) to extract the correct XML segment.&lt;/p&gt;

&lt;h3&gt;
  
  
  4. Validate the Response
&lt;/h3&gt;

&lt;p&gt;Use &lt;strong&gt;Preview&lt;/strong&gt; to verify SSIS can parse the XML structure.&lt;/p&gt;

&lt;h3&gt;
  
  
  5. Set Excel Connection
&lt;/h3&gt;

&lt;p&gt;Add a &lt;strong&gt;ZS-EXCEL&lt;/strong&gt; connection and test it.&lt;/p&gt;

&lt;h3&gt;
  
  
  6. Configure Excel Destination
&lt;/h3&gt;

&lt;p&gt;Select the sheet, map fields from XML Source, and review the mappings.&lt;/p&gt;

&lt;h3&gt;
  
  
  7. Run the Package
&lt;/h3&gt;

&lt;p&gt;Execute the Data Flow to export SOAP data into Excel.&lt;/p&gt;




&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;With SSIS and ZappySys you can integrate SOAP APIs, parse XML dynamically, and send structured data into Excel with no custom code. Ideal for reporting, API-driven ETL, and scheduled automation.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://community.zappysys.com/t/ssis-tutorial-how-to-export-from-soap-web-service-to-excel/706" rel="noopener noreferrer"&gt;Full guide with screenshots&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ssis</category>
      <category>zappysys</category>
      <category>soap</category>
      <category>excel</category>
    </item>
    <item>
      <title>How to Install SSIS + ZappySys in Visual Studio 2026 (Quick Guide)</title>
      <dc:creator>Daniel ZS</dc:creator>
      <pubDate>Thu, 04 Dec 2025 23:54:47 +0000</pubDate>
      <link>https://forem.com/zappysys/how-to-install-ssis-zappysys-in-visual-studio-2026-quick-guide-5d9n</link>
      <guid>https://forem.com/zappysys/how-to-install-ssis-zappysys-in-visual-studio-2026-quick-guide-5d9n</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;If you're working with &lt;strong&gt;SSIS in Visual Studio 2026&lt;/strong&gt;, you'll need the &lt;strong&gt;SQL Server Integration Services Projects&lt;/strong&gt; extension. This short guide explains how to install SSIS support and enable &lt;strong&gt;ZappySys SSIS PowerPack&lt;/strong&gt; components.&lt;/p&gt;

&lt;h2&gt;
  
  
  Steps
&lt;/h2&gt;

&lt;h3&gt;
  
  
  1. Install SSIS Extension
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Open &lt;strong&gt;Extensions &amp;gt; Manage Extensions&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Search for &lt;strong&gt;SQL Server Integration Services Projects&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Install it and restart Visual Studio&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  2. Verify SSIS Templates
&lt;/h3&gt;

&lt;p&gt;Go to &lt;strong&gt;Create a new project&lt;/strong&gt; and confirm the &lt;strong&gt;Integration Services Project&lt;/strong&gt; template is listed.&lt;/p&gt;

&lt;h3&gt;
  
  
  3. Install ZappySys SSIS PowerPack
&lt;/h3&gt;

&lt;ul&gt;
&lt;li&gt;Download the installer
&lt;/li&gt;
&lt;li&gt;Install and restart Visual Studio
&lt;/li&gt;
&lt;li&gt;If components don’t show up, change &lt;strong&gt;TargetServerVersion&lt;/strong&gt; to &lt;strong&gt;SQL Server 2022&lt;/strong&gt;
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;With SSIS + ZappySys PowerPack enabled, Visual Studio 2026 becomes a full data-integration environment ready for API, cloud, and file automation tasks.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://community.zappysys.com/t/ssis-tutorial-how-to-install-zappysys-in-visual-studio-2026/694" rel="noopener noreferrer"&gt;Read the full tutorial with screenshots&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ssis</category>
      <category>visualstudio2026</category>
      <category>zappysys</category>
      <category>dataintegration</category>
    </item>
    <item>
      <title>Does ZappySys Support Visual Studio 2026?</title>
      <dc:creator>Daniel ZS</dc:creator>
      <pubDate>Fri, 28 Nov 2025 00:12:30 +0000</pubDate>
      <link>https://forem.com/zappysys/does-zappysys-support-visual-studio-2026-3chl</link>
      <guid>https://forem.com/zappysys/does-zappysys-support-visual-studio-2026-3chl</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;A common question from SSIS users is whether &lt;strong&gt;Visual Studio 2026&lt;/strong&gt; is supported. The short answer: &lt;strong&gt;Yes — as long as Microsoft continues to support SSIS Projects in Visual Studio 2026&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why It Works
&lt;/h2&gt;

&lt;p&gt;ZappySys components depend on Microsoft’s &lt;strong&gt;SSIS Designer&lt;/strong&gt;, provided by the SQL Server Integration Services Projects extension.&lt;br&gt;&lt;br&gt;
If the SSIS extension remains compatible with VS 2026, ZappySys tools will work without changes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;ZappySys SSIS PowerPack remains compatible with new Visual Studio versions as long as Microsoft continues to support SSIS.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://community.zappysys.com/t/do-we-support-visual-studio-2026/687" rel="noopener noreferrer"&gt;Full article here&lt;/a&gt;:  &lt;/p&gt;

</description>
      <category>ssis</category>
      <category>visualstudio</category>
      <category>zappysys</category>
      <category>compatibility</category>
    </item>
    <item>
      <title>How to Fix Error 429: Too Many Requests in ZappySys (Quick Guide)</title>
      <dc:creator>Daniel ZS</dc:creator>
      <pubDate>Fri, 28 Nov 2025 00:06:08 +0000</pubDate>
      <link>https://forem.com/zappysys/how-to-fix-error-429-too-many-requests-in-zappysys-quick-guide-8jh</link>
      <guid>https://forem.com/zappysys/how-to-fix-error-429-too-many-requests-in-zappysys-quick-guide-8jh</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;When working with REST APIs via &lt;strong&gt;ZappySys SSIS/ODBC PowerPack&lt;/strong&gt;, you might see this error:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;429 – Too Many Requests&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;This means the API provider is throttling you because your package is sending more requests than the allowed &lt;strong&gt;rate limit&lt;/strong&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Common Causes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Paginated or looping calls with &lt;strong&gt;no delay&lt;/strong&gt; between requests
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Parallel&lt;/strong&gt; tasks hitting the same API too aggressively
&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Quick Fixes
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Check the API’s &lt;strong&gt;rate-limit policy&lt;/strong&gt; (e.g. X requests per minute)
&lt;/li&gt;
&lt;li&gt;Enable &lt;strong&gt;Throttling&lt;/strong&gt; on the ZappySys JSON/XML Source to add a wait time between calls
&lt;/li&gt;
&lt;li&gt;Turn on &lt;strong&gt;Auto-Retry&lt;/strong&gt; for HTTP/OAuth connections and handle status code &lt;code&gt;429&lt;/code&gt;
&lt;/li&gt;
&lt;li&gt;Add a small &lt;strong&gt;delay in For Loop / Foreach Loop&lt;/strong&gt; containers to avoid back-to-back calls
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;These tweaks reduce API pressure and prevent your packages from failing due to 429 errors.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://community.zappysys.com/t/troubleshooting-error-429-too-many-requests/686" rel="noopener noreferrer"&gt;Read the full troubleshooting guide with screenshots and detailed steps&lt;/a&gt; &lt;/p&gt;

</description>
      <category>ssis</category>
      <category>odbc</category>
      <category>zappysys</category>
      <category>troubleshooting</category>
    </item>
    <item>
      <title>How to Connect HubSpot in SSIS</title>
      <dc:creator>Daniel ZS</dc:creator>
      <pubDate>Fri, 21 Nov 2025 02:45:44 +0000</pubDate>
      <link>https://forem.com/zappysys/how-to-connect-hubspot-in-ssis-21hj</link>
      <guid>https://forem.com/zappysys/how-to-connect-hubspot-in-ssis-21hj</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Learn how to connect &lt;strong&gt;HubSpot&lt;/strong&gt; to &lt;strong&gt;SSIS&lt;/strong&gt; using the &lt;strong&gt;ZappySys HubSpot connector&lt;/strong&gt; to manage and integrate HubSpot data effortlessly.&lt;/p&gt;

&lt;h2&gt;
  
  
  Prerequisites
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;SSIS PowerPack&lt;/strong&gt;: Download from the &lt;a href="https://zappysys.com/customer-downloads/" rel="noopener noreferrer"&gt;Customer Download Area&lt;/a&gt; or try the &lt;a href="https://zappysys.com/products/ssis-powerpack/download/" rel="noopener noreferrer"&gt;trial version&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;HubSpot Account&lt;/strong&gt;: Make sure your HubSpot account is ready.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Quick Steps
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Log in to your &lt;strong&gt;HubSpot account&lt;/strong&gt; and create a &lt;strong&gt;Private App&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Add a &lt;strong&gt;Data Flow Task&lt;/strong&gt; in SSIS, and configure the &lt;strong&gt;HubSpot API Source&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Enter your &lt;strong&gt;AccessToken&lt;/strong&gt; in the configuration and test the connection.&lt;/li&gt;
&lt;li&gt;Preview the data from the HubSpot endpoint and save the configuration.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Connecting HubSpot to SSIS via the &lt;strong&gt;ZappySys connector&lt;/strong&gt; simplifies HubSpot data integration into your workflows.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://community.zappysys.com/t/how-to-connect-hubspot-in-ssis/255" rel="noopener noreferrer"&gt;Read the full tutorial here for detailed steps and examples&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ssis</category>
      <category>hubspot</category>
      <category>api</category>
      <category>zappysys</category>
    </item>
    <item>
      <title>How to Update Custom Property Values in HubSpot with REST API Call</title>
      <dc:creator>Daniel ZS</dc:creator>
      <pubDate>Fri, 21 Nov 2025 02:23:19 +0000</pubDate>
      <link>https://forem.com/zappysys/how-to-update-custom-property-values-in-hubspot-with-rest-api-call-j7p</link>
      <guid>https://forem.com/zappysys/how-to-update-custom-property-values-in-hubspot-with-rest-api-call-j7p</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;If you need to update custom property values for &lt;strong&gt;HubSpot Contacts&lt;/strong&gt;, &lt;strong&gt;Deals&lt;/strong&gt;, or &lt;strong&gt;Accounts&lt;/strong&gt;, here's a step-by-step guide to help you.&lt;/p&gt;

&lt;h2&gt;
  
  
  Add Custom Field in HubSpot
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Navigate to your &lt;strong&gt;Contact Properties&lt;/strong&gt; in HubSpot.&lt;/li&gt;
&lt;li&gt;Click on &lt;strong&gt;Manage Properties&lt;/strong&gt; and select &lt;strong&gt;Create Property&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Choose the appropriate field type and options (e.g., dropdown, string, number).&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Update Custom Fields Using ODBC
&lt;/h2&gt;

&lt;p&gt;You can update custom fields using either HubSpot's API or an &lt;strong&gt;ODBC Driver&lt;/strong&gt;. Example for updating a custom field:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;UPDATE Contacts&lt;br&gt;
SET firstname = 'Brian-Upd', lastname = 'Halligan-Upd', custom_number = 12.12&lt;br&gt;
WHERE Id = 51&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Common Issue: Dropdown Property Error&lt;/p&gt;

&lt;p&gt;If you try to set a dropdown value not in the allowed list, you'll get a validation error. Always ensure the value is part of the predefined options.&lt;/p&gt;

&lt;p&gt;👉 Read the &lt;a href="https://community.zappysys.com/t/how-to-update-custom-property-value-in-hubspot-with-rest-api-call/199" rel="noopener noreferrer"&gt;full tutorial with examples and screenshots&lt;/a&gt;&lt;/p&gt;

</description>
      <category>hubspot</category>
      <category>api</category>
      <category>odbc</category>
      <category>property</category>
    </item>
    <item>
      <title>How to Connect HubSpot to Power BI Using ODBC (Quick Guide)</title>
      <dc:creator>Daniel ZS</dc:creator>
      <pubDate>Fri, 14 Nov 2025 13:43:41 +0000</pubDate>
      <link>https://forem.com/zappysys/how-to-connect-hubspot-to-power-bi-using-odbc-quick-guide-2d47</link>
      <guid>https://forem.com/zappysys/how-to-connect-hubspot-to-power-bi-using-odbc-quick-guide-2d47</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;If you want to bring &lt;strong&gt;HubSpot data into Power BI&lt;/strong&gt;, the &lt;strong&gt;ZappySys ODBC API Driver&lt;/strong&gt; makes it easy to connect, query, and refresh HubSpot objects directly inside Power BI—without Python scripts or manual exports.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Steps
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Create a &lt;strong&gt;HubSpot Private App&lt;/strong&gt; and get your token
&lt;/li&gt;
&lt;li&gt;Create an &lt;strong&gt;ODBC DSN&lt;/strong&gt; using the ZappySys API Driver
&lt;/li&gt;
&lt;li&gt;Select the &lt;strong&gt;HubSpot connector&lt;/strong&gt; and test the connection
&lt;/li&gt;
&lt;li&gt;Open &lt;strong&gt;Power BI → Get Data → ODBC&lt;/strong&gt; and pick your DSN
&lt;/li&gt;
&lt;li&gt;Load tables or write SQL queries for custom data retrieval
&lt;/li&gt;
&lt;/ul&gt;

&lt;h3&gt;
  
  
  Example: Loading Data in Power BI
&lt;/h3&gt;

&lt;p&gt;Use &lt;em&gt;Get Data → ODBC&lt;/em&gt;, choose your DSN, select HubSpot tables, and click &lt;strong&gt;Load&lt;/strong&gt; to start building dashboards.&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;This fast setup lets you analyze HubSpot metrics in Power BI with refreshable, query-powered dashboards.&lt;/p&gt;

&lt;p&gt;👉 &lt;strong&gt;Read the full tutorial with screenshots:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://community.zappysys.com/t/how-to-connect-hubspot-in-power-bi/405" rel="noopener noreferrer"&gt;https://community.zappysys.com/t/how-to-connect-hubspot-in-power-bi/405&lt;/a&gt;&lt;/p&gt;

</description>
      <category>powerbi</category>
      <category>hubspot</category>
      <category>odbc</category>
      <category>zappysys</category>
    </item>
    <item>
      <title>How to Reinstall ZappySys ODBC PowerPack</title>
      <dc:creator>Daniel ZS</dc:creator>
      <pubDate>Fri, 14 Nov 2025 12:33:58 +0000</pubDate>
      <link>https://forem.com/zappysys/how-to-reinstall-zappysys-odbc-powerpack-31ml</link>
      <guid>https://forem.com/zappysys/how-to-reinstall-zappysys-odbc-powerpack-31ml</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;If you need to reinstall the &lt;strong&gt;ZappySys ODBC PowerPack&lt;/strong&gt; due to a system upgrade, corrupted installation, or migration, follow this quick guide to safely uninstall and reinstall the PowerPack.&lt;/p&gt;

&lt;h2&gt;
  
  
  Steps
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Check the installed version&lt;/strong&gt; by following &lt;a href="https://community.zappysys.com/t/how-to-check-the-version-of-my-ssis-powerpack-or-odbc-powerpack/122" rel="noopener noreferrer"&gt;this guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Download the installer&lt;/strong&gt; from &lt;a href="https://community.zappysys.com/t/how-to-download-the-zappysys-full-or-paid-version-of-powerpack-latest-or-older-build/123" rel="noopener noreferrer"&gt;this page&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Uninstall&lt;/strong&gt; via &lt;strong&gt;Control Panel → Programs and Features&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reinstall&lt;/strong&gt; by running the installer and following the setup wizard.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Verify installation&lt;/strong&gt; in &lt;strong&gt;ODBC Data Source Administrator&lt;/strong&gt; and confirm your license.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Reinstalling the &lt;strong&gt;ZappySys ODBC PowerPack&lt;/strong&gt; ensures a clean installation and resolves common issues.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://community.zappysys.com/t/odbc-tutorial-how-to-reinstall-zappysys-odbc-powerpack/674" rel="noopener noreferrer"&gt;Read the full tutorial here for more details&lt;/a&gt;&lt;/p&gt;

</description>
      <category>odbc</category>
      <category>zappysys</category>
      <category>reinstall</category>
      <category>installation</category>
    </item>
    <item>
      <title>How to Reinstall ZappySys SSIS PowerPack</title>
      <dc:creator>Daniel ZS</dc:creator>
      <pubDate>Fri, 14 Nov 2025 12:28:24 +0000</pubDate>
      <link>https://forem.com/zappysys/how-to-reinstall-zappysys-ssis-powerpack-5ej3</link>
      <guid>https://forem.com/zappysys/how-to-reinstall-zappysys-ssis-powerpack-5ej3</guid>
      <description>&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Sometimes, you may need to reinstall the &lt;strong&gt;ZappySys SSIS PowerPack&lt;/strong&gt;, whether due to an upgrade, corrupted installation, or migration. This quick tutorial explains the steps to safely uninstall and reinstall it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Steps
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;Confirm the PowerPack version&lt;/strong&gt;: Check which version is installed by following &lt;a href="https://community.zappysys.com/t/how-to-check-the-version-of-my-ssis-powerpack-or-odbc-powerpack/122" rel="noopener noreferrer"&gt;this guide&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Download the installer&lt;/strong&gt;: Get the latest version from &lt;a href="https://community.zappysys.com/t/how-to-download-the-zappysys-full-or-paid-version-of-powerpack-latest-or-older-build/123" rel="noopener noreferrer"&gt;this page&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Uninstall the PowerPack&lt;/strong&gt;: Go to &lt;strong&gt;Control Panel → Programs and Features&lt;/strong&gt;, find &lt;strong&gt;SSIS PowerPack&lt;/strong&gt;, and click &lt;strong&gt;Uninstall&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Reinstall&lt;/strong&gt;: Run the installer and follow the setup wizard steps. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Verify installation&lt;/strong&gt;: Ensure the components appear in the SSIS Toolbox and confirm your license in the &lt;strong&gt;License Manager&lt;/strong&gt;.&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;Reinstalling the &lt;strong&gt;ZappySys SSIS PowerPack&lt;/strong&gt; is a simple process that ensures your components are correctly registered and your license remains active.&lt;/p&gt;

&lt;p&gt;👉 &lt;a href="https://community.zappysys.com/t/ssis-tutorial-how-to-reinstall-zappysys-ssis-powerpack/673" rel="noopener noreferrer"&gt;Read the full tutorial here for more details&lt;/a&gt;&lt;/p&gt;

</description>
      <category>ssis</category>
      <category>zappysys</category>
      <category>reinstall</category>
      <category>installation</category>
    </item>
  </channel>
</rss>
