go to post Tirthankar Bachhar · Oct 20, 2016 Do you still have confusion? Does this solve your issue? If yes please let me know.
go to post Tirthankar Bachhar · Oct 19, 2016 Copy Cache.Dat from ensemble 2009 version to a separate location, and try mounting them directly into 2016.1. While copying Cache.Dat, keep the ensemble instance down.let me know if this works.
go to post Tirthankar Bachhar · Oct 19, 2016 Agree with Dmitry. Will you put some more details, how are you trying to connect to UItview. Do you need to write code to do that, or there are APIs given to do so. If they have Rest APIs or some SOAP exposed, I can help you to connect to that.
go to post Tirthankar Bachhar · Oct 19, 2016 Are you using correlate? or how are you parsing it to the object? would you put some more details of your approach, as there are many ways to do so.
go to post Tirthankar Bachhar · Oct 19, 2016 Run below query from DBVis. You may use GETUTCDATE rather than GETDATE.Select DATEADD(mi, -1, GETDATE()) As CurrentDateLess1Min, GETDATE() As CurrentDate, DATEADD(mi, -1, GETUTCDATE()) As CurrentUTCDateLess1Min, GETUTCDATE() As CurrentUTCDate
go to post Tirthankar Bachhar · Oct 19, 2016 Another text from DocBook, that will help you.GETDATE returns the current local date and time as a TIMESTAMP. All Caché SQL timestamp, date, and time functions except GETUTCDATE are specific to the local time zone setting. GETUTCDATE returns the current UTC (universal) date and time as a TIMESTAMP. You can also use the Caché ObjectScript $ZTIMESTAMP special variable to get a current timestamp that is universal (independent of time zone).
go to post Tirthankar Bachhar · Oct 19, 2016 Try running the same from system management portal, if you have access. I'll try to find the similar option for DBVis.
go to post Tirthankar Bachhar · Oct 19, 2016 Can you change from display mode to logical mode. You should get the correct one.
go to post Tirthankar Bachhar · Sep 23, 2016 Could you please elaborate the problem you are trying to solve?