[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Robert Maria Joseph

7/11/2004 10:43:00 AM

I am developing an enterprise application. I am using Enterprise Services provided by .NET.
I am calling these methods..
ContextUtil.SetComplete()
ContextUtil.SetAbort()
depending upon the transaction.

When I run my program, I am getting an exception
"There is no MTS object found".

I am unable to proceed further. Please show me a way to proceed further..
Regards,
--
Robert Maria Joseph
6 Answers

John Paul. A

7/11/2004 11:08:00 AM

0

Dear Joseph,
Can you tell me, what type of transaction option you are using in your application.
e.g., Disabled/NotSupported/Required/ etc..

--
Thanks & Regards,
John Paul. A
MCP


"Robert Maria Joseph" wrote:

> I am developing an enterprise application. I am using Enterprise Services provided by .NET.
> I am calling these methods..
> ContextUtil.SetComplete()
> ContextUtil.SetAbort()
> depending upon the transaction.
>
> When I run my program, I am getting an exception
> "There is no MTS object found".
>
> I am unable to proceed further. Please show me a way to proceed further..
> Regards,
> --
> Robert Maria Joseph

Robert Maria Joseph

7/11/2004 11:22:00 AM

0

Dear
I am not using any Transaction Option.

--
Robert Maria Joseph


"John Paul. A" wrote:

> Dear Joseph,
> Can you tell me, what type of transaction option you are using in your application.
> e.g., Disabled/NotSupported/Required/ etc..
>
> --
> Thanks & Regards,
> John Paul. A
> MCP
>
>
> "Robert Maria Joseph" wrote:
>
> > I am developing an enterprise application. I am using Enterprise Services provided by .NET.
> > I am calling these methods..
> > ContextUtil.SetComplete()
> > ContextUtil.SetAbort()
> > depending upon the transaction.
> >
> > When I run my program, I am getting an exception
> > "There is no MTS object found".
> >
> > I am unable to proceed further. Please show me a way to proceed further..
> > Regards,
> > --
> > Robert Maria Joseph

John Paul. A

7/11/2004 11:33:00 AM

0

Dear Joseph,
Please use <TransactionOption.Required>
If you want to do some transaction, you have to use TransactionOption property.
Please have a look at this link....

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconautomatictransactionsnetframeworkc...


--
Thanks & Regards,
John Paul. A
MCP


"Robert Maria Joseph" wrote:

> Dear
> I am not using any Transaction Option.
>
> --
> Robert Maria Joseph
>
>
> "John Paul. A" wrote:
>
> > Dear Joseph,
> > Can you tell me, what type of transaction option you are using in your application.
> > e.g., Disabled/NotSupported/Required/ etc..
> >
> > --
> > Thanks & Regards,
> > John Paul. A
> > MCP
> >
> >
> > "Robert Maria Joseph" wrote:
> >
> > > I am developing an enterprise application. I am using Enterprise Services provided by .NET.
> > > I am calling these methods..
> > > ContextUtil.SetComplete()
> > > ContextUtil.SetAbort()
> > > depending upon the transaction.
> > >
> > > When I run my program, I am getting an exception
> > > "There is no MTS object found".
> > >
> > > I am unable to proceed further. Please show me a way to proceed further..
> > > Regards,
> > > --
> > > Robert Maria Joseph

Robert Maria Joseph

7/11/2004 11:46:00 AM

0

Dear
Now it is working. The link you have given is a good one.
Can you give me your email-id for further guidance and clarifications.
--
Robert Maria Joseph


"John Paul. A" wrote:

> Dear Joseph,
> Please use <TransactionOption.Required>
> If you want to do some transaction, you have to use TransactionOption property.
> Please have a look at this link....
>
> http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconautomatictransactionsnetframeworkc...
>
>
> --
> Thanks & Regards,
> John Paul. A
> MCP
>
>
> "Robert Maria Joseph" wrote:
>
> > Dear
> > I am not using any Transaction Option.
> >
> > --
> > Robert Maria Joseph
> >
> >
> > "John Paul. A" wrote:
> >
> > > Dear Joseph,
> > > Can you tell me, what type of transaction option you are using in your application.
> > > e.g., Disabled/NotSupported/Required/ etc..
> > >
> > > --
> > > Thanks & Regards,
> > > John Paul. A
> > > MCP
> > >
> > >
> > > "Robert Maria Joseph" wrote:
> > >
> > > > I am developing an enterprise application. I am using Enterprise Services provided by .NET.
> > > > I am calling these methods..
> > > > ContextUtil.SetComplete()
> > > > ContextUtil.SetAbort()
> > > > depending upon the transaction.
> > > >
> > > > When I run my program, I am getting an exception
> > > > "There is no MTS object found".
> > > >
> > > > I am unable to proceed further. Please show me a way to proceed further..
> > > > Regards,
> > > > --
> > > > Robert Maria Joseph

John Paul. A

7/11/2004 12:04:00 PM

0

Dear Joseph,
Sorry.
According to Microsoft "Terms of Use", we should not give any email-id, If you have any querries, post it to the newsgroups.
Many people are there to hear..
--
Thanks & Regards,
John Paul. A
MCP


"Robert Maria Joseph" wrote:

> Dear
> Now it is working. The link you have given is a good one.
> Can you give me your email-id for further guidance and clarifications.
> --
> Robert Maria Joseph
>
>
> "John Paul. A" wrote:
>
> > Dear Joseph,
> > Please use <TransactionOption.Required>
> > If you want to do some transaction, you have to use TransactionOption property.
> > Please have a look at this link....
> >
> > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconautomatictransactionsnetframeworkc...
> >
> >
> > --
> > Thanks & Regards,
> > John Paul. A
> > MCP
> >
> >
> > "Robert Maria Joseph" wrote:
> >
> > > Dear
> > > I am not using any Transaction Option.
> > >
> > > --
> > > Robert Maria Joseph
> > >
> > >
> > > "John Paul. A" wrote:
> > >
> > > > Dear Joseph,
> > > > Can you tell me, what type of transaction option you are using in your application.
> > > > e.g., Disabled/NotSupported/Required/ etc..
> > > >
> > > > --
> > > > Thanks & Regards,
> > > > John Paul. A
> > > > MCP
> > > >
> > > >
> > > > "Robert Maria Joseph" wrote:
> > > >
> > > > > I am developing an enterprise application. I am using Enterprise Services provided by .NET.
> > > > > I am calling these methods..
> > > > > ContextUtil.SetComplete()
> > > > > ContextUtil.SetAbort()
> > > > > depending upon the transaction.
> > > > >
> > > > > When I run my program, I am getting an exception
> > > > > "There is no MTS object found".
> > > > >
> > > > > I am unable to proceed further. Please show me a way to proceed further..
> > > > > Regards,
> > > > > --
> > > > > Robert Maria Joseph

Robert Maria Joseph

7/11/2004 12:10:00 PM

0

Okay..
Thankz
--
Robert Maria Joseph


"John Paul. A" wrote:

> Dear Joseph,
> Sorry.
> According to Microsoft "Terms of Use", we should not give any email-id, If you have any querries, post it to the newsgroups.
> Many people are there to hear..
> --
> Thanks & Regards,
> John Paul. A
> MCP
>
>
> "Robert Maria Joseph" wrote:
>
> > Dear
> > Now it is working. The link you have given is a good one.
> > Can you give me your email-id for further guidance and clarifications.
> > --
> > Robert Maria Joseph
> >
> >
> > "John Paul. A" wrote:
> >
> > > Dear Joseph,
> > > Please use <TransactionOption.Required>
> > > If you want to do some transaction, you have to use TransactionOption property.
> > > Please have a look at this link....
> > >
> > > http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconautomatictransactionsnetframeworkc...
> > >
> > >
> > > --
> > > Thanks & Regards,
> > > John Paul. A
> > > MCP
> > >
> > >
> > > "Robert Maria Joseph" wrote:
> > >
> > > > Dear
> > > > I am not using any Transaction Option.
> > > >
> > > > --
> > > > Robert Maria Joseph
> > > >
> > > >
> > > > "John Paul. A" wrote:
> > > >
> > > > > Dear Joseph,
> > > > > Can you tell me, what type of transaction option you are using in your application.
> > > > > e.g., Disabled/NotSupported/Required/ etc..
> > > > >
> > > > > --
> > > > > Thanks & Regards,
> > > > > John Paul. A
> > > > > MCP
> > > > >
> > > > >
> > > > > "Robert Maria Joseph" wrote:
> > > > >
> > > > > > I am developing an enterprise application. I am using Enterprise Services provided by .NET.
> > > > > > I am calling these methods..
> > > > > > ContextUtil.SetComplete()
> > > > > > ContextUtil.SetAbort()
> > > > > > depending upon the transaction.
> > > > > >
> > > > > > When I run my program, I am getting an exception
> > > > > > "There is no MTS object found".
> > > > > >
> > > > > > I am unable to proceed further. Please show me a way to proceed further..
> > > > > > Regards,
> > > > > > --
> > > > > > Robert Maria Joseph