Contributed by Andrea Gioia (SpagoBI Team)
sábado, 12 de outubro de 2013
SpagoBI - Uso de caracteres especiais como parâmetros (LOV)
Caso seja necessário o uso de caracteres especiais nos parâmetros dos LOV, como por exemplo um LOV para meses: Janeiro, Fevereiro, MARÇO, etc... e quando o valor MARÇO for selecionado, seu SpagoBI deixa de funcionar, siga as dicas abaixo:
the url string pattern is blocked by the spagobi's validator. You can find the pattern used by spagobi to validate the parameter's value in file SpagoBI/WEBINF/conf/tools/datasources/validation.xml
In particular this is the block of configuration that specify the pattern...
as you can see char ';' and '=' are not included in the pattern. For this reason your url parameter value is considered not valid. You can modify this block of configuration in order to include also ';' & '=' chars in the pattern and then restart the server. With this work around you should be able to save your db url.
Assinar:
Postar comentários (Atom)
Nenhum comentário:
Postar um comentário