Please leave any questions you may have and our support team will get to you as soon as possible!
The passwords do match exactly.
Today I installed a test machine:
During Rintagi installation I had about 10 errors saying something could not be converted.
First call of Website http://localhost/ro still gave same error as mentioned in my older posts (login failed for user MySQLCredentials).
I checked SQL-Table dbo.systems for password match with web.config (correct) and also db-owner role (correct).
Login to SSMS was okay using user/pass.
I guess its either a problem with the connection string in web.config or its a problem with password encryption/decryption. On the other hand i don't understand the 10 conversion-errors during installation.
Here is the detail to the error message:
bei System.Data.OleDb.OleDbConnectionInternal..ctor(OleDbConnectionString constr, OleDbConnection connection) bei System.Data.OleDb.OleDbConnectionFactory.CreateConnection(DbConnectionOptions options, DbConnectionPoolKey poolKey, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningObject) bei System.Data.ProviderBase.DbConnectionFactory.CreateNonPooledConnection(DbConnection owningConnection, DbConnectionPoolGroup poolGroup, DbConnectionOptions userOptions) bei System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection, TaskCompletionSource1 retry, DbConnectionOptions userOptions, DbConnectionInternal oldConnection, DbConnectionInternal& connection) bei System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection, DbConnectionFactory connectionFactory, TaskCompletionSource
1 retry, DbConnectionOptions userOptions) bei System.Data.ProviderBase.DbConnectionInternal.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) bei System.Data.OleDb.OleDbConnection.Open() bei System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) bei System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) bei System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) bei RO.Access3.LoginAccess.GetLoginSecure(Credential cr) in c:\Rintagi\RO\Access3\LoginAccess.cs:Zeile 219. bei RO.Facade3.LoginSystem.GetLoginSecure(Credential cr) in c:\Rintagi\RO\Facade3\LoginSystem.cs:Zeile 70. bei RO.Web.ModuleBase.AnonymousLogin() in c:\inetpub\wwwroot\RO\Web\App_Code\ModuleBase.cs:Zeile 1482. bei RO.Web.ModuleBase.CheckAuthentication(Boolean pageLoad, Boolean AuthRequired) in c:\inetpub\wwwroot\RO\Web\App_Code\ModuleBase.cs:Zeile 1518. bei RO.Web.ShowPageModule.InitializeComponent() in c:\inetpub\wwwroot\RO\Web\modules\ShowPageModule.ascx.cs:Zeile 86. bei RO.Web.ShowPageModule.Page_Init(Object sender, EventArgs e) in c:\inetpub\wwwroot\RO\Web\modules\ShowPageModule.ascx.cs:Zeile 68. bei System.Web.UI.Control.OnInit(EventArgs e) bei System.Web.UI.Control.InitRecursive(Control namingContainer) bei System.Web.UI.Control.InitRecursive(Control namingContainer) bei System.Web.UI.Control.InitRecursive(Control namingContainer) bei System.Web.UI.Control.InitRecursive(Control namingContainer) bei System.Web.UI.Control.InitRecursive(Control namingContainer) bei System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
Update:
I got Rintagi to run with the following installation method:
Webserver = Hostname_of_Machine (NOT localhost)
Client Tier = C:\Rintagi\RO\Web
Regular Web Service Tier = C:\Rintagi\RO\ROWs
XLS Import Tier = C:\Rintagi\RO\WsXls
Rule Tier = C:\Rintagi\RO
Server Instance = Hostname_of_Machine\SQLEXPRESS
Then I can Access the Site under http://hostname_of_machine/RO and Login with John Doe.
Rintagi won't run with these configurations:
a) When Client Tier, Regular Web Service Tier and XLS Tier point to a directory under C:\inetpub ---> I receive the old errors.
b) When I use "localhost" instead of the hostname ---> I receive the old errors.
Now up to the next step:
I prepared and compiled the development package "Rintagi as Developer" and I get the install.exe and two other files.
I installed it on the same machine with the XX Namespace and following configuration:
Webserver = Hostname_of_Machine (NOT localhost)
Client Tier = C:\Rintagi\XX\Web
Regular Web Service Tier = C:\Rintagi\XX\XXWs
XLS Import Tier = C:\Rintagi\XX\WsXls
Rule Tier = C:\Rintagi\XX
Server Instance = Hostname_of_Machine\SQLEXPRESS
When I enter the Site http://hostname/XX I receive the error message: "stored procedure "GetLoginSecure" cannot be found.
So, what's next?
I figured it out. The Problem is as follows:
The new created database xxDesign does not contain the following database objects:
I exported these from the original RODesign Database, changed database names in the objects and imported them into the new xxdesign database. Now I am able to log into the new XX namespace. I will test it out and see whats next.
Hi Kibrom,
my suggestion is to read carefully through the software prerequisites and check if you installed the correct versions of the prerequisites.
You might want to install newer versions, but in my case that did not work at all. Only the prerequisites and module versions mentioned by rintagi really worked.
Also use the correct hostname of your computer to configure Rintagi and to enter the development sites. Since Microsoft updates in Windows 7/8/10/Server do not recommend to use loopback "localhost" anymore due to security and performance reasons you should not use it in your configuration.
If your config is correct, check out SQL permissions / security settings in SQL Server. You can check for Event errors in windows System log for further errors.
Hey everybody! We wanted to introduce ourselves - we're the Rintagi Success Team and our goal is to foster continued engagement and interaction within our community. We value the feedback and contributions you have been engaging in and hope to drive continued adoption and support.
Since open-sourcing our low-code self-generating development platform 2 years ago, our team has been working on numerous improvements and we are excited to announce a major release shortly, complete with a fully generated ERP suite. With this launch, we are also committing to keeping github up-to-date with our latest releases.
We would love to gain some valuable insights and feedback from our resident Rintagi experts through a brief 10 minute survey. Insightful surveys stand a chance to receive a $50 USD amazon gift card for your feedback. Thanks in advance!
We have an exciting new update to make - Rintagi Low-Code Generated ReactJS Applications: The Future is Reactive
The Rintagi platform now offers developers the ability to generate a superior ‘React’ experience within just minutes for new and existing screens and modules; resulting in engaging, responsive, mobile-first user interfaces within minutes (with built in PWA), while also having full access to desktop-centric asp.net web interfaces for complex interactions. Read all about it on our blog!
We've also updated our installation process to be a much easier and seamless process. Check our our updated user guide and let us know if you face any issues. We are here to help!
When I want to generate report, it shows like this, can you tell me how to fix it? thanks.
This is fixed in the latest community release. Please grab the latest installer at https://github.com/Rintagi/Low-Code-Development-Platform and apply it on your project, and please try it out again!
Hi @KZfming_twitter With regards to the react template error,
- Regarding react template, I have tried to ‘Create react base’, it showed the error "The system cannot find the file specified", as shown in screen. can you help check?
- This means the system is not setup properly for react, ex: if nodejs is not installed . Can you please the node.js version installed (64 bit)
- Rintagi can handle the data entry mock up you have shown, the Add Button on the screen follows a similar functionality, where it adds rows to the grid. The process is to add a web-rule on your button to populate the grid in the screen below.