JavaDoc For Thinclient

300 views
Skip to first unread message

Abraham

unread,
Jul 9, 2010, 4:59:54 AM7/9/10
to Teamcenter Enterprise Customization
Hi All,
I need a small help. I would like to know, is it possible to get
the Java Doc for Thin client libraries?

Regards
Abraham Thomas

Raghavendra(L.R)

unread,
Jul 9, 2010, 11:24:25 AM7/9/10
to teamcenter-enterp...@googlegroups.com
You can find the documentation in the MTI_ROOT

aa.png

If you have not choose this option while installing the TC server, Please follow these steps

run cfgedit2 -----> Add component

for more information pls refer to Adding a Teamcenter Enterprise Component in the TC help manual.




--
You received this message because you are subscribed to the Google Groups "Teamcenter Enterprise Customization" group.
To post to this group, send email to teamcenter-enterp...@googlegroups.com.
To unsubscribe from this group, send email to teamcenter-enterprise-c...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/teamcenter-enterprise-customization?hl=en.




--
Thanks & Regards,
L . Raghavendra
+91-9986621136
aa.png

Jagatheeswaran Thiyagarajan

unread,
Nov 17, 2011, 7:32:02 AM11/17/11
to Raghavendra(L.R), teamcenter-enterp...@googlegroups.com
if i am write the *.met file it is converting into "c" coding and the file name
s *.mth and *.c files in different folder. For writing the method coding, is it i need to write the .mth file? or if im writing the .met files for model.met and browser.met and message.met files  is it  envo....
if not what is .mth file is it is system generating file when i am compile the custom directory.

what is method coidng!

pl help me..........

On Thu, Nov 17, 2011 at 3:19 AM, Jagatheeswaran Thiyagarajan <waran.j...@gmail.com> wrote:
ok... Thanks



On Wed, Nov 16, 2011 at 5:10 AM, Raghavendra(L.R) <raghav...@gmail.com> wrote:
Dear Jagatheeswaran ,

You can get these files from the installation CD.

Steps:
1) Copy INSTALL_TCWEB.EXE/JAR to WEB_ROOT and extarct the contents using winzip
2) Copy INSTALL_TC_PTIER_BASE.EXE to WEB_ROOT and extarct the contents using winzip
3) choose the solution and follow the steps given in the help manual.

Hope this information is helpful.




Thanks & Regards,
L . Raghavendra
+91-9986621136



On Tue, Nov 15, 2011 at 9:17 AM, jagatheeswaran <waran.j...@gmail.com> wrote:
when im installing the Thin client this file not available
INSTALL_TC_PTIER_BASE.EXE file and
 INSTALL_ENTERPRISE.JAR where i can get these files

On Jul 9 2010, 8:24 pm, "Raghavendra(L.R)" <raghavendr...@gmail.com>

wrote:
> You can find the documentation in the MTI_ROOT
>
> [image: aa.png]
>
> If you have not choose this option while installing the TC server, Please
> follow these steps
>
> run cfgedit2 -----> Add component
>
> for more information pls refer to *Adding a Teamcenter Enterprise
> Component*in the TC help manual.
>
> Adding a Teamcenter Enterprise Component (Installation on Windows Servers: )

>
>
>
>
>
>
>
>
>
> On Fri, Jul 9, 2010 at 2:29 PM, Abraham <abrahamthom...@gmail.com> wrote:
> > Hi All,
> >     I need a small help. I would like to know, is it possible to get
> > the Java Doc for Thin client libraries?
>
> > Regards
> > Abraham Thomas
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Teamcenter Enterprise Customization" group.
> > To post to this group, send email to
> > teamcenter-enterp...@googlegroups.com.
> > To unsubscribe from this group, send email to

> > .
> > For more options, visit this group at
> >http://groups.google.com/group/teamcenter-enterprise-customization?hl=en.
>
> --
> Thanks & Regards,
> L . Raghavendra
> +91-9986621136
>
>  aa.png
> 6KViewDownload




--
Thanks &Regards
T.Jagatheeswaran





--
Thanks &Regards
T.Jagatheeswaran


Chris Bleill

unread,
Nov 17, 2011, 12:53:23 PM11/17/11
to teamcenter-enterp...@googlegroups.com, Raghavendra(L.R)
Hi Jagatheeswaran,

Can you tell us what you are trying to customize?  We may be able to help more...

If you are just adding or changing attributes or creating a new class, you can use MODeL code and put that into the *.met file.  Then you can use the "make init" command to incorporate your new MODeL code into the Teamcenter object model.

If you are trying to extend or create new "behavior" or functionality, then yes you must write a method (based on C) and insert that code in a *.mth file (mth stands for method).  The mth file will be converted to a .c file and will be incorporated into the custom software executable for your installation (look in the /svr directory of your customization directory).  You use the "make all" command to compile the *mth files to C and incorporate them.

If you add a new met or mth file, be sure to add it in the appropriate definition file in your source code directory.  For instance, in the /src directory, that file is called srcmk.def.  Then you can execute the "cnvdef" command to convert your definition file to a "Makefile" which no doubt you are more used to from basic C programming.

Hope that helps!

Chris



To unsubscribe from this group, send email to teamcenter-enterprise-c...@googlegroups.com.

Jagatheeswaran Thiyagarajan

unread,
Nov 17, 2011, 10:22:34 PM11/17/11
to teamcenter-enterp...@googlegroups.com
I am new to this. My senior told to see the method coding and thin client customization...................They not saying what i can exactly i am going to do there(client side).......

Thanks for  giving brief  explain......

--
Thanks &Regards
T.Jagatheeswaran


Jagatheeswaran Thiyagarajan

unread,
Nov 18, 2011, 12:29:42 AM11/18/11
to teamcenter-enterp...@googlegroups.com, Chris Bleill, Raghavendra(L.R)
can u give some idea about Data Model ? do u have some  document regarding the method coding.........
 if i want to write method code based on which i have to write......
pl help me...........................
--
Thanks &Regards
T.Jagatheeswaran


sriniva...@yahoo.com

unread,
Nov 18, 2011, 6:48:49 AM11/18/11
to teamcenter-enterp...@googlegroups.com, teamcenter-enterp...@googlegroups.com, Chris Bleill, Raghavendra(L.R)
The Siemens online docs are a great source. They also offer training classes

Regard,

Srini Datla

Sent from my iPad
Reply all
Reply to author
Forward
0 new messages