Jumpstart: Disable user registration in Solaris 10 x86 8/07

Earlier Solaris version let you disable the user registration screen by adding DISABLE=1 to /etc/default/solregis or not installing SUNWsregu. That doesn't work with Solaris 10 x86 8/07. There is no SUNWsregu package.
Can this still be disabled?

Confirmed: I just jumpstarted with Solaris 10 x86 (10/09) AKA Update 8, and touched the .nvreg file into existence with a finish script. The system no longer prompts to register at first login.
Finish script code snipit:
if [ -d ${BASEDIR}/usr/lib/breg/data ]; then
touch ${BASEDIR}/usr/lib/breg/data/.nvreg
fi

Similar Messages

  • Disabling User in Solaris

    Is there anyway to change the way the resource adapter for Solaris and Linux disables users so that it uses the native lock provided through passwd rather than setting a random password?
    Scott

    Is there anyway to change the way the resource
    adapter for Solaris and Linux disables users so that
    it uses the native lock provided through passwd
    rather than setting a random password?No there is no way to do that.
    The usage of passwd -d and or -l is limited to certain installations. If you read the man page for passwd you will see that it only works for files as the repository not for any of the other possibilities (NIS or NIS+ or ldap). It also depends on PAM modules to implement this and they do not have to be configured on the system.
    WilfredS

  • Oracle RAC 10g on Solaris x86 using vmware

    Guys,
    I am practising 10g RAC installation on my laptop, wherein I have vmware workstation and
    solaris-x86 version 10 installed on it.
    I am trying to install Oracle 10g clusterware.
    I have followed the steps for clusterware installation.
    I am facing an errror on one of the node while running root.sh.
    On the first node, the root.sh runs fine.
    The following is the log.
    bash-3.00# ./root.sh
    WARNING: directory '/u01/app/oracle/product' is not owned by root
    WARNING: directory '/u01/app/oracle' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    WARNING: directory '/u01' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    WARNING: directory '/u01/app/oracle/product' is not owned by root
    WARNING: directory '/u01/app/oracle' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    WARNING: directory '/u01' is not owned by root
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: xsan001 xsan001-priv xsan001
    node 2: xsan002 xsan002-priv xsan002
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Now formatting voting device: /dev/rdsk/c0d0s4
    Format of 1 voting devices complete.
    Startup will be queued to init within 30 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    CSS is active on these nodes.
    xsan001
    CSS is inactive on these nodes.
    xsan002
    Local node checking complete.
    Run root.sh on remaining nodes to start CRS daemons.
    =============================
    On the second node, the root.sh gives error.
    bash-3.00# ./root.sh
    WARNING: directory '/u01/app/oracle/product' is not owned by root
    WARNING: directory '/u01/app/oracle' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    WARNING: directory '/u01' is not owned by root
    Checking to see if Oracle CRS stack is already configured
    Setting the permissions on OCR backup directory
    Setting up NS directories
    Oracle Cluster Registry configuration upgraded successfully
    WARNING: directory '/u01/app/oracle/product' is not owned by root
    WARNING: directory '/u01/app/oracle' is not owned by root
    WARNING: directory '/u01/app' is not owned by root
    WARNING: directory '/u01' is not owned by root
    Successfully accumulated necessary OCR keys.
    Using ports: CSS=49895 CRS=49896 EVMC=49898 and EVMR=49897.
    node <nodenumber>: <nodename> <private interconnect name> <hostname>
    node 1: xsan001 xsan001-priv xsan001
    node 2: xsan002 xsan002-priv xsan002
    Creating OCR keys for user 'root', privgrp 'root'..
    Operation successful.
    Now formatting voting device: /dev/rdsk/c0d0s4
    Format of 1 voting devices complete.
    Startup will be queued to init within 30 seconds.
    Adding daemons to inittab
    Expecting the CRS daemons to be up within 600 seconds.
    Failure at final check of Oracle CRS stack.
    10
    Can you provide some sort of clue what could be done to resolve the above error?

    Refer to http://www.oracleracsig.org/ Under documents section select OS=Solaris. You will find a document on Oracle RAC on Solaris10 using Vmware.

  • Core 2 Duo and solaris x86 11/06 works for me

    This is FYI, since I seen (and posted) problems, but I haven't seen the solution posted.
    I have successfully gotten solaris x86 11/06 to install and run on my core 2 duo machine. I had tried solaris x86 06/06, but I could only run in 32bit mode until patch 118855-19 was installed. It looks like 118855-33 is the baseline for 11/06.
    With 06/06 I had to edit the grub command and add " kernel/unix" to the end of the 2nd line. This would force 32 bit mode rather than 64 bit. If I tried 64 bit, it would enter an endless reboot cycle. Once I installed the patch to 118855-19 I could run solaris 10 06/06 in 64 bit mode without issue.
    Again, since solaris 10 11/06 is at 118855-33, it runs on my core2 machine straight from the install.
    Hope this helps

    On a laptop there is little point with running a 64-bit operating system unless it physically has more than 4gb of ram, or if you are processing datasets exceeding 4GB of ram. Unless you're into assembly or use Solaris for some reason to manipulate media, little is to be gained by using 64-bit versions if anything. The increased pointer, integer, and padding causes more memory to use for the same software, most software on 64-bit operating systems runs in 32-bit mode because there is no need to have 16 exabyte memory addressing capability for anything but media encoders, giant databases, or extremely bloated single-threaded software. Sun Java Creator takes a heck of a lot of ram, but even at peak it's still under 4GB. If you move files bigger than 4GB, the ability to memory map all 4096MB might have less overhead on a 64-bit operating system, but generally from an end-user perspective, especially on a fast Intel or Opteron system, you won't notice the difference much. Solaris is bi-arch, a large chunk of Windows Vista and XP x64 is bi-arch, and most of FreeBSD and Linux are bi-arch in 64-bit versions, as I said, no point in making everything 64-bit. 64-bit device drivers is an issue for every OS, you should stick with 32-bit on a laptop, and hold off on desktops unless you need extended assembly registers available only in 64-bit mode.

  • Problem Oracle10G Installation in Solaris-x86

    Hai,
    I am facing problem when installing Oracle10g on solaris machine.
    I created user and group for oracle and also changed some kernel properties.after changing all requirements i am trying to run runInstaller...but it gave exception like this ...
    Exception:
    Starting Oracle Universal Installation...
    Checking Installation requirements...
    Checking Operating System version :
    must be 5.6,5.7,5.8,5.9 Actual 5.10
    failed <<<<
    exsting oracle universal installer.log for this session can be found at /tmp/orainstaller/datetime....
    I am using ---
    Oracle version : Oracle Database 10g Release 1(10.1.0.3) for Solaris x86
    Solaris Version : Solaris 5.10
    can any one help me out from this problem....
    Thanks in advance ....
    -Lakesh

    Oracle 10G release 1 only support up to Solaris 9.
    You probably need to install 10G release 2. The second release of major Oracle version is always more stable anyway.
    http://download-west.oracle.com/docs/cd/B19306_01/install.102/b15697/pre_install.htm#sthref110

  • Disable CPU core in Solaris 10

    Hi,
    can anybody help me to disable cpu core in solaris 10. my server is Sparc T4-1 server (1 physical processor with 8 core 64 threads). I am able to disable threads using psradm, but not sure about disabling core.
    thanks
    Sajith.P.V

    You can disable a single core in solaris using "psradm -f <cpu id>"
    man page for psradm
    The psradm utility changes the operational status of proces-
    sors. The legal states for the processor are on-line, off-
    line, spare, faulted, and no-intr.
    An on-line processor processes LWPs (lightweight processes)
    and can be interrupted by I/O devices in the system.
    An off-line processor does not process any LWPs. Usually, an
    off-line processor is not interruptible by I/O devices in
    the system. On some processors or under certain conditions,
    it might not be possible to disable interrupts for an off-
    line processor. Thus, the actual effect of being off-line
    might vary from machine to machine.
    A spare processor does not process any LWPs. A spare proces-
    sor can be brought on-line, off-line or to no-intr by a
    privileged user of the system or by the kernel in response
    to changes in the system state.
    Example 1 Setting Processors to off-line
    The following example sets processors 2 and 3 off-line:
    % psradm -f 2 3
    Example 2 Setting Processors to no-intr
    The following example sets processors 1 and 2 no-intr:
    % psradm -i 1 2
    Example 3 Setting Processors to spare
    The following example sets processors 1 and 2 spare, even if
    either of the processors was in the faulted state:
    % psradm -F -s 1 2
    Example 4 Setting All Processors on-line
    % psradm -a -n
    Example 5 Forcing Processors to off-line
    The following example sets processors 1 and 2 offline, and
    revokes the processor bindings from the processes bound to
    them:
    % psradm -F -f 1 2

  • How to disable role password in Solaris 11

    Roles can only be assumed by logged in users. That is the definition of a role. Therefore role authentication is to some extent double authentication. The user has already authenticated as himself when he logged in and the sysadmin has enough trust in him to grant him a certain role. So why would he need to authenticate to the role? Isn't that double authentication ? Anyway I can see why that makes sense on a role like 'root' but on other more normal types of roles ? Really?
    Anyway that is not what this posting is about. It is about me not being able to figure out how to disable role password in Oracle 11.
    In Solaris 10 I would do:
    <pre>passwd -r files -d myrole</pre>
    That would set the myrole account to a no password account and that would be enough to disable it.
    In Solaris 11 I cannot make this work. I suspect this is because of the introduction of the roleauth attribute but I've tried all possible combinations:
    <pre>passwd -r files -d myrole</pre>
    <pre>rolemod -K roleauth=user myrole</pre>
    or
    <pre>passwd -r files -d myrole</pre>
    <pre>rolemod -K roleauth=role myrole</pre>
    Can't make any of these work.
    Pls help.

    Hello MrMonza,
    I do not completely understand what you are looking for. Perhaps it would help if you explained, for which purpose you want to use your new role.
    In short, a role is simply a user account, to which you cannot login directly. As to every user account, rights are assigned to each role. And as for every user account, you have to provide a password for it.
    If you want to switch to a role without password, this is nearly the same as extending the rights of your account.
    This is possible by assigning additional profiles to it via /etc/user_attr. Privileged commands, written by you, and connected to these profiles, can be defined in /etc/security/exec_attr.d/local-entries. These commands can be called via pfexec, see pfexec(1), which grants privileges (e.g. uid=0) for just the call.
    See also user_attr(4), prof_attr(4), exec_attr(4) and the "SEE ALSO" sections in there.
    Profiles can be chosen from the predefined profiles in /etc/security/prof_attr.d, or they can be self-assembled from these profiles and authorizations from /etc/security/auth_attr.d.
    New profiles should be stored in /etc/security/prof_attr.d/local-entries.

  • Please suggest the fastest way to install Solaris x86 PC 30 boxes

    I've already tested one and it's successfully installed.
    I have to install 30 boxes , all are same spec.
    Please advise the fastest procedure to install.
    Note : There is no sparc machine.

    Only problem with imaging a Solaris x86 box is that your machines will end up with the same hostid (which is pseudo-randomly generated at Solaris installation time for x86). This may, or may not, be a problem, depending on what commercial software you use...
    To avoid this, you have to use jumpstart, or do some serious hacking.

  • SAP on solaris x86 or sparc

    Hi,
    Can you please let me know the advantages of running SAP on Solaris X86 or SPARC machines. Which is recommended?
    Thanks
    Joyce

    > If the compnay has very few end users to work on SAP i.e. less than 50 users, then x86  is suited.
    > FOr large ended systems that is for large number of users to work on SAP, SPARC is better choice.
    > SPARC is recommended.
    I'm sorry but this is simply not true.
    x86_64 is VERY suited for big systems, we run x86_64 systems with 1000+ users, on Solaris and on Linux.
    Solaris on x86_64 is a very good choice, a mature OS with lots of features (zones, ZFS...) running on affordable hardware.
    SPARC is a RISC architecture, there are even drawbacks in performance if you use e. g. T-series systems (UltraSparc) for ABAP systems and databases (see Oracle Metalink ID 781763.1 - "Migration from fast single threaded CPU machine to CMT UltraSPARC T1 and T2 results in increased CPU reporting and diminished performance").
    So it's a matter of taste and choice - and money.
    Markus

  • Which 10g release supports Solaris x86 version 10?

    Hi,
    I downloaded Oracle 10.1.0.3 for Solaris x86. When I installed it, I got error, saying I can only install this version on Solaris 9 x86. Do you have any idea which Oracle 10g version supports Solaris x86 version 10?
    Thanks
    L

    Hi,
    If we believe metalink, Oracle 10gR1 is already certified for Solaris x86
    Solaris Operating System x86 Version 10
    Oracle Database - Enterprise Edition Version 10g
    Status: Certified
    Certification Note:
    Install Information:
    o 1. Execute runInstaller with the -ignoreSysPrereqs option.
    o 2. Select 'Do not create a starter database' when installing Oracle 10g.
    o 3. During installation, the warning message 'SUNWsprox package not installed' can be ignored. Press Continue to resume the installation.
    o 4. Download and install patch 4186426 from metalink.oracle.com after installing Oracle 10g software.
    o 5. If you have an End User Solaris 10 distribution, install the SUNWuiu8 package prior to installing the 10g client.
    Have you run installer like recommended in point 1 ?
    For 10gR2, you need to wait december for certification.
    Nicolas.

  • Auto login after new user registration

    Hello,
    I would like to go directly to a restricted page (add session variables for username, level, etc) after a new user is registered, without first going to the login page. Is there a way to do this? I tried adding a login user behavior to my new user registration page, but it disabled the form validation on the page. I also tried copying some of the login page code (login transactions) into the new user registration page, but that didn't work either... any help would be greatly appreciated!
    Steve
    BTW, I am not utilizing email activation

    Well I finally figured out a work around... I am sure others will run into this problem and if someone can explain it to me I would be happy. But for now this will work.
    The above code that Steve U posted works for me exactly 50% of the time. It will work every other time, why I don't know. I even changed all of my temp and session directories in php configuration, changed from php5 to php4 and still no fix.
    Here is what I did to get it to work:
    On your registration form underneath the insert transaction you copy and paste the login transaction (that you generate on a login page).
    *Change tNG_login(this is your server connection)
    *Change the POST value to match your submit button on your registration form, mine is KT_Insert1.
    *Modify the redirect trigger to go to the page you want to redirect to after registration.
    *Change the kt_login_user and kt_login_password addColumn values to match the username and password fields in your registration form, mine are email_usr and password_usr
    *comment out the kt_login_rememberme addColumn (or if you need this, modify the code to allow for it in the registration form)
    I have now successfully registered a new account and had it auto-login to the user protected area 10 times in a row now, so this should be working.
    If you want some sample code here it is:
    // Make a login transaction instance
    $loginTransaction = new tNG_login($conn_connection);
    $tNGs->addTransaction($loginTransaction);
    // Register triggers
    $loginTransaction->registerTrigger("STARTER", "Trigger_Default_Starter", 1, "POST", "KT_Insert1");
    //$loginTransaction->registerTrigger("BEFORE", "Trigger_Default_FormValidation", 10, $formValidation);
    $loginTransaction->registerTrigger("END", "Trigger_Default_Redirect", 99, "user/confirmlogin.php");
    // Add columns
    $loginTransaction->addColumn("kt_login_user", "STRING_TYPE", "POST", "email_usr");
    $loginTransaction->addColumn("kt_login_password", "STRING_TYPE", "POST", "password_usr");
    //$loginTransaction->addColumn("kt_login_rememberme", "CHECKBOX_1_0_TYPE", "POST", "kt_login_rememberme", "0");
    // End of login transaction instance

  • HI I am facing problem to disable user in LDAP thru SIM

    Hi,I have configured LDAP directory server in sun IDM.
    after creating the user in IDM & LDAP I am trying to disable the user both in SIM as well as LDAP,in the IDM repository it is showing as the user in LDAP got disabled but actually in LDAP the user account is in active state.
    I am not understanding why this problem is coming.Earlier when I tried to diable the user in LDAP thru IDM it was working fine but it is not working now.It is very urgent for me.Can anyone tell the reason.?Any advices will be helpfule.

    There are two ways of disabling ANY account on ANY resource through resourc adapter.
    1) use native method, if it exists.
    2) change password to some value which matches password policy AND completely forget this password.
    The first method is used for some adapters, Oracle for example.
    The second method is used more widely, for Solaris, Redhat Linux, LDAP... and many other resource.
    I believe that they made LDAPResourceAdapter using DisableUser this way so that it can be used for comunicating with non-sun directory servers as well.
    So, disabling user from Identity Manager does not disable the user through setting any native flag on JES Directory Server, but by changing and forgetting password AND marking that account as "disabled" in the Identity Manager instead.
    The user cannot log on anymore, so the "disable" is ok. Although you cannot see that the user is disabled using common ldaptools.

  • Weblogic 8.1 for solaris x86 download

    hi, i'm looking for weblogic 8.1 for solaris x86, where i can download the files?
    thanks

    hey thanks for the reply, sorry for my late response, well last time i was found the archive of all BEA Release Product with metalink account, i was downloaded the weblogic 8.1 SP4 for solaris x86.. the installation seems fine, until i try to create the domain.. here is my step installation
    -bash-3.00$ ./config.sh
    Java Accessibility Bridge for GNOME loaded.
    Unable to instantiate GUI, defaulting to console mode.
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Create or Extend a Configuration:
    Choose between creating and extending a configuration. Based on your selection, the Configuration Wizard guides you through the steps to generate a new or
    extend an existing configuration.
    ->1|Create a new WebLogic configuration
    | Start here to create a WebLogic configuration in your projects
    |directory.
    2|Extend an existing WebLogic configuration
    | Start here to extend an existing WebLogic configuration. Use this
    |option to add applications and services, including Database access (JDBC)
    |and Messaging (JMS). This option also enables you to extend functionality
    |by enabling WebLogic Workshop.
    Enter index number to select OR [Exit][Next]> 1
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Select a Domain Template:
    Please select a template from the list or select another directory of templates.
    * [wildsoft/oracle/weblogic81/common/templates/domains]
    1|Basic WebLogic Workshop Domain 8.1.4.0
    | BEA Systems, Inc.
    | Create a basic WebLogic Workshop domain, without installing sample
    |applications. Domains created from this template will support the
    |WebLogic Server and WebLogic Workshop runtime functionality, including
    |support for J2EE applications, Web applications, Web Services and custom
    |controls. Use domains created from this template for development of
    |WebLogic Workshop applications.
    ->2|Basic WebLogic Server Domain 8.1.4.0
    | BEA Systems, Inc.
    | Create a basic WebLogic Server domain without installing sample
    |applications.
    3|WebLogic Server Examples Domain 8.1.4.0
    | BEA Systems, Inc.
    | Create the WebLogic Server Examples domain in a directory outside of the |installed kit. The Examples domain contains a collection of examples to
    |show best practices for coding individual J2EE APIs.
    4|Avitek Medical Records Sample Domain 8.1.4.0
    | BEA Systems, Inc.
    *Enter index number to select OR [Down][Exit][Previous][Next]> 2*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Choose Configuration Option:
    *Do you want to run the wizard in express mode?
    ->1|Yes
    2|No
    *Enter option number to select OR [Exit][Previous][Next]> 1*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Configure Administrative Username and Password:
    Create a user automatically assigned to the Administrative Role. This user is
    the default administrator used to start development mode servers.
    | Name | Value |
    _|_________________________|_________________________________|
    1| *User name:       |            weblogic             |
    2| *User password:     |                                 |
    3| *Confirm user password: |                                 |
    4| Description: | The default administration user |
    Select Option:
    1 - Modify "User name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
    *Enter option number to select OR [Exit][Previous][Next]> 2*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Configure Administrative Username and Password:
    Create a user automatically assigned to the Administrative Role. This user is
    the default administrator used to start development mode servers.
    "*User password:" = []
    Input new User password: OR [Exit][Reset][Accept]> weblogic1*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Configure Administrative Username and Password:
    Create a user automatically assigned to the Administrative Role. This user is
    the default administrator used to start development mode servers.
    | Name | Value |
    _|_________________________|_________________________________|
    1| *User name:       |            weblogic             |
    2| User password:     |            ******** |
    3| *Confirm user password: |                                 |
    4| Description: | The default administration user |
    Select Option:
    1 - Modify "User name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
    5 - Discard Changes
    *Enter option number to select OR [Exit][Previous][Next]> 3*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Configure Administrative Username and Password:
    Create a user automatically assigned to the Administrative Role. This user is
    the default administrator used to start development mode servers.
    "*Confirm user password:" = []
    Input new Confirm user password: OR [Exit][Reset][Accept]> weblogic1*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Configure Administrative Username and Password:
    Create a user automatically assigned to the Administrative Role. This user is
    the default administrator used to start development mode servers.
    | Name | Value |
    _|_________________________|_________________________________|
    1| *User name:       |            weblogic             |
    2| User password:     |            ******** |
    3| Confirm user password: |            ******** |
    4| Description: | The default administration user |
    Select Option:
    1 - Modify "User name"
    2 - Modify "User password"
    3 - Modify "Confirm user password"
    4 - Modify "Description"
    5 - Discard Changes
    *Enter option number to select OR [Exit][Previous][Next]>next*
    <--------------------- BEA WebLogic Configuration Wizard --------------------->
    Domain Mode Configuration:
    Enable Development or Production Mode for this domain.
    ->1|Development Mode
    2|Production Mode
    *Enter index number to select OR [Exit][Previous][Next]> 1*
    A fatal error has occured.  This application will terminate.

  • Stupid question  - What platforms does Solaris x86 run on?

    Hello,
    I am a longtime Solaris for sparc user. Could someone please direct me to information about what platforms/processors Solaris for x86 runs on? Are there dual-bootable Windows/Solaris systems or something? What about laptops? I will start searching myself for info, but if anyone knows of a great strehouse of info on this matter, I would appreciate it.
    Thanks!

    solaris: get it free
    http://www.sun.com/software/solaris/get.jsp
    What platforms does Solaris x86 run on? not such a stupid question if one is to inquire, does it run on intel conroe chips, yonah? are both chips recognized, does it run at 64 bit on conroe? has anyone got it going on mac? how about the 4 proc intel chips released. any one tried this and last but not least xen virtualistion with new built in amd/intel virtualization technology...

  • New User Registration page does not launch

    I am setting up a simple process to register a new user to my APEX application. At the login screen, the user can select "new user registration" button if they would like to register for a new id. Well, it was working for awhile and it stopped working sometime after I added the validations for the new registration fields. Now, whenever I launch the login screen and click on the "new user registration" nothing happens. If I bring up the "new user registration" page in the application builder, and click "run", it launches the login screen! I do have redirects back to the login screen in the event that the user clicks "cancel" or "register" on the "new user registration" page.
    This is very strange. Does anyone have any ideas as to the cause or how to track this down?
    Thanks,
    Reid

    I'll see if I can put the app on apex.oracle.com. I disabled the redirects and all of the not null validations I had. It's still behaving the way it did.
    In the meantime, I noticed this oddity. It seems like there is a mismatch between the URL page # and the actual page that is displayed. Here is what I mean. Here is the url:
    http://rilian:8080/apex/f?p=103:8:7659307535557230:::::
    See the page should be p=103:8. This is app 103, page 8, right?
    Well, that is the correct app and page. However, it displays app 103, page 101.
    When I click on the "new user registration" button, the url changes to this:
    http://rilian:8080/apex/f?p=103:8:7659307535557230::NO:8::
    And, I'm still on page 101, not page 8.
    Like I said before, this was working like a champ earlier this week and I went to show my wife how I had it working and boom it stopped. LOL. Murphy's law...
    Thanks again,
    Reid

