Scott Florcsk
1st Forum Post
- Total activity 31
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
Comments
Recent activity by Scott Florcsk-
Ahh, nice. Well in my mind that confirms to me that I entered a static row with correct data. The next test would be to re-enter my real Username as a static row and see if another employee in the ...
-
That answer helped advance me a little. Here is what I found so far... You need to modify the goBookmarkSharingUserlist report that is part of the InfoGo application. Inside this report is a shared...
-
I just wanted to follow-up... Neil Quinby's answer helped me a lot in debugging what was going on. We had individual reports that all had SecurityReportRightID elements in them. When we disabled se...
-
I don't have roles or rights added to the Security element. It's just the Security element enabled to True with the NT domain specified and AuthNT. This is the Logi error message: The one thing ...
-
Thanks for the tip. It looks like the IIS authentication is the same for every "site" and it looks like every app is its own site. They all have this IIS authentication configuration:
-
Yes. Thank you VISUI. That was just what I needed.
-
I got this working with JDBC, but I had to install an additional webserver (Tomcat 9). I could never get it working with a data table, because the data table never gave an option for the Redshift a...
-
Thank you for the code. I implemented your second solution and it worked perfectly!
-
In conclusion, I had to enable anonymous access in the IIS configuration manager. Once I did that, I could create the metadata element under the oracle database connection element.
-
I may have figured out part of this issue. It has to do with directory write permissions. When I installed InfoGo, I did allow full permission to IIS_IUSRS and the ASP service, but for whatever rea...