I am getting the login page

 

But when I enter Supervisor as name and password, there is no error. But when I check in network there is a 404 error. 

Please guide me on the next steps.

 

Like 0

Like

3 comments
Best reply

Hello Alston, most likely when you get 404 trying to log in after successfully loaded login page, you forgot to enable all .NET Framework 3.5 and .NET Framework 4.8 features in Windows Features window according to the installation manual:

 

This is very common installation error.

To fix it please follow the manual: https://academy.creatio.com/docs/8.x/setup-and-administration/on-site-deployment/application-server-on-windows/enable-required-windows-components#title-252-2 
 

 

Hello,

The issue you are facing can be due to a several reasons:
- Missing required Windows components;
- Connection to the database may not be established properly (make sure all connection strings are correct in ConnectionStrings.config and all services and database running);
- IIS application might be configured incorrectly;

In order to resolve the error, please follow this deployment procedure. If necessary try redeploying new site and application pool in IIS.
 

Hello Alston, most likely when you get 404 trying to log in after successfully loaded login page, you forgot to enable all .NET Framework 3.5 and .NET Framework 4.8 features in Windows Features window according to the installation manual:

 

This is very common installation error.

To fix it please follow the manual: https://academy.creatio.com/docs/8.x/setup-and-administration/on-site-deployment/application-server-on-windows/enable-required-windows-components#title-252-2 
 

 

Dmitriy Gamora,

Thank you for the explanation. My issue is resolved and I am able to login.

Show all comments

Hi,

I have set up the URL https://159581-crm-bundle.creatio.com for demo purposes. However, after some time, I was unable to log into the application. The same issue occurred with another similar URL, so I created a new one using the link mentioned above.

The error displayed was "Authorization failed," and the password appeared to be locked. Even after attempting to log in using the "Log in with Creatio ID" option, the login attempt failed.

 

Could you please suggest a solution?

 

Thank you.

File attachments
Like 1

Like

1 comments

Hello,
 

We recommend reaching out directly to our support team for analysis of the current issue: support@creatio.com
 

Thank you!

Show all comments

Hi ,

 

I have installed 64 bit ms word plugin for creatio. In order to connect i am using the same password and user name which is reflected in the account but still it says log in incorrect.

Any inputs on this would be really helpful.

 

Thankyou

Like 0

Like

1 comments

Hello, 

Please note, that logging into Word Plugin with 2-factor authentication turned on is disabled for now, so please make sure it's turned off. Also make sure if the appropriate plugin version has been installed, verify if your System type is in compliance with plugin version 64 bit. 


Instruction for proper installation is available with this link: https://academy.creatio.com/docs/8.x/no-code-customization/customization-tools/print-ready-reports/install-creatio-plug-in-for-ms-word

Also use this insttuction to disactivate 2-FA, go to point 3 and instead of enabling it, please disactivate it: https://academy.creatio.com/docs/8.x/setup-and-administration/administration/user-and-access-management/authentication/set-up-two-factor-authentication

Thank you !

 

Show all comments

Hey Community,
I'm trying to log out a user through JS.Is there way to do it ?
I'm aware that the db of the usersession can be updated, but it does bring a popup to the screen.Is there a workaround?
eg :
if ( some condition)
{  some custom function

}
else 

{  log the user out.

}
I did it check out this article, but unsure as to how to implement it 
https://community.creatio.com/questions/how-logout-user-after-checking-…

Like 1

Like

3 comments
Best reply

Hi,

 

Yes, you can call

 

Terrasoft.MainMenuUtilities.logout();

 

to logout the user. You can even test it in the developer console in the browser (just execute this line in the console).

 

As for how to use it - depends on your business task. You can call this logout method as a button click handler or using any other conditions suitable.

Hi,

 

Yes, you can call

 

Terrasoft.MainMenuUtilities.logout();

 

to logout the user. You can even test it in the developer console in the browser (just execute this line in the console).

 

As for how to use it - depends on your business task. You can call this logout method as a button click handler or using any other conditions suitable.

Oleg Drobina,

Thank you , this worked fine in the console however
Tried this out. However my code is not able to access the MainMenuUtilities.

So used the below instead 
  
                          sessionStorage.clear();
                         localStorage.clear();
                        window.location.href = window.location.origin;

Hi,

 

I need to make custom web-service to Logout External Applications that are connected with Creatio.

I found code that is below:

