Creating datasource in visual Administrator

Hi,
i am trying to create a datasource from the  visual adminsitrator to connect to the mssql as backend,but it is giving the error as not able to connect and raising some exceptions.
the properties i am specifying to the datasource is extracted from the following link
http://help.sap.com/saphelp_webas630/helpdata/en/ab/082484173ae045ab8dad8a41d33da3/content.htm
can any one of u tell me the solution to connect to the database, if u have given in the steps wise, it will be more helpful to me.
u can tell me the steps from the startingi.e., total connections.
Thanks & Regards,
sireesha.

the error is,
ava.rmi.RemoteException: Error occurred while starting application in whole cluster and wait.; nested exception is:
     com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Clusterwide execption: server ID 1761750:Cannot create DataSource "first_dsn".
     at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.startApplicationAndWait(DeployCommunicatorImpl.java:679)
     at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.startApplicationAndWait(DeployCommunicatorImpl.java:661)
     at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.startApplication(DataSourceManagerImpl.java:562)
     at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.deploy(DataSourceManagerImpl.java:261)
     at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.createDataSource(DataSourceManagerImpl.java:317)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:324)
     at com.sap.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:58)
     at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke(AdditionalInfoProviderMBean.java:289)
     at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:944)
     at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)
     at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:400)
kindly go through the error specified here,
regards,
sireesha.

