🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

How to import .oib file from relative path in ProMan?

User: "XW"
Altair Community Member
Updated by XW

I created a .net file on my laptop and wanna run it on a server with WinPropCLI, however, because of the absolute path (W:/...), when I ran it with WinPropCLI -F C:\MyProject.net -A ,  there will be an error (0) said not possible to open file, as shown in the figure1. In the figure, path 1 (with green underline) and path 2 (with green underline) are the same, which means that to run the .net file, it would go to path 1 first, and then it needs to read the .oib file, so it uses the absolute path 2 (W:/...) provided in the .net file again, as shown in figure 2. And there will be a disk file path (w:/) in the middle of the path.

May I ask is there any ways to solve the problem? Thank you so much in advance!

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Reiner_Hoppe"
    Altair Employee
    Accepted Answer
    Updated by Reiner_Hoppe

    Please try to export your project in ProMan GUI first using File > Export > Export project as zip archive, and then upload and unzip the zip archive on your server, which should ensure there is a relative path defined in the project .net file.