Friday, July 3, 2015

Installation of COBOL license on Linux environemnt

Installation of Micro Focus License Manager on Linux environment.

1. Log in to the server as root user

2. [root@ ]# cd /opt/cobol/microfocus/mflmf


3. [root@ mflmf]# ls
aslmf  INSTMAIN.S  lmfdbrecover  lmfnewdb.gnt    mflmadm     mflm_cmd     mflmfd
bin    lang        lmfgetpv      LMFOPTPLATFORM  mflm_admin  mflmfdb      mflmfd
devas  lib         lmf-mess      LMFVERNO        mflmcmd     mflmfdb.idx  MF-LMF

4. Command to stop the License Manager
    ./lmfgetpv k
 
5. [root@mflmf]# ./mflmadm
lqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqk
x                  Micro Focus License Administration Services                 x
x                               Main Screen                                    x
x                                                                              x
x   Product Details:      Name        Server Express (Model 1)                 x
x                         Version                                              x
x                                                                              x
x   License Details:      Seat/Process        Seat                             x
x                         Units               0001                             x
x                         Duration            Unlimited                        x
x                         Type                DCH                              x
x                                                                              x
x   Issuing Details:      Issue Point         33795                            x
x                         Issuer              P                                x
x                         Foundry             N                                x
x                         Key Version         01                               x
x                                                                              x
x    License Key:    Serial  No       PEOPLESOFT-SX-DEV                        x
x                    License No       01030 10000 014A8 40305 8489             x
x                                                                              x
x                                                                              x
xqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqx
xF1=help F2=key F3=install F4=uninstall F5=browse F6=more F7=refresh    Escape x
mqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq

6. [root@ mflmf]# ./mflmman
    MF-LMF:Tue Dec 17 02:31:05 2013: LMF Starting

7.[root@ mflmf]# ./lmfgetpv
License Manager version 129
Loaded from /opt/cobol/microfocus/mflmf
[root@ mflmf]#

8.[root@ mflmf]# ./lmfgetpv r
Refreshed ok
[root@ mflmf]#


Thursday, June 18, 2015

Running "udatacnv.sqr" report


Each of the upgrade data conversion sections contains comments that describe the processing performed by the section. 

PeopleSoft has delivered an SQR to list all of these comments by the group and sequence numbers that determine how they run. The name of this report is UDATACNV.
To run UDATACNV:
1. Using SQRW, run SQR UDATACNV on your Copy of Production database.
2. When prompted for Upgrade Path, enter:
3. When prompted for Group Number, enter the two-digit group number to report on, or enter 0 to see the comments for all groups.


You can get the Upgrade Path and Group Number using the below sequel statements:

SELECT DISTINCT UPG_PATH  FROM PS_UPG_DATACONV ORDER BY 1

SELECT * FROM PS_UPG_DATACONV ORDER BY 1


Integration Gateway - External System Contact Error (158,10721)

Users were unable to access the "Find Learning" Page in ELM 9.2 application:










Integration Gateway - External System Contact Error (158,10721)

Integration Gateway was not able to contact the external system.  The network location specified may be incorrect, or the site is permanently or temporarily down



Integration Broker encountered an error (262,1020) PT_SEARCH.SESIMPL.MESSAGE.SESRequest.OnExecute  Name:Send  PCPC:688  Statement:16
Called from:PT_SEARCH.SESIMPL.QueryService.OnExecute  Name:startSession  Statement:411
Called from:PT_SEARCH.SESIMPL.QueryService.OnExecute  Name:doService  Statement:434
Called from:PT_SEARCH.SESIMPL.QueryService.OnExecute  Name:ExecuteQuery  Statement:47
Called from:PT_SEARCH.SESIMPL.Query.OnExecute  Name:Execute  Statement:39
Called from:LM_SEARCH.SESSearch.OnExecute  Name:GetResults  Statement:403
Called from:LM_SEAR

Integration Broker encountered an error


Solution:

 Very first thing is to validate the SES configuration under Main Menu> PeopleTools>Search Framework>Administration>Search Instance

Click on Search button and perform all the tests under "Search Instance Properties". All should give a status as SUCCESS.

In my case none of the tests related to SES are working. Bounced the SES services and then the  as bellow:

1. Login with admin user to the server were you configured SES.
2.cd /data/Oracle/product/11.1.2.2.0/ses/seshome/wlserver/seshome/bin
3../searchctl stopall
It will take sometime to stop the services of Database tier and Middle tier. Once it is done you start the services back using the below command.
4../searchctl startall
5. Validated and able to access the "Find Learning" page successfully.

Note: This has resolved my issue but we required to check the other areas related to Integration Broker setup because you may face this issue even if the Ping Gateway is not working.