Oracle OLAP did not create cursor.

hi,
I recieve the following error :
javax.servlet.jsp.JspException: BIB-10310 An unknown exception occurred.
BIB-10101 Handler failed to handle UserObject.
BIB-14067 Persistable object threw exception during lookup on method setXMLAsString; component class oracle.dss.dataSource.client.QueryClient; exception oracle.dss.util.persistence.BIPersistenceException.
BIB-9509 Oracle OLAP did not create cursor.
oracle.olapi.data.source.UnmatchedInputsException
BIB-9509 Oracle OLAP did not create cursor.
oracle.olapi.data.source.UnmatchedInputsException
oracle.olapi.data.source.UnmatchedInputsException
     at oracle.dss.addins.jspTags.PresentationTag.doStartTag(PresentationTag.java:194)
     at untitled2.jspService(untitled2.jsp:6)
     [SRC:/untitled2.jsp]
     at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:139)
     at oracle.jsp.runtimev2.JspPageTable.compileAndServe(JspPageTable.java:569)
     at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:304)
     at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
     at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:778)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:790)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
     at com.evermind[Oracle Application Server Containers for J2EE 10g (9.0.4.0.0)].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
     at java.lang.Thread.run(Thread.java:534)
I check my olap with bi_checkconfig.bat and the result is as following :
<?xml version="1.0" encoding="UTF-8" ?>
- <BICheckConfig version="1.0.2.0">
<Check key="JDEV_ORACLE_HOME" value="d:\jdev904" />
<Check key="JAVA_HOME" value="C:\j2sdk1.4.2_01" />
<Check key="JDeveloper version" value="9.0.4.0.1419" />
<Check key="BI Beans release description" value="BI Beans 9.0.4 Production Release" />
<Check key="BI Beans component number" value="9.0.4.23.0" />
<Check key="BI Beans internal version" value="2.7.5.32" />
<Check key="host" value="200.20.20.11" />
<Check key="port" value="1521" />
<Check key="sid" value="ora10g" />
<Check key="user" value="dw_targetschema" />
<Check key="Connecting to the database" value="Successful" />
<Check key="JDBC driver version" value="9.2.0.4.0" />
<Check key="JDBC JAR file location" value="D:\jdev904\jdev\lib\patches" />
<Check key="Database version" value="10.1.0.2.0" />
<Check key="OLAP Catalog version" value="10.1.0.2.0" />
<Check key="OLAP AW Engine version" value="10.1.0.2.0" />
<Check key="OLAP API Server version" value="10.1.0.2.0" />
<Check key="BI Beans Catalog version" value="N/A; not installed in dw_targetschema" />
<Check key="OLAP API JAR file version" value="9.2" />
<Check key="OLAP API JAR file location" value="d:\jdev904\jdev\lib\ext" />
<Check key="OLAP API Metadata Load" value="Successful" />
<Check key="Number of metadata folders" value="2" />
<Check key="Number of metadata measures" value="1" />
<Check key="Number of metadata dimensions" value="3" />
- <Check key="OLAP API Metadata">
- <![CDATA[
==============================================================================
Type      Name (S=Schema, C=Cube, M=Measure, D=Dimension)          
========= ====================================================================
Folder... ROOT
Folder...   KAFA_COLLECTION
Folder...   KAFA_COLLECTION2
Measure..      SALARY                                            
Dimension      DEP_DIM                                           
Dimension      EMP_DIM                                           
Dimension      JOB_DIM                                           
  ]]>
</Check>
</BICheckConfig>
what is the problem ??????????

