cancel
Showing results for 
Search instead for 
Did you mean: 

RCF_RECREATE_SEARCH_PROFILES

Former Member
0 Kudos

Hi All,

When we execute the program in background mode, job is getting canceled in a min and also in the spool its showing RCF_RECREATE_SEARCH_PROFILES is pointless if switch HRERC_SFWS_UI_SES_01 is active.

Index is not creating. Could you please tell us, what is the problem for this, anything wrong we did? its very urgent please do the needful.

Thanks & Regards,

Hema

Accepted Solutions (1)

Accepted Solutions (1)

romanweise
Active Contributor
0 Kudos

Hello Hema,

as the message says the report rcf_recreate_search_profiles only supports the old TREX interface using the python extension. With the new SES TREX interface which eRecruiting is using as soon as you are activating business function HRERC_SFWS_UI_SES_01 the report gets obsolete.

After activating business function HRERC_SFWS_UI_SES_01 the different search indexes can be recreated by using report COM_SE_DISPATCHER. Run the report with the following parameters in the listed order:

business obj.     object type

EXT_POST       NC               full     object

INT_POER        NC               full     object

ERC_REQ         NB               full     object

AES_DOC         00000100    full     object

ERC_CAND      NA               full     object and relationship

ERC_CDCY      NE               full     object and relationship

If you face additional issues with your search setup please check note 1098046, 1292143 or 1301016 depending on the eRec enhancement package and TREX release you are using.

Kind Regards


Roman

Former Member
0 Kudos

HI Roman,

Thanks for the reply.

I have followed the note 1301016. As per the note, i have deleted all the object index. When i try to create object index  i got an message like 0 index created index activated 1 but it is not visible in ses_admin. could you please tell me, what may be the reason, it is not visible in ses_admin ?.

Thanks & Regards,

Hema

Former Member
0 Kudos

Hi Roman,

Could you please tell how to create index in TREX.

Thanks & Regards,

Hema

dsharmak
Advisor
Advisor
0 Kudos

Hello Hema,

You need to make sure that the report COM_SE_DISPATCHER should run successfuly, and do not set this report as background activity as it is one time activity. only RCF_PERIODICAL_SERVICES should be background job.

Also as you have mentioned that the backgound job RCF_RECREATE_SEARCH_PROFILES is getting cancelled, for that please check in sm37 which all jobs are active cancel those program, Then run the report COM_SE_DISPATCHER afresh. Please check in sm37.

Best Regards,

Deepak..   

Former Member
0 Kudos

Hi Deepak,

Thanks for the reply. 

We have scheduled RCF_RECREATE_SEARCH_PROFILES but the COM_SE_DISPATCHER are ended with return code. This problem happend after the support patch updation. so we have decided to create new index for the same.

I have deleted all the index object in SES_ADMIN and try to created new object with the option index->create/Active Indexes.

After the creation, we got message like index created 0, index activated 1. but nothing is visible in SES_ADMIN.

I have checked the SES log, its give like "

Create object index "ses:rct_001_ext_post___nc" -> TREX message: "ErrorsOccurred;index=ses:rct_001_ext_post___nc,loc"; TREX return code: "1""

and

Create object index "ses:rct_001_ext_post___nc" -> TREX message: "ServerException: ConfigurationException in PConfig"; TREX return code: "6.018"

Could you please tell me, did you faced this kind of problem. Now we are not able to create index. It is very urgent..

Thanks & Regards,

Hema

dsharmak
Advisor
Advisor
0 Kudos

Hello Hema,

The error 6018 usually relates to the fact the index you are creating wasn't
deleted correctly the first time. You may need to fully delete these indexs on the OS. To do this follow this instructions.

1. Delete all indexes and queues which you will import later in python trexadmin tool.
2. Navigate to M:\ and delete these indexes and queues in folder index
and queue on OS level.
3. Navigate to trex folder and make sure these indexes and queues are
not there. If there's any, delete them on OS level.
4. Do the import again.

Hope the above should be helpful.

Best Regards,

Deepak.

Former Member
0 Kudos

Hi Deepak,

Thanks for your quick reply.let me try that one .

Small clarification, if we want to create new index means, without deleting the object is it possible ?

Thanks & Regards,

Hemachandran.R

dsharmak
Advisor
Advisor
0 Kudos

Hello Hema,

I dont think it would be possible, This is more of TREX issue, If you would be facing problems then you can raise a message in BC-TRX component.

Best Regards,

Deepak..

Former Member
0 Kudos

Answers (0)