Posts Tagged ‘JAVA’

Remedy Issue: An Error Has Occurred in the Script on This Page

August 27th, 2010
An Error Has Occurred in the Script on This Page“, on a first look this may not appear as a remedy issue, and partly yes it’s not an remedy issue. But, when users access remedy through mid-tier on a browser like Internet Explorer, this may be your issue. Follow these steps to fix this typical browser related issue caused by improper scripting on the web page.
To resolve this issue, follow these steps on remedy side:
  1. Close all the open browser windows.
  2. Navigate to the temp folder on the local machine. Generally located at C:\Documents and Settings\USER\Local Settings\Temp
  3. Delete all the temp files
  4. Restart the system if needed
  5. Open the browser and try to reproduce the error

Note: Sometime a reinstalling remedy user fixes this problem.

To resolve this issue, follow these steps:

  1. Click Start, and then click Run.
  2. In the Open box, type Regsvr32 urlmon.dll, and then click OK.
  3. When prompted with the DllRegisterServer in urlmon.dll succeeded message, click OK.

If the issue persists, follow these steps:

  1. Open the Java Virtual Machine.
  2. Close all browser instances of Internet Explorer.
  3. Click Start, click Control Panel, and then double-click Internet Options.
  4. Click the Advanced tab.
  5. Under Browsing, click to clear the Enable third-party browser extensions (requires restart) check box.
  6. Restart Internet Explorer.


If the issue still exists, follow these steps:

  1. Open the Internet Explorer.
  2. Click Tools, and then Options.
  3. Click on the Advance tab.
  4. Under Browsing, select the Disable Script Debugging check box.
  5. Click OK to close all windows, and restart the computer.

ARSocial, a Java Plugin for Twitter – BMC Remedy AR System integration

March 29th, 2010

Credits – Sebastiaan de Mann

Twitter – @sebas

ARSocial is a Twitter – BMC Remedy AR System integration that allows you to publish tweets, replies, direct messages as well as have an overview of your friends timeline, a search option and mentions. Because it is based on the AR System it can be fully integrated into the ITSM Suite as well as custom built applications. The plugin and application are open source and released on with a BSD style license. Please be aware this is only a ‘preview’ release and is not quite ready for production use.

Here are some pics of the wonderful app

Detailed information in author’s words:

Architecture

The ARSocial application consists of several parts:

  • ARDBC Plugin for listing tweets, mentions, direct messages and search

The ARDBC Plugin treats the twitter feeds (friends, direct messages, search) as a database source. Because of the speed of the Twitter API we can do fast searches and show all relevant information, mentions and direct messages. It also allows for the creation of tweets, replies and direct messages.

  • ARSocial Console form, for an overview of all twitter related items

This will be the main form for the users of the application. It is meant to keep an overview of all tweets that are sent by friends, mentions of the twitter account and searches (for example tweets that mention your company name)

  • Vendor and Regular forms

Vendor Forms are built from the ARDBC Data sources to show the information in the Tables of the console. Regular forms are used to store sent Tweets and Direct Messages.

All items and source code can be found in the download package.

What you will need

  • BMC Remedy AR System 7.5 server
  • Midter 7.5
  • Remedy Developer know-how
  • Plugin Server know-how
  • Java know-how
  • A twitter account
  • An AR Server that you can break without getting people angry at you (really, I’m serious)

You can download a ‘developer preview’ of the application here: arsocialpreview

at the moment there’s only standard twitter client functionality implemented, and there is no direct integration into the ITSM Suite, however because of the architecture including Vendor Forms it is quite easy to integrate into any itsm and custom built applications. Over the next few weeks I will expand the plugin and the application.

For now please be aware there are several open issues, including ordering of tweets in the table fields and missing functionality in the stand-alone application.

Please provide feedback on BMCDN communities, contact Sebas on twitter or send an email.