cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X

Translate the entire conversation x

Windchill task processor error

dgraham-4
1-Visitor

Windchill task processor error

Windchill 8.0 M020 (I know, I know. We need to upgrade)

Guys,

I have a task with a very simple Query-Object webject. It worked fine
yesterday but not today.
This problem/error seems to come and go.

I've tried hard coding the INSTANCE and also adding Java code and passing
a String to the INSTANCE data.
I've deleted the compiled tasks.

Any thoughts on this?




David Graham
Windchill Administrator
Pro|ENGINEER Administrator
CAx Administrator


Emhart Glass Manufacturing Inc.
Emhart Glass Research Center
123 Great Pond Drive | Windsor, CT 06095 | USA
Telephone +1 (203) 376-3144 | Telefax +1 (860) 298 7397
Mobile +1 (203) 376-3144 |
4 REPLIES 4

is your XML something like below:



<%

String instance =
wt.util.WTProperties.getLocalProperties().getProperty
("wt.federation.ie.VMName");

%>



<ie:webject name="Query-Objects" type="OBJ">

<ie:param name="INSTANCE"&lt;br"/>data="<%=instance%>"/>

<ie:param name="TYPE"&lt;br"/>data="wt.change2.WTChangeOrder2"/>

<ie:param name="attribute"&lt;br"/>data="number,name,state.state, " delim=","/>

<ie:param name="WHERE"&lt;br"/>data="number='12345"/>

<ie:param name="GROUP_OUT"&lt;br"/>data="ecn"/>

</ie:webject>


I also have the same problem. Sometimes, when I clean compiledTasks and restrat all WC services, along with WC DS, the error goes off. Have notified PTC about this, but no response yet.

Delete the /tmp/ptcServlet ? Or Windows it's C:\tmp or D:\tmp (usually)



Was everything shut off when compiledTasks/file/ was cleared out.



Tomcat cache?



Have you tested other Info*Engine scripts such as the request echo page or
other examples provided?



Is Info*Engine running as a separate server or embedded into Windchill
Method Server?






Thanks David,

I will try out these for sure. I*E is not running separately in my case.


Praseeth M
Announcements

Top Tags