Skip to main content
1-Visitor
February 10, 2017
Question

Data Utility wont work when page gets refreshed

  • February 10, 2017
  • 1 reply
  • 1437 views

We have configured data utility for attribute on one sofftype of Part.

It gives Suggetsions via Suggestion Text Box. This functionality works perfectly fine when I create part without selecting any value for "Create as End Item" attribute.

But when I select "Create as End Item" attribute as yes, the page gets refreshed and the functionality wont work.

Even If I select "Create as End Item" attribute as No after this, the Data Utility wont work.

We are using Windchill 10.1 M020.

Has anyone faced same issue?

1 reply

1-Visitor
February 22, 2017

Probably you can share the error message you do see on Tomcat or Method Server log. Page refresh should reset the data utility back to the same attribute.

ptalele1-VisitorAuthor
1-Visitor
February 23, 2017

Hi Mohan,

Thanks for Reply.

There is absolutely no error on any logs.

I have written 2 classes. Data Utility, in which I am creating a STB and another service class in which I am populating list for STB using properties file.

The data utility class gets called but service class wont get called(Loggers from Data utility are working and no Logger from Service class getting called).

It works absolutely fine when Page doesn't gets refreshed.

Thanks,

Pratik