Re: HTTPCALL XPA3.3 (windows10 and windows server 2008 R2); same application, 2 differend results
Andreas Sedlmeier
Which browser do you use to see it working on Windows Server 2008 ? Maybe you have to activate TLS 1.2 on that system. You could check what the TLS version is for your connection with a network monitor.
|
||||||
|
||||||
Re: Park Error
Thanks, Steven, for your answer, but if it's not one of your suggestions. In the mean time I have copied the program from my last backup and make the necessary changes (I hope I still knew them) and now it runs OK.
Thanks anyway. Regards, Teun van Unen
|
||||||
|
||||||
Re: EAN13 barcode
Humberto C
Thanks Stefano.
El lunes, 19 de abril de 2021 12:22:33 p. m. GMT-5, Stefano Giusto <sgiusto@...> escribió:
Hi Humberto, you can use zint it is a library but also an executable for windows you call the exe and the program will create a jpg image with the barcode then with a file2blob call you can have your image of the barcode available for printing in a report using zint you can create all type of linear or 2d barcodes. BR Stefano
|
||||||
|
||||||
Re: Park Error
Teun,
I think I misunderstood you. I have also seen an error like this while working in the Studio (NOT at runtime) when I tried to Zoom from a cross reference into the source task after the source of the cross reference got moved or deleted. In this case, the problem that is being indicated is that the cross reference is no longer in sync with the source code. In this case,the "fix" is to delete the cross reference and perform a new Find Reference search. Steven G. Blank SGBlank Consulting
|
||||||
|
||||||
Re: Park Error
Teun,
toggle quoted messageShow quoted text
This error does not necessarily result from a programming mistake or task corruption. You will receive this error, for example, if the current row gets deleted by another user in a multi-user application, but you will also receive this error if the currently parked-on row gets deleted by another process, in a single-user application. As an example of the latter, suppose your primary task is Online, Query Mode, and displays rows in a table control with no record locking. Further suppose that this online program allows the user to call a Batch, Delete Mode task (by Zoom or button-click, whatever), passing the currently parked-on row's unique identifier. Finally suppose that this called batch task Ranges solely on the one, passed unique identifier. In this scenario, assuming the called batch task completed successfully, when execution returns to the calling task, the error you cited will be displayed, because the currently parked-on row no longer exists. Be aware that the specific timing of this error's appearance is affected largely by the online task's Cache Strategy. Finally, don't forget that, since v10, Magic also supports "parallel tasks" – Magic-speak for multi-threading, and another opportunity for a single-user application to trigger this error. HTH. Steven G. Blank SGBlank Consulting
On 4/21/2021 3:05 AM, Undix
InformatieSystemen wrote:
|
||||||
|
||||||
Re: Access to extract users with their rights and groups
Wes Hein
Another option is to keep your own database of users/passwords/rights, skip the magic logon and write your own. Then if they successfully login, call a batch task that logs in as supervisor, deletes and rewrites the user using the functions to do so with their rights in your database, then logs them in. May be more work than you want to do though. I have experimented with this and it works, the key of course is that the routine must know the supervisor password but you could store that somewhere as well.
Wes
|
||||||
|
||||||
Re: Access to extract users with their rights and groups
Andreas Sedlmeier
If you are logged in as Supervisor you can use functions UserAdd and GroupAdd to modify the security file.
|
||||||
|
||||||
Re: Access to extract users with their rights and groups
Danica Majernikova
Hi Rob,
I don’t think you can re-create/modify security file out of Magic system. Passwords are not accessible at all.
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of RJV via groups.io <robert.johannes.verheij@...>
Sent: April 21, 2021 8:21 AM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: Re: [magicu-l] Access to extract users with their rights and groups This is super nice indeed, was not aware that this functionality was available at all.
Brings me to another question, it also possible to create a magic security on the fly?
In my situation we use the AD domain for user authentication, and the security file is very limited with only 3 passwords and the string to link to the AD domain. However these passwords and accounts we also use in our CDaaS pipeline (Azure DevOps) where we store our secrets in a keyvault, so I would technically want to create the security file every deployment (in case of password changes, etc) based on values in the azure keyvault.
Does anyone, know if this is even possible? Dancia maybe ?
Kind regards / Hartelijke groeten / Z poważaniem / सधन्यवाद,
Rob Verheij
----------------------------------------------------------------- ATTENTION: The information in this e-mail is confidential and only meant for the intended recipient. If you are not the intended recipient, don't use or disclose it in any way. Please let the sender know and delete the message immediately. -----------------------------------------------------------------
|
||||||
|
||||||
Re: Access to extract users with their rights and groups
RJV
This is super nice indeed, was not aware that this functionality was available at all.
Brings me to another question, it also possible to create a magic security on the fly?
In my situation we use the AD domain for user authentication, and the security file is very limited with only 3 passwords and the string to link to the AD domain. However these passwords and accounts we also use in our CDaaS pipeline (Azure DevOps) where we store our secrets in a keyvault, so I would technically want to create the security file every deployment (in case of password changes, etc) based on values in the azure keyvault.
Does anyone, know if this is even possible? Dancia maybe ?
Kind regards / Hartelijke groeten / Z poważaniem / सधन्यवाद,
Rob Verheij
----------------------------------------------------------------- ATTENTION: The information in this e-mail is confidential and only meant for the intended recipient. If you are not the intended recipient, don't use or disclose it in any way. Please let the sender know and delete the message immediately. -----------------------------------------------------------------
|
||||||
|
||||||
Re: Access to extract users with their rights and groups
david_goicoechea@...
Danica , I´ve could convert the file and it´s all I need, I can see the users, the rights and the groups perfectly.
I really appreciate your help, My boss is going to be very happy Thank you very much.
|
||||||
|
||||||
Park Error
Dear Magicians, I get 'Park Error. Item may have been deleted. ( Row ISN not found) I can't rememeber what I've deleted to generate this error. I have exported and imported the whole application, but the error remains. Can somebody tells me how to solve (if possible) ? It's uniPaaS 1.9p. TIA, Teun van Unen
|
||||||
|
||||||
Re: Access to extract users with their rights and groups
david_goicoechea@...
Sorry Danica, I can´t see that file in my computer. I have been looking for it in all directories but I can´t find it.
Perhaps you can send me the file??. thank you.
|
||||||
|
||||||
View Refreshed - uniPaaS 1.9
Lado Wali
Hi Group, In the table mode if I change the default sort by typing the value on another column and if I use the view refresh with (first parameter 0 and second parameter as True), the view moves back to the default sort instead of the last sorted index. Any idea how we can keep the last sort/index after the view refreshes? Thanks Lado
|
||||||
|
||||||
Re: Access to extract users with their rights and groups
Danica Majernikova
Hi,
I did do it for eDeveloper 9.4 like that:
1. Copy usr_std.eng to another folder. Convert the file using usrupd.exe in Command Prompt as following: usrupd.exe <input file=copied usr_std.eng> <output file=converted file> Converted file must be renamed to the usr_std.eng after conversion. Usrupd.exe is sitting in the MagicXPA main folder.
2. Export the converted file usr_std.eng to an xml file using utility MgUsrDmp.exe sitting in the MagicXPA main folder. Syntax for Command Prompt:
Then import the xml file to Excel CSV
I have also installed MagicXPA 3.3
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of david_goicoechea@... <david_goicoechea@...>
Sent: April 20, 2021 6:36 AM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: [magicu-l] Access to extract users with their rights and groups Hi Group, I´m working with magic edeveloper 9.4 SP8.
I want to know if it´s possible to obtain or to extract the list of users of my organization (User Id´s) with the group/groups where they belong and the rights that each one has assigned in each application. Thank you and regards.
|
||||||
|
||||||
Re: Access to extract users with their rights and groups
david_goicoechea@...
Hi, André
I was afraid that this wasn´t possible, I suppouse that I have to do it manually don´t you Thank you.
|
||||||
|
||||||
Re: Access to extract users with their rights and groups
De Netwerkadviseur BV
Hi David,
This is not possible within Magic as far as I know. Kind regards, André
|
||||||
|
||||||
Access to extract users with their rights and groups
david_goicoechea@...
Hi Group, I´m working with magic edeveloper 9.4 SP8.
I want to know if it´s possible to obtain or to extract the list of users of my organization (User Id´s) with the group/groups where they belong and the rights that each one has assigned in each application. Thank you and regards.
|
||||||
|
||||||
Re: EAN13 barcode
Stefano Giusto
Hi Humberto,
you can use zint it is a library but also an executable for windows you call the exe and the program will create a jpg image with the barcode then with a file2blob call you can have your image of the barcode available for printing in a report using zint you can create all type of linear or 2d barcodes. BR Stefano
|
||||||
|
||||||
Re: HTTPCALL XPA3.3 (windows10 and windows server 2008 R2); same application, 2 differend results
Todd Baremore
Different versions of .NET ?
toggle quoted messageShow quoted text
Todd On 4/19/2021 8:36 AM, Adrian Wick
wrote:
Hello all,
|
||||||
|
||||||
Re: Copying projects under VC
I have a similar problem: I imported an application in XPA4 and added it to a TFS-server. That all worked fine until I saw I made a typo in the application name. So, I withdrew the application from TFS, I renamed the local folder, the local EDP, edited the EDP and projprops.xml with the new name. I opened the application and I want to add it to TFS but I get the following message:
A Project named $/<projectfolder>/<projectname> already exists on the Version Control database. Where is that database so I can delete this entry?
|
||||||
|