You are on page 1of 8

BI Content Install SHORT DUMP

William R 706 posts since Oct 9, 2007 BI Content Install SHORT DUMP Feb 29, 2012 11:45 AM

HELP!

I am trying to install BI Content on a newly installed netweaver Box. We are running BI 7.0 with SP 15 and BI_CONT 703 SP 5. This is the error:

Runtime Errors Date and Time

ASSIGN_LENGTH_0 2008/02/18 12:55:36

Short dump has not been completely stored (too big)

Short text Program error: ASSIGN with length 0 in program "SAPLSNR3".

What happened? Error in the ABAP Application Program

The current ABAP program "SAPLSNR3" had to be terminated because it has come across a statement that unfortunately cannot be executed. Tried to create a field with length 0. This is not possible.

Generated by Jive on 2012-08-06+02:00 1

BI Content Install SHORT DUMP

Error analysis In an ASSIGN statement in the program "SAPLSNR3" a field symbol with length 0 should have been created. However, this is not possible. length 0. This is not possible.

Trigger Location of Runtime Error Program Include Row Module type Module Name SAPLSNR3 LSNR3F01 178 (FORM) LOCAL_BUFFER

Line SourceCde

148

ID 'NONRSWAP' FIELD TNRO-NONRSWAP.

149 IF SY-SUBRC .

Generated by Jive on 2012-08-06+02:00 2

BI Content Install SHORT DUMP

180 * 181 182 183

Funktionsbaustein kann beendet werden P_EXIT = YES. EXIT.

184 ELSEIF SY-SUBRC = 4. 185 * Das Intervall wurde nicht gefunden

186 MESSAGE E751 RAISING INTERVAL_NOT_FOUND WITH P_OBJECT P_SUBOBJECT 187 P_NR_RANGE_NR TNRO-CODE.

188 ELSEIF SY-SUBRC = 19. 189 * 190 Der Nummernkreis ist nicht intern MESSAGE E752 RAISING NUMBER_RANGE_NOT_INTERN.

191 ELSEIF SY-SUBRC = 15. 192 * 193 194 195 196 ENDIF. Overflow IF NOT TNRO-NONRSWAP IS INITIAL. MESSAGE E028 WITH BNRIV-FROMNUMBER BNRIV-TONUMBER P_OBJECT RAISING INTERVAL_OVERFLOW.

197 ELSEIF SY-SUBRC = 11.

Martin Lehmann 184 posts since Jan 10, 2006 Re: BI Content Install SHORT DUMP Feb 19, 2008 10:44 AM

Hello Will,

Generated by Jive on 2012-08-06+02:00 3

BI Content Install SHORT DUMP

perhaps this dump deals with OSS note [130295 |https://websmp110.sap-ag.de/~form/ handler? _APP=01100107900000000342&_EVENT=REDIR&_NNUM=130295&_NLANG=E]"ASSIGN_LENGTH_ in LSNR3F01 LOCAL_ENTRY_EXISTS" ?

Perhaps it helps, many regards M.L.

K praveen 75 posts since Dec 16, 2006 Re: BI Content Install SHORT DUMP Mar 12, 2008 4:45 AM

Hello Will / All,

I am also facing same problem ASSIGN_LENGTH_0 runtime error.

My system also same BI 7 Netweaver 2004 s with Support Pack 15 and Front end Patch 5.

How you solved the problem???

Waiting for your response.....

Thanks & Regards,

Generated by Jive on 2012-08-06+02:00 4

BI Content Install SHORT DUMP

Praveen.K

William R 706 posts since Oct 9, 2007 Re: BI Content Install SHORT DUMP Mar 12, 2008 5:17 AM

Problem: When trying to collect BI objects prior to installing (activate) for use in BI (TCODE: RSA1) a short dump would be thrown when 'in and out' objects were selected. No short dump was thrown for demo objects when source system was set to local.

Reason: The objects tracking sequence numbers for incoming BI transports from external systems were not correctly set. The sequences should have been set with a valid range of 1 to 9999999999 however the sequences were either missing or set to 0. This was a problem with the BI server (EPSAND), the CRM server was functioning correctly.

Why this happened: Unknown. Perhaps a bug in a service pack. This error appears to be very uncommon. The error being thrown was a generic error thus difficult to trace to the actual problem.

How the problem was fixed: (1) Using TCODE: SNUM set intervals for objects: BI_TS, BI_TSDTEL, BI_TSDOMA and BI_CS. These objects should each be set as follows: No. From Number To Number Currenct Number 01 0000000001 9999999999 1 -

Generated by Jive on 2012-08-06+02:00 5

BI Content Install SHORT DUMP

(2) Then there was also a second unrelated bug which is fixed in latest SAP_BW support package (SP 0014, released: January 2008). We couldn't risk the support package so a single note: 1102743 was applied.

K praveen 75 posts since Dec 16, 2006 Re: BI Content Install SHORT DUMP Mar 13, 2008 10:26 AM

HI will,

Thank u very much for your fast reply...

Now I am not getting error.

I think Current Number will generate automatically .......

we have to enter no,from number & To number.....Am I right?

Waiting for your reply.....

Thanks & Regards, Praveen.K

K praveen 75 posts since Dec 16, 2006 Re: BI Content Install SHORT DUMP Mar 13, 2008 10:32 AM

Hi Will,

Generated by Jive on 2012-08-06+02:00 6

BI Content Install SHORT DUMP

There is check box External......Are u checked that check box?

Thanks & Regards, Praveen.K

thirunavukkarasu kaliamurthy 10 posts since Apr 21, 2008 Re: BI Content Install SHORT DUMP Jul 7, 2008 12:36 PM

Hi ,

Pls let me know step by step how did you fix this error

Pionts will be assigned

Thanks Thiru

thirunavukkarasu kaliamurthy 10 posts since Apr 21, 2008 Re: BI Content Install SHORT DUMP Jul 8, 2008 7:13 AM

Hi ,

Can you please let me know the steps to resolve this issue,

"ASSIGN_LENGTH_0"

Generated by Jive on 2012-08-06+02:00 7

BI Content Install SHORT DUMP

while activating data source.

Thanks

Konstantinos Kypris 2 posts since Oct 9, 2007 Re: BI Content Install SHORT DUMP Apr 11, 2008 12:13 PM

Thanks Will. I had the same problem and your message was exactly the solution.

thirunavukkarasu kaliamurthy 10 posts since Apr 21, 2008 Re: BI Content Install SHORT DUMP Jul 7, 2008 12:27 PM

Hi ,

Im too getting the same error while activating the Data source for flat file in BI7.

I have maintained the number ranged as explained by you

Thanks

Generated by Jive on 2012-08-06+02:00 8

You might also like