Question Vivek Ranjan · Sep 28, 2018 Kill object Vs %Reload() Method1(){ Set OID1=##class(Table).%OpenId(100) // do Kill OID } #Coding Guidelines #Object Data Model #Caché 0 4 0 582
Question Vivek Ranjan · Aug 31, 2018 ERROR #6901: XSLT XML Transformer Error: SAXParseException: invalid character 0x1C (Occurred in an unknown entity) The same piece of data never throws this error on other operations. I am getting this error on one always .The same SDA container never throws error on other operation.ERROR #6901: XSLT XML Transformer Error: SAXParseException: invalid character 0x1C (Occurred in an unknown entity)Set xslt=##class(%Dictionary.XDataDefinition).%OpenId(..%ClassName(1)_"||Xmethod",-1,.tStatus)$$$ThrowOnError(tStatus)Set tStatus= ##class(%XML.XSLT.Transformer).TransformStream(myStream,xslt.Data,.OpStream)$$$ThrowOnError(tStatus)XData Xmethod{ #Object Data Model #XML #HealthShare 0 1 0 1.1K
Question Vivek Ranjan · May 16, 2018 Get the complete exec statement for store procedure executed with SQL.OutboundAdapter I am looking to get the exec statement when we call the SP with ..Adapter.ExecuteProcedure. Set tSQLQuery="exec pSPName ? ? ?" #HealthShare #ObjectScript #Caché 1 6 0 667
Question Vivek Ranjan · Apr 13, 2018 Creating Manually Soap Request as string I am trying to created SOAP request body that I need to post as string. I created the SOAP client and tried with this to get SOAP envelope. Can you suggest a way for this. #Object Data Model #HealthShare 0 14 0 1.7K
Question Vivek Ranjan · Mar 22, 2018 Creating Extension/Plugin for Cache Studio in Windows Can any one give suggestion on creating extension for cache studio in windows. #Object Data Model #Studio #Caché 0 2 0 499
Question Vivek Ranjan · Mar 12, 2018 Persistent table with %GUID As property How to set the property Property myguid As %GUID [ Required ];S obj=class object S obj.myguid ="guid string" #Object Data Model #Caché 0 3 0 454
Question Vivek Ranjan · Feb 8, 2018 Time and space complexity for SDA parsing using object deserialization and xml xpath Intersytems documentation says not to hold entire SDA as object in In-memory. http://localhost:57772/csp/documatic/%25CSP.Documatic.cls?LIBRARY=registry&CLASSNAME=HS.SDA3.Container&MEMBER=&CSPCHD=001000000000x1zyO3kkajy0iIjjpi2dxUJUnwFSY_pz7jtbNV&CSPSHARE=1 #Object Data Model #ObjectScript #Performance #XML #HealthShare 0 1 0 512
Question Vivek Ranjan · Feb 1, 2018 Achieving LINQ functionality in ObjectScript WRF to below example my idea is to check whether red is present in the list mylist. You can very well use LINQ on enumerable in C# #Caché #.NET #ObjectScript 0 3 0 483
Question Vivek Ranjan · Jan 23, 2018 Table detail for SQL Gateway Connections Just wondering which table holds detail for SQL Gateway Connections. System > Configuration > SQL Gateway Connections #Caché #Ensemble #SQL 0 2 0 384
Question Vivek Ranjan · Jan 8, 2018 Unable to connect remote server in Atelier Working fine in localhost. While connecting to remote server getting the above error. Tried with Web Port 1972 and 80 both. Also there is no log in audit viewer. 0 19 0 770
Question Vivek Ranjan · Nov 22, 2017 DATEPART(hour, columnName) function takes logical mode (in memory stored data) as input to column while executing the script in 'Display' and 'ODBC' mode I ran the below query in three different modes. Coordinated Universal Time is 5 hours ahead of Eastern Time so there is difference in value from column 1 and column 2 in ODBC, Display mode, but not in Logical Mode. By default the query executes in ODBC mode when we query the data from outside world(via ODBC connection). I don't know why query 2 and query 3 outputs different from query 1. Query 1. Ran in Logical mode, DATEPART() took in memory stored timestamp data(stored in UTC) #.NET #ODBC #Caché 0 3 0 436