Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
LoriHalsey
Contributor II
Contributor II

Passthrough (passthru) no longer works (and neither does the posted fix)

Passthrough no longer works, fix doesn't work either
 

Hello - we just upgraded our test replicate services to 2021.11.0.349. We tested a full load of one of our tasks. There is one table that has a passthrough filter, which failed. Found this KB, and followed the instructions to add the line to the .cfg file:https://community.qlik.com/t5/Knowledge/Filter-for-last-90-days-of-data-in-Qlik-Replicate/ta-p/18807...

But the service will not start with that line in the .cfg file. If I comment out the new line, the service starts just fine. What gives?

Attaching the .cfg file that causes services to not start (had to rename to .cfg.txt so I could upload it). I have the line commented out for now so other tasks can be tested.

Thanks,

Lori Halsey

Labels (2)
1 Solution

Accepted Solutions
Alan_Wang
Support
Support

Hi Lori,

You left out a comma causing incorrect syntax. There should be a comma after the word "false"

"enable_execute_user_defined_commands": false
"enable_passthrough_filter": true

"enable_execute_user_defined_commands": false,
"enable_passthrough_filter": true

 

Thanks,

Alan

 

 

If the issue is solved please mark the answer with Accept as Solution.

View solution in original post

3 Replies
Alan_Wang
Support
Support

Hi Lori,

You left out a comma causing incorrect syntax. There should be a comma after the word "false"

"enable_execute_user_defined_commands": false
"enable_passthrough_filter": true

"enable_execute_user_defined_commands": false,
"enable_passthrough_filter": true

 

Thanks,

Alan

 

 

If the issue is solved please mark the answer with Accept as Solution.
LoriHalsey
Contributor II
Contributor II
Author

oh jeez, can't believe I missed that. Thank you!

Trying it again.

LoriHalsey
Contributor II
Contributor II
Author

Thanks for the quick responses everyone. Yes, that comma made a difference. I was able to start the service, and reload the table that had passthru logic successfully.

Lori