I am getting following error from my application after we applied 9206 patch on database.
================================================
oracle.express.idl.util.OlapiException: No more data to read from socket
     at oracle.express.idl.ExpressOlapiDataSourceModule.DefinitionManagerInterfaceStub.crtCurMgrs2(DefinitionManagerInterfaceStub.java:927)
     at oracle.express.olapi.data.full.DefinitionManagerSince9202.createOLAPICursorManagers(DefinitionManagerSince9202.java:611)
     at oracle.express.olapi.data.full.ExpressDataProvider.createCursorManagers(ExpressDataProvider.java:1325)
     at oracle.express.olapi.data.full.ExpressDataProvider.internalCreateCursorManager(ExpressDataProvider.java:680)
     at oracle.express.olapi.data.full.ExpressDataProvider.createCursorManager(ExpressDataProvider.java:586)
     at oracle.olapi.data.source.DataProvider.createCursorManager(DataProvider.java:268)
     at oracle.dss.dataSource.QueryUtilities.setUpCursors(QueryUtilities.java:559)
     at oracle.dss.dataSource.QueryServer._setUpCursorsForMainQuery(QueryServer.java:7039)
     at oracle.dss.dataSource.QueryServer._getCursorForCube(QueryServer.java:4098)
     at oracle.dss.dataSource.QueryServer._updateCube(QueryServer.java:4055)
     at oracle.dss.dataSource.QueryServer._applySelections(QueryServer.java:2661)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at oracle.dss.util.Operation.execute(Operation.java:69)
     at oracle.dss.dataSource.OperationQueue.update(OperationQueue.java:68)
     at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
     at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
     at oracle.dss.dataSource.QueryServer.queueOperation(QueryServer.java:7076)
     at oracle.dss.dataSource.QueryServer.applySelection(QueryServer.java:2192)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at oracle.dss.util.Operation.execute(Operation.java:69)
     at oracle.dss.dataSource.QueryManagerServer.sendQueue(QueryManagerServer.java:1549)
     at oracle.dss.dataSource.common.OperationQueue.update(OperationQueue.java:198)
     at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:176)
     at oracle.dss.dataSource.common.BaseOperationQueue.addOperation(BaseOperationQueue.java:146)
     at oracle.dss.dataSource.common.OperationQueue.addOperation(OperationQueue.java:127)
     at oracle.dss.dataSource.client.QueryClient.applySelection(QueryClient.java:970)
     at oracle.dss.dataSource.common.QueryQueryAccess$SelCursor.getDataAccess(QueryQueryAccess.java:1133)
     at oracle.dss.dataSource.common.QueryQueryAccess.getDataAccess(QueryQueryAccess.java:278)
     at oracle.dss.datautil.QueryAccessUtilities._getValues(QueryAccessUtilities.java:639)
     at oracle.dss.datautil.QueryAccessUtilities._getValues(QueryAccessUtilities.java:705)
     at oracle.dss.datautil.QueryAccessUtilities.getValues(QueryAccessUtilities.java:608)
     at oracle.dss.queryBuilder.QueryBuilderUtils.getSelectedMeasures(QueryBuilderUtils.java:623)
     at oracle.dss.queryBuilder.SelectedItemsPanel.populateTree(SelectedItemsPanel.java:298)
     at oracle.dss.queryBuilder.SelectedItemsPanel.refreshTree(SelectedItemsPanel.java:333)
     at oracle.dss.queryBuilder.SelectedItemsPanel.setActive(SelectedItemsPanel.java:366)
     at oracle.dss.queryBuilder.ItemsPanel.setActive(ItemsPanel.java:251)
     at oracle.dss.datautil.gui.DefaultBuilderDialog.setActive(DefaultBuilderDialog.java:1072)
     at oracle.dss.datautil.gui.DefaultBuilderDialog.validateNextPreviousEvent(DefaultBuilderDialog.java:1396)
     at oracle.dss.datautil.gui.DefaultBuilderDialog$BuilderWizardValidateAdapter.wizardValidatePage(DefaultBuilderDialog.java:2113)
     at oracle.bali.ewt.wizard.WizardPage.processWizardValidateEvent(Unknown Source)
     at oracle.bali.ewt.wizard.WizardPage.validatePage(Unknown Source)
     at oracle.dss.datautil.gui.CustomImageWizardPage.validatePage(CustomImageWizardPage.java:81)
     at oracle.bali.ewt.wizard.BaseWizard.validateSelectedPage(Unknown Source)
     at oracle.bali.ewt.wizard.BaseWizard.doNext(Unknown Source)
     at oracle.dss.datautil.gui.CustomWizard.doNext(CustomWizard.java:415)
     at oracle.bali.ewt.wizard.BaseWizard$Action.actionPerformed(Unknown Source)
     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
     at java.awt.Component.processMouseEvent(Unknown Source)
     at java.awt.Component.processEvent(Unknown Source)
     at java.awt.Container.processEvent(Unknown Source)
     at java.awt.Component.dispatchEventImpl(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Window.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     at java.awt.Dialog$1.run(Unknown Source)
     at java.awt.Dialog.show(Unknown Source)
     at java.awt.Component.show(Unknown Source)
     at java.awt.Component.setVisible(Unknown Source)
     at oracle.bali.ewt.wizard.WizardDialog.runDialog(Unknown Source)
     at oracle.dss.datautil.gui.DefaultBuilderDialog.runDialog(DefaultBuilderDialog.java:489)
     at oracle.dss.datautil.gui.DefaultBuilderDialog.run(DefaultBuilderDialog.java:466)
     at oracle.dss.queryBuilder.QueryBuilder.run(QueryBuilder.java:2401)
     at gecf.pmg.PmgBiOlapApp.newCrosstabWiz(PmgBiOlapApp.java:1622)
     at gecf.pmg.PmgBiOlapApp.mNewCrosstab_ActionPerformed(PmgBiOlapApp.java:1563)
     at gecf.pmg.PmgBiOlapApp$5.actionPerformed(PmgBiOlapApp.java:697)
     at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
     at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
     at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
     at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
     at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
     at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
     at java.awt.Component.processMouseEvent(Unknown Source)
     at java.awt.Component.processEvent(Unknown Source)
     at java.awt.Container.processEvent(Unknown Source)
     at java.awt.Component.dispatchEventImpl(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
     at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
     at java.awt.Container.dispatchEventImpl(Unknown Source)
     at java.awt.Window.dispatchEventImpl(Unknown Source)
     at java.awt.Component.dispatchEvent(Unknown Source)
     at java.awt.EventQueue.dispatchEvent(Unknown Source)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
     at java.awt.EventDispatchThread.run(Unknown Source)

Similar Messages

  • Error in Running a dimension ( BIB-9509 Oracle OLAP did not create cursor.)

    oracle.dss.dataSource.common.QueryRuntimeException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs4
    OES: ORA-00938: not enough arguments for function
    , Generic at TxsRdbRandomAccessQuery::TxsRdbRandomAccessQuery
    help is appreciated
    Thanks, Prasad

    This is the patch: 2529822
    "Best Practices for Tabular Cube Aggregation & Query Operations". Thanks very much for your advice.
    I followed the instructions in the document, but it did not seem to make a difference when
    trying to follow the tutorial instructions and using the SALES measure.
    However, I selected the stock price measures and it worked ok.
    Is there a size limit here? I am looking at Oracle OLAP and BIBeans to replace our Cognos installation,
    which is expensive and unreliable on unix. Of course our managers and customers want every dimension
    across a huge fact table to be available for end users...

  • BIB-9505 Oracle OLAP did not create cursor

    Hi, I am in New Presentation Wizard trying to create a new Cross tab and receive these error messages:
    oracle.dss.dataSource.common.QueryRuntimeException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::createDefinitionManager
    SEL: Unable to generate an execution plan for the query, Generic at TxsOqExecutionPlanGenerator::generate(TxsOqSourceSnapshot*)
    SEL: Not Yet Implemented, Generic at TxsOqSQLPersistentExecutionPlanGenerator::generate
    oracle.dss.dataSource.common.OLAPException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::createDefinitionManager
    SEL: Unable to generate an execution plan for the query, Generic at TxsOqExecutionPlanGenerator::generate(TxsOqSourceSnapshot*)
    SEL: Not Yet Implemented, Generic at TxsOqSQLPersistentExecutionPlanGenerator::generate
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::crea[i]Long postings are being truncated to ~1 kB at this time.

    Actually I am following the example downloaded from www.iafsoft.com (http://www.iafsoft.com/downloads/index.htm presentation number 32106). The example involves only a one dimensional and one measure simple cube which resides in Analytic Workspace. It was demonstrated in one of the Oracle OpenWorld sessions in SF back in November 02. So I trust that it will work.
    The environment I have is
    Oracle 9.2.0.2.1 (Enterprise Edition)
    JDeveloper 9.0.3
    Windows 2000 (SP2)
    256M memory
    (all these run on the same laptop)
    In this environment JDeveloper can connect to the database, can access the catalog owned by BIBCAT, can display cubes owned by BIBDEMO, can query data residing in AW through OLAP_TABLE, and can also see the dimension and measure that reside in AW from the presentation wizard. So all this convinces me that installation is ok.
    Here's how the error occurs: In the presentation wizard, I select the measure from the left window and move to the right window. I then click the "Next" button to display the layout editor. Then when I click the "Next" button, the wizard won't go to the next step. If I click the "Finish" button instead, the error message will show up.
    I am really stumped (for the last several days already) as to w[i]Long postings are being truncated to ~1 kB at this time.

  • BIB-9509 Oracle OLAP did not create cursor.

    I am getting following error. How can this be resolved?
    BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs4
    OES: ORA-34612: Your program or expression uses too much execution space. Eliminate recursion or reduce the levels of nesting.
    , Generic at TxsRdbSQLQuery::absolute()

    Hello.
    I have the same problem when trying to view Cube's data an d i'm new with OLAP.
    PR: Unable to create server cursor, Generic la TxsOqDefinitionManagerSince9202::crtCurMgrs4
    OES: ORA-00902: invalid datatype
    , Generic la TxsRdbRandomAccessQuery::TxsRdbRandomAccessQuery.
    Did you find e solution?
    Thanks.

  • BIB-9009 Oracle OLAP could not create cursor.

    Hi,
    I am working on OLAP catalog. I created one cube and 6 Dim. And OEM Console mgs showing this as valid CUbe. When I m trying to create Presentation after selecting my Measure it gives this error:-
    oracle.dss.dataSource.common.QueryRuntimeException: BIB-9009 Oracle OLAP could not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    DPR: Unable to execute the query, Generic at TxsOqCursorManager::fetchInitialBlocks
    SEL: Unexpected error occurred. Contact Oracle Support!, Generic at null
    java.lang.CloneNotSupportedException: BIB-9009 Oracle OLAP could not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    DPR: Unable to execute the query, Generic at TxsOqCursorManager::fetchInitialBlocks
    SEL: Unexpected error occurred. Contact Oracle Support!, Generic at null
    void oracle.dss.dataSource.common.QueryDataDirector.addDataDirectorListener(oracle.dss.util.DataDirectorListener)
    QueryDataDirector.java:687
    void oracle.dss.dataView.ModelAdapter.setDataDirector(oracle.dss.util.DataDirector)
    ModelAdapter.java:145
    void oracle.dss.crosstab.CrosstabModelAdapter.setDataSource(oracle.dss.util.DataSource)
    CrosstabModelAdapter.java:49
    void oracle.dss.dataView.Dataview.setDataSource(oracle.dss.util.DataSource)
    Dataview.java:386
    void oracle.dss.addins.wizard.presentation.PresentationWizardState.applyQuery()
    PresentationWizardState.java:106
    void oracle.dss.addins.wizard.presentation.PresentationWizardDialog.wizardFinished(oracle.bali.ewt.wizard.WizardEvent)
    It is little urgent.
    JDev version is 9.0.3.3 (Build 1205)
    Business Comp Version 9.0.3.11.50
    OS Win 2000 Proff
    DOwn Loaded BIBean9032 and bibeans90321 patch

    I suspect your metadata is incomplete. Please refer to the bi_checkconfig utility to test your metadata. This can be found on the documentation section of the BI Beans section of OTN:
    Displaying Information about your BI Beans Client Configuration using the bi_checkconfig utility
    http://www.oracle.com/technology/products/bib/htdocs/904/tech_notes/bicheckconfig/bi_checkconfig_tn.html
    This will allow you to test the structures in your metadata to ensure each object (dimension, cube) can in fact be queried.
    Hope this helps
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Facing Error - BIB-9509 Oracle did not create cursor

    Hi All ,
    While Creating Crosstab/Graph I am facing one error " Unable to apply all the settings to the Presentation".
    BIB-9509 Oracle did not create cursor
    OracleExpress server ExceptionError.
    Require help..
    Regards,
    ViSHAL.

    Hi All ,
    While Creating Crosstab/Graph I am facing one error " Unable to apply all the settings to the Presentation".
    BIB-9509 Oracle did not create cursor
    OracleExpress server ExceptionError.
    Require help..
    Regards,
    ViSHAL.

  • BIB-9509  - Oracle olap can't create cursor

    Hi, I have this BIB-9509 when I try to create a report or graphic.
    I've seen when I use a fact table with 2 or 3 dimensional tables the Bi Beans work without problem but when I use more than 4 dimensional tables I find the BIB-9509 error.
    Anyone know about that.
    Thanks
    Javier

    Actually I am following the example downloaded from www.iafsoft.com. The example involves only a one dimensional cube which resides in Analytic Workspace. There's no problem at all in displaying cubes which reside in relational tables. The environment I have is:
    Oracle 9.2.0.2.1 (Enterprise Edition)
    JDeveloper 9.0.3
    Windows 2000 (SP2)
    256M memory
    In this environment JDeveloper can connect to the database, can access the catalog owned by BIBCAT, can display cubes owned by BIBDEMO, can query data residing in AW through OLAP_TABLE, and can also see the dimension prd and the measure sls in the presentation wizard.
    I am really stumped (for the last several days already) as to why JDeveloper can't display a simple 1 dimensional cube, especially that the same identical cube was demonstrated in the last Oralce OpenWorld few months back.
    Any help will be greatly appreciated!
    Thanks
    Don

  • BIB-9509 OLAP can't create cursor

    Hi, I have this BIB-9509 when I try to create a report or graphic.
    I've seen when I use a fact table with 2 or 3 dimensional tables the Bi Beans work without problem but when I use more than 4 dimensional tables I find the BIB-9509 error.
    Anyone know about that.
    Thanks
    Javier

    The errormessages for BI Beans can be found in JDeveloper under the Help menu-> BI Beans Help Contents-> BI Beans Reference-> BI Beans Error Messages. This one shows following:
    BIB-9509 Oracle OLAP did not create cursor.
    Cause: An error occurred in Oracle OLAP during the creation of the cursor for use on the client.
    Action: Check the underlying error stack to find the root cause of the problem.
    Essentially, an error is returned from OLAP. The error should be listed further down in the error messages. Most likely there is a problem with your metadata for the dimension you added.

  • Due to my account being hacked, I changed my Apple ID, I did not create a new account.  Now my software updates want the old ID but will not accept the password.  How can I update built in software.

    My orginal Apple ID was hacked, so I changed my Apple ID.  I did not create a new ID.  I have changed my ID on my profile on my MacBook Pro.  However now I have an update for factory installed software iPhoto and iMovie that is asking for the old ID.  How can I get the updates or force them to use the new ID that I am using for every other Apple product I own.

    You'll have to talk to Apple about AppleID and account issues, we are just other users here.

  • Payment Proposals (F110) did not created in Batch job

    Hello,
    We had 1 time issue today. I am just trying to find out if anyone come across this issue.
    We have the daily  automated batch jobs which kickks of Payment proposals. Somehow system did not create any proposals and showd as  Zero incoming Payments for customers.  Busiiness users had some doubt as this is not possible and created the manual proposals in 15 minutes and a big payment proposals were created. I am trying to find the cause of this issue. Please let me know if anyone come across this issue.
    I did all analysis on business point of view and all invoices were created few days back.
    Thanks
    ID

    Hi,
    Thanks for your response. The batch jobs are correctly maintained and as I mentioned this happened 1 time and the same batch runs every day and the issue did not occur
    Thanks
    Ivan

  • Editing a document i did not create

    I am currently using Adobe Acrobat 7.0 Standard on a document
    that i did not create. I have been able to delete text and add text
    but it appears as comments.
    My question is - Is there a way I can accept the changes so
    that the changes dont show as comments but show as normal text. eg.
    If i Delete a word "Text", then there is a stike through on it.
    Then if I type in "test", this appears a comment. Is there a way
    where I can delete "text" and type in "test" so that it appears
    jusy like normal text rather than comments in Adobe Acrobat
    Standard 7.
    I have tried using the advance editing touchup text tool, but
    it throws off my margins, and i can't figure out how re-align the
    margins.
    can't i just "accept" the changes, and have them added in,
    like in Word?

    Thank you for your post. These forums are specific to the
    Acrobat.com website and its set of hosted services, and do not
    cover the Acrobat family of desktop products. Please visit the
    following forums for any questions related to the Acrobat family of
    desktop products:
    http://www.adobeforums.com/cgi-bin/webx/.3bbeda8b/

  • Iphone locked itself? I did not create any password!!

    When I was in China Iphone locked keypad itself? I did not create any password before!!

    You should have set up a password. It is important to have one in order to prevent other users from installing applications and to make your Mac safer.
    If you have set up your Apple ID, you can try resetting your user password with your Apple ID > http://support.apple.com/kb/HT1274
    If it does not work, reset your user password through Recovery > http://discussions.apple.com/docs/DOC-4101 Then, set up a different Keychain password > http://support.apple.com/kb/ht1631

  • Bookmark I did not create

    I discovered a bookmark that I did NOT create in one of my folders.
    It does not show up in the library.
    It shows in the Bookmarks dropdown.
    I can not delete it and the properties form is all blank.

    The clock will actually update itself constantly whenever it changes from a cell tower to a different one, or from a cell coverage area to another cell coverage area.
    AT&T regulates the time on it's cell towers. As such, when you change towers, it'll update the clock. Almost every GSM carrier does this (at one point, TMobile, did not), and as such almost every GSM phone will auto update it's time as you jump time zones, adjust for daylight savings etc.
    Anytime the phone updates its signal from a cell tower, you will notice the clock changes. If you're near speakers, and here the standard GSM interference, and your phone isn't ringing, or you're not receiving email/texts etc. It's likely that your phone is locating itself with the cell towers, and your clock will update to be at the exact time.
    You can turn this feature off by going into settings, general, date & time, and turn set automatically off.
    You'll notice then, that if you change time zones, or daylight savings goes into effect. Your clock will not update.
    Message was edited by: cderalow
    spelling

  • I wish to download a Muse Site I did not create , using Muse. How may I do this?

    I wish to download a Muse Site I did not create , using Muse. How may I do this?
    Thank you.

    Ok once again.
    Let's assume a friend using Muse creates a site using his PC and publishes it.
    It’s now a hosted site created in Muse.
    Let’s also assume he wishes to have me work on the Muse created website which he created and published using Muse.
    Can I use my copy of Muse  on my PC , a PC different than my freinds, to download the site my friend created so I may work on it in my copy of Muse?
    It can’t be done right?

  • We are creating a photo book and on the cover in the lower right hand corner there is part of the title. We did not create it and cannot find how to delete it. Any ideas.

    We are creating a photo book and on the cover in the lower right hand corner there is part of the title. The cover title is centred below the cover picture. We did not create it and cannot find how to delete it.  Any ideas?

    Preview according to this article and see what it does. http://support.apple.com/kb/PH2486
    The printed book will match the preview
    LN

Maybe you are looking for

  • How to reduce suttering in Air for iOS GPU mode?

    My game currently runs at 60FPS on iPad 2 and has no problem regarding rendering speed but I'm rather annoyed by constant stuttering which causes the game to stop for 0.1-0.5 sec  once in a while. The stuttering behavior is similar to when garbage co

  • Validation report failed in FDQM 11

    Hello, I'm trying to get validation rules working in FDQM 11 and made settings according to documentation, but during check stage (4th fish) I'm getting error could not find validation report with id equal to 87 What's wrong with my settings?

  • Why is the black MacBook more expensive?

    It seems that you could configure a white macbook to have the same exact configuration as the black one, but pay $125 less. Are people really paying $125 just for the black color??

  • Dvd won't eject, only repeatedly makes whirling noises as if loading

    I don't understand! I put in a DVD into my laptop to watch. Granted, it's a burned one and so I thought initially the whirling noises of loading were necessary. Until finally I realized it was ongoing, without any stop! Now, the sound repeats if I at

  • BAPI_PTMGRATTABS_MNGCREATION problem

    Dear All, I have to create Attendances in infotype 2002 in PA30 so I am using his function module. I am passing following import parameters . Emplyee Number ABS_ATT_TYPE HRABSATT_IN-from_date HRABSATT_IN-to_date. Once I execute function module I get