Search found 393 matches
- Thu Jul 28, 2016 10:07 am
- Forum: Zend Studio for IBM i
- Topic: SSH Error "Failed to connect sshd on"
- Replies: 2
- Views: 6021
Re: SSH Error "Failed to connect sshd on"
Hello, your Version of ZendStudio is relying on an older implementation of SSH. It needs SSH-variants which are disabled on your IBM i per default. You have two possibilities: Get a new Version of ZendStudio Change two SYSVALs on your IBM i: QSSLCSLCTL = *USRDFN (be aware that this prevents the auto...
- Mon Jun 20, 2016 2:15 pm
- Forum: PHP Questions / Hints
- Topic: Problem Consuming SOAP Service
- Replies: 1
- Views: 4325
Re: Problem Consuming SOAP Service
Just shooting from my hip: Have you defined the DNS-setting on your IBM i? Can you ping SOAP host from the command line?
- Wed May 25, 2016 2:00 pm
- Forum: Zend Server for IBM i
- Topic: Moved ZendSvr to a New Machine
- Replies: 3
- Views: 3148
Re: Moved ZendSvr to a New Machine
It should be in /usr/local/zendsvr6/share/ToolkitApi (actual Directory depends on your ZS version) and the php.ini directive include_path should also recognize this directory on default.
- Mon May 23, 2016 9:36 pm
- Forum: Zend Server for IBM i
- Topic: Moved ZendSvr to a New Machine
- Replies: 3
- Views: 3148
Re: Moved ZendSvr to a New Machine
Hello Don, the Easycom Toolkit got removed from ZendServer version 5.6.0 IIRC. But when you had an earlier version and did only updates, the Easycom Toolkit wasn't removed. In ZS 5.6.0 the XML toolkit got ntorduced which also contains a so called compatibility wrapper, which you can use instead. All...
- Tue Apr 26, 2016 10:55 am
- Forum: Zend Server for IBM i
- Topic: Move Zend Server install from one IBM i server to another
- Replies: 4
- Views: 4260
Re: Move Zend Server install from one IBM i server to anothe
ZS 5.x installs and runs definitely on V7R1. I have documented the installation steps of ZendServer 5.0.1. If interested drop me a PM with your mailaddress and I will gladly send it to you.
- Thu Mar 17, 2016 10:04 am
- Forum: Zend Server for IBM i
- Topic: Slow PHP performance gengeneral
- Replies: 4
- Views: 4817
Re: Slow PHP performance gengeneral
To be honest I haven't looked into why the performance is bad. But instead I want to ask you, what you want to accomplish. Just out of my experience I never had a problem with zendsvr nedding a few seconds to start since I will use CLI only for batch jobs where time isn't that important. Where time ...
- Fri Feb 05, 2016 9:09 am
- Forum: Zend Studio for IBM i
- Topic: Remote server connection using SSH
- Replies: 5
- Views: 8666
Re: Remote server connection using SSH
What error message do you get?
- Thu Jan 14, 2016 3:06 pm
- Forum: Zend Studio for IBM i
- Topic: Studio 8.0.1 and IBM i V7.R1 TR11 Problems
- Replies: 1
- Views: 5221
Re: Studio 8.0.1 and IBM i V7.R1 TR11 Problems
Hello Joe I had the same problem with ZendStudio 9 and after changing to V7R2. Problem was that the KeyExchanges 'diffie-hellman-group-exchange-sha1' & 'diffie-hellman-group1-sha1' weren't available anymore. After adding the following line to /QOpenSys/QIBM/UserData/SC1/OpenSSH/etc/sshd_config KexAl...
- Mon Dec 07, 2015 12:00 pm
- Forum: Zend Studio for IBM i
- Topic: Studio Connection To IBM i
- Replies: 5
- Views: 9275
Re: Studio Connection To IBM i
[...] Erich would you still develop on the PC & push, if Git wasn't being used? [...] It depends on your circumstances. If you're the sole developer and do not plan on increasing team size, nothing is wrong with developing on PC and pushing it without Git. Otherwise I would only do it if any form o...
- Tue Dec 01, 2015 9:08 am
- Forum: Zend Studio for IBM i
- Topic: Studio Connection To IBM i
- Replies: 5
- Views: 9275
Re: Studio Connection To IBM i
We're developing on PC and pushing it to the i using Remote Server Support in Zend Studio. This way it's also possible to use Git (or any other source control). I did an article on this topic a few years back and I still think this is a great setup and would start using it again. Feel free to ask if...