When saving Mart model getting error on
This indicate the Apache server times out
Please go to
C:\Program Files\erwin\Mart Portal\Apache\conf\extra
Increase timeout in httpd-vhosts.conf file
change <Location /MartServer>
ProxyPass http://localhost:18172/MartServer connectiontimeout=5 timeout=300
to http://localhost:18172/MartServer connectiontimeout=5 timeout=3000
If you are using ssl Please change the same line in httpd-ssl.conf
change <Location /MartServer>
ProxyPass http://localhost:18172/MartServer connectiontimeout=5 timeout=300
to http://localhost:18172/MartServer connectiontimeout=5 timeout=3000