From where to import Tipcommon and EnvironmentCommon module

I am trying to import library TipCommon and EnvironmentCommon in my util class but it is giving bellow error.

I looked into all siemplify classes but I didnot find its defination.

error which I am getting:


Traceback (most recent call last):

File "/opt/siemplify/siemplify_server/bin/Scripting/PythonSDK/IntegrationsVirtualEnvironment/MS ISEC_V165.0/upspwgkm.vt2/4nx5ycwo.1fi.py", line 8, in

from TIPCommon import validate_map_file

ModuleNotFoundError: No module named 'TIPCommon'

Let me know how to resolve this issue.


1 4 534
4 REPLIES 4

I'm also running into this issue.

Hello @pankajsingh, and @Andrew_Cook!

In order to assist you, we will appreciate it if you can provide us with the following information:

What is your System Version? You can find it in Settings -> Organization -> License Management -> System Version

image.png
In addition, what type of script item are you trying to import the TIPCommon module to? (e.g. Manager, Connector, Action, Job..)

I have the same issue with version 6.3.12.1.

I have the issue when attempting to import into a Connector and a Manager.

Disregard. I see where to configure dependencies on the integration settings.