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

Error Opening Session Job File

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications Error Opening Session Job File

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #23776
      peterlaursen
      Participant

      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.

    • #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 reply thread
  • You must be logged in to reply to this topic.