Isql*plus DBA logins

I want the steps required for configuring isql*plus for dba logins,
when i connect to the following url:
http://192.168.1.203:5560/isqlplus/dba/dynamic
it prompt me for a username and password, how to setup this dba username and password

Hi Paul,
I understand your concern, but could you given the examples of how we can add a DBA user4 login thru iSQL*PLUS. As you said, I made the necessary changes but its still not working. here is what I tried:
[oracle@physicalhost ~]$ /home/oracle/oracle/product/10.2.0/db_1/jdk/bin/java -Djava.security.properties=/home/oracle/oracle/product/10.2.0/db_1/oc4j/j2ee/home/config/jazn.security.props -jar /home/oracle/oracle/product/10.2.0/db_1/oc4j/j2ee/home/jazn.jar -user "admin" -password welcome -shell
oracle.security.jazn.JAZNRuntimeException: Configuration file "config/jazn.xml" does not exist. Check your JAAS configuration settings.
at oracle.security.jazn.JAZNConfig.getJAZNProperties(Unknown Source)
at oracle.security.jazn.JAZNConfig.access$100(Unknown Source)
at oracle.security.jazn.JAZNConfig$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jazn.JAZNConfig.getJAZNPropertiesNoCheck(Unknown Source)
at oracle.security.jazn.JAZNConfig.<init>(Unknown Source)
at oracle.security.jazn.JAZNConfig.initJAZNSingleton(Unknown Source)
at oracle.security.jazn.JAZNConfig.getJAZNConfig(Unknown Source)
at oracle.security.jazn.util.Dbg$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jazn.util.Dbg.getJAZNProperty(Unknown Source)
at oracle.security.jazn.util.Dbg.getBoolJAZNAndSystemProperty(Unknown Source)
at oracle.security.jazn.util.Dbg.<clinit>(Unknown Source)
at oracle.security.jazn.JAZNConfig.fileExists(Unknown Source)
at oracle.security.jazn.JAZNConfig.getDefaultJAZNConfigFilePath(Unknown Source)
at oracle.security.jazn.JAZNConfig.access$000(Unknown Source)
at oracle.security.jazn.JAZNConfig$2.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at oracle.security.jazn.JAZNConfig.getJAZNPropertiesNoCheck(Unknown Source)
at oracle.security.jazn.JAZNConfig.<init>(Unknown Source)
at oracle.security.jazn.JAZNConfig.initJAZNSingleton(Unknown Source)
at oracle.security.jazn.JAZNConfig.getJAZNConfig(Unknown Source)
at oracle.security.jazn.tools.Admintool.refresh(Unknown Source)
at oracle.security.jazn.tools.Admintool.init(Unknown Source)
at oracle.security.jazn.tools.Admintool.main(Unknown Source)
JAZN:> adduser "iSQL*Plus DBA" abc abc
The specified realm does not exist in the system.
JAZN:>

