SGD 4.5.907 Installer script bug when ttaserv/ttasys has /bin/tcsh shell

When trying to install SGD 4.5.907, I kept getting this error, even though the two users were properly defined:
===============================================================================================
## Executing preinstall script.
ERROR: Required users (ttaserv and ttasys) are not correctly defined.
Setup will now exit.
You must create two user accounts before you can install Secure Global Desktop.
- The user names must be "ttaserv" and "ttasys".
- Both must have their primary group set to "ttaserv".
- You can use any UIDs and GID you want.
- Both users must have a valid shell, for example /bin/sh.
- Both users must have writeable home directories.
- We recommend that you lock the user accounts (passwd -l).
===============================================================================================
After searching for the actual pre-install script and figuring out how it works, I saw the test for user accts and realized it didn't account for a "valid shell" like /bin/tcsh, since it was using an sh/bash type of test construct.
If you want to argue whether or not TCSH is a valid shell, be my guest, but the installer should either handle the shell or the error msg should be a little more clear like "SGD requires an SH, or BASH type shell"

@JRoesler :
The script for installing the users during installation when the users are not created is included some version before the 4.50.907
The SGD version here is only 1 minor version before the latest release.
@aspenhedge:
If I look into the rpm (for Linux install) I don't see a check for a valid shell. It does however try to 'su' into those accounts. I might be wrong in this one.
Can you manually use 'su ttaserv' and 'su ttasys' without any problem? Do these users have a valid home-dir for example.
- Remold

