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

We are happy to announce the new Windchill Customization board! Learn more.

KeyedEvents are not generated by 'Import from Spreadsheet' feature.

pyalavarthi
1-Newbie

KeyedEvents are not generated by 'Import from Spreadsheet' feature.

I am unable to listen to any KeyedEvents on the parts from a listene
rservice when they are updated by *Import from spreadsheet* feature. It is
not broadcasting any events like POST_STORE, POST_UPDATE etc when updating
parts. The listener service itself is working fine when the parts are
manually updated using Windchill UI.
I am wondering if there any properties or preferences to enable that. Or is
the import feature generating any other events.

Thanks,
Prathap
2 REPLIES 2

Here is a log from my listener:

DEBUG : customization.cisPartListener.StandardCISPartService - Type is
WCTYPE|wt.part.WTPart|local.root.goodrich.CISPart|local.root.goodrich.An
alog

DEBUG : customization.cisPartListener.StandardCISPartService - Is it a
CISPart?:true

DEBUG : customization.cisPartListener.StandardCISPartService - Assuming
updated from load file: AID-T39-0108-100 create a new Iteration: Analog
- 5962F9563101QEC, -.4 (Design)

DEBUG : customization.cisPartListener.StandardCISPartService - The
object is a WTPart.

DEBUG : customization.cisPartListener.StandardCISPartService - THE
POST_STORE EVENT HAS BEEN INVOKED FOR 5962F9563101QEC

DEBUG : customization.cisPartListener.StandardCISPartService - Type is
WCTYPE|wt.part.WTPart|local.root.goodrich.CISPart|local.root.goodrich.An
alog

DEBUG : customization.cisPartListener.StandardCISPartService - Is it a
CISPart?:true

DEBUG : customization.cisPartListener.StandardCISPartService - Assuming
updated from load file: 5962F9563101QEC create a new Iteration: Analog -
HS-139RH, -.4 (Design)

DEBUG : customization.cisPartListener.StandardCISPartService - The
object is a WTPart.

DEBUG : customization.cisPartListener.StandardCISPartService - THE
POST_STORE EVENT HAS BEEN INVOKED FOR HS-139RH

DEBUG : customization.cisPartListener.StandardCISPartService - Type is
WCTYPE|wt.part.WTPart|local.root.goodrich.CISPart|local.root.goodrich.An
alog

DEBUG : customization.cisPartListener.StandardCISPartService - Is it a
CISPart?:true

DEBUG : customization.cisPartListener.StandardCISPartService - Assuming
updated from load file: HS-139RH



The assumption that it was that the item has been stored but is not
checked out so it must be from a new part or import event.

suspect you might get an INSERT event ...

I'd set
wt.wt.services.verbose=true
wt.services.verboseEvents=true
(get's pretty verbose 😉 and see what events appear ...

cheers, martin

Top Tags