Tell amgr run regression

Hello,

I was used to run some agent via console using tell amgr run “application” ‘agent’.

One of my agent is located in a directory containing a white space (ex: ‘foo bar’). This was not a problem with Domino 6.5.4. We switched to 8.0.2 yesterday and this is not working anymore.

AMgr : Syntax for run command : tell amgr run “db filname” ‘agent name’.

How can I escape from this problem ?

The problem is clearly coming form the white space. Running agent in another directory that did not contain white space is working perfectly.

Thanks for any advice.

NB : another problem I had in 6.5.4, if the dbname add two dot inside (ex: foo.bar.nsf), the filename parsing failed miserably.

WEBB7MLK9G

Subject: Re: tell amgr run regression

An SPR has already been created to investigate this issue. I encourage you to contact IBM Lotus Support & report this problem, as this will add weight to getting it fixed.

Subject: Re: Re: tell amgr run regression

I believe this is SPR: BTRS7K6LXA.

Subject: Workaround on 8.5.1

I used apostrophe surrounding BOTH file path AND agent and this works.Tell Amgr Run ‘Apps\Some Application\MyApplication.nsf’ ‘Sample Agent’