Ericsson
 
 
Installation 
*

1. Does SDS 4.1 runs on Windows Vista?

Q: I would like to use SDS 4.1 under Windows Vista, does it work?

 

A: Yes, but not out of the box. We performed basic tests on the 32-bit Windows Vista Enterprise edition and found that it runs given some minor settings changes and software updates. 

 

Solution: Perform the following actions in order to run SDS on the 32-bits Windows Vista Enterprise Edition:

  • User Access Control feature must be disabled. *    
  • Disable the IPSec windows service if you plan to use the Symbian Emulator * 

(Click on Start, run..., type services.msc then press enter. Locate the IPSec Policy Agent windows service, right click on it and select Stop)

  • To make use of the Symbian Emulator on Vista, install the latest WinPcap version (4.0) available before installing SDS. If you have already installed SDS with bundled WinPcap 3.1 beta 4, uninstall the WinPcap 3.1 beta 4  and replace it with the latest WinPcap version (4.0).     
  • Disable the Base Filtering Service in Windows Vista, as it is known to block the Symbian Emulator Ethernet connectivity.  * 

(Click on Start, run..., type services.msc then press enter. Locate the Base Filetring Engine windows service, right click on it and select Stop)

  • The UDP and TCP checksum offloading feature on the network connection has to be disabled for WinPcap to function correctly and to ensure that Symbian Emulator can communicate with other components.     
  • Disable the IPv6 on the network connection in order to ensure the correct functioning of the Symbian Emulator.    

(Click on Start and open the control panel. Under Network and Intenet, click on View network status and tasks. To the right of your local area connection, click on View Status, then Properties. From the network interface protocol list, unselect Internet Protocol Version 6.)

  • To use the VoIP functionality, the sound card and drivers installed on the computer must be Vista compatible. Please install the latest drivers that work correctly with both speakers and microphone on the system, as there are many reports from our user community about incompatible or old drivers causing sound and recording features to malfunction under Vista.

The best results are usually achieved when VoIP calls are established between VoIP clients running on similar platforms. Make sure to use the same hardware and drivers/codecs on both sides. The quality of VoIP call between VoIP clients running on different hardware and different OS version may deteriorate due to incompatibility of drivers/codecs.

* Note that this operation may introduce security risks. Please use with care.

2. I get the following error when I install SDS: "The license key is invalid [88], please try again or contact Ericsson support."

Q: I get the following error when I install SDS: "The license key is invalid [88], please try again or contact Ericsson support."

 

A: This error occurs when a remote desktop connection is used to install SDS. It also occurs when using SDS remotely.

 

Solution: Do not use a remote connection to install or use SDS. Install SDS on your local machine and work directly on the machine where SDS was installed.

 

3. I upgraded to SDS 4.1 and the IMSM new functionalities does not work. Why?

Q: I upgraded to SDS 4.1 and the new IMSM functionalities such as large message transfer and one to many messaging does not work. Why?

 

A: New triggers need to be defined in the HSS provisioning to enable those new features.

 

