Hello

I am using the QServer API (Java version) to deliver requests to an
FME server. There are a number of built-in parameters, such as 

--THEMES value --DestCoordSys BritNatGrid 

and so on. I am also passing my own named parameters which I can embed
in the files which FME  server needs to effect the translation. 

So I pass 

--MyWhereClause id=123456

Related to the datasource (Oracle), I have an fmi file which uses it
like this

MACRO WhereClause $(MyWhereClause)
ORACLE_DEF TABLE_OF_INTEREST
  ORACLE8I_WHERE_CLAUSE "$(WhereClause)"


This works just fine as long as there are no spaces in the value being
passed through id=123456 is fine but if I pass 'id = 123456', then
QServer complains about the format of the parameters. I have tried
every combination of quoting possible but can't get it to work. The
problem is defintely with Qserver and not FME Server. Perhaps there is
an easier way. 

Anyone got any solutions / workarounds ?

Thanks 

Chris








Join us at the FME Worldwide User Conference Sept. 21-22, 2006 Vancouver BC 
Canada. For more information, visit www.safe.com/2006uc.   
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/fme/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to