cancel
Showing results for 
Search instead for 
Did you mean: 

VERTEX_MS0018 RFC ERROR

Former Member
0 Kudos

hi friends,

please help to solve out this issue.

i m getting error : COMMONICATION ERROR WITH EXTERNAL TAX SYSTEM (VERTEX_MS0018)

RFC: VERTEX_MS0018

why this error is showing when i m trying to test connection..

ERROR

hostname 'app-dm.wdf.sap.corp' unknown / CPIC-CALL

PLS GIVE ME EXACT SOLUTION..

THANKS

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

sap_mumbai,

Sap system connected to thirid party tools by TCP/IP RFC connection . While creating the RFC we give following information

1- Target host

2- registerd program

So there can be following issues:

1. Network connection issue to target host

2. Target host is down

3. Program is not registered and there is any problem with this .

Kindly check all these points .

Thanks ,

Arun

Former Member
0 Kudos

thanks arun..

but when i m testing rfc connection in sm59 ..

gatewayl host : *sapserver that is local host

when i was click on unicode test so i got error:

program VERTEX not registered / CPIC-CALL: 'ThSAPO

please check attachment give me exact configure solution if possible..

thanks

sivakumar_kilari3
Active Contributor
0 Kudos

>

> program VERTEX not registered / CPIC-CALL: 'ThSAPO

You have to register this program id VERTEX in your external server.

Thanks

Siva

Former Member
0 Kudos

Hi,

Please register VERTEX program ID in vertex server side in SIC software/service as below:

r3-config.xml

<?xml version="1.0" encoding="UTF-8"?>

<?xml-stylesheet type="text/xsl" href="r3-config.xsl"?>

<!--

Document : r3-config.xml

Description:

R/3 configuration parameters

-->

<r3-config>

<r3 name="r3_1" active="true">

<!-- Repository properties -->

<property name="r3.repository.name" value="repository_1">

<description>The name for this R3 instance repository.</description>

</property>

<!-- SIC properties -->

<property name="sic.listener.max" value="5">

<description>The number of SIC listeners for this R3 instance.</description>

</property>

*<property name="sic.listener.program.id" value="VERTEX">* <description>The program id associated with this listener.

This id should match the id created in the gateway.</description>

</property>

<!-- Gateway properties -->

<property name="gateway.host" value="Name of SAP host">

<description>The URL to the gateway host.</description>

</property>

<property name="gateway.service" value="sapgw00">

<description>The gateway service id.</description>

</property>

<!--

R3 client properties.

Information is required if not using a static repository.

("static.repository" property in sic-default.xml file)

-->

<property name="r3.client.pool.name" value="R3">

<description>The name for the R3 client pool.</description>

</property>

<property name="r3.client.pool.max" value="2">

<description>The maximum number of connections in the pool.</description>

</property>

<property name="sap.client.id" value="Client number">

<description>The SAP client id.</description>

</property>

<property name="sap.client.username" value="">

<description>The SAP client username.</description>

</property>

<property name="sap.client.password" value="password">

<description>The SAP client password.</description>

</property>

<property name="sap.client.language" value="EN">

<description>The SAP client language.</description>

</property>

<property name="sap.hostname" value="">

<description>The SAP host name.</description>

</property>

<property name="sap.system.number" value="00">

<description>The SAP system number.</description>

</property>

</r3>

</r3-config>

Former Member
0 Kudos

thanks siva,

could you tell me how to Register this program id VERTEX in external server.

with complete steps.

thanks

zaheer

sivakumar_kilari3
Active Contributor
0 Kudos

Hi,

Check this pdf file 14th page,

[http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/047ab790-0201-0010-a9b1-e612f8b71dcd?quicklink=index&overridelayout=true]

Thanks

Siva

Answers (3)

Answers (3)

Former Member
0 Kudos

Hello,

I'm also facing the same problem,

Im getting this "Vertex_MS0018" error while creating the company code for US,

currently i'm learning SAP MM, and i have intalled Ideas ECC 6.0 in my system,

How can i rectify, also i doesn't have edit mode with respective to FI,

Please help, how to rectify this problem,

Thanks,

Sanjay Muni

Former Member
0 Kudos

Hi,

Kindly check if the hostname is right also if there was any change in IP address of the system.

May be sometimes DNS issues leads to this.

Also ensure Vertex is up and running on that.

Regards

Vivek

0 Kudos

Hi

go to SM59 and find the RFC VERTEX_MS0018.

change the hostname "app-dm.wdf.sap.corp" to the right one,

The hostname "app-dm.wdf.sap.corp" is unknown in your network

Clebio