Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
provie98
Contributor II
Contributor II

Reading a error log file and reload

Let's just start out by saying I have no server experience.  I'm working with my IT guy who has access to the server.  I have file, that I created that I'm trying to reload on the server.  It works fine on my desktop and reloads sucessfully from there.  I read some blogs and found out there is a log file on the server so I called my IT guy to send me the log file.  This is what I have:

Log Name:      Application

Source:        QlikView Distribution Service v11.0.11282

Date:          7/20/2012 1:40:44 PM

Event ID:      0

Task Category: None

Level:         Error

Keywords:      Classic

User:          N/A

Computer:      WHGQlikView.wesbanco.com

Description:

The task "Officers/Advanced DecisionPro.qvw" failed. Exception:

  1. QDSMain.Exceptions.DistributionFailedException: Distribute failed with errors to follow. ---> QDSMain.Exceptions.ReloadFailedException: Reload failed ---> QDSMain.Exceptions.LogBucketErrorException: The Source Document was NOT reloaded successfully. DocumentPath=C:\QLIKVIEW DOCS\Advanced DecisionPro.qvw.

   at QDSMain.ReloadTask.VerifyConditions(TaskResult taskResult)

   at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)

   --- End of inner exception stack trace ---

   at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)

   at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)

   --- End of inner exception stack trace ---

   at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)

   at QDSMain.Task.AbstractTask.TaskExecution(ILogBucket logBucket, TaskResult taskResult)

Event Xml:

<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">

  <System>

    <Provider Name="QlikView Distribution Service v11.0.11282" />

    <EventID Qualifiers="0">0</EventID>

    <Level>2</Level>

    <Task>0</Task>

    <Keywords>0x80000000000000</Keywords>

    <TimeCreated SystemTime="2012-07-20T17:40:44.000000000Z" />

    <EventRecordID>49491</EventRecordID>

    <Channel>Application</Channel>

    <Computer>WHGQlikView.wesbanco.com</Computer>

    <Security />

  </System>

  <EventData>

    <Data>The task "Officers/Advanced DecisionPro.qvw" failed. Exception:

  1. QDSMain.Exceptions.DistributionFailedException: Distribute failed with errors to follow. ---&gt; QDSMain.Exceptions.ReloadFailedException: Reload failed ---&gt; QDSMain.Exceptions.LogBucketErrorException: The Source Document was NOT reloaded successfully. DocumentPath=C:\QLIKVIEW DOCS\Advanced DecisionPro.qvw.

   at QDSMain.ReloadTask.VerifyConditions(TaskResult taskResult)

   at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)

   --- End of inner exception stack trace ---

   at QDSMain.ReloadTask.Reload(String fileName, TaskResult taskResult, String sectionAccessUserName, String sectionAccessPassword, eReloadOptions reloadOption, String variableName, String variableValue, Boolean moniterCpuUsage)

   at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)

   --- End of inner exception stack trace ---

   at QDSMain.DistributeTask.Execute(TaskResult currentTaskResult)

   at QDSMain.Task.AbstractTask.TaskExecution(ILogBucket logBucket, TaskResult taskResult)</Data>

  </EventData>

</Event>

Can anyone tell me what any of this giberish means?  I've tried deleting my connections and restablishing them.  I tried deleting the original file and pasting the file with a new name thinking maybe that would work and it didnt.  Any idea of what this means?  Any help is appreciated.

Thanks!

2 Replies
deepakk
Partner - Specialist III
Partner - Specialist III

hi,

It would be better if you check the log file of the application. see the screen shot for enabling the log file.

Settings-->Document properties-->general.

The log file will be created in the same application folder. Check your desktop log file and server log file and see the difference

Deepak

Not applicable

also check if you are using nt authentication in your connections strings.

when running on server, they will most probably fail as the local user that runs qlikview server usually doesn't have access to databases (specialy if they in another server)

but: the log file that Deepak mentioned should have a detailed line by line error log that helps debug, specialy if you check the timestamp in log file