cancel
Showing results for 
Search instead for 
Did you mean: 

URL Prefix on J2EE and ABAP

Former Member
0 Kudos

Hello,

We have a new double stack (ABAP and J2EE) installation and we are attempting to complete BI integration into portal.

As part of the process we have completed installing 'BI-Java' using the template installer or configuration wizard and then we proceeded to verify the installation using diagnostic tool and we got the below error message

"The URL for ABAP customizing table RSPOR_T_PORTAL: http://invsrvr001.<domain>:50000 is not compatible with the URL for URL with which you call the WebAS Java: http://invsrvr001:50000";

If we modify the customizing in table RSPOR_T_PORTAL to "invsrvr001:50000" we get the following errors:

Error 1 - "The URL for ABAP customizing table RSPOR_T_PORTAL: http://invsrvr001:50000 is not compatible with the URL for ABAP-based BI URL generation for BEx Web Applications 3.x (function module RSBB_URL_PREFIX_GET): http://invsrvr001.<domain>:8100";

Error 2 - "The URL for ABAP customizing table RSPOR_T_PORTAL: http://invsrvr001:50000 is not compatible with the URL for Portal Systemlandscape Web Application Server configuration: http://invsrvr001.<domain>:8100";

Any help resolving this is greatly appreciated.

Regards

Accepted Solutions (0)

Answers (5)

Answers (5)

Former Member
0 Kudos

Hi,

What I did, was login into the http://server:port/irj/portal and "System Administration" -> "System Configuration" ->"systemlandscape" -> SAP_BW (open object) -> Property Category: "Web Application Server (Web AS)".

The WEB AS Host Name:

<hostname>.FQDN:<port>

FQDN = Fully Qulified Domain Name eg

servername.sap.com.de:8000

It really worked to me, I hope It helps you

Former Member
0 Kudos

Hi,

Wherever you give the hostname and domain, just keep consistencies in terms of lowercase and uppercase.

icm/host_name_full and the VA JCo RFC Provider and in the portal. This will surely solve your error.

Provide points if found helpful.

Thanks

Vikki Mittal

Former Member
0 Kudos

Hello (DN),

I have same problem. please can you provide any solution?

Best regards,

FK

Former Member
0 Kudos

URLs Prefixes Customized on Both J2EE and ABAP Side

The URL for ABAP customizing table RSPOR_T_PORTAL:

<url> is not compatible with the URL

for ABAP-based BI URL generation for BEx Web Applications

3.x (function module RSBB_URL_PREFIX_GET):

<url>

-> See SAP note 596698 as well as notes 654326 and 805344 for

details

The URL for ABAP customizing table RSPOR_T_PORTAL:

<ur> is not compatible with the URL for

URL with which you call the WebAS Java:

<url>

-> See SAP note 596698 as well as notes 654326 and 805344 for details

Hope this helps,

Regards,

Snehal

Former Member
0 Kudos

Hi,

Use FQDN while defining server entries.

Swapnil

Former Member
0 Kudos

Hi DN,

Can you try with the ip address.like http://ipaddress:5<xx>00. You can also check wether telnet is possible for the ports 5xx00 and also for 80xx(http port for abap)

Also make an entry inthe host file and try.

Reward points if helpfull.

Regards,

Vamshi.

Former Member
0 Kudos

Hi,

Error message suggests that URL with FQDN in ABAP customizing table is nto compatable with the URL used to call the WebAs Java. How do I go about modifying the URL to WebAs Java to one with FQDN (Fully Qualified Domain Name)?

Regards

Former Member
0 Kudos

Hi DN,

You have to configure the profile parameter icm/host_name_full

with your fully qualified domain name. Activate the profile and then restart the system. Also make an entry with the domain name in the host file at os level.

Reward points if helpfull.

Regards,

Vamshi.