Service '' is not fully-qualified(e.g., "Ice:BO:UserFile")

Thank you!!!

For anyone else that runs into something like this, the correct line is:

DataSet ds = bor.GetRows("Erp:BO:Part", wc, "PartDescription");


When using the BOReader to retrieve a value from the Part business object I keep getting the following error:


Service 'Part' is not fully-qualified(e.g., "Ice:BO:UserFile").


I have changed my code many different ways, but I keep getting the error above except the 'Part' changes according to my attempts below:


DataSet ds = bor.GetRows("Part", wc, "partNum");

DataSet ds = bor.GetRows("PartImpl", wc, "partNum");

DataSet ds = bor.GetRows("Erp.Part", wc, "partNum");

DataSet ds = bor.GetRows("Erp.Proxy.BO.PartImpl", wc, "partNum");


Seems like no matter what I try I can't get the Service Namespace correct.  Could anyone point me in the right direction?


#ygrps-yiv-2086213891 P.ygrps-yiv-2086213891b1e7fd89-0279-4ffe-a16a-1f1bcba0d537 { MARGIN:0cm 0cm 0pt;} #ygrps-yiv-2086213891 LI.ygrps-yiv-2086213891b1e7fd89-0279-4ffe-a16a-1f1bcba0d537 { MARGIN:0cm 0cm 0pt;} #ygrps-yiv-2086213891 DIV.ygrps-yiv-2086213891b1e7fd89-0279-4ffe-a16a-1f1bcba0d537 { MARGIN:0cm 0cm 0pt;} #ygrps-yiv-2086213891 TABLE.ygrps-yiv-2086213891b1e7fd89-0279-4ffe-a16a-1f1bcba0d537Table { MARGIN:0cm 0cm 0pt;} #ygrps-yiv-2086213891 DIV.ygrps-yiv-2086213891Section1 { }

Erp:BO:Part

 

From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com]
Sent: Tuesday, April 14, 2015 5:22 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Service '' is not fully-qualified(e.g., "Ice:BO:UserFile").

 

 

When using the BOReader to retrieve a value from the Part business object I keep getting the following error:

 

Service 'Part' is not fully-qualified(e.g., "Ice:BO:UserFile").

 

I have changed my code many different ways, but I keep getting the error above except the 'Part' changes according to my attempts below:

 

DataSet ds = bor.GetRows("Part", wc, "partNum");

DataSet ds = bor.GetRows("PartImpl", wc, "partNum");

DataSet ds = bor.GetRows("Erp.Part", wc, "partNum");

DataSet ds = bor.GetRows("Erp.Proxy.BO.PartImpl", wc, "partNum");

 

Seems like no matter what I try I can't get the Service Namespace correct.  Could anyone point me in the right direction?

 



Stephen Edginton (Beng) | Solutions & Technical Director

Mobile:  +44 7734 858415
DDI:  +44 121 314 1179
Main:  +44 (0) 121 314 1170
Web:  www.dotnetit.co.uk

Dot Net IT Limited, One St Kenelm Court, Steel Park Road, Halesowen, B62 8HD, United Kingdom.

DotNetIT

Epicor Platinum Partner

Epicor Alliance Partner