Skip to main content
4-Participant
December 12, 2023
Solved

Mechanism

  • December 12, 2023
  • 2 replies
  • 2319 views

When I tried to save my playbacks for my mechanism in .pbk file, an information appears. Is it a licence issue? Thanks

 

BO_10882339_0-1702368695598.png

 

Best answer by SweetPeasHub

Not a license issue.

Save to a different location using PLAYBACK button then save.

Sometime network drives have issues, try to save in the local drive then copy it to S: drive.

Foreign language characters may be an issue.

I avoid spaces in paths: Robotic_Hands instead of Robotic Hands.

Do not start directory or file with character 0

Also avoid names > 31 characters. and avoid long paths >240 characters.

The path to the network drive may include full UNC name and thereby reach character limit.

example:

from CMD prompt: NET USE

local        Remote

S:\            \\reallywordymachinename.veryverylargedomainname.global\longsharename

 

When saving to local, check file size, maybe S drive too full.

 

 

SweetPeasHub_0-1702410583531.png

 

2 replies

24-Ruby III
December 12, 2023

Try to save it in the following path: S:\temp\

17-Peridot
December 12, 2023

Not a license issue.

Save to a different location using PLAYBACK button then save.

Sometime network drives have issues, try to save in the local drive then copy it to S: drive.

Foreign language characters may be an issue.

I avoid spaces in paths: Robotic_Hands instead of Robotic Hands.

Do not start directory or file with character 0

Also avoid names > 31 characters. and avoid long paths >240 characters.

The path to the network drive may include full UNC name and thereby reach character limit.

example:

from CMD prompt: NET USE

local        Remote

S:\            \\reallywordymachinename.veryverylargedomainname.global\longsharename

 

When saving to local, check file size, maybe S drive too full.

 

 

SweetPeasHub_0-1702410583531.png