cancel
Showing results for 
Search instead for 
Did you mean: 

SUSR_LOGIN_CHECK_RFC and use POST Opeation- No default virus profile active or found

Surekha
Participant
0 Kudos

Hi,

i worked on the SUSR_LOGIN_CHECK_RFC and use POST Opeation for above BAPI .It's giving me error like


<?xml version="1.0" encoding="utf-8" ?>

- <error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">

<code>/IWFND/CM_COS/226</code>

<message xml:lang="en">No default virus profile active or found. Please check the offical guide.</message>

- <innererror>

<transactionid>248DB0E4CBF6F157942040F2E9503642</transactionid>

<errordetails />

</innererror>

</error>


Help me..


Accepted Solutions (0)

Answers (3)

Answers (3)

AshwinDutt
Active Contributor
0 Kudos

Error is because of the Virus Scan Profile which is not found or active in SPRO.

You need to define one.

Please Check ->

Virus Scan - SAP NetWeaver Gateway Foundation (SAP_GWFND) - SAP Library

http://scn.sap.com/community/developer-center/front-end/blog/2014/12/31/setting-up-virus-scan-profil...

Regards,

Ashwin

Surekha
Participant
0 Kudos

Hi Ashwin,

I checked Virus Scan Profile.But i did not get for which profile shpuld i active .

BAPI is for Login Check.(

Thanks

Surekha

AshwinDutt
Active Contributor
0 Kudos

The error which you are getting will be encountered if you are handling Media Content.

Since BAPI is for Login Check that means you are not handling any media content through GW.

So please cross check the GW model. Make sure that Entity is no set as 'Media'.

I would suggest to Regenerate GW Objects again and Clear model cache once in /iwfnd/cache_cleanup in GW system and check agian.

Regards,

Ashwin

Surekha
Participant
0 Kudos

Hi Ashwin,

Please check the screenshot .I didn't mention Entity as Media .

Thanks

Surekha

Surekha
Participant
0 Kudos

I have Done all steps as mentioned .Still Same error of Virus Active Profile.Please see below screenshot of error log

Thanks

Surekha

kammaje_cis
Active Contributor
0 Kudos

Did you mark the entity as media entity in SEGW (checkbox against the entity)? May be that is not required.

If you google/SCN search with the error, you will get many hits.

Check this.

http://help.sap.com/saphelp_nw74/helpdata/en/b5/5d22518bc72214e10000000a44176d/content.htm

Surekha
Participant
0 Kudos

Hi Krishna,

I didnt't mark entity as Media entity.Still it's showing same error.

Thanks

Surekha

kedarT
Active Contributor
0 Kudos

Hi Surekha,

Do you see any error in error log(/IWFND/ERROR_LOG)?

Also were you able to debug your Post?

Look at this blog -

Hope this helps.