Micro Focus QTP (UFT) Forums
Object repositories and libraties not pulled through in imports - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners)
+--- Thread: Object repositories and libraties not pulled through in imports (/Thread-Object-repositories-and-libraties-not-pulled-through-in-imports)



Object repositories and libraties not pulled through in imports - learnasugo - 02-17-2014

Please assist

Am trying to run my test from another machine so I have exported it from my normal machine to the one that I want to use. Problem is that when the test gets to the next machine it does not pull my libraries and object repositoories through. I can safely say that its got something to do with the new machine because any other machine that I tried exporting this test to pulled all those things through and I was able to run form the other machines. Any idea what the problem could be? See attached screenshot


RE: Object repositories and libraties not pulled through in imports - supputuri - 02-17-2014

Generally, we should have shared folder which can be accessed across machine so that we won't go into this kind of issues.

Here is the possible problem area.
Step1: compare the path of the folders (libraries and OR) on both the machines.
This should be same.
Step2: Navigate to 'Resources > Associate Repositories' - check the OR path.
Step3: Navigate to 'Tools > Options> Folders' - check if any absolute paths are defined here (should be either relative path or we should add the path dynamically)
Step4: Navigate to 'File > Settings> Resources' - check for any absolute path and update them accordingly (relative/dynamic approach)

Hope this should solve issue. Let me know if you need any more help on this.


RE: Object repositories and libraties not pulled through in imports - learnasugo - 02-18-2014


Hi

Tx a lot am now able to execute the test from a different machine Cool


RE: Object repositories and libraties not pulled through in imports - supputuri - 02-18-2014

closing the thread as the issue is solved.