Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Error Opening Session Job File #23777
    fredp
    Member
    peterlaursen wrote on Apr 12 2007, 04:07 PM:
    I understand you can run it interactively from a console, but not from CRON. true?

    If so it is a file system or privilege issue!

    First understand that the “session xml file” is not the jobfile. They are two different files (both in XML format). The session XML file is used internally.

    Did you try the full syntax like:

    Code:
    ./sja “full path to jobfile.xml” s”full path to sessionfile.xml” l”full path to logfile.txt”

    note the use of doublequotes and the s-parameter to specify the session file path. Specify a path where the user executing the corbjob has read and write privileges.

    Hi,

    I knew the difference between the jobfile session and log.

    On a previous attempt I simply forgot to put the double quotes around the jobfile as well.

    It is now working, providing full path to the jobfile / sessionfile / logfile all surrounded by quotes.

    Many thanks.

Viewing 1 post (of 1 total)