Maybe you are looking for

  • Problem installing win xp on MBA

    Hi, I need windows xp on my mac for diverse reasons. I started bootcamp, partitioned for 20g, then with an external cd driver plugged in with usb, went on to install windows xp with my original sp1 cd. Bootcamp reboots my macbook air and then the scr

  • Can AS know if an desktop icon already exists in a location

    this code moves a file on the desktop to a specific location. tell application "Finder" set desktop position of alias "Macintosh HD:Users:Shawn:Desktop:The Matrix Effect - Video.webloc" to {1800, 1000} end tell Can you ask Applescript if an icon is a

  • Report based on depot plants

    Hi, Can you plz help to get a report based on Depot plants. I have transffered materials frm one main plant to 8 different Depot Plants.Can u plz help me to get  reports that helps me to get the detailed list of stocks in depot plants and to know how

  • File handling like PDF's, eps etc

    I deleted Preview, then Color Sync utility tried to open PDF..when I'm in InDesign CS and I want to edit orginal, it should 100% always open in Photoshop. But, it looks for Preview sometimes (no matter what I do with the litte "Get info/Open With" tr

  • Can't connect to the ICloud server since upgrading my IPhone 5S to iOS 8.1.

    **** please! Since upgrading to iOS 8.1 yesterday I have been unable to connect to the iCloud server. Keep getting a message that need to read the new terms and conditions, which I click the button to view but then get an error message that can't con