Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
sanketkhunte
Creator II
Creator II

NT Section Access - Settings on Publisher

Hi

Thanks in Advance for reading post.

Regarding : NT Section Access

We are developing QV dashboard with NT section access functionality (which will use Windows credentails for dashboard).

Follwing script which we are using for NT section access -:

-------------------------------------------------------------------------------------------------------------------------

Section Access;

LOAD

  UPPER(AcessType) AS ACCESS,

  UPPER(NTName) AS NTNAME,

     UPPER(REDUCTION_FIELD) AS VENDOR_NAME,

    

FROM

[..\Data\tbl_QVUserRoles.xlsx]

(ooxml, embedded labels, table is USERTABLE);

SECTION Application;

-------------------------------------------------------------------------------------------------------------------------

In above code we are -:

1. Pulling data from Excel file.

2. Reduction field is VENDOR_NAME which is coming from Database. On which we are giving the access to dashboard user.

When i am trying to deployed this dashboard on PUBLISHER it gets failed. I am not able to find out reason.

@ Publisher i am configured TASK as below in Section Access TAB

User ID - DomainName\Sanket_Khunte

Password - PASSWORD

(attached )



Here i am providing mine windows credentials but it fields. MY PUBLISHER IS INSTALLED @ TASCAN LOCATION.

So Here do we required to provide UserId and Password in Section Acess Tab of QEMC that SERVERS CREDENTIALS.



Please let me know your help will appreciate to me.


Regards

Sanket

0 Replies