Skip to main content
Announcements
UPGRADE ADVISORY for Qlik Replicate 2024.5: Read More
cancel
Showing results for 
Search instead for 
Did you mean: 
SandipManjrekar
Contributor II
Contributor II

Attunity Replicate Task Logging and space crunch

Is there any way to check programmatically all Attunity Replicate Task where verbose logging is enabled ?

Either via database query or through some scripts ?

It's been noticed that Team is turning on extensive logging of multiple attunity replicate task and keeps it on which floods the disk drives. Anyway to avoid this would be helpful.

 

Thanks

 

Sandip

 

Labels (1)
2 Solutions

Accepted Solutions
Gerald_U
Support
Support

Hello Sandip,

Unfortunately, there is no way to automatically check the tasks where verbose logging is enabled. 

You will need to go into each task and verify if verbose logging is enabled.

Thanks,

Gerald 

View solution in original post

Michael_Litz
Support
Support

Hi Sandip,

I think by doing an export repository on each replicate server you would be able to search the resulting json file for all the task log levels. Please reference: 

https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate/td-p/1809820

Example from the export:
"loggers":    {
                    "$type":    "RepTaskLoggers",
                    "loggers_configuration":    {
                    },
                    "TARGET_LOAD":    "DETAILED_DEBUG",
                    "TARGET_APPLY":    "DETAILED_DEBUG",
                    "SOURCE_UNLOAD":    "DETAILED_DEBUG",
                    "SOURCE_CAPTURE":    "DETAILED_DEBUG"
                },
                "configurations":    [{
                        "name":    "misc.user_events"
                    }]

Thanks,
Michael

View solution in original post

2 Replies
Gerald_U
Support
Support

Hello Sandip,

Unfortunately, there is no way to automatically check the tasks where verbose logging is enabled. 

You will need to go into each task and verify if verbose logging is enabled.

Thanks,

Gerald 

Michael_Litz
Support
Support

Hi Sandip,

I think by doing an export repository on each replicate server you would be able to search the resulting json file for all the task log levels. Please reference: 

https://community.qlik.com/t5/Qlik-Replicate/Qlik-Replicate/td-p/1809820

Example from the export:
"loggers":    {
                    "$type":    "RepTaskLoggers",
                    "loggers_configuration":    {
                    },
                    "TARGET_LOAD":    "DETAILED_DEBUG",
                    "TARGET_APPLY":    "DETAILED_DEBUG",
                    "SOURCE_UNLOAD":    "DETAILED_DEBUG",
                    "SOURCE_CAPTURE":    "DETAILED_DEBUG"
                },
                "configurations":    [{
                        "name":    "misc.user_events"
                    }]

Thanks,
Michael