Here I will write about creating components using Model - View - Controler design pattern in Joomla! framework. Firs of all, what is MVC? MVC design pattern isolates business logic from user interface considerations, resulting in an application...
If you receive that exception, and you are using something like: ... var  Buffer: array [0..MAX_SIZE] of Char;  Than MAX_SIZE is too big, because Char can take small mount of data. Use better something like this: procedure...
Question is, how to browse messages, without deleting them from MQ? I did it with Delphi. You will need to change GetMsgOptions, at me it is like: MQGMO_DEFAULT : MQGMO = (StrucId:MQGMO_STRUC_ID; Version:MQGMO_VERSION_1; Options:MQGMO_NO_WAIT; ...
User Account Control setting you will find in: Control Panel > System Security > Action Center > Change User Account Control Settings IIS 7 log files are on my computer are in: C:\Inetpub\logs\LogFiles To get IIS manager, you can write in...
There are two posibillity to start transaction: 1. MQBegin - Queue-manager-coordinated global unit of work 2. MQPMO_SYNCPOINT - Queue-manager-coordinated local unit of work MQBegin is trivial, so I will not explain it. For MQPMO_SYNCPOINT you...
If you are receiving error Reason code:2102 - MQRC_RESOURCE_PROBLEM, then try following: Increase Log -> Log primary files and Log -> Log secondary files, to 20, for example, Increase Extended -> Error log size. Idea taken from here....
If the path to your PHP directory has spaces (e.g. "C:\Program Files\PHP") and IIS gives a 500+ error or responds with "The specified module could not be found." when you try to run a PHP script, try changing the ISAPI DLL's path in IIS (in the...