Can't connect to JDBC

Hope someone can help me out here.
I have a sample Java program that simply connects to a table in an Oracle database and tells me if it connected ok or not.
The program compiles without complaint, however when I trying to execute it I get the following error.
java.lang.ClassNotFoundException: oracle.jdbc.driver
at java.net.URLClassLoader$1.run(URLClassLoader.java:198)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:265)
at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:140)
at OracleConnection.main(OracleConnection.java:14)
I've checked the classpaths and every seems ok.

Can you post the code you are using to connect to database.
I hope you have got the driver class name correct while registering the driver. It should be like this :
DriverManager.registerDriver(new oracle.jdbc.driver.OracleDriver());
Chandar

Similar Messages

  • Can I connect via jdbc thin like "sqlplus / "?

    Hi all,
    do you have a solution to connect to Oracle using
    DriverManager.getConnection
    like sqlplus' feature to login without authentication?
    I tested the settings using sqlplus from cmd line, fine.
    Using JDBC, I can't succeed...
    TIA, Hans

    You mean using Java?
    If you are using Java, then it can work with:
    con=DriverManager.getConnection
    ("jdbc:oracle:thin:@IP:PORT:SID","UserName","Password");      
    It works fine with my code.
    Sincerely,
    Rachel

  • How can i connect to SQL Server 7.0 on Windons Using JDBC

    How can i connect to Microsoft SQL Server 7.0 on a windows enviroment ?
    in sql server 2000 some jar files are required that is
    What you need to do is actually add all three jar files to your class path individually. There are three jar files that come with this driver the msbase.jar, msutil.jar, and mssqlserver.jar. for sqlQ server 2000.
    now the problem is that i cant find these files on my system. firstly where these files will be located. secondly are they will be used to connect to SQL Server 7.0. thirdly if not what is the procedure.
    My next Problem is that I have Websphere Studio Application Developer. in which their is this facility of Database Webpages its like a wizard which makes automatically beans servlets and JSP but before that you need a Driver Name and and Class Name for to Connect to the Database.
    Can you tell what is the specific Driver Path for the Microsoft SQL Server 7.0 . secondly is this the class which is used to connect to SQL server 7.0 "com.microsoft.jdbc.sqlserver.SQLServerDriver" where can i find this one. for SQL server 7.0.
    please provide some guidance in this regard.

    You can search for the JDBC drivers at, http://industry.java.sun.com/products/jdbc/drivers
    All the three jars that you specified are part of MsSQL Server jdbc driver. You need them (in the classpath) to get connected to the database.
    "com.microsoft.jdbc.sqlserver.SQLServerDriver" is the class in mssqlserver.jar. This is the driver class which will be used to get connected to the database.
    You can search in this forum for writting jdbc code (for Sql Server). If you don't find these jars, give me your e-mail id.
    Sudha

  • Can I connect to Oracle server7.1  through Java-JDBC using the latest thin drivers???

    Hey Gurus,
    Please help me .
    MY Current requirement is to connect to multiple oracle 7.1( and other variants) servers running on different operating systems, through Java/JDBC.
    My FIrst question is, can i connect to older versions of database using latest drivers?
    I could connect to the server running on SCO-oracle 7.1 using SQLNet8.1.7 under windows. But the same is not happening when the client is on Linux.But I need to connect from linux
    It says ORA-03113 - End of communication channel.
    What may be th problem.
    If any one could show some pointers where I can get more information about this problem would be helpfull
    THanks
    Lokesh

    I tried the classpath suggestion above (not the one modifying the .xml file) , but it didnt work for me , I am using WLI 10.3.1 and trying to connect DB on 8.1.7 V . I downloaded the classes12.jar and the ojdbc14.jar file from the oracle and placed in lib and the even included the classpath , but i again got the same exception .
    All this while i was selecting the option Oracle Driver Thin from the DataBase Driver when creating the connection pool from console . I tried with "BEA Oracle Driver (Type 4)" and it worked for me .. Although the option "BEA Oracle Driver (Type 4)" lists only the DBs from 9.0.1 to 11 G , but in my case using this driver i am able to connect to Oracle DB 8.1.7 . So all you guys if it classpath doesnt fix the issue try out by selecting Driver , "BEA Oracle Driver (Type 4)" .
    Manoj , this will fix the Connection pool part of the ques, but for the java part Try to load the Driver class "weblogic.jdbc.oracle.OracleDriver" before connecting to DB with Class.forName.
    Thx
    Yatin Mehta

  • I Can´t Connect in my DataBase with JDBC

    I Can´t connect in my data base using JDBC 2.0 with Oracle 8i. When i try connect, the following error occurs:
    Exceção de E/S: Connection refused(DESCRIPTION=(TMP=)(VSNNUM=135294976)(ERR=12505)(ERROR_STACK=(ERROR=(CODE=12505)(EMFI=4))))

    The database sid used in the connect url might be invalid. Check if the database sid is correct.
    Elango.

  • How can Form6i connect to other DB connection like ODBC,JDBC

    Hi,
    Can anyone tell me that how can Form6i connect to other DB connection like ODBC,JDBC
    If anyone knows, please tell me immediately. I am in very urgently situation!!!
    So if anyone knows, Please! Please! tell me.
    Thanks in advance,
    Oil

    Hi,
    Ypu can connect using OCA (Open Cliente Adapter).

  • How can I connect to SQL Server CE?

    Hi!
    How can I connect to SQL Server CE ?
    Any idea?
    I found jdbc driver for SQL Server 6.5,7.0,2000.
    But no driver for SQL CE.
    Thanks for any suggestion....

    I am also searching for same answer.
    I wanna choose Access as a db. but I can't find that so I have a no choice to select SQL2000CE though.
    I am stuck in driver problem. I can't find that.
    Should I use Oracle Lite or PointBase?
    I am under a lot of stress... like you've been...
    I wish you find and post that....

  • WebLogic 9.2:  Oracle:  Can longer connect with a Good Data Source

    Hi;
    I have WebLogic 9.2 set up on my computer as a development tool. Yesterday I was able to connect to the test database on our test server with the JNDI/Database resource "abc" just fine.
    For some reason, it simply stopped working this morning.
    I got this error message when trying to connect with the webapp I use:
    *+<Jul 28, 2011 4:48:14 PM EDT> <Notice> <Stdout> <000000> <Exception in getPersonIdByEmail(String emailAddress) - statementDB14>+*
    +java.sql.SQLException: Cannot obtain connection: driverURL = jdbc:weblogic:pool:nsd, props = {EmulateTwoPhaseCommit=false, connectionPoolID=abc, jdbcTxDataSourcourceName=abc}.+*
    Nested Exception: java.lang.RuntimeException: Failed to Generate Wrapper Class*
    at weblogic.utils.wrapper.WrapperFactory.createWrapper(WrapperFactory.java:213)
    at weblogic.jdbc.wrapper.JDBCWrapperFactory.getWrapper(JDBCWrapperFactory.java:173)
    at weblogic.jdbc.pool.Driver.allocateConnection(Driver.java:247)
    at weblogic.jdbc.pool.Driver.connect(Driver.java:164)
    at weblogic.jdbc.jts.Driver.getNonTxConnection(Driver.java:647)
    at weblogic.jdbc.jts.Driver.connect(Driver.java:137)
    I got this error message when using a Test JSP I have for doing a simple database connection using that Database Resource ( "abc")
    *+<Jul 28, 2011 4:52:06 PM EDT> <Error> <HTTP> <BEA-101020> <[weblogic.servlet.internal.WebAppServletContext@507c6d - appName: 'mainWebApp', name: 'mainWebApp',  context-path: ''] Servlet failed with Exception+*
    java.lang.NullPointerException*
    at jsp_servlet._test.__testjndiweblogic._jspService(__testjndiweblogic.java:145)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
    at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:283)
    Truncated. see log file for complete stacktrace
    Any ideas on how I can fix whatever is wrong?
    Thanks in advance
    Edited by: 872921 on Jul 28, 2011 2:14 PM

    Hi Joe;
    I appreciate you taking time to answer my question.
    By client do you mean my JRE? I one JRE set in my JAVA_HOME, and two in the weblogic install. How can I tell which is WebLogic using? So, you are basically saying make sure my Oracle JDBC drivers wherever they are in WebLogic should match what I have in my JRE?
    I'll give that a shot when I get into work tomorrow.
    I am puzzled because it has been working fine for weeks and I haven't changed anything.

  • Can we connect from Portal to MaxDB with the trial version of SAPNetWeaver?

    I’ve installed SAP NetWeaver Developer Workplace SR2 (trial version) with the following components:
    •     SAP Web Application Server Java 7.00 (J2EE Engine)
    •     MaxDB 7.6.00.34 database + Database Manager and SQL Studio
    •     SAP Enterprise Portal
    •     SAP Content Management and Collaboration
    •     Adobe Document Services
    •     BI SDK
    •     Visual Composer
    •     Composite Application Framework (CAF)
    Now, I created new TEST database in MaxDB (user: DBADMIN, pass: abcd).
    I want to connect from the Portal to the TEST Database, so I follow the steps described in the documents (How To Configured BI JDBC Connector, ….)
    - I log on Visual Administrator, create BI JDBC Connector, create new DataSource.
    Now, I can get the Data from TEST Database.
    - I log on Portal and create new BI JDBC System,
    + Driver: com.sap.dbtech.jdbc.DriverSapDB,
    + Connection URL: jdbc:sapdb://sapep/test
    - Then, I create system alias, map user with the user in Test Database (User: DBADMIN. Pass: ABCD)
    But when testing the connection, I’ve an error:
    <b>Connection failed. Make sure user mapping is set correctly and all connection properties are correct.</b>
    When I test the connection by the link:
    http://sapep:50000/TestJDBC_Web/TestJDBCPage.jsp
    I’ve an error:
    <b>com.sap.ip.bi.sdk.exception.BIConnectionFailedException: Cannot open the connection
    Exception id: [0008C72B8B0C00C60000006F0000114000042C18596CD779]</b>
    Could you please show me how to resolved this problem ?
    I don’t know if it is caused by the trial version ?
    Thank you very much.

    Hi Tweety,
    I assume that you have create the driver with the required .jar files.
    supose its name is MAX_DB
    After that go to "Connector Container" in visual admin. To create a new connector,
    select the connector SDK_JDBC and click the clone button to create a new BI JDBC connector and enter a name for the connector eg., SDK_MAXDB
    Selct the recently created connector and choose the resource Adapter tab. click the add button to assiciate addtional resources the Connector
    To add resource, enter the name as "library:MAX_DB".save the changes and restart the server.
    Now in the portal there is a property "ConnectionFactory" set this to "SDK_MAXDB".
    Now u have said that u have set the values for Driver and Url as
    + Driver: com.sap.dbtech.jdbc.DriverSapDB,
    + Connection URL: jdbc:sapdb://sapep/test
    the value for driver is correct but the value for connection URL is wrong.
    Connection URL:  jdbc:sapdb://<Machine_name>:<Port>/<Databse_name>
    Now i dont what is the port no for MaxDB. as for SQL its 1433, for oracle it is 1521, for netezza it is 5480. U can get it from ur system adm or from net.
    As u have not mentioned the port thats u r facing the problem.
    Regards
    Paresh

  • How can I connect to a database using Java Web Start?

    When I run the application without Java Web Start, the program can get the driver and connect to the database. However, when I try to use this same application with Java Web Start, the program can not load the driver. Why is this happening? I am using a mySql database driver.

    I assume you are trying to connect using JDBC, are did you include the jdbc jar in your resources ?

  • Problem with Progress DB while using to connect using JDBC Adapter

    Hi,
      I am facing Problem with Progress DB while using to connect using JDBC Adapter. I am getting the following error in auditlog file like,
    Error during database connection to the database URL  jdbc:JdbcProgress:T:156.5.31.65:2545:/mfgprodev/devbadb 
    /devsche/i_apoext.db using the  JDBC driver "com.progress.sql.jdbc.JdbcProgressDriver" : com.sap.aii.adapter.jdbc.sql.DriverManagerException: Unable to locate a suitable JDBC driver to establish a connection to URL " jdbc:JdbcProgress:T:156.5.31.65:2545:/mfgprodev/devbadb 
    /devsche/i_apoext.db "
    I tried using the following all URLs,
    1. jdbc:JdbcProgress:T:156.5.31.65:2545:i_apoext.       
    2. jdbc:JdbcProgress:T:156.5.31.65:2545:i_apoext.db     
    3.                                                      
    jdbc:JdbcProgress:T:156.5.31.65:2545:/mfgprodev/devbadb 
    /devsche/i_apoext.                                      
    4.                                                      
    jdbc:JdbcProgress:T:156.5.31.65:2545:/mfgprodev/devbadb 
    /devsche/i_apoext.db.                                  
    Can anyone please help me out in solving this issue.
    May be the cause for this is :
    1) The Wrong URL  format
    2) CLASSPATH is not setted properly..
    Can you look more into this stuff.
    Thanks,
    Soorya.

    Hi,
    To access any database fromm XI, using the JDBC adapter, the corresponding drivers have to be installed on the XI server.
    Just check this note 831162.
    Also, check this PDF to install Drivers in XI,
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f1a10

  • Financial Reports error message Java API can't connect to olap

    Hi,
    On version 11.1.1.3, after reapplication of 11.1.1.3 because of other problems with shared services, get the following message on the diagnostics for the financial reporting server.
    Launch external checker with next command: E:\Hyperion\common\validation\9.5.0.0\launchEssbaseJavaAPI.bat EssbaseJAPIConnect admin ****** hypolap.msj.org http://hypapp2.msj.org:13080/aps/JAPI
    Error: Result: -1; Error message: Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials
    Recommended Action: Make sure external checker is working.
    Financial reports over the Web can not connect to the essbase server. Financial reports through the studio works fine. Any suggestions how to troubleshoot or resolve the issue with the login credentials for the Java API to essbase?
    Anne

    Things to check -
    1) Does the user you specified in the connection have the role OLAP_USER
    2) Does the user you specified in the connection have access to an OLAP schema (analytic workspace or CWM2 ROLAP schema)
    3) Have you installed the correct JDBC files from your database instance into the BI Beans JDBC directory
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • SUPER URGENT - I can't connect Discoverer with my own Oracle Data Base

    Please sobebody help me!
    I've installed Oracle9i Personal, but I can't connect to Discoverer with it.
    When I put the "username" , "password" and the "name of the bank" the system
    returns the message:
    'I was not able define the name of the service'
    What must I do???
    How can I configure the 'Oracle 9i Personal' to connect to Discoverer 4?

    I have highlighted your error. You are trying to invoke a method over a null object.
    Hi,
    Is that something wrong with my db connection? Why I
    can't insert the data to the db. By the way, I using
    Tomcat 3.1, oracle enterprise 8.1.7 and JDK1.3
    <html>
    <head>
    <basefont face="Arial">
    <%@ page language="java" import="java.sql.*" %>
    <%!
    //define variable
    String UId;
    String FName;
    String LName;
    String city;
    String phone;
    String conn;
    %>
    <table border="2" cellspacing="2" cellpadding="5">
    <tr>
    <td><b>Owener</b></td>
    <td><b>First Name</b></td>
    <td><b>Last Name</b></td>
    </tr>
    <%
    Connection connection = null;
    Statement statement = null;
    ResultSet results = null;
    Statement SQLStatement =
    connection.createStatement();
    Class.forName("oracle.jdbc.driver.OracleDriver");
    String url =
    "jdbc:oracle:oci8@administrator:1521:mylogo";
    connection = DriverManager.getConnection(url,
    "sysman", "manager");
    statement = connection.createStatement();
    String Query = "SELECT * FROM USER";
    ResultSet SQLResult =
    SQLStatement.executeQuery(Query);
    while(SQLResult.next())
    UId = SQLResult.getString("LNAME");
    FName = SQLResult.getString("FNAME");
    LName = SQLResult.getString("DEPT");
    city = SQLResult.getString("TITLE");
    phone = SQLResult.getString("TEL");
    out.println("<tr><td>" + UId + "</td></td>" + FName
    me + "</td><td>" + LName
    +"</td><td>" + city + "</td><td>" + phone +"
    +" </td>");
    %>
    <td> <a
    a href="delete.jsp?uid=<%=UId%>">delete</a></td>
    <td> <a
    a href="editform.jsp?uid=<%=UId%>">edit</a></td>
    <td> <a href="insert.htm">Insert</a></td>
    <tr>
    <%
    //close connection
    SQLResult.close();
    SQLStatement.close();
    connection.close();
    %>
    </table>
    </body>
    </html>
    Any help is appreciated !

  • Cannot create SOA-MDS connection for JDBC driver issue

    I am unable to create a SOA-MDS connection in JDeveloper 11.1.1.6. We are using MS SQL Server database and have put the sqljdbc4.jar file into a library in our JDeveloper environments. We can use this to sucessfully create database connections.
    However, when we attempt to configure a SOA-MDS connection which uses our DEV_MDS connection (which uses the com.microsoft.sqlserver.jdbc.SQLServerDriver successfully), we do not see anything in the drop down list for 'Select MDS partition'.
    While looking at the Messages, log, we're getting:
    WARNING: Error reading db partitions for connection DEV_MDS. Reason: MDS-0003: error connecting to the database
    Error during pool creation in Universal Connection Pool Manager MBean
    ...ClassNotFoundException: com.microsoft.sqlserver.jdbc.SQLServerXADataSource
    I opened our sqljdbc4.jar file and see both the SQLServerXADataSource.class and SQLServerDriver.class files in there.
    So why can JDeveloper load one of them but not the other at runtime? Do I need to add the sqljdbc4.jar to a second location (besides a custom Library) in order for the Universal Connection Pool Manager MBean to load it via JDeveloper?
    Please advise,
    Michael
    NOTE: I can manually query the database and see 'soa-infra', 'owsm' and 'obpm' partitions just fine.
    Edited by: mscongdon on Aug 14, 2012 9:33 AM

    Hi,
    Do you use MS SQL Server as your MDS database? Did you create an MDS in it using RCU?
    When you created the database connection in JDeveloper could you test it succesfully? Can you connect to it with the Database Navigator?
    Regards,
    Martien

  • Cannot connect to JDBC data source

    We are trying to configure Visual Composer to connect to the backend BI-ABAP
    BI database which is DB2, from the Visual Admin on the windows box.
    Downloaded the driver for DB2 JDBC from IBM website
    (ibm_data_server_driver_package_win64_ALL_LANG_v97.exe) Not sure if this is the correct driver, because we are unable to connect to the BI
    Landscape information
    BI- ABAP: NW 701 SP4 AIX 6100-3/DB2 v9.5.0.4,FIXPACK 4
    BI-JAVA: NW 701 SP4 WIN2003 X64/SQL2005 SP3
    When i run this url http://servername:port/TestJDBC_Web/test2 i i get the following error
    Exception Details:
    com.sap.ip.bi.sdk.exception.BIConnectionFailedException: Cannot open the connection
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcConnectionFactory.getConnectionEx(JdbcConnectionFactory.java:238)
         at com.sap.ip.bi.sdk.trialarea.connector.servlet.model.JDBCModel.getConnection(JDBCModel.java:796)
         at com.sap.ip.bi.sdk.trialarea.connector.servlet.model.JDBCModel.getTables(JDBCModel.java:132)
         at com.sap.ip.bi.sdk.trialarea.connector.servlet.controller.Control2.doPost(Control2.java:25)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
    Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot open the connection
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnection.(JdbcManagedConnection.java:123)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnectionFactory.createManagedConnection(JdbcManagedConnectionFactory.java:112)
         at com.sap.engine.services.connector.jca.ConnectionHashSet.match(ConnectionHashSet.java:338)
         at com.sap.engine.services.connector.jca.ConnectionManagerImpl.allocateConnection(ConnectionManagerImpl.java:262)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcConnectionFactory.getConnectionEx(JdbcConnectionFactory.java:233)
         ... 19 more
    Caused by: com.sap.ip.bi.sdk.exception.BIResourceException: Cannot connect to JDBC data source
         at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connectDB(Connection.java:336)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connect(Connection.java:99)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.JdbcManagedConnection.(JdbcManagedConnection.java:118)
         ... 23 more
    Caused by: java.sql.SQLException: No suitable driver
         at java.sql.DriverManager.getConnection(DriverManager.java:532)
         at java.sql.DriverManager.getConnection(DriverManager.java:140)
         at com.sap.ip.bi.sdk.dac.connector.jdbc.impl.Connection.connectDB(Connection.java:320)
         ... 25 more

    Hi,
    you can check the configuration:
    http://help.sap.com/saphelp_scm50/helpdata/en/43/e35b3315bb2d57e10000000a422035/content.htm
    Regards, Mayur

Maybe you are looking for

  • Can't access any messages from (huge) sent .mbox

    Hi - I had posted this elsewhere & gotten a helpful response, but now I can't find my thread - I'm so confused!!!! Anyway - many months ago, I started to not be able to see sent emails ("needs to be downloaded from server" error). I didn't know what

  • Manuel Page Breaks / Excel Output

    Hello, I did a report which opens an Excel Sheet "inplace" to output the data. Therefore I used the interfaces "i_oi_spreadsheet" and "i_oi_document_proxy". Unfortunately these interfaces do not provide me with a possibility to insert a manual page b

  • Missing destination region in veo1

    In ve01 destination region is missed and veiav table not getting update with destination region. and ve01 log is shown as: incomplete - please maintain FT data for the document what could be the reason here 'export' we are using in VE01 for intrasat

  • HT1420 Is it possible to determine which machines are Itunes authorized?

    Is it possible to determine which machines are Itunes authorized so I can only deauthorize one or is it not possible to see a list of your authorized machines?

  • Forwarding email to an incremental distribution list

    Is it possible to setup that "when an email arrives in a mailbox that it is forwarded to user1, then the next email that arrives is forwarded to user2, then the next email that arrives is forwarded to user3 and so until the list of users is complete