Openfire - how to access discussion history on server? - openfire

Is there a way to access Discussion History on Openfire server and delete a specific message before it is delivered to a group chat user ? I looked up all the tables but could not find out where discussion history is stored.
Appreciate your help in getting this resolved.

Related

Azure SQLMI - track users logging in to instance using Log Analytics

I'm looking for a way to list out who logged in to a SQL MI instance.
I have configured log analytics to receive all logs and metrics but see no login information in the logs. Looks like there is a flag in Azure SQL but this does not apply to SQL MI, this
is where i found the flag.
Is there a way to enable this type of log collection in SQLMI so this information is sent to Log Analytics?
Can I get this info right from SQLMI? perhaps a system table?
Thanks for any help you may provide.
Looks like in addition to setting up LogAnalytics, an Audit job needs to be created within the DB in Master. Here is a link to the MSFT article.

Sending Oracle database record using https request to Google form with no internet permission of oracle database

I am facing this problem in getting the new, update or deleted record from table in Oracle database to prefilled Google Form.
The Oracle database is with disabled permission to access the internet (ACL list) and according to recommendations that this is the best practice for Oracle databases.
I have managed to write some triggers in PL/SQL, but still no permission.
I have searched the internet, but I have not found anything that can help me with this scenario.
What I am thinking is to create a new Oracle database on the same server but with HTTPS permission access, using trigger on the old database to copy the record to the new database and a trigger on the new database to submit the record to Google form.
I have tried this idea, but each time I try to create new database I get errors.
So please, if you have other ideas in solving this issue, or helping with applying the scenario that I am thinking of.
My knowledge in Oracle databases is very shallow and their documentation from my point of view is that your topic is distributed under different chapters and sections which accumulate the felling of doubt that you are not in the right place the more you read in these sections.

Unable to create Azure SQL Data Warehouse, resource does not exist

Applied for preview access on behalf of my client roughly a month ago. Preview access was approved yesterday. Followed the instructions in the email, namely to create a logical SQL server and reply with the name. Was notified today that the aproval process for the logical SQL server was completed.
Now, when trying to create a new Azure SQL Data Warehouse, it sits there for about an hour before failing on an Update SQL database event. Property mentions statusCode NotFound, and the statusMessage contains code 45181 and message "Resource with the name '' does not exist. To continue, specify a valid resource name."
What am I missing here?
Thanks for alerting us to this issue. We have investigated the issue and have unblocked the preview access for your subscription. You should be able to proceed and provision an Azure SQL Data Warehouse. You can follow the Get Starting guide to provision your first database.

Using BigQuery for AdSense data - 403 Access Denied

I've been successfully using BigQuery to pull AdSense data, but recently all queries have started failing, with this error:
(403) Access Denied: Table
google.com:adsense-reports:Reports.DailyCustomChannelReport: The user
does not have permission to query a table in dataset
google.com:adsense-reports:Reports
Here's a sample query:
SELECT matched_ad_requests, clicks, FROM [google.com:adsense-reports:Reports.DailyCustomChannelReport] WHERE date BETWEEN '2015-02-10' AND '2015-02-11'AND custom_channel_code like 'test_18'
These query failures aren't associated with any code change to my application. They also fail in the BigQuery browser tool- even queries that ran successfully in the past. This seems to rule out a problem with the query.
Nothing has changed with regards to my account access to AdSense. I am able to log in to the dashboard and see all data.
Any ideas how I can restore my ability to query this data? Thanks.
I got internal confirmation: The AdSense experiment for BigQuery was discontinued. The team tells me they notified the experiment users some months ago, before disabling it.
Sorry for the lack of better news!

How to download data from web server and save for core data

I have an app I'm working on that will have about 500 contacts, names, email addresses, website addresses ,etc. I will be updating the contacts frequently adding new contacts, and updating emails that change. I was advised the best way to do this with core data would be to do a fetch to find the youngest record and ask my server for all the records that are even younger.
My question is how to download the youngest record from my server and save it for use with core data.
I've looked around, but dont see anything on using core data with a database stored on a server. Or am I missing something, is there another way to go about creating this app.
I need to be able to update my database frequently and for the results to reach the app user
It Really Depends on your Server Back End Structure.
Check the Following Link for Complete understanding of the Whole Process by Following Link :
How To Synchronize Core Data with a Web Service