Stuck Process

More
4 years 11 months ago #21277 by bruce.gibbins
Stuck Process was created by bruce.gibbins
AETLE x64 v3.6.7.24

Hi We have a stuck execution. The parent log is indicating that a log file is in use. AETCL.exe process was still running. We let it run for about 30 minutes before we noticed it via an external monitor we have.

I tried to Abort it through the AETL UI but it didn't seem to recognise that.

So, I killed the aetlcl.exe process via the task Manager. But this obviously leaves orphaned rows in the the QUEUE tables. I know I can delete it from the UI Grid, but if we wanted to keep the entry as an audit record how is the best way to cleanup the QUEUE tables?

Thanks

Please Log in or Create an account to join the conversation.

More
4 years 11 months ago #21278 by admin
Replied by admin on topic Stuck Process
1) Well if you want to keep it for an audit just leave it as it is.
2) It would interesting to see the log file so we can understand why it got stuck.

Mike
ETL Architect

Please Log in or Create an account to join the conversation.

More
4 years 11 months ago #21279 by bruce.gibbins
Replied by bruce.gibbins on topic Stuck Process
The log is not very informative in this case. It was in a IMAP4 Read Mail Action in a Package. It got to "Stat Connected" and never moved from there. I've reviewed it and the audit doesn't provide much value anyway. So I have just nuked it. If it happens again I'll put something together. In this case I more curious about the rows in QUEUE_ACTION and if there was another approach to 'keeping a clean house'.
cheers

Please Log in or Create an account to join the conversation.

More
4 years 11 months ago #21280 by admin
Replied by admin on topic Stuck Process
I see what you mean now.

You can move the record into the history table using the following script.

insert into QUEUE_HISTORY select * from QUEUE where QUEUE_ID=123;
insert into QUEUE_ACTIONS_HISTORY select * from QUEUE_ACTIONS where QUEUE_ID=123;
DELETE FROM QUEUE_ACTIONS where QUEUE_ID=123;
DELETE FROM QUEUE where QUEUE_ID=123;

Mike
ETL Architect
The following user(s) said Thank You: bruce.gibbins

Please Log in or Create an account to join the conversation.

Cookies user preferences
We use cookies to ensure you to get the best experience on our website. If you decline the use of cookies, this website may not function as expected.
Accept all
Decline all
Read more
Marketing
Set of techniques which have for object the commercial strategy and in particular the market study.
Google
Accept
Decline
Analytics
Tools used to analyze the data to measure the effectiveness of a website and to understand how it works.
Google Analytics
Accept
Decline
Google Analytics
Accept
Decline
Functional
Tools used to give you more features when navigating on the website, this can include social sharing.
Advertisement
If you accept, the ads on the page will be adapted to your preferences.
Google Ad
Accept
Decline
Save