"Save As" or "Export" gives "Internal Error"

When I use the "save as" or "export" functions, I get an
error message that says "An internal error has occurred" on one
line and another "An internal error has occurred" on a second line
below. Clicking OK allows the save, but it makes the "save as"
window act funky, and some of the controls (like up one level icon
or back icon) disappear. Makes it tough to navigate to the proper
folder to save the file.
This began with my trial of Fireworks 8. Shortly thereafter,
I downloaded the trial for CS3, same error. Today I purchased
Fireworks CS3, uninstalled the trial and reinstalled the file
downloaded from Adobe. Same error. Never had this with MX2004.
Can't find this one anywhere on the web. Can anyone help?

On 05/08/2015 20:46, Robert Grant wrote:
> Hello!
>
> I am following the tutorial in the eclipse help page under the Platform
> Plug-in Developer Guide to create Hello World as a Plug-in project. When
> following the steps, the instructions say to select the template
> "Plug-in with a vew" but I only have two options: "Custom
> plug-in-wizard" and "Plug-in with a Graphiti Editor". Neither lead to a
> plug-n with a vew. I am running the IDE for Java Developers Mars
> Release 4.5.0. I am wondering if anybody is having the same problem or
> if there is a way to fix this. Thank you in advance!
Hi
IIRC the IDE for Java Developers does not include the PDE SDK (Plug-In
Development Environment); so, either you install it in your Eclipse, or
you download at least "Eclipse for Committers" or "Eclipse for RCP".
Hope this helps
Lorenzo
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
HOME: http://www.lorenzobettini.it
Xtext Book:
http://www.packtpub.com/implementing-domain-specific-languages-with-xtext-and-xtend/book

Similar Messages

  • I am receiving this error message when trying to export pictures: 'Unable to Export": An internal error has occured: Win32 API error 2 ( "The system cannot find the file specified.") when calling ShellExecuteExW from AgWorkspace.shellExecute.// I have a H

    I am receiving this error message when trying to export pictures: 'Unable to Export": An internal error has occured: Win32 API error 2 ( "The system cannot find the file specified.") when calling ShellExecuteExW from AgWorkspace.shellExecute.// I have a HP ENVY Phoenix, fully loaded, 1 1/2 years old.

    Nevermind I fixed it. Thank you.

  • Unable to export: an internal error has occurred

    Hi, everybody,
    Just when I was trying to convince myself that I should NOT go back to LR2, no matter how ugly the new import interface is, I tried my first export and this is all I get:
    - ping
    - UNABLE TO EXPORT: AN INTERNAL ERROR HAS OCCURRED ?:0 ATTEMPT TO INDEX NIL VALUE
    I am using Vista up to date on a 64 bit system
    Anybody else having this problem? any solutions?
    Why, oh, why, did I not stick to the old efficient and working LR2, the noise reduction filter lured me into this mess

    Solution - try to limit the number of files you are exporting.  I came to this forum as I was running  into the same problem, but I worked it out for myself.  It appears the ability to export multiple files  is limited, either by number or by memory.  I'm running Vista with 4GB,  and I was limited to around 100 files at a time.  So I broke my export into a  number of smaller exports of around 100 files each, and it worked.
    I tried the other solutions - syncing metadata, writing metadata to files, no plugins, etc., and none of those propositions worked.  The only thing that worked was limiting the scope of the export.

  • When trying to login in OIM 11g after providing credentials, it gives internal error 500.

    When trying to login in OIM 11g after providing credentials, it gives internal error 500.

    please note: 500 error is the most difficult HTTP error to troubleshoot , because it is very generic. It could be because of many things.
    So, if you could provide us the OIM diagnostic logs when you receive it, it will help as to be helpful.
    thx in advance,
    Thiago Leoncio.
    thiagoleoncio

  • Discoverer 9i: Export data to PDF gives internal error

    Hi there!
    In discoverer 9.0.2.39.01 (desktop edition), EUL 5.0.0.0.0.0 the export data option
    to PDF gives the following error:
    Internal Error in generating report Export failed.
    In MetaLink you can find bug 780474 for Discoverer 3! It seems to be the same bug?!
    If there is a workaround please send a hint to the list.
    Anybody out there who can give me a hint?
    Best regards!
    Henrik
    Henrik Bachmann mailto:[email protected]
    B.I.M.-Consulting Magdeburg http://www.bim-consulting.de/
    D-39108 Magdeburg

    Hi there!
    Here is the solution:
    I have five Oracle Homes on my PC, because I am testing new releases of
    Oracle software (e.g. Discoverer 9.0.2).
    The database connect is well defined in the tnsnames.ora in the oracle home
    for 9i tools but not defined in the oracle home for 6i Tools (a newbie error
    - annoyingly, but there is no qualified error message from Discoverer ...).
    So Reports (6i!) is not able to connect to the target database. But if you
    wish to export to PDF you need reports 6i.
    Thanks again!
    Best regards!
    Henrik

  • Emailing from LR4 gives internal error

    Emailing from LR4 (export for email), gives the following error, "An internal error has occurred: There is something wrong in CryptUnprotectData."  I am not trying to interface with Facebook, but use a gmail account for email.  Does anyone know how to solve this error?

    I input a solution at : http://forums.adobe.com/message/4503213.
    Thanks,
    Emily

  • MFL.convertToXml() gives 'Internal Error'  in custom adapter

    Has anyone seen the MFL.convertToXml() fail with:
    IllegalStateException: Internal Error, current node is null
    dies at com.bea.nonxml.readers.NonXMLReaderVisitor.nextToken(NonXMLReaderVisitor.java:110)
    Anyone got source to this?
    I call this method from within a custom adapter.
    I have an extremly simple MFL file as follows,
    Note that I added a 'IgnoreTheRest' at the en, to see if I could simplify it.
    <?xml version='1.0' encoding='US-ASCII'?>
    <!DOCTYPE MessageFormat SYSTEM 'mfl.dtd'>
    <MessageFormat name='MsgNoBits.h.2' version='2.02'>
    <!-- C declaration of message_id: unsigned short -->
    <FieldFormat name='message_id.2' type='UBigEndian2'/>
    <!-- C declaration of id: unsigned short -->
    <FieldFormat name='id.2' type='UBigEndian2'/>
    <!-- C declaration of num_bytes: unsigned long -->
    <FieldFormat name='num_bytes.2' type='UBigEndian4'/>
    <FieldFormat name='IgnoreTheRest' type='Filler' optional='y' length='1' repeat='*'>
    </FieldFormat>
    </MessageFormat>

    Not really...
    Just worked around it by doing the MFL.convertToXml() inside the ejb container.
    The way you get the binary data through the JCA to the container is by converting the binary data to a HexBinary XML type. (if you find another way please let me know)
    Pull out the binary once you receive it ( I use a JPD ). Then perform the translation. I think its very inefficient since you have to do bin-hex-bin-xml XML crap, but it works.
    heres the hexbinary snippet you use for your event definition.
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema targetNamespace="wlai/XXX_event"
    xmlns="wlai/XXXAppView_XXX_event"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:element name="XXXData"
    type="xsd:hexBinary"/>

  • OnDemand after Source Clocked give "internal error status -88700"

    Hi,
    I am using Analog Input and Counter Input simultaneously with a shared internal clock source on the NI PCIe-6363
    I'm running on WinXP, with NIDAQmx Driver 9.1.1f0
    I start off by doing some OnDemand acquisitions and it all works.
    Then I configure the task for Sample Clocked acquisitions and everything works.
    Then I try to configure the task back to OnDemand using DAQmxSetSampTimingType, but when I start the task I get "DAQmx Error: An internal error occurred. Status Code : -88700"
    If I ignore the error and try to acquire samples, I get a blue screen of death and the PC reboots.
    DAQmx Error: An internal error occurred.
    Task Name: MyTaskCI
    Status Code: -88700
    I tried unreserving the task, and setting the sampling timing type back to on demand, with input buffer size to 0 (also tried 1, and 1000, neither worked). I noticed that going to sample clocked mode changed various properties. I tried manually setting the data transfer mechanism back to programmed io, and disabling CI memory mapping but that did not help. Additionally I tried setting the sampling mode to finite, and number of samples per channel to 1 but that didn't help either. I also tried setting the sample clock source back to blank, but that didn't help. I am not sure if there's something else I am missing. I tried reading all the properties I thought might be getting changed by sample clocked mode, and re-applying them - but that didn't work either.
    Please find attached a simplified peice of code (adapted from the NIDAQmx ANSI C Example program: ContAcq-IntClk-EveryNSamplesEvent.c) to reproduce the issue.
    Your feedback is greatly appreciated.
    Thanks,
       hemdanw
       The MathWorks
    Attachments:
    BufferedAICI.c ‏9 KB

    Hi Falk,
    Change detection does two things:
    Reads digital input channels when a change occurs on a set of digital input lines.
    Optionally provides a (non-periodic) trigger or clock for another task, such as digital output, analog input, analog output, or counters.
    This secondary functionality is only useful when you want to detect changes on multiple input lines and treat them as if they are the same, or if you want the input lines to be sensitive to both rising and falling edges. Since you only want your digital output task to look at rising edges on a single line, you can use a PFI line instead of using change detection. The cDAQ-9172 supports PFI lines in slots 5 and 6, so move the NI 9421 to slot 5 or 6.
    > Suppose I connect a button to the digital input an I want the output to be triggered when I press the button.
    Okay, that partially explains what you're trying to do. How many samples do you want to output when the button is pressed?
    If you want each button press to output one sample, then run "Write Dig Chan-Ext Clk.vi" with "Physical Channels" set to "cDAQ1Mod1/port0/line0:7" and "Clock Source" set to "/cDAQ1Mod5/PFI0" (with the NI 9421 in slot 5). Every time you press the button, the output will change once, assuming that the button is debounced.
    If you want each button press to output a waveform containing many samples, then ideally you would be able to run "Write Dig Chan-Int Clk-Dig Start.vi", but this uses DIO triggering functionality that isn't supported by the cDAQ-9172. To emulate this functionality on the cDAQ-9172, you would need a combination of "Gen Dig Pulse-Finite-Dig Start.vi" and "Write Dig Chan-Ext Clk.vi". Start the DO task first because it will wait for the sample clock.
    If the button is not debounced, you may also want to enable digital filtering on PFI0 (or build a debounce circuit). I don't know of a good example showing how to do this. Maybe someone else has an example to recommend?
    Brad
    Brad Keryan
    NI R&D

  • Java 5 Update 11(JRE) Installation gives "Internal Error 2762"

    Hi,
    I try to install Java 5 update 11 fom java.sun.com. During finish of Installation I get --"Internal Error 2762" popup with an "OK" button.
    Running on Windows XP Professional, has previous installed java 5 update 10 on my system. Internet Explorer browser is running at install time.
    Is there any workaround for this.
    Thanks
    Mamatha

    This is a Windows installer generated error message. Most of the times, continuing with installation by clicking on "OK" button will install the software without any issues. You can verify the installation by running the testvm applet from:
    www.java.com/en/download/help/testvm.xml
    Note: ensure to start a fresh browser session after installation is complete
    In case, you still find the older version listed, write back with the install log. Instructions can be found at:
    Download Windows offline installer - jre-1_5_0_11-windows-i586-p.exe to c:\
    Run the installation again with logging turned on:
    c:\jre-1_5_0_11-windows-i586-p.exe /v"/L c:\install.log"

  • When I try to export from LR I get an internal error message :  An internal error has occurred ?:0 attempt to index a nil value

    All of a sudden when I try to export images from LR to my HD...I get the following error
    Unable to Export:
    An internal error has occurred ?:0 atempt to index a nil value.  What does this mean?  How do I fix?

    Hi,
    Same problem here. I am trying to export files from RAW format to JPEG. I am setting the output size to 2000k. I get the error message:
    Attempt to index a nil value
    The behavior is a bit random. If I export a large number of photos, some will work some won't. If I retry a picture that failed, it sometimes works or keeps failing. The input images are fairly similar in sizes.
    In some cases, there is no error message but the new reduced-size image is not created.
    Computer:
    Windows 7 Professional
    Intel Core 2 Duo
    4 GB of memory
    Hard-drive: 1 TB, about 700 GB free.
    Lightroom version 5.5
    Camera Raw 8.5
    This export operation was working previously (i.e., previous version of LR). I installed the 5.5 version on June 28 2014. The bug is probably in the new version of LR.
    System configuration (in French)
    Version de Lightroom : 5.5 [968504]
    Système d'exploitation : Windows 7 Business Edition
    Version : 6.1 [7600]
    Architecture de l'application : x86
    Architecture du système : x86
    Nombre de processeurs logiques: 2
    Vitesse du processeur : 2,6 Ghz
    Mémoire intégrée : 3326,1 Mo
    Mémoire réelle disponible pour Lightroom : 716,8 Mo
    Mémoire réelle utilisée par Lightroom : 446,1 Mo (62,2%)
    Mémoire virtuelle utilisée par Lightroom : 557,4 Mo
    Taille de la mémoire cache : 8,1 Mo
    Nombre maximal de liens utilisé par Camera Raw: 2
    Paramètre PPP du système : 96 PPP
    Composition sur le Bureau activée: Oui
    Affichages : 1) 1680x1050
    Dossier de l'application : C:\Program Files\Adobe\Adobe Photoshop Lightroom 5.5
    Chemin d'accès à la bibliothèque : K:\Images\Lightroom\Lightroom 5 Catalog.lrcat
    Dossier des paramètres : C:\Users\Dominique\AppData\Roaming\Adobe\Lightroom
    Modules installés:
    1) Behance
    2) Facebook
    3) Flickr
    4) Module externe de prise de vue en mode connecté Canon
    5) Module externe de prise de vue en mode connecté Leica
    6) Module externe de prise de vue en mode connecté Nikon
    Marqueurs Config.lua: None
    Adaptateur n° 1: Fournisseur : 10de
      Périphérique : 402
      Sous-système : 50510de
      Révision : a1
      Mémoire vidéo : 243
    AudioDeviceIOBlockSize: 1024
    AudioDeviceName: Haut-parleurs (Périphérique High Definition Audio)
    AudioDeviceNumberOfChannels: 2
    AudioDeviceSampleRate: 44100
    Build: Uninitialized
    CardID: 1026
    Direct2DEnabled: false
    GPUDevice: D3D
    MaxTexture2DSize: 8192
    OGLEnabled: true
    Renderer: NVIDIA GeForce 8600 GT (Microsoft Corporation - WDDM v1.1)
    ShaderModel: 10.0
    Vendor: Nvidia
    VendorID: 4318
    Version: 10de:0402:50510de:00a1

  • An internal error has occurred: *** Collection __NSArrayM: 0x610006051700 was mutated while being enumerated.

    Doing a file export and i got this message..... it all sounds very exciting..but don't know what it means

    It means you are running MacOS 10.10 and have hit a very common bug in the OS open/save dialogs, and that OS internal error bubbled back up into the application.
    Apple is aware of this bug and working on a solution.
    In the meantime, some people have avoided the problem by changing the view type (list, icons, etc.) in the OS open/save dialog.

  • Error while transporting objects:Internal error during pvc call: Parameter

    Dear all,
    We are facing the following error while transporting the individual configuration objects from our PI development system.
    Export failed: Internal error during pvc call: Parameter versionSpecifier or version has the invalid value null .
    However, it works fine when the complete configuration scenario is transported.
    We tried to transport the objects with different user id's, even then the issue still exists.
    Any inputs to resolve this will be highly helpful.
    Thank you,
    Younus

    Hi Mohammed,
    Answer is inside this oss [Note 1554387 - Error during export from Integration Directory|https://service.sap.com/sap/support/notes/1554387]. In this oss note, solution is to apply a patch (just a patch, not a SP). as it's a litle sap bug...
    Note: your issue is also explained with picture in this one "1550549 - PI transport: Internal error during pvc call" (sorry for this one I cannot insert a link)
    regards
    Mickael
    Edited by: Mickael Huchet on Jan 26, 2012 2:50 PM

  • Internal Error in Search for Candidate in Talent Pool in E-Recruitment

    Hi All,
    I've problem in Search in Candidates in Talent Pool in E-Recruitment in SAP E-Recruitment. When I search with text, it just gives internal error. I digged into the BSP Application as well. In the funtion call "SDOK_INDEX_COMBINED_SEARCH_XML" returns error "document area not specified" and raises an internal error. Anyone faced similar issue??? Please Help!!!
    Thx,
    Anand

    Well, obviously you never used any component of KPRO yet.
    Just upload an attachment onto the candidate's profile.
    An index category should automatically be created.
    Also generate search profiles and plan the periodical service RCF_PERIODICAL_SERVICES. You can find the documentation about this report and search profile via IMG.
    Also look if HR_KW is checked within transaction SKPR06.
    Message was edited by: Sebastian Menger

  • Internal error at open dialog box

    Hi All,
    I have created an add-on, there i have given the facility for attachments. When i click on browse button open dialog box opens.
        In some computers when i click on browse button, it gives internal error (-2147467259) occurred -unspecified Error.
    So can any one help on this?
    Regard's
    Hari

    ========
    Case SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
    Select Case pVal.ItemUID
    Case "Btnbrowse"
    Me.OpenFile()
    end select
    Private Sub *OpenFile*(ByRef BubbleEvent As Boolean)
    Try
    ShowFolderBrowserThread = New Threading.Thread(AddressOf ShowFolderBrowser)
    If ShowFolderBrowserThread.ThreadState = ThreadState.Unstarted Then ShowFolderBrowserThread.SetApartmentState(ApartmentState.STA)
    ShowFolderBrowserThread.Start()
    ElseIf ShowFolderBrowserThread.ThreadState = ThreadState.Stopped Then
    ShowFolderBrowserThread.Start()
    ShowFolderBrowserThread.Join()
    End If
    Catch ex As Exception
    sbo_application.MessageBox("OpenFile" & ex.Message)
    End Try
    Private Sub ShowFolderBrowser()
    Dim MyTest As New OpenFileDialog
    Dim MyProcs() As System.Diagnostics.Process
    Dim filename As String
    MyProcs = process.GetProcessesByName("SAP Business One")
    If MyProcs.Length = 1 Then
    For i As Integer = 0 To MyProcs.Length - 1
    '// WindowWraper concepts are used to access open dialogue box of windows
    Dim MyWindow As New WindowWrapper(MyProcs(i).MainWindowHandle)
    MyTest.Filter = "Excel files (*.xls)|*.xls|Document files (*.doc)|*.doc|Presentation (*.ppt)|*.ppt|Adobe PDF Files (*.pdf)|*.pdf|Text Documents (*.txt)|*.txt" '|All Files (*.)|.*"
    'MyTest.InitialDirectory = "C:\Program Files\SAP\SAP Business One\Attachments"
    '// Initial path for open dialogue box
    '// We can change as per the requirements
    MyTest.InitialDirectory = "C:\Program Files\SAP\SAP Business One\Attachments"
    If MyTest.ShowDialog(MyWindow) = DialogResult.OK Then
    filename = MyTest.FileName
    .your validations........
    Else
    System.Windows.Forms.Application.ExitThread()
    End If
    end sub
    Public Class WindowWrapper
    Implements System.Windows.Forms.IWin32Window
    Private _hwnd As IntPtr
    Public Sub New(ByVal handle As IntPtr)
    _hwnd = handle
    End Sub
    Public ReadOnly Property Handle() As System.IntPtr Implements System.Windows.Forms.IWin32Window.Handle
    Get
    Return _hwnd
    End Get
    End Property
    End Class
    To open the file you can use the follwing code on display button pressed.
    Private Sub *fileopen*(ByVal filename As String)
    '// Opening specified document with reference to the filename distributed
    Try
    System.Diagnostics.Process.Start(filename)
    Catch ex As Exception
    sbo_application.StatusBar.SetText("File Not Found in Specified Path:" & filename, SAPbouiCOM.BoMessageTime.bmt_Short, SAPbouiCOM.BoStatusBarMessageType.smt_Error)
    End Try
    End Sub
    ========
    Public Sub SBO_ManageItemEvent( _
      ByVal FormUID As String, _
      ByRef pVal As SAPbouiCOM.ItemEvent, _
      ByRef BubbleEvent As Boolean _
    ) ' Item Event Handler
      Dim oForm As SAPbouiCOM.Form
      oForm = SBO_Application.Forms.Item(FormUID)
      Select Case pVal.EventType
          Case SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED
           Select Case pVal.ItemUID
               Case "btnBrowse"       ' Select file
                If Not pVal.BeforeAction Then
                    Call ShowFolderBrowser(oForm)
                End If
           End Select
      End Select
      oForm = Nothing
    End Sub
    Private Sub ShowFolderBrowser(ByRef oForm As SAPbouiCOM.Form)
      Try
          ' ++++++++++++++++++++++++++++++++++++++++++++++++++
          ' I'm using default path...
          ' ++++++++++++++++++++++++++++++++++++++++++++++++++
          Dim sPath As String = SBO_Company.ExcelDocsPath
          oForm.Freeze(True)
          SBO_Application.Desktop.State = BoFormStateEnum.fs_Minimized
          ' ++++++++++++++++++++++++++++++++++++++++++++++++++
          ' All windows down with command ^M
          ' ++++++++++++++++++++++++++++++++++++++++++++++++++
          Const KEYEVENTF_KEYUP = &H2
          Const VK_LWIN = &H5B
          Call keybd_event(VK_LWIN, 0, 0, 0)
          Call keybd_event(77, 0, 0, 0)
          Call keybd_event(VK_LWIN, 0, KEYEVENTF_KEYUP, 0)
          Dim fileName As String = ""
          Dim OpenFileDialog As New OpenFileDialog
          OpenFileDialog.Title = "Select Excel File"
          OpenFileDialog.Filter = "Excel files (*.xls)|*.xls"
          If Not sPath.Equals("") Then
           OpenFileDialog.InitialDirectory = sPath
          Else
           OpenFileDialog.InitialDirectory = Me.SBO_FormEventHDL.BdgPathLog  '"C:\"
          End If
          If OpenFileDialog.ShowDialog() = DialogResult.OK Then
           fileName = OpenFileDialog.FileName
           sFileXls = fileName
           ' ++++++++++++++++++++++++++++++++++++++++++++++++++
           ' Here I post getted path into my edittext field
           ' ++++++++++++++++++++++++++++++++++++++++++++++++++
           Dim oEdit As SAPbouiCOM.EditText
           Dim oItem As SAPbouiCOM.Item
           oItem = oForm.Items.Item("eFileName")
           oEdit = oItem.Specific
           oEdit.Value = sFileXls
           oItem = Nothing
           oEdit = Nothing
          End If
      Catch ex As Exception
        ' log exception
      Finally
          oForm.Freeze(False)
          SBO_Application.Desktop.State = BoFormStateEnum.fs_Restore
          System.GC.Collect() 'Release the handle to the table
      End Try
    End Sub

  • PDF Export : Internal Error (-50) occured

    Hi Guys,
    The PDF Export button is not working on all client machines, when clicked it gives the error:
    Internal Error (-50) occured.
    I have tried installing a PDF writer(printer) on one of the clients to see if this would help, but still the error displays.
    Any suggesstions will be appreciated.
    Thanks
    Regards
    Dario

    Hi Dario,
    We solved this issue by installing bullzip printer on the client terminal.
    Then from file --- Print and by selecting bullzip printer our problem got solved.
    hope this will help you.
    Thanking you
    Malhaar

Maybe you are looking for

  • If I pay the carrier such as Rogers or Telus to unlock my iPhone 4S will it be permanent?

    I have recently purchased a used iPhone 4S with 5 months remaining on the 1 year warranty (not eligible for Apple Care). Buying used while everyone is upgrading to the new 5 allows me to buy into this market - already have a Mac Book - sadly, can't a

  • GL Data transfer from HR/PAYROLL

    Dear members When we transfer payroll data from HR/PAYROLL to GL. It is showing the wrong codes. can u please indentity all the area which I need to check to cope this issue. Regards /Ali

  • Password Security gets lost in portfolio/Low definition printing

    Using Acrobat Pro Extended 9.0.0, I created a portfolio and added two PDF files to it (these files were not themselves password protected). I then used File / Portfolio Properties / Security to apply password security, Encrypt except metadata, open p

  • Japanese rubi in English InDesign

    Hi, I've downloaded English InDesign CS4 trial but still there seems to be no support for 'Rubi' as in the Japanese version - is that correct? Is there a way to enable it? We have to use the Japanese version to do Chinese as we need Rubi to place pro

  • Problems starting iConnect Consolidator Server

    I'm in the process of setting up the iConnect Consolidator Server. Step 5 on page 2-7 of the documentation says to run "mgp.bat". However when I do this I get the following error: "java.sql.SQLException: Connection refused: no further information." I