Forum Replies Created
-
AuthorPosts
-
hi, I think BT can’t load assembly.
u need to make sn-key for entlib and to write strong-name into
BTSNTSvc.exe.config
[code:1:f22347d4af] <configSections><section name=\"enterpriselibrary.configurationSettings\" type=\"System.Configuration.IgnoreSectionHandler, System, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=ur strong-name\" /></configSections>
[/code:1:f22347d4af]Did you check out this white paper: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/BTS_2004WP/html/5cab05ab-6848-4f6c-8d11-9abc4dd1d1fa.asp
It doesn’t really show you how to do it though.
If I remember right, I had to do some string manipulation of the values in the Header and then set them to a message context property.
I’ll see if can put together a sample but that will not happen for a few weeks.
Just to guess I would say it looks like something in your build or configuration is off. With all those strong names and GAC dependencies that would be easy to do.
Are you using an Atomic Scope? Doesn’t look like that type of problem though.
Let me know if you get it figured out.
I have not seen that before and I have used Round before in the past. But I was probably passing in an integer or unassigned data type.
Have you tried passing your input value out to a node just to make sure you really are passing in 16.0000? Have you tried passing in an integer?
Maybe the xs:decimal if formatting the data in an unexpected way,.
Just a thought.
Do you have all your SQL Server Agent jobs running? Are they completing successfully?
Maybe you are getting a ton messages backing up someplace making things run slower.
Just a thought.
I think you can do this with an XSLT template. I think you could have selection criteria to select the lowest date. At worst, you would need to loop over them all and just find the lowest manually.
I do not know the XSLT off hand, but w3school.com is always a great place to start.
You could also probably do it using the loping Functoid and a custom script Functoid to loop over each value. Then, set a variable to the lowest value. This would probably work best if you have some other top level node over top of this like <root><doc>.
Hope this helps.
This week’s poll covers the different versions of Biztalk available and what you are primarily working with the most.
Hello.
Well, Developer will not work since that can not be used in production.
What is really boil down to is, do you need reliability or not? If that is not required, then Partner or Standard could work as long as you can run everything on one CPU.
I would think in smaller scenarios this would work fine since it is dramatically cheaper. Just make sure you know the limits. You can read more here: http://download.microsoft.com/download/e/6/f/e6fcf394-e03e-4e15-bd80-8c1c127e88e7/LicensingFAQ.doc
If you need fail over, 24/7, or more then one CPU then you need to look at Enterprise.
November 14, 2005 at 5:58 AM in reply to: Biztalk 2004 configuration error btswmi.cpp(266): FAILED hr #12289This one looks like you are missing a pre-requisite. It needs back SQLXML 3.0 and 4.0 if I remember correctly.
You might want to try to reinstall them again.
If that is not the problem, check to make sure you do not have a later version installed.
Hope this helps.
I’d agree with Stephen, if you can keep all of your Version locked and deploy over the top.
If you can’t deply that way or if you’re like me, and someone from the server group deploys for you, you could do some undeploy, uninstall scripts.
As long as they run them in order, I never have a problem with the deploy.
Thanks Eli,
I sort it out yet. There was a problem with SharePoint. After I uninstall SharePoint, error disappeared.November 11, 2005 at 8:15 PM in reply to: Can some body tell me the best BTS 2004 Tutorial sites #12277I have some free and available-for-purchase video training here:
http://Biztalk-Training.comNeal Walters
We are doing a stree test of about 200 records. A Biztalk orch. starts by
based on an SQL receive port that polls this databsae. We run an SQL update
command to set the status flag on all 200 records, and away they go.All 200 orchestrations run, but at the end of the process, we find that our
SQL receive port is disabledThe receive location \”SQL://xxx/yyy\” is shutting down. Details:\”The error
threshold has been exceeded. The receive location is shutting down.\”.Looking back in the log find this 4 warning messages that say this (but no
error messages):The adapter \”SQL\” raised an error message. Details \”New transaction cannot
enlist in the specified transaction coordinator. \”.Are there are any large volume or throughput issues with DTC?
Thanks!
Neal Walters
http://Biztalk-Training.comNovember 11, 2005 at 2:59 PM in reply to: Can some body tell me the best BTS 2004 Tutorial sites #12276Hi,
There’s 12 free virtual labs here:
http://msdn.microsoft.com/vstudio/tryit/hosted/biztalk/default.aspx
And the first two tutorials shipped with BizTalk are pretty good.
/Alan
Remaining Error …. I know its a large message 🙁
ERROR 3
*************************************************************
Event Type: Error
Event Source: XLANG/s
Event Category: None
Event ID: 10034
Date: 11/11/2005
Time: 6:36:56 PM
User: N/A
Computer: PSI-PC0032
Description:
Uncaught exception terminated serviceBizProject.BizProjectOrch(1a3b1de0-ed7a-8905-8219-05834f3856cc), instance
59e1dab5-5bbc-499f-81f2-48f441b28657
An error occurred when creating the specified type
‘Microsoft.Practices.EnterpriseLibrary.Data.Sql.SqlDatabase,
Microsoft.Practices.EnterpriseLibrary.Data, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null’.
Exception type: ConfigurationException
Source: Microsoft.Practices.EnterpriseLibrary.Configuration
Target Site: System.Type GetType(System.String)
Help Link:
Additional error information:Could not load file or assembly ‘Microsoft.Practices.EnterpriseLibrary.Data, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=null’ or one of its dependencies. The system cannot find the file
specified.
Exception type: FileNotFoundException
Source: mscorlib
Target Site: Void* _GetTypeByName(System.String, Boolean, Boolean, Boolean,System.Threading.StackCrawlMark ByRef, Boolean)
Help Link:
Additional error information:For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
*************************************************************Please first let me know whether I am following the right process beacuse I think something is
wrong the way I have integrated my Entlib Blocks in my Application. This Entlib Block is having some
problem.
Nothing is wrong with the BTS Config as it seems it is properly referring to my root App.config
……….. PLEASE LET ME KNOW SOON…
tks in advance
Howard
-
AuthorPosts