Asset ID: |
1-72-2206316.1 |
Update Date: | 2017-11-12 |
Keywords: | |
Solution Type
Problem Resolution Sure
Solution
2206316.1
:
xDR Session with Enriched Dictionary Stop Updating After Upgrade To 10.2
Related Items |
- Oracle Communications Performance Intelligence Center (PIC) Software
|
Related Categories |
- PLA-Support>Sun Systems>CommsGBU>Global Signaling Solutions>SN-SND: Tekelec PIC
|
In this Document
Created from <SR 3-13634872981>
Applies to:
Oracle Communications Performance Intelligence Center (PIC) Software - Version 10.2.0 and later
Information in this document applies to any platform.
Symptoms
Session with added fields and static enrichment is not updating since upgrade to 10.2.
Operate process does not load enrichment file of because added column (named column1 in the example):
1114:185110.437 IXP-V Plugin not configured, Name : $static_enrichment.fse ,ID : 15001 [17722/OpPluginsSequence.cpp:601]
1114:185110.484 IXP-V Mapping file cannot be loaded: Output field 'column1' is not defined.
No available enrichment rule.
[17722/OpPluginEnrich.cpp:172]
Possible Operate also crashes with following abterm stack (grep -A14 signal $PROC/IxpOperatexxxx):
#4 <signal handler called>
#5 0x00007f7945d0d60c in TCriteriaManager::DeclareField(DdFieldDefinition const*) () from /opt/TKLCixp/prod/lib/plugins/operate/libOpFseqos.so
#6 0x00007f7945d19083 in TQSACounters::DeclareTop(int) () from /opt/TKLCixp/prod/lib/plugins/operate/libOpFseqos.so
#7 0x00007f7945cf62a1 in OpPluginAccount::InitializeConfiguration(char const*) () from /opt/TKLCixp/prod/lib/plugins/operate/libOpFseqos.so
#8 0x00007f7945cf6be9 in OpPluginAccount::DoConfigure(char const*) () from /opt/TKLCixp/prod/lib/plugins/operate/libOpFseqos.so
#9 0x000000000042bf22 in OpPluginsSequence::DistributeAndConfigurePlugins() ()
#10 0x0000000000420ce9 in OpDataFlowProcessing::SetConfiguration(std::list<OperationList, std::allocator<OperationList> >) ()
#11 0x000000000041a404 in IxpOperateMain::SpecificInit() ()
#12 0x000000000044c9a5 in CcMain::Init(unsigned int) ()
#13 0x000000000041bea1 in main ()
+ pmap 21506
Changes
System was upgraded.
Cause
Solution
Please open a SR for resolution and mention this KM in SR description.
Operate process do not have a output format set:
- Determine if outputformatid is not null:
select dfpid, outputformatid from cfg_dfp_operate where dfpid=125720;
DFPID OUTPUTFORMATID
----------- -------------------------
125720
- Update outputformatid with dictionary id:
update cfg_dfp_operate set outputformatid=1555517 where dfpid=125720;
- Commit changes:
commit;
- Apply change on IXP in NSP CCM
- Restart IxpOperate process if apply does not trigger the restart.
- Check IxpOperate log
Attachments
This solution has no attachment