Similar Messages

  • ISQL*Plus DBA URL

    I just installed 10g, during install I changed the passwords for sys and system. I still cannot login to iSQL*Plus. The enterprise console seems to work all except for iSQL*Plus. For username/password I used scott/tiger, system/manager, system/'my password', system/welcome and none work.
    From the documentation I attempted the following from the 10g docs:
    Create and Manage Users for the iSQL*Plus DBA URL
    The actions available to manage users for the iSQL*Plus DBA URL are:
    Create users
    List users
    Grant the webDba role
    Remove users
    Revoke the webDba role
    Change user passwords
    You perform these actions from the $ORACLE_HOME/oc4j/j2ee/isqlplus/application-deployments/isqlplus directory.
    $JAVA_HOME is the location of your JDK (1.4 or above). It should be set to $ORACLE_HOME/jdk, but you may use another JDK.
    admin_password is the password for the iSQL*Plus DBA realm administrator user, admin. The password for the admin user is set to 'welcome' by default. You should change this password as soon as possible. See Change User Passwords.
    A JAZN shell option, and a command line option are given for all steps.
    To start the JAZN shell, enter:
    $JAVA_HOME/bin/java -Djava.security.properties=$ORACLE_HOME/sqlplus/admin/iplus/provider -jar $ORACLE_HOME/oc4j/j2ee/home/jazn.jar -user "iSQL*Plus DBA/admin" -password admin_password -shell
    To exit the JAZN shell, enter:
    EXIT
    Change User Passwords
    To change a user's password from the JAZN shell, enter:
    JAZN> setpasswd "iSQL*Plus DBA" username old_password new_password
    To change a user's password from the command-line, enter:
    $JAVA_HOME/bin/java -Djava.security.properties=$ORACLE_HOME/sqlplus/admin/iplus/provider -jar $ORACLE_HOME/oc4j/j2ee/home/jazn.jar -user "iSQL*Plus DBA/admin" -password admin_password -setpasswd "iSQL*Plus DBA" username old_password new_password
    End of documentation.
    I attempted to follow these instructions. I assume that I use the command prompt from Windows XP Pro. My Oracle Home is:C:\oracle\product\10.1.0\db_1\ and my Java Home is:C:\oracle\product\10.1.0\db_1\jdk\bin\
    I can't get to the 10.1.0 directory, dos give an error saying it's an invalid directory.
    I have tried several other things and after 8 hours I am at an end.
    Any ideas?

    This should help.
    Open a Windows command shell (Type Start > Run and enter "cmd" in the dialog).
    The enter the following at your command prompt:
    set ORACLE_HOME=C:\oracle\product\10.1.0\db_1
    set JAVA_HOME=%ORACLE_HOME%\jdk
    cd %ORACLE_HOME%\oc4j\j2ee\isqlplus\application-deployments\isqlplus
    %JAVA_HOM%\bin\java -Djava.security.properties=%ORACLE_HOME%\sqlplus\admin\iplus\provider -jar %ORACLE_HOME%\oc4j\j2ee\home\jazn.jar -user "iSQL*Plus DBA/admin" -password welcome -shell
    You should now be in the JAZN Admin command line tool. Follow the rest of the documentation to then use JAZN Admin to:
    * Change the default administration password ( from admin/welcome)
    * Create a new iSQL*Plus DBA user
    * Grant the webDba role to the new user
    You will need to restart iSQL*Plus before the changes are available.
    Alison

  • Isql* plus DBA connection

    Hi
    i am using oracle 10.2 and when i tried to connect as sysdba to this link "http://administrator:5560/isqlplus/dba"
    a pop up window comes an asked me to enter user name and password,
    tha window is labled as "Connect to administrator"
    isql* plus DBA
    can sombody tell me how can i go through this security layer
    Thanks & Regard

    See your isqlplus connection as sysdba

  • Login in sysdba mode from isql*plus in oracle9i

    what is a operating system user in oracle and how to create it?
    how to log in isql*plus with sys or system user with sysdba or sysoper ?

    If you are using a 10.x version of iSQL*Plus, you'll need to use JAZN to set up a user to access the iSQL*Plus DBA URL. This is protected by default, using Basic authentication. So you'll need to set this up manually, then login with the credentials you create. The doc for this is here:
    http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#sthref475
    Alison

  • Can't login isql*plus as sys sysdba

    Installed 10g on Windows XP SP3.
    Everything works fine except can not login as sys sysdba via url
    http://I6000D:5560/isqlplus/dba
    It prompts for ONLY username and password and connection ID. however, I don't where to enter 'As sysdba'. Tried put 'as sysdba' in each field but no use.
    No problem from DOS command prompt: connect sys/pwd as sysdba

    Confused about the info on the web site regarding enabling dba
    - Do i do the enabling only, or everything after enabling, like ' To set up the iSQL*Plus DBA URL'?
    - for enabling dba access, please provide detailed instructions since I have very little time to get this resolved
    That web site pointing to a lot of documents. do not know which doc to look into...
    Thanks for the help,
    Dennis

  • ISQL*Plus problem..

    I am a newbie of Oracle, just installed Oracle in my own PC as well as iSQLPlus servies started.
    I have no problem in entering http://MYIP:5560/isqlplus, I failed to login by using sys account.
    It return an error 'ERROR - ORA-28009: connection to sys should be as sysdba or sysoper'
    I entered:
    username: sys
    password: [password for sys]
    Connect Identifier: eepmf (name of my DB)
    I have ever tried to leave Connection Identifier empty. But the problem persist.
    Did I miss the Oracle Net Connection string? (According to my study guide, but I am not sure what is it)... Could someone help me? Thank you so much

    I am trying to do the following but cannot proceed in step 2...
    To set up the iSQL*Plus DBA URL
    1) Create users for the iSQL*Plus DBA URL - I have created a new user named 'stanley'.
    2) Grant the webDba role to users. - When I tried to add the role to this user, I cannot find 'WebDBA', I just found a role named DBA but not WebDBA - are they the same or I missed some steps?
    3) Restart the iSQL*Plus server after making any changes to the JAZN authentication file, jazn-data.xml. The JAZN authentication file is changed when you use the JAZN admin tool to set up users for the iSQL*Plus DBA URL.

  • ISQL plus 10g

    Hi, I am trying to setup iSQL plus on Windows.
    I know I need to setup a WebDBA through Jazn. The only documentation I can find for this however is for Unix/Linux.
    The command line $JAVA_HOME/bin/java -Djava.security.properties=$ORACLE_HOME/sqlplus/admin/iplus/provider -jar $ORACLE_HOME/oc4j/j2ee/home/jazn.jar -user "iSQL*Plus DBA/admin" -password admin_password -shell
    will obviously not work. Windows does not use links like Unix/linux and when I look for Documentation on how to get into the Jazn shell in windows I find nothing.
    Any help is appreciated.

    Goto
    %ORACLE_HOME%\oc4j\j2ee\isqlplus\application-deployments\isqlplus
    I have found that Oracle doesn't Always have the environment variable set. So you may have to goto your actual directory. Mine was G:\oracle\product\10.1.0\Db_1\oc4j\j2ee\isqlplus\application-deployments\isqlplus
    Oracle uses something else in the registrey under HKLM > Software > Oracle > Home0 (forgot the variable)
    But anyways, once you goto that directory run this command (obviously substituting your variables to point to your system)
    java -Djava.security.properties=G:\oracle\product\10.1.0\Db_1\sqlplus\admin\iplus\provider -jar G:\oracle\product\10.1.0\Db_1\oc4j\j2ee\home\jazn.jar -user "iSQL*Plus DBA/admin" -password !welcome -shell
    Or you could try this one if you have Oracle_Home set as a variable. You can set variables by right clicking my computer and going to properties then Advanced and Environment Variables at the bottom. Just Make it Oracle_Home and the path to your home. For example mine would of been G:\oracle\product\10.1.0\Db_1
    You can run the following command with that home set. Re open your command prompt so it's been set.
    java -Djava.security.properties=%ORACLE_HOME%\sqlplus\admin\iplus\provider -jar %ORACLE_HOME%\oc4j\j2ee\home\jazn.jar -user "iSQL*Plus DBA/admin" -password !welcome -shell
    Also make sure the server was installed with a static IP or that will mess you up as well.
    Once you get into the JAZN you can goto this link for the documantation on what to type. Remember this will not work unless it is run from within that directory.
    http://download-west.oracle.com/docs/cd/B12037_01/server.101/b12170/ch3.htm#sthref468
    You basically type in
    adduser "iSQL*Plus DBA" username password
    Then
    grantrole webDba "iSQL*Plus DBA" username
    Then type exit and you are done.
    Then goto http://machine_name.domain:5560/isqlplus/dba
    Or you can access iSQL Plus from the Enterprise Manager. THe user name and password you enter on the screen that pops up for authentication is the same one you used for JAZN. To login as sysdba requires authenticationg through JAZN.
    Hope this helps!

  • Confusion with isql*plus

    good Morning to all;
    What's the procedure to start isql*plus in oracle 10g ?
    DB created using OUI. When i trying to connect following url getting
    SQL*Plus URL:
    http://rhel5.myserver:5560/isqlplus
    iSQL*Plus DBA URL:
    http://rhel5.myserver:5560/isqlplus/dba
    Should i start isql*plus manually ?

    Hello to all ;
    I enabled isql*Plus but i can't connect as sysdba ..
    In iSQL*Plus login screen how can i issue command to connect as sysdba
    I entered like this method username : sys as sysdba
    password : xxxxxxxxxx
    CONNECT IDENTIFIER : ORCL
    When i am using above method i am getting error *SP2-0306 - Invalid option. Usage: CONN[ECT] username/password[@connect_identifier] [AS {SYSOPER|SYSDBA}] or: CONN[ECT] /[@connect_identifier] AS SYSOPER*
    Please provide a  way to connect  as  sysdba  via iSQLPlus ..*

  • Em is working; iSQL*Plus is not

    Hi,
    Seeking expert suggestions from you guys!!
    - I've installed 10gR2 on WinXP. It is local to the server.
    - Now I'm able to connect using EM.
    - However when I connect using iSQL*Plus / iSQL*Plus DBA in IE6,
    getting "The page cannot be displayed".
    What could be the problem? Any ideas?

    Below is emoms.properties file
    For convenience, I've manually modified the <hostname.domainname> as abc.xyz.com.
    #Sat Dec 02 16:29:52 GMT+05:30 2006
    oracle.sysman.emSDK.svlt.ConsoleServerName=abc.xyz.com_Management_Service
    oracle.sysman.eml.mntr.emdRepPwd=df6fe375a0f790ef
    emdrep.ping.pingCommand=ping <hostname>
    oracle.sysman.eml.mntr.emdRepPort=1521
    oracle.sysman.eml.mntr.emdRepDBName=db
    oracle.sysman.eml.mntr.emdRepPwdSeed=6968196364921325512
    oracle.sysman.emSDK.svlt.ConsoleMode=standalone
    oracle.sysman.emRep.dbConn.statementCacheSize=30
    oracle.sysman.db.isqlplusUrl=http\://abc.xyz.com\:5561/isqlplus/dynamic
    oracle.sysman.emSDK.svlt.ConsoleServerPort=1158
    oracle.sysman.eml.mntr.emdRepRAC=FALSE
    oracle.sysman.emSDK.emd.rt.useMonitoringCred=true
    oracle.sysman.eml.mntr.emdRepPwdEncrypted=TRUE
    oracle.sysman.db.isqlplusWebDBAUrl=http\://abc.xyz.com\:5561/isqlplus/dba/dynamic
    oracle.sysman.emSDK.svlt.ConsoleServerHost=abc.xyz.com
    oracle.sysman.eml.mntr.emdRepDBID=1371958222
    oracle.sysman.emSDK.svlt.ConsoleServerHTTPSPort=1158
    oracle.sysman.eml.mntr.emdRepServer=abc.xyz.com
    oracle.sysman.eml.mntr.emdRepSID=instance1
    oracle.sysman.eml.mntr.emdRepConnectDescriptor=(DESCRIPTION\=(ADDRESS_LIST\=(ADDRESS\=(PROTOCOL\=TCP)(HOST\=abc.xyz.com)(PORT\=1521)))(CONNECT_DATA\=(SERVICE_NAME\=db)))
    oracle.sysman.emSDK.sec.ReuseLogonPassword=true
    oracle.sysman.eml.mntr.emdRepUser=SYSMAN
    oracle.sysman.db.adm.conn.statementCacheSize=2
    oracle.sysman.db.perf.conn.statementCacheSize=30

  • SQL*Plus/iSQL*Plus login as DBA

    I just installed 10g Enterprise on a Windows platform and am a bit confused to why I cannot log into SQL*Plus/iSQL as a DBA. I can login as one of the user accounts then use 'connect' to login as dba in SQL*Plus or at the Windows command prompt. I cannot do this, however, in iSQL*Plus. One of the threads on this forum pointed me to using JAZN after installing OC4J. I am in the process of doing this, but I need to understand something apparently fundamental: why should I have to perform another install when the Universal Installer installed iSQL and all the features that came with it? Didn't the 10g download give me the tools necessary to administer its application's accounts? The OC4J download page states that this tool should not be used to replace an existing 10g installation.
    Moreover, why iSQL knows about the 'users' authorization level, but not 'system?' I can see the users and groups in the Enterprise Manager, but no features to set WebDBA users as iSQL*Plus requests.
    Your comments would be much appreciated.

    Hi,
    in order to use iSQL*Plus as DBA, you have to perform additional configuration. See
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch2.htm#BCEIHEJF
    By the way: Get used to a different tool like SQL*Plus linemode or SQL Developer, because iSQL*Plus disappears in future versions.
    Kind regards
    Uwe

  • Why I am not able to login by ISQL*PLUS?

    Hello any one can help me?
    I installed RHEL.4 with my pentium 3 machine with 512mb of RAM. I installed with 4 partition /,/boot, /oracle and swap partition.Linux is running pretty fine. i installed Oracle 9i release 2 successfully without any error except agent get fail. Now i skiped the DBCA database creation and created manually using OMF.Now I am not able to connect my database by using ISQL*PLUS. can i get help? as well as how to login in iSQL*PLUS as sysdba? should i configure apache induvidually if yes how to do that?

    Make sure your Apache http server is up and running, this is the entry point to your isqlplus in 9iR2
    apachectl start
    Once started, get access to the regular url to your apache home page:
    http://hostname:ApachePort/isqlplus
    investigate which one is the port used by your http server, Oracle by default sets it to 7777. This can be found at the httpd.conf configuration file.
    On the other hand, in order for you to access as isqlplusdba, this should be enabled at the isqlplus.conf file found at the $ORACLE_HOME/sqlplus/conf directory, you will find both, sqlplus and isqlplus locations declared on the same file, the second one is commented. It is configured so you provide a password by means of the regular apache authentication mechanism, it's up to you if you wan to use it or just rely on the sysdba password to gain access to your database.
    ~ Madrid.

  • Isql*plus login

    i have installed oracle 10g and i have a problem with the isql*plus login because after 20 mins that i log in it is asking for me to log in again which i find very frustrating...is there a way to disable the 20 mins login timeout?

    Setting the Session Time Out
    Timing out iSQL*Plus sessions helps to reduce machine load and to maximize resources. The time out interval is set by the session-timeout element. It defines the time a session can be idle before it is expired.
    You need to stop the iSQL*Plus Application Server to make changes to the session-timeout element. You can edit the web.xml configuration file to change the timeout interval. The web.xml file is located in the directory:
    $ORACLE_HOME/oc4j/j2ee/oc4j_applications/applications/isqlplus/isqlplus/WEB-INF
    In the web.xml file, search for the <session-timeout> element inside <session-config>. The syntax of the line to change in the configuration file is:
    <session-config>
    <session-timeout>15</session-timeout>
    </session-config>
    Where the value is the number of whole minutes of idle time before the session times out. It has a default value of 15 minutes. It can be set to any value from 1 to 1440 minutes. It can also be set to never expire by entering a negative value such as -1. It should not be set so small that users do not get a chance to enter their scripts. When a user tries to use a timed out iSQL*Plus session, the Login screen is displayed and the user is prompted to log in again. The following error is displayed: SP2-0864: Session has expired. Please log in again.

  • Not able to login through isql*plus ?

    Hi
    I am using 10gR1 on Aix machine. I have successfully started isqlplus at server. I am getting the login page at the web browser. How ever when I try to login I get the following error.
    SP2-00908:- iSQL*Plus may have been restarted without being properly shut down
    Contents of my listener file are as follows:-
    Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = /oracle/app/product/10.1.0)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
    Tnsnames.ora
    HYPAAS =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = hypaas)
    WISTG =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.201.51.141)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = wistg.kaka.com)
    HYPTEST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = HYPTEST)
    PORTALDB =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.200.49.136)(PORT = 1521))
    (CONNECT_DATA =
    (SID = myspace)
    TED_MIGRATION =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.200.49.14)(PORT = 1521))
    (CONNECT_DATA =
    (SID = testdb)
    SQL_PDEV_PROD =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 10.200.49.28)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = RECT)
    FDMDEV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = fdmdev)
    HYPERION =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = hyperion)
    WISTGDEV =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = node2)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = wistgdev)
    )

    Try this, as for Metalink Doc ID: 289815.1
    1. Stop isqlplus
    2. Set the uname variable as follows from command line.
    $ uname=`uname -s`; export uname.
    (Note that you use a backward quote which may be located left of the number 1, depending upon your keyboard).
    3. Start isqlplus and test.

  • Logging into iSQL *Plus

    Can you tell me what to put in for Username and password for iSQL *Plus. I tried making one up but, it said login failed.                                                                                                                                                                                                                                                   

    If you are using isqlplus 9.x then you may use this command in your OS to add DBA user.
    ORACLE_HOME/Apache/Apache/bin/htpasswd ORACLE_HOME/sqlplus/admin/iplusdba.pw username
    or for normal login, type http://host or ip:port//isqlplus

  • How to access isql*plus

    I am new to oracle 9i. can someone tell me real quick how to get the Oracle isql*plus login prompt from my browser--
    I am on
    windows 2000
    oracle 9i enterprise edition (9.2.0.1)
    netscape browser
    I have access to sqlplus but have no idea to log into isql*plus
    Thanks

    Thanks for the response, and yes you do have a valid point. Well...looks like I have a problem running the Oracle HTTP server. Here's what is happening --
    I go to Start->Programs->Oracle-Ora9->Oracle HTTP Server->Start HTTP Server powered by Apache
    I am trying to start the HTTP server this way, but I get a dos window opened saying
    Syntax error on line 298 of c:/ora9/apache/apache/conf/httpd.conf:
    Port must be numeric
    Note the errors or messages above, and press the <ESC> key to exit ....
    I did go to the location above and opened the file to look : The related statements I found were -
    Port 7777
    Port null
    Listen 7777
    Listen null
    Could there be anything wrong here ? Any idea as to how I get thru this problem and correct it so that I can start my HTTP server. Thanks

