Re: Where in the BT DBs is the Transport Properties for Adapters?
From: Filipe Pinto (FilipePinto_at_discussions.microsoft.com)
Date: 11/02/04
- Next message: esgraham: "Adapter deployment"
- Previous message: Scott Woodgate \(MS\): "Re: log4net and Biztalk"
- In reply to: Balaji Thiagarajan: "Re: Where in the BT DBs is the Transport Properties for Adapters?"
- Next in thread: Balaji Thiagarajan: "Re: Where in the BT DBs is the Transport Properties for Adapters?"
- Reply: Balaji Thiagarajan: "Re: Where in the BT DBs is the Transport Properties for Adapters?"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 2 Nov 2021 06:45:02 -0800
Balaji,
Thanks for your reply. The expression "holds ALL data" is not accurate.
Consider this scenario:
You have a send-receive SQL port that executes a stored procedure named
"spRetrieveProductCatalog".
What i need is to know where the "SQL Command" of the SQL Adapter Transport
Properties is stored.
Maybe this way it will clear my posting and i will be able to get additional
help!
Thanks,
Filipe
"Balaji Thiagarajan" wrote:
> "bts_sendport_transport" table in BizTalkMgmtDB database holds all the
> config value for the sendport transport type.
>
> --
> Balaji Thiagarajan
> MCP (BizTalk)
> http://biztalkbits.blogspot.com
> --
>
>
> "Filipe Pinto" <Filipe Pinto@discussions.microsoft.com> wrote in message
> news:7D6E1E74-91BA-4DDC-BA00-0549C49332D5@microsoft.com...
> > I would like to know where does BizTalk store the transport data for the
> > SQL adapter.
> >
> > We use the SQL Adapter to execute stored procedures and now that
> > we're configuring security i would like to know an easy way to query the
> > BizTalkConfigDB to determine what stored procedures is being executed.
> >
> > This is what I already did:
> >
> > 1 - I selected all rows from all tables in the 'BizTalkMgntDB' and
> > 'BizTalkMsgDB' looking for the 'exec spStoredProcedureName' (didn't find
> it)
> >
> > 2 - I used the SQL Query Profiler but it is some how difficult to go over
> it.
> >
> > 3 - I know that the table adm_ReceiveLocation has a column called
> > 'uidCustomCfgID' that contains a GUID but i don't know where to map it to
> >
> > 4 - I know that i can use the ReceiveLocation class to retrieve this
> > information but i was looking for something a lot more simple.
> >
> > I appreciate your help on this matter.
> >
> > Thank you,
> >
> > Filipe Pinto
>
>
>
- Next message: esgraham: "Adapter deployment"
- Previous message: Scott Woodgate \(MS\): "Re: log4net and Biztalk"
- In reply to: Balaji Thiagarajan: "Re: Where in the BT DBs is the Transport Properties for Adapters?"
- Next in thread: Balaji Thiagarajan: "Re: Where in the BT DBs is the Transport Properties for Adapters?"
- Reply: Balaji Thiagarajan: "Re: Where in the BT DBs is the Transport Properties for Adapters?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|