Solution: Follow this procedure to migrate your existing provisioning data. Please note that any changes previously done for the IMSM triggers will be replaced.

  • Quit SDS   
  • Stop the SDS REmote Agent Windows Service   
  • Edit the c:\Ericsson\SDS4.1\RemoteAgent\applicationData\ifc.xml   
  • Locate the <initial-filter-criteria> tag having the <key>IMSM</key> subtag.   
  • Replace this entire <initial-filter-criteria> section with this new one. Because they are too long, some tags are split on two line. However, when you copy them, ensure that each tags are on a single line.

    <initial-filter-criteria>
        <key>IMSM</key>
        <priority>0</priority>
        <trigger-point>
            <condition-type-cnf>0</condition-type-cnf>
            <service-point-trigger>
                <name>SPT_1</name>
                <condition-negated>0</condition-negated>
                <group>0</group>
                <registration-type/>
                <sip-method>MESSAGE</sip-method>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_2</name>
                <condition-negated>0</condition-negated>
                <group>0</group>
                <registration-type/>
                <sip-header>
                    <header>Accept-Contact</header>
                    <value/>
                    <match-type-for-value>contains</match-type-for-value>
                    <parameters>+g.oma.sip-im</parameters>
                    <match-type-for-parameters>contains</match-type-for-parameters>
                </sip-header>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_3</name>
                <condition-negated>1</condition-negated>
                <group>0</group>
                <registration-type/>
                <sip-header>
                    <header>User-Agent</header>
                    <value>DeferredFunction</value>
                    <match-type-for-value>equals</match-type-for-value>
                    <parameters/>
                    <match-type-for-parameters>equals</match-type-for-parameters>
                </sip-header>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_4</name>
                <condition-negated>1</condition-negated>
                <group>1</group>
                <registration-type/>
                <sip-header>
                    <header>User-Agent</header>
                    <value/>
                    <match-type-for-value>contains</match-type-for-value>
                    <parameters/>
                    <match-type-for-parameters>contains</match-type-for-parameters>
                </sip-header>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_5</name>
                <condition-negated>0</condition-negated>
                <group>2</group>
                <registration-type/>
                <sip-method>INVITE</sip-method>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_6</name>
                <condition-negated>0</condition-negated>
                <group>2</group>
                <registration-type/>
                <sip-header>
                    <header>Accept-Contact</header>
                    <value/>
                    <match-type-for-value>contains</match-type-for-value>
                    <parameters>+g.oma.sip-im</parameters>
                    <match-type-for-parameters>contains</match-type-for-parameters>
                </sip-header>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_7</name>
                <condition-negated>0</condition-negated>
                <group>2</group>
                <registration-type/>
                <session-case>ORIGINATING</session-case>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_8</name>
                <condition-negated>0</condition-negated>
                <group>3</group>
                <registration-type/>
                <sip-method>INVITE</sip-method>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_9</name>
                <condition-negated>0</condition-negated>
                <group>3</group>
                <registration-type/>
                <sip-header>
                    <header>Accept-Contact</header>
                    <value/>
                    <match-type-for-value>contains</match-type-for-value>
                    <parameters>+g.oma.sip-im</parameters>
                    <match-type-for-parameters>contains</match-type-for-parameters>
                </sip-header>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_10</name>
                <condition-negated>0</condition-negated>
                <group>3</group>
                <registration-type/>
                <session-case>TERMINATING_REGISTERED</session-case>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_11</name>
                <condition-negated>0</condition-negated>
                <group>4</group>
                <registration-type/>
                <sip-method>INVITE</sip-method>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_12</name>
                <condition-negated>0</condition-negated>
                <group>4</group>
                <registration-type/>
                <sip-header>
                    <header>Accept-Contact</header>
                    <value/>
                    <match-type-for-value>contains</match-type-for-value>
                    <parameters>+g.oma.sip-im</parameters>
                    <match-type-for-parameters>contains</match-type-for-parameters>
                </sip-header>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_13</name>
                <condition-negated>0</condition-negated>
                <group>4</group>
                <registration-type/>
                <session-case>TERMINATING_UNREGISTERED</session-case>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_14</name>
                <condition-negated>0</condition-negated>
                <group>1</group>
                <registration-type/>
                <sip-method>MESSAGE</sip-method>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_15</name>
                <condition-negated>0</condition-negated>
                <group>1</group>
                <registration-type/>
                <sip-header>
                    <header>Accept-Contact</header>
                    <value/>
                    <match-type-for-value>contains</match-type-for-value>
                    <parameters>+g.oma.sip-im</parameters>
                    <match-type-for-parameters>contains</match-type-for-parameters>
                </sip-header>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_16</name>
                <condition-negated>0</condition-negated>
                <group>5</group>
                <registration-type/>
                <sip-method>SUBSCRIBE</sip-method>
            </service-point-trigger>
            <service-point-trigger>
                <name>SPT_17</name>
                <condition-negated>0</condition-negated>
                <group>5</group>
                <registration-type/>
                <sip-header>
                    <header>Event</header>
                    <value/>
                    <match-type-for-value>contains</match-type-for-value>
                    <parameters>auid=org.openmobilealliance.deferred-list</parameters>
                    <match-type-for-parameters>contains</match-type-for-parameters>
                </sip-header>
            </service-point-trigger>
        </trigger-point>
        <application-server>
            <server-name>sip:imsm.ericsson.com</server-name>
            <default-handling>SESSION_TERMINATED</default-handling>
        </application-server>
    </initial-filter-criteria>

  • Save the ifc.xml file   
  • Re-start the SDS Remote Agent Windows Service   
  • Re-start SDS
4. How do I use the ICP signed SIS files in SDS 4.1?

Q: How do I use the ICP signed SIS files in SDS 4.1?

 

A: The unsigned SIS files are installed by default. You need to update them with the ones provided in the ZIP archive you downloaded.

 

Solution: Follow this procedure:

  • Extract both the icp_s60_TCT_signed.zip and icp_uiq_TCT_signed.zip in a folder. Those files are part of the SDS ZIP distribution.
  • Copy the extracted SIS files to c:\Ericsson\SDS4.1\icp\Symbian
Last published October 5, 2007