Error: Application-defined or object-defined error

Hello

My Finance users are trying to export to Excel, all of the entries in a period and a category for a location, but whenever they do it, they get this error:

Error: Application-defined or object-defined error

The process works for quiet some time, but she always ends up with this error. That's what I see on the newspaper:

In addition, we use FDM 9.3.1

* Start the journal entry for the Runtime Error FDM [2014-03-21-16: 05:56] *.
-------------------------------------------------------------
ERROR:
Code......................................... 1004
Description... Application-defined or object-defined error
Process... clsUtility.mRecordsetToExcel
The component... upsWDataWindowDM
Version...................................... 931
Thread....................................... 5892

IDENTIFICATION:
User......................................... ggreen
Name of the computer... USNII1W3APPS29
App Name..................................... NIIFDMAPP
Client App................................... WebClient

CONNECTION:
Provider..................................... ORAOLEDB. ORACLE
Database server...
Name of the database... HFMPROD
Trust connect... Fake
Connect status... Open connection

GLOBALS:
Location..................................... MEXICO_GL
Location ID... 37
Location Seg... 24
Category..................................... REAL
ID of the category... 4
Period....................................... Jan - 2014
Period ID.................................... 31/01/2014
POV Local.................................... True
Language..................................... 1033
User Level................................... 19
All Partitions... Fake
Is Auditor................................... Fake

Hello

This could be the problem such as Excel on the server is used to export the file.

Can you try to install 2007?

is the error generated when exporting 'imported data' or ' periods/categories?

You said 73200... so I guess that data. You can try to import less than 65000 rows and try again. Then you can confirm the root cause.

Concerning

Tags: Business Intelligence

Similar Questions

  • Component of the application defined by something other than the URL?

    Hello!

    Is it possible to filter or set a component application based on something else then the URL?  In order for me to express my question I will give a brief example of what we're trying to accomplish.

    I was asked to create Application components for 2 "organizations" that use a single Site.  For simplicity, this site is example.com.  I have the component of the overall application defined and I am metric gather for everything in the application.  These two organizations have access to this site using different URLS (a federated connection) and it's the only time that they hit different URLs.  It comes through the customer1.example.com/ and the other through customer2.example.com.  Once they connect then the two, they don't see example.com.  Client 2 is having terrible performance (according to them) and customer1 is having good performance and our overall number reflecting more closely the Customer1 is experienced, but we need a way to report only on client2. I spoke with the owner of the site and asked if it would be possible to modify their application works to include something in the URL that identifies the organization that uses the site, but they say they cannot do.  However, I can bring in added a cookie or something in the session to help me identify the organization that accesses the system.  Is it possible for me to make two different application components for these clients?  or can I somehow filter all out an application component that is not a particular witness?  Or y at - it another way to solve this use case?  Please let me know if a clarification is necessary.

    -Isaac

    I was able to find a solution to my problem.  Thanks for the suggestions, etc.  Creation of filters of the transaction did not exactly what I was looking for, and I was unable to get a list of subnets etc to split clients by.

    Finally, I learned that I could set up a 'Variable' on the FxM rule.  You can create a rule that will have the data of each shot, like a query, cookie, or fluctuating demand etc. and you can turn and it have to be part of the URL that is stored in the database of FxM.  Then, you can create an application component based on the converted URL.  This has quite amazingly and is exactly what my clients wanted.

    For example if there are several "customers (as in organizations)" who visit a unique site, and you have a cookie that contains a distinct value for each agency, then you can create a variable rule around this cookie and add the URL.  Here is an example.

    Let's say the cookie is

    customer_id

    and you have

    customer_id = 1

    customer_id = 2

    etc.

    Then you can have a Variable rule allowing such keys on the cookie name customer_id

    Simple as that when you create it then the success that pass through the FxM will start adding this cookie to the URL that is stored.  This does not affect FxV (it can if you select the check box).

    If you then configure a new component of the application, you can set up a regular expression like this:

    . * customer_id = 1. *

    Click on the test button and you will see a URL like this:

    Example.com / [customer_id = 1]

    Example.com/blahblah [customer_id = 1]

    Example.com/index/?foo=bar [customer_id = 1]

    Example.com/etc/etc [customer_id = 1]

    I hope that makes sense!  It worked really well for me, and I hope that someone else is trying to do something like that will be able to find it.

  • No application defined

    My screen says "no defined application."

    Do you mean that it is said that when you try to open Firefox for iOS?

    If Yes, try to remove the application, and then reinstall it.

  • Setting the value of an element of Application (defining a global variable);

    Apex 3.2.0.00.27, I need to initialize a global variable to 0 to implement a variable to test to see if something on the page has changed. Will update to 1 when some lists of selection on the page are changed. Read through a few similar questions and answers within the forum, as well as blogs and other sites. So, I think that what I do is the way forward in this regard. Unfortunately, my point/global application initialization is not past yet. Here's an overview of what has been implemented:

    1) has created an element of demand, G_CLASSIFICATION_ID_NEW in the shared components.
    (2) created the Javascript (JS) function called by addLoadEvent area header html page so when the page is loaded, the application global/G_CLASSIFICATION_ID_NEW element should be set to 0 with the following JS and using AJAX and htmldb_GET:

    < script type = "text/javascript" >
    function initVars()
    {
    Alert ("before the initvars get");
    get var = new htmldb_Get (null, $x('pFlowId').value, null, 22);
    Get.Add ('G_CLASSIFICATION_ID_NEW', 0);
    gReturn = get.get ();
    {if (gReturn)}
    Alert (gReturn.value);
    }
    get = null;
    Alert ("after get initvars");
    }

    Alert ("before the call to the initpage");
    addLoadEvent (initVars ());
    < /script >

    I used the htmldb_Get successfully to populate other global variables and processes on request with onchange THAT JS call in the attributes of html form elements select list on the page. Later, I check the globals via the Session view and research on elements of Application. Unfortunately, I'm missing something, because my G_CLASSIFICATION_ID_NEW never gets filled when I load the page. The Alerts popup every when the page is loaded, so I know that the script is running when the page loads. alert (gReturn.value) is not defined. And, of course, the G_CLASSIFICATION_ID_NEW to 0 does not place.

    I tried the htmldb_Get with her call for a process of application and without (null value). What I read, you should not need to call an application process to have the get.add of the value of the global variable. Here again, this could be where I'm wrong. However, as I mentioned, it works for the other functions called from an onchange to fill a part of the application, but the page has already loaded when the onchange (s) executed. They can work because the page is already loaded when the onchange is called. My point here is that my other on application processes are NOT set or modify global variables at all. The globals are preparing with the get.add (< element app >, < value >) part of my other JS works within the HTML header area. So I'm inclined to believe that I don't need 'application_process = < some_odp >' set parameter, but if it is not true, please let me know. If so, what should be in the application process-that is to say, what would be the purpose of the get.add (< application item >, < value >) if I set the global variable in the application process on because it's the only thing I could think to do within an application process on for this?

    If someone can point out what I'm not understand or, failing to do it here, that would be great. I am doing fine with APEX, but don't consider myself a guru with it immediately. I'm certainly not a JS/AJAX guru, and when things like that, go astray, I get bogged down because I'm not sure of the problem. So, I hope that you gurus who monitor this forum can get going in the right direction.

    Thank you
    Bob

    Hello

    Create page 0 (zero) to your application.
    Then try this javascript in your HTML page header

    
    

    BR, Jari

  • ADF 11.1.1.7.0 - fields of of application defined by program to the loading of the page

    Hi gurus,

    as I said in the title of the discussion, I have a start page with some values placed in a workflow. By pressing a button, I want to go to a different workflow, where there is another page with a query panel and a table.

    I've managed to pass values to the first task flow for the latter, now I want to fill the Panel request with the past of the values when the loading of the new page.

    Is there anyone who knows how to do this? Again, the challenge is to fill in the Panel request programmatically to the page loading.

    Thanks in advance,

    Piero

    I wrote a blog on a similar use cases, when initializing a query fast here https://tompeez.wordpress.com/2015/05/03/initalize-an-execute-afquickquery-default-criteria-on-page-load/

    What I did is lazy initialize the component when the page loads and into that omit all method parameters. This blog has been for 12.1.3, but you can try it for your version.

    Timo

  • How to configure the application for child object View?

    I have a hGrid standard layout. Two display objects are present, sign in using the link display. I need to define where clause in the child View object. The changes themselves do not appear when I put the where the clause. Also when I try to extract rowCount returns 0 for child View object. But I'm able to get the parent View object value. Any suggestions please.

    Hi Shrikant,

    Thanks for your replies. I was able to find a solution. Was able to achieve thanks to the functionality of the rowset.

    Kind regards
    Pradeep

  • obteain application module connection object

    Hello

    I work with ADF 10g using BC4j, I'm in the implementation class module application, how to get the java.sql.connection object used by my application module?

    to execute the instructions prepared follow

    http://download-UK.Oracle.com/docs/HTML/B25947_01/bcadvgen005.htm#sm0297

    to access the login SQL itself (for some reason any)

    Re: How to get the connection of the adf bc?

    Frank

  • Application CameraSettings for object Camera in QML?

    Hi, anyone knows how to apply CameraSettings to internal camera QML?

    Thank you.

    Hello

    Photobomber sample did this:

    https://github.com/BlackBerry/Cascades-samples/BLOB/master/photobomber/assets/main.QML

  • Receive an error message when launching an application in windows 7

    Here is the error while I try to run an application that allows us to connect to our customers windows SQL Server 7:

    PLATFORM VERSION INFO
    Windows: 6.1.7601.65536 (Win32NT)
    Common Language Runtime: 4.0.30319.296
    System.Deployment.dll: 4.0.30319.1 (RTMRel.030319 - 0100)
    CLR.dll: 4.0.30319.296 (RTMGDR.030319 - 2900)
    dfdll.dll: 4.0.30319.1 (RTMRel.030319 - 0100)
    c:\windows\syswow64\dfshim.dll: 4.0.31106.0 (hand. 031106 - 0000)
    SOURCES
    The deployment URL: file://poswest-server2/Data/IT%20Admin/PosIMS%20Setup/PosIMS%20Setup/PosIMS.application
    SUMMARY OF THE ERROR
    Here is a summary of the errors, the coordinates of these errors are later in the newspaper.
    * Activation of \\POSWEST-SERVER2\Data\IT Admin\PosIMS Setup\PosIMS Setup\PosIMS.application led to the exception. The following failure messages were detected:
    + Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    COMPONENT TRANSACTION FAILURE SUMMARY STORE
    No transaction error.
    CAVEATS
    There are no warnings during this operation.
    STATUS OF OPERATION
    * [03/07/2013 13:12:46]: activation of the \\POSWEST-SERVER2\Data\IT Admin\PosIMS Setup\PosIMS Setup\PosIMS.application began.
    ERROR DETAILS
    The following errors were detected during this operation.
    * [03/07/2013 13:12:46] System.UnauthorizedAccessException
    -L' access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED))
    -Source: System.Deployment
    -Stack trace:
    at System.Deployment.Internal.Isolation.IsolationInterop.GetUserStore (UInt32 Flags, IntPtr hToken, Guid & riid)
    at System.Deployment.Application.ComponentStore.ctor (ComponentStoreType stores, SubscriptionStore subStore)
    to System.Deployment.Application.SubscriptionStore... ctor (String Chemindeploiement, String tempPath, ComponentStoreType stores)
    at System.Deployment.Application.SubscriptionStore.get_CurrentUser)
    to System.Deployment.Application.ApplicationActivator.PerformDeploymentActivation (activationUri Uri, Boolean isShortcut, String textualSubId, String deploymentProviderUrlFromExtension, BrowserSettings browserSettings, String & errorPageUrl)
    at System.Deployment.Application.ApplicationActivator.ActivateDeploymentWorker (Object state)
    STORE THE TRANSACTION DETAILS PANE
    No transaction information is available.
    Any help to any who can tell me what Miss me in this would be greatly appreciated.
    Thank you in advance.

    Hello

    The question you posted would be better suited to the TechNet community. Please visit the link below to find a community that will provide the support you want.

    http://social.technet.Microsoft.com/forums/en-us/category/w7itpro

    Hope this information is useful.

  • Error when loading an XML document using a structured application

    Hello

    I try to load an XML document using a structured application defined in the default structapps.fm

    My code is shown, extracted from the sample code API FDK.

    Problem, I still got the same message:

    "Cannot find the file named e:\xml\AdobeFrameMaker10\file. Make sure that the file exists. "

    Where "e:\xml\AdobeFrameMaker10\" is my installation directory.

    So I guess that govern trying to find the structapps.fm file but can't find it.

    What else can we?

    Does anyone known how elements achieve this simple task using extendScript?

    Thanks for all comments, Pierre

    function openXMLFile (myLastFile) {}

    var filename = myLastFile.openDlg ("XML file choose...", "*.xml", false);

    If (filename! = null) {}

    / * Default Get open the properties. Back so it can not be affected. */

    var params = GetOpenDefaultParams();

    / * Set properties to open an XML document * /.

    / * Specify XML as the type of file to open * /.

    var i = GetPropIndex (params, Constants.FS_OpenAsType)

    params [i].propVal.ival = Constants.FV_TYPE_XML;

    / * Specify the XML application to use when opening the text.

    I have = GetPropIndex (params, Constants.FS_StructuredOpenApplication)

    params [i].propVal.sval = "myApp";

    I have = GetPropIndex (params, Constants.FS_FileIsOldVersion)

    params [i].propVal.ival = Constants.FV_DoOK

    I have = GetPropIndex (params, Constants.FS_FontNotFoundInDoc)

    params [i].propVal.ival = Constants.FV_DoOK

    I have = GetPropIndex (params, Constants.FS_FileIsInUse)

    params [i].propVal.ival = Constants.FV_DoCancel

    I have = GetPropIndex (params, Constants.FS_AlertUserAboutFailure)

    params [i].propVal.ival = Constants.FV_DoCancel

    / * The file structapps.fm that contains the specified app must have

    already been read. The default structapps.fm file is read when FrameMaker is

    open so this shouldn't be a problem if the application to use is

    listed in the structapps.fm fichier.*.

    var retParm = new PropVals()

    var fileObj = Open (filename, params, retParm);

    return fileObj

    } else {}

    Returns a null value.

    }

    }

    Stone,

    According to the "myLastFile" object, the method openDlg may not yet exist (if the myLastFile object is not an object file, for example). And I do not see the myLastFile be necessary anyway, you present a dialog box to select a file to open. I recommend to use the global method of ChooseFile () instead. This will give you a file name as string in the notation of full path, or null if no file has been selected in the dialog box. I'm not sure of what your States of the return value for ChooseFile ExtendScript documentation, but if that differs from what I tell you here, won't the documentation. For example, if you change the first lines of your code by the following it should work:

    function () {} openXMLFile

    var filename = ChooseFile ('choose XML file... ("," ","*.xml", Constants.FV_ChooseSelect);

    While writing this, I see that Russ already gave you the same advice. Use the value of symbolic constant, I stated to use the ChooseFile dialog box to select a single file (it can also be used to select a directory or open a file - but you want control you the logon process). Note that this method allows you to define a directory for the dialog (second parameter). The ESTK autocompletion also gives you a fifth parameter "helplink" who is undocumented and may be ignored.

    Good luck

    Jang

  • LCDS application on updateItem error

    Hi all

    I'm having a problem with LCD screens.
    My application is almost copied from the sample application echantillon8-> data management service. I can recover the data to the DataGrid in my MySQL server, but the update does not work. The object returned by the customer is not produced, but for some reason flex.messaging.io.amf.ASObject

    Here the correction of my application:
    Object type: flex.messaging.io.amf.ASObject
    Field1: private boolean flex.messaging.io.amf.ASObject.inHashCode
    Field2: private boolean flex.messaging.io.amf.ASObject.inToString
    field3: java.lang.String flex.messaging.io.amf.ASObject.namedType

    the same debugging for the application of echantillon8:
    Object type: flex.samples.product.Product
    Field1: private java.lang.String flex.samples.product.Product.name
    Field2: private java.lang.String flex.samples.product.Product.description
    field3: private java.lang.String flex.samples.product.Product.image
    Field4: private java.lang.String flex.samples.product.Product.category
    sphere5: private double flex.samples.product.Product.price
    case Field6: private int flex.samples.product.Product.qtyInStock

    so I get a classcastexception for the line in the ProductAssembler.java - function updateItem:
    Boolean success = service.update ((Product) newVersion);

    I think it's ok because the versionnew is not produced, but ASObject.

    But why the versionnew is ASObject and why not the product as in the sample application?

    THX

    I solved the problem... After days of coding...
    First of all, I forgot to add to my MXML file the tag to reference the Product.as, so the client returns the ASObject instead of product.
    After that, I got a stack overflow error. The problem is that I had the same name for Product.as and Product.mxml.
    Renamed the mxml and now the update works correctly.

    Happy coding!

  • Define an element of the application to another application?

    Salvation of the forums,

    Is it possible to define a part of the application to another application?

    The context:
    We have defined three elements of application in our main application. These items are available in our custom permission: used to determine the context from which the user accesses the page. If the user has access (in light of this context and security defined for the page), the elements are calculated with the values of the current context.

    Now we add another application that uses the same permission. We could create items of the application with the same name of this application and pass the context values to the other application every time that the user to navigate from one application to another. The problem is that permission is launched until the values are assigned to the elements (correct me if I'm wrong).

    I would like to reuse the same elements of the application (defined in a single application) where the user is. I can access an element of the application to another application (see [this thread | http://forums.oracle.com/forums/thread.jspa?messageID=2453615]), but I have not found a way to define its value. Is this possible?

    Thank you

    Jeff

    Jeff,

    I'm sure you can't do what you ask (page set the values for item directly in applications).

    You're right about the scripts of authentication and authorization running until the values are assigned to the elements on the page.

    But you might be able to accomplish what you want via a cookie? Write it in the calling application and read in the called application? Maybe it's not the most secure method, but it seems like it would do the job, huh? I think that you would create a process to send the calling application page that creates the cookie and a front of header in the receiving application page that reads and analyzes. Or you could have three different cookies if you don't want to parse the string in a. I think you might want to remove the cookie (s) after reading, so it is unlikely anyone can understand how to hack them.

    Good luck

    Stew

  • Error initializing short app (installation of CRS)

    Hello

    I try to respct CRS (ATG 10.1.2) in this guide: http://docs.oracle.com/cd/E36434_01/CRS.10-1-2/ATGCRSInstall/html/s0206creatingtheendecaapplication01.html

    When I am trying to initialize short app (step 7 in "Creation of the short Application") I get this (part of the journal of the CIM):

    Info game Feb 07 18:10:21 EET 2013 1360253421813 atg.cim.productconfig.endeca.EndecaInitializeTask Intitializing short Application
    Info game Feb 07 18:10:21 EET 2013 1360253421835 atg.cim.task.ant.utility.AntLogger
    Info game Feb 07 18:10:21 EET 2013 1360253421835 atg.cim.task.ant.utility.AntLogger short - init.windows:
    Info game Feb 07 18:10:25 EET 2013 1360253425538 atg.cim.task.ant.utility.AntLogger [exec] [02.07.13 18:10:25] SEVERE: exception when querying for the list of applications defined.
    Info game Feb 07 18:10:25 EET 2013 1360253425538 atg.cim.task.ant.utility.AntLogger [exec] occurred during execution of the line 18 of the valid BeanShell script:
    Info game Feb 07 18:10:25 EET 2013 1360253425538 atg.cim.task.ant.utility.AntLogger [exec] []
    Info game Feb 07 18:10:25 EET 2013 1360253425539 atg.cim.task.ant.utility.AntLogger [exec]
    Info game Feb 07 18:10:25 EET 2013 1360253425539 atg.cim.task.ant.utility.AntLogger [exec] 15.
    Info game Feb 07 18:10:25 EET 2013 1360253425539 atg.cim.task.ant.utility.AntLogger [exec] 16. If the application is already set
    Info game Feb 07 18:10:25 EET 2013 1360253425539 atg.cim.task.ant.utility.AntLogger [exec] 17. an error in the log and exit with code 1
    Info game Feb 07 18:10:25 EET 2013 1360253425540 atg.cim.task.ant.utility.AntLogger [exec] 18 | If (app.isDefined ()) {}
    Info game Feb 07 18:10:25 EET 2013 1360253425540 atg.cim.task.ant.utility.AntLogger [exec] 19. log.severe ("an application already exists with the name-" "+ provObj.getAppName () +" \ "." +)
    Info game Feb 07 18:10:25 EET 2013 1360253425540 atg.cim.task.ant.utility.AntLogger [exec] 20 | "Please use the"-force' option if you want to replace all the configuration. ») ;
    Info game Feb 07 18:10:25 EET 2013 1360253425540 atg.cim.task.ant.utility.AntLogger [exec] 21. System.Exit (1);
    Info game Feb 07 18:10:25 EET 2013 1360253425541 atg.cim.task.ant.utility.AntLogger [exec]
    [[info game Feb 07 18:10:25 EET 2013 1360253425541 atg.cim.task.ant.utility.AntLogger [exec]]]
    Info game Feb 07 18:10:25 EET 2013 1360253425541 atg.cim.task.ant.utility.AntLogger [exec]
    Info game Feb 07 18:10:25 EET 2013 1360253425541 atg.cim.task.ant.utility.AntLogger [exec] [02.07.13 18:10:25] SEVERE: exception when the method call "run" on the object 'AssertNotDefined '. Release locks.
    Info game Feb 07 18:10:25 EET 2013 1360253425542 atg.cim.task.ant.utility.AntLogger [exec]
    Info game Feb 07 18:10:25 EET 2013 1360253425542 atg.cim.task.ant.utility.AntLogger [exec] caused by java.lang.reflect.InvocationTargetException
    Info game Feb 07 18:10:25 EET 2013 1360253425542 atg.cim.task.ant.utility.AntLogger [exec] sun.reflect.NativeMethodAccessorImpl invoke0 - null
    Info game Feb 07 18:10:25 EET 2013 1360253425543 atg.cim.task.ant.utility.AntLogger [exec] caused by com.endeca.soleng.eac.toolkit.exception.AppControlException
    Info game Feb 07 18:10:25 EET 2013 1360253425543 atg.cim.task.ant.utility.AntLogger [exec] com.endeca.soleng.eac.toolkit.script.Script runBeanShellScript - valid BeanShell script execution error.
    Info game Feb 07 18:10:25 EET 2013 1360253425543 atg.cim.task.ant.utility.AntLogger [exec] caused by com.endeca.soleng.eac.toolkit.exception.EacCommunicationException
    Info game Feb 07 18:10:25 EET 2013 1360253425543 atg.cim.task.ant.utility.AntLogger [exec] com.endeca.soleng.eac.toolkit.application.Application isDefined - caught exception when querying for the list of applications defined.
    Info game Feb 07 18:10:25 EET 2013 1360253425544 atg.cim.task.ant.utility.AntLogger [exec] caused by org.apache.axis.AxisFault
    Info game Feb 07 18:10:25 EET 2013 1360253425544 atg.cim.task.ant.utility.AntLogger [exec] org.apache.axis.AxisFault makeFault -; nested exception is:
    Info game Feb 07 18:10:25 EET 2013 1360253425544 atg.cim.task.ant.utility.AntLogger [exec] java.net.ConnectException: connection refused: connect
    Info game Feb 07 18:10:25 EET 2013 1360253425545 atg.cim.task.ant.utility.AntLogger [exec] caused by java.net.ConnectException
    Info game Feb 07 18:10:25 EET 2013 1360253425545 atg.cim.task.ant.utility.AntLogger [exec] impossible socketConnect - Connection refused: connect
    Info game Feb 07 18:10:25 EET 2013 1360253425545 atg.cim.task.ant.utility.AntLogger [exec]
    Info game Feb 07 18:10:25 EET 2013 1360253425595 atg.cim.task.ant.utility.AntLogger
    Info game Feb 07 18:10:25 EET 2013 1360253425595 atg.cim.task.ant.utility.AntLogger BUILD FAILED
    Info game Feb 07 18:10:25 EET 2013 1360253425595 atg.cim.task.ant.utility.AntLogger D:\ATGT\Env\ATG10.1.2\CIM\plugins\Base\ant\cim-ant.xml:862: exec returned: 1
    Info game Feb 07 18:10:25 EET 2013 1360253425595 atg.cim.task.ant.utility.AntLogger
    Info Thu Feb 07 18:10:25 EET 2013 1360253425595 atg.cim.task.ant.utility.AntLogger time Total: 3 seconds

    Does anyone know how to solve?
    ATG 10.1.2
    MDEX 6.4.0
    6.1.3 Services platform
    Tools and frameworks 3.1.1

    Thank you
    Legal

    Legal,

    Are you sure that platform of Services running in your environment? I see the following in your log error message:

    Thu Feb 07 18:10:25 EET 2013 1360253425542 atg.cim.task.ant.utility.AntLogger [exec] caused by java.lang.reflect.InvocationTargetException
    Thu Feb 07 18:10:25 EET 2013 1360253425544 atg.cim.task.ant.utility.AntLogger [exec] caused by org.apache.axis.AxisFault
    Thu Feb 07 18:10:25 EET 2013 1360253425544 atg.cim.task.ant.utility.AntLogger [exec] org.apache.axis.AxisFault makeFault -; nested exception is:
    Thu Feb 07 18:10:25 EET 2013 1360253425544 atg.cim.task.ant.utility.AntLogger [exec] java.net.ConnectException: connection refused: connect
    Thu Feb 07 18:10:25 EET 2013 1360253425545 atg.cim.task.ant.utility.AntLogger [exec] caused by java.net.ConnectException
    Thu Feb 07 18:10:25 EET 2013 1360253425545 atg.cim.task.ant.utility.AntLogger [exec] impossible socketConnect - Connection refused: connect

    It is a short service that typically runs on port 8888. You should be able to check the Services Control Panel in Windows or ps/top/netstat Linux to confirm.

    Kind regards

    Patrick Rafferty
    http://branchbird.com

  • 0x000006cc - Windows 7 printer sharing error

    I can't share my printer Epson or tailor-made HP on my new pc with windows 7.  I uninstalled the software reinstalled with drivers updated for windows 7, I have disabled the antivirus protection and firewall and it keeps giving me the error message following 0x000006cc.  Any ideas on how to solve this problem.  We also have an Acer with Windows 7 computer and he has no problem sharing the printer, it does not give me this error.

    There is a Knowledge Base: how to configure a firewall RPC dynamic port allocation

    http://support.Microsoft.com/default.aspx?scid=KB; EN-US; 154596

    Check if this registry key is set (it is not the default configuration).  It is not a spooler registry key.  Someone said that if this key is set, RPC will return an error and the spooler on statup.  HKEY_LOCAL_MACHINE\Software\Microsoft\Rpc\Internet\.  I have no idea what application defines or uses this setting.

    I was not able to repro the condition.  If it works for you is great, but let me know.

    Thank you

    Alan Morris Windows printing team; Here Microsoft Knowledge Base search: http://support.microsoft.com/search/Default.aspx?adv=1

  • TNS FATAL ERROR

    We get the following error in the alert log file can anyone suggest

    ***********************************************************************

    Fatal OR connect error 12170.

    VERSION INFORMATION:
    AMT for HP - UX: Version 11.1.0.6.0 - Production
    Oracle leaves NT Protocol adapter for HP - UX: Version 11.1.0.6.0 - Production
    Protocol TCP/IP NT for HP - UX adapter: Version 11.1.0.6.0 - Production
    Time: August 13, 2012 16:40:04
    Tracing not lit.
    AMT error struct:
    NS main err in code: 12535

    TNS-12535: TNS:operation expired
    NS secondary err code: 12606
    NT main err in code: 0
    NT secondary err code: 0
    NT OS err code: 0
    Customer's address: < unknown >
    ORA-609: abandonment of opiodr treat unknown ospid (3936_1)
    Mon Aug 13 16:50:58 2012

    947721 wrote:
    We get the following error in the alert log file can anyone suggest

    No sufficient data. The errors listed in the excerpt you posted:

    12535, 00000, "TNS:operation timed out"
    // *Cause: The requested operation could not be completed within the time out
    // period.
    // *Action: Look at the documentation on the secondary errors for possible
    // remedy. See SQLNET.LOG to find secondary error if not provided explicitly.
    // Turn on tracing to gather more information.
    
    12606, 00000, "TNS: Application timeout occurred"
    // *Cause:  A network session did not reach an application-defined stage
    //          within the allowed time interval.
    // *Action: This is an error which does not normally appear at the high level.
    //          The action to take is application specific, and is detailed in the
    //          higher level error description.
    

    Select the client SQL * Net follow-up to resolve the problem.

Maybe you are looking for

  • How do I reinstall my Tecra M11-103?

    I need to (re) format my laptop, I have a Tecra M11-103 with Windows 7 pro 64-bit. I got it with only a downgrade WXP CD but no CD installation of Windows 7. Laptop is no longer under warranty. How can I reformat? It seems that I used to have nero ba

  • What is the difference between NB200, NB205?

    Hello, I'm in the UK! I am wanting to know what is the difference between NB200 and NB205? Thank you

  • Lenovo Y500 close unexpectedly - does not install Win vista/7/8

    Hello friends It is Anubhav Jain of Mathura (India). I have a lenovo 3000 Y500 laptop with Win Vista Home Basic, I bought about 3 years, to 1 last year all about I am facing a problem with my laptop. The problem started when I tried to open an attach

  • Read the file

    I want to read all the data in a file line by line. I'll write data to tables and plot the data later. Once all the data is read in I want to wait a minute and read any new information that has been added to the file. I expect only the file to be upd

  • Cannot connect to the home network wireless hp 6910

    I can connect anything either but my hp (compaq) 6910p to my network wireless home.  It will connect to the network unprotected to a neighbor, but not my own.