TechTalkz.com Logo

Go Back   TechTalkz.com Technology & Computer Troubleshooting Forums > Tech Support Archives > Microsoft > Microsoft BizTalk Server

Notices

Handle port suspending from orchestration

Microsoft BizTalk Server


Reply
 
Thread Tools Display Modes
Old 06-12-2007, 04:18 AM   #11
wendld
Guest
 
Posts: n/a
Re: Handle port suspending from orchestration

Hi,

Thanks for the prompt reply. URI property wont accept worng ones. It needs
to be unique as well..

ps: As far as i understand there should a means or some kind of property
where orchestration will get to know whether the send port is started or
stopped.

Thanks

"Jan Eliasen" wrote:

> On Wed, 5 Dec 2007 10:12:00 -0800, wendld <GenieLifts@news.postalias>
> wrote:
>
> >We are using DB2 Adapter. You r right that will work for File adapter. But i
> >am wondering any clue how to handle in DB2?

> It should work the same way.
>
> Try setting the send port to a URI that doesn't work, and see what
> happens?
>
> --
> eliasen, representing himself and not the company he works for.
>
> Private blog:
>
> Private email:
>

  Reply With Quote
Old 06-12-2007, 04:19 AM   #12
Jan Eliasen
Guest
 
Posts: n/a
Re: Handle port suspending from orchestration

On Wed, 5 Dec 2007 11:40:02 -0800, wendld <GenieLifts@news.postalias>
wrote:

>Thanks for the prompt reply. URI property wont accept worng ones. It needs
>to be unique as well..

Well, then stop DB2 after configuring the send port and see what
happens?

>ps: As far as i understand there should a means or some kind of property
>where orchestration will get to know whether the send port is started or
>stopped.

Not really. You can program it in a helper class yourself, using
explorerOM

--
eliasen, representing himself and not the company he works for.

Private blog:

Private email:
  Reply With Quote
Old 06-12-2007, 04:54 AM   #13
Jan Eliasen
Guest
 
Posts: n/a
Re: Handle port suspending from orchestration

On Wed, 5 Dec 2007 11:40:02 -0800, wendld <GenieLifts@news.postalias>
wrote:

>Thanks for the prompt reply. URI property wont accept worng ones. It needs
>to be unique as well..

Well, then stop DB2 after configuring the send port and see what
happens?

>ps: As far as i understand there should a means or some kind of property
>where orchestration will get to know whether the send port is started or
>stopped.

Not really. You can program it in a helper class yourself, using
explorerOM

--
eliasen, representing himself and not the company he works for.

Private blog:

Private email:
  Reply With Quote
Old 06-12-2007, 06:11 AM   #14
wendld
Guest
 
Posts: n/a
Re: Handle port suspending from orchestration

I did that. it did couple of retries and then got suspended. i couldnot find
the way to know that it is suspended from orchestration, that is the point
where i need to send email to the admin about the unavailability of server.
It works well if it is file adapter or soap adapter i can use
deliverynotification or soap exception but i am wondering microsoft has done
anything about db2?

"Jan Eliasen" wrote:

> On Wed, 5 Dec 2007 11:40:02 -0800, wendld <GenieLifts@news.postalias>
> wrote:
>
> >Thanks for the prompt reply. URI property wont accept worng ones. It needs
> >to be unique as well..

> Well, then stop DB2 after configuring the send port and see what
> happens?
>
> >ps: As far as i understand there should a means or some kind of property
> >where orchestration will get to know whether the send port is started or
> >stopped.

> Not really. You can program it in a helper class yourself, using
> explorerOM
>
> --
> eliasen, representing himself and not the company he works for.
>
> Private blog:
>
> Private email:
>

  Reply With Quote
Old 06-12-2007, 07:12 AM   #15
wendld
Guest
 
Posts: n/a
Re: Handle port suspending from orchestration

I did that. it did couple of retries and then got suspended. i couldnot find
the way to know that it is suspended from orchestration, that is the point
where i need to send email to the admin about the unavailability of server.
It works well if it is file adapter or soap adapter i can use
deliverynotification or soap exception but i am wondering microsoft has done
anything about db2?

"Jan Eliasen" wrote:

> On Wed, 5 Dec 2007 11:40:02 -0800, wendld <GenieLifts@news.postalias>
> wrote:
>
> >Thanks for the prompt reply. URI property wont accept worng ones. It needs
> >to be unique as well..

> Well, then stop DB2 after configuring the send port and see what
> happens?
>
> >ps: As far as i understand there should a means or some kind of property
> >where orchestration will get to know whether the send port is started or
> >stopped.

> Not really. You can program it in a helper class yourself, using
> explorerOM
>
> --
> eliasen, representing himself and not the company he works for.
>
> Private blog:
>
> Private email:
>

  Reply With Quote
