Hi,
Is there a possibility using the oeprop to add a directory to existing propath of agent ?
Kind regards
Gerd
Hi Gred,
Try using the '-f' option for merging the properties. But the input it takes is another property file.
example is : oeprop -f myfile.props
See the article : knowledgebase.progress.com/.../PASOE-equivalent-of-mergeprop-000084179.
search for the section : To modify a set of properties:
Hopefully that helps.
Thanks and Regards,
Ram Krushna
Hi Sanjeva,
Thank you for the response , but my question was in fact adding an entry to the propath without erasing what was in it
eg.
oeprop <.......PROPATH>=c:\temp
add an entry to propath with oeprop so that we get c:\temp,c:\temp\test
I hoped the oeprop +<.......PROPATH> would do something like that
there are some defaults that are already in the propath (after creating the instance with pasman create) that we want to keep, but we want to add our proper entries to it also
Hi Gred,
Try using the '-f' option for merging the properties. But the input it takes is another property file.
example is : oeprop -f myfile.props
See the article : knowledgebase.progress.com/.../PASOE-equivalent-of-mergeprop-000084179.
search for the section : To modify a set of properties:
Hopefully that helps.
Thanks and Regards,
Ram Krushna
Just wanted to highlight that oeprop -f will not merge values from the input properties file but rather will overwrite the instance's values with those from the file (ie a destructive write).
The approach @gdb390 shows is how you have to do it today (store in an intermediary variable).