cancel
Showing results for 
Search instead for 
Did you mean: 

Voice application Deployment Error.

Former Member
0 Kudos

Hello,

I'm trying to execute the demo found at https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/media/uuid/f04a82c5-e01c-2a10-dba4-918a5e04ff... which is also included in the help of Netweaver CE 7.1. So i have repeated exactly all the steps.

At the end, when i try to deploy the application, i've got an error :

Problem resolving the dependencies. Detailed error was=Could not extract RFC Name for this BAPI call!

source=black service: service spec=null/[ID=487ae31180b211ddc883001999317299_BA_CL / type=com.sap.voice.sdk.model.BlackService / name=z_rfc_credit_check]]

Could someone help me resolve that ?

Thanks.

Best regards

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I found out the solution to my problem.

It was a misconfiguration of the component that holds the z_rfc_credit_check. The runtime was "webdynpro", i've changed it to "voice" and the deploy was fine.

But i still have a problem.

When I try to debug the app, I have a message on the STAG "service unavailable" i do not know why ?

Best regards.

Guillaume Bruyneel

prashantha_hj
Employee
Employee
0 Kudos

There are several reasons for this. Try doing the following...

Please check the following things.

1. Go to Netweaver Administrator (/nwa)->Operation Management -> Systems ->Start & Stop -> Java EE Services.

Search for 'Voice Container'. Check whether it is running or not, if not, start this service.

In the same way search for tc~voear in Java EE Applications tab. If it is not started, start it.

Try deploying the application now and run it using STAG (SAP Text Application Gateway).

2. If 1. did not help, change the url in the STAG like this

if it is http://<servername>:<port>/voice/.

change it to http://localhost:<port>/voice/.

3. If above did not work, please paste the trace content after searching the default trace with 'voice' string as filter.

-Prashanth

Answers (2)

Answers (2)

Former Member
0 Kudos

thanks a lot Prashanth.

It works very now. The two services were running i only change the url to localhost and it works fine.

Thanks again.

Best regards

Former Member
0 Kudos

Hi,

I will need more information in order to understand what caused the problem.

Would it be possible for you to find the relevant lines in the trace file and either send them by email or copy them here?

Regards,

Shai