Question Nezla · Jun 5, 2018 Cache Can't recognize UNC paths Hi Guys, have a file located in \\servername\Myfiles\pull.csv but for some reason my cache routine can't file, but can when using the local drive C:\servername\Myfiles\pull.csv. FYI I can access \\servername\Myfiles\pull.csv via Win explorer with no problems. anyway how I can fix this? Thanks Guys #CSV #Caché 0 4 0 548
Question Nezla · May 18, 2018 Database not mounting Hi Guys,I'm upgrading Cache 2008 to 2014, and for two clients so far all good, but with this third one and while trying to mount the main database that includes the data, I'm getting error #36 "database is not mountable"!?but cache instances the old 2008 and the new 2014 at installed the same way (8 bit) and Cache.dat is (archive) NOT read only so I don't know what could be the problem?Thanks #Caché 0 9 0 1.5K
Question Nezla · May 17, 2018 A Routine Call between two Cache installations Hi Guys,is the there a way that I can make a routine call from one cache to another?I've a client that still on Cache 2008 and given that JSON is not much supported in V2008 we thinking of installing Cache 2014 in the same server Create a routine that handles JSON (in Cache2014), and then simply call in their current Cache 2008 just make a routine call of that is V2014?thanks #Caché 0 3 0 398
Question Nezla · Apr 15, 2018 Cache Compile Problem Hi Guys,We experiencing a strange problem with one of the clients on Cache 2008, for time to time they can't run any of their Crystal reports and each time we had re-compile the classes used in the affected report to get it running, then it happens again for the same reports. #Caché 0 7 0 857
Question Nezla · Mar 8, 2018 WIDE CHAR error Hello,I'm getting <WIDE CHAR> error in one of my routines, I was thinking a corrupted data or disk out of space or no mount database but all seems to be OK?I'm running Cache 2014.1.2 and the same routines and data works in our client main server with not problems but having the same copy in their backup server is generating <WIDE CHAR> error, some other reports works but this specific doesn't?Thanks #Caché 0 3 0 878
Question Nezla · Mar 7, 2018 UNC path not recognized Hi Guys,One of our clients is running Cache 2014.1.4 and for some reason is not recognising UNC paths?The Path is accessible via windows explorer with no issues (\\backupsvr) and also my works fine when using : O C:\folder\file.txt:("WNS"):5 #Caché 0 3 0 658
Question Nezla · Feb 26, 2018 Copy Files Hi Guys, I'm looking to Remove file from a location to another similar to CUT & Past function, I'm using this : s file=##class(%File).%New() d file.CopyFile(File,ArchivePath) d file.Delete(File) and the copying is happening but not the Deleting, and help pls? Thanks #Caché 0 16 0 2.5K
Question Nezla · Jan 15, 2018 Failed to parse JSON request content Hi Guys, I'm using the below code to Post JSON request to a REST API, but I'm getting "Failed to parse JSON request content." Error, #Caché #JSON #SOAP 0 7 0 6.2K
Question Nezla · Jan 15, 2018 Headers in HttpRequest Hi Guys, I'm using Ensemble 2014 and have a code that Posts HttpRequest to a REST API and working fine, but don't know how to add Header to my request!? I tried Set Request.SetHeader("Source","Civicview") but it's bringing a Syntax error, any help pls? #Caché #SOAP 1 3 0 1.5K
Question Nezla · Jan 15, 2018 Arrays in JSON Body Hi Guys, I've a working that sent Http request to a REST API and is working fine, #Caché #JSON #Frontend 0 2 0 809
Question Nezla · Jan 1, 2018 Send JSON Via HTTP request Hi Guys,Basically I'm looking for a sample what I can send data in aJSON format to a a webservice using an http request pls?I've found some documentation on %Net.HttpRequest but a sample on how to connect to a Webservice and send data to it would be really helpful?Our clients are running Cache & Ensemble 2014 Thanks #Caché 0 21 0 6.2K