Hey Steve, CLI applications must be stopped and restarted before changes to the db2cli.ini take effect. Did you do this?
You can also select the coordinator node of an application by setting the environment variable DB2NODE to the node you wish. Check to see if this is set in your environment. If it is, perhaps it takes precedence over the db2cli.ini setting. Or you can have your CLI application do a putenv system call to set the DB2NODE environment variable. Don Baugh -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Mazer Sent: Friday, May 17, 2002 10:56 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [DB2EUG] db2cli.ini modification Thanks for the command, Miguel. It does now appear in the cli configuration, but I can't get it to take effect. Steve At 10:10 AM 5/17/2002 -0400, [EMAIL PROTECTED] wrote: >Steve, > >You can use the DB2 COMMAND > >GET/RESET/UPDATE CLI CFG >where "DB2 UPDATE CFG" has the following parameters: > >UPDATE CLI CONFIGURATION [AT {USER | GLOBAL} LEVEL] FOR SECTION section-name >USING {CLI-keyword value ...} > >Regards. >Miguel Celi > > >>Has anyone ever modified the db2cli.ini file directly? I want to add the >>CONNECTNODE keyword to a databse so that different clients connect to >>different partitions of a DB2 UDB EEE database. I tried making the change, >>then connecting to the database, but I still connect to the '0' partition. >>This modification cannot be done using the settings notebook and must be >>done manually. Any suggestions? >> >>Regards, >>Steve >>- >>::: When replying to the list, please use 'Reply-All' and make sure >>::: a copy goes to the list ([EMAIL PROTECTED]). >>*** To unsubscribe, send 'unsubscribe' to [EMAIL PROTECTED] >>*** For more information, check http://www.db2eug.uni.cc >> > > >-- >Miguel Celi >DB2 DBA Expert Solutions Certified >Chicago, IL >USA - ::: When replying to the list, please use 'Reply-All' and make sure ::: a copy goes to the list ([EMAIL PROTECTED]). *** To unsubscribe, send 'unsubscribe' to [EMAIL PROTECTED] *** For more information, check http://www.db2eug.uni.cc - ::: When replying to the list, please use 'Reply-All' and make sure ::: a copy goes to the list ([EMAIL PROTECTED]). *** To unsubscribe, send 'unsubscribe' to [EMAIL PROTECTED] *** For more information, check http://www.db2eug.uni.cc
