cancel
Showing results for 
Search instead for 
Did you mean: 

NWBC customizing in table NWBC_CFG

Former Member
0 Kudos

Hallo,

I made in the table NWBC_CFG following entrys:

Branding image:

IDX = any ID, consisting of three characters

COCKPIT = * (means relevant for all Cockpits)

NAME = BRANDING_IMAGE

VALUE  = URL

The URL must be a link to a picture (JPG or PNG) and it must be ensured that the image can be loaded without authorization having been required.

Branding URL:

IDX = any ID, consisting of three characters

COCKPIT = * (means relevant for all Cockpits)

NAME = BRANDING_URL

VALUE  = URL

The URL can be the corporate portal page of the company which is then loaded.

By the Branding URL, the entry is: www.abcd.com

The launch for the NWBC works fin, but the branding url does'nt work. The messae is:

"SAP Netweaver Business Client has a possible security risk detected

Following place isn't as sure sign

www.abcd.com

The navigation is stopped. Please contact your admin, when the place as sure sign"

But where and was ...

Thank you for your help.

Richard

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate
0 Kudos

You need to add this URL to the Whitelist - which is checked before all external navigation by the NWBC. The table name of the Whitelist is HTTP_WHITELIST_S.

Former Member
0 Kudos

Hi Thomas,

I found only a table with name HTTP_WITHLIST but I have the same negative reaction.

( we have following SW levels: ECC6.0 with EhP5 Stack3)

Regards

Richard

Former Member
0 Kudos

Hallo Richard,

HTTP_WHITELIST is only used in NWBC 3.5.

You mention that your are running ECC6.0 with EhP5 Stack3. While you can run NWBC 3.5 against this version, my understanding is that NWBC 3.5 still behaves like NWBC 3.0 in some regard.

I suggest you whitelist the URL in the registry rather than adding it to the table.

To add it to the registry run regedit, then go to HKEY_LOCAL_MACHINE --> Software --> SAP --> NWBC --> Settings

Create a new folder (key) GlobalWhitelist (if it does not already exist) underneath Settings.

Add a new "String value" (type REG_SZ) under GlobalWhitelist with name "value" (no quotes) and set the value to the URL or "*://*:*/*" (no quotes again) to allow all URLs.

Regards,

Thomas.

Former Member
0 Kudos

Hello Thomas,

Thank you for your answer.

But it didn't work. The same error. Perhaps a system reboot?

Regards,

Richard

Former Member
0 Kudos

Hallo,

Which NWBC version are you running?

Regards, Thomas.

Former Member
0 Kudos

Hello Thomas,

The NWBC version is 3.0 with PL 10.

Regards,

Richard

Former Member
0 Kudos

Hallo Richard,

I got it partly wrong. The registry setting should not be GlobalWhitelist but WhiteList.

Check:

https://websmp107.sap-ag.de/~sapidb/012006153200000135492012E/whitelist.pdf

Regards, Thomas.

Former Member
0 Kudos

Hello Thomas,

I did the change with "WhiteList". The name of the connect in NWBC is SAPDEC60.

But I get the same reaction! Regards, Richard

Former Member
0 Kudos

Hallo,

SAPDEC60 must be the same than the connection name.

Also the entires underneath are not correct:

There should be the following entry

Name: value

Type: REG_SZ

Data: *://*:*/*

You only have the (Default) entry.

Refer to the screenshots in https://websmp107.sap-ag.de/~sapidb/012006153200000135492012E/whitelist.pdf.

Regards,

Thomas.

Answers (0)