Quantcast
Channel: BizTalk 2004 Forum - Recent Threads
Browsing all 31 articles
Browse latest View live

Re: how to read constructed message as string in expression shape

First off, you want to use caution loading the message into a string.  Just make sure it isn’t “too big”.The easiest way I can think of is setting the message to an XML Document message.  Then, so...

View Article


Re: Breakpoints aren't hit when attaching custom pipeline component to...

You can get your PDB file in the Bin/Debug folder of your application manually copying it to GAC too, the default path looks some thing like...

View Article


Re: Messaging Engine failed to initialize the transport adapter

Getting the below error, Please help me.Biztalk 2003 WSE SP2A message sent to adapter "BiztalkMessagingEngine" on send port "SndToLynx" with URI "wse://tech5.con.com/.../Service" is suspended. Error...

View Article

Re: Messaging Engine failed to initialize the transport adapter

Here is the updated link. It seems your config section is incorrect. Can you post your config section here in the...

View Article

Re: Error: Finding document specification by message type failed

Hey I tryed both but I am still getting this error.Mark

View Article


Changes required for Domain Migration?

Hi, Can anyone help me with this question.If i want want to migrate biztalk groups, services from one domain to another domain. What are the changes, has to be done with Biztalk code?Please explain the...

View Article

Re: Changes required for Domain Migration?

Hi,  Here are a couple of links you can look at, to give you an idea of what's involved with domain migration in...

View Article

Re: New New New New New

hello sridhar, i like to join training on biztalk please inform if u have any contact no in chennaiRegards,Hariharik249581@gmail.com

View Article


BizTalk 2013 - Need to change the BAM portal default page representation and...

Hi, I am very new to BAM. I have a requirement to change the view of BAM portal home page representation or create a new web page for users where they can query data as per they want. If possible I...

View Article


Re: BizTalk 2013 - Need to change the BAM portal default page representation...

Hi,  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.

View Article

Re: Converting from String to Date via Scripting Functoids (C#)

string iString = "2005-05-05 22:12 PM";DateTime oDate = DateTime.ParseExact(iString, "yyyy-MM-dd HH:mm tt", System.Globalization.CultureInfo.InvariantCulture);More...

View Article
Browsing all 31 articles
Browse latest View live