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

Problems automating SJA in linux

forums forums SQLyog Sync tools, Migration, Scheduled Backup and Notifications Problems automating SJA in linux

  • This topic is empty.
Viewing 5 reply threads
  • Author
    Posts
    • #15959
      darthwonka
      Member

      What is strange is that I just tried the generated command via command-line and it worked just fine.

      Is this possibly an environment problem? Do I need to set something special in the script?

      Code:
      user@localhost ~]$ /raid/httpd/html/iss_public/bin/sja -l/raid/httpd/html/iss_public/bin/sja.log /raid/httpd/html/iss_public/bin/public.xml
    • #15960
      darthwonka
      Member

      After running the command from a command line — then re-trying the script.. the script started working.

      Weird.

      If anyone has an explanation, I would love to understand this.

    • #15961
      darthwonka
      Member

      humm.. I just noticed that the automated cron is no longer working… same error as before.

      Anyone have any thoughts?

      UPDATE: This is still an issue for us.. Is anyone around to look into it?

    • #15962
      kenzy
      Member

      Check the permissions on your script file… it should have execute permissions.

    • #15963
      Ritesh
      Member

      Starting with v5.0, SJA takes two arguments. One for the log file and one for the session file. So now you can execute SJA like:

      ./sja -llogfile.log -ssessionlog.xml

    • #15964
      peterlaursen
      Participant

      I think it takes three parameters … don't forget the jobfile! đŸ˜‰

      like:

      sja jobfile.xml -llog.txt -ssession.xml

      The -s and -l parameters for specifying the session file and the log file are optional. A complete file path can be specified. That is useful if you donĂ¢â‚¬â„¢t have write privilege to the installation folder. If not specified default values logfile.txt and session.xml are used and files are placed in the directory from where SJA runs.

      The order of the three parameters is unimportant.

Viewing 5 reply threads
  • You must be logged in to reply to this topic.