Search found 151 matches
- Tue Apr 07, 2015 8:23 pm
- Forum: PHP Questions / Hints
- Topic: initiate pcom session?
- Replies: 3
- Views: 4004
Re: initiate pcom session?
You can use WScript.shell in ActiveX to execute a command such as Windows 5250 emulator client session. For example: function callShellApplication(){ var objShell = new ActiveXObject("WScript.shell"); objShell.run(' "C:\Users\sam\AppData\Roaming\IBM\Client Access\Emulator\private\Session1.WS" ');
- Tue Apr 07, 2015 7:46 pm
- Forum: Zend Server for IBM i
- Topic: Ending Zend Server subsystem switches job to CCSID 37
- Replies: 2
- Views: 2567
Re: Ending Zend Server subsystem switches job to CCSID 37
The fix is included in ZS 8.0.2
- Thu Feb 12, 2015 1:40 pm
- Forum: Zend Server for IBM i
- Topic: Zendserver stops working
- Replies: 4
- Views: 3933
Re: Zendserver stops working
I would suggest to upgrade your current Zend Server version to latest version.
- Sun Feb 08, 2015 9:03 am
- Forum: Zend Server for IBM i
- Topic: Zendserver stops working
- Replies: 4
- Views: 3933
Re: Zendserver stops working
It looks like a directory or a file in Zend Server directory /usr/local/zendsvr6 was removed or renamed. One option is to restore the Zend Server directory from backups. Another option is to upgrade Zend Server (apply PTF) to latest version 8.0.1. The upgrade does not change any configuration files ...
- Thu Jan 22, 2015 3:26 pm
- Forum: Zend Server for IBM i
- Topic: Ending Zend Server subsystem switches job to CCSID 37
- Replies: 2
- Views: 2567
Re: Ending Zend Server subsystem switches job to CCSID 37
Your request is forwarded to R&D. Thanks
- Sun Jan 18, 2015 2:44 pm
- Forum: Zend Server for IBM i
- Topic: Zend Server Versions
- Replies: 5
- Views: 3960
Re: Zend Server Versions
Zend Server in IBM DVD is very old version (I think it version 5.2). You'd better off to download the latest Zend Server for IBMi from Zend site. I believe you should recieve one year license free
- Sun Jan 18, 2015 2:34 pm
- Forum: Zend Server for IBM i
- Topic: Zend Server becomes non responsive.
- Replies: 21
- Views: 25156
Re: Zend Server becomes non responsive.
Sometimes if IBMi server is not powerful enough, PHP takes longer time to process the request which makes Zend Server is not responsive. Here is a way to increase the request and process time in Zend Server: 1. Increase max_execution_time directive in /usr/local/zendsvr6/etc/php,ini: max_execution_t...
- Sun Jan 18, 2015 2:19 pm
- Forum: Zend Server for IBM i
- Topic: zend server 6, getting blank page from :10081/zendserver
- Replies: 6
- Views: 6234
Re: zend server 6, getting blank page from :10081/zendserver
Here is another way to check why the Zend Server Apache jobs do not start. Start Zend Server using STRHTTPSVR command: STRTCPSVR SERVER(*HTTP) HTTPSVR(ZENDSVR6 '-ve') If Zend Server jobs did not start in QHTTPSVR subsystem then check the error log printed in QTMHHTTP spool files: WRKSPLF SELECT(QTMH...
- Sun Jan 18, 2015 1:42 pm
- Forum: Zend Server for IBM i
- Topic: How To Remove HTTPS Certificates From iSeries
- Replies: 1
- Views: 2189
Re: How To Remove HTTPS Certificates From iSeries
It looks like that WordPress HTTPS settings are defined in WordPress URL definition. Go to Settings > General and make sure that the WordPress Address (URL) and Site Address (URL) is http and not https SSL usage in IBMi requires SSL directives entries in Apache httpd.config file. For example: #SSL s...
- Sun May 18, 2014 1:33 pm
- Forum: Zend Server for IBM i
- Topic: Sort order with Umlaute (öäü) How SRTSEQ=*LANGIDUNQ
- Replies: 6
- Views: 4395
Re: Sort order with Umlaute (öäü) How SRTSEQ=*LANGIDUNQ
Try the following language combination in FastCGI:
FastCGI Language and CCSID settings (/www/zendsvr6/conf/fastcgi.conf):
CCSID (ASCII) . . . . . : 819
Language ID . . , , , , : de_DE
FastCGI Language and CCSID settings (/www/zendsvr6/conf/fastcgi.conf):
CCSID (ASCII) . . . . . : 819
Language ID . . , , , , : de_DE