Error  when i am calling BAPI_GOODSMVT_CREATE through JCO

Hi experts,
Error:-604 Item 001 Ntwk actvty 9000006262 0050 budget exceeded
When we post Goods Receipt or Invoice using BAPI_GOODSMVT_CREATE/BAPI_INCOMINGINVOICE_CREATE we are getting the above error message.This error message generating when i call the BAPI through JCO.
I have tested from front end SAP transcation MIGO and also entered data manually in BAPI
through SE37, Goods receipt is created successfully, I feel background run created problem when BAPI called from JCO.
Please any can suggest me the solution.

Hi Narasimh,
I suggest to put breakpoints in the BAPI, so that you can be sure that the expected BAPI is called and check the runtime values of the variable/fields as expected.
As it seems from the error that the "budget exceeded" is a functional error.
Please do the above and let me know whether you found the solution.
Regards,
Prashil

Similar Messages

  • Getting mandatory attribute validation error when the value is defaulted through customization

    Hi
    I am getting Mandatory attribute validation error when we default the value through customization.
    In the UI we have attribute called Last Name which is mandatory at EO level. Customer wanted to default Last name to some value, through page composer it is defaulted to some text and saved.
    When ever we open the page the the same value is defaulted as Last Name and appearing in the UI. But when we submit the page, EO level validation is failing. hence we are getting last name is missing.
    When i debug the code last name attribute value for EO is blank.
    In the UI the attribute last name is associated with bindings  --> #{bindings.lastname.inputvalue}
    The validation is failing if we remove the default binding associated with inputtext box.
    Can some body help what can be reason and is there any solution?
    Thanks,
    Praveen

    version 12.1.2
    I am struggling with same situation, I can't set the default value at business component because, the default value comes from a REST service at run time. In page A,  I have a field F1 that contains value from REST service. Page B has a database bound field F2, whose default value should come from F1 in Page A when a user navigates from Page A to Page B. If I set the value of F2 to be the value of F1, then it displays the value in the UI, but nothing gets submitted to EO and fails at commit.
    To make things difficult, here is my situation: Page A lives in bounded taskflow TF1, and Page B lives in bounded taskflow TF2. So I have created an input parameter P1 in TF 2, which carries over the value of F1 in Page A to Page B. When I am in Page B, I can successfully see the value of the taskflow input parameter P1. So, how do I  programmatically set the value of field F2 with the value of input parameter P1?
    I tried setting the F2.inputValue  in a method call M1 in  taskflow TF2 prior to Page B, but I get null pointer exception as it can't see field F2 yet.
    It seems like a simple thing to do, but I have spent a lot of time trying to make it work without any success.
    I would greatly appreciate any guidance.

  • Error when IdentityXML is called

    Hi all!
    I'm working with OAM and trying to call an IdentityXML function to create a new user from outside of product using this API.
    I read de documentation (http://download.oracle.com/docs/cd/B28196_01/idmanage.1014/b25346/toc.htm) and I can't put this to work.
    When I call the function the only answer is a "No Content Length found" error, I try with a client in java, PLSQL, wget and nettool with the same result in all the cases. The same error is loged on Apache Error Log.
    The error is detected even if another function is call or just completely empty the message.
    OAM version 10.1.0.4
    Linux
    Please, I need this working but I can't find a solution, is really urgent.
    Line in Apache Access Log
    =========================
    192.168.3.103 - - [10/Dec/2008:11:25:03 -0600] "POST /identity/oblix/apps/userservcenter/bin/userservcenter.cgi HTTP/1.1" 200 -
    Line in Apache Error Log
    ========================
    [Wed Dec 10 11:25:03 2008] [error] [client 192.168.3.103] [ecid: 1228929900:192.168.1.199:7811:0:1584,0] No Content Length found.: /identity/oblix/apps/userservcenter/bin/userservcenter.cgi
    XML SOAP Msg
    ============
    <?xml version="1.0" encoding="UTF-8"?>
    <soapenv:Envelope xmlns:oblix="http://www.oblix.com" xmlns:soapenv="http://schemas-xmlsoap.org/soap/envelope/">
    <soapenv:Body>
    <oblix:authentication type="basic">
    <oblix:login>oc4jadmin</oblix:login>
    <oblix:password>password</oblix:password>
    </oblix:authentication>
    <oblix:request application="userservcenter" function="workflowSaveCreateProfile" version="NPWSDL1.0">
    <oblix:params>
    <oblix:ObWorkflowName>obworkflowid=wfqs20080919T13275417254,obcontainerId=workflowDefinitions,o=Oblix,dc=biosnettcs,dc=
    com</oblix:ObWorkflowName>
    <oblix:ObDomainName>cn=Users,dc=biosnettcs,dc=com</oblix:ObDomainName>
    <oblix:noOfFields>2</oblix:noOfFields>
    <oblix:AttributeParams>
    <oblix:GenericAttribute>
    <oblix:AttrName>cn</oblix:AttrName>
    <oblix:AttrOperation>ADD</oblix:AttrOperation>
    <oblix:AttrNewValue>melli</oblix:AttrNewValue>
    </oblix:GenericAttribute>
    <oblix:GenericAttribute>
    <oblix:AttrName>sn</oblix:AttrName>
    <oblix:AttrOperation>ADD</oblix:AttrOperation>
    <oblix:AttrNewValue>melli</oblix:AttrNewValue>
    </oblix:GenericAttribute>
    <oblix:GenericAttribute>
    <oblix:AttrName>uid</oblix:AttrName>
    <oblix:AttrOperation>ADD</oblix:AttrOperation>
    <oblix:AttrNewValue>melli</oblix:AttrNewValue>
    </oblix:GenericAttribute>
    <oblix:PasswordAttribute>
    <oblix:AttrName>userPassword</oblix:AttrName>
    <oblix:AttrOperation>ADD</oblix:AttrOperation>
    <oblix:AttrNewValue>melli</oblix:AttrNewValue>
    <oblix:AttrConfirmValue>melli</oblix:AttrConfirmValue>
    </oblix:PasswordAttribute>
    <oblix:ChallengeAttribute>
    <oblix:AttrName>genChallengePhrase</oblix:AttrName>
    <oblix:AttrOperation>ADD</oblix:AttrOperation>
    <oblix:ChallengeValue>
    <oblix:AttrNewValue>phrase1</oblix:AttrNewValue>
    </oblix:ChallengeValue>
    <oblix:ChallengeValue>
    <oblix:AttrNewValue>phrase2</oblix:AttrNewValue>
    </oblix:ChallengeValue>
    <oblix:ChallengeValue>
    <oblix:AttrNewValue>phrase3</oblix:AttrNewValue>
    </oblix:ChallengeValue>
    </oblix:ChallengeAttribute>
    <oblix:ResponseAttribute>
    <oblix:AttrName>genChallengePhraseResponse</oblix:AttrName>
    <oblix:AttrOperation>ADD</oblix:AttrOperation>
    <oblix:ResponseValue>
    <oblix:AttrNewValue>response1</oblix:AttrNewValue>
    <oblix:AttrConfirmValue>response1</oblix:AttrConfirmValue>
    </oblix:ResponseValue>
    <oblix:ResponseValue>
    <oblix:AttrNewValue>response2</oblix:AttrNewValue>
    <oblix:AttrConfirmValue>response2</oblix:AttrConfirmValue>
    </oblix:ResponseValue>
    <oblix:ResponseValue>
    <oblix:AttrNewValue>response3</oblix:AttrNewValue>
    <oblix:AttrConfirmValue>response3</oblix:AttrConfirmValue>
    </oblix:ResponseValue>
    </oblix:ResponseAttribute>
    </oblix:AttributeParams>
    </oblix:params>
    </oblix:request>
    </soapenv:Body>
    </soapenv:Envelope>

    There is some more data:
    The error is raised with any POST request to webservice endpoint:
    http://host:port/identity/oblix/apps/userservcenter/bin/userservcenter.cgi
    The error is always the same when endpoint is called with a POST (like a webservice!) ... but when is called with GET the User Console Page is returned
    Follow in this post paste a request/response example from HTTP point of view, this was taken from a HTTP Tunnel.
    The api is well used?? I'm using IdentityXML well??
    Thanks for advance.
    Complete HTTP Request Example (see that 2 chars are send in message, there is a empty messge!)
    =======================
    POST /identity/oblix/apps/userservcenter/bin/userservcenter.cgi HTTP/1.1
    Host: localhost:7778
    Content-Length: 2
    Authorization: Basic b3JjbGFkbWluOndlbGNvbWUx
    Cookie: ObSSOCookie=loggedoutcontinue; OBBasicAuth=fromDialog;
    Complete HTTP Response
    ==================
    Content-type: text/html
    <html>
    <body bgcolor="#ffffff">
    <h1>Error!</h1>
    <h3>An error has occurred in the product. Please contact.</h3>
    <h3>Oracle technical support directly or send feedback through.</h3>
    <h3>http://www.oracle.com/support/contact.html</h3>
    <h3>If possible, please include the version number of the software and the error message in your feedback.</h3>
    <h3>Error message: No Content Length found.</h3>
    </body>
    </html>

  • ORA-02070: Error when updating an informix table through orcl view using HS

    Hello!
    I faced the following problem:
    I have a table in informix, and i want to reach this table through Oracle infromix gateway (Heterogenous Services). I succeeded to set up the gateway, and I created an Oracle view for my table in informix. It is working fine, I can query and modify data, except the following case: If I run the query (from SQL Developer) "UPDATE oracle_view SET float_field = '1.1' WHERE record_id = 1 AND float_field = '1.2'", I receive the following error:
    "SQL Error: ORA-02070: database database_link does not support TO_NUMBER in this context.
    *Cause: The remote database does not support the named capability in the context in which it is used.
    *Action: Simplify the SQL statement."
    If I modify the query as "UPDATE oracle_view SET float_field = '1.1' WHERE record_id = 1", it is running without any error messages. I found, that to_number is not supported by Oracle HS gateway, but I do not use explicitly the to_number Oracle function! But I must use the above version, because of concurrent users.
    Does anybody have an idea how I could get rid of the implicit call of to_number?
    Thanks, Gyula

    user11229789 wrote:
    Yes, float_field is a numeric-type field, which is a 8-byte FLOAT in informix. This field gets automatically FLOAT datatype in the Oracle view, and can not be modified. record_id is some integer unique id field.Well, as the float_field is numeric it makes sense that the SQL issued from Oracle treats it as numeric, so leaving out the quotes can only be the correct thing to do. If you introduce quotes then you are providing strings and the HS is having to do a convertion to numeric (hence where the TO_NUMBER would have been coming into the initial issue.
    If I try the update query without '-s you suggested, like this: "UPDATE oracle_view SET float_field = 1.1 WHERE record_id = 1 AND float_field = 1.2" , i receive the following error message:
    SQL Error: ORA-28534: "Heterogeneous Services preprocessing error"
    *Cause:    One of the things that the Heterogeneous Services can do is
    to preprocess parts of SQL statements that contain implicit
    coercions or calls to explicit coercion functions like TO_CHAR
    TO_NUMBER or TO_DATE. For example, it could convert a call to
    TO_DATE to a bind variable, pre-evaluate the TO_DATE function
    call and pass the resulting value to the non-Oracle system as
    the bind value. This behavior is controlled by some coercion
    related capabilities. If the capabilities are set incorrectly,
    the HS could encounter errors when it attempts to do the
    preprocessing. If it does then this error will be signaled.
    *Action:   The capability table settings are controlled by the agent
    vendor and can be modified by the DBA. Contact your DBA and
    agent vendor and get the correct set of capabilities installed.I can't see why the HS would be trying to do any coercion of anything except to perhaps convert the parts of the where clause to bind variables and pass the actual values in. Does it work ok without the "AND float_field = 1.2" ? If so, I'm guessing there's some configuration issue of the HS required to get it to deal with the floats.... perhaps in the capability settings as the error message "action" indicates.

  • Agent Desktop Error When receive Incoming Call

    Hi, I have  CAD Ver 8.5.1.39   |   CUCM Ver 8.5.1.10000-26   |   UCCX Ver 8.5.1.10000-37  running on my network now.
    there some problem occurs when I put an Agent into the Line Group with Top Down Distribution call(actualy all the Distribution call type face the same problem).
    1. When the Agent Receive Incoming Call from outside(PSTN) sometimes the CAD don't Show Up and show no response but the CIPC work normaly. showed in  Not Responded.jpg
    2. When the Agent Receive Call and it is show up. I can't answer the call. When I press ctrl-A or i push the answer icon i got the error message show in error.jpg , sometimes when i want to make a call the same problem happens
    3. When the Agent Pop Up and the caller end the Call before I can answer. The call got stuck in Agent and Agent cannot make a call. Agent must logout and login again to fix this problem, show on the stuck.jpg
    4. When the problem 3 occurs and if the Agent don't fix this problem, the stack got more caller. show in stuck2.jpg
    I dont know why this happen, all the call come from outside(PSTN). when I test call from internal the problem doesn't occur.
    Please help me. Any help will be helpful
    Thank you for your help and participation
    Regards,
    Yopie.

    Hi,
    I have an auto attendant, for example like this:
    Welcome to the XYZ Company,
    Press 1 for purchasing (10 Agent)
    Press 2 for Consult (5 Agent)
    Or press 0 for operator help (3 Agent)
    When the consumer press 1, I want the call distribute to 10 Agent in the Purchasing team.
    To make scenario like this I use the hunt pilot and to use hunt pilot i must have line group first.
    So I need to put the 10 Agent into the Line Group.
    Thanks.

  • Error when closing Service Call

    Error message is occuring when trying to close / update a service call.
    'No related record found [Service Calls - Contact Person] [Message 60156-18]
    and
    'Removing activites from service call not allowed'
    Some history to the BP which may be linked
    1 business partner was created
    2 service messages and activities where created
    3.  Bp was accidently deleted
    4.  BP was reinstated
    5.  Old service messages have error when closing
    Any solutions on how to update the service call - so it can be closed?

    Hello Lisa,
    I have came across this issue before. I suggest that a messaged be logged with the SAP Support Team. They may need to get a copy of the database to verify this.
    Regards,
    Lorna Real

  • Error when One EJB calls anothe EJB

    Hi,
    I got the following error when I use one EJB call another EJB in OAS 4.0.8.1, the code is developed in JDeveloper 3.0/Win NT 4.0/SP5.
    Can anyone give me some ideas? or is there any samples in this case?
    Thanks a lot!
    Creating an initial context
    Looking for the EJB published as 'APP/APPEJB'
    Creating a new EJB instance
    Calling APPEJB methods...
    CORBA: org.omg.CORBA.BAD_OPERATION: ; nested exception is:
    org.omg.CORBA.BAD_OPERATION:
    java.rmi.ServerException: CORBA: org.omg.CORBA.BAD_OPERATION: ; nested exception is:
    org.omg.CORBA.BAD_OPERATION:
    at javax.rmi.oas.corba.CorbaRemoteExceptionHelperValue.OBVObjFrom(Compiled Code)
    at TwoEJB._stub_APPEJB.callEJBMapping(Compiled Code)
    at TwoEJB.TwoEJBClient.main(Compiled Code)
    null

    Home handle is an object that identifies an enterprise bean. A client may serialize the handle, and then later deserialize it to obtain a reference to the enterprise bean.
    The javax.ejb.HomeHandle is similar to javax.ejb.Handle. Just as the Handle is used to store and retrieve reference to EJB objects, the HomeHandle is used to store and retrieve remote references to EJB homes. HomeHandle can be stored and later used to access an EJB home remote refrence the same way that a Handle can be serialized and later used to access an EJB object's remoe reference.
    import java.io.*;
    import javax.ejb.EJBHome;
    import javax.ejb.HomeHandle;
    public class WorkingWithEJBHandles {
    public static void main( String[] args ) throws Exception {
    EJBHome aHome = null;
    // get hold of a home interface
    HomeHandle handle = aHome.getHomeHandle();
    ByteArrayOutputStream bos = new ByteArrayOutputStream();
    ObjectOutputStream oos = new ObjectOutputStream( bos );
    oos.writeObject( handle );
    byte[] handleAsBytes = bos.toByteArray();
    // store in the database, on file. howwever you want
    FileInputStream fis = new FileInputStream( "fileobj" );
    ObjectInputStream ois = new ObjectInputStream( fis );
    HomeHandle theHandle = (HomeHandle) ois.readObject();
    // get back the EJBHome from the HomeHandle
    aHome = theHandle.getEJBHome();
    // the same kind of logic also holds for EJBHandles, as well as
    // HomeHandles
    Transfer Object is a Design pattern. Refer to Core J2EE Design Pattern.
    http://java.sun.com/blueprints/corej2eepatterns/Patterns/TransferObject.html
    Rgds,
    Seetesh

  • Error when trying to call someone

    Hi all
    My 4-month old phone is having issues when i'm trying to make a call.
    I've reset everything and after two weeks i'm still having the same error when trying to make a call.
    I'm getting a pop-up saying that there's an app error something something...
    This is really frustrating cause at times I can't even make a single call.
    Please help me out on this.
    Marina

    Boot on safe mode and try again
    http://talk.sonymobile.com/t5/FAQ/How-to-boot-your-phone-into-safe-mode/m-p/348008#U348008
    "I'd rather be hated for who I am, than loved for who I am not." Kurt Cobain (1967-1994)

  • Error when RFC adapter calling the BAPI

    Hi freinds
    Today when I was executing my scenario ( File -- XI -- RFC ), I got following error ::
    Exception caught by adapter framework: error while processing message to remote system:com.sap.aii.af.rfc.core.client.RfcClientException: JCO.Exception while calling Z_BAPI_POS_AUTOMATION in remote system (RfcClient[RFC_Connection_SAPR3_DEV]):com.sap.mw.jco.JCO$Exception:(104) RFC_ERROR_SYST
    Before this error I executed my scenario 2-3 times without any errors.
    I found that in RWB the message status was "Waiting". SO I checked the Component monitoring & found this error in Self Test Status ( the symbol was RED )-->
    java.lang.ArrayIndexOutOfBoundException: -1  ( Not copied from the original error message )
    I clicked the "Repeat Self Test" button & the status become green so I checked my message again. Now it was successfull but in 2 retries it was giving the JCO error & after the Self test ( 3rd retry) it went fine.
    I didn't change anything else other than Self test.
    This happened two times with me today. Can anyone tell me the reason behind this & what will be the permanent solution of
    this. Is this related to some memory dumping ? Is their anything like clearing memory for adpaters in XI.
    Best Regards
    Lalit

    Could you pls check whether a short dump occured in the target system.
    Go to ST22 in the target system and check.
    Thanks,
    Renjith

  • Error when try to call a pl/sql procedure from the .xsql file

    I tried to call a pl/sql procedure like this:
    <?xml version="1.0"?>
    <page connection="omtest5" xmlns:xsql="urn:oracle-xsql">
    <xsql:include-owa>
    sampleowaxml.testone
    </xsql:include-owa>
    </page>
    but I got the following error message:
    <?xml version="1.0" ?>
    - <page>
    - <xsql-error action="xsql:include-owa">
    <statement>declare buf htp.htbuf_arr; param_names owa.vc_arr; param_values owa.vc_arr; rows integer := 32767; outclob CLOB;begin param_names(1) := 'HTTP_COOKIE'; param_values(1) := ''; param_names(2) := 'SERVER_NAME'; param_values(2) := 'mxfang-nt.us.oracle.com'; param_names(3) := 'SERVER_PORT'; param_values(3) := '80'; param_names(4) := 'SCRIPT_NAME'; param_values(4) := '/servlets/oracle.xml.xsql.XSQLServlet'; param_names(5) := 'PATH_INFO'; param_values(5) := '/xsql/test/myproject.xsql'; param_names(6) := 'HTTP_USER_AGENT'; param_values(6) := 'Mozilla/4.0 (compatible; MSIE 5.01; Windows NT)'; owa.init_cgi_env(6,param_names,param_values); sampleowaxml.testone owa.get_page(buf,rows); dbms_lob.createtemporary(outclob,true,dbms_lob.session); for i in 1..rows loop dbms_lob.writeappend(outclob,length(buf(i)),buf(i)); end loop; ? := outclob; ? := DBMS_LOB.INSTR(outclob,CHR(10)&#0124; &#0124;CHR(10));end;</statement>
    <message>ORA-06550: line 3, column 3: PLS-00103: Encountered the symbol "OWA" when expecting one of the following: := . ( @ % ; The symbol ":=" was substituted for "OWA" to continue.</message>
    </xsql-error>
    - <xsql-error action="xsql:include-owa">
    <message />
    </xsql-error>
    </page>
    This error message is very similiar to the message that Shanthir posted on Jan, 21. I did run the dbmslob.sql, but it doesn't help. Anybody has ideas how to solve it?
    I used the PL/SQL web toolkit provided by OAS4.0.8.1. I believe oracle web agent is replaced by this toolkit.
    Thanks,
    Min
    null

    Hi,
    Glad that somebody else too got this problem. Well, as I had mentioned in my previous posting too, I think there are some procedures in the package, dbms_lob, like the writeappend, createtemporary etc.. which is not found in my dbms_lob.sql file, I am using 8.0.5, but I found these procedures in the 8i, I think it is becos of that.
    By the way if anybody got this solution and got any workaround, please help me too.
    I am still waiting for the solution to that.
    Shanthi

  • Error when running backend call in a thread

    Hi,
    When trying to execute a RFC call from a thread in a webdynpro componennt, I am getting the follwing error.
         Unable to access Task Scope in DynamicRFCModelClass. Either run in Engine, or turn Test mode on in WDModelFactory!
    Thnakd and Regards,
    Aditya

    Hi Aditya
    I think that WebDynpro Java application cannot launch any threads in general. The reason is the WebDynpro application is fully controlled by WebDynpro framework (container), but your custom thread launched is working outside the WebDynpro framework and cannot properly access all the WebDynpro API and services.
    BR, Siarhei

  • Error when SLD administration called in portal environment

    Dear all,
    When we open our SRM-MDM JAVA (PJ3) system, we get this error :
    com.sap.tc.webdynpro.services.exceptions.WDRuntimeException: Exit-Plug must not be triggered with a URL when running in portal. Use portal navigation instead to navigate to another application!
    I have found OSS Note 1450826.
    In this OSS note, as solution, it is mentionned :
    "If you need to call  the SLD functions, use the direct HTTP access to the SLD "http://<host>:<port>/sld".
    Question :
    In a portal system, where do you change the property to have direct access "HTTP access ...." to the SLD ?
    Data from SRM-MDM JAVA (PJ3) system are correctly sent to our Master SLD.
    Our master SLD is running in our SOLMAN system (SOL).
    Thanks in advance for your inputs.
    Best regards
    SAP NetWeaver Admin
    Edited by: SAPNetWeavAdmin on Jan 24, 2011 3:19 PM

    Hello,
    Direct access means calling the link directly from  browser's address bar.  And please next time refer to official documentation and use [search |http://www.sdn.sap.com/irj/scn/advancedsearch?query=sld] feature.
    Best regards,
    Aliaksandr Zhukau

  • DB SCHEMA INFO error when connecting to AZURE SQL through OLE DB

    Created a virtual machine in Azure and connected to Azure SQL server. I have been able to access the Azure SQL server through 2014 SQL Server Management Studio. 
    I have connected my program to the Azure SQL through a OLE DB connection. I am able to connect and create a new database through this connection, however when I try to connect to the newly created database, i get the following error: 
     Error creating connection: Not a Market(our product) database: Invalid object name 'db_schema_info'.
    I am not sure what is going on and why this error is showing up. Is it because of the OLE DB connection? The fact that the login mysql.database.windows.net has periods and a login login@mysql? I have had issues with punctuation in the past when connecting
    through OLE DB. Please help me to either find the right code or another work around option. 
    I can connect my program to a local SQL server hosted on the VM the same process as above without any issues. This is not a viable option as I need to connect multiple VMs to the same SQL server. 

    Hi,
    Thanks for posting here.
    Connecting to Microsoft Azure SQL Database by using OLE DB or ADO is not supported on SQL Azure.
    Ref: http://www.connectionstrings.com/sql-azure/
    Microsoft does not announce support for OLE DB connections to Azure and there are limitations. Some required OLE DB schema rowsets are not available from an Azure connection, and some properties that identify features in SQL Server are not adjusted to represent
    SQL Azure limitations. For most common connect/query/update tasks it seems to work fine.
    Provider=SQLNCLI11;Password=myPassword;User ID=[username]@[servername];
    Initial Catalog=databasename;Data Source=tcp:[servername].database.windows.net;
    Ref: http://msdn.microsoft.com/en-us/library/azure/ee336245.aspx
    You can also check
    Connectivity Considerations for SQL Server in Azure Virtual Machines
    Hope this helps you.
    Girish Prajwal

  • Error when trying to run drill through in excel.

    About 2 weeks ago we upgraded our system from Essbase 654 to 931.
    Some of our users are now getting this error message on their screen when they try to run a drill through report.
    [OLAPISVR] 1051293:
    When I look in the OLAPISVR.log the below error is being written in the log when users get the above error.
    [Wed Jul 16 09:08:56 2008] /IS//0x0/1216217383/Error/1051293/Build-AIS93100B113
    EssbaseAPI: Login fails due to invalid login credentials
    [Wed Jul 16 09:08:56 2008] /IS//0x0/1216217383/Error/0/Build-AIS93100B113
    Analytic Services Error Number 1051293.Failed to Login to Analytic Services Server.
    They are able to logon to the essbase database and do a retrieve fine in Excel, but not drill through. It looks like just before they start to get this error they have changed their network password.
    We are not using shared services to administer the security. We are using an in house application for that. Also the users are set up to use external authentication.
    We did not encounter this error with the 654 version.
    Since the users ids are not changing I assumed the problem is with their password.
    Anybody have any thoughts on what has to be done to fix this error?

    Within EIS, you might have to test all of your Drill-Through reports again for connectivity.
    I believe Excel Drill-through is closer to the LRO (Linked Reporting Objects) functionality.
    The real reports are created and managed with in the EIS application as "Drill Through Report"
    These reports also have a special process for refreshing their data.
    Brian Chow

  • UCCX/CUIC 10.5 - Default filter error when trying to run reports through dashboard

    I'm new to CUIC.  We just upgraded UCCX to 10.5.1 this past weekend, and I'm working on building a dashboard to replace the old wallboard that was custom written by our integrator previously.  When I add the live report for CSQ Detail (example...name may be a little off), it displays the options you would expect in the dashboard designer.  When I create a permalink and attempt to run it, it throws an error about not having a default filter specified...what should I be looking for to setup the default filter?
    I've been looking through the user guide, but can't find anything specific around default filters.
    Thanks all
    SJ

    Click on the header for the "Reports" drawer to open the "Available Reports" tab. Find the report you are trying to permalink and right click -> Edit. Click the "Edit Default Filter" button in the top left or bottom left and you can create and save a default filter for the report.

Maybe you are looking for