From: Sahana on
Could you please tell me under which schema the Trusted Context statement has been created ?



Ultrak The DBA wrote:

db2look and trusted context
07-Apr-10

for DB2 V9.5.0.4 is there a switch for db2look that will have it
create the db2 trusted context commands? I have noticed that the old
tried and true

db2look -d db1343 -z sdb1343 -e -l -f -c -x -o db1343.look

does not contain this data.

or is there another method for getting this data.

ie

CREATE TRUSTED CONTEXT trusted_cxt_16 BASED UPON CONNECTION USING
SYSTEM AUTHID bbartee default role EP_DATA_primary enable
ATTRIBUTES ( ADDRESS '192.168.0.1' ) ;

Previous Posts In This Thread:


Submitted via EggHeadCafe - Software Developer Portal of Choice
Make Your Apps Talk to Each Other: Asynchronous Named Pipes Library
http://www.eggheadcafe.com/tutorials/aspnet/478ca475-2fd9-45d6-9090-5acdaeb00162/make-your-apps-talk-to-ea.aspx
From: Ultrak The DBA on
the db2secad user creates the trusted context (login granted secadm)

this syntax did give me trusted context
db2look -d dbtcf -e -l -f -c -x

Hip Hip Hooray


On Apr 8, 11:56 pm, Sahana HA wrote:
> Could you please tell me under which schema the Trusted Context statement has been created ?
>
> Ultrak The DBA wrote:
>
> db2look and trusted context
> 07-Apr-10
>
> for DB2 V9.5.0.4 is there a switch for db2look that will have it
> create the db2 trusted context commands? I have noticed that the old
> tried and true
>
> db2look -d db1343 -z sdb1343 -e -l -f -c -x -o db1343.look
>
> does not contain this data.
>
> or is there another method for getting this data.
>
> ie
>
> CREATE TRUSTED CONTEXT trusted_cxt_16  BASED UPON CONNECTION USING
> SYSTEM AUTHID  bbartee  default role EP_DATA_primary enable
> ATTRIBUTES ( ADDRESS '192.168.0.1' )  ;
>
> Previous Posts In This Thread:
>
> Submitted via EggHeadCafe - Software Developer Portal of Choice
> Make Your Apps Talk to Each Other: Asynchronous Named Pipes Libraryhttp://www.eggheadcafe.com/tutorials/aspnet/478ca475-2fd9-45d6-9090-5...