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

sja commandline fails

forums forums SQLyog Using SQLyog sja commandline fails

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #36246
      kelnreiter
      Participant

      Hello,

      I am trying to execute a syncjob.xml via the DOS cmd line. But the execution constantly fails.
      I am running SQLyog Job Agent v13.1.2 (64 bit) on Windows 10 Pro.

      C:> “C:\Program Files\SQLyog\SJA.exe” V:\admscripts\sqlyog_syncjob.xml
      => gives an “Error opening LOG file”

      C:> “C:\Program Files\SQLyog\SJA.exe” V:\admscripts\sqlyog_syncjob.xml -l sync.log
      => says “Invalid parameter for Logfile.”

      Has anybody an idea of what I am doing wrong here?

      Any help appreciated,
      thank you.

      –franz

    • #36503
      nomaam
      Participant

      I know this is old, but I had the same problem.

      The SJA is a very poorly written program. I’ve spent days battling to get the most simple things to work.

      when passing the log file you have

      -l logname.log

      it has to be

      -l”logname.log”

      no space between the -l and the quotes… ridiculous that the error doesn’t tell you anything useful.

Viewing 1 reply thread
  • You must be logged in to reply to this topic.