cancel
Showing results for 
Search instead for 
Did you mean: 

BI-IP 7.0 Transport blocked objects.

Former Member
0 Kudos

Hi Experts,

We have a problem with the locked transport bi-ip objects. We just deployed our IP application through BI-QAS to BI-PRD system.

I just implemented two planning functions that run by planning sequence into a WAD template. One sequence for COPY (contents between DSO to real-time CUBE by Multiprovider for versioning) and another one for UPLOAD a text file into the Planning CUBE. During the development process we donu2019t see any problem with that, they were working OK.

The issue here cames up after the transport process (Planning Objects), it seems like some objects were locked showing the error message attached below. We have (SP21) and using BI-IP 7.0.

RSPLAN by planning seq execution shows the following:

Message Incomplete (seroiusness, area, number or exception) , error key: RFC_ERROR_SYSTEM_FAILURE

At the other side,

Detailed code sequence by WAD:

The following error text was processed in the system BRQ : Message incomplete (seriousness, area, number, or exception missing)

The termination type was: ERROR_MESSAGE_STATE

The ABAP call stack was:

Function: BAL_LOG_MSG_ADD of program SAPLSBAL

Function: RSPLFR_SERVICE_LOG_ADD of program SAPLRSPLFR_LOG

Method: LOG_ERRORS of program CL_RSPLFR_CONTROLLER==========CP

Method: EXECUTE_SERVICE of program CL_RSPLFR_CONTROLLER==========CP

Method: EXECUTE_PLSQ of program CL_RSPLFR_CONTROLLER==========CP

Function: RSPLSSE_PLSEQ_EXECUTE of program SAPLRSPLSSE

Method: ONACTIONON_UPLOAD of program /1BCWDY/3SSD22CILSA35Z1SEDBP==CP

Method: IF_WDR_VIEW_DELEGATE~WD_INVOKE_EVENT_HANDLER of program /1BCWDY/3SSD22CILSA35Z1SEDBP==CP

Method: INVOKE_EVENTHANDLER of program CL_WDR_DELEGATING_VIEW========CP

Method: IF_WDR_ACTION~FIRE of program CL_WDR_ACTION=================CP

By what could it be caused?. Thanks in advance!!.

Please advise

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi.

Does eror message appears in function COPY or UPLOAD ?

You can execute each step of sequence separately and see where si error message appears.

As I understand in DEV system it works ad in BWQ/PROD it does not work.

If your transport was correct ? Is functions and sequence passed correctyl in BWQ/PROD ?

Regards.

Former Member
0 Kudos

Hi Andrey, thks for reply.

The answer is yes, please just see above the messages are shown. This occurred during the planning sequence execution for COPY and UPLOAD (both of them). This occurred with the same behavior in BI-QAS and BI-PRD. Even if you give a try with RSPLAN you can see the following error message:

RSPLAN by planning seq execution shows the following:

Message Incomplete (seroiusness, area, number or exception) , error key: RFC_ERROR_SYSTEM_FAILURE

By the way, even if you give a try without an URL/path the system message stills there, I tried with RSPLAN and using the program RSPLS_PLSEQ_EXECUTE but same result...

I just checked the BL203 but nothing to do with this. Really confusing...

As you mentioned, IP necessary objects were activated and are working properly, and data master as well.

The only important point here that i'm figured out is that only occurred during the bi-ip transport orders...

Please adives, any clues what could be happening?

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Gherard,

you are probably raising a (error) message in one of your planning functions.

The system is trying to add the error message to an internal log. Doing this it recognizes that there is something wrong with the error message.

: Message incomplete (seriousness, area, number, or exception missing

Could you check if you have transported your messages (transaction SE91)?

Another option is that the system is getting an error and tries to raise it, but you did not handle the execptions in your planning function. Please take a look at .Please check the implementation of your planning function.

Regards Matthias

Former Member
0 Kudos

Hi Mathias, Thanks for your comments.

Closely, It seems like something that you mentioned is going wrong. Definetly the error message BL 203 is noting to do with this problem. I can realize that already.

What can you suggest about this? bad practices during the development transport order creations?, may be going in deep into the java engine?, do will webdynpros have the same problem?. Now there is a problem that I can't handle safely, I can deliver a reliable solution to my customer. WIll open a customer OSS message and then I will let you know later...

Thnk you all for your comments, anyway if is someone out there with any ideas. It will appreciated.

Regards

Former Member
0 Kudos

Hello Experts. Good Morning / Evening...

The problem was solved by SAP OSS Message. It was caused by an error program and a non trappable error message exception during the CR derivation and validation process, nothing to do with transport system. Actually it was send an unassigned message code instead the correct one causing confusion.

Thanks anyone for the advice.

Regards,

Former Member
0 Kudos

Hi,

Check for the URL of upload planning sequence,it should have BI-PRD Server no or name instead of BI-QTY.Also check for the activation of all the objects from DSO to planning function.Make sure that all the request are imported properly in PRD.I think it is the problem with the upload,be sure that u r using proper path/URL of planning sequence.As in the error it is indicating:-

Function: RSPLSSE_PLSEQ_EXECUTE of program SAPLRSPLSSE

Method: ONACTIONON_UPLOAD of program /1BCWDY/3SSD22CILSA35Z1SEDBP==CP

Correct URL:

http://<server>:<port>; /sap/bc/webdynpro/sap/zrsplf_file_upload? planning_sequence=<name_of_sequence>

Also check for the activation of the following objects in PRD:-

0TCTIOBJNM

0BWTCT_PLAN

0DBPS_C01

ZRSPLF_FILE_UPLOAD

Check for the master data values also for the following obj in PRD:

Character Format (ZIP_ENCOD) Convert Amounts (ZIP_CONVA) Convert Fields (ZIP_CONVF) Overwrite Data (ZIP_OVERW) Skip Header (ZIP_SKIPH)

Regards,

Indu

Former Member
0 Kudos

Hi Indu.

Thanks for share your valuable ideas!

1) The URL/PATH is working Ok, just as you said, the complete URL (tested apart) even using shown_messages parameter to WEXAS in order we can see the full system messages dialog status.

2) Important objects as you mentioned are active and working OK (green status).

3) Data Master for main upload/download solution are loaded and activated just as indicated (how to guide).

4) The most interesting one...

Look at this, someone of the developing people here, just take a couple of objects during a transport connection (at this case 0REQID, RECORDMODE, 0CHNGID and some others, dont remember) and he just locked up by a transport order. At this moment, if you give a try this fail in all system servers ( I suppose transport connection is a common repository, can't say). but then the transport order is released and everything is ok again.

This occurred for the COPY, FORECAST AND UPLOAD functions, everything else keep working ok...

Do you know why is showing this behavior?, What does it means?, what can I do to avoid this in the future?. I cant find any specific idea or sap note related to this IP issue, I'm very confussed about this...

Please advice and many thanks in advance...

Regards