Access to the Path for iLogic rules (external): Denied

Access to the Path for iLogic rules (external): Denied

RoyWickrama_RWEI
Advisor Advisor
797 Views
4 Replies
Message 1 of 5

Access to the Path for iLogic rules (external): Denied

RoyWickrama_RWEI
Advisor
Advisor

Since a week ago, all of sudden, I keep getting the following pop-up when I run my external rules.

 

Access Denied.PNG

Could someone help me to get around this issue.

Thanks.

 

 

 

0 Likes
Accepted solutions (1)
798 Views
4 Replies
Replies (4)
Message 2 of 5

chandra.shekar.g
Autodesk Support
Autodesk Support
Accepted solution

@RoyWickrama_RWEI,

 

Please check the accessibility of text file. I mean, Do you have access to read text file?

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



Message 3 of 5

RoyWickrama_RWEI
Advisor
Advisor

Oh, yes. I found that all my external rules files were READ Only: I never did it anyway.

 

One more thing:

Code help: Could you let me know how can I retrieve the equation form of an iProperty (as they are)?

For example,  =<Thickness> x <Width> x <Length>

Thanks.

0 Likes
Message 4 of 5

chandra.shekar.g
Autodesk Support
Autodesk Support

@RoyWickrama_RWEI,

 

Sorry, What is meant by "equation form of an iProperty"?

 

Thanks and regards,


CHANDRA SHEKAR G
Developer Advocate
Autodesk Developer Network



Message 5 of 5

RoyWickrama_RWEI
Advisor
Advisor

Sorry. My question was vague!

To Post.png

It is coming from:

	oDesn_Current = iProperties.Value(oModelDoc, "Project", "Description")
	oDesn_New = InputBox("Prompt", "Title", oDesn_Current)

But, need as follows, instead.

CaptureX.PNG

 

Samples attached.

0 Likes