Similar Messages

  • Stacked Column Report bug when one series has zero for data

    Hi,
    I'm encountering an issue with the stacked charts. In my chart, I want to show the total of active and expired records for each year. I created a series for each, and the SQL for them is below:
    Active (1st series created):
    select '' link,to_char(preparedate,'YYYY') label,count(*) Active
    from cts.contract
    where preparedate is not null and
    to_char(preparedate,'YYYY')>to_char(sysdate,'YYYY')-10
    and expired = 0
    group by '',to_char(preparedate,'YYYY')
    order by '',to_char(preparedate,'YYYY')
    Expired (2nd series):
    select '' link,to_char(preparedate,'YYYY') label,count(*) Expired
    from cts.contract
    where preparedate is not null and
    to_char(preparedate,'YYYY')>to_char(sysdate,'YYYY')-10
    and expired = 1
    group by '',to_char(preparedate,'YYYY')
    order by '',to_char(preparedate,'YYYY')
    When I see the chart output, I expect the chart to show the stacked columns with expired stacked on top of active, and ordered by year. However, for the two years in our database where there are no active (series 1) records, only expired (series 2) ones, these bars are displayed to the right of the other years. Oddly, for the year where all records are active, and none are expired, there is a sliver at the top of the bar for that year showing as the color for expired, and hovering over that portion of the bar displays zero. I understand that with the other two years where the series with zero would be stacked on the bottom, and therefore not visible, but why does the chart put these years after the other ones that are in order? Since my records are from 1998-2007, and the two years without series 1 records (active) are 1999 and 2002, the years are shown in this order: 1998, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 1999, 2002.
    Any help with how to make these two years show in the correct order with the others is appreciated.
    Thanks,
    Brian

    After switching from Thin driver to OCI the problem went away.

  • Sequence replicator bug : when source image has "colorize"

    I ran into this funky thing today. Easy to repeat:
    1: take any simple image as your source - I imported a small image from photoshop (a PNG).
    2: Colorize it
    3: Replicate it.
    4: Add a sequence replicator - I added a scale sequence from 0% TO 100%.
    Replicator only colorizes the image for a few frames as it scales up, then it drops the filter completely.
    Anyone else getting this? I'll use the "feedback" page to report this.

    Nope. Works fine for me. But let me ask you this:
    Does your colorize filter last as long as the sequence replicator? If you have a short image, say 3 seconds long with a 3 sec long colorize filter on it and you replicate that, the color will be obeyed in the replicator for only as long as the filter exists on the original image.
    Therefore, if you want the color to remain for the length of the sequence replicator, then you have to lengthen the colorize filter to the same length as the sequence replicator.
    andy

  • What to do when Apple id has bin disabled?

    I want to download apps but it just says my Apple ID has bin disabled

    Try this:  http://support.apple.com/kb/TS2446 .
    HTH

  • MariaDB, PHP, and mysql_connect() issue on Installation scripts

    I searched for this issue and turned out nothing..
    I am using an installation script on my web server and i get this error:
    function mysql_connect() not found:
    Your system does not appear to have mysql available within php
    I followed the wiki and have uncommented the following lines
    extension=pdo_mysql.so
    extension=mysqli.so
    extension=mysql.so
    I have also restarted the httpd daemon several times. I am using MariaDB because I know arch is dropping mysql. I followed the MariaDB wiki too and have it set-up properly.
    Here is my "mysqli" section of phpinfo()
    MysqlI Support    enabled
    Client API library version     mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
    Active Persistent Links     0
    Inactive Persistent Links     0
    Active Links     0
    Directive    Local Value    Master Value
    mysqli.allow_local_infile    On    On
    mysqli.allow_persistent    On    On
    mysqli.default_host    no value    no value
    mysqli.default_port    3306    3306
    mysqli.default_pw    no value    no value
    mysqli.default_socket    /var/run/mysqld/mysqld.sock    /var/run/mysqld/mysqld.sock
    mysqli.default_user    no value    no value
    mysqli.max_links    Unlimited    Unlimited
    mysqli.max_persistent    Unlimited    Unlimited
    mysqli.reconnect    Off    Off
    and here is "mysqlnd" in phpinfo()
    mysqlnd
    mysqlnd    enabled
    Version     mysqlnd 5.0.10 - 20111026 - $Id: e707c415db32080b3752b232487a435ee0372157 $
    Compression     supported
    SSL     supported
    Command buffer size     4096
    Read buffer size     32768
    Read timeout     31536000
    Collecting statistics     Yes
    Collecting memory statistics     No
    Tracing     n/a
    Loaded plugins     mysqlnd,example,debug_trace,auth_plugin_mysql_native_password,auth_plugin_mysql_clear_password
    API Extensions     mysqli
    MySQL is running as I have set-up a database and user for this installation script.

    I dropped to the command line and tried to run php and realized that mysql.so was named mssql.so..
    so for anyone that has this issue, when you install php, unless they change it next release, that's a typo you have to fix when uncommented the mysql extension
    Last edited by evil (2013-03-31 19:34:12)

  • How to edit the installation scripts in the supporting objects

    I wanted to update one of the installation scripts in the supporting objects. I clicked into that script and use the "script editor" tab. After editing the script, I clicked "Apply Changes" button. It redirected me to the upper level of the page. When I reopen the script, the content of this script is messed up and has the content of another script, not what I have changed. What could happen with it? There is one case that the script was all wiped out!
    One general question, how can I easily update the install scripts and reload it without export and import the whole application? or Can I?
    Thanks
    Fengting

    Fengting,
    I am not sure what causes this, but I have had the same issue with shared components >> report queries. Sometimes if you have multiple report queries it becomes impossible to edit any of them. If I remember correctly I tried using a different browser and everything seemed to work ok. I was using Firefox when I was having the issue.
    Sorry this is not an answer, but I feel your pain!
    Cheers,
    Tyson Jouglet

  • Oracle installer scripts in Delivery wizard is disabled in Project builder

    Hi,
    I have oracle forms 6i installed on my system. However, I was trying to builld installer scripts for my project. So I open the deliver wizard in Project builder. Select all the parameters, like project name/directory etc.and then when I reach the option of creating installer scripts, it is disabled while the others like,
    Deliver to local staging, Deliver to a remote staging etc is enabled.
    Any ideas, why I the installer scripts are disabled.?
    thnx
    S

    Soe more.
    I read in the Oracle manual under the Guidelines for Building Applications
    in the section Managing Your Application the following statement about project builder:
    "Remember that you can automate the running of test scripts just as you can automate actions associated with the modules in your application.
    How would one do this???
    Thanks!
    Liza

  • Data Quality Services Installer script - Where is the 64 bit version

    Hi.
    I have Microsoft SQL Server 2012 - 11.0.2218.0 Enterprise Edition on Windows NT 6.1 <X64> (Build 7601: Service Pack 1) (WOW64) installed on my laptop. The Data Quality Services feature has been installed. When I try and run the DQS client it says I
    must run the DQS installer script. I therefore run the Data Quality Server Installer, which is the other option in the DQS menu, and it errors saying 'You are running 32-bit version of DQS installer on 64-bit OS'. I've looked for the 64-bit version but I can't
    find it. Any ideas where I can get it from?
    Thanks in advance for any help.

    iTunes 64bit version for Windows is somewhere in the future. Nice to see Apple is obviously doing something to remedy the issue.

  • Bug when viewing tables?

    There seems to be a bug when viewing tables with identical names in different schemas in SQL Developer. When I view table information in one schema and then go to a table with identical name in another schema the view isn't updated, it still shows the information for the table from the first schema. I have to select another table in the second schema before I select the table I want to look at to get the information correct.
    I have the same problem with views, so this is probably the case for all kinds of objects.
    Regards,
    Sveinung

    I have found that the problem is even more specific. It occurs only when I view schemas in different databases.
    I am not sure that I understand what you mean about abstracted script. I have tried to create a simple test case with two scripts, one for each database, that creates a table, inserts some data and creates a view on the table.
    I have not found a way to upload files, so I have pasted the contents into this thread along with a description of the steps in the GUI. I have run the scripts on Oracle 10g (10.2.0.3.0) databases.
    -- SCRIPT 1
    CREATE TABLE test_table
    col_1 NUMBER,
    col_2 VARCHAR2(6)
    INSERT INTO test_table VALUES (1, 'ROW 1')
    INSERT INTO test_table VALUES (2, 'ROW 2')
    INSERT INTO test_table VALUES (3, 'ROW 3')
    INSERT INTO test_table VALUES (4, 'ROW 4')
    INSERT INTO test_table VALUES (5, 'ROW 5')
    COMMIT
    CREATE VIEW test_view AS SELECT * FROM test_table
    -- END SCRIPT 1
    Run script 1 in some schema in a database.
    -- SCRIPT 2
    CREATE TABLE test_table
    col_1 NUMBER,
    col_2 VARCHAR2(6),
    col_3 VARCHAR2(12)
    INSERT INTO test_table VALUES (1, 'ROW 1', 'COL 3 ROW 1')
    INSERT INTO test_table VALUES (2, 'ROW 2', 'COL 3 ROW 2')
    INSERT INTO test_table VALUES (3, 'ROW 3', 'COL 3 ROW 3')
    INSERT INTO test_table VALUES (4, 'ROW 4', 'COL 3 ROW 4')
    INSERT INTO test_table VALUES (5, 'ROW 5', 'COL 3 ROW 5')
    INSERT INTO test_table VALUES (6, 'ROW 6', 'COL 3 ROW 6')
    INSERT INTO test_table VALUES (7, 'ROW 7', 'COL 3 ROW 7')
    COMMIT
    CREATE VIEW test_view AS SELECT * FROM test_table
    -- END SCRIPT 2
    Run script 2 in some schema in another database.
    Connect to the two databases in SQL Developer.
    Select the table in the first database, then select Data.
    Then select the table in the other database. In my system the data are not refreshed. This is also the case when I look at the views.
    Hope this description is good enough.
    Sveinung

  • Scripting  bug in the background?

    Hi
    A few weeks ago I read a post by Alan_AEDScripts about Killing windows (palettes) and  that
    seems to be true. I´ve  been testing some scripts and  I found that Functions are also keept in memory even after the function ends
    This is a simple window (dialog) tester  with 10 buttons.
    function dummyWin(){
        var win = new Window("dialog","Dummy Window",undefined);
        for(var i = 0 ; i < 10;i++ ){
            win.add("button",undefined,"Tester");
            win.children[i].onClick = function(){win.close();}
        win.show();
    dummyWin()
    Before I run it After Effects memory allocated is
    and  after I run tester script 20 times After effects memory increases in almost 3 megs.This is more visible with windows that has more features and have to be open and close a lot of times.
    It seems to be that the same thig happens with ScriptUI Panels
    I have a more complex script that when a I run it it increases  almost 2 megs to the memory allocated by AE  every time I run it .I tried  a lot things but unfortunately memory keeps increasisng  
    Maybe I am the only one who is experiencing this issue.if not this is serius bug that
    should be solved right away.
    All tests were done in AE CC. Please give it try
    Sorry for my English

    Hi
    A few weeks ago I read a post by Alan_AEDScripts about Killing windows (palettes) and  that
    seems to be true. I´ve  been testing some scripts and  I found that Functions are also keept in memory even after the function ends
    This is a simple window (dialog) tester  with 10 buttons.
    function dummyWin(){
        var win = new Window("dialog","Dummy Window",undefined);
        for(var i = 0 ; i < 10;i++ ){
            win.add("button",undefined,"Tester");
            win.children[i].onClick = function(){win.close();}
        win.show();
    dummyWin()
    Before I run it After Effects memory allocated is
    and  after I run tester script 20 times After effects memory increases in almost 3 megs.This is more visible with windows that has more features and have to be open and close a lot of times.
    It seems to be that the same thig happens with ScriptUI Panels
    I have a more complex script that when a I run it it increases  almost 2 megs to the memory allocated by AE  every time I run it .I tried  a lot things but unfortunately memory keeps increasisng  
    Maybe I am the only one who is experiencing this issue.if not this is serius bug that
    should be solved right away.
    All tests were done in AE CC. Please give it try
    Sorry for my English

  • Installer scripts won't run

    Hi, I've just tried running Software Update on my iMac to install Safari 5.0.1. It downloaded it but stalled when running the installer scripts. I powered off the machine and restarted it, and there don't appear to be any issues with the system and I'm now using Safari 5.0.0 without problems. I run Software Update once a week and haven't had any such problems previously. Last night, Virus Barrier X6 also couldn't run its installer scripts on a weekly scheduled update, and I had to force quit the installer. My MacBook has run both of these successfully, just not my iMac.
    Can anyone help?
    Thanks

    Thanks, I know that is an option but I was more concerned that my iMac doesn't seem to want to run any installer scripts

  • Mac ox 10 script error when trying to install on wallstreet

    I have os 9.0 installed on a wallstreet and I cannot instal PUMA OR JAQUAR. I get an installer script error at boot up from CD

    David,
    The only suggestion I have at this point is a reset of the PRAM.
    http://docs.info.apple.com/article.html?artnum=2238
    I guess you are also aware of the HD's 8GB limit when installing OSX on a Wallstreet:
    http://docs.info.apple.com/article.html?artnum=106235

  • Using deb/rpm installer scripts with ArchLinux?

    I'm having an issue with installing some education software from a CD-ROM(LPL Symbolic Logic stuff), and although it supports Linux, the software is installed via either one of two installer scripts, one for dpkg and one for rpm. Since I have neither under Arch', I get these messages when running the shell scripts:
    . extracting DEBs
    . installing DEBs
    lpl-2_5_0-linux-deb-installer: line 23: dpkg: command not found
    ...and the rpm one:
    . extracting RPMs
    . installing RPMs
    lpl-2_5_0-linux-rpm-installer: line 23: command not found
    It should be noted that I can't simply edit the install scripts or something, as it extracts the deb/rpm files from one of the only three files on the CD(and NOT the Internet): the installer scripts(the third file is the readme, which doesn't help in this case, if you're wondering).
    Any information on how to get this program installed without having to resort to using WINE or my XP partition would be greatly appreciated.:/

    N/M, actually found out how to get it the raw rpm(or deb) files thanks to someone on the IRC channel(sorry, forgot your name already ><). If anyone somehow was in the same predicament, just comment out the lines with rpm and rm -rf in the script, run it, and change to the /tmp/extract.[whatever] directory and the files should be there.

  • CS6 scripting bug / Problème scripts d'action CS6

    Bonjour, suite à mon passage de la CS4 à la CS6, mes scripts d'action ne marchent plus.
    Ce script par exemple :
    Hi folks, going from CS4 to CS6 made my action scripts bug, especially those using pathfinder :
    divide / ungroup / default /  trim / ungroup / copy / paste in front
    Ces actions effectuées une à une donnent un résultat normal mais conduisent donnent une série de messages d'erreur une fois enregistrées dans un script :
    These actions do work normally when i perform them separetly but fail as soon as i record it in a script. Does anyone has an idea?
    C'est la même chose avec ou sans fond, avec ou sans contour. Ce même script fonctionne très bien sur CS4. Les raccourcis clavier sont les mêmes.
    HELLLLPPPPP!!!!!

    Bonjour, n'ayant jamais été confronté au problème, je suis allé regarder si la question avait été traitée en anglais.
    Mylenium a proposé une explication sur l'accès à certains ports du système.
    En fait pour lire une vidéo, Photoshop a besoin de créer un accès à ce fichier, en interne, si ces ports sont inaccessibles (bloqués par une appli tierce, antivirus, firewall (ou pare-feu) ou occupés par d'autres applications), cela peut échouer.

  • SAPGUI 7.20 installer script in Lion fails to create SAP folder in Pref

    I have an issue in which the the SAPGUI for Mac installer/script is failing to created tge SAP folder in Hard drive /Library/Preferences folder as in does in Snow Leopard.  When I use my Applescript later to move the connection files to the preferences folder, it fails because the SAP folder was not created by the SAPGUI installer script.  It looks like Apple has increased security on the Preferences folder since I'm being prompted to delete any file in the Preferences folder or subfolders.
    I using PlatinGUI720MacOSX_6-10006059.JAR (version 720.6)
    I've tried to modify my applescript to create the SAP folder in Hard drive/Library/Preferences but have not been successfully and also a bit concerned about where else the install script behaves differently in Lion compared to Snow Leopard.

    Hi, not we not have opened note for the issue.
    we check, open note in oss.
    Thank you.

Maybe you are looking for