Skip to main content
1-Visitor
January 29, 2010
Question

A couple of migration questions.

  • January 29, 2010
  • 2 replies
  • 599 views

I'm in the metadata-only phase of migrating three 3.4 databases to a single 9.1 M040 install.

In the ildataloader AsStored phase, I see several messages like this:

INFO loadercontroller.AsStoredConfigController - For an AsStored with txnid:15676, a member with pivid: 747857 was migrated as secondary content and hence, is no longer a member of the migrated AsStored

I don't know what the txnid and pivid numbers are referring to. What, if anything, do I need to do with this information? How can I tell what type of object it refers to?

My second question refers to the instructions to run the EPM Family Table validation in WinDU. I've run it and the log file shows several messages similar to the following:

ERROR|wt.epm.familytable.EPMParameterValue|1685004|20270

Again, I don't know what these numbers mean or what to do about them. The last number seems to be a constant - it appears on every message in all databases.

Does anyone know what this stuff means? Thanks in advance.

2 replies

1-Visitor
January 29, 2010
For error 20270, you need to open a call with PTC. They will analyze
your log file and provide a fix for the same. The fix differs from
customer to customer based on the data.



Best Regards

Rajesh Balasundaram
20-Turquoise
January 29, 2010
On 01/29/10 13:07, Gary Popick wrote:
> I'm in the metadata-only phase of migrating three 3.4 databases to a
> single 9.1 M040 install.
>
> In the ildataloader AsStored phase, I see several messages like this:
>
> INFO loadercontroller.AsStoredConfigController - For an AsStored with
> txnid:15676, a member with pivid: 747857 was migrated as secondary
> content and hence, is no longer a member of the migrated AsStored
>
> I don't know what the txnid and pivid numbers are referring to. What, if
> anything, do I need to do with this information? How can I tell what
> type of object it refers to?

It is referring to items that were a part of an AsStored configuration in
Intralink but these items are considered secondary content in PDMLink.
Items such as tph (generated by Pro/Mfg) files...

You can see what the specific item(s) is by running this following query on
the Intralink Data server. Replace the XXXXXX with the pivid (747857 in
your case)

column piname format a30;
column pivver format a20;
column pivrev format a10;
set lines 100;

select PIVID, PIVVER, PIVREV, RLID, PINAME
from
pdm.pdm_productitem pid,
pdm.pdm_branch brd,
pdm.pdm_productitemversion pvid
where
pvid.pivid='XXXXXX' and
brd.PIID=pid.PIID and
pvid.BRID=brd.BRID;

>
> My second question refers to the instructions to run the EPM Family
> Table validation in WinDU. I've run it and the log file shows several
> messages similar to the following:
>
> ERROR|wt.epm.familytable.EPMParameterValue|1685004|20270
>
> Again, I don't know what these numbers mean or what to do about them.
> The last number seems to be a constant - it appears on every message in
> all databases.

Take a look at page 7-11 in the migration guide. Step 5 under "Validating
Family Table Data" says you need to open a call with PTC. They will send
you a epm-heal-tool with instructions on how to run this tool.

>
> Does anyone know what this stuff means? Thanks in advance.
>


--
------------------------------------------------------------------------
Randy Jones
Systems Administrator
Great Plains Mfg., Inc.
1525 E North St
PO Box 5060
Salina, KS USA 67401
email: -
Phone: 785-823-3276
Fax: 785-667-2695
------------------------------------------------------------------------