on 2011 Mar 25 3:21 PM
Hello Guru's
We have performed a TDMS refresh into our lower environements and since then many of our DTP's immediatly short dump after we execute them we have tried reactivating the entire data flow we have created new DTP's none of which as corrected the issue. Has anyone encountered this issue before? Below is the contents of the short dump.
Edited by: Alex Brown on Mar 25, 2011 4:29 PM
Request clarification before answering.
Hi, is there a solution for this problem? We face the same problem with 3rd party OHD
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Is this Issue resolved ? Please share your inputs.
Thanks,
Vikranth
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Alex,
Were you able to find solution to the issue. I am running into the same issue with my Open Hub. I checked on the SAP Note 1243168 but it is not relevant in my case as our systems are on SP-Level 22.
I have tried to even delete the entire OH and recreate all the DTPs and Transformations assoicated with it, but to no avail. I have created a process chain, which I call using SSIS Package on SQL Server.
Any input from your side is much appreciated.
Regards,
Pratik.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Runtime Errors MESSAGE_TYPE_X
Date and Time 03/25/2011 10:13:09
-
-
Short text
The current application triggered a termination with a short dump.
-
-
What happened?
The current application program detected a situation which really
should not occur. Therefore, a termination with a short dump was
triggered on purpose by the key word MESSAGE (type X).
-
-
Error analysis
Short text of error message:
Request 4,481: Error occured
Long text of error message:
Technical information about the message:
Message class....... "RSBO"
Number.............. 322
Variable 1.......... "4,481"
Variable 2.......... " "
Variable 3.......... " "
Variable 4.......... " "
-
-
Trigger Location of Runtime Error
Program CL_RSB_DBTAB_3RD==============CP
Include CL_RSB_DBTAB_3RD==============CM005
Row 171
Module type (METHOD)
Module Name IF_RSB_OPEN_HUB_TARGET~CHECK_EXISTENCE
-
-
Source Code Extract
-
Line SourceCde
-
141 i_requestid = l_requid
142 i_ohdest = l_ohdest
143 i_new_ohd = p_s_hdr-new_ohd
144 IMPORTING
145 e_status = l_status
146 e_set = l_set
147 e_return = l_return.
148
149 if l_return is not initial and l_set = rsbo_c_stat_set-error.
150 message e322(rsbo) with l_requid into o_dummy_msg.
151 raise_sy_error( ).
152 endif.
153
154 case l_status.
155 when rsbo_c_stat_3rd-red. " 'R'
156 if l_rqstate = rsbo_c_rqstate-extraction_finished.
157*********** request green **** status rot **********
158* stop
159 message e515(rsbo) with l_requid into o_dummy_msg.
160 raise_sy_error( ).
161 else.
162*********** request red ****** status red **********
163 message e516(rsbo) with l_requid into o_dummy_msg.
164 raise_sy_error( ).
165 endif.
166
167 when rsbo_c_stat_3rd-green " 'G'
168 or rsbo_c_stat_3rd-dummy.
169 if l_rqstate <> rsbo_c_rqstate-extraction_finished.
170*********** request red ****** status green ********
>>>>> message x322(rsbo) with l_requid.
172* x-message
173 endif.
174*********** request green **** status green ********
175* no error -> start
176
177 when rsbo_c_stat_3rd-new. " new
178 if l_rqstate = rsbo_c_rqstate-extraction_finished.
179*********** request green **** status new **********
180* stop
181 message e514(rsbo) with l_requid into o_dummy_msg.
182 raise_sy_error( ).
183 endif.
184*********** request red ****** status new **********
185* no error -> start
186 when rsbo_c_stat_3rd-init. " init
187* no new 3rd party request
188* -> start
189 when others.
190* illegal status
-
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
it seems that you are extracting data to Open hub:
IF_RSB_OPEN_HUB_TARGET~CHECK_EXISTENCE
check in the flow if thin open hub Exists.
check also note:
Note 1243168 - BI 7.0(SP21): Problem with status of an open hub destination
Regards,
DL
Edited by: Dariusz Lewandowski on Mar 28, 2011 4:04 PM
Edited by: Dariusz Lewandowski on Mar 28, 2011 4:06 PM
User | Count |
---|---|
31 | |
10 | |
8 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.