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

Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X

Translate the entire conversation x

Add to workspace for a ad objects, the windows keeps loading

paj1
12-Amethyst

Add to workspace for a ad objects, the windows keeps loading

I am using Windchill PDMLink Release 11.2 and Datecode with CPS 11.2.1.8

Add to workspace for a ad objects, the windows keeps loading.

Here are the errors that I faced
Caused by: java.sql.SQLException: ORA-00600: internal error code, arguments: [ktsplbfmb-sync], [], [], [], [], [], [], [], [], [], [], []
2025-07-25 03:46:10,318 INFO [ajp-nio-127.0.0.1-8011-exec-1] wt.system.err orgadmin -
2025-07-25 03:46:10,318 INFO [ajp-nio-127.0.0.1-8011-exec-1] wt.system.err orgadmin - at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:494)
2025-07-25 03:46:10,318 INFO [ajp-nio-127.0.0.1-8011-exec-1] wt.system.err orgadmin - at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:441)
2025-07-25 03:46:10,318 INFO [ajp-nio-127.0.0.1-8011-exec-1] wt.system.err orgadmin - at oracle.jdbc.driver.T4CTTIoer11.processError(T4CTTIoer11.java:436)
ACCEPTED SOLUTION

Accepted Solutions
paj1
12-Amethyst
(To:ScottMorris)

We were able to resolve the issue working with our DBA.

The issue was caused by specific LOB object SYS_LOB0000051289C00001$$ associated with the WINDCHILLDB.COLLECTORCACHE table. Despite applying the latest patch, the error persisted.

To address the issue, the following actions were taken:

 

1.A backup of the COLLECTORCACHE table was created.

2.The table was truncated to clear its contents.

3.As per CS44106, row movement was enabled for the table using the command:

ALTER TABLE COLLECTORCACHE ENABLE ROW MOVEMENT;

View solution in original post

6 REPLIES 6
Fadel
22-Sapphire III
(To:paj1)

paj1
12-Amethyst
(To:Fadel)

DBA confirmed all is ok on the DB side. However still the add to workspace window keeps loading.

ScottMorris
17-Peridot
(To:paj1)

contacting PTC Technical Support is your quickest way to resolve this issue. you did not mention which CAD solution you are working with or how your storage is setup in Windchill. when i see these types of DB error messages, i check table space in the DB, but when its full, many actions in Windchill will not work. it would be good to know if this happens for all users, one user or admin user. 

 

adding to a workspace does not require any client side software, so it should be easy enough to debug. definitely change the log file output in Windchill to get more details. 

paj1
12-Amethyst
(To:ScottMorris)

We checked with DBA, rebuild index, run db statistics and confirmed Oracle Flash Recovery Area (FRA) has enough sufficient free diskspace.

We are trying a Creo CAD object to add to workspace from a stand alone browser.
We enabled pom loggers, however it is prety much printing the same thing.

ScottMorris
17-Peridot
(To:paj1)

  1. What happens when you attempt to add wt.parts to a workspace? Curious if this is only happening with objects that have a content file. 
  2. Can you successfully create a *new* CAD document in a workspace?
  3. Does this happen for one user or all users? Admins or regular users? 
  4. Have you tried removing the local cache folders for Creo and reconnecting?  

The ORA 600 error message is defined as a generic DB error in the CS Article @Fadel provided. Is there any more detail in the log file? 

paj1
12-Amethyst
(To:ScottMorris)

We were able to resolve the issue working with our DBA.

The issue was caused by specific LOB object SYS_LOB0000051289C00001$$ associated with the WINDCHILLDB.COLLECTORCACHE table. Despite applying the latest patch, the error persisted.

To address the issue, the following actions were taken:

 

1.A backup of the COLLECTORCACHE table was created.

2.The table was truncated to clear its contents.

3.As per CS44106, row movement was enabled for the table using the command:

ALTER TABLE COLLECTORCACHE ENABLE ROW MOVEMENT;

Announcements

Top Tags