Link to home
Start Free TrialLog in
Avatar of venkatraman_r
venkatraman_r

asked on

Siebel - AutomaticTrailingWildCards

Hi Gurus,

When I make a query in Siebel list applets, I want to avoid the 'LIKE' and '*' being appended to my query string. Hence I looked in Siebel supportweb and came across this FAQ:

FAQ 2256: How Can You Disable the Automatic Trailing Wildcard in a Query?  

Siebel suggested to add the hidden parameter

AutomaticTrailingWildcards = FALSE

under the [SWE] section in uagent.cfg. I did this but there is no effect.

Can anyone help please.

Thanks,
Venkat.
Avatar of Jekub
Jekub
Flag of United Kingdom of Great Britain and Northern Ireland image

What type of client are you using? Are you connected to the server or running locally?

It sounds like the problem is that you've set the value in the wrong place.

Avatar of venkatraman_r
venkatraman_r

ASKER

Hi,
Everything is right, except for the solutions from siebel.

The actual syntax is

AutomaticTrailingWildcards = FALSE (this worked)

and NOT

AutomaticTrailingWildCards = FALSE (Siebel suggested this..NOTE THE Upper 'C').

I found it myself..Thanks for your help and time anyway :-)


Can the Administrator close this and return the points to me please.

Thanks,
Venkat.
ASKER CERTIFIED SOLUTION
Avatar of CetusMOD
CetusMOD
Flag of Netherlands image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial