Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
ALERT: The support homepage carousel is not displaying. We are working toward a resolution.

Qlik Replicate: Disable SQL Package REPCTLAFBA generation on DB2i Server

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
john_wang
Support
Support

Qlik Replicate: Disable SQL Package REPCTLAFBA generation on DB2i Server

Last Update:

Dec 21, 2022 4:01:06 AM

Updated By:

Sonja_Bauernfeind

Created date:

Dec 20, 2022 7:37:28 AM

A new object was created on the IBM DB2 for Series server when working with a DB2i source.

The object's name is REPCTLAFBA, or a similar name such as REPCTL* (where * may be a combination of four different characters).

If the object is deleted manually, Qlik Replicate will create it again during the first Full Load run.

The object's detailed information presents as such:

Display Object Description.png

The SQL package contains the control structures and access plans necessary to process SQL statements on the application server when running a distributed program. It's the wonderful performance-enhancing technology from IBM. The Packages relate to AS/400 query execution plans and are a great way to optimize the performance of your client applications. More detailed information can be found at IBM SQL Package Questions and Answers .

 

Resolution

The SQL Package is harmless to DB2i Server, however if still want to disable the package auto-generation, it's easy to do it by:

  1. Open DB2i source endpoint
  2. Go to the Advanced tab
  3. Open Internal Parameters
  4. Add a new parameter named additionalConnectionProperties
  5. Press <Enter> and set the parameter's value to:

    ExtendedDynamic=0

    If you do not want to disable the package but just want to change the default package library then set the value to:

    DefaultPkgLibrary=DEMODB

    Where DEMODB is the library name where the package will be generated to.

   

A sample:

Internal Parameters.png

 

Environment

Qlik Replicate  all versions
DB2i iSeries Server  all versions

 

Internal Investigation ID(s):

Support cases, #00060121

 

Qlik Replicate  

Labels (1)
Version history
Last update:
‎2022-12-21 04:01 AM
Updated by: