Andreas Sedlmeier
You have to check the IIS application pool settings for your Requester installation. Use two different application pools and you should be fine I guess.
|
|
aa bbb
I need it concurrent some time before switch completely to 4.7.
I also noticed that both mgreq*. dll have same name, but tried to disable one in IIS when using other, and vice versa, and restart IIS each time. When I had same case with previous concurrent versions eg 1.9/2.1, it wasn't case, IIS couldn't be confused because dll had different names. Btw, also checked registry, and can find two different path to requester. Web config also have two. Where is difference when decide which one will run after restart IIS?
|
|
Andreas Sedlmeier
On Tue, Nov 17, 2020 at 12:53 PM, aa bbb wrote:
What else could be?Basically no because the requester DLL reads the .INI (mgreq.ini) when its loaded and it loads only once when you have multiple studio installations. In the past it was able to workaround with "highly isolated IIS instances". Thats however IIS6 or so. I think you can try with different application pools for your IIS - Im not an IIS Expert. I would run Broker, IIS and runtime in a docker container, then you can have as much instances as you want on a single machine / cluster. There's only a license problem then. Magic and modern DevOps is two different worlds. Besides above I think multiple studio installations will raise issues because its registered in HKLM (local machine) Best regards, Andreas
|
|
aa bbb
3 is on port 5115, 4.7 is on port 5135.
In all ini's of 4.7, port number is changed from 5115 to 5135, IIS is reseted after every change Starting manually any RC program from 4.7 Studio, end with message "The application could not log you on. Make sure your user ID and password are correct". Server in message is correctly show as (local iis web name) -> xxxx/5135 Application (is app name). I have no idea what to check beside magic.ini, mgrb.ini, mgreq.ini. In IIS config I can see path to both dll on separate program files.. Virtual directories are separte on instalation of xpa (added sufix as version number). What else could be? Can two Studio versions run on same machine?
|
|
Message for group
aa bbb
3 is on port 5115, 4.7 is on port 5135. In all ini's of 4.7, port number is changed from 5115 to 5135, IIS is reseted after every change Starting manually any RC program from 4.7 Studio, end with message "The application could not log you on. Make sure your user ID and password are correct". Server in message is correctly show as (local iis web name) -> xxxx/5135 Application (is app name). I have no idea what to check beside magic.ini, mgrb.ini, mgreq.ini. In IIS config I can see path to both dll on separate program files.. Virtual directories are separte on instalation of xpa (added sufix as version number). What else could be? Can two Studio versions run on same machine?
|
|
Re: Web Service Lite or HTTPCall()?
Andreas Sedlmeier
Hi Mike,
Advantage of the Web Service Lite operation/gateway is, that a method invocation its a single atomic operation. Disadvantage: Its not an atomic thing but actually a http request with multiple points of failure. So I would go for HTTP requests, that gives you more control and if possible not by using Magic Http functions but an externl solution or .NET snipplets. Its much easier then to handle errors when you hve full control over the protocol. You can start with Web Service Lite and replace it by a programmatic solution based on htpp if you see that you run often in problems Best regards, Andreas
|
|
Re: New install of uniPaaS 1.9p Issues
Stephen Saxton
Thanks Rob, as soon as I get full access to the computer again, I'll see about changing the DEP settings for uniStudio.exe.
I did look at the Event Viewer, and there ARE Application Errors pointing to the uniStudio.exe.
Will keep everybody posted.
Thanks again for pointing me in the right direction.
Stephen (Steve) Saxton
AMS
Director of Customer Support and Software Installation Manager
CABS²
Senior Magic Software Engineer/IT Help Desk
954-330-7894
SKYPE: ssaxton2
Retired USAF TSgt
-----Original Message-----
From: Rob Westland <magicrob@...> To: main@magicu-l.groups.io Sent: Mon, Nov 16, 2020 1:09 pm Subject: Re: [magicu-l] New install of uniPaaS 1.9p Issues Could DEP be the cause?
Rob
Op 16-11-2020 om 17:52 schreef Stephen
Saxton via groups.io:
Hi everybody
Windows 10 Pro
uniPaaS 1.9p
new install
DEMO license
uniRTE.exe works as expected
uniStudio.exe opens and immediately closes.
mgerror.log does not show any new entries.
Any hints as to where to look next.
Stephen
(Steve) Saxton
CABS²
Senior Magic Software Engineer/IT Help Desk
954-330-7894
SKYPE: ssaxton2
Retired USAF TSgt
|
|
Re: New install of uniPaaS 1.9p Issues
Rob Westland
Could DEP be the cause? Rob Op 16-11-2020 om 17:52 schreef Stephen
Saxton via groups.io:
|
|
Re: New install of uniPaaS 1.9p Issues URGENT!!!
Stephen Saxton
Stephen (Steve) Saxton
AMS
Director of Customer Support and Software Installation Manager
Senior Magic Software Engineer/IT Help Desk
954-330-7894
SKYPE: ssaxton2
Retired USAF TSgt
-----Original Message-----
From: Stephen Saxton <ssaxton2@...> To: main@magicu-l.groups.io <main@magicu-l.groups.io> Sent: Mon, Nov 16, 2020 11:52 am Subject: New install of uniPaaS 1.9p Issues Hi everybody
Windows 10 Pro
uniPaaS 1.9p
new install
DEMO license
uniRTE.exe works as expected
uniStudio.exe opens and immediately closes.
mgerror.log does not show any new entries.
Any hints as to where to look next.
Stephen (Steve) Saxton
CABS²
Senior Magic Software Engineer/IT Help Desk
954-330-7894
SKYPE: ssaxton2
Retired USAF TSgt
|
|
New install of uniPaaS 1.9p Issues
Stephen Saxton
Hi everybody
Windows 10 Pro
uniPaaS 1.9p
new install
DEMO license
uniRTE.exe works as expected
uniStudio.exe opens and immediately closes.
mgerror.log does not show any new entries.
Any hints as to where to look next.
Stephen (Steve) Saxton
CABS²
Senior Magic Software Engineer/IT Help Desk
954-330-7894
SKYPE: ssaxton2
Retired USAF TSgt
|
|
Re: DataViewToDNDataTable
pavel.gazda@...
Pavel,
I do not use EPPlus, I do not use Microsoft.Office.Interop.Excel (example: https://www.c-sharpcorner.com/UploadFile/deveshomar/exporting-datatable-to-excel-in-C-Sharp-using-interop/) . I use my own library for exporting to Excel. It does not depend on the installed Office or Excel components, it also works on a server where no MS Office components are installed. It can be used in version 9.4, uniPaaS, XPA. I didn't test the speed on large files. Pavel
|
|
Re: DataViewToDNDataTable
Pavel Mencl
Guys,
sorry to have wasted your time and bandwith,I've found out that the culprit really is EPPlus,so my task now is to determine which columns in the DataTable object are of type Date. Nevertheless I've learned some by doing this. Thanks Pavel
|
|
Re: DataViewToDNDataTable
Pavel Mencl
I imported the one of the Online examples program to view the DataTable with a grid which unlike mine works and it shows
|
|
Re: DataViewToDNDataTable
Pavel Mencl
I'm testing it on a file that I created empty for this purpose,then I added two records.
I want to check the contents of the DataTable via a Grid display tied to it as its DataSource but I keep getting 'Attribute mismatch' error when I reference it the Object properties. It's driving me nuts...
|
|
Re: DataViewToDNDataTable
Pavel,
toggle quoted messageShow quoted text
Perhaps the date picture is different? In the first image, I notice that the Datum column's Default value property is '01/01/1901' – if the received data is formatted as 'YYYYMMDD' or 'YYYY-MM-DD' or some such else instead, then Magic wouldn't be able to properly interpret a date string that it expects to be formatted as 'DD/MM/YYYY'. HTH. Steven G. Blank SGBlank Consulting
On 11/15/2020 2:54 AM, Pavel Mencl
wrote:
Steve,
|
|
Re: DataViewToDNDataTable
pavel.gazda@...
Hi Pavel,
how do you transfer data to excel? (Sorry, I don't know "OfficeOpenXml"....)
When you display the datatable as shown in the examples (RP02, RP02b), do you see the data correctly? Pavel
|
|
Re: DataViewToDNDataTable
Pavel Mencl
Steve,
I changed the data definition as Stored As = String both with Date and Logical but it produces the desired result only with the Logical. Makes me think that EPPlus itself could be the culprit. I want to improve my general exporter to Excel, my current version has been having problem with ...dates. It's nothing fancy, very basic , DataViewToDNDataTable(1,RTrim(VariablesList),'@') and this: Any idea will be greatly appreciated here. Thanks Pavel
|
|
Re: Android Interface Build Problem
#android
Todd Baremore
If you scroll up in the cmd window you may find the cause of the
problem. The items in red that you posted are a symptom that
something is missing or is not of the correct version. The
screenshot below is for a build attempt using 3.3h
toggle quoted messageShow quoted text
With SDK 29.0.2 installed and using JAVA_HOME=C:\Program Files\Java\jre1.8.0_181\bin, I was able to build an APK Todd On 11/9/2020 7:38 PM,
motifaithed@... wrote:
Hi Everyone,
|
|
Re: Android Interface Build Problem
#android
Yasin Kaya
Hi,
Has the problem already been solved?
Y.
Van: motifaithed@...
Hi Everyone,
|
|
Re: Issue with @user32.FindWindowA and XPA
sherman levine
It's a sign of the times
Sherm
On 11/12/2020 8:12 PM, Steven Blank
wrote:
It should, and it does, now, when I hold my mouth right.
|
|