Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
Former Member

Hello,

Steps to deploy Agentry Application in SMP 2.3 : Find the Same Steps in Attached Images

Create the ZIP file for Deploy the Agentry application in SCC. ZIP file should contain the following files.

    1. Application Folder: This folder contains Development Folder / Productions Folder. If it contains Development folder, some configuration changes need to done in Agentry.ini file.
    2. Java Folder
    3. Agentry.ini
    4. AgentryLogging.ini(based on this file configuration Log files will generate)
    5. ini4j
    6. JavaBE.ini
    7. librfc32
    8. sapjco
    9. sapjcorfc

Select the all files and right click and click on send it to compressed zip file. Once Zip file is created give the Proper name with Version Conversion.(don’t create .rar file etc…)

For more details refer the following screen shot.


  1. Login in SCC  with your credentials(For Example use Username:-agentry Password:-agentry123)

  2. Expand the localhost running Menu à Click on Application tab(Contains the list of all applications already deployed in SCC)

  1. For Deploy the New Agentry Application Click on New Button.

  1. Fill the all Mandatory fields:
    1. Application ID:-Give unique name to application each time you deploy(For Ex:- AgentrySAPWM6.0.1)
    2. Display Name:-It can be same as name in application ID
    3. Description:-It can be same name as in application ID
    4. Client SDK type:-Select the Agentry from the Dropdown list.
    5. Click on Application File->Click on browse and select the path of your ZIP folder which created in Step : 1
    6. Wait till Active time: immediate combo box Enable Mode, Once Enable then only Click on OK Button.
    7. If Application is Register Successfully, success message will display in Top of the Page. Then Restart the SMP Services. Follow the following steps for Restart the SMP Services.
      1. Select the localhost Menu à Mobile Server tab àclick on server name check box àclick Restart button.
      2. Wait till you get the message “”. Restart Services Process will start with the following Messages.

  1. If we get Application Registration Fail Message, follow the following steps for solve the issue.
    1. Delete the Deployed Application.
    2. Kill the AgentryServer.exe Process from Task Manager if it available.
    3. Restart the All SMP Services using given shot cuts in SCC Server Desktop.

 

  1. First Click on Stop SAP Mobile Platform Service icon with Run as Administration Option.
  2. Click on Start SAP Mobile Platform Service icon with Run as Administration Option.
  3. Then Repeat the Same Steps from STEP 5.

  1. Check the Application Status using following steps.
    1. Expand the Application menu in SCC->Select the Application à show the status of application in right side Panel. If Application Registration done without errors Status Message should be (STARTED/RUNNING).
    2. If Status is not in STARTED/RUNNING/EDRINUSE, it seems Application contains some errors.
  2. Configuration Need to Done in Agentry .ini file when it is Development Version
    1. In [Configuration] section  Set developmentServer=True
    2. In [Java-1] section give the all .jsr files path in classPath and define the serverClass
      1. classPath=.\Java\Agentry-v5.jar;.\Java\SAPCommon-122971.jar;.\Java\SAPWM-6.0.0.0.jar;.\ini4j.jar;.\sapjco.jar;
      2. serverClass=com/syclo/sap/workmanager/Server
    3. In [java-1] Define the initialHeapSize=128,maxHeapSize=1024(this is applicable to both Production & Development Versions).

Important Note: - In SMP 2.3 Version try to keep only one Agentry Application at a time. System will allow deploying the multiple applications, but some time it will create the Memory Issues. Try to keep only one application For Better performance. If you want to deploy the New Version First Delete the Existed Application & Restart the SMP Services (Step are e given in STEP 5 (g)).

How to Check Application Logs:

<SMP Installation Path>\ Servers\UnwiredServer\logs\<Application Id>

C:\SAP\MobilePlatform\Servers\UnwiredServer\logs\WMSMPDev6.0.1.9

Application Deployment Path in SMP Server:

<SMP Installation Path>\ MobilePlatform\Servers\UnwiredServer\Repository\Agentry\default\<Application Id>

For Example: C:\SAP\MobilePlatform\Servers\UnwiredServer\Repository\Agentry\default




Thanks


Krishna

Labels in this area