Similar Messages

  • Creating DataSource in Visual Administrator for Oracle DataBase

    Hi Experts,
    I want to connect to external Orcle Database from my application(EJbs,Web Dynpro) where i need to call some stored Procedures.for that one i want to create
    DataSource in Visual Administrator.
    i got some doubts for  creating DataSource in Visual Administrator
    1.which SQL engine i need to use(open SQL or Native SQL or Vendor SQL)
    2.shall i need to deploy any additional drivers(jars) in WAS
    any help will be appriciated
    thanks in Advance
    With Regards
    Naidu

    I can see you are still looking for answeres, I have included more explicit examples of how to connect to an Oracle DB via an SAP Visual Administrator Datasource.
    First the DB has to exist and you should be able to connect to it using some other application to test with like Toad for example.
    Secondly for installing the Data Source via Visual Administrator you will need to verify that you have a an Database Driver defined in the Visual Admin first, if not define one. Defining an oracle driver is as simple as providing an alias name for the driver and supplying the Oracle classses.jar, or ojdbc14.jar. Click Create Driver in the Visual Admin enter an alias name  and click Browse to find one of the jar files mentioned above. Once done click the diskette looking icon to save.
    After the above 2 steps you can either define the Datasource manually in the Visual Administrator or Import the datasource via an xml file as defined below.
    I have included a mock datasource.xml file which you can copy and paste and more or less use as  a reference.
    <b>Note</b>
    With Oracle I have always sected <b>Vender SQL</b> as I can not get any of the other selections to work properly when connecting to our Oracle DB. I have also used this approach to connect to Oracle 8 databases as well. We have been using these Datasources in production for many years without incident.
    Variables Defined
    <b> data-source-name </b> PORTFOLIODS is the name we use to look up the Datasource via JDBC.
    <b>driver-name </b>  The name that you have defined for the Oracle jar libary you added as a Database Driver via the Visual Administrator.
    <b> url </b>           The "Type 3" Network URL pathname to the Oracle DB.
    <b> user </b>        The account you want to log in as.
    <b> password </b> The account password for the DB.
    Cheers,
    Alex
    <?xml version='1.0' encoding='UTF-8'?>
    <!DOCTYPE data-sources SYSTEM 'data-sources.dtd'>
    <data-sources>
      <application-name>chep.com/JDBCConnectior_PORTFOLIODS.xml</application-name>
      <data-source>
        <data-source-name>PORTFOLIODS</data-source-name>
        <driver-name>Oracle9i</driver-name>
        <max-connections>25</max-connections>
        <max-time-to-wait-connection>60</max-time-to-wait-connection>
        <sql-engine>vendor_sql</sql-engine>
        <jdbc-2.0>
          <cpds-class-name>oracle.jdbc.pool.OracleConnectionPoolDataSource</cpds-class-name>
          <object-factory>oracle.jdbc.pool.OracleDataSourceFactory</object-factory>
          <properties>
            <property>
              <property-name>url</property-name>
              <property-value>jdbc:oracle:thin:@usdenedu169.cnn.com:1521:ORCL</property-value>
            </property>
            <property>
              <property-name>user</property-name>
              <property-value>LogisticsApplication</property-value>
            </property>
            <property>
              <property-name>password</property-name>
              <property-value>logisticsAppPwd</property-value>
            </property>
          </properties>
        </jdbc-2.0>
      </data-source>
    </data-sources>

  • Using the datasource in Visual Administrator in the portal appliction

    Hi All,
    <b>
    I want to use the datasource created in the Visual Administrator in my portal application. How do I use it in the portal application to create some tables and make some entries???
    </b>
    regards
    Brahmachaitanya

    Hi Brahmachaitanya ,
    You can do a lookup like this:
    InitialContext contx = new InitialContext();
    DataSource datasource = (DataSource)contx.lookup("jdbc/SAPJ2EDB");
    Connection connection = datasource.getConnection();
    Greetings,
    Praveen Gudapati
    p.s. Points are always welcome for helpful answers

  • Problem facing while creating DataSource through visual admin utility

    Hi,
    I have created my database on shw6ur-3\tdemand_1 machine where shw6ur-3 is machine name and tdemand_1 is database instance. Still now we used to create database on the sqlserver machine without databaseinstance . This is first time we have installed separate database instance tdemand_1 on the machine. I am entering parameter through visual admin->serverices-> JDBC connector to create database parameter are server name: shw6ur-3\tdemand_1 and database:ABC.
    But it is not allowing me to create the DataSource.
    I am having the doubt on server name.
    Does anybody know how to create DataSource to connect to particular database on particular database instance.
    regards,
    Chandan

    If you connect as sys you have to specify that you want to connect in the role of sysdba or sysoper.
    In the connection dialog you'll find a drop down box where you select sysdba instead of normal.
    Timo

  • Creating a new Driver/DataSource in Visual Administrator

    Hello,
    I have been struggling to create a Data Source for a SQL Server DB in Visual Admin. I did the following.
    1) Created a new Driver MSSQL, added to it msutil.jar, mssqlserver.jar and msbase.jar.
    2) Created a new data source gave it a name, description
    - Selected the MSSQL driver which I just created
    - JDBC Version 1.x
    - Driver class:
       com.microsoft.jdbc.sqlserver.SQLServerDriver.class
    - Database URL:
    jdbc:microsoft:sqlserver://xxx.xxx.xx.xx:1433;databaseName=TestDB
    3)Tried both Open SQL and Vendor SQL as database engines.
    4) Gave the appropriate user id and password
    With the above configuration when I entered a SQL Statement in the 'DB Initialization' tab and executed it, I got a SQL Server Driver Class not found exception.
    My second configuration was to use the JDBC Version 2.0
    with the following settings:
    1) Use the same MSSQL driver which I created
    2) JDBC Version 2.0
    3) Object Factory: com.microsoft.jdbcx.sqlServer.SQLServerDataSourceFactory
    4) DataSource Type: ConnectionPoolDataSource
    5) CPDS classname: com.microsoft.jdbcx.sqlServer.SQLServerDataSource
    6) Gave the required key, values in the 'Additional' Tab
    7) Chose Vendor SQL as the SQL Engine.
    With the second configuration I can connect and talk to the database.
    Why would I not be able to connect to the DB in my first configuration? Are there any other configuration steps I am missing for using the JDBC 1.0?
    Thanks,
    Asheesh

    If you are trying to create a new DBPool then you can use the OSS note 706216. This describes the method of adding the connection pools using the commands in the telnet console
    I hope this helps
    D

  • Error creating user in UME or visual administrator

    I am trying to create solman_admin userid in J2ee. I tried first in UME - Identity Management signing in as j2ee_admin when I click on create user I get
    Current user has user creation permissions in the UME, but cannot create users in the back-end system (data source). The original and possibly untranslated message was: "No active writeable datasource found for user creation, check your Persistence Configuration.".
    I then tried signing into the Visual Administrator with j2ee_admin and creating a user there but still get an error message cannot create user.  I believe the error message above is saying that j2ee_admin does not have access to update in ABAP?  Does anyone know how to resolve this problem?

    Hi
    You are rt, check for datasource used, probably it is database. change the UME datasource from database to ABAP and connect to your production client
    regards,
    Shyam.

  • Error in creating MSSQL 2005 server Datasource in visual admin

    I need to create a datasource in Visual Admin for SQL Server 2005. I have already downloaded the JDBC Driver for SQL server 2005 and while creating the driver in visual admin I specified sqljdbc.jar from the downloaded directory.
    Then created the datasource, filling out the following properties:
    o Main tab > DataSource Name: fx “MyDatasource”
    o Main tab > Add Alias: fx “MyAlias”
    o Main tab > Driver Name: SQL Server
    o Main tab > JDBC version: 2.0 (with XA support)
    o Main tab > Object factory: com.microsoft.jdbcx.sqlserver.SQLServerDataSourceFactory
    o Main tab > DataSource Type: ConnectionPoolDataSource
    o Main tab > CPDS classname: com.microsoft.jdbcx.sqlserver.SQLServerDataSource
    o Additional tab > add property “serverName = <myserver>,
    o Additional tab > add property “databaseName = <mydb>,
    o Additional tab > add property “portNumber = <port>, fx 1433”
    o Additional tab > add property “user = <sql database user>, fx sa”
    o Additional tab > add property “password = <password>”
    Then I set the initial connections to 1. On saving, I was shown an error saying:
    Causedby: java.lang.ClassNotFoundException:com.microsoft.jdbcx.sqlserver.SQLServerDataSourceFactory
    Then I tried with SAP’s Driver for MSSQL, giving the parameters as:
    Driver Name: SYSTEM_DRIVER
    JDBC Version: 1.x
    Driver Class: com.sap.portals.jdbc.sqlserver.SQLServerDriver.class
    Database URL: jdbc:sap:sqlserver://<myserver>:1433;DatabaseName=<mydb>
    On saving an error was generated saying:
    Causedby:java.lang.ClassNotFoundException:com.sap.portals.jdbc.sqlserver.SQLServerDriver.class
    Where have I gone wrong? Pls help.
    Regards
    Shyam.
    <b></b><b></b>

    hi all,
    i have solved the issue.
    it was due to the changes in formats of the driverclass name&URl for accessing SQLServer2005.
    Details:
    in SQLServer2000:
    the driverclass name format is like:
    com.sqlserver.microsoft.jdbc.SQLServerDriver
    but in SQLServer2005 it is:
    com.microsoft.sqlserver.jdbc.SQLServerDriver
    and
    the URL in SQLServer2005 should be of the format:
    jdbc:sqlserver://<server>:1433;DatabaseName=<db>
    instead of SQLServer2000's
    jdbc:microsoft:sqlserver://<server>:1433;DatabaseName=<db>.the prefix has
    changed.
    i selected JDBC version as 1.x.
    now its working fine and i cud fetch data from the db in my Web dynpro appln.
    Thanks a lot.
    regards
    shyam.

  • How to user Create ID/Passrod in  Visual Administrator

    Hi All
    I don't want to share J2EE admin ID/Password. How can i create a user and assign access to Visual administrator.
    Thanks

    Hi,
    Please login to Visual Admin using an user id and pwd which has administration authorisation of J2ee engine with the P4 port and go to security provider under cluster configuration and you would find a tab on the right hand side for user management under which you would find an option for creation of users and groups.
    Hope this helps. pls reward points if useful.
    Regards
    Sree

  • Creating more administrator accounts for Visual Administrator

    Hi
    Is it possible to create more accounts for Visual Administrator besides the Admin account. So for example if I wanted to let the development team have access to Visual Admin but I don’t want them to use the Administrator account ???
    Regards,

    Boris,
    If you want to use the Visual Admin, use these instructions:
    http://help.sap.com/saphelp_nw04s/helpdata/en/23/355d87507141548c6f893f28aac7f5/frameset.htm
    If you want to use identity management (user administration console) use these instructions:
    http://help.sap.com/saphelp_nw04s/helpdata/en/4a/e06f429c789041e10000000a1550b0/frameset.htm
    Both UIs do more or less the same thing. With Visual Admin you can assign security roles. With identity management, you can assign UME roles and actions.
    The identity management UI has been updated in NW2004s if you are using NW2004 use the instructions here:
    http://help.sap.com/saphelp_nw04/helpdata/en/70/9be23d44d48e5be10000000a114084/frameset.htm
    Feel free to ask more questions if you have trouble. I maintain some of those help files so I would be interested to find out where you are having trouble.
    -Michael

  • Create datasource in SAP Netweaver (SP15)

    Hi:
    we need to create a datasource in SAP Netweaver (SP15).
    This datasource is an Oracle Database placed in a different host.
    From the Visual Administrator we have accessed to :
    Server - Services - JDBC Connector
    In tab Runtime I have set the following parameters:
    Driver Name : SYSTEM_DRIVER
    JDBC Version: 1.x (no XA support)
    Driver Class: com.sap.portal.jdbcdrivers.P9oracle.jar
    Database URL: jdbc:Oracle://hostname/SID
    User: <oracle user>
    Password: <password oracle user>
    Anyone can say me if it is necessary anything more or if one of those parameters is bad?
    Thanks

    Hi Jose,
        Follow the Document to complete the list.
    http://help.sap.com/saphelp_webas630/helpdata/en/ab/082484173ae045ab8dad8a41d33da3/content.htm
    The Parametrs you give fulfill the Parameter List to be given.Have you tested on it.
    Regards,
    Raja Akella

  • Unalbe to create DataSource in WAS

    Hi All,
    I am trying to create a DataSource to conenct to Orable DB using Visaul Administrator.
    I tried creating a Data Source per the guidelines mentioned on the Help Potral: http://help.sap.com/saphelp_nw04/helpdata/en/ab/082484173ae045ab8dad8a41d33da3/frameset.htm
    But when I try to save the details of the Data Source, it throws an expection saying Unable to Create Data Source. The nested exceptions are 'Remote Exceptions' & 'Server Deployment Exceptions', etc.
    Am I missing some configuration which is required before directly jumping to Data Source creation?
    Thanks in advance.
    -Vaibhav.

    Hi Vladimir,
    Thanks for replying. I've getting following Exception Stack Trace:
    [code]Java.rmi.RemoteException: Error occurred while starting application in whole cluster and wait.; nested exception is:
         com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Clusterwide execption: server ID 1212750:Cannot create DataSource "testDS".
         at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.startApplicationAndWait(DeployCommunicatorImpl.java:679)
         at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.startApplicationAndWait(DeployCommunicatorImpl.java:661)
         at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.startApplication(DataSourceManagerImpl.java:562)
         at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.deploy(DataSourceManagerImpl.java:261)
         at com.sap.engine.services.dbpool.deploy.DataSourceManagerImpl.createDataSource(DataSourceManagerImpl.java:317)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:324)
         at com.sap.pj.jmx.introspect.DefaultMBeanInvoker.invoke(DefaultMBeanInvoker.java:58)
         at com.sap.pj.jmx.mbeaninfo.AdditionalInfoProviderMBean.invoke(AdditionalInfoProviderMBean.java:289)
         at com.sap.pj.jmx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:944)
         at com.sap.pj.jmx.server.interceptor.MBeanServerWrapperInterceptor.invoke(MBeanServerWrapperInterceptor.java:288)
         at com.sap.engine.services.jmx.CompletionInterceptor.invoke(CompletionInterceptor.java:400)
         at com.sap.engine.services.jmx.RedirectInterceptor.invoke(RedirectInterceptor.java:340)
         at com.sap.pj.jmx.server.interceptor.MBeanServerInterceptorChain.invoke(MBeanServerInterceptorChain.java:330)
         at com.sap.engine.services.jmx.MBeanServerSecurityWrapper.invoke(MBeanServerSecurityWrapper.java:287)
         at com.sap.engine.services.jmx.MBeanServerInvoker.invokeMbs(MBeanServerInvoker.java:157)
         at com.sap.engine.services.jmx.ClusterInterceptor.invokeMbs(ClusterInterceptor.java:220)
         at com.sap.engine.services.jmx.ClusterInterceptor.invoke(ClusterInterceptor.java:803)
         at com.sap.engine.services.jmx.MBeanServerInterceptorInvoker.invokeMbs(MBeanServerInterceptorInvoker.java:102)
         at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImpl.invokeMbs(P4ConnectorServerImpl.java:61)
         at com.sap.engine.services.jmx.connector.p4.P4ConnectorServerImplp4_Skel.dispatch(P4ConnectorServerImplp4_Skel.java:64)
         at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:291)
         at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:183)
         at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:119)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:37)
         at com.sap.engine.core.cluster.impl6.session.UnorderedChannel$MessageRunner.run(UnorderedChannel.java:71)
         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:94)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:162)
    Caused by: com.sap.engine.services.deploy.exceptions.ServerDeploymentException: Clusterwide execption: server ID 1212750:Cannot create DataSource "testDS".
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.sleepClientThread(ParallelAdapter.java:232)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.runInTheSameThread(ParallelAdapter.java:113)
         at com.sap.engine.services.deploy.server.application.ParallelAdapter.makeAllPhasesAndWait(ParallelAdapter.java:214)
         at com.sap.engine.services.deploy.server.DeployServiceImpl.startApplicationAndWait(DeployServiceImpl.java:4601)
         at com.sap.engine.services.deploy.server.DeployCommunicatorImpl.startApplicationAndWait(DeployCommunicatorImpl.java:677)
         ... 31 more[/code]
    In this case I was using SYSTEM_DRIVER. Now I've imported the Classes12.zip using Visual Administrator. Now I'm able to save the DataSource but unable to test the DataSource. How to test if the DS i've created is working or not?
    Thanks!
    -Vaibhav.

  • JDBC Connector service in visual administrator

    Hi All,
    JDBC Connector service in visual administrator is not getting start or stopped.
    I checked in Visual admiistrator ,then in JDBC Connector. On right click to JDBC Connector, Start or stop options are disabled.
    It may be because of wrong configuration,please provide me the solution for this  or provide me the configuration settings for JDBC Connector, so that i could recheck.Please tell how to start JDBC Connector from visual administrator services.
    Points will be awarded.
    Thanks & Regards,
    Aman.

    Hi Aman,
    > i am also not able to start/stop data sources that i have created manually
    On such datasources, for each one there is one .xml entry (the DS definition file)and below that, the datasource settings can be reached. If you mark the first one - the xml definition file - you get a blank screen right-hand, but at the same time, the "Stop" button (tooltip: "Stop Selected Standalone Application"; or the corresponding "Start" button, depending on the DS state) gets clickable.
    This does not hold for the preconfigured default DS (which also has no xml entry).
    Hope it helps
    Detlev

  • Creation of Datasourece for SQL in Visual Administrator

    Hi,
    Can anybody give me the procedure to create datasource for SQL Server in the Visual admin. I want to know all the parameters that we need to give while connecting (like Drivers, URL etc).
    Thanks,
    Raju Bonagiri

    Hi,
    I am not using CE. I cannot find all the things i.e deploying a new database driver in the NWA.
    in my case the databse which i am connecting is MS-SQL .. so is it enough if we create Driver and add the required JARS in it..
    I want to know where can i create a database driver. And can you please specify the name of the class and also the connection URL which we need to use.
    waiting for your reply.
    Edited by: Raju Bonagiri on Feb 18, 2009 11:04 AM

  • Visual administrator access problem

    I'm trying to access the Visual Admin. I created an user with the SAP_J2EE_role, I'm able to access the sap GUI but not the Visual administrator.
    ERror is: User authentication failed.
    Thanks all,
    Vito

    Try this steps
    C:\usr\sap\J2E\JC01\j2ee\configtool->configtool.bat->open it
    1. Click on Secure store
    2. Right you will find :
    admin/password/J2E->retype your admin passowrd which you gave during installation=>SAVE properly
    Restart the server and try login visual admin
    Regards
    Suresh

  • Visual Administrator - Login Problem

    hi all,
    I am having problem starting visual administrator.since i am a new user here, i am provided with the user id/password ( not Administrator UID/PW ) and told that it has necessary authorizations.
    when i try to start the VA by using my UID/PW and given connection paramters with the http port 55000,
    Getting an error- unable to look up a connection "name i gave"
                             unable to lookup connection with the parameters "name i gave : port"
    Lookup connection via message server - ( i chose this option while creating connetion paramters )
    Direct connection to a dispatcher node
    what am i doing wrong ? don't i have necessary permissions or i need to use the administrator and password ?
    And we have two instances ( MD1 & MD2 ) running on the same server..how do i get the diiferent instance in VA by giving the same http port 55000 ?
    I am not able to login..please help.
    Addy

    Nicholls,
    I mentioned it wrongly..The P4 port was 55004 only..but the message server port shows only 3960.
    > The Java message server port is normally 81xx, where xx is the instance number of SCS. I can't guess what that value is, but it is often 1  number higher than the CI number (in your case 50, which means SCS of 51).
    The CI is 50..but why do we calculate 81xx ? And i always check the system info page only for any port information..that shows me only 3960.
    Is it how we need to calculate for message port ( 81xx )...I was not knowing that..!
    Now, I tried with 8151 also as per your guidance..but, no luck..:-(
    Thanks!
    Addy

Maybe you are looking for

  • Extractor checking for 2LIS_02_SCL = 0 records selected

    When I try to check extraction (in RSA3) for 2LIS_02_SCL I get "0 data record selected" even if there is plenty of data (PO's) created. Could it be that the DataSource hasn't been actived?

  • 'Workflow's EVENT_DATA TYPE Using AQ XML Servlet

    Is there a way to put xml into the event_data subtype of the WF_EVENT_T type without escaping it as a CDATA section? Currently, I have to escape the content of the EVENT_DATA element, otherwise it thinks it is part of the WF_EVENT_T type if the conte

  • Deactivate question "Do you want to save" when closing

    Very good in Lion: when switching off the computer all programs close immediately. But Logic: always this stupid question "Do you want to save?". How could I get rid of this question, deactivate it in order to get the program closing immediately.

  • Execution of this code

    Hai All declare pin_no varchar2(26); pin_date date; pin_time varchar2(25); mstr varchar2(200); m_file TEXT_IO.FILE_TYPE; m_file_path varchar2(100) := :global.filename; line_count number; M_BARCODE VARCHAR2(26); M_BARDATE DATE; M_BARTIME varchar2(25);

  • ITunes error message on authorized computers.

    I have 2 laptops that have been authorized for iTunes home sharing. I can see each music library from the other, but when I try to move the music from the old laptop to the new one I get an error message that says the computer is not authorized. When