Quantcast
Channel: PTC Community : Discussion List - Windchill
Viewing all articles
Browse latest Browse all 5797

How to eliminate demo data in report generated through infoengine using Search-Objects webject.

$
0
0

Hi,

I am totally new for using infoengine, I want to generate reports from source machine and target machine and validate both to check whether they contain similar data or not.

This thing I want to use in Windchill Bulk migrator Post Validation. When I run following script demo data is being displayed i want to eliminate that and want to convert jsp page into html form so that i can do validation on both sided reports of source and target machines.

please help me out..

Thanks in advanced..

 

<%@ page language="java" session="false"%>

<%@ taglib uri="http://www.ptc.com/infoengine/taglib/core" prefix="ie"%>

<%@ taglib uri="http://www.ptc.com/infoengine/taglib/directory" prefix="dir"%>

 

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

        <ie:param name="INSTANCE" data="com.ptc.ptcnet.abukane2d.Windchill"/>

        <ie:param name="authorization" data="$(@SERVER[] AUTHORIZATION[0])"/>

       

        <ie:param name="type" data="wt.doc.WTDocument,wt.epm.EPMDocument,wt.part.WTPart" delim=","/>

       

        <ie:param name="where" data="()"/>

        <ie:param name="attribute" data="name,number,lifeCycleState" delim=","/>

        

        <ie:param name="group_out" data="objectsSearched"/>

</ie:webject>

<ie:webject name="Display-Table" type="DSP"/>


Viewing all articles
Browse latest Browse all 5797

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>