Edit1.0 Mobile Application Matrix Engine (MAME)
The MAME service is necessary for both PIN Blast and BlackBerry Browser Channel Support. It provides an HTTP
REST stle interface for these services. MAME is an ASP application that communicates with DCOM on the designated itrezzoAgent Server. The IIS Server can be on the local itrezzoAgent Server, or it can use COM remoting to interface with a remote itrezzoAgent Server
Edit2.0 Configuration
There are two locations in the itrezzoAgent MAME service.
Edit2.1 PIN Distribution Lists
PIN Distribution Lists are part of the
PIN Blast feature of itrezzoAgent. When a user is configured for a PIN Blast feature, the itrezzoAgent Server sends an
MDS Push to that user which contains the URL of the MAME service. Once the itrezzoAgent at the handheld receives the
MDS Push Packet, it will than issue an HTTP GET command to the MAME service, also via the
BlackBerry Mobile Data Service.

Setting PINDL Properties
From the itrezzoAgent Admnistrator:
- Expand the EPS container
- Right Click on the PIN Distribution Lists Container
- Choose Properites
- Set the path to HTTP://computername/MAME
- Hit the Test Button. Even if the test fails, be sure to perform the next step
- Hit the OK button
This URL can also be set from the Mandatory Browser Channel Configuration.
See the Trouble shooting section below to perform basic testing on the MAME REST interface. The path can also be entered as a URL in a browser, for example, open Internet Explorer and paste in HTTP://
computername/MAME
Edit2.2 Mandatory Browser Channels
Edit3.0 Troubleshooting
Mame is heavily dependent upon DCOM, Internet Information Server, .NET Framerworks and ASP. The following is a list of items to check when troubleshooting MAME. This list will become more detailed and expand in the near future.
Edit3.1 MAME CheckList
- Test using IE, or Firefox, http://computername/MAME
- Make sure that the WWW service is running
- Place a Text file in x:\program files\itrezzoAgent\MAME and attempt to access it remotely from a browser.
- Web Service Extenstions
- Allow ASP.Net
- Allow .NET Framework 2.0
- Allow Active Server Pages
- Permissions on the %TEMP% directory must allow IUSR_computername
- Permissions on the %TEMP% directory must allow Network services
- Permissions on the %TEMP% directory must allow ASP.Net account
- Re-Register ASP.net
- Open a CMD Prompt
- Change directories to the ASP.net version installed
- Example would be cd C:\Windows\Microsoft.NET\Framework\version of ASP.net
- Type in the following command
- Once completed restart itrezzo services
- Test MAME