Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

NonDescript Distribution Task Warnings

We have a distribution task that does loop/reduce and sends to emails stored in the QVW. It is running fine, but there are non-descriptive warnings in the task log that we cannot determine the source of. If anybody has an idea what could be causing this it would help. You can see that it completes without issue until actual distribution, then generates the warning. Most of the warnings I have seen in task logs are descriptive enough to solve. But this is just perplexing!!! Or if there is another log I should be looking at? Here is a sample of a complete loop thru.

1/12/2011 03:34:43.7717953 Information Document was opened successfully
1/12/2011 03:34:43.7717953 Information Opened successfully (0)
1/12/2011 03:34:43.7717953 Information Commencing ClearSelections. FieldName=previousday
1/12/2011 03:34:43.7717953 Information Commencing ClearSelections. FieldName=Region
1/12/2011 03:34:43.7717953 Information Commencing ClearSelections. FieldName=District
1/12/2011 03:34:43.7717953 Information Adding selectons for field previousday. Values="1"
1/12/2011 03:34:43.8654109 Information Adding selectons for field Region. Count=18
1/12/2011 03:34:44.1306551 Information Adding selectons for field District. Values="District 1-30408"
1/12/2011 03:34:44.3334889 Information Applied rules: previousday="1", Region="Region 1-30400", Region="Region 1-40100", Region="Region 1-30200", Region="Region 1-30300", Region="Region 1-40200", Region="Region 1-50200", Region="Region 1-50300", Region="Region 1-40300", Region="Region 1-50100", Region="Region 1-10300", Region="Region 1-10400", Region="Region 1-10100", Region="Region 1-10200", Region="Region 1-20100", Region="Region 1-20400", Region="Region 1-30100", Region="Region 1-20200", Region="Region 1-20300", District="District 1-30408"
1/12/2011 03:34:44.3490915 Information Commencing ReduceData
1/12/2011 03:34:44.4739123 Information Completed ReduceData
1/12/2011 03:34:44.4739123 Information Memory Allocation Delta for this file=-74.54 Mb. Available Physical Memory Before Reduce=29922.19 Mb. Available Physical Memory After Reduce=30082.50 Mb. Total Physical Memory=30082.50 Mb.
1/12/2011 03:34:45.5972995 Information Applying rules (0), Preparing for Reduce (562), Reducing (577), Finished (702)
1/12/2011 03:34:45.5972995 Information ROUND: 104 of 158.(Remaining: 6m 32s).
1/12/2011 03:34:45.6129021 Information Destination Name: District 1-30408 Daily Price Execution Summary 01 - 12 - 2011.qvw
1/12/2011 03:34:45.6285047 Information Resetting of the Document Script for the Distributed Document was successful. ScriptType=BinaryLoad
1/12/2011 03:34:45.6285047 Information Dynamic Distribution for field DistrictManagerEmail returned 1 possible recipients.
1/12/2011 03:34:45.6285047 Information Searching using "UserPrincipalName" using parameter "DistrictManagerEmail" returned 1 results.
1/12/2011 03:34:45.6285047 Information Storing document to be distributed on disk
1/12/2011 03:34:45.6285047 Information Enabling One and always one
1/12/2011 03:34:46.1551965 Information Disabling One and always one
1/12/2011 03:34:46.1551965 Information Rules resulted in distribution. (0), Building filename (0), Setting script (16), Applying DDD Recipients (32), Offer resources (32), Populating distribution (32), Generating documents from "C:\ProgramData\QlikTech\Publisher\Sourcedocuments\Management_Dashboard.qvw" (32), Type=PDF (47), Generating PDF Document (47), Success (558), Success (558)
1/12/2011 03:34:46.1707991 Information Closing the document.
1/12/2011 03:34:46.2488121 Information Closed the QlikView Engine successfully. ProcessID=7828
1/12/2011 03:34:46.2488121 Information Checkin (Closing document and QlikView Engine) (0), Initializing (0), Finished (94)
1/12/2011 03:34:46.2488121 Information Distributing...
1/12/2011 03:34:46.2488121 Information Distributing using resource "District Daily - Price Execution Summary Report Distribution_MailAttachment_1".
1/12/2011 03:34:48.6732189 Warning Distribution reported warnings for resource "District Daily - Price Execution Summary Report Distribution_MailAttachment_1" (MailAttachmentDistributionResource). Warnings=155
1/12/2011 03:34:48.6732189 Warning Distribution to resources reported warnings. Warnings=156

3 Replies
Bill_Britt
Former Employee
Former Employee

You could set your debugging to high to see if that gives you any more information. However, in looking at the last couple lines of the log "1/12/2011 03:34:48.6732189 Warning Distribution to resources reported warnings. Warnings=156" I would say that there is a problem with one of the distribution resources. Are you try to email the report?

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.
Anonymous
Not applicable
Author

Yes. PDF's are being created and sent to email's contained in the qvw. It is using (I assume) built-in SMTP server.

Bill_Britt
Former Employee
Former Employee

I would think that some of the emails are not being resolved and that is why you are getting the error. Setting the debug level to high might show you more information.

Bill - Principal Technical Support Engineer at Qlik
To help users find verified answers, please don't forget to use the "Accept as Solution" button on any posts that helped you resolve your problem or question.