ASP driver

When using Oracle in OraHome92 driver to access an Oracle 9i Database using ASP I receive the following error message:
"Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
The specified driver cannot be loaded due to system error 5 (Oracle in OraHome92)"
I use IIS 5.0 in a Windows XP Professional Service Pack 1 system.

Generally, this error means that the IIS user doesn't have read/execute rights on the %ORACLE_HOME% directory & subdirectories.
Justin

Similar Messages

  • Final Windows XP32/XP64, Vista32/64 Compatible drivers for E-MU USB serie audio devices available

    http://www.emu.com/support/vista.asp
    Driver & Firmware update download link:
    http://www.emu.com/support/files/dow...cy=&Platform=1
    MAC drivers & firmware update:
    http://www.emu.com/support/files/dow...cy=&Platform=2
    jutapa

    maiki wrote:
    Jutapa wrote:
    Hmm... maybe you didn't open the page(s) there before postinghere?
    As stated there:
    E-MU® 0202 / 0404 / Tracker Pre USB Web Install Package v1.3
    Date: 2/1/2008
    Size: 69.8 MB
    ------------------------------------------end quote-----------------
    My reply:
    What???? Why do you suppose I didn't open that page? If I didn't open that page, how could I have quoted from it?
    As I quoted in my previous post, as you quoted in your reply above, the drivers on that page are listed as "Tracker Pre". (Excuse me, but I don't know how I could have known that it was described as such on that page, if I had not even opened that page? Strange assumption on your part, if I may say so!)
    In any case, I asked you (or anyone who knows) what that designation "Tracker Pre" means. (Pre Beta?) That certainly does not sound like a final version. Especially considering that the driver of 4/23/2007 is also still listed on that page, it really does not look like the driver of 2/1/2008 is "final", full (non-beta) driver.
    So, why does the title of this thread describe the driver at the linked page as being "Final"?
    Please explain.
    And please, do not make silly assumptions, that I did not visit a page, when it should be quite obvious that I had done just that. Thank you.
    Message Edited by maiki on 02-26-200811:44 PM
    LOL
    Tracker Pre is just another audio interface model E-MU has recently prepared ...
    jutapa

  • Public APIs for Adobe Central Pro Server

    Hi,
    Can anyone point me to the Public APIs that are available with the Adobe Central Pro Server e.g. I would want my application to dynamically add or remove steps in the job db, or change the target printer. Also, is it possible to invoke the preview functionality that comes with the Adobe Designer and integrate with an existing application
    Here what we are trying to do is add the printing (template merging) facility to an existing application and would want access to the public API for these products.
    Thanks in anticipation!
    Regards,

    I'm not sure you can do what you describe in the manner that you appear to be wanting to do it. I know of no APIs that are provided. There are ways to get the job done, though.<br /><br />The job management data base is an ascii text file that can easily be changed programatically. Parts of our application use it for building a drop-down list of printers for the user to select from. Changing it doesn't automatically cause Central to use the new file. Central must be told to reload it before it will be using the modified file. This can be done by placing a certain "command" file in Central's control folder, but it would not run until after the current job completes - if the current job is the one that just changed the file and further steps of the same job are for the processing of the data, then that would be too late. Once a job starts, all the parameters and tasks from the job management database and on the original ^job statement is what will be used. This goes for changing anything about the job, whether it be adding/deleting steps, changing the printer, or any other parameters.<br /><br />We accomplish pretty much what you want by doing several things. <br /><br />*First, we define all of the various configurations of jobs that we need. For example, our main printing job has four tasks; it is not uncommon to need to restart a job someplace besides the first task. Therefore, we have four different jobs defined, each one starting further down the list of tasks. We do the same thing when the processing of the data has to vary in some manner - we have jobs pre-defined for each specific set of tasks and the source of the data sets the ^job name as required for the specific tasks that have to be done.<br /><br />*For modifying the printer, we use the -z<printer> and -asp<driver> parameters on the ^job statement and the source of the file sets the values as necessary. The source of the file will also set the job name so that the desired job is ran. <br /><br />*We also have built into our custom agents the capability to recognize when a "soft" failure is occurring (such as can't reach our database) and it will put the job back in for processing after changing the job name to run the correct job for restarting at the proper step. <br /><br />*One of our steps is to check a control file to see if there is a redirection for the specified printer to a substitute printer (say, the original printer is down for maintenance). This agent will put the job back in for processing, changing not only the job name but the printer parameters. It has to be put back in, instead of just changing the parameters and passing the file on to JFMERGE, because Central uses the parameters on the original ^job line, it doesn't use the parameters that might be on the ^job line when JFMERGE starts.<br /><br />*We have also created our own agent for running as the JFERROR task. This task runs when one of the agents supplied with Central encounter a failure. Our agent analyzes the failure and determines if it was "hard" or "soft". If it was a "soft" failure, this agent requeues the job, changing the name and parameters as necessary.<br /><br />So far we have been unable to determine how to get our VB6 agents to set the ErrorLevel to notify Central that the agent failed (we came up with a workaround instead of spending a lot of time trying to get the ErrorLevel to work). This is necessary to prevent Central's agents from processing when a predicessor custom agent fails. Since we couldn't set the ErrorLevel, we just set up all of our agents to always create an output file for input to the next task. When one of our agents fail, it only outputs a modified ^job line with no following data. This modified ^job line is recognized by our custom agents as an indication that a failure is in process so it skips any processing except to pass the file to the next task. Since there is no data or form commands in the file, once it gets to JFMERGE, it just terminates without producing any output or error condition.<br /><br />Previewing is accomplished by running the JFPVMRG agent to create a PDF and then JFPVSEND to send it to the originating IP# for receipt by the View Manager which will then load it into Adobe Reader. At this point, the job running on Central will be finished - it could have produced hard-copy output or not depending on its design. Once the user receives the PDF, they can do whatever they want with it (save, print, etc).<br /><br />We use the above capability for our users to view an "archive" image of forms, after it has been processed normally. I know of others that use it to create the PDF as part of the normal processing, allowing the user to then print from Adobe Reader it if they wish.<br /><br />What we do is to drop a DAT file into Central's input folder that runs the above two agents. Our application that is running on the user's PC then watches for Adobe Reader to load and when it does it forces it to be the top-most task (we do this because we have a problem that it will often open behind other windows).

  • ASP pages and Oracle ODBC Driver

    I have a number of ASP pages that need to be updated to connect to Oracle using the ORACLE ODBC driver. Currently, these pages connect using the Microsoft ODBC driver for Oracle. I do not know of all the details yet as I havent seen the pages or network for which they reside on and I havent been supplied with details on version information. I would assume I am working with recent versions of all software.
    What Im curious about is if anyone has done this sort of driver change before and if you have any suggestions on how I would go about doing this, or if there are things that I need to be aware of that arent evident at first glance.
    Again, I am switching from the odbc driver provided by Microsoft to a version of the odbc driver provided by Oracle.
    Thanks for any and all information.

    I'll assume that there is some reason that necessitates switching drivers. If there's not going to be a benefit, I'd suggest not changing.
    That said, changing drivers should be relatively painless. If your ASP makes database connections using DSN's, simply go to the ODBC Data Source Administrator, rename the old Microsoft DSN, and create a new DSN using the Oracle driver with the name your ASP is looking for. If your ASP specifies the ODBC driver in its connect string, you'll have to modify all the ASP connect strings to use the Oracle driver. If all goes well, your ASP will now be up & running using the Oracle driver.
    As we all know, however, reality and theory are often at odds with each other. While your ASP should be connecting to the database correctly when you make these changes, please do some thorough testing to verify that everything works like you expect. The ODBC specification permits drivers to have a variety of behaviors in certain conditions. Applications written with one ODBC driver often end up relying on one of these behaviors, and may break when the ODBC driver changes.
    Justin Cave
    ODBC Development

  • Classic ASP - "ORA-01722: invalid number" using OraOLEDB.Oracle driver

    I am working on doing some maintenance updates to a Classic ASP website, and I need to be able to run an insert/update statement for putting values into a lookup table. I am currently running into an "ORA-01722: invalid number" error when trying to use ADO and bind variables for my insert statement.
    Below is an example of a table that I am having problems with:
    CREATE TABLE "MATMGR"."TEST_SWING_TABLE"
    (     "TABLE1_ID" NUMBER(4,0) NOT NULL ENABLE,
         "TABLE2_ID" NUMBER(4,0) NOT NULL ENABLE,
         CONSTRAINT "TEST_SWING_TABLE_PK" PRIMARY KEY ("TABLE1_ID", "TABLE2_ID")
    USING INDEX PCTFREE 10 INITRANS 2 MAXTRANS 255
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS" ENABLE
    ) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
    STORAGE(INITIAL 65536 NEXT 1048576 MINEXTENTS 1 MAXEXTENTS 2147483645
    PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
    TABLESPACE "USERS" ;
    Here is some snippet code of the basic functionality I am trying to get to work:
    ''START CODE''
    Dim connDb, cmdDoseInsert
    Set connDb = Server.CreateObject("ADODB.Connection")
    connDb.CursorLocation = adUseClient ' Setup to return RecordSet
    connDb.ConnectionString = "Provider=OraOLEDB.Oracle;Data Source={host};User ID={user id};Password={password}"
    connDb.Open()
    Set cmdDoseInsert = Server.CreateObject("ADODB.command")
    Set cmdDoseInsert.ActiveConnection = connDb
    cmdDoseInsert.CommandType = adCmdText
    cmdDoseInsert.NamedParameters = true ' Set the command object to use named parameters
    cmdDoseInsert.Prepared = true
    cmdDoseInsert.CommandTimeout = 0
    cmdDoseInsert.CommandText = "INSERT INTO TEST_SWING_TABLE (TABLE1_ID, TABLE2_ID) VALUES (:P_TABLE1_ID, :P_TABLE2_ID)"
    cmdDoseInsert.Prepared = true
    cmdDoseInsert.Parameters.Append cmdDoseInsert.CreateParameter("P_TABLE1_ID", adNumeric, adParamInput)
    cmdDoseInsert.Parameters.Append cmdDoseInsert.CreateParameter("P_TABLE2_ID", adNumeric, adParamInput)
    '... START: While Looping
         cmdDoseInsert.Parameters(0).Value = {some numeric value}
         cmdDoseInsert.Parameters(1).Value = {some numeric value}
         cmdDoseInsert.Execute
    '... END: Looping
    ''END CODE''
    What I have been able to find out so far is that there is some type of issue with numeric values getting translated right when sending two and retrieving from Oracle in ASP. So, does anyone have any thoughts on how to resolve this as I would like to use parameterized SQL to improve application performance?
    I am connecting to a developmental server running Oracle 9.2

    Ok, in my slightly larger example I found out that for what ever reason my named parameters are not being enforced, and so I had to make sure that the parameters were in the same order as they appeared in the SQL. To be on the save side, I did this when they were added as well as when I was assigning values to them.
    Can anyone tell me if this is an Oracle issue or a ASP issue?

  • Oracle ODBC Driver and Numbers in ASP

    When I try to retrieve a number field from my RecordSet I allways get 0, allthow when viewing the field from SQL Plus I get another value.
    objRs is an ADODB.resultSet and state is a Number(5) field.
    I've tried:
    objRs("state")
    objRs("state").value
    objRs.Fields("state")
    objRs.Fields("state").value
    but they all return 0
    null

    1) As I recall, the problem of returning 0 is caused either by an outdated version of the ODBC driver or of the MDAC (Microsoft Data Access Components). Updated versions of the ODBC driver are available here on OTN and updated versions of the MDAC are available at <http://www.microsoft.com/data>.
    2) Versioning-
    To determine the version of the Oracle8 ODBC driver you should be using, simply match up the first three digits of the ODBC driver version and the Oracle client version (see chart Mr. Oehl posted). The 8.1.5.6 ODBC driver should go on an 8.1.5.x.x system, the 8.1.6.1 ODBC driver should go on an 8.1.6.x.x system. If you have an Oracle7 client, you'll need one of the version 2.5x Oracle7 ODBC drivers.
    Any ODBC driver should connect with any Oracle database. No need to match anything up there. You can determine the version of the database you're connected to by calling the ODBC function SQLGetInfo with the InfoType SQL_DBMS_VER.
    A little elaboration on version numbers
    - Oracle versions are generally 5 digits (i.e. 8.0.5.2.4, 8.1.5.1.1). The versions that you get on CD's are generally (always?) x.x.x.0.0 versions (i.e. 8.1.5.0.0, 8.1.6.0.0). The last two digits are incremented by periodic patchkit releases <ftp://oracle-ftp.oracle.com/server/patchsets/wgt_tech/server/windowsNT/>
    - ODBC drivers must report versions in 4 parts, each part having 2 digits (i.e. 8.01.05.05). Since we're lazy about typing extra 0's, we simplify this and just refer to the 8.1.5.5 ODBC driver.
    - The 8.1.5.x ODBC driver is built with the client libraries that ship with Oracle 8.1.5.x.x, the 8.1.6.x ODBC driver is built with the client libraries that ship with Oracle 8.1.6.x.x, etc. This is why I said above that you need to match the first 3 version numbers between Oracle client and ODBC driver to determine which to use.
    I hope this is more enlightening than confusing...
    Justin Cave
    ODBC Development
    null

  • Dynamic Text  drive by ASP

    Hi
    I have figured out how to load dynamic text from an external
    text file.
    I need to do the same with an ASP file that pulls its data
    from a database.
    How is this done with Flash CS4? I can't find any tutorials
    anywhere and Adobe's documentation is non-existent.
    Can you tell me how? Or show me where there is a (useful)
    tutorial?
    Thanks!

    >> The dynamic text instance name is "loadText"
    Then you need to use the text property of the instance:
    this.loadText.text = Math.round(getPercent*100)+"%";
    Dave -
    Adobe Community Expert
    www.blurredistinction.com
    http://www.adobe.com/communities/experts/

  • ASP Oracle ODBC Driver..can't connect

    I set up the DSN name in Control Panel on my server to go after a database on another server. used the connection tester to see if it would work...it did. So I put in the connection string inside my ASP on the server and I keep getting a can't resolve TNS error message. Why?.....
    I'm brand new at this so I may not have the connection string correct. Can someone help?

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Thomas Szalewski ([email protected]):
    I set up the DSN name in Control Panel on my server to go after a database on another server. used the connection tester to see if it would work...it did. So I put in the connection string inside my ASP on the server and I keep getting a can't resolve TNS error message. Why?.....
    I'm brand new at this so I may not have the connection string correct. Can someone help?<HR></BLOCKQUOTE>
    configure net8,then go to odbc create dsn .In the select oracle8odbcdriver,in the service name give the net8 config name . i think this will help for your asp code.
    null

  • ASP connection to Oracle using MS ODBC Driver fails

    I have a Win2000 server with ORCL9.2 client and MDAC2.7 and the following code fails (last line gives the error):
    set dbConn = Server.CreateObject("ADODB.Connection")
    set rsSeq = server.CreateObject("ADODB.Recordset")
    sSql = "Select count(*) From bs_table"
    dbConn.Open "DSN=tp10;UID=aaa;PWD=aaa;"
    The error text is :
    Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
    [Microsoft][ODBC driver for Oracle][Oracle]Error while trying to retrieve text for error ORA-01019
    This code works fine with Oracle 8i client on the server, I really appreciate if any one can help me out here.
    Thanks

    Can you try with the Oracle ODBC driver, rather than the Microsoft ODBC driver for Oracle? Microsoft's driver still uses the old Oracle 7 OCI calls, which are no longer supported on an Oracle 9.2 client.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • How can I use one external hard drive for both Time Machine and iPhoto Library?

    I have been using a 1 TG LaCie external hard drive for Time Machine backups.  My (older) Mac has 160 GB and is almost full.  I would like to move my iPhoto Library to the external hard drive, but I've heard Time Machine doesn't share one space well.  Should I
    1.  create another partition (but will this erase what I've already saved) with Disk Utility?  *I am running Snow Leopard*
    2.  create another volume to use for iPhoto, and if so, should the two volumes be of equal size?
    3.  leave it with one partition and move the iPhoto Library to the same partition with Time Machine back ups?
    I know I don't need the entire 1 TG for back up of 160 GBs.  Please advise the best path to take.  Thank you!

    You are getting incorrect information from your ASP. If you look at drive specifications the heat generated is no different for high vs low capacity drives.
    I have upgraded the internal drive in my iMac 2007 with a 3TB Hitachi drive without any heat issues or other problems.
    Larger hard drives have higher density platters so to access any given amount data the drives travel a shorter distance. Higher capacity drives should therefore run cooler than lower density drives because the drive spends less time spinning to access data.

  • DVCPro 50 - Drives, Capture

    Hi - I am preparing to digitize footage for a project I shot on the Panasonic SDX900, DVCPro50, 24p(regular), 16x9.
    I have about 40 hours of footage and will upconvert the 30-40 minute final film.
    I am planning to rent a SD93 deck to capture the footage which I will work with roughing out scenes for the next month or so and then will transfer the material to a beefier system for a real editor to work with. I've never worked with DVCPro50 footage before and would love advice on how to bring it in, drives to use, etc. I'm a director, not an editor, but I like to do my own logging and often rough out scenes or sometimes have small projects that I do all the editing on my PowerBook G4, firewire drives (1 Firewire 800 port and1 400 port that share the same bus), and a DVCam deck. For this project I was planning to buy a couple of drives and upgrade from FCP HD 4.5 to 5, but am not itching to buy a new computer though if that makes way more sense, I could probably justify it. I imagine in the not too distant future I'll be working with HD, though at the moment, I'm not.
    So, my questions are:
    1)Should I bring the footage in SDI or Firewire, what is the difference?
    2)If I use SDI, does that mean bringing it in uncompressed? 10-bit/8-bit?
    3) Drives? How much space? Internal SATA, external SATA, Firewire, Raid, I'm confused.
    Are these a good choice? http://www.caldigit.com/FirewireVR.asp
    4)For FCP presets, should I use:
    capture - DV50 NTSC 48kHz anamorphic
    sequence setting - DV50 NTSC 48KHz 23.98
    5) I'll need to output sample footage during the edit, will that be a problem if we no longer have the SD93 deck, or can I just burn dvd's as I usually do with my DVCam projects?
    Many thanks to anyone who takes the time to wade through these questions, I've tried to do my due diligence finding answers in previous posts, but come up still confused. Best, Megan
    PowerBook G4 1.25Ghz   Mac OS X (10.3.9)   512SDRam
    PowerBook G4 1.25Ghz   Mac OS X (10.3.9)   512SDRam

    1)Should I bring the footage in SDI or Firewire, what is the difference?
    Yes, it may be better in many ways. I'm sure you can capture it in 8 bit uncompressed staying digital with your friends system.
    2)If I use SDI, does that mean bringing it in uncompressed? 10-bit/8-bit?
    8 bit
    3) Drives? How much space? Internal SATA, external SATA, Firewire, Raid, I'm confused.
    Raid a least 2 together if you can. Raid 0
    Are these a good choice? http://www.caldigit.com/FirewireVR.asp
    4)For FCP presets, should I use:
    capture - DV50 NTSC 48kHz anamorphic
    sequence setting - DV50 NTSC 48KHz 23.98
    This depends on if you are pulling out the 3/2 pulldown and this is an area for others to help you with.
    5) I'll need to output sample footage during the edit, will that be a problem if we no longer have the SD93 deck, or can I just burn dvd's as I usually do with my DVCam projects?
    DVD for sample footage should be great from this SD project.
    If you plan on going HD you will want better equipment.
    Good Luck
    Z1&V1user

  • Help me format my external drive

    Ok here is my problem, the drive got corrupted (my fault, the drive was getting scanned and it lost power) now i hade hopes of restoring it, but that fell through (nothing important was on it) so now i try to format the drive and i get an input and out put error, then i try to partion it, but that also fails.....so then i connected it to my windows and to access the drive i have to go through disk manager and the partion and the format fails...this also happens to another drive of mine that was corrupted form another issue......
    i have giiven u every piece of inforamtion i have, please help me, also i want all information on the enclousre, and azny update drivers for it, i hope i have given enough information
    Here is the EXACT drive in question.
    http://www.geeks.com/details.asp?invtid=AP35-C&cat=CAS
    Here is the EXACT hard drive i use.
    http://wdc.custhelp.com/cgi-bin/wdc.cfg/php/enduser/stdadp.php?p_faqid=932&p_created=1049408910&p_sid=N_BmnJ5i&p_lva=&p_sp=cF9zcmNoPTEm cF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9MiZwX3Byb2RzPSZwX2NhdHM9JnBfcHY9JnBf Y3Y9JnBfc2VhcmNoX3R5cGU9c2VhcmNoX2ZubCZwX3BhZ2U9MSZwX3NlYXJjaF90ZXh0PXdkMjUwMGxi &p_li=&ptopview=1
    here is all the information on my compouter
    Cingullar
    4/26/05 11:33 PM
    Hardware:
    Hardware Overview:
    Machine Name: PowerBook G4 15"
    Machine Model: PowerBook5,6
    CPU Type: PowerPC G4 (1.2)
    Number Of CPUs: 1
    CPU Speed: 1.67 GHz
    L2 Cache (per CPU): 512 KB
    Memory: 1 GB
    Bus Speed: 167 MHz
    Boot ROM Version: 4.9.1f1
    Serial Number: YD5220XLRG4
    Network:
    Built-in Ethernet:
    Type: Ethernet
    Hardware: Ethernet
    BSD Device Name: en0
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Ethernet:
    MAC Address: 00:11:24:88:bf:e8
    Media Options:
    Media Subtype: none
    AirPort:
    Type: AirPort
    Hardware: AirPort
    BSD Device Name: en1
    IPv4 Addresses: 192.168.2.6
    IPv4:
    Addresses: 192.168.2.6
    Configuration Method: DHCP
    Interface Name: en1
    Router: 192.168.2.1
    Subnet Masks: 255.255.255.0
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Default Zone: *
    Interface Name: en1
    Network ID: 65307
    Node ID: 151
    DNS:
    Domain Name: Belkin
    Server Addresses: 192.168.2.1
    DHCP Server Responses:
    Domain Name: Belkin
    Domain Name Servers: 192.168.2.1
    Lease Duration (seconds): 0
    DHCP Message Type: 0x05
    Routers: 192.168.2.1
    Server Identifier: 192.168.2.1
    Subnet Mask: 255.255.255.0
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: No
    HTTP Proxy Enabled: No
    HTTP Proxy Port: 8999
    HTTP Proxy Server: 127.0.0.1
    HTTPS Proxy Enabled: No
    HTTPS Proxy Port: 8999
    HTTPS Proxy Server: 127.0.0.1
    Auto Discovery Enabled: No
    Ethernet:
    MAC Address: 00:11:24:9c:3d:aa
    Media Options:
    Media Subtype: autoselect
    Internal Modem:
    Type: PPP (PPPSerial)
    Hardware: Modem
    BSD Device Name: modem
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Bluetooth:
    Type: PPP (PPPSerial)
    Hardware: Modem
    BSD Device Name: Bluetooth-Modem
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Built-in FireWire:
    Type: FireWire
    Hardware: FireWire
    BSD Device Name: fw0
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Ethernet:
    MAC Address: 00:11:24:ff:fe:88:bf:e8
    Media Options: Full Duplex
    Media Subtype: autoselect
    VPN (L2TP):
    Type: PPP (L2TP)
    IPv4:
    Configuration Method: PPP
    OverridePrimary: 1
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: Manual
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: Yes
    Auto Discovery Enabled: No
    Software:
    System Software Overview:
    System Version: Mac OS X 10.4.6 (8I127)
    Kernel Version: Darwin 8.6.0
    Boot Volume: Steven
    Computer Name: Cingullar
    User Name: Steven Feldman (steven)
    ATA:
    ATA Bus:
    MATSHITADVD-R UJ-845E:
    Model: MATSHITADVD-R UJ-845E
    Revision: DMP2
    Serial Number:
    Detachable Drive: No
    Protocol: ATAPI
    Unit Number: 0
    Socket Type: Internal
    ATA Bus:
    FUJITSU MHT2080AH:
    Capacity: 74.53 GB
    Model: FUJITSU MHT2080AH
    Revision: 81EC
    Serial Number: NP0PT552APF0
    Removable Media: No
    Detachable Drive: No
    BSD Name: disk0
    Protocol: ATA
    Unit Number: 0
    Socket Type: Internal
    OS9 Drivers: No
    S.M.A.R.T. status: Verified
    Volumes:
    Steven:
    Capacity: 74.41 GB
    Available: 3.25 GB
    Writable: Yes
    File System: Journaled HFS+
    BSD Name: disk0s3
    Mount Point: /
    Audio (Built In):
    Built In Sound Card:
    Devices:
    Texas Instruments TAS3004:
    Inputs and Outputs:
    Internal Microphone:
    Controls: Left, Right
    Playthrough: Yes
    PluginID: TAS
    Line Level Input:
    Controls: Left, Right
    Playthrough: Yes
    PluginID: TAS
    Headphones:
    Controls: Mute, Left, Right
    PluginID: TAS
    Internal Speakers:
    Controls: Mute, Left, Right
    PluginID: TAS
    Formats:
    PCM 16:
    Bit Depth: 16
    Bit Width: 16
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz
    PCM 24:
    Bit Depth: 24
    Bit Width: 32
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz
    Bluetooth:
    Apple Bluetooth Software Version: 1.7.3f4
    Services:
    Bluetooth File Transfer:
    Folder other devices can browse: ~/Pictures
    Requires Authentication: Yes
    State: Enabled
    Bluetooth File Exchange:
    Folder for accepted items: ~/Documents/Shared
    Requires Authentication: Yes
    When other items are accepted: Ask
    When PIM items are accepted: Ask
    When receiving items: Prompt for each file
    State: Enabled
    Devices (Paired, Favorites, etc):
    CingularUpdator:
    Name: CingularUpdator
    Address: 00-02-ee-e2-f3-ae
    Type: Cellular Phone
    Services: OBEX Object Push, OBEX File Transfer, Dial-up networking, Nokia PC Suite, COM 1, Voice Gateway, Audio Gateway, Client SYNCML, SIM ACCESS
    Paired: Yes
    Favorite: Yes
    Connected: No
    MotorolaPhone:
    Name: MotorolaPhone
    Address: 00-14-9a-79-ad-51
    Type: Cellular Phone
    Services: Voice Gateway, Hands-Free voice gateway, OBEX Object Push, OBEX File Transfer, Dial-up networking Gateway
    Paired: Yes
    Favorite: Yes
    Connected: No
    CingularUpdator:
    Name: CingularUpdator
    Address: 00-02-ee-e2-eb-ee
    Type: Cellular Phone
    Services: OBEX Object Push, OBEX File Transfer, Dial-up networking, Nokia PC Suite, COM 1, Voice Gateway, Audio Gateway, Client SYNCML, SIM ACCESS
    Paired: Yes
    Favorite: No
    Connected: No
    Nokia6820Greg:
    Name: Nokia6820Greg
    Address: 00-02-ee-e2-58-0b
    Type: Cellular Phone
    Services: OBEX Object Push, OBEX File Transfer, Dial-up networking, Nokia PC Suite, COM 1, Voice Gateway, Audio Gateway, Client SYNCML, SIM ACCESS
    Paired: Yes
    Favorite: No
    Connected: No
    Incoming Serial Ports:
    Serial Port 1:
    Name: Bluetooth-PDA-Sync
    RFCOMM Channel: 3
    Requires Authentication: Yes
    Outgoing Serial Ports:
    Serial Port 1:
    Address: 00-02-EE-E2-EB-EE
    Name: CingularUpdator-1
    RFCOMM Channel: 15
    Requires Authentication: No
    Serial Port 2:
    Address: 00-02-EE-E2-EB-EE
    Name: CingularUpdator-2
    RFCOMM Channel: 1
    Requires Authentication: No
    Serial Port 3:
    Address:
    Name: Bluetooth-Modem
    RFCOMM Channel: 0
    Requires Authentication: No
    Diagnostics:
    Power On Self-Test:
    Last Run: 4/26/05 11:06 PM
    Result: Passed
    Apple Hardware Test:
    Last Run: 4/10/06 3:26 PM
    Version: 2.5 PB
    Test Suite: Extended Test
    Result: Passed
    Disc Burning:
    MATSHITA DVD-R UJ-845E:
    Firmware Revision: DMP2
    Interconnect: ATAPI
    Burn Support: Yes (Apple Shipped/Supported)
    Cache: 2048 KB
    Reads DVD: Yes
    CD-Write: -R, -RW
    DVD-Write: -R, -RW, +R, +RW
    Burn Underrun Protection CD: Yes
    Burn Underrun Protection DVD: Yes
    Write Strategies: CD-TAO, CD-SAO, DVD-DAO
    Media: No
    FireWire:
    FireWire Bus:
    Maximum Speed: Up to 800 Mb/sec
    Graphics/Displays:
    ATI Mobility Radeon 9700:
    Chipset Model: ATY,RV360M11
    Type: Display
    Bus: AGP
    VRAM (Total): 64 MB
    Vendor: ATI (0x1002)
    Device ID: 0x4e50
    Revision ID: 0x0000
    ROM Revision: 113-xxxxx-145
    Displays:
    Color LCD:
    Display Type: LCD
    Resolution: 1280 x 854
    Depth: 32-bit Color
    Built-In: Yes
    Core Image: Supported
    Main Display: Yes
    Mirror: Off
    Online: Yes
    Quartz Extreme: Supported
    Display:
    Status: No display connected
    Memory:
    SODIMM0/J25LOWER:
    Size: 512 MB
    Type: DDR SDRAM
    Speed: PC2700U-25330
    Status: OK
    SODIMM1/J25UPPER:
    Size: 512 MB
    Type: DDR SDRAM
    Speed: PC2700U-25330
    Status: OK
    PCI Cards:
    TXN,PCIXXXX-00:
    Name: cardbus
    Type: cardbus
    Bus: PCI
    Slot: PC Card
    Vendor ID: 0x104c
    Device ID: 0xac56
    Revision ID: 0x0000
    Power:
    System Power Settings:
    AC Power:
    System Sleep Timer (Minutes): 0
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 20
    Dynamic Power Step: No
    Reduce Processor Speed: No
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On LAN: Yes
    Wake On Modem Ring: Yes
    Display Sleep Uses Dim: Yes
    Battery Power:
    System Sleep Timer (Minutes): 5
    Disk Sleep Timer (Minutes): 10
    Display Sleep Timer (Minutes): 1
    Dynamic Power Step: No
    Reduce Processor Speed: Yes
    Automatic Restart On Power Loss: No
    Wake On AC Change: No
    Wake On Clamshell Open: Yes
    Wake On Modem Ring: No
    Display Sleep Uses Dim: Yes
    Reduce Brightness: Yes
    Battery Information:
    Battery Installed: Yes
    First low level warning: No
    Full Charge Capacity (mAh): 3854
    Remaining Capacity (mAh): 1464
    Amperage (mA): 2433
    Voltage (mV): 12116
    Cycle Count: 158
    AC Charger Information:
    AC Charger (Watts): 65
    Connected: Yes
    Charging: Yes
    Hardware Configuration:
    Clamshell Closed: No
    UPS Installed: No
    Printers:
    DESKJET 3820:
    Status: Idle
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://HEWLETT-PACKARD/DESKJET 3820?serial=CN28J1B11118
    PPD: hp deskjet 3820
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    DESKJET 3820:
    Status: Stopped
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://HEWLETT-PACKARD/DESKJET 3820?serial=CN28J1B11118
    PPD: hp deskjet 3820
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    deskjet 5550:
    Status: Stopped
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://hp/deskjet 5550?serial=MY37I1S1SB2L
    PPD: hp deskjet 5550
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    deskjet 5550:
    Status: Stopped
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://hp/deskjet 5550?serial=MY37I1S1SB2L
    PPD: hp deskjet 5550
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    deskjet 5600:
    Status: Idle
    Print Server: Local
    Driver Version: 2.7.1
    Default: Yes
    URI: usb://hp/deskjet 5600?serial=MY48A4N3SS79
    PPD: hp deskjet 5600
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    deskjet 5600:
    Status: Idle
    Print Server: Local
    Driver Version: 2.7.1
    Default: No
    URI: usb://hp/deskjet 5600?serial=MY48A4N3SS79
    PPD: hp deskjet 5600
    PPD File Version: 1.0
    PostScript Version: (3011.104) 0
    hppsc131:
    Status: Idle
    Print Server: Local
    Driver Version: 10.4
    Default: No
    URI: smb://Home/Stevenpc/hppsc131
    PPD: Generic PostScript Printer
    PPD File Version: 1.0
    PostScript Version: (2000.0) 1
    USB:
    USB High-Speed Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBEHCI
    PCI Device ID: 0x00e0
    PCI Revision ID: 0x0004
    PCI Vendor ID: 0x1033
    Bus Number: 0x5b
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBOHCI
    PCI Device ID: 0x003f
    PCI Revision ID: 0x0000
    PCI Vendor ID: 0x106b
    Bus Number: 0x1a
    Bluetooth HCI:
    Version: 19.65
    Bus Power (mA): 500
    Speed: Up to 12 Mb/sec
    Product ID: 0x8205
    Vendor ID: 0x05ac (Apple Computer, Inc.)
    Apple Internal Keyboard/Trackpad:
    Version: 0.28
    Bus Power (mA): 500
    Speed: Up to 12 Mb/sec
    Manufacturer: Apple Computer
    Product ID: 0x020e
    Vendor ID: 0x05ac (Apple Computer, Inc.)
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBOHCI
    PCI Device ID: 0x0035
    PCI Revision ID: 0x0043
    PCI Vendor ID: 0x1033
    Bus Number: 0x1b
    USB Bus:
    Host Controller Location: Built In USB
    Host Controller Driver: AppleUSBOHCI
    PCI Device ID: 0x0035
    PCI Revision ID: 0x0043
    PCI Vendor ID: 0x1033
    Bus Number: 0x3b
    AirPort Card:
    AirPort Card Information:
    Wireless Card Type: AirPort Extreme
    Wireless Card Locale: USA
    Wireless Card Firmware Version: 404.2 (3.90.34.0.p16)
    Current Wireless Network: belkin54g
    Wireless Channel: 11
    Firewall:
    Apple Remote Desktop:
    Policy: Denied
    TCP Ports: 3283, 5900
    iPhoto Bonjour Sharing:
    Policy: Denied
    TCP Ports: 8770
    Remote Login - SSH:
    Policy: Denied
    TCP Ports: 22
    diablo II:
    Policy: Allowed
    TCP Ports: 6112
    UDP Ports: 6112
    Personal File Sharing:
    Policy: Denied
    TCP Ports: 548, 427
    Network Time:
    Policy: Allowed
    UDP Ports: 123
    Adobe Version Cue CS2:
    Policy: Allowed
    TCP Ports: 3703, 427, 50800
    iTunes Music Sharing:
    Policy: Allowed
    TCP Ports: 3689
    FTP Access:
    Policy: Denied
    TCP Ports: 21
    iChat Bonjour:
    Policy: Denied
    TCP Ports: 5297, 5298
    Personal Web Sharing:
    Policy: Denied
    TCP Ports: 80, 427, 443
    Remote Apple Events:
    Policy: Denied
    TCP Ports: 3031
    d2:
    Policy: Allowed
    TCP Ports: 6112
    UDP Ports: 6112
    Windows Sharing:
    Policy: Denied
    TCP Ports: 139
    Printer Sharing:
    Policy: Denied
    TCP Ports: 631, 515
    Locations:
    School EtherNet:
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Proxy Enabled: 1
    FTP Passive Mode: 1
    FTP Proxy Port: 8002
    FTP Proxy Server: sfh-px1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: sfh-px1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: sfh-px1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: sfh-px1
    Auto Discovery Enabled: 0
    SOCKS Proxy Enabled: 1
    SOCKS Proxy Port: 8002
    SOCKS Proxy Server: sfh-px1
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    Exceptions List: Localhost, 127.0.0.1, .*.
    ExcludeSimpleHostnames: 1
    FTP Proxy Enabled: 1
    FTP Passive Mode: 1
    FTP Proxy Port: 8002
    FTP Proxy Server: Sfh-fs1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: Sfh-fs1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: Sfh-fs1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: Sfh-fs1
    Auto Discovery Enabled: 0
    RTSP Proxy Enabled: 1
    RTSP Proxy Port: 8002
    RTSP Proxy Server: Sfh-fs1
    SOCKS Proxy Enabled: 0
    SOCKS Proxy Port: 8002
    SOCKS Proxy Server: Sfh-fs1
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    Exceptions List: Localhost, 127.0.0.1, .*.
    ExcludeSimpleHostnames: 1
    FTP Proxy Enabled: 1
    FTP Passive Mode: 1
    FTP Proxy Port: 8002
    FTP Proxy Server: Sfh-fs1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: Sfh-fs1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: Sfh-fs1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: Sfh-fs1
    Auto Discovery Enabled: 0
    RTSP Proxy Enabled: 1
    RTSP Proxy Port: 8002
    RTSP Proxy Server: Sfh-fs1
    Dads House:
    Active Location: No
    Services:
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 0
    Auto Discovery Enabled: 0
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Ethernet:
    Media Subtype: autoselect
    MTU: 1500
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Location (1/4/06 4:15 PM):
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Moms Wireless:
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    VPN (L2TP):
    Type: PPP
    IPv4:
    Configuration Method: PPP
    OverridePrimary: 1
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 1
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 0
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 0
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 0
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 0
    LCP Echo Enabled: 1
    LCP Echo Failure: 15
    LCP Echo Interval: 20
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Automactic:
    Active Location: Yes
    Services:
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Ethernet:
    Media Subtype: autoselect
    MTU: 1500
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 0
    HTTP Proxy Enabled: 0
    HTTP Proxy Port: 8999
    HTTP Proxy Server: 127.0.0.1
    HTTPS Proxy Enabled: 0
    HTTPS Proxy Port: 8999
    HTTPS Proxy Server: 127.0.0.1
    Auto Discovery Enabled: 0
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Authorization Name: Nighteaater537
    Authorization Password: <002d003d 002d003d 002d003d >
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 0
    Redial Interval: 5
    Remote Address: 772-546-3768
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 1
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 180
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 1
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    VPN (L2TP):
    Type: PPP
    IPv4:
    Configuration Method: PPP
    OverridePrimary: 1
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 1
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 0
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 0
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 0
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 0
    LCP Echo Enabled: 1
    LCP Echo Failure: 15
    LCP Echo Interval: 20
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    MacTOPc:
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    VPN (PPTP):
    Type: PPP
    IPv4:
    Configuration Method: PPP
    OverridePrimary: 1
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 1
    CCP Enabled: 1
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 0
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 0
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 0
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 0
    LCP Echo Enabled: 1
    LCP Echo Failure: 15
    LCP Echo Interval: 20
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    School:
    Active Location: No
    Services:
    Internal Modem:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Proxy Enabled: 1
    FTP Passive Mode: 0
    FTP Proxy Port: 8002
    FTP Proxy Server: sfh-px1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: sfh-px1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: sfh-px1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: sfh-px1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 1
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Bluetooth:
    Type: PPP
    IPv4:
    Configuration Method: PPP
    IPv6:
    Configuration Method: Automatic
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    PPP:
    ACSP Enabled: 0
    Display Terminal Window: 0
    Redial Count: 1
    Redial Enabled: 1
    Redial Interval: 5
    Use Terminal Script: 0
    Dial On Demand: 0
    Disconnect On Fast User Switch: 1
    Disconnect On Idle: 1
    Disconnect On Idle Timer: 600
    Disconnect On Logout: 1
    Disconnect On Sleep: 1
    Idle Reminder: 0
    Idle Reminder Time: 1800
    IPCP Compression VJ: 1
    LCP Echo Enabled: 0
    LCP Echo Failure: 4
    LCP Echo Interval: 10
    Log File: /var/log/ppp.log
    Verbose Logging: 0
    Built-in Ethernet:
    Type: Ethernet
    BSD Device Name: en0
    Hardware (MAC) Address: 00:11:24:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 1
    FTP Proxy Enabled: 1
    FTP Passive Mode: 0
    FTP Proxy Port: 8002
    FTP Proxy Server: ic-px1
    Gopher Proxy Enabled: 1
    Gopher Proxy Port: 8002
    Gopher Proxy Server: ic-px1
    HTTP Proxy Enabled: 1
    HTTP Proxy Port: 8002
    HTTP Proxy Server: ic-px1
    HTTPS Proxy Enabled: 1
    HTTPS Proxy Port: 8002
    HTTPS Proxy Server: ic-px1
    Auto Discovery Enabled: 0
    RTSP Proxy Enabled: 1
    RTSP Proxy Port: 8002
    RTSP Proxy Server: ic-px1
    Built-in FireWire:
    Type: FireWire
    BSD Device Name: fw0
    Hardware (MAC) Address: 00:11:24:ff:fe:88:bf:e8
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    AirPort:
    Type: Ethernet
    BSD Device Name: en1
    Hardware (MAC) Address: 00:11:24:9c:3d:aa
    IPv4:
    Configuration Method: DHCP
    IPv6:
    Configuration Method: Automatic
    AppleTalk:
    Configuration Method: Node
    Proxies:
    Proxy Configuration Method: 2
    ExcludeSimpleHostnames: 0
    FTP Passive Mode: 1
    Auto Discovery Enabled: 0
    Modems:
    Modem Information:
    Modem Model: Jump
    Interface Type: I2S
    Modulation: V.92
    Hardware Version: Version 1.0
    Driver: MotorolaSM56K.kext (v1.3.3)
    Country: B5 (United States, Latin America)
    Applications:
    Acrobat Reader 5:
    Version: 5.0.5
    Last Modified: 10/19/05 10:31 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Acrobat Reader 5.0
    Acrobat Distiller 7.0:
    Version: 7.0.7
    Last Modified: 11/11/05 12:19 PM
    Kind: PowerPC
    Get Info String: Acrobat Distiller™ 7.0.7, 1984-2006 Adobe Systems Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Acrobat 7.0 Professional/Acrobat Distiller 7.0.app
    Acrobat Uninstaller:
    Version: Acrobat Uninstaller version 7.0.7
    Last Modified: 11/11/05 12:19 PM
    Kind: PowerPC
    Get Info String: Acrobat Uninstaller version 7.0.7, Copyright © 2005 by Adobe Systems, Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Acrobat 7.0 Professional/Acrobat Uninstaller.app
    Adobe Acrobat 7.0 Professional:
    Version: 7.0.7
    Last Modified: 11/11/05 12:19 PM
    Kind: PowerPC
    Get Info String: Adobe® Acrobat® 7.0.7, ©1984-2005 Adobe Systems Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Acrobat 7.0 Professional/Adobe Acrobat 7.0 Professional.app
    Bridge:
    Version: 1.0.0.545
    Last Modified: 11/11/05 11:58 AM
    Kind: PowerPC
    Get Info String: 1.0.0.545 (93460), Copyright 2003-2005, Adobe
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Bridge/Bridge.app
    Adobe GoLive CS2:
    Version: 8.0
    Last Modified: 11/11/05 12:31 PM
    Kind: PowerPC
    Get Info String: 8.0, Copyright © 1997-2005 Adobe Systems Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe GoLive CS2/Adobe GoLive CS2.app
    Adobe Help Center:
    Version: Adobe Help Center 1.0.0.793
    Last Modified: 11/11/05 11:58 AM
    Kind: PowerPC
    Get Info String: Adobe Help Center 1.0.0.793 (C) 2005 Adobe Systems, Inc. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Help Center.app
    Illustrator:
    Version: 12.0.0
    Last Modified: 11/11/05 12:15 PM
    Kind: PowerPC
    Get Info String: 12.0.0, Copyright © 1987-2005 Adobe Systems Inc. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Adobe Illustrator.app
    Demonstrator:
    Version: 2.0
    Last Modified: 11/11/05 12:15 PM
    Kind: PowerPC
    Get Info String: 1.0
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Demonstrator/Demonstrator.app
    Analyze Documents:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Analyze Documents.localized/Analyze Documents.app
    Make Calendar:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Calendar.localized/Make Calendar.app
    Collect for Output:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Collect for Output.localized/Collect for Output.app
    Contact Sheets:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Contact Sheet Demo.localized/Contact Sheets.app
    Dataset Batch PDF from Text:
    Last Modified: 11/11/05 12:15 PM
    Kind: PowerPC
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Datasets.localized/Dataset Batch PDF from Text.app
    Export Flash Animation:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Export Flash Animation.localized/Export Flash Animation.app
    Web Gallery:
    Last Modified: 11/11/05 12:15 PM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Illustrator CS2/Scripting.localized/Sample Scripts.localized/AppleScript/Web Gallery.localized/Web Gallery.app
    Adobe InDesign CS2:
    Version: 4.0.0.421
    Last Modified: 11/11/05 12:07 PM
    Kind: PowerPC
    Get Info String: 4.0, Copyright 2000-2005 Adobe Systems Incorporated. All rights reserved.
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe InDesign CS2/Adobe InDesign CS2.app
    Adobe ImageReady CS2:
    Version: 9.0x196
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Get Info String: 9.0x196, Copyright © 1998-2005 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Adobe ImageReady CS2.app
    Adobe Photoshop CS2:
    Version: 9.0 (9.0x196)
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Get Info String: 9.0 (9.0x196), Copyright ©1990-2005 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Adobe Photoshop CS2.app
    Constrain 350, Make JPG 30:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Constrain 350, Make JPG 30.exe
    Constrain to 200x200 pixels:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Constrain to 200x200 pixels.exe
    Constrain to 64X64 pixels:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Constrain to 64X64 pixels.exe
    Make Button:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make Button.exe
    Make GIF (128 colors):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make GIF (128 colors).exe
    Make GIF (32, no dither):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make GIF (32, no dither).exe
    Make GIF (64 colors):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make GIF (64 colors).exe
    Make JPEG (quality 10):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make JPEG (quality 10).exe
    Make JPEG (quality 30):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make JPEG (quality 30).exe
    Make JPEG (quality 60):
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Make JPEG (quality 60).exe
    Metal Slide Thumbnail:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Metal Slide Thumbnail.exe
    Multi-Size Save:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Multi-Size Save.exe
    Rounded Rect Thumbnail:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Rounded Rect Thumbnail.exe
    Slide Thumbnail:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Slide Thumbnail.exe
    Unsharp Mask:
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/ImageReady Droplets/Unsharp Mask.exe
    Aged Photo:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Aged Photo.exe
    Conditional Mode Change:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Conditional Mode Change.exe
    Constrain to 300 pixels:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Constrain to 300 pixels.exe
    Constrain to 64 pixels:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Constrain to 64 pixels.exe
    Drop Shadow Frame:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Drop Shadow Frame.exe
    Make Button:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Make Button.exe
    Make Sepia Tone:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Make Sepia Tone.exe
    Save As JPEG Medium:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Save As JPEG Medium.exe
    Save As Photoshop PDF:
    Version: 9.0
    Last Modified: 3/22/05 10:25 AM
    Kind: Native (Preferred) or Classic
    Get Info String: 9.0x087 ©1999-2003 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Photoshop CS2/Samples/Droplets/Photoshop Droplets/Save As Photoshop PDF.exe
    VersionCueCS2:
    Version: 2.0
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Get Info String: 2.0, Copyright ©2001-2004 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Version Cue CS2/bin/VersionCueCS2.app
    VersionCueCS2Status:
    Version: 1.0.0
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Version Cue CS2/bin/VersionCueCS2Status.app
    VC2Native:
    Version: 2.0
    Last Modified: 11/11/05 12:02 PM
    Get Info String: 2.0.0, © 2003-2004 Adobe Systems Incorporated
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Version Cue CS2/plugins/com.adobe.versioncue.nativecomm_2.0.0/res/macosx/VC2Native.app
    Uninstall Version Cue CS2:
    Version: 0.1
    Last Modified: 11/11/05 12:02 PM
    Kind: PowerPC
    Location: /Applications/1-EDITING STUFF/ADOBE/Adobe Version Cue CS2/Uninstall Version Cue CS2.app
    DJ-1800 2.2.1:
    Version: 2.2.1
    Last Modified: 10/31/05 5:57 PM
    Kind: PowerPC
    Get Info String:

    Alot of information...
    First observation, is that your internal hard disk has too much on it - on an
    80gb internal hard disk, you want to keep 10% available for system usage,
    which would be 8gb vs the 3 and change gb available shown in your
    posted information above.
    See if I got this right...you have an external powered enclosure with a WD
    250gb ultra ata hard drive that has worked before on your PB. Snap,
    crackle, pop, power goes, and the HD is corrupted. Your PowerBook,
    however, still recognizes the external HD as a device, right? You tried
    hooking into a Windows-based system, and couldn't access anything.
    Assuming your PB recognizes it as a hard drive, have you brought up the
    Apple disk utility and tried to repair the drive (select external hard drive
    on left side of disk utility, then first aid tab, repair disk)? Results?

  • DVD Drive doesn't detect DVDs on Satellite 1900-303

    My CD-RW/DVD drive is refusing to play DVDs, acting as though there is no disc in the drive no matter what I try. I haven't used the machine regularly in a while and have just started to discover this.
    It also has a problem with burning to blank discs, if that's of any interest. I've bought a lens cleaner but it will not work as the laptop still doesn't recognise the disc. Also, I've never fiddled with the region control, and have already tried re-installing the driver, but to no avail.
    It's a S1900-303, model number PS192E-00G1N-EN.
    Any help anyone can give is very much appreciated, this is really inconvenient.
    Thanks a lot.

    Hello guys
    First of all if there are any problems with CD or DVD burning you have to test different CD or DVD. Not every CD or DVD is compatible and can be used in the drive.
    Therefore check different CD/DVD from different manufactures.
    But if the drive will be not able to burn or read any CD/DVD so I assume the drive has a malfunction and only the device replacement could help.
    @Judith: You unit seems to be new and the warranty should cover the drive replacement.
    But before contacting the ASP in your country check the different medias.
    In the user manual you should find a list with compatible and tested CD and DVDs.

  • Please help find driver, at the end of my rope with this ca

    I purchased a used soundcard from a computer repair shop near here a few months back. The sound card did not come with an installation CD. So i was pretty much left on my own to find drivers for it. Ive got a good many years experience building pcs so i figured this wouldnt be a problem. How WRONG i was lol. After being unable to find drivers for it originally I finally gave up and put the card in a static protection bag i had laying around and havent thought about it much since then just counted it as a loss. Now im back at it trying again to find drivers to get this card to work.
    The following is every bit of information i feel applicable to this sittuation, however if anymore infos needed please let me know and ill try to provide it.
    My operating system= windows XP with SP2
    The following is off the card itself. (which says its a creative sound blaster Li've!)
    Theres an inkstamp on the uppper left hand corner of the non chipset side that reads
    32AMN08B 853
    94v-0 k
    (backwards RJ looking symbol)e9697 3999
    Serial number= m48309402990
    Model number= CT4830
    Steps i've taken so far are i originally went to the creative search function and looked for the drivers on their site it gave me a link to two files which i downloaded.
    This is the link where i downloaded the following files
    http://us.creative.com/support/downloads/download.asp?MainCategory=&nRegionFK=&nCountryFK=& nLanguageFK=&sOSName=Windows+XP&region=&Product_Na me=Li've%2&Product_ID=4857&modelnumber=&driverlang =033&OS=0&drivertype=0&x=26&y=
    And this of course is the two files i got.
    . Li'veDrvPack_Patch.exe
    2. Li'veDrvUni-Pack(ENG).exe
    File number one has a warning as follows:
    (This is an update patch, it is not a complete driver installation. You must have the previous Li'veDrvPack.exe (SBLW-XPWEB-W3-US), posted July 7,2002. in your system if you wish to use this patch.)
    Ive searched the site i cant find this file (SBLW-XPWEB-W3-US) after searching through the forums a bit i found this thread http://forums.creative.com/creativelabs/board/message?board.id=soundblaster&message.id=25677&vie w=by_date_ascending&page=
    Which had lists of ISOs for all the different installation CDs. I downloaded everything i seen on filefront (http://hosted.filefront.com/BadBoyforum) badboy had posted that had LIVE in the name. These include the following ISOs.
    . SB Audigy & Li've!.iso
    2. SB Li've! 5. (SB0228).iso
    3. SB Li've! 5. (SB0229).iso
    4. SB Li've! 24bit.iso
    I mounted each image in daemon tools and attempted to install and recieved the following error
    ERROR= Setup could not detect any sound blaster audio card on your system. Please ensure that your sound blaster hardware is properly installed before running this setup program. Setup will now exit.
    Im kindve at a loss as how to proceed. Ive tryed looking through driverguide.com and a few other generic driver sites without much luck. If anybody at all has any suggestions on this id be very appreciati've. Like i said its a used card so it could be an OEM but it appears to be an ODM but who knows im by no means an expert on all this. I may have missed one of the LIVE isos off that filefront site but i dont think so. The only one i see thats left is the external one and its an internal card so i dont see how that could be right.

    shadowcage wrote:
    okay well i tryed the patching method on all of the isos i had after extracting them.
    I patched it and it said it was successful. when i ran each successi've setup it still didnt detect any soundblaster hardware.
    I also went to compaq and tryed a driver i found there without any luck. Im thinking at this point it is an OEM
    Although i still dont understand how you got compaq from the model number, im going to continue looking around their site.
    Maybe ill luck out but so far im about to the point im ready to throw this @#$%@%#@$@##@$#@$% thing away lol.
    Im looking on driver guide now again. :Sighs This is so aggrivating Normally i wouldnt have bought a card without the drivers but
    my wifes the one that got it and she didnt know. Oh well......
    You can get the model information from here.
    You can also try by installing kX drivers -> if kX package don't get installed, your card may have some problems.
    kX Home pages - http://kxproject.lugosoft.com/index.php?skip=
    kX support forum - http://www.driverheaven.net/forumdisplay.php?f=74
    jutapa

  • Trying to simply connect to Oracle with VBscript/ASP - and I cannot.

    This is rather embarrassing. I am pretty fluent with ASP and VBscript, and I have written many a web application connecting to Microsoft SQL Server. Now I have a need to connect to an Oracle database, and I'm beating my head against the wall.
    1) Web server is Windows Server 2003 SP1
    2) Using ASP (not ASP.NET) & VBscript
    3) I have installed the Oracle drivers on the server - it is version 10g
    4) The administrator of the Oracle database to which I want to connect has created a username and password for me to use from within my code
    5) Here is the code I am trying to run:
    Set objConn = Server.CreateObject("ADODB.Connection")
    objConn.Open "Provider=MSDAORA;Data Source=XXXXXXX;User Id=YYYYYYY;Password=ZZZZZZZ;"
    That's it. 2 lines of code just trying to establish a connection. Using the user name and password provided to me by the administrator, and for Data Source I am using the IP address of the Oracle server (like I have done in the past when connecting to SQL Server). I receive the following error message when viewing this in a browser:
    Microsoft OLE DB Provider for Oracle error '80004005'
    ORA-12154: TNS:could not resolve the connect identifier specified
    Evidently, the Data Source I am using is not correct, but I was provided no other information from the admin. This is the first time any of us have tried to connect to Oracle using ASP/VBScript, so the administrator isn't sure what I need to do ... any help would be so appreciated.

    Hello,
    I got mine to work by setting up an ODBC System DSN and connecting to it. I think this bypasses the Microsoft driver, which might be what's causing the problem.
    Set Db = Server.CreateObject("ADODB.Connection")
    Db.Open "DSN=TEST;User ID=userid;Password=password;"
    Good luck, I've found it requires a lot of persistence...
    Al
    Springfield, MO

Maybe you are looking for