cancel
Showing results for 
Search instead for 
Did you mean: 

Pipeline steps missing in MONI

Former Member
0 Kudos

Hi

I am unable to see all the pipeline steps in SXMB_MONI. My Scenario is Asynchronous SOAP TO FILE .

I am able to see 1) iNBOUND MESSAGE

2) RECEIVER GROUPING

3)RESPONSE

And the missing steps are

1. Receiver Identification

2. Interface Determination

3. Message branch according to receiver list

4. Request message

5. Technical routing

6. Call adapter

for this i gone through the Micheals blog [ /people/michal.krawczyk2/blog/2005/05/10/xi-i-cannot-see-some-of-my-messages-in-the-sxmbmoni ] and added

__Category_ ___Parameter__ ___current value_ ___defalt value___

RUNTIME __TRACE_LEVEL _3 __1

after doing this i restarted the application server, now also i am not able to see the missing pipelile steps.

can any one tell me what is the wrong

Regards

Robin

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In My INTEGRAION ENGINE CONFIGURATION--


>EDIT--> CHANGE SPECIFIC CONFIGURATION DATA

these are the categories

CATEGORY-----PARAMETER


SUBPARAMETER---PREFIX
CURRENT VALUE
-----DEFAULT VALUE

**************************************************************************************************************************************************************

PERFC--


QRFC_RETART_ALLOWED
1
--


0

PERF--


DAYS_TO_KEEP_DATA--AGGREGATION_ITEMS
15
--


7

PERF--


DAYS_TO_KEEP_DATA--MEASUREMENTS_ITEMS
15
--


2

PERF--


MEASUREMENTS_LEVEL
1
--


1

PERF--


MEASUREMENTS_PERSIST -
1--


1

RUNTIME--


ENGINE_TYPE
HUB
--


UNDEFINED

RUNTIME--


IS_URL
https://ntwsln:80003/sap/si/engine?type+entry
--


RUNTIME--


TRACE_LEVEL
3
--
1

Can any one tell me what is missing in the above

Regards

Robin

former_member187339
Active Contributor
0 Kudos

Hi Robin,

Try putting (in category runtime) LOGGING to 1

Regards

Suraj

Former Member
0 Kudos

Thanks for your reply Suraj,

let me confirm one, the pipe line steps will be shown in SXMB_MONI for all kind of interfaces or any only for Syn scenarios or Asyn scenarios and is there any dependent on the adapters which we are using.

i will add the LOGGING 1 (in category runtime).

and what about the

LOGGING_PROPAOGATION 1 and

LOGGING_SYN 1

Shall I add these 2 also?

can you please tell me what is the exact use of these logging parameters.

Regards

Robin

rajasekhar_reddy14
Active Contributor
0 Kudos

Ccheck below link

saptechnical. com/Tutorials/XI/Configuration/integrationengine.htm

Regards,

Raj

Former Member
0 Kudos

.Hi Raj

I gone through the link which u mentioned. I didnu2019t find the exact use LOGGING Parameter there.

can any one tell me what to do for showing the pipeline steps in MONI. pls tell me is there any category missing in IE configuration. I mentioned all the categories above.

Robin.

rajasekhar_reddy14
Active Contributor
0 Kudos

I faced similar issue few days back, i had done IE configurataion similar to the link what i have provided,it worked perfectly.

delete the exisitng and add one more time and mainaina logging valiue 1, let me know working or not.

Regards,

Raj

former_member187339
Active Contributor
0 Kudos

Hi Robin,

In your case you might not need to log SYNC messages (using LOGGING_SYNC) and log messages of other integration engine using (LOGGING_PROPOGATION).

Please check help.sap link

for more details:

http://help.sap.com/saphelp_nw04/helpdata/EN/d6/49543b1e49bc1fe10000000a114084/frameset.htm

Regards

Suraj

Former Member
0 Kudos

Thanks for the replies Suraj and Raja.

I followed to your steps that are needed to in the Integration Engine configuration. Now I am able to see all the steps pipeline steps in the SXMB_MONI.

from Micheals blog says that

Remember it's good to set the TRACE_LEVEL to 3

only when you need very accurate global trace

but not for a very long time because it can fill your

DEV XI system database very quickly

Can u tell me in which database tables the space will be increases?

is there any performance degrades in PI?

Advantages and disadvantages for this.

Can I do this in production system also? Pls suggest me.

Regards

Robin

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

really good to know that your problem solved..

SXMSPMAST Table stores the all PI messages, i think you can contact your BASIS team,they will help you..

Regards,

Raj

abhay_rajhans2
Contributor
0 Kudos

Hi Robin,

Answers of your question

Can u tell me in which database tables the space will be increases?

1) I have one table BALDAT. This table stores application log information.

is there any performance degrades in PI?

2) If table space is filled up it will start giving dump and your message will not get processed

Find below links for your reference.

http://www.sapfans.com/forums/viewtopic.php?f=12&t=56772

Former Member
0 Kudos

thanks Raja, Rajhans

Can u pls tell me how to check the spce details for these tables BALDAT, SXMSPMAST.

i am able to see these tables in se11.

Robin.

Former Member
0 Kudos

Thanks for all.

I resolved my issue by adding the logging and trace_level parameters in the integration engine configuration.

Answers (0)