cancel
Showing results for 
Search instead for 
Did you mean: 

TREX7.1 rev36 - ImportError: No module named TrexServiceClientPy

former_member474881
Participant
0 Kudos

Hi all,

I am doing new installation for TREX7.1 revision: 36 (standalone) in a server and use RFC and HTTP server to connect to another SAP system which is all in good status. However, I encountered this error while the execution of test run - "python runInstallationTest.py" by using sidadm. Please see below:

--> Check 04: TREX Services and Third Parties Version

-


Traceback (most recent call last):

File "/usr/sap/TX1/TRX01/exe/python_support/testbase.py", line 709, in run

ret = self.runHandler(*rest, **self.extractInheritedArgs(keys))

File "runInstallationTest.py", line 726, in runHandler

cv = ComponentsVersion(status=status, debug=debug, files=self.traces)

File "runInstallationTest.py", line 414, in __init__

import TrexServiceClientPy

ImportError: No module named TrexServiceClientPy

OS platform is SUSE linux 10 sp2. Has anyone solve this problem before?

Thanks in advance,

Nancy

Accepted Solutions (0)

Answers (2)

Answers (2)

john_studdert
Participant
0 Kudos

I know this is an old question but since it was never answered and the answer is pretty quick I said I'd throw it in for the sake of those still coming across this thread when searching. Just re-run the TREXSettings.csh script as the <sid>adm user.

For example, given a SID of TRE and an instance number of 50 you would log in as treadm and run:

host:treadm>cd /usr/sap/TRE/TRX50

host:treadm>source ./TREXSettings.csh

Then go back into the python scripts directory and re-run the runInstallationTest.py script.

former_member474881
Participant
0 Kudos

Can anybody help please~

Thanks,

Nancy

Former Member
0 Kudos

I'm also getting the above issue (Platform Windows Server 2008), can anyone assist?

Thanks

Gurch