473,406 Members | 2,620 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,406 software developers and data experts.

Information Bridge Framework sample solution

Well I installed the framework provided by microsoft ,
the problem is I am able to activate the smart tag in the doc file but when I Click on the Show Detils option in the information bridge the following errors are being dispayed

5:21:26 PM Error Message:
OperationInstance[ActionCommand(#3)|http://InformationBridge/Sample|Account|AccountDefault|ViewLocator(AccountN ame (urn-SampleSolution-Data))|1(:GetAccount)]: SoapException

Stack Trace:
Microsoft.InformationBridge.Framework.ExecutionEng ine.EngineException: OperationInstance[ActionCommand(#3)|http://InformationBridge/Sample|Account|AccountDefault|ViewLocator(AccountN ame (urn-SampleSolution-Data))|1(:GetAccount)]: SoapException ---> System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Data.SqlClient.SqlException: Login failed for user 'IBFSERVER\IUSR_INL-HQLO3IHX4G0'.
at System.Data.SqlClient.ConnectionPool.GetConnection (Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnectionPoolManager.Get PooledConnection(SqlConnectionString options, Boolean& isInTransaction)
at System.Data.SqlClient.SqlConnection.Open()
at Microsoft.Solutions.SampleSolution.Interfaces.ASql AccessService.GetFromStoredProc(String storedProcName, BaseParameter[] parameters)
at Microsoft.Solutions.SampleSolution.DataAccess.CrmD BAccessService.GetAccount(AccountId accountId)
at Microsoft.Solutions.SampleSolution.WebService.CrmA ccessWebService.GetAccount(AccountId accountId) in C:\InformationBridge\WebServices\CRM.asmx.cs:line 55
--- End of inner exception stack trace ---
at System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage message, WebResponse response, Stream responseStream, Boolean asyncCall)
at System.Web.Services.Protocols.SoapHttpClientProtoc ol.EndInvoke(IAsyncResult asyncResult)
at Microsoft.InformationBridge.Framework.ExecutionEng ine.EngineSoapClient.EndGetResponse(IAsyncResult asyncResult)
at Microsoft.InformationBridge.Framework.ExecutionEng ine.SoapOperation.ResponseCallback(IAsyncResult asynchronousResult)
--- End of inner exception stack trace ---

5:21:13 PM Error Message:
Entity Resolution cannot be found in MetadataScope http://InformationBridge/Sample#Solution.

Stack Trace:
Microsoft.InformationBridge.Framework.ExecutionEng ine.EngineException: Entity Resolution cannot be found in MetadataScope http://InformationBridge/Sample#Solution.
at Microsoft.InformationBridge.Framework.ExecutionEng ine.ExecutionContext.get_Entity()
at Microsoft.InformationBridge.Framework.ExecutionEng ine.ExecutionContext.get_View()
at Microsoft.InformationBridge.Framework.ExecutionEng ine.ExecutionContext.get_Action()
at Microsoft.InformationBridge.Framework.ExecutionEng ine.BasicAction.BuildMetadataAction()
at Microsoft.InformationBridge.Framework.ExecutionEng ine.BasicAction.Execute()

5:21:13 PM Error Message:
OperationInstance[ActionCommand(#1)|http://InformationBridge/Sample#Solution|ResolutionDocument|ResolutionOverv iew|Show Resolution Overview|1(:ShowHTMLRegion)]: An unexpected error occurred when invoking an OperationCustom.

Stack Trace:
Microsoft.InformationBridge.Framework.ExecutionEng ine.EngineException: OperationInstance[ActionCommand(#1)|http://InformationBridge/Sample#Solution|ResolutionDocument|ResolutionOverv iew|Show Resolution Overview|1(:ShowHTMLRegion)]: An unexpected error occurred when invoking an OperationCustom. ---> Microsoft.InformationBridge.Framework.ExecutionEng ine.EngineException: Entity Resolution cannot be found in MetadataScope http://InformationBridge/Sample#Solution.
at System.Windows.Forms.Control.MarshaledInvoke(Contr ol caller, Delegate method, Object[] args, Boolean synchronous)
at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
at Microsoft.InformationBridge.Framework.UI.Command.O nExecution(Object sender, ExecutionEventArgs e)
at Microsoft.InformationBridge.Framework.ExecutionEng ine.Command.OnExecution(ExecutionEventArgs e)
at Microsoft.InformationBridge.Framework.ExecutionEng ine.Command.OnEngineActionExecute(Object sender, ExecutionEventArgs e)
at Microsoft.InformationBridge.Framework.Interfaces.E xecutionEventHandler.Invoke(Object sender, ExecutionEventArgs e)
at Microsoft.InformationBridge.Framework.ExecutionEng ine.InternalEngine.OnExecution(ExecutionEventArgs e)
at Microsoft.InformationBridge.Framework.ExecutionEng ine.InternalEngine.ActionExecuteHandler(Object sender, ExecutionEventArgs e)
at Microsoft.InformationBridge.Framework.ExecutionEng ine.BasicAction.OnOperationExecute(Object sender, ExecutionEventArgs args)
at Microsoft.InformationBridge.Framework.ExecutionEng ine.CustomOperation.Execute()
--- End of inner exception stack trace ---
at Microsoft.InformationBridge.Framework.ExecutionEng ine.CustomOperation.Execute()
at Microsoft.InformationBridge.Framework.ExecutionEng ine.BasicOperation.BaseExecute()


pls can any one provide me the solution for the above problem.
Jul 21 '05 #1
0 1994

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
by: Steven M. Scotten | last post by:
Hi-- I seem to have the PHP Java Bridge (2.0.5 built from tarball) working with PHP 5.0.3 (also built from tarball) on my Fedora Core 1 server with Apache 2.0.50 and I'm pretty excited about it...
5
by: Lorn | last post by:
I'm undertaking wriitng a bridge application between a remote data server API and multiple utility applications which pull and send data to the API. The reason for a bridge is that the data server...
8
by: Steve Teeples | last post by:
I keep getting the error below. ---------------- An unhandled exception of type 'System.NullReferenceException' occurred in Unknown Module. Additional information: Object reference not set to...
0
by: cronman | last post by:
I am creating a small Windows application using Visual C# 2005 Express Edition (August CTP) for a small non-profit agency. My current issue is with updating related information in an Access...
2
by: Stefke | last post by:
Hi, I want to write a little application with a textbox in which I can enter a systems host name or ip address. After clicking on a button Get Info, I want to display an overview of the systems...
0
by: Ravindra | last post by:
Well I installed the framework provided by microsoft , the problem is I am able to activate the smart tag in the doc file but when I Click on the Show Detils option in the information bridge the...
12
by: Adrian | last post by:
The code below was taken from an example. All the "noise" in the example was thrown out. This is supposedly according to the bridge pattern. What in the code (which lines) represent the bridge...
12
by: DaTurk | last post by:
Hi, I have a rather interesting problem. I have a unmanged c++ class which needs to communicate information to managed c++ via callbacks, with a layer of c# on top of the managed c++ ultimatley...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.