Base solution for your next web application

Activities of "velu"

Hi, We are using .netcore 2.2

In this app background worker [BackgroundJob<long>, ITransientDependency] is always going to abandoned state without heating..

Not log has been write in log.txt How to find this.

*in rare case this will work as expected..

Please help us in this.

Thanks

@murat.yuceer

share via GDRIVE on 02DEC2019

Hi,

We have diagnosed and resolved this issue.

The actual problem is that the default behavior of Unitofwork is Readuncommited.

This isolation level is not supported by Oracle (Devart Drivers)* .

Instead of UOW.IsTransactional = false we have changed the isolation level of UOW to ReadCommitted.

This is supported by oracle and working as expected.

Thanks

Hi,

We are using .netCore and Angular 6

How to set default timezone in .netcore [Server Side] like Indian Standard Time.

When user enter data from any timezone, Then system should apply and store date in database with default timezone [Indian Standard Time]

Thanks

HI,

We are using .netcore and angular.

In Audit-log and Login attempt displays Networkload balancer Ip insted of clients machine Ip.

Please suggest us a way to get client machines IP.

In this condition we get client machines ip using request header.

But, How can we assign this ip address to perticular appservice like audit-log and Login attempt for inserting in database.

Thanks

Hi,

How to secure token for single machine.

is there any way to remove token cookie from browser and pass token via api.

(abp framework creates abptoken cookies if not present)

if we want to pass token via api then what we need to modify in angular and abp framework,

Anyone have any idea for this issue, Please helps us in this.

Thanks

Hi,

We are using .netCore and angular 6 Combined solution.

We have connected to oracle database using Devart Drivers, UnitOfWork.IsTransactional = false , Not supported yet.

in this case SaveChangesAsync records are not rolled back.

How can we rollback after unit of work is failed.

Thanks

Hi,

We are using .netcore and angular V5.5

How to secure Abp.AuthToken or issue the token only for single computer.

Problem we are facing: * User 1 Login using chrome browser. * I coppied this Abp.AuthToken from cookies. * and paste or clone in another browser

And Fire http://localhost:4200/app/main/dashboard

New browser session is continued using User 1s Session and credential.

How to avoid this.

Please help us in this.

Thanks

HI,

is there any way to set HTTP-Only attribute to cookies in Angular.

Thanks

Hi,

Case: Tenant1 UserName TOM Password TOM Tenant2 Username TOM Password [maybeDifferent]

Requirement: * User can change login in tenant1 to tenant2 Like login as this user. * Cross tenant Impersonation login

How can we achive this functionality.

Currently system gives us this warning

Can not impersonate a user of a different tenant!

Thanks.

Showing 11 to 20 of 236 entries