MS Access "Online Meeting" "Unknown Network error." When Opening - ms-access

So I have a MSAccess dB that is scheduled to open and run every 3 minutes. Immediately when it opens, a dialog window pops up as shown . Through the task manager and services windows, I was able to see that it is being thrown by MSAccess. Online I could only find two references to this issue, unfortunately the answer is blocked unless you subscribe. Ref 1 Ref 2. The process only will continue it you hit "ok", which defeats the reason for automating it. Does anyone know what and/or how to stop this?
Edit: I also should note that I looked through all of a MSAccess menu's and settings and could not find anything that appeared related to this.
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Microsoft Office 14 Alerts" />
<EventID Qualifiers="0">300</EventID>
<Level>4</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2016-02-05T14:53:52.000000000Z" />
<EventRecordID>1654</EventRecordID>
<Channel>OAlerts</Channel>
<Computer>OPTI-780-LJS2.boston.hembar.com</Computer>
<Security />
</System>
<EventData>
<Data>Online Meeting</Data>
<Data>Unknown network error.</Data>
<Data>701129</Data>
<Data>14.0.7015.1000</Data>
<Data />
<Data />
</EventData>
</Event>

That was it. Just tried running after removing the /C and it went through fine. I wonder why that was?

Related

My AIR app is showing Allow Application to Check for Updates everytime it's open?

My AIR app is showing Allow Application to Check for Updates everytime it's opened? I'm using the ApplicationUpdater and ApplicationUpdaterUI classes and calling:
updaterUI.initialize();
at startup and then on UpdateEvent.INITIALIZED I call:
updaterUI.checkNow();
Is this correct?
Here is the screen I see:
BTW I click the "Check for Updates" button and it then says, "No updates available". I would think that on the next time it opens it would check in the background and only pop up a window when an update is available. This is how it seems to work on other AIR apps.
In ApplicationUpdaterUI set the isCheckForUpdateVisible property to false refer here for more on ApplicationUpdaterUI.(NOTE: A value set using this property overrides the setting in the update configuration file). This will stops the "Check for Update" window from displaying and only shows the update window when there is any update available. If you are using configuration file for UpdaterUI then set like this.
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns="http://ns.adobe.com/air/framework/update/configuration/1.0" >
<url>app:/server/update.xml</url>
<delay>1</delay>
<defaultUI>
<dialog name="checkForUpdate" visible="false" />
<!-- Other Configs -->
<dialog name="downloadUpdate" visible="true" />
<dialog name="downloadProgress" visible="true" />
<dialog name="installUpdate" visible="true" />
</defaultUI>
</configuration>
I hope this will helps you....
When you download the nativeApplicationUpdater framework, it contains two folder: nativeApplicationUpdater and nativeApplicationUpdaterDemo. Go dig into the nativeApplicationUpdaterDemo folder to understanding how to use the framework.
In my case, I don't use the default Updater UI, just the core nativeApplicationUpdater to check when the update is available (via XML file). If available, download it through APIs and store it into applicationStorageDirectory. At the next time your application launch, you can prompt the user to update, or install it silently and just show the progress bar.
You shouldn't check for update every times your app start, because an user can close and re-open your application many times (Your server will go die). You can log the last time you've check for update to Application Preference, and if (thisTime - lastTimeCheck) > inactivityDuration, then check for update. (I recommend 3 days or a week).
You can search more to learn how to install your application silently, as well as install the Adobe Air run-time silently. Simply un-zip the installer, and install the .msi via command line.

Creating a new cube with Saiku plugin on Pentaho

