|
 |
|
|
Hey, Suppose I have a repeating record. How would I insert the data in SQL database using stored procedures. Do you have an article explaining this.
Thanks for your help.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
Actually I am new to Biztalk, I know how to use SQL and .net. My query was how insert the repeating records data. Should I have to create a looping functoid or something else. Any reference will be of great help. In your compensation article, you created an object in XLANG and passed the object to .net. Have I to do something like that. Please let me know.
Thanks
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
When I try to deploy the application, I get following error:
"An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) "
Can someone please provide me with an insight on the solution. I have enabled remote connections for both TCP/IP and named pipes.
Thanks
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Did you set the DBLIB.EMPLOYEEUTIL environment variable?? :->
Always be there....| MCSD.NET | Sun Certified...
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
"These smaller atomic transactions which are completed/committed, cannot be rolled back and hence need to be compensated"
if so, why use atomic scopes inside L-R scopes?
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I think you should maintain an update history, so people will know what was changed. So, could you tell me what was updated this time?
Regards, Nish
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Why are you NOT approving my articles? Is there any problem or just plain discrimination?
Always be there....| MCSD.NET | Sun Certified...
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Naveen Karamchetti wrote: Why are you NOT approving my articles? Is there any problem or just plain discrimination?
Hello Naveen,
Nish is not an active member of the CodeProject editorial team. So I don't think you can blame him for any delays in editing and moving your articles from the Unedited section.
Regarding the moving of your articles, it will eventually be done by one of our editors, but it all depends on how many articles are already in the queue. Please take a look at the Unedited Reader Contributions[^] section to see the list of articles that are already in the queue [in additopn to the many we get via email everyday], many of which have been published much before than a lot of your already moved articles. We can only promise that we will try our best to ensure that articles are edited and moved as soon as possible.
Thank you for your patience and cooperation.
Regards, Smitha
Every problem has a gift for you in its hands. -- Richard Bach
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
 |
|
|
It is just a single line of code
System.Diagnostics.EventLog.WriteTo("Message","Description");
Always be there....| MCSD.NET | Sun Certified...
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
In the expression shape. Please download the article code and check it out.
Always be there....| MCSD.NET | Sun Certified...
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Hi Naveen,
Karthick here again, you have specified to Set Synchronized property to true to handle exceptions.
But in the Compenesation example you have made all of the Synchronized property as false and indeed they should be false because synchronized scopes can't nested eith other transcation. But how do they work i mean, the Compensate Shape in the Catch exception Block --> how it gets fired when Synchronized property is false.
I didn't get much about Synchronization, please give me any link or blog explaing breifly about Synchronization.
Thanks & Regards, Karthick G.
|
| Sign In·View Thread·PermaLink | 5.00/5 (1 vote) |
|
|
|
 |
|
|
Good point.
Note than an exception will be raised, if the send port is bound to any protocol other than a FILE. The second point to note is that the retry count must be zero in order for the exceptions to be raised. This will not apply to the case of a FILE protocol.
Please read my article for more info on Synchronization
http://www.codeproject.com/dotnet/BizTalkParallelBranching.asp[^]
thanks and hope this helps.
Always be there....| MCSD.NET | Sun Certified...
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
I am trying to configure BizTalk 2004 server in my machine by past one month. It was giving lot of errors all solved by myself. Now I am getting error saying that “BAS” URL not found in configuration database seems related to Share point service. Can you tell me correct workflow to install and configure?
I am using Windows 2003 os.
M.Sendilkumar Thomson Corporation,Bangalore,India.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
Steps to the best of my knowledge on a DEV box.
1. First install Window 2003 OS 2. Install IIS 3. Install SQL Server 2000 ( will all service packs) 4. Install STSV2.exe (Shapepoint service SP2 ) - you might have missed this one. Download this from MS DOwnload site. This is FREE and runs only on Win 2003 Server. 4.1 Configure Sharepoint Services to work with SQL Server 2000. (these steps are complex and time consuming)  5. Install VS.NET 6. Install BizTalk
Feel free to ping me in case of any issues. 
Always be there....| MCSD.NET | Sun Certified...
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
First of all thanks for your reply
I am following these steps exactly in same order. But problem is configuring Sahrepoint Service. While first time configuration everything was o.k,but bizTalk server configuration wizard was giving error "URL not found”, that is Sharepoint site url.i extracted the url from site configuration database table and tried to browse I got page not found error.
So I am thinking to start this from the scratch. Do you have any good document to guide this installation?
M.Sendilkumar Thomson Corporation,Bangalore,India
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |
|
|
 |
|
|
Why don't you try BT2006, it installs much easyer than 2004 and has better admin tools. I heard they just released the RTM version. The Beta 2 is one of the most stable and reliable tools I've ever experienced. I finished the implementation of a business integration with BT2006 and it works well for two months now.
|
| Sign In·View Thread·PermaLink | |
|
|
|
 |