Old 07-12-2007, 11:35 PM   #16
Jan Eliasen
Guest
 
Posts: n/a
Re: Handle port suspending from orchestration

On Wed, 5 Dec 2007 15:37:02 -0800, wendld <GenieLifts@news.postalias>
wrote:

>I did that. it did couple of retries and then got suspended. i couldnot find
>the way to know that it is suspended from orchestration, that is the point
>where i need to send email to the admin about the unavailability of server.
>It works well if it is file adapter or soap adapter i can use
>deliverynotification or soap exception but i am wondering microsoft has done
>anything about db2?

Well... All I can say is that they shouldn't have... but I can not
guarantee that they haven't. Most of the LOB adapters are not
developed by MS, but have been bought from other companies... so
maybe..

--
eliasen, representing himself and not the company he works for.

Private blog:

Private email:
  Reply With Quote
Old 08-12-2007, 12:25 AM   #17
Jan Eliasen
Guest
 
Posts: n/a
Re: Handle port suspending from orchestration

On Wed, 5 Dec 2007 15:37:02 -0800, wendld <GenieLifts@news.postalias>
wrote:

>I did that. it did couple of retries and then got suspended. i couldnot find
>the way to know that it is suspended from orchestration, that is the point
>where i need to send email to the admin about the unavailability of server.
>It works well if it is file adapter or soap adapter i can use
>deliverynotification or soap exception but i am wondering microsoft has done
>anything about db2?

Well... All I can say is that they shouldn't have... but I can not
guarantee that they haven't. Most of the LOB adapters are not
developed by MS, but have been bought from other companies... so
maybe..

--
eliasen, representing himself and not the company he works for.

Private blog:

Private email:
  Reply With Quote
Old 08-12-2007, 12:26 AM   #18
Jan Eliasen
Guest
 
Posts: n/a
Re: Handle port suspending from orchestration

On Wed, 5 Dec 2007 15:37:02 -0800, wendld <GenieLifts@news.postalias>
wrote:

>I did that. it did couple of retries and then got suspended. i couldnot find
>the way to know that it is suspended from orchestration, that is the point
>where i need to send email to the admin about the unavailability of server.
>It works well if it is file adapter or soap adapter i can use
>deliverynotification or soap exception but i am wondering microsoft has done
>anything about db2?

Well... All I can say is that they shouldn't have... but I can not
guarantee that they haven't. Most of the LOB adapters are not
developed by MS, but have been bought from other companies... so
maybe..

--
eliasen, representing himself and not the company he works for.

Private blog:

Private email:
  Reply With Quote
Old 08-12-2007, 12:35 AM   #19
Jan Eliasen
Guest
 
Posts: n/a
Re: Handle port suspending from orchestration

On Wed, 5 Dec 2007 15:37:02 -0800, wendld <GenieLifts@news.postalias>
wrote:

>I did that. it did couple of retries and then got suspended. i couldnot find
>the way to know that it is suspended from orchestration, that is the point
>where i need to send email to the admin about the unavailability of server.
>It works well if it is file adapter or soap adapter i can use
>deliverynotification or soap exception but i am wondering microsoft has done
>anything about db2?

Well... All I can say is that they shouldn't have... but I can not
guarantee that they haven't. Most of the LOB adapters are not
developed by MS, but have been bought from other companies... so
maybe..

--
eliasen, representing himself and not the company he works for.

Private blog:

Private email:
  Reply With Quote
Old 08-12-2007, 12:41 AM   #20
Jan Eliasen
Guest
 
Posts: n/a
Re: Handle port suspending from orchestration

On Wed, 5 Dec 2007 15:37:02 -0800, wendld <GenieLifts@news.postalias>
wrote:

>I did that. it did couple of retries and then got suspended. i couldnot find
>the way to know that it is suspended from orchestration, that is the point
>where i need to send email to the admin about the unavailability of server.
>It works well if it is file adapter or soap adapter i can use
>deliverynotification or soap exception but i am wondering microsoft has done
>anything about db2?

Well... All I can say is that they shouldn't have... but I can not
guarantee that they haven't. Most of the LOB adapters are not
developed by MS, but have been bought from other companies... so
maybe..

--
eliasen, representing himself and not the company he works for.

Private blog:

Private email:
  Reply With Quote
Reply

Thread Tools
Display Modes



< Windows Help - MS Office Help - Hardware Support >


New To Site? Need Help?

All times are GMT +5.5. The time now is 07:04 PM.


vBulletin, Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO
Copyright © 2005-2009, TechTalkz.com. All Rights Reserved - Privacy Policy
Valid XHTML 1.0 Transitional