Forum Replies Created
-
AuthorPosts
-
July 8, 2014 at 11:58 AM in reply to: Need for a good corporate training center for Biztalk 2009 in Bangalore #26394
Best Online/Home Tutor: http://www.thinkvidya.com/…/1141550
July 6, 2014 at 11:39 AM in reply to: BizTalk 2013 – Need to change the BAM portal default page representation and need to make a user friendly web page #26392Hi,
See if the following blog gives you the information you need to undertake your task:
blogs.msdn.com/…/bam-portal-customization-websites-customization.aspx
Good luck.
MessageBox_Message_Cleanup_BizTalkMsgBoxDb
MessageBox_Parts_Cleanup_BizTalkMsgBoxDb
PurgeSubscriptionsJob_BizTalkMsgBoxDb
MessageBox_DeadProcesses_Cleanup_BizTalkMsgBoxDb
TrackedMessages_Copy_BizTalkMsgBoxDb
TrackingSpool_Cleanup_BizTalkMsgBoxDb
Run the above jobs in SQL Server which will release the unused memory.
Hi,
From your calling orchestration, you can pass different message type to each of your called orchestration as a parameter, like I said in my earlier post, you need to get rid of the Receive shape in your called orchestration. Using a Start orchestration shape vs. a Call orchestration does not matter in your scenario unless you expect to do an asynchronous call in the former vs. a synchronous call in the latter.
Thanks so much for your response. But I need a receive shape in my called orchestration. The idea is that I'll have a main orchestration start up, make an entry to a sql table for processStart with dates, etc, then call several other orchestrations that will work with different types of messages. Those orchestrations will each have a receive shape for a different message. I thought it would be better to break it up into several orchestrations rather than have one with so many shapes. Would it make a difference if I used 'start' orchestration rather than 'call' orchestration?
Hi,
You get this error because you have a Receive shape in your secondary orchestration that is called by your primary orchestration. Take this receive shape out of the designer view in your secondary (called) orchestration, and you should be all set.
Good luck.
Hi,
Why are you trying to to publish a WCF service in BizTalk to wrap the call to the ADWS web service?
You should be able to build a send port in BizTalk administration console with transport type of WCF-nettcp to consume the Active Directory Web service directly, provided that you have ADWS configured correctly.
Good luck.
select ' ' for xml path('') worked for me…
Thanks for the reply.
June 12, 2014 at 5:57 AM in reply to: Failed to connect to the SQL database SSODB on SQL Server #26381Thanks a lot.It worked and saved time. 🙂
June 10, 2014 at 1:50 AM in reply to: Record only returning first record value to destination schema #26379Hi,
1. Check the Min and Max Occurs Property in the Destination Schema you have used it in your Mapper.
2. Use looping functoid on record level
June 4, 2014 at 5:47 AM in reply to: How to sequentially send the files to sendport from receivelocation? #26377Hi,
The protocols FTP, File, SQL, SMTP etc. do not have notion of the “order”.
Hi,
Verify that you have enabled receive HTTP and SOAP handlers.
Check the identity under which the application pool is running. Is it a member of the IIS_WPG and BizTalk Isolated Host Users groups?
Hi,
This is Microsoft's Message Queueing Service (MSMQ), if I were you, I would leave that service alone, as it was most definitely installed for a purpose in that environment. Here's an article for more details:
June 1, 2014 at 12:53 PM in reply to: BizTalk 2010: Send port not working and not showing up in Tracked Message Events #26372Hi Srini,
Is this an external web service? If it is, maybe your firewall settings are preventing the port from communicating with it. Check with your infrastructure team on that.
If it's an internal web service, if I were you, I would still get the infrastructure team to monitor the network packets to make sure nothing is being lost.
Or maybe something has changed with the web service itself since you said the port used to work previously, you might want to double check that web service.
Good luck.
hello sridhar, i like to join training on biztalk please inform if u have any contact no in chennai
Regards,
Hari
-
AuthorPosts