Didn't get response after execute DQL

I am using below code and store result in queryResult however I have two URL one is test and one is prod. for test it's didn't get anything in queryResult but in prod it's working. 

Test: https://abctest-gds.chevron.com/dctm-rest/services
Prod: https://abc-gds.chevron.com/dctm-rest/services

Feed<PersistentObject> queryResult = repository.ExecuteDQL<PersistentObject>(query, new FeedGetOptions() { Inline = true, Links = false, ItemsPerPage = 10 });

Could you please let me know the reason for this? What required needs to change. 

Comments

  • Did you run your query using Documentum Administrator in TEST to verify that the query returns objects?  Since its working in PROD, the objects that its returning may be missing in TEST environment.