Maybe you are looking for

  • Can anyone share with me how you  write Javadoc?

    Can anyone share with me how their companies write Javadoc? Are your developers solely responsible for it? Do your technical writers own it or review it? How do you make sure it's good? Right now, my software developers are mostly responsible for wri

  • Firefox won't run why not?

    Today is 9/8/10 this morning I used Firefox and it worked fine but later this evening no matter what I try Firefox won't run. I have yet to try deleting Firefox and re-installing it I would like to avoid this so I dont loose my history or my favorite

  • R3trans finished (0012) after install stand alone gateway

    Hello, I'm hoping someone can help me with my issue. I just installed a stand alone gateway on our nwdi server.  The purpose for the gateway is because of RZ70. We are running on AIX/db2.  When I installed the same steps on our SAN environment, I did

  • Recommended Audio Interface for MacBook Pro w/ Leopard

    There is more to getting a four pin firewire audio interface to work than buying one. Tech forums are full of driver related issues. Is there a tried and true FW audio interface for the MBP w/Leopard that anyone is using now? Thanks.

  • HT201249 Why won't my bookmarks sync from my iPhone to my macbook?

    I am running the newest version of iTunes, and I can't get my bookmarks to sync from safari on my iPhone 5S to my brand new macbook. I googled it and several websites say to plug in my iPhone and click info under settings where there should be checkb