Database Errors
Collapse
X
-
A tree is known by its fruit, a man by his deeds. A good deed is never lost, he who sows courtesy, reaps friendship, and he who plants kindness gathers love.
Blessed are they who can laugh at themselves, for they shall never cease to be amused. -
Comment
-
Re: Database Errors
The database purge appears to have worked.
Re. Database fault.
Was it a temp table dataset(AKA dead file) that didn't merge with the primary database?
Maybe semaphore flag holding the primary data set locked?
Could it be duplicate primary key or out of range variable fill with corrupt characters?
Corrupt data can prevent the main database from updating.
It appears you have fixed the fault, well done....Inauguration to the "AI cancel-culture" fraternity 1997...
•••••• •••[§]• |N | € | o | M | Δ | t | π | ¡ | x | •[§]••• ••••••Comment
-
Comment
-
Comment
-
Re: Database Errors
Thanks aneurysm. Hopefully it's fixed and you don't have to be messing with this during the holiday weekend!
Working great! Seems faster or maybe just because I haven't been able to get on in about a week
Happy Thanksgiving to everyone.Comment
-
Re: Database Errors
The database purge appears to have worked.
Re. Database fault.
Was it a temp table dataset(AKA dead file) that didn't merge with the primary database?
Maybe semaphore flag holding the primary data set locked?
Could it be duplicate primary key or out of range variable fill with corrupt characters?
Corrupt data can prevent the main database from updating.
It appears you have fixed the fault, well done...."Remain calm. All is well." -Chip Diller, Nov 1963Comment
-
Re: Database Errors
Seems a little faster to me too"Remain calm. All is well." -Chip Diller, Nov 1963Comment
-
Re: Database Errors
Thanks! I was getting worried. =^..^=If you'd like a serious answer to your request:
1) demonstrate that you've read the manual
2) demonstrate that you made some attempt to fix it.
3) if you're going to ask about jams include the jam code.
4) if you're going to ask about an error code include the error code.
5) You are the person onsite. Only you can make observations.
blackcat: Master Of The Obvious =^..^=Comment
-
-
Re: Database Errors
One of the tables in the database had a very large chunk of corrupt data, it should have self-corrected but I think due to the size of the bad data it was taking too long to repair and that brought on the timeout errors. Had to fix it from the Server/SQL side, hopefully that will take care of it.Comment
Comment