cancel
Showing results for 
Search instead for 
Did you mean: 

DC Build Error with Web Dynpro Project

Former Member
0 Kudos

Hi,

I have created a DC Project and migrated all the local Web Dynpro project to the DC project which is connected to NWDI.

When I performed a Development Component Build, I am getting tons of errors like this :

C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\TestConnect.java:26: package com.sap.ip.bi.sdk.dac.result.model does not exist

import com.sap.ip.bi.sdk.dac.result.model.BITableItem;

^

C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\TestConnect.java:27: package com.sapportals.connector.connection does not exist

import com.sapportals.connector.connection.IConnectionFactory;

^

C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\TestConnect.java:28: package com.sapportals.connector.connection does not exist

import com.sapportals.connector.connection.IConnectionSpec;

^

C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\WealthView.java:25: package com.sap.security.api does not exist

import com.sap.security.api.;*

^

C:\Documents and Settings\mlee20\.dtc\1\t\E9C452A69844E0F9849D478F81878AB9\gwd\packages\com\bhpb\totalcomp\WealthView.java:29: package com.bhpb.bi does not exist

import com.bhpb.bi.BITable;

^

I have included a jar file BIWrapper.jar in the lib folder....

Does it mean that some of the dependencies jar files is needed in the NWDI?

For anyone help please.

Thanks.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Error looks like the wrapper for the BI adapter is not available as part of the NWDI

Regards

Ayyapparaj

Former Member
0 Kudos

Hi Ayyapparaj,

How do you make the wrapper of the BI part of the NWDI?

Any help would be greatly appreciated....

Thanks.

mike

Former Member
0 Kudos

Hi,

Create an Dc of type external library which contains the BI Wrapper

and refer this dc from your WD.

This blog will help you in creating external /people/valery.silaev/blog/2005/09/14/a-bit-of-impractical-scripting-for-web-dynpro

Regards

Ayyapparaj