Quantcast
Channel: PTC Community: Message List - Windchill
Viewing all 8876 articles
Browse latest View live

Windchill WVS CAD Worker for SolidWorks - server / workstation OS

$
0
0

All of our servers are moving to the cloud (Amazon web services - AWS).  We currently publish SolidWorks using a server configured as Win 7 - works perfectly.

 

There seem to be some restrictions on configuring an AWS WV host with a workstation OS.  The WGM installer simply won't start on a server OS.  We've asked for an AWS host with Win 7 (or 8.1 is listed as being supported) with no luck from IT so far.

 

Question: For everyone who currently publishes SolidWorks data, how are you managing the CAD Worker for SolidWorks?


Re: Windchill WVS CAD Worker for SolidWorks - server / workstation OS

Re: The Windchill FTA calculation is multiplying 10^-6 to the cut set events for model FR/MTBF but not for constant probability. How to prevent the 10^-6 adding upto the final value?

$
0
0

Are you saying that you do not want the failure rate entered in the events to have the failure rate multiplier of 10^-6 applied?  So if you entered a value of 10 for failure rate in a basic event, you would want that to represent 10 failures per hour and not 10 failures per million hours?

Hello can you help me about https

$
0
0

I am under Windchill 8.0 and I have to use HTTPS instead of HTTP.

I followed the instructions windchill install config guide and all is OK when I worked directly with internet navigator.

But I have a problem when I want to launch JAVA command on the server where I need Windchill authentication

Have you an idea please ?

 

Thank you

 

Philippe salaün

 

Here is the log:

 

Introspection Runtime mode = true

Warning - https://mysite.Windchill.fr/Windchill/wt.properties not found - using local properties

 

  1. java.net.ConnectException: Connexion refuse

        at java.net.PlainSocketImpl.socketConnect(Native Method)

        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)

        at

  1. java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)

        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)

        at java.net.Socket.connect(Socket.java:464)

        at java.net.Socket.connect(Socket.java:414)

        at java.net.Socket.<init>(Socket.java:310)

        at java.net.Socket.<init>(Socket.java:154)

        at HTTPClient.HTTPConnection.getSocket(HTTPConnection.java:3178)

        at HTTPClient.HTTPConnection.sendRequest(HTTPConnection.java:2945)

        at

  1. HTTPClient.HTTPConnection.handleRequest(HTTPConnection.java:2781)

        at HTTPClient.HTTPConnection.setupRequest(HTTPConnection.java:2573)

        at HTTPClient.HTTPConnection.Get(HTTPConnection.java:922)

        at HTTPClient.HTTPConnection.Get(HTTPConnection.java:841)

        at

  1. wt.httpgw.HTTPLoginInputStreamFactory.getInputStream(HTTPLogin.java:456)

        at wt.httpgw.HTTPLogin.newLoginInputStream(HTTPLogin.java:322)

        at wt.httpgw.HTTPLogin.init(HTTPLogin.java:209)

        at

  1. wt.method.RemoteMethodServer.initAuthenticator(RemoteMethodServer.java:930)

Re: How to get primary attachment file in the CheckinObjectFormProcessor?

$
0
0

Hi M Bagryanov,

 

you can try something like this:

 

