cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service Security not configured on this component.

Former Member
0 Kudos

Hi Experts,

Before configuring the scenario, i went to RWB to check whether the comopnents are in active mode or not.

Integration Engine XID

Business Process Engine XID

Mapping Runtime XID

Adapter Engine XID

Integration Engines

All components are in Green mode Except Integration Engine, The Integration is in yellow mode

and shows the following details.

Details for 'Is Web service security available?'

Web Service Security not configured on this component.

Can you give the solution for this.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member200962
Active Contributor
0 Kudos
The Integration is in yellow mode 
and shows the following details.

It is just a warning message and will not hamper any of the normal processing....you can still execute your scenario without any issue.

Update:

There are lots of thread which deal with the same problem....check a solved thread here:

Regards,

Abhishek.

Edited by: abhishek salvi on Dec 7, 2009 10:00 AM

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

This error causing any problem while testing scenario end to end,for time being you can ignore the error,my be you missed configuring web service security.

what type of scenario are you developing??

Regards,

Raj

Former Member
0 Kudos

Hi, RAj

Scenario is Sap Idoc to third pirty middle ware using CIDX Ada[pter.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi,

I dont think you will face any problem because of the error..start developing the scenario and test end to end.I think message level security not configured that why its showing error message.its not going to affect on development or testing.your scenarios will work fine.

if you want to solve this erro talk with basis people they will do it.

Regards,

Raj

Former Member
0 Kudos

Hi Raj,

Thanks for imm response . still i have the following errror.

1, While sending idoc from sapR/3 to PI , in r/3 sm58 shows the foll error:

  • "No service for system SAPQA,client 200 in integration directory"*

Even the Bussiness sytem pointing R/3.

2, When i execute the tcode sm58 in PI it shows the following error:

"Syntax error in program SAPLSXI_AC_CACHE _REFERESH"

3, WHEN I EXECUTE THE tcode SXI_CACHE

Under the *STATUS OF RUNTIME CACHE

Unable to refresh cache contents

Error during last attempt toreferesh cache

(red colour triangle leading above both)

4, Still there is no messages in Message monitoring.

Thanks

Former Member
0 Kudos

Hi Raj,

I have also facing the following problem when i monitor the communication channel

Conversion initialization failed: java.lang.Exception: java.lang.Exception:

java.lang.Exception: Error(s) in XML conversion parameters found: Parameter

'ORDER.fieldFixedLengths' or 'ORDER.fieldSeparator' is missing Consistency check:

no. of arguments in 'ORDER.fieldFixedLength' does not match 'ORDER.fieldNames' (0 <> 3)

Above scenario is for FILE to FILE testing scenario.

Thanks

former_member200962
Active Contributor
0 Kudos

Maintain One Question Per Thread

The error that you are getting is because of incorrect configuration of FCC parameters in the File Channel.

Regards,

Abhishek.

Former Member
0 Kudos

Hi,

1, While sending idoc from sapR/3 to PI , in r/3 sm58 shows the foll error:

  • "No service for system SAPQA,client 200 in integration directory"*

Even the Bussiness sytem pointing R/3.

From your initial post, it appears that you are using XID system and from above error, I believe you are trying to send the IDoc from QA system. R3 dev will communicate to PI dev, so verify the partner profile and ports in your IDoc Header settings.

2, When i execute the tcode sm58 in PI it shows the following error:

"Syntax error in program SAPLSXI_AC_CACHE _REFERESH"

I am kinda confused how come sm58 tcode can show an error for this program, as sm58 is for checking the transactional RFCs and SAPLSXI_AC_CACHE_REFERESH is for XI Cache refresh for Alert Category. Might be some one else can explain this.

3, WHEN I EXECUTE THE tcode SXI_CACHE

Under the *STATUS OF RUNTIME CACHE

Unable to refresh cache contents

Error during last attempt toreferesh cache

(red colour triangle leading above both)

Check this SAP Note 764176, might help in your situation.

Worth reading - http://help.sap.com/saphelp_nw04/helpdata/en/0d/28e1c20a9d374cbb71875c5f89093b/frameset.htm

4, Still there is no messages in Message monitoring.

Obviously because of error # 1, you are unable to send IDocs, how come you expect messages to reach PI ... strange, isn't it

Hope this helps.

Regards,

Neetesh

Former Member
0 Kudos

Hi Rajashekar,

As you know I have created scenario for "SAP IDOC - PI - CIDX" (OrderCreate_Request)

and also need to create respose message for "CIDX - PI - SAP IDOC(OrderCreate_Response)

Integration Repoistery

"SAP IDOC - PI - CIDX"

1,Imported idoc metadata from sender sap r3 .

2,Created External Definition and imported OrderCreateV202.xsd from receiver party.

3, Done message mapping

4, Done Interface Mapping

Integration Directory

Under PO_Create(Scenario Name)

1,Assigned Business System for Sender SAP R3

2, Configured Party For receiver Sytem (CIDX)

3, No need Communication Channel for Sender IDOC

4, Configured Communication Channel for receiver(CIDX Adapter)

5, No need ender Aggrement for Sender

6, Configured Receiver Determination

7, Configured Interface Determination

8, Configured Receiver Aggrement.

My Questions are

1,do i need to create new namespace for response msg

2,This scenario,sender is 3rd part(cidx) and receiver is sap r3

3,Do i need to create again all steps in Integration Repoiestry.

4,Can you send me Wat are all the steps involved in integration directory.

(ex.ineed to config comm. channel for both)

Can anybody help me out?

Thanks

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi

1,do i need to create new namespace for response msg

No nned to create one more name space,you can use still same name space,you can develop the scenario.If you want to create new one you can,so its very easy to differentiate objects.

> 2,This scenario,sender is 3rd part(cidx) and receiver is sap r3

If you want to develop response interface as different one use CIDX ADAPTER as sender and IDoc adapter as receiver.

> 3,Do i need to create again all steps in Integration Repoiestry.

*Yes you need to create all objects once again,You required receiver agrement,Receiver communicayion chanel for IDoc ,with sender agrement,receiver determination,Interface determination communication channel for CIDX too...

> 4,Can you send me Wat are all the steps involved in integration directory.

> (ex.ineed to config comm. channel for both)

import IDoc,import DTD/XSD , develop message mappings,operation mapping....CC for Both IDoc and CIDX..

Regards,

Raj