Summary
Symptom
After the transport, the transformation has a reference to the wrong source system. As a result, there may be no rules, which is an error (rstran 514: "No rules exist ").
Dumps may also occur when the data transfer processes (dtps) are activated.
Other terms
After import, dump, DTP, data transfer process, source, development system, rstran 514, rstran514
Reason and prerequisites
This problem is caused by a program error.
Solution
Import support package 12 for SAP NetWeaver 2004 S Bi (Bi patch 12 orSapkw70012) Into your Bi system. The support package is available onceNote 914306
"Sapbinews Bi 7.0 support package 12", which describes this support package in more detail, has been released for MERs.
In urgent cases, you can implement the correction instructions as an advance correction.
Furthermore, you must delete the incorrect transformations (with the wrong source system) in the system. this cannot be done automatically. use class cl_rstran_stat with method delete_version_from_db for this. enter the relevant tranid and the object version.
The transport shoshould then be imported again.
Note: How to Use the cl_rstran_stat class to execute the delete_version_from_db method?
1. Run tcode se80.
2. Select the class/interface to find the class cl_rstran_stat, as shown in the following figure.
3. Running by execution will list all methods in this class. Select delete_version_from_db for execution.
4. Enter relevant parameters for running.
5. Some netizens kindly reminded us that DTP and transformation should be separated from different TR for transmission.
You must first implement notes 932065,935 140, 948389,964 580, 969846,975 510, 983212 and 1000448, which provide information about transaction snote. Otherwise, problems and syntax errors may occur when you deimplement certain notes.
To provide information in advance, the Notes mentioned above may already be available before the support package is released. In this case, the short text of the note still contains the words "preliminary version ".
Before you implement an advance correction (if one exists and you want to implement it), see note 875986. This contains notes regarding the sap note assistant and these notes prevent problems during the implementation.