Search found 24 matches
- Wed Apr 16, 2014 12:27 pm
- Forum: Zend Server for IBM i
- Topic: ZF2 routing does not work on IBM i
- Replies: 2
- Views: 2651
Re: ZF2 routing does not work on IBM i
I found the following post on the net: https://www.openshift.com/kb/kb-e1073-getting-errors-trying-to-access-a-new-controller-on-my-zend-application With index.php in url it is wotking (http://ibmi.mycompany.lokal:10080/MyMobApp/index.php/customers), so I've checked my .htaccess and it looks similar...
- Mon Apr 14, 2014 11:31 am
- Forum: Zend Server for IBM i
- Topic: ZF2 routing does not work on IBM i
- Replies: 2
- Views: 2651
ZF2 routing does not work on IBM i
On fresh installation of ZendServer 6.3 with php 5.4 (OS Version V6R1) I've tried to run the mobile test project. At the point testing the RPC services there was not resoult at all. The same application deployed to my localhost on Win8 works as expected. To see what happens on IBM i, I've turned the...
- Sat Apr 12, 2014 5:00 pm
- Forum: Zend Server for IBM i
- Topic: ZendServer + Symfony2
- Replies: 1
- Views: 1620
Re: ZendServer + Symfony2
Hello Vinc, This looks like a wrong binding of mysql.so to libmysqlclient.so.xx. If existing interfaces of libmysqlclient has not changed from version 15 to 16, it is possible to copy the libmysqlclient.so.16 to libmysqlclient.so.15, or better make a symbolic link: ln -s libmysqlclient.so.16 libmysq...
- Thu Apr 10, 2014 1:32 pm
- Forum: Zend Server for IBM i
- Topic: php compiled with --disable-debug
- Replies: 0
- Views: 1672
php compiled with --disable-debug
Hello, I made a fresh installation of ZendServer 6.3.0 with php 5.4.23 on IBM i V6R1. When I tried to debug nothing happened. All config options are looking ok like allowed hosts ect. My local firewall should not be the problem, because debugging with another ZS is possible. After a while of researc...
- Fri Jun 22, 2012 9:23 am
- Forum: Zend Studio for IBM i
- Topic: how to connect to IBM i with php_pdo_ibm.dll
- Replies: 0
- Views: 4438
how to connect to IBM i with php_pdo_ibm.dll
I have an application that uses Pdo_Ibm driver with ZF running directly on the i5. Now I want to run Unit-/IntegrationTests on my Windows client started in Zend Studio. I was able to load php_pdo_ibm.dll, but it was not possible to connect to DB2 on i5. connection parameter from ini file: database.a...
- Tue Jun 05, 2012 12:25 pm
- Forum: Zend Server for IBM i
- Topic: prohibit to start I5_COMD at IPL
- Replies: 0
- Views: 1073
prohibit to start I5_COMD at IPL
Hi,
Is there a possibility not to start the Easycom job I5_COMD at start of subsystem ZENSSVR?
There is no autostart entry in the subsystem description for this job. I fear to get an error on startup, if I remove the JOBD, JOBQ, CLS and routing entry for it.
Thanks, Gabriel
Is there a possibility not to start the Easycom job I5_COMD at start of subsystem ZENSSVR?
There is no autostart entry in the subsystem description for this job. I fear to get an error on startup, if I remove the JOBD, JOBQ, CLS and routing entry for it.
Thanks, Gabriel
- Thu Feb 16, 2012 1:23 pm
- Forum: Zend Studio
- Topic: how to tell ZS on windows that shared memory functions exist
- Replies: 1
- Views: 778
Re: how to tell ZS on windows that shared memory functions e
I found a solution, but I have to outfox the system. The reason was that in .plugins\org.eclipse.php.core\__language__\xx...\ sysv*.php was missing. In this directory of the workspace the files are placed, that can be found in ZS under 'PHP Language Library'. I found the files in pdt-SDK-2.1.2.zip d...
- Wed Feb 15, 2012 6:25 pm
- Forum: Zend Studio
- Topic: how to tell ZS on windows that shared memory functions exist
- Replies: 1
- Views: 778
how to tell ZS on windows that shared memory functions exist
I'm using Zend Studio on windows, but the code runs on a Unix like system. I'd like to develop a daemon in php, so I need semaphores, shared memory and so on. ZS brings error messages 'call to undefined function'. I know this does not exist on windows, but I don't want to use it on windows, only dev...
- Thu Jul 28, 2011 8:25 am
- Forum: Zend Server for IBM i
- Topic: Use of named job queue
- Replies: 4
- Views: 2963
Re: Use of named job queue
One simple intention is to group jobs from the same type or belonging to the same business. The only possibility I have, is the job name to make grouping. I'd like to control the number of jobs per queue. If I have jobs from the same type, that I'd like to serialize, I'd define a queue where only on...
- Thu Jul 28, 2011 7:46 am
- Forum: Zend Server for IBM i
- Topic: Use of named job queue
- Replies: 4
- Views: 2963
Re: Use of named job queue
I'm working on i5 for a long time ant there are job queues (plural) very normal and there are good reasons to use it. In the API is the concept of named queues implemented, but it seems that there is no possibility to use, as long there is only one queue per server!! My expectation was, that the dae...