Tag: MFG/PRO

  • MFG/PRO Simple Init script for Tomcat and Progress OpenEdge

    haizz, đã bỏ dỡ qúa lâu, mốc meo hết rồi. tomcat.init #!/bin/bash HOME=/qserver/apache-tomcat-8.0.27/bin case “$1” in     start) # Main startup echo -n “Starting Apache Tomcat Server: “ $HOME/startup.sh echo “OK” ;;     stop) # Main shutdown echo -n “Shutdown Apache Tomcat Server: “ $HOME/shutdown.sh echo “OK” ;;     reload|restart) $0 stop…

  • [QAD error] Unable to get value of the property 'getAttribute': object is null

    Lỗi: Gặp lỗi này ghi mở Process Map Editor: Unable to get value of the property ‘getAttribute’: object is null or undefined in Process Maps. Process Maps give script error   Unable to get value of the property ‘getAttribute’: Object is null or undefined. 😐 lại nợ 1 tấm hình ở đây @@ Resolution: QAD SVG plugin chưa…

  • QAD – How to check QAD Software Compatibility?

    How can I verify what version of Java is needed to install and run my version of QAD? How can I verify my version of Progress is certified with my versions of QAD? What version of QAD Software can I install?any question for it… You can use http://store.qad.com/content/compatibility-guide to check it 🙂 Getting Started Add Products Add…