Question Soufiane Amroun · Mar 16, 2018 Send method of %Net.SMTP reports a failure Hi communityI created an %Net.SMTP object in my project , but when i call it's "send method" i don't find it inside the created SMTP object, so i can't also send my mail.can some one help me?thank's #Object Data Model #Caché 0 4 0 1.2K
Question Soufiane Amroun · Jan 23, 2018 access token not recovered from url Hi community ,i use postman for testing my request , i need to extract access token from it (i put it inside the "Get url" using post man before sending my request).i use the GetAccessTokenFromRequest of (%SYS.OAuth2.AccessToken) class , but in my rest code party , when i send request from post man , i can't extract my access token, it's empty.can please give me help?thank you #Caché #Security 0 1 0 317
Question Soufiane Amroun · Jan 15, 2018 Access token storage Hi community ,i work actually on the access token generation method , i want know where the generated access token are saved ?My [OAuth2.AccessToken] tabe is empty , it's logical?thank's for helping .Best regards #Security #OAuth2 #Caché 0 5 0 806
Question Soufiane Amroun · Dec 26, 2017 API resources acces Hi community ,i worked this last time on the access token generate method , now it's ok, i want use the received access token to have access for asking the resources server.i found the [%SYS.OAuth2.AccessToken] class which describes how add access token in the http request header , but i don't know how use it in my project.Do me take only this class or the full package %SYS.OAuth2.Thank you for helping . #Security #Caché 0 1 0 497
Question Soufiane Amroun · Dec 8, 2017 limit the definition of roles Hi, communityi am defining a new role on my system , i want that this role has access only to my own data base , do you konw which roles can i add to this one ?thank you #Caché #Databases #Ensemble #System Administration 0 2 0 328
Question Soufiane Amroun · Dec 8, 2017 change the operating mode of a database Hi community,my database (HSAUDIT) is only on the read mode , how can i pass to the Read/Write mode?thank's #Caché #Databases #System Administration 0 4 0 403
Question Soufiane Amroun · Dec 5, 2017 Error in starting production Hi, communityi've a problem with my production , it works since two months ago , today i can't start it , i don't know where is the problem !!!!I enclose here screenshots for my production configuration .thank's #Ensemble 0 4 0 559
Question Soufiane Amroun · Dec 5, 2017 Client description Oauth2 Hi community ,i come back to you , i've a problem with Client description in Oauth2, when i tick the Supported grant types and i save , there are not registred on the OAuth2_Client.Metadata table .can you tell me where is the problem please.you will find attached a screenshot.thank's #OAuth2 #Caché 0 2 0 532
Question Soufiane Amroun · Nov 17, 2017 Token Generate Method Hi community , i develop my LogUser Method on my rest API , the scenario is as follow : when user enter his login & password , i check first in my table if he exists (this stape is done), now i want know how generate acces token from authorization server , i've as idea to call the "%OAuth2.Server.Generate" which is implemented on the configuration party (we find the correspondint attached screenshot ), but i don't know if i'm sure , we find here the developped method: #Caché 1 1 0 640
Question Soufiane Amroun · Nov 14, 2017 type data interval Hi communautyI've two columns in my table and the type must be interval of integer values for example : age must be interval between [2 and 6] years and wigth between [10 and 30 ] Kg , how can i define them when creating my table?thank's #Caché #SQL 0 3 0 253
Question Soufiane Amroun · Nov 14, 2017 Claims values Hi communautyi work on the Oauth2 authentification patry in my application , i read a lot of documentation , but i don't know exactly what does it mean by Claims values and the method "SetClaimValue", what does it do really?can anyone explain for me.Thank's. #Caché 0 1 0 258
Question Soufiane Amroun · Nov 10, 2017 Oauth2 validate method Hi community i'm working on the validation user method , i found this following code in the \HSIE\%SYS\Classes\%OAuth2\Server\Validate.cls #Caché #Authentication #OAuth2 0 2 0 627
Question Soufiane Amroun · Nov 3, 2017 define access rights on authorization server Hi, teami configure my authorization server and client and i want define access rights for different users , how can i do it?knowing that we have our own database with different users ID and access privilege ?is there any one who can help us? thank's #Caché 0 1 0 277
Question Soufiane Amroun · Oct 30, 2017 Oauth 2.0 framework Hi Teami want to implement an Oauth 2.0 framework in my application , i define my connexion IHM, i want to check if the login and password are right when a user connectdo you've any idea ?thank's #Caché #OAuth2 0 2 0 534
Question Soufiane Amroun · Oct 27, 2017 extract data from http get method Hi team,i send an http request to my rest class, i want to extract ID , full name , pass word from this request , can you show me how doing it.thank's #REST API #Caché 0 6 0 1.1K
Question Soufiane Amroun · Oct 16, 2017 casting of the extracted value in sql Hi WorldI've a problem when in extract a float value from my databasethe problem is that i get an interger instead of float.my record is 2,56 but when i do a select , the request extract only 2can you have a solution for it.thank you #Caché #SQL 0 4 0 290
Question Soufiane Amroun · Oct 12, 2017 setting SMTP server Hi, i want to configure my business operation for sending Emails to my clients , but any ideas .i know that the settings will be on the "EnsLib.EMail.OutboundAdapter" but how?please can you help me?thank's #Business Operation #Ensemble 0 2 0 741
Question Soufiane Amroun · Oct 6, 2017 sending mail alert Hi world, i work on my business process and i meet a problem:i want to send mail alert to the patient when he misses take his temperature measurein the method for checking if the measure is missed or no , i want to integrate my code wich allows me to trig an alert an send a mail reminder to the patient .Do you have any idea how doing it .thank's #Ensemble 0 1 0 507
Question Soufiane Amroun · Sep 29, 2017 interval in rule editor Hi,in my rule i want to compare a value wich i extract from a file if it's inside in my interval values or no, example: date1<value>date2 is there any function in rule editor that allow me to do this. thank's #Beginner #Business Rules #Ensemble 0 2 0 379
Question Soufiane Amroun · Sep 28, 2017 Switch statement from JSON record Hi , i have a JSON record as follow {value1,value2, value3} i want to write my switch statement in this form: <switch> my value <case> value1</case> <case>value2</case> <case>value3</case> </switch> is there any possibility to extract values from JSON record and put them in a switch statement? thank's #JSON #Caché 0 1 0 2.3K