Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
alexantone
Creator
Creator

QMC task problem -

Hello

Since one day all my task dont'work on my QMC. No message , but i can't launch manuelly task , dont' working

i've tried restart Services / restart Server Publisher / restart Server QLik

Have You ever manage  this file QVManagementService.exe.config?

 

1 Solution

Accepted Solutions
alexantone
Creator
Creator
Author

thank for your return Vegar

I have fixed this bug yesterday

In fact we have >70 task in my QMC

=>So i had to modify my QVManagementService.exe.config file  (Management service Folder)

=>Modify two keys

-<add key="QMSChunkSize" value="50"/>

-<add key="MaxReceivedMessageSize" value="524288"/>

 

and it's resolve my issue

 

View solution in original post

2 Replies
Vegar
MVP
MVP

What do you mean by "don't work"? Are all your tasks failing or are they not triggered or not running at all? Are you able to create a new task for a QV document with a simple fail proof script? If you are then I would ask the developers if they made any changes to the script. 

 If you are not able then I would ask system administrator if there where any changes made to that machine in prior to your problems. Then check if your version of QlikView is compliant with the current setup.  I've experienced situations where windows upgrade was done on a server and QlikView did not support the new features.

Good luck

Vegar

alexantone
Creator
Creator
Author

thank for your return Vegar

I have fixed this bug yesterday

In fact we have >70 task in my QMC

=>So i had to modify my QVManagementService.exe.config file  (Management service Folder)

=>Modify two keys

-<add key="QMSChunkSize" value="50"/>

-<add key="MaxReceivedMessageSize" value="524288"/>

 

and it's resolve my issue