Included #sql context DB1Ctx; did not create .class file

Hello,
Request explanations on why this does not create a
SQLJTst3.class file? I type in sqlj SQLJTst3.sqlj
This creates the SQLJTst3.java and the .ser profile files but
no .class file.
My set-up is:
Oracle SQLJ Release 8.1.7.0.0 Production
Build version: 2.0.0.0 - Built on May 31, 2000
IDE interface version: 8.1.7.0.0/2.0.0.0
JDBC version: Oracle JDBC driver version 8.1 (8.1.7.0.0)
SQLJ runtime: Oracle 8.1.7 for JDBC 8.1.7 or later/JDK 12EE -
Built on Aug 18, 2000
Java version: 1.3 (1.3.0)
import sqlj.runtime.*;
import sqlj.runtime.ref.*;
import java.sql.*;
import sqlj.runtime.ref.DefaultContext;
#sql context DB1Ctx; // Define connection context
#sql context DB2Ctx;
public class SQLJTst3 {
public static void main(String[] args) {
Connection c = null;
String URL = "jdbc:oracle:thin:@gnj:1521:oralin";
String userid = "scott";
String passwd = "tiger";
try {                
DriverManager.registerDriver(new
Oracle.jdbc.driver.OracleDriver() );
// Connect to multiple databases
DB1Ctx dB1 = new DB1Ctx(DriverManager.getConnection(URL,
userid, passwd));
DB2Ctx dB2 = new DB1Ctx(DriverManager.getConnection(URL,
userid, passwd));
// Select a row from database DB1
String dBuser1;
#sql [dB1] { select user into :dBuser1 from dual };
System.out.println("Database username is " + dBuser1);
// Select a row from database DB2
String dBuser2;
#sql [dB2] { select user into :dBuser2 from dual };
System.out.println("Database username is " + dBuser2);
// Close the database connection
#sql { rollback work };
c.close();
System.out.println("Disconected...");
} catch (SQLException e) {
e.printStackTrace();
YET this one creates all the files and I can then java SQLJTst2.
import sqlj.runtime.*;
import sqlj.runtime.ref.*;
import java.sql.*;
// Iterators must be delared on top - sqlj will create classes
for them
#sql iterator TabIter (String, String);
public class SQLJTst2 {
public static void main(String[] args) {
Connection c = null;
String URL = "jdbc:oracle:thin:@gnj:1521:oralin";
String userid = "scott";
String passwd = "tiger";
try {
DriverManager.registerDriver(new
oracle.jdbc.driver.OracleDriver());
c = DriverManager.getConnection(URL, userid, passwd);
System.out.println("Successfully conencted to Oracle...");
// You need to set a Context for SQLJ, otherwise -
// SQLException: found null connection context
DefaultContext.setDefaultContext( new DefaultContext(c));
// Fetch multiple values
TabIter tabIter;
#sql tabIter = { select tname, tabtype from tab };
while (true) {
String dBTabName = null;
String dBTabType = null;
#sql { fetch :tabIter into :dBTabName, :dBTabType };
if ( tabIter.endFetch() ) break;
System.out.println("Name: " + dBTabType + "." +
dBTabName);
// Close the database connection
#sql { commit work };
#sql { rollback work };
c.close();
System.out.println("1..2..3..Disconected...");
} catch (SQLException e) {
e.printStackTrace();

Disgregard previous posting...I found the typo. It does create
the .class files now.
However the problem im getting this time is
Database username is SCOTT
Database username is SCOTT
java.sql.SQLException: found null connection context
at sqlj.runtime.error.Errors.raiseError(Errors.java:118)
at sqlj.runtime.error.Errors.raiseError(Errors.java:60)
at
sqlj.runtime.error.RuntimeRefErrors.raise_NULL_CONN_CTX(RuntimeRe
fErr
ors.java:118)
at SQLJTst3.main(SQLJTst3.java:297)
It does not like two sessions from same user?

Similar Messages

  • Java not creating .class file ?

    I copied and pasted text into textpad then saved textpad creats the java file but no class file ! What gives ? I tried rebooting , the class name is the same (not mispelled) even did a HD search for class file and its no where to be found

    You have to compile a Java source file into a class file.
    http://java.sun.com/docs/books/tutorial/getStarted/cupojava/win32.html

  • Unable to compile ( not creating class file ) java file

    Hi
    I am unable to compile java file in eclipse. I am using Tomcat 5.0 and eclipse 3.0. I am able to compile the file from command prompt. I installed eclipse and did all settings including Build path ( WEB-INF\classes). But I donot see any class file getting created.

    Are you seeing errors when eclipse compiles you classes? Have you tried to build your project using; Project -> Build All? If you have and it looks like no errors are generated you may need to change your perspective. Try changing to the resource perspective to see the built class files; Window -> Open Perspective -> Other -> Resource. By default built class files end up in the bin directory of the project. i usually change my built classes directory to classes, just makes more sense to me.

  • Creating class files

    javac.exe is not creating class file.My os is win2000 and system 1s PIV

    Actually my pbroblem is javac is not at all creating class file
    iconfirmed it by searchig.
    even i am not getting the options of javac after typing 'javac'
    at the command prompt without giving any file name after the command
    'javac'

  • 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...

  • 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)

  • 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.

  • 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/

  • After change port for TCPIP PORT for default SQL Server instance (MSSQLSERVER), sql service and sql agent service did not started again

    Hi 
    -when i install default instance MSSQLSERVER i added a domain account as a service account,
    - when i change port for TCPIP PORT , and after sql service and sql agent service did not started again.
    it thrown error 
    The SQL Server (MSSQLSERVER) service failed to start due to the following error: 
    The service did not start due to a logon failure.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
        <EventID Qualifiers="49152">7000</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
    but when i add domain\sqservice account in administrators group these services started,
    1) here  why this change behavior  happened
    2i changed the port 1500
    adil

    HI
    the sql instance service is running with domain/sqlservice account , 
    - i stopped the sql service service
    - when i start it not started again and i found below error message
    Domain and account: MOJPORTAL\spsqlservice
    This service account does not have the required user right "Log on as a service."
    User Action
    Assign "Log on as a service" to the service account on this computer. You can use Local Security Settings (Secpol.msc) to do this.
     If this computer is a node in a cluster, check that this user right is assigned to the Cluster service account on all nodes in the cluster.
    If you have already assigned this user right to the service account, and the user right appears to be removed, 
    check with your domain administrator to find out if a Group Policy object associated with this node might be removing the right.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Service Control Manager" Guid="{555908d1-a6d7-4695-8e1e-26931d2012f4}" EventSourceName="Service Control Manager" />
        <EventID Qualifiers="49152">7041</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>0</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8080000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-24T17:12:58.326973300Z" />
        <EventRecordID>2177</EventRecordID>
        <Correlation />
        <Execution ProcessID="520" ThreadID="4044" />
        <Channel>System</Channel>
        <Computer>PORTALSQL1.mojportal.com</Computer>
        <Security />
      </System>
      <EventData>
        <Data Name="param1">MSSQL$xSQL</Data>
        <Data Name="param2">xxxL\spsqlservice</Data>
      </EventData>
    </Event>
    adil

  • 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.

  • 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

Maybe you are looking for

  • Web dynpro application not available when running iview wizard

    When I run the iview wizard to create a web dynpro iview I find the folder local/<MyProjectName. But when opening myProjectName folder the Application is missing, so I cannot create the iview. When running the web dynpro Content Administrator I find

  • Need to change my password NOW, and where is a DBA when you really need one

    I'm attempting to teach myself SQL using the book "Murach's Oracle SQL and PL/SQL". They recommended downloading Oracle Express Edition. I downloaded Express Edition 11g. The book says it's applicable with all versions through 11g. Anyway, last Sunda

  • Apple iPod nano replacement

    I have an iPod nano that is very probable to be on the extended guarantee plan. I had the product registered and a replacement request sent. According to Apple, an empty box is on its way. This is since January and I haven't received n/e thing. What

  • Hardware requirement for Web Dynpro for JAVA

    Hi Friends,                 I am a  starter in Web Dynpro for JAVA and about to develop web dynpro application in JAVA.Can anyone please guide me on the hardware requirement for this application of SAP?        Presently I have ECC 5.0 installed in 1

  • Add new bank account in master data client with idoc DEBMAS.

    Hi friends, I have an issue. I am trying to add new bank account in master data client with idoc DEBMAS. But when I submit, then just overwrite the bank data but not add. I try playing with MSGFN code with value '009' or '004' but nothing done. Someo