Re: xpi Database Resource user name and password
OK, welp, that's the extent of my knowledge on the subject. Good luck. Steve Blank
On 11/19/2019 10:56 AM, Mark Bertelsman
wrote:
|
|
Re: xpi Database Resource user name and password
Mark Bertelsman <mark.bertelsman@...>
Yes.
Mark A Bertelsman Webmaster – St. Clair County 618-825-2286
From: main@magicu-l.groups.io <main@magicu-l.groups.io>
On Behalf Of Steven Blank
Sent: Tuesday, November 19, 2019 12:56 PM To: main@magicu-l.groups.io Subject: Re: [magicu-l] xpi Database Resource user name and password
And you're able to login successfully with these credentials in the SQL Server Management Studio? Steve Blank On 11/19/2019 10:51 AM, Mark Bertelsman wrote:
|
|
Re: xpi Database Resource user name and password
And you're able to login successfully with these credentials in the SQL Server Management Studio? Steve Blank
On 11/19/2019 10:51 AM, Mark Bertelsman
wrote:
|
|
Re: xpi Database Resource user name and password
mark.bertelsman@...
Yes, the server allows AD account logons. The issue I’m having is how to tell xpi which account to use.
Mark A Bertelsman Webmaster – St. Clair County 618-825-2286
From: main@magicu-l.groups.io <main@magicu-l.groups.io>
On Behalf Of Steven Blank
Sent: Tuesday, November 19, 2019 12:51 PM To: main@magicu-l.groups.io Subject: Re: [magicu-l] xpi Database Resource user name and password
Mark, Disclaimer: I don't know whereof I speak on this topic. That said, I'll venture a guess that the question you should be asking is whether or not the SQL Server allows Active Directory account logins. Steve Blank On 11/19/2019 8:07 AM, mark.bertelsman@... wrote:
|
|
Re: xpi Database Resource user name and password
Mark, Disclaimer: I don't know whereof I speak on this topic. That said, I'll venture a guess that the question you should be asking is whether or not the SQL Server allows Active Directory account logins. Steve Blank
On 11/19/2019 8:07 AM,
mark.bertelsman@... wrote:
Hi All,
|
|
XPA 4.6
Wes Hein
XPA 4.6 posted yesterday in case anyone interested! Got it downloaded but haven't had time to look yet.
Wes
|
|
xpi Database Resource user name and password
mark.bertelsman@...
Hi All,
New to this world so please bear with me. Working on and xpi project and when I create a database resource to a remote SQL server, I want to pass the credentials for a service account. If I leave the user / password fields blank, it appears to connect with my credentials when I validate. When the problem runs, the SQL server shows that it's attempting to connect as my machine. When I enter the user / password in the settings window I cannot validate to the database. I have tried both "domain\user" and just "user" for the user field. This is an active directory account, not a SQL account. Does xpi allow using an AD account to connect? Thanks in advance.
|
|
lehoczki@...
On Tue, Nov 19, 2019 at 03:25 PM, Tom Worthen wrote:
MaxConcurrentUsersDear Tom, Thank you for your info! That's exactly what I need. It was 0 in the ini. I changed it to 1 and now mgstations shows 1 user per application. The only problem is that there's now possibility to use 2 production and 0 testing or 2 testing and 0 production at the same time. So I have to make the balance after shutting down both application server and altering the settings. Best regards, Viktor
|
|
Tom Worthen
Viktor,
I suspect your magic.ini’s you are using to run both applications has the line “MaxConcurrentUsers = 2”. Since you indicate you have a 2 user license when you start both applications you are telling the system you want 4 users. That is what mgstations is showing you. When you get into RIA it is not the number of engines you have running but the number of users you have set in the ini that is counted. That same thing is true for an html merge application. If you want both of them to run at the same time you will have to change that line to 1 instead of 2.
Hope that helps, Tom
From: main@magicu-l.groups.io [mailto:main@magicu-l.groups.io]
On Behalf Of lehoczki.viktor via Groups.Io
Sent: Tuesday, November 19, 2019 8:52 AM To: main@magicu-l.groups.io Subject: [magicu-l] Magic XPA 3.3 RIA MAGIC LICENSE PROBLEM #xpa #ria
Dear Members,
|
|
lehoczki@...
Dear Members,
There's a strange behaviour of the magic broker. mgrb.ini: ... [APPLICATIONS_LIST] Teszt_PDA = MgxpaRuntime.exe /ApplicationPublicName = Teszt_PDA /[MAGIC_LOGICAL_NAMES]Dir = c:\SVN\MN_Ugyvitel\Teszt_Database\,c:\SVNXPA\XPA_PDA\,,,1,1 PDA = MgxpaRuntime.exe /ApplicationPublicName = PDA,c:\SVNXPA\XPA_PDA\,,,1,1 ... The difference between the 2 applications is the Dir directory. These 2 are the same. PDA uses the production the Teszt_PDA uses the test environment data. There's a 2 user RIA license. 1 application is running for both environment so currently there're 2 lines in broker monitor at the startup. In some seconds the PDA line disappears and in the broker_activity.log license exceeded.row appears. When I run mgstations.exe it says 2 application uses twice 2 license. So 4 users consumed. Is anyone has experience with MGRIA license? 2 applications (MgxpaRuntime.exe) running with 2 license.not 4. Why there's license exceeded? How to use the licenses not to have license exceeded error? When I have only 1 line in mgrb.ini under [APPLICATIONS_LIST] it says 2 users consumed but only 1 MgxpaRuntime.exe is running. Do we need 2 times 1 user intead of 1 time 2 user license? Best regards, Viktor
|
|
Re: PushOK SVN
Gábor Bor
Hy gusys,
Thank you for your answers. Our problem is solved by their webpage has fixed, but thank you for tips. :) Best Regadrs, Gábor
|
|
Re: PushOK SVN
Sabrina Horst
Bit late sorry We used to use it and it worked fine until we had some issues. Ultimately we got rid of it and chose subversion. Op 11-11-2019 om 12:38 schreef Gábor
Bor:
Hy Magicians,
|
|
Re: Gigaspaces deployment issue
#xpa
Andreas Sedlmeier
I never did anything with Gigaspaces or with Magic & Gigaspaces. When I look however in these screenshots: http://kb.magicsoftware.com/articles/bl_Reference/Space-Troubleshooting-xpi-46
Then I can see that the locator's listener is configured on 127.0.0.1:4174 and that wont work. You have to bind to the IP of that machine (192.168.10.85) or to *any* IP of that machine which is typically 0.0.0.0 127.0.0.1 will only work from localhost. Telnet is not a proof here. Telnet connects to the machine and then request actually is from localhost Maybe thats the issue You could work with a reverse proxy to get access to 127.0.0.1:4174 from remote. Traefik.io is nice and easy to configure (actually awesome). Supports TCP as well since v2. Best regards, Andreas
|
|
Re: Models
Pavel Mencl
Please ignore, momentary lapse of reason.
Pavel
|
|
Models
Pavel Mencl
xpa 3.1
I'd like to define a field model Numeric that would be N8.2 and N8.2C in GUI Display(s). How would I do that? Pavel
|
|
Gigaspaces deployment issue
#xpa
Joseph Knickerbocker
Hello group, I'm currently having a blast tinkering with gigaspaces... Has anybody ever deployed gigaspaces and the MgWebRequester.dll on different servers?
I have gigaspaces up and running with the MgWebRequester running locally, but when I try to go through the webrequester being hosted on an external IIS machine, I get the following error: HTTP Error 500.0 - Can't find space jini://*/*/Magic_xpa_space?locators=192.168.10.85:4174 192.168.10.85:4174 is the proper address and port of the machine running the gigaspaces, and the port is open on telnet from the machine with the requester. Any help would be very appreciated. Thank you, Joseph Knickerbocker
|
|
Off topic: Oracle 11g cold backup
Todd Baremore
I have a new customer whose current solution is using Oracle 11g. I
was provide with a cold backup (2.36 GB total) of their data and
NOTHING else.
I installed Oracle Express 11g on my laptop as well as Oracle SQL Developer 3.2.20. I can connect to the XE instance and browse the tables provide by the installation. My question: Can I restore the cold backup I was given to the XE instance. I created a new user and granted it every privilege I could find. I am clueless about Oracle. Any and all suggestions will be greatly appreciated. Thanks. Todd
|
|
Re: Crash when doing search on variable list 3.2d
Gábor Bor
Hy Charles,
Good news, i'm live with it a half year ago, so... :D Do you know something about the estimated relase date? Is it possible in this year? Best Regards, Gábor
|
|
Re: Crash when doing search on variable list 3.2d
Mike Moore
MSE Support notified
me this morning that this will be fixed in future version of Magic XPA
3.3g.
toggle quoted messageShow quoted text
From: "Heidi Schuppenhauer" <heidis13@...> To: main@magicu-l.groups.io Date: 10/16/2019 09:54 AM Subject: Re: [magicu-l] Crash when doing search on variable list 3.2d Sent by: main@magicu-l.groups.io "awesome bug"! Oxymoron of the week! :-) No, I don't get that one. I also don't get the popup message you get. Looks like MSE is looking into the crashing issue though. Has anyone else had the same issue for copy and paste in the editor? Heidi.Schuppenhauer
On Wed, Oct 16, 2019 at 12:46 PM Brenda
Bullorini <bbullorini@...>
wrote:
I
have another awesome bug:
|
|
Tim Downie
You can start 10 engines on one broker if you want to , all servicing a different application....giveing you 10 icons on your android device. By having each with a different application name - this of course uses more licenses but is easy to setup
From: main@magicu-l.groups.io <main@magicu-l.groups.io> on behalf of lehoczki.viktor via Groups.Io <lehoczki.viktor@...>
Sent: Thursday, 14 November 2019 7:32:05 AM To: main@magicu-l.groups.io <main@magicu-l.groups.io> Subject: Re: [magicu-l] Magic XPA 3.3 RIA deployment problem #xpa #ria Dear Andreas and Tim!
Thank you for your infos! So, I have to do interface building as many times I need icon on my phone. Yes, I want to do this because there're different applications for a company which runs on different servers.There's no possibility to use one magic broker. This is the same situation with testing and production environment. Thank you very much! Best regards, Viktor
|
|