cancel
Showing results for 
Search instead for 
Did you mean: 

swnconfig error - UWL Extended notifications

Former Member
0 Kudos

Hi,

I am implementing UWL extended notifications to get the notifications in outlook. I have implemented it in sandbox system and now i'm replicating it in Dev system.

In swnconfig transaction - while creating the subscription basic data - i m getting the following error.

Special character "_" in generic key

In sandbox i did not get this error and every thing is good in sandbox. Could you Pls suggest me how to fix it.

Details;

Message no. TK287
 
Diagnosis
The generic key 100E0FE6278CBD313F1A0A7002219567105TEST was entered for the object SWN_SUBS. All keys that match up to the asterisk are to be transported.
The key cannot have any special characters before the asterisk, since they are interpreted in different ways by different database systems.
 
The key contains the special character _.
 
System Response
The entry is rejected.
 
Procedure
Extend the generic entry, or specify all keys individually.

View Entire Topic
siddharthrajora
Product and Topic Expert
Product and Topic Expert
0 Kudos

the problem with the underscores ('_') is caused by the first

correction of note 819964 and is corrected with the 2nd.

Furthermore please refer to the longtext of message TK287:

The transport system has two restrictions regarding the construction o

a table entry that is to be transported:

o The length of the key may be a maximum of 120 characters.

o A key field that uses the wildcard character '*' cannot

simultaneously contain the special character '_'. This special

character would be interpreted as a placeholder for any

character

In old releases it was possible to use the combination _ with *.

Former Member
0 Kudos

Could you please let me know what I have to do now? Which other note are you talking about?

We are on the following versions;

SAP_ABA	701	0006	**70106	Cross-Application Component
SAP_BASIS	701	0006	**70106	SAP Basis Component

Thanks,

Edited by: WD ABAP on Oct 24, 2011 11:18 PM

Former Member
0 Kudos

Could you pls let me know how to fix this? Which note I need to apply.