I have installed Pentaho Community Edition 5.0.1 and successfully created a new data source from a MySQL database (both hosted on my PC).I now want to perform OLAP analysis on this data, but am not entirely sure how to proceed (So please provide additional information in the case where it is clear from my questions that I am heading on a wrong path - I am new to OLAP).
The Saiku plugin is installed and I can view the 2 premade cubes (SampleData and SteelWheels). I now want to create one or more cubes referencing the data in the data source that I had previously created, which is where I am stuck. As I understand it, I need to create a Mondrian schema which defines the cube, going by this I created the shema for the data source as defined on the same tutorial as
<Schema name="testdb">
<Cube name="Test Cube">
<Table name="testtable">
</Table>
<Dimension name="Date">
<Hierarchy hasAll="true">
<Level name="Date" column="date" type="Integer"/>
</Hierarchy>
</Dimension>
<Dimension name="Key 1">
<Hierarchy hasAll="true">
<Level name="Key 1" column="key1" type="String"/>
</Hierarchy>
</Dimension>
<Dimension name="Key 2">
<Hierarchy hasAll="true">
<Level name="Key 2" column="key2" type="String"/>
</Hierarchy>
</Dimension>
<Measure name="Value" column="value" aggregator="sum"/>
The tutorial states that this file can be placed anywhere (I', assuming in the biserver-ce folder or sub folders - any best practices on location?). When refreshing the cubes (by pressing the green arrows icon) in Saiku - big surprise - the new cube is not listed, only SampleData and SteelWheels are options in the dropdown (Pentaho had been restarted etc, no effect). When inspecting the created schema, there is no reference to the created data source, so I have no idea how it can be linked or used by Saiku/Pentaho. This is where I think the problem lies, I need to register this file somehow. I have seen references to a data source definition file (like here) which seems to be what I need to do. I cant however find where this file should be placed, what it should be named or any tutorial incorporating such a step. I also find it strange that one has to break out of the usage flow of the Pentaho application to make external files which are needed for following steps - hints that I am doing things wrong.
In summary: How to create OLAP cube using Pentaho CE and Saiku from a working data source?
It has been surprisingly difficult to find well documented help on usage of Pentaho CE (with Saiku) and warnings on the numerous issues in the setup, I think verbose answers on this question will be of help to the community
For launching the cube into BI-Server you simply has to create 1 cube in pentaho schema work-bench and you have to save the link into what ever location you want to store or create one folder and save it their..
After that you have to publish the cube..
Now if you added the saiku pluggin into bi-server then this newly created cube will list under the steelwheles..
So this is the only procedure you have to follow.. now compare what you did by comparing this steps..
Some-times by restarting biserver this problem will not going to solve so, just refresh the list of cubes (the portion where SampleData and Steelwheels ) are displaying so after that you can see the newly created cube in that list..

The GoogleMaps curse: BaseTileRequest failed

Though I've been reading the StackOverflow forums for years, it's the first time I post here. I know the problem I'm talking about has been asked before, but, as I've seen, it seems that there's no clear answer to it, so I'm posting my case as detailed as I can to see if someone can help me understand what I'm doing wrong before I jump off a cliff.
The "Map doesn't work in debug mode" myth: is it true? I've read more than once that, while using the debug API key, the map doesn't load properly, but once the app is released and signed in to the market, the problem disappears... Is this so? May I test a half-functioning app assuming that the map works well and then uploaded it to the market hoping that it will work as expected? (Please, say "yes", and release me from this living hell of tiles that don't load!)
What I've done with my app:
Used the "keytool" command to list the certificate fingerprint of my keystore:
$ keytool -list -alias androiddebugkey -keystore ./.android/debug.keystore -storepass android -keypass android
Created an API project and generated an API key using the certificate fingerprint from the step above.
Added the API key and the permissions on the AndroidManifest.xml:
<uses-feature
android:glEsVersion="0x00020000"
android:required="true"/>
<permission
android:name="com.mycompany.test1.permission.MAPS_RECEIVE"
android:protectionLevel="signature" />
<uses-permission android:name="com.mycompany.test1.permission.MAPS_RECEIVE" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.google.android.providers.gsf.permission.READ_GSERVICES" />
<uses-permission android:name="android.permission.ACCESS_COARSE_LOCATION" />
<uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
(...)
<meta-data
android:name="com.google.android.maps.v2.API_KEY"
android:value="AItaSyDGE2yil3tCr9NP45QVDPfmRUP-gNv7uLY" />
Added a map on the XML layout of my activity:
<com.google.android.maps.MapView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="#+id/mapView"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:enabled="true"
android:clickable="true"
android:apiKey="AItaSyDGE2yil3tCr9NP45QVDPfmRUP-gNv7uLY"
/>
<!-- Though the Google page says to use the following code, Eclipse shows an error referring to the "xmlns" tag and it can't be compiled: -->
<!--
<fragment
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="#+id/map"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:name="com.google.android.gms.maps.MapFragment"/>
-->
I've tried compiling in the emulator using Google APIs, using Android 4.x, using three real devices with Android 2.3, 4.0 and 4.2, exporting the project's .apk and installing the APK on the device directly from the USB card, but the behavior is always the same: when trying to show the map, LogCat fills with the following error:
IOException processing: 26
java.io.IOException: Server returned: 3
at android_maps_conflict_avoidance.com.google.googlenav.map.BaseTileRequest.readResponseData(BaseTileRequest.java:115)
at android_maps_conflict_avoidance.com.google.googlenav.map.MapService$MapTileRequest.readResponseData(MapService.java:1473)
at android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher.processDataRequest(DataRequestDispatcher.java:1117)
at android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher.serviceRequests(DataRequestDispatcher.java:994)
at android_maps_conflict_avoidance.com.google.googlenav.datarequest.DataRequestDispatcher$DispatcherServer.run(DataRequestDispatcher.java:1702)
at java.lang.Thread.run(Thread.java:856)
Anybody knows what can be happening? I've followed the Google guide like a thousand times, regenerated my API key, checked my manifest, tested the app on the emulator, on devices, etc. and NOTHING changed anything! As I've said previously in this post, I've read that the maps are, simply, not able to be tested when "testing" the app, so one should wait until the app is published in the market to see them working... However, it sounds me weird! Any ideas?
Thanks in advance for your time and effort! :)

CruiseControl unable to recognize modifications for Mercurial repository

I am trying to implement a continuous build stack, and decided to use CruiseControl with Ant. However, it seems that CruiseControl is having problem picking up the changes from my Mercurial directory. Here's some code from config.xml with a bunch of unnecessary elements taken out. One workaround I found was to set requiremodification to false, which will build the software regardless of the changes made. Am I missing something here? Or is this a bug of CruiseControl.
<!--config.xml-->
<project name="test_runner" buildafterfailed="false"
requiremodification="true" forceonly="${test_runner.inactive}">
<listeners>
<currentbuildstatuslistener file="${projectLogsDir}/status.txt" />
</listeners>
<bootstrappers>
</bootstrappers>
<modificationset quietperiod="${quietPeriod}">
<mercurial localworkingcopy="${mercurialDir}/solution1" property="solution1_changed" />
</modificationset>
<schedule interval="${scheduleInterval}">
<ant liveOutput="true" />
</schedule>
</project>
In CruiseControl.Net the server logs which command it performs to check for changes. You can check if this command is correct by running it yourself on the command line. I had the same issue with Perforce, and by running the command myself I found out that I had configured an incorrect view.
Note that I'm much more familiar with CruiseControl.Net than CruiseControl, so this might not apply to CruiseControl.

How do I force MSBuild to clean or rebuild?

I am using MSBuild from a script to compile my project. I have noticed that it just does a build and not a clean/rebuild.
I have the following:
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build" ToolsVersion="4.0">
<Target Name="Build">
<MSBuild Projects="$(MSBuildProjectDirectory)\myproj.csproj" Targets="Build" Properties="OutputPath=$(MSBuildProjectDirectory)\..\bin\" />
</Target>
How do I force a clean/rebuild?
"%windir%\Microsoft.NET\Framework\v4.0.30319\MSBuild" Project.sln
/p:Configuration=Release /t:Rebuild
Change
<MSBuild Projects="$(MSBuildProjectDirectory)\myproj.csproj"
Targets="Build"
Properties="OutputPath=$(MSBuildProjectDirectory)\..\bin\" />
to
<MSBuild Projects="$(MSBuildProjectDirectory)\myproj.csproj"
Targets="Clean;Build"
Properties="OutputPath=$(MSBuildProjectDirectory)\..\bin\" />
or
<MSBuild Projects="$(MSBuildProjectDirectory)\myproj.csproj" Targets="Rebuild"
Properties="OutputPath=$(MSBuildProjectDirectory)\..\bin\" />
For more details, look at the MSBuild Task documentation.
Always Try to use
<MSBuild Projects="$(MSBuildProjectDirectory)\myproj.csproj"
Targets="Clean;Build"
Properties="OutputPath=$(MSBuildProjectDirectory)\..\bin\" />
Because according to this MSDN article, when you have multiple projects in your solution using "Rebuild" as the target, may cause clean and build to happen in parallel manner. Which may cause problems in project dependencies.
But when you use "Clean and Build" as the target, build will start only after all the projects are cleaned.