Jiwa on Azure  Topic is solved

Discussions relating to plugin development, and the Jiwa API.

Re: Jiwa on Azure

Postby Mike.Sheen » Tue Oct 31, 2023 1:03 pm

Create the users in master yourself associating them with the SQL Logins JiwaLogin, JiwaReports and JiwaUser.

Test if you can then login to SSMS using the SQL Login JiwaUser,

If that now works, then you then in your Jiwa database run the stored proc to grant permissions on the objects in the schema:

usp_Jiwa_Grant_Application_Permissions 'JiwaUser'
GO

usp_Jiwa_Grant_Reporting_Permissions 'JiwaReports'
GO

Note that recommended best practice is not to use the SQL Logins and Users JiwaReports and JiwaUser, but your own credentials instead. JiwaLogin is the only Login and User which must not be renamed and have the known password.
Mike Sheen
Chief Software Engineer
Jiwa Financials

If I do answer your question to your satisfaction, please mark it as the post solving the topic so others with the same issue can readily identify the solution
User avatar
Mike.Sheen
Overflow Error
Overflow Error
 
Posts: 2444
Joined: Tue Feb 12, 2008 11:12 am
Location: Perth, Republic of Western Australia
Topics Solved: 756

Re: Jiwa on Azure

Postby Riyaz » Wed Nov 01, 2023 2:43 pm

Thanks Mike, appreciate it
Riyaz
Kohai
Kohai
 
Posts: 233
Joined: Wed Dec 02, 2015 2:05 pm
Topics Solved: 2

Previous

Return to Technical and or Programming

Who is online

Users browsing this forum: No registered users and 18 guests