[OperationContract]
       [WebInvoke(Method = "GET", UriTemplate = "Logout", ResponseFormat = WebMessageFormat.Json)]
       public string Logout()
       {
           try
           {
               var userId = UserConnection.CurrentUser.Id;
   
               new Delete(UserConnection)
                   .From("SysUserSession")
                   .Where("SysUserId").IsEqual(Column.Parameter(userId))
                   .Execute();
   
               return $"{{\"success\": true, \"message\": \"User {userId} logged out.\"}}";
           }
           catch (Exception ex)
           {
               return $"{{\"success\": false, \"error\": \"{ex.Message}\"}}";
           }
       }

Above code is logging out Creatio itself not user of external application. So, Based on my understanding, I need to clear or invalid Cookies & Token that external application received through log-in service.

How can I logout the external application?

Show all comments

Hey Community, i'm trying to write a piece of code which will show a popup to the user on login. Thinking of overriding the shell page for the same,but unable to find the sourcecode.Has any one tried it before.I'm specifically trying to show the pop up on this page.

Like 1

Like

1 comments
Best reply

Hey community, 
I found the client module it is called BaseShell

Hey community, 
I found the client module it is called BaseShell

Show all comments

Hello,

 

We are on the process of implementing SSO and the users testing are getting confused because they are used to enter their credentials on the Creatio Login page (basically clicking on the Single Sign on link is foreign to them.)

Is it possible to have two different login pages? One with the Creatio Login page and another just with the SSO link?

Thanks,
Jose

File attachments
Like 0

Like

1 comments

Hi Jose,

You can achieve this goal by activating SSO auto-redirect for your site. This way, users who enter your site's link will be redirected to the SSO login page. Meanwhile, users who want/need to log in using credentials can use a bypass link to open the regular login page.

To activate this auto-redirect, please contact our support team.

Have a great day!

Show all comments

I'm encountering a recurring issue with logging into Creatio, which happens almost every day. After entering my login credentials, the system often gets stuck on the loading screen with the Creatio logo. This issue usually occurs during the first login of the day, but it has also happened during subsequent login attempts.

I've identified that the loading process halts at the following script:

https://<CREATIO_URL>/api/ClientScript/GenerateViewModuleScripts?v=8.1.0.6828
 

The time it takes to resolve this issue varies—sometimes it takes 2-10 minutes, but there have been instances where the screen remains stuck even after an hour. Importantly, there are no errors in the console during this time.This problem is significantly disrupting my ability to work with the system.

Has anyone else experienced this issue? Any suggestions or solutions would be greatly appreciated!

Like 0

Like

1 comments

Hello,

Please contact the Support team for analyzing this issue. The email address: support@creatio.com.

Show all comments

Hello Community ,

 

how can we configure the home page as the default login instead of the Desktop page , as well as the workspace?

 

Thanks

Like 0

Like

1 comments

Hello,

Unfortunately, we do not currently have the option to specify a default Home page for all new users. As for now, you can only set a section (Dashboards, Contacts, Accounts, etc.) as the default value for the user. You can view this post:  https://community.creatio.com/questions/default-page-login

However, we have registered it in our R&D team backlog for consideration and implementation in future application releases. 

Show all comments

hi guys i have an error in ssms when i add user as a local then add a log in user then when i execute in iis its appear an error say's that user id error?? any help 

Like 0

Like

1 comments

Hello,

 

Please contact our support team directly at support@creatio.com and describe the issue in detail there so we could help you resolve this.

Show all comments

Hello, 



I'm trying to create a popup to display to users after they start a new session (log in).  What is the simplest way to do this? 



There is a new business process called "User sessions" in the CRT Base package.  Is this something I could use for the purpose of displaying a popup after a new user session is created?



I was able to create a custom user task that displays a popup and call it with a business process with a simple start but cannot figure out a way for it to be triggered to display to a user when they start a new session.



Any guidance is appreciated.  Thank you!

 

 

Like 1

Like

1 comments

Hello,

 

Sessions are created directly in the database by Insert and do not generate an event on the object. Business processes rely on events at the object. If it is not the happening process will not notice any changes. As for now, there is no option to track start/end of the user session via the process signals. Our R&D team responsible for this functionality is already working on implementing it in the future releases. I will forward your feedback to the team in order to increase the importance of this task.

 

Best regards,

Yuliya

Show all comments