Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Qlik 지원팀님, 안녕하세요.
현재 Qlik Management Console(QMC) 내에서 예약된 작업에서 발생한 오류를 조사하고 있습니다.
오류 메시지는 다음과 같습니다.
오류 메시지: 일반 예외
작업을 수동으로 다시 로드하면 성공적으로 완료됩니다.
그러나 동일한 작업이 예약되어 실행되면 "작업 실패" 상태가 됩니다.
이 오류의 가능한 원인에 대한 통찰력을 제공해 주시겠습니까?
문제 해결을 위한 올바른 방향을 알려주시거나 이 문제와 관련하여 갖고 계신 정보를 제공해 주시면 감사하겠습니다.
도와 주셔서 감사합니다.
Hi @qwebnm,
Can you copy the task log and paste it into Google translate to translate to English and then attach to this thread?
It seems that the error is returned after the STORE command. Are there any other concurrently running tasks reading from or writing to this QVD?
If there aren't any other tasks reading/writing concurrently to this QVD, an option is to edit the load script and add a SLEEP statement (e.g. SLEEP 10000) after the store statement. This is to give the reload a bit of a breather, since at this point, Windows has to write the data to disk. The number is in milliseconds and can be tweaked as needed. It might be trying to do the Store, finishes and then errors out right after. Hopefully the Sleep would give it a chance to catch up. If the reload is still failing after adding a STORE statement, another option if we know this happens with certain reloads, is to set up MS Sysinternals Process Monitor scan on those QVDs to see if anything else is touching it that might cause the error.
Best Regards
Hi @qwebnm,
Can you copy the task log and paste it into Google translate to translate to English and then attach to this thread?
It seems that the error is returned after the STORE command. Are there any other concurrently running tasks reading from or writing to this QVD?
If there aren't any other tasks reading/writing concurrently to this QVD, an option is to edit the load script and add a SLEEP statement (e.g. SLEEP 10000) after the store statement. This is to give the reload a bit of a breather, since at this point, Windows has to write the data to disk. The number is in milliseconds and can be tweaked as needed. It might be trying to do the Store, finishes and then errors out right after. Hopefully the Sleep would give it a chance to catch up. If the reload is still failing after adding a STORE statement, another option if we know this happens with certain reloads, is to set up MS Sysinternals Process Monitor scan on those QVDs to see if anything else is touching it that might cause the error.
Best Regards