cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Error message when login

SVanSchoonlandt
Honored Contributor

When I log in, I get the following pop-up error message  

 

The value  (1426045102389264911) of _Select attribute cannot be found on the object PhBru.

 

In the error log I see the following

 

Thread(7200);Time(08:16:35);Session(SVS1I68 A);error Application: 0x01008012: BlobHeaderCache.cpp(1113)
Thread(7200);Time(08:16:35);Session(SVS1I68 A);              BlobManagerOpen : The Blob Value (1426045102389264911) does not exist in the Blob Table with Baseline (24584) Tran (0). MetaClassifier (71542964933923348) MetaAttribute (88431463536693780) Object (1384668280809259535)
Thread(7200);Time(08:16:35);Session(SVS1I68 A);Error trace : BlobHeaderCache.cpp(658)
Thread(7200);Time(08:16:35);Session(SVS1I68 A);Error trace : BlobHeaderCache.cpp(584)
Thread(7200);Time(08:16:35);Session(SVS1I68 A);Error trace : BlobManager.cpp(416)
Thread(7200);Time(08:16:35);Session(SVS1I68 A);Error trace : gbmdCursorBlob.cpp(82)
Thread(7200);Time(08:16:35);Session(SVS1I68 A);Error trace : rpydrive.cpp(358)
Thread(7200);Time(08:16:35);Session(SVS1I68 A);Error trace : gbmocctxt.cpp(1023)
Thread(7200);Time(08:16:35);Session(SVS1I68 A);Error trace : bdocctxt.cpp(298)

 

anyone has an idea?

2 Replies

Sashidhar
Super Contributor

Hello Stijn,

 

Last time I solved this issue by cleaning _TransferedObjects and Reorgnization of SQL database .

Dont know if this will help you again .

 

Regards,

Sashi,

jhorber
MEGA
MEGA

Hello SVanSchoonlandt

 

It looks there is a missing value at low level in the SQL data storing the systemdb (maybe Oracle storage).
When the system tries to access this value, it cannot be found.

 

It is of value of '_Select' MetaAttribute.
This MetaAttribute is used to save the ERQL code of query objects.
It looks the object involved is named 'PhBru'.

 

I cannot say more to explain (why is this value missing? Why is this query called when login? Whare as the IDs mentioned?)

If the error occurs when resuming a private workspace (ex-transaction), try with a new private workspace.
If you can identify an invalid query named 'PhBru', try to fix it.

 

If the error persists, please open a case so that we can perform further investigations.

Jerome