|
Home > Archive > BizTalk Server Orchestration > November 2005 > What is going wrong in my DB lookup?
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
What is going wrong in my DB lookup?
|
|
|
| Event Type: Error
Event Source: XLANG/s
Event Category: None
Event ID: 10034
Date: 11/14/2005
Time: 1:24:04 PM
User: N/A
Computer: CCOGCO-RKX8K1SM
Description:
Uncaught exception terminated service
CCandCO_Invoiceprocessing.InvoiceProcessing(f2f00514-72fd-df92-d86e-f926ee9ef170), instance ab2438cf-3b00-4b69-a5bd-449947ae4c41
Error encountered while executing the transform
CCandCO_Invoiceprocessing.Transform_2. Error:Unable to create the transform..
Exception type: XTransformationFailureException
Source: Microsoft.XLANGs.Engine
Target Site: Void ApplyTransform(System.Type, System.Object[],
System.Object[])
Help Link:
Additional error information:
(9,8) :
Exception type: XsltCompileException
Source: System.Xml
Target Site: Void Compile(System.Xml.Xsl.NavigatorInput,
System.Xml.XmlResolver, System.Security.Policy.Evidence)
Help Link:
Additional error information:
'ScriptNS0:DBLookup(0 , "1" , "workstation id="CCOGCO-RKX8K1SM";packet
size=4096;integrated security=SSPI;data source="CCOGCO-RKX8K1SM";persist
security info=True;initial catalog=BizCfgDb" , "Config" ,
"HtmlActivationEnd")' is an invalid XPath expression.
Exception type: XsltException
Source: System.Xml
Target Site: Int32 AddQuery(System.String, Boolean, Boolean)
Help Link:
Additional error information:
'ScriptNS0:DBLookup(0 , "1" , "workstation id="CCOGCO-RKX8K1SM";packet
size=4096;integrated security=SSPI;data source="CCOGCO-RKX8K1SM";persist
security info=True;initial catalog=BizCfgDb" , "Config" ,
"HtmlActivationStart")' has an invalid token.
Exception type: XPathException
Source: System.Xml
Target Site: System.Xml.XPath.AstNode ParseMethod(System.Xml.XPath.AstNode)
Help Link:
Additional error information:
For more information, see Help and Support Center at
http://go.microsoft.com/fwlink/events.asp.
thanks in advance
| |
| Samuel L 2005-11-14, 5:53 pm |
| Hi!
Could you please post a description of the scenario and what you're trying
to do?
That would make it a lot easier to understand what's going wrong!
| |
|
| I found out my self, the reason why the functoid crashes is that there is
quotation in the connection string ("). A good advice is to make the
connection string from .udl file (or even better reference a .udl file).
(just make a file XXXXX.udl and double click and a connectionstring builder
appears)
"mm" wrote:
> Event Type: Error
> Event Source: XLANG/s
> Event Category: None
> Event ID: 10034
> Date: 11/14/2005
> Time: 1:24:04 PM
> User: N/A
> Computer: CCOGCO-RKX8K1SM
> Description:
> Uncaught exception terminated service
> CCandCO_Invoiceprocessing.InvoiceProcessing(f2f00514-72fd-df92-d86e-f926ee9ef170), instance ab2438cf-3b00-4b69-a5bd-449947ae4c41
>
> Error encountered while executing the transform
> CCandCO_Invoiceprocessing.Transform_2. Error:Unable to create the transform..
>
> Exception type: XTransformationFailureException
> Source: Microsoft.XLANGs.Engine
> Target Site: Void ApplyTransform(System.Type, System.Object[],
> System.Object[])
> Help Link:
> Additional error information:
>
> (9,8) :
>
>
> Exception type: XsltCompileException
> Source: System.Xml
> Target Site: Void Compile(System.Xml.Xsl.NavigatorInput,
> System.Xml.XmlResolver, System.Security.Policy.Evidence)
> Help Link:
> Additional error information:
>
> 'ScriptNS0:DBLookup(0 , "1" , "workstation id="CCOGCO-RKX8K1SM";packet
> size=4096;integrated security=SSPI;data source="CCOGCO-RKX8K1SM";persist
> security info=True;initial catalog=BizCfgDb" , "Config" ,
> "HtmlActivationEnd")' is an invalid XPath expression.
>
> Exception type: XsltException
> Source: System.Xml
> Target Site: Int32 AddQuery(System.String, Boolean, Boolean)
> Help Link:
> Additional error information:
>
> 'ScriptNS0:DBLookup(0 , "1" , "workstation id="CCOGCO-RKX8K1SM";packet
> size=4096;integrated security=SSPI;data source="CCOGCO-RKX8K1SM";persist
> security info=True;initial catalog=BizCfgDb" , "Config" ,
> "HtmlActivationStart")' has an invalid token.
>
> Exception type: XPathException
> Source: System.Xml
> Target Site: System.Xml.XPath.AstNode ParseMethod(System.Xml.XPath.AstNode)
> Help Link:
> Additional error information:
>
>
>
> For more information, see Help and Support Center at
> http://go.microsoft.com/fwlink/events.asp.
>
>
> thanks in advance
|
|
|
|
|