Question Jude Mukkadayil · Oct 24, 2023 JReport Catalog Hi, I am trying to use a Jreport catalog which had been saved by a different user. But when I save the catalog I am getting an error "Access is denied". So does that mean same catalog can't use by different users ? Can anyone please provide a solution for the Jreport same catalog can use for different users. ? Thanks Jude #Java #Tools #InterSystems IRIS 0 6 0 435
Question Jude Mukkadayil · Aug 9, 2023 Display date in format DDMMYYYY Hi, Can anyone please help me to display date field in the format DDMMYYYY which I need single digit date needs to have leading 0 like 01022000. I tried to-char but leading 0 is not there. I am writing object script with the help of sql query for generating extracts. can anyone please help on this. thanks jude #Key Question #ObjectScript #Caché #InterSystems IRIS 0 19 0 548
Question Jude Mukkadayil · Jul 14, 2023 ODBC connection timeout while loading from big data tables Hi, I am trying to load all the data tables from one iris server to a client server but some of the tables data failing to load all the time. But I can load around 100 tables successfully but 8 to 10 tables are failing all the time. I made an IRIS odbc connection using odbc driver to load the data from tables. Also I can see read server loop error message on the iris server side as the same time the table loading fails. Please find the screen shot attached which shows the error on client server. #Data Import and Export #ODBC #InterSystems IRIS #TrakCare 0 15 0 1.1K
Article Jude Mukkadayil · Mar 29, 2023 4m read SQL IRIS Editor and IRIS JAVA CONNECTION WIN SQL is the normal editor used by most of the users .But we can't download large amount of data using winsql . So I have written a tutorial how to connect with a new Java based editor called Squirrel SQL which can easily download or export data in excel or any other formats. Also I included a Java JCBC connection program to connect with the IRIS database especially a mirroring/failover server. #Data Import and Export #JDBC #Tutorial #InterSystems IRIS 3 5 0 502
Question Jude Mukkadayil · Jan 31, 2023 Cache SQL Query Regular Expression Hi, Can anyone please help me how to use regular expression/wild character on a sql query for a pattern like C00.0 to C00.9, C01.0 to C01.9 and so on until C77.0 to C77.9 . Thanks for your help Thanks Jude #SQL #Caché 0 3 0 304
Question Jude Mukkadayil · May 12, 2021 Cache sql query Hi , I am trying to retrieve the contact type column data of a patient based on the recent date as shown below. for instance contacttype Datefrom contact 1. 24/03/2020 contact 2. 20/05/2021 i need to retrieve the second contact2 based on the recent date. i tried like below but not working . Case max(datefrom) >0 then contacttype End as contacttype Can anyone please tell me why this is not working.Any other options? Thanks jude #SQL #Caché 0 3 0 302
Question Jude Mukkadayil · Oct 29, 2020 Editor for Cache Database Hi, Can anyone please recommend an editor for cache database. I am looking for free version. I am using winsql free version but data is missing while extracting or copying data from winsql. Thanks Jude #Databases #Caché 0 3 0 435
Question Jude Mukkadayil · Aug 12, 2020 Remove Trailing Squares from String Hi, Can anyone please explain me how to remove trailing squares from the text field (String). Trailing squares is a white space ? I tried different things like Ltrim, Trim from sql query side and also from object scripting side something below. If Address1 set Address1 = $ZSTRIP(Address1,"<>P,<>C,<>W") If Address1 set Address1 = $ZSTRIP(Address1,"$C(9), $C(32), $C(160)") If Address1 set Address1 = $ZSTRIP(Address1,"*W,*C") Nothing works for me Can anyone please help me to solve this Thanks #ObjectScript #Caché 0 5 0 712
Question Jude Mukkadayil · Mar 12, 2020 Intersect in Cache Database Hi, What is the alternative for INTERSECT in cache. I tried Intersect but not working. Thanks for suggestions. thanks Jude #SQL #Caché 0 3 0 523
Question Jude Mukkadayil · Dec 11, 2019 How to get row count of csv using ObjectScript Hi, I have written a procedure with the help of object scripting to export data to a csv file. There is more data than the csv limit. Can anyone please tell me how to get the row count of csv file using object scripting, so that I can write an if condition and write to a second csv file. Please find the code writing to the csv given below. #CSV #ObjectScript #Caché 0 14 0 1.1K
Question Jude Mukkadayil · Oct 29, 2019 Cache Update Query Hi, I am trying to update an year on a date field in a cache database table but it showing an error message. But the functions are working on select query. The query I used is update RB_ResEffDateSessPayorRestr SET RESTR_DATETo = DATEADD(YYYY,1,RESTR_DATETo) where YEAR(RESTR_DATETo)=2020 I tried to update only the year which are 2020. Can anyone please help me, Is there any error in the query? Thanks #Databases #Caché 0 12 0 386
Question Jude Mukkadayil · Aug 15, 2019 Error on Trakcare Report Hi, I am trying to create a new report on Trakcare. I created a class file and corresponding crystal report . It works fine and data is populating when I try to run on crystal environment. But when I make a setup on Trakcare and click on print option, I am getting an error on print history " VB error in tkCrystalJob] Error number[-2147417848] Method '~' of object '~' failed [at line 421]". If I click on print preview option its going to empty browser. Inorder to setup new report, already made set up on report manager and menu manager. #TrakCare #Caché 0 1 0 487