SAP Message RSDODSO207 - There is already an InfoProvider with the name &1 (type &2)

Diagnosis
InfoProviders - that is, DataStore objects (ODSO), InfoCubes (CUBE),MultiProviders (MPRO), InfoSets (ISET) and InfoObjects (IOBJ)- are allin the same namespace.

System Response
It is not possible to create an InfoProvider with the name &V1&, becausean InfoProvider of type &V2& already exists.
If several InfoProviders with identical names exist from release BW 2.0or as a result of a transport, they are processed in the followingorder:
DataStore object
InfoCube
MultiProvider
InfoObject
For example: If an InfoCube and an InfoObject have the same name, youare only able to construct queries based on the InfoCube as it comes upearlier in the sequence.
In this case, however, you can create a new InfoObject with reference tothe existing InfoObject and use this to define queries. Another optionis to create a MultiProvider with only one incoming InfoProvider.

Procedure
Choose another name for the InfoProvider.