ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Launching a Lotus Notes Doc from RPG/CL on an iSeries

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Launching a Lotus Notes Doc from RPG/CL on an iSeries

    I would like to launch a LN document from an RPG or CL program running on an AS/400 (iSeries, Power whatever they are calling it these days). The Lotus server is not running on the AS/400 server. Does anyone know how to do this?

    Bryan

  • #2
    Re: Launching a Lotus Notes Doc from RPG/CL on an iSeries

    Originally posted by bryanschmiedeler View Post
    I would like to launch a LN document from an RPG or CL program running on an AS/400 (iSeries, Power whatever they are calling it these days). The Lotus server is not running on the AS/400 server. Does anyone know how to do this?

    Bryan
    or notes server is a separate LPAR on the system...not sure if you can pull it off on other servers(pretty sure you can't but...) i kick off and FTP to the target system using the
    Code:
    quo rcmd [I]run domino script[/I]
    works pretty darn well. if the notes server is on Windoze, then you can look at the RUNRMTCMD (but you'll have to have the rexec service running on the windows server.
    I'm not anti-social, I just don't like people -Tommy Holden

    Comment


    • #3
      Re: Launching a Lotus Notes Doc from RPG/CL on an iSeries

      Try:

      Comment

      Working...
      X