cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

DTP's Short Dumping after TDMS refresh

Former Member
0 Kudos
205

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

Accepted Solutions (0)

Answers (4)

Answers (4)

benshee
Explorer
0 Kudos

Hi, is there a solution for this problem? We face the same problem with 3rd party OHD

former_member183290
Participant
0 Kudos

Hello,

Is this Issue resolved ? Please share your inputs.

Thanks,

Vikranth

Former Member
0 Kudos

We have same behaviour, is there a solution meanwhile for this issue?

Former Member
0 Kudos

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.

Former Member
0 Kudos

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

-


Former Member
0 Kudos

Hi Alex,

It might due to version change of the DTP.

Might be thats is the reason your DTP throwing the Shortdump.

In DTP you have the 3 option in the last tab where will the the execute button.

In the processing mode select the third option and try .....

Former Member
0 Kudos

Quaraishi

Thanks for the reply when I look at Processing Mode I only have 2 options Serially in the Dialog Process (for Debugging) & Serial Extraction, Immediate Parallel Processing.

Former Member
0 Kudos

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

Former Member
0 Kudos

Alex

If you running the DTP delta definitely will have 3 option.

Former Member
0 Kudos

Hi Alex

try using FM RSSM_OLTP_INIT_DELTA_UPDATE in case problem is occuering because of disturbed Delta queue.

Regards

Sudeep