RAD Not Deployed?

Sort:
You are not authorized to post a reply.
Author
Messages
Micheal
New Member
Posts: 2
New Member
    Hi All - I recently installed MSCM (9.0.0.12) on an AIX server w/ Oracle DB.  The install of MSCM its self seems to be fine.  However, nothing appears to be getting populated from Lawson.  We specifically need to make use of RAD.  Entries in the mscm_server.log file seem to indicate that RAD is not deployed as well as information in the MSCM db/schema (see all below).  The install instructions don't seem to indicate any specific actions that need to be taken in order to install RAD.  Am I missing something?  Can anyone lend some guidance?

    from log file:
    DEBUG [com.lawson.mscm.rad.adapter.dme.POTRACKImportSchedulable] RAD Not Deployed. Scheduler will not import process POTRACK File.
    DEBUG [com.lawson.mscm.rad.adapter.dme.POTRACKImportSchedulable] RAD Not Deployed. Scheduler will not import process POTRACK File.
     
    Other log indicators of RAD not being deployed:
    DEBUG [com.lawson.mscm.platform.adapter.dme.InboundDeltaProcessSchedulable] APP: MPC,RAD not deployed
    DEBUG [com.lawson.mscm.platform.adapter.dme.InboundDeltaProcessSchedulable] APP: RAD not deployed
     
    from MSCM db/schema: 
    desc app_config
     Name                                      Null?    Type
     ----------------------------------------- -------- ----------------------------
     APP_ID                                    NOT NULL NUMBER(38)
     APP_NAME                                  NOT NULL VARCHAR2(30)
     IS_DEPLOYED                               NOT NULL CHAR(1)
     VERSION                                            VARCHAR2(20)
     
        APP_ID APP_NAME                       I VERSION
    ---------- ------------------------------ - --------------------
             1 SIM                            F
             2 MPC                            F
             3 RAD                            F
             4 PLATFORM                       T 9.0.0.12.13
     
    MSCMboy
    New Member
    Posts: 1
    New Member
      Based on your database entry:

      APP_ID APP_NAME I VERSION
      ---------- ------------------------------ - --------------------
      1 SIM F
      2 MPC F
      3 RAD F
      4 PLATFORM T 9.0.0.12.13

      Based on this results only the base platform was installed.

      The RAD (Receiving and Delivery module has not been installed. What is installed in your case is only the base platform files (mscm-base-90012.tar.gz) you need to extract the (mscm-rad-90012.tar.gz) and all required patches for you to have a proper installation of RAD. Then do the normal installation steps/procedures indicated in your installation guide.

      Hope this helps.
      Chesca
      Veteran Member
      Posts: 490
      Veteran Member
        Were you able to deploy RAD?
        You are not authorized to post a reply.