Discussions
Categories
Choose a Product
THRUST SERVICES
CORE APPS
CE PRODUCTS
...
Quick Links
POPULAR
HELPFUL TIPS
Groups
My Links
FOR SIGNED IN MEMBERS:
Back to website
Home
TeamSite
TeamSite, LiveSite and OpenDeploy
Intermittent Error -2147220469
System
Hi,
I have a VB6 app early binding to MBPScriptModel2.dll and intermittently when I call DisplayableMetaData on the MB Image asset, I get this error.
Err.Number = -2147220469
Err.Description = ""
Err.Source: MBPScriptModel.MBSession
This is intermittent and if I wait 1-2 seconds and do it again, there error doesn't happen and I get the objects back that I was anticipating. This is the code...
''' Module level declaration '''
Private m_metaDataUsedValues As MBObjectCollection
...
Public Function UpdateAllMetaData(i_objMBImage As Object, i_objAdoRsMedia As ADODB.Recordset) As Boolean
...
Set m_metaDataUsedValues = i_objMBImage.DisplayableMetaData ' <-- error happens here
...
Anyone have any ideas?
Thanks in advance.
Find more posts tagged with
Comments
There are no comments yet