go to post Rochdi Badis · Apr 29, 2024 You mean Handler mapping? Yes I did both at application and default website levels: I get the first login page but the next pages fail Thanks
go to post Rochdi Badis · Apr 29, 2024 Hmm, setup CSPSystem user as recommended but still the same error !?
go to post Rochdi Badis · Apr 29, 2024 I can always install the Gateway as I have already just installed it but the reason why I'm asking is that because after installing the gateway from CSPGateway installer my application didn't work and was wondering if not having the gateway initially installed with ensemble could be the reason why the Zen application is not working, I've raised a separate case in this link: Page not found in Zen application | InterSystems Developer Community |Thanks
go to post Rochdi Badis · Apr 27, 2024 I go to Inetpub expecting that I see CSPGateway folder in there? and also in IIS I thought there should be a CSPms DLL as well?
go to post Rochdi Badis · Apr 27, 2024 Yes I just go with the first dialog and use the defaults, and its a fresh new install with not other Ensembles instances are installed and I'm surprised why I'm not getting the csp gateway installed in inetpub, I even formatted the whole machine, installed Win 10 Enterprise, enabled IIS then installed Ens 2018 and still CSPGateway not insllatted in inetbup!?
go to post Rochdi Badis · Apr 27, 2024 We are first converting from Ensemble 2014 to 2018 in order to be able to convert to IRIS. I'm installing the latest ensemble-2018.1.9.805.0-win_x64 and expanding the Web server gateway option this is what I get: is that means my installer doesn't have it?
go to post Rochdi Badis · Apr 25, 2024 I've uninstalled Ensemble 2018 and CSPGateway and with IIS already enabled, I've re-installed Ensemble 2018 but it didn't install CSPGateway folder in intepub, I've then formated my machine, installed Win 10 enterprise, enabled IIS then installed Ensemble 2018 with Development option and still didn't install CSPGateway in intepub ?
go to post Rochdi Badis · Apr 16, 2024 Thanks Robert renaming cache.data works and thanks John for the docsCheers guys
go to post Rochdi Badis · Apr 3, 2024 Thanks Ben, and nope can't see the class there, if I re-install Ensemble on the top of the current one you reckon that would wipe out everything which means loosing what I've done in my namespace such as classes, Or would the install just update the current install? Thanks
go to post Rochdi Badis · Apr 3, 2024 Spot on Ben & Enrico, I've mapped the package in my namespace and now looks good, the only problem is that before doing that, I tried creating Security.Common in my namespace by copying the content of it from my old system then went to my new system right click in Security Package--> new class and pasted the content then save & compile, but before mapping the package as mentioned, I deleted the class from my namespace and after the mapping I can all classes except Security.Common, my namespace now compiles fine with no errors but I'm wondering if that means I lost the Common class from my %Sys namespace as I can't see it there anymore? Thanks
go to post Rochdi Badis · Apr 3, 2024 When I compile the class of the custom component it creates the .js & .css components in install\CSP\us-serenity where us-serenity is my namespace, so I manually copied those components to install\CSP\broker and that fixed the error, so I'm wondering why when compiling it doesn't generate to broker folder or how can I make my install look for the generated components in install\CSP\us-serenity instead of install\CSP\broker? Thanks Stephen
go to post Rochdi Badis · Apr 3, 2024 To what I can see those classes seems to be some kind of system classes or system generated, so I'm wondering if there is a utility to include them or something ?
go to post Rochdi Badis · Apr 3, 2024 Yes, as I mentioned I compiled MSDS.ZEN.Component.imageclickbuttom and also class in question MSDS.UI.HandHeld.RTLSLogin.ProductLine and both compiled successfully I also ran d $System.OBJ.CompileAll("c-k-l") from the terminal and yes I got 24 Errors but none is related to classes in question (MSDS.ZEN.Component.imageclickbuttom or MSDS.UI.HandHeld.RTLSLogin.ProductLine)
go to post Rochdi Badis · Mar 13, 2024 Thanks, our client didn't recommended a specific port and it worked fine from Postman without it, but now I've set the default port 443 and still the same error?
go to post Rochdi Badis · Mar 12, 2024 Haven't used HTTP adapter before, any sample on how to use it ?