/* (non-Javadoc)  * @see com.ptc.windchill.enterprise.doc.forms.CreateDocFormProcessor#doOperation(com.ptc.netmarkets.util.beans.NmCommandBean, java.util.List)  */  @Override  public FormResult doOperation(NmCommandBean arg0, List<ObjectBean> arg1) throws WTException {       System.out.println("*** I am in doOperation method");       HashMap map=getFormData(arg0);       java.util.Set setOfKeys = map.keySet();       java.util.Iterator iterator = setOfKeys.iterator();       while (iterator.hasNext()) {            String key = (String) iterator.next();            Object value = (Object)map.get(key);            System.out.println("\nKey: "+ key+", Value: "+ value);            //PRIMARY_FILE_wt.content.ApplicationData:1423826261835_filePath            if (key.startsWith("PRIMARY_FILE_wt.content.ApplicationData") && key.endsWith("_filePath")) {                 String valueoffile = value.toString();                 System.out.println("\t *** File is --- " +valueoffile);                 File file = new File(valueoffile);                 System.out.println("\t *** File Name - "+file.getName());            }       }       return super.doOperation(arg0, arg1);  }  @SuppressWarnings("unchecked")  protected static HashMap getFormData( NmCommandBean clientData ) throws WTException {       HashMap formData = new HashMap();       Map comboBoxData = null;       Map radioData = null;       Map textData = null;       Map textAreaData = null;       comboBoxData = clientData.getComboBox();       radioData = clientData.getRadio();       textData = clientData.getText();       textAreaData = clientData.getTextArea();       Map checkedData = clientData.getChecked();       Map uncheckedData = clientData.getUnChecked();       if (checkedData != null) {            Iterator itChecked = checkedData.keySet().iterator();            while (itChecked.hasNext()) {                 formData.put(itChecked.next(), Boolean.TRUE.toString());            }       } // end if checkedData       if (uncheckedData != null) {            Iterator itUnchecked = uncheckedData.keySet().iterator();            while (itUnchecked.hasNext()) {                 formData.put(itUnchecked.next(), Boolean.FALSE.toString());            }       } // end if uncheckedData       if(comboBoxData != null) {            System.out.println("Prniting the comboBoxData::::" +comboBoxData);            formData.putAll(comboBoxData);       }       if(radioData != null) {            System.out.println("Prniting the radioData::::" +radioData);            formData.putAll(radioData);       }       if(textData != null) {            System.out.println("Prniting the textdata::::" +textData);            formData.putAll(textData);       }       if(textAreaData != null) {            System.out.println("Prniting the textAreaData::::" +textAreaData);            formData.putAll(textAreaData);       }           return formData;  }

 

It will give you an file name which user selects in wizard.

 

I hope this helps you.

 

Regards,

Shirish

Re: Import of project templates from Windchill ProjectLink 9.1 or 10.1 to 11.0 fails

$
0
0

Hi rdayalu,

 

Could you please share what error you got while trying to import Project template from earlier release?

 

MS log and screen capture will be useful.

 

Regards,

Shirish

Re: Windchill WVS CAD Worker for SolidWorks - server / workstation OS

$
0
0

Hi Mike,

 

Can you please let me know, Windchill Workgroup Manager version and workstation/server version you are trying to work?

 

Regards,

Pankaj Mooteri

Re: Windchill WVS CAD Worker for SolidWorks - server / workstation OS

$
0
0

More info from SolidWorks:  SOLIDWORKS | Hardware & System Requirements | SOLIDWORKS

I would be surprised if PTC would support running the SolidWorks WGM on a server OS when Dassault does not support running the SolidWorks software on a server OS.  Not saying it won't work, but it sure seems like it would be unsupported.


Windchill file location

$
0
0

When doing a copy to my development server, I noticed that one library context folder did not have any recent files in the vault where I would have thought these files would go.

Is there anything OOTB in Windchill that can give me the OS file name of a file in Windchill?

My Part Library goes to a vault location, but my Doc library vault has no new files. Are these files being stored as BLOBs in Oracle?

Where is the file location defined for storing files created in Windchill? Is it in an OIR for the data type or in some other file?

 

Ben

Windchill 10.0 m040

Re: Windchill WVS CAD Worker for SolidWorks - server / workstation OS

$
0
0

Windchill 10.1 M030 CPS 14, WWGM matches but is CPS 13 (no CPS 14 available).

All our user workstations work perfectly - mostly Lenovo laptops but some Dell, some various desktops.

 

For publishing, we need to find what Amazon web services will allow to be a virtualized "cloud" host.

Re: Windchill file location

$
0
0

Need a query builder report that relates your WTDoc / EPMDoc to FVItem - via ApplicationData and StreamData.  I've posted various qml's like this in the past.  Do a little searching - if you don't find, I'll dig up and post.  User inputs Doc Number and report returns filename on disk in the vault (e.g. 000cf26134).

 

Note: There is a tricky formula needed between how the database stores the filename and what you see on disk, due to decimal <> hex conversion.

 

This is such a common request from people, seems that PTC would provide this report / utility OTB, or at least post a fully - developed qml for it.

Re: Windchill WVS CAD Worker for SolidWorks - server / workstation OS

$
0
0

Just for fun I went ahead and tried it myself.

 

Windows Server 2016 Standard, Windchill 10.2 M030 CPS18

  • SolidWorks 2016 SP05 Installed fine
  • Java 8 Installed Fine
  • Windchill Workgroup Manager will not install. 

 

 

By the way, even though SolidWorks seems to run fine, diagnostics does recognize that this is an unsupported OS.


Re: Windchill WVS CAD Worker for SolidWorks - server / workstation OS

$
0
0

We have this problem too. The WGM installer will not start on our Windows Server OSs (2012 or 2008).

We have been working around the problem by copying the WGM folder from a Windows 10 machine, then run this command:

 

c:\ptc\wgm\x86e_win64\obj\uwgm_client.exe -autoreg_only -uwgm_nographics -out c:\ptc\wgm\register.log

 

You will also need to install WFS manually:

 

msiexec /i C:\ptc\wgm\installer\PtcVfs.msi /l C:\ptc\wgm\installer\logs\PtcVfs_manual_install_after_msicuu.log

Re: Windchill WVS CAD Worker for SolidWorks - server / workstation OS

$
0
0

Appreciate the responses very much.  Just created tech support case C13475543 asking for PTC's official recommendation on this.

FYI - This is the preliminary comment from our IT group:

 

Short Answer: Using a client OS, like Windows 7, is possible.

Technical Answer: To use Windows 7 in AWS we would have to import our own OS image and use a dedicated host for this EC2 Instance to comply with Microsoft licensing requirements. This is the only option if we want to run it in AWS.

Note: We would be running an entire dedicated host for a single system though, which just means an additional $3 /hr for the dedicated host in addition to the hourly rate of the Windows 7 EC2.

WorkSpaces is not a good solution because of the same restrictions. It uses a Windows 2008 R2 OS with Windows 7 skin, so it won't be compatible for Windchill.  Besides that, we don't have control over the EC2 instance since it's AWS managed.

 

Re: QML report to retrieve all collected items in a managed collection

$
0
0

Mike

 

I also suspected this so tried to remove that condition. I just got the initially selected object version twice.


ProjectLink - Name resets when using 'Send to PDM'

$
0
0

We're creating new objects in ProjectLink in Windchill 10.1 and eventually those objects will need to be in PDMLink. However, the Send to PDM screen is causing some headaches:

  • The Name field comes in empty even though that information is on the object in the Project.
  • The object needs a location in PDMLink. When you do assign a location, the Name field resets which annoying if you just filled it it for a bunch of parts!
  • Is there a way to set a default PDM location for new objects coming from a Project? Very minor compared to the 2 other issues above.

 

Any ideas or settings we can change to fix some of these? Click on the picture to enlarge.

Send to PDMLink 2.jpg

Re: Windchill file location

Re: Hello can you help me about https

Re: Windchill file location

$
0
0

This works but seems incredibly cumbersome vs. a query builder report.

Re: ProjectLink - Name resets when using 'Send to PDM'

$
0
0

Hi Lucas -

 

I tried this on a 10.1 M050 system, and I did not experience either of these issues.

 

However, my Send to PDM window did not allow for modifications in the File Name field:

 

SendtoPDM10-1-M050.PNG

 

So:

 

1. There might be some customizations on your system to allow this (OIRs?) which could be causing the issue

 

or

 

2. When searching, I saw a screen capture of a 10.1 M040 system in which the Send to PDM window does allow for edits in the File Name field.  So there's a good chance that we made some changes to the Send to PDM action between 10.1 M040 and 10.1 M050, which in turn corrected the usability problems you're describing. However, since I do not have access to a 10.1 M040 server, I can't verify this firsthand.

 

It might be worth it to open a case with TS. What you are describing certainly sounds a bit obnoxious, but I could not find any old cases of customers reporting the same. Since I feel like this would probably warrant at least SOME complaints, and I can find none, it might be an issue with your system that can be corrected. Similarly, if you are already on 10.1 M050, then this is most likely an issue specific to your system (as after M050, the default behavior changes).

 

Sorry I could not be more helpful.

Viewing all 8876 articles
Browse latest View live


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