Forum Replies Created
-
AuthorPosts
-
[quote user="Siva"]Yeah I did that draw from source to Looping functoid then to before node and after node. I am still geting same out put. All before blocks appers then..all after blocks.[/quote]
Re-read the instructions. I said to the PARENT of before node and after node… -wa
great thanks
February 13, 2007 at 3:48 AM in reply to: ReceivePort ‘ReceiveSupplierIDMsgPort’ already exists. #17653If ur sure no Receive Port by that name exist…try restarting the Biztalk Service and then create the Receive Port again.
Can you post input and output schemas, and desired result? I'll try it out.
February 12, 2007 at 12:27 PM in reply to: How to cope with sending large file to WebService? #17648The entire error message would be:
WebException: The underlying connection was closed: An unexpected error occurred on a send.
IOException: Unable to write data to the transport connection: An established connection was aborted by the software in your host machine.
SocketException: An established connection was aborted by the software in your host machine
Yeah I did that draw from source to Looping functoid then to before node and after node. I am still geting same out put. All before blocks appers then..all after blocks.
Hi,
Thank you for your reply.
I tried that. I am getting error. It says that that new record is invalid. So I think we can not create our own node between sync and after. Because SQL Adaptor couldnt reconize it.
I am getting following error.
"HRESULT="0x80004005" Description="The specified XML namespace is invalid"
%ufeff<Root xmlns:ns00="urn:schemas-microsoft-com:xml-updategram"><?MSSQLError HResult="0x80004005" Source="Microsoft XML Extensions to SQL Server" Description="The specified XML namespace is invalid"?></Root>".
Check out the registry at "HKEY_LOCAL_MACHINE\SOFTWARE\MICROSOFT\BizTalk Server\3.0" with key "Product Edition".
draw from record source node to looping functoid and then looping functoid to parent node of 'before' and 'after'
-wa
To my understanding, these adapters aren't downloadable from the public MS website. I usually grab them from my MSDN subscription downloads.
Adapters like Oracle, SAP etc. are free for Biztalk, but dont get installed when you install BizTalk Server 2006. You'd need to download them from the microsoft website. They are included in a package, which contains the Oracle adapter as well. Once you download that package, follow the instructions on this link to install and configure them:
http://download.microsoft.com/download/2/4/c/24c19d0b-4f00-4c46-b74c-acc02988d4a0/Installing and Configuring Microsoft BizTalk Adapters for Enterprise Applications.htm
Regards,
Sajid.
Thanks for the reply,
I guess you are right the same is happening with me, the initial request takes considerably more time and then the following requests take lesser and more consistent time to process requests. What I've read about biztalk, why it should be doing this is that, when the process (BizTalk assembly containing the process) isn't utilized for a specified amount of time, it is unloaded from the memory, hence when you call it after that it takes time to process the request, but after that it loads that assembly in the memory for a specific period of time and calls made to it during that time would process faster and more consistently.
But this creates the problem of those initial calls (when the biztalk assembly is not loaded in the memory) would take more time, thats not a desirable option in most cases, so my question now is how can we avoid that initial lag in time that happens because of the assembly being not already loaded in the memory?
Also, is their a way we can set the time in biztalk to keep the assembly in memory, if the assembly isn't utilized (called)? and what would be the impacts of increasing that time?
Regards,
Sajid.
Sorry for the delay on responding…currently, I am only running a single host instance.
It looks like I'm out of luck. I'll need to use an External Assembly. Thanks.
-
AuthorPosts