Command-line to create conference rooms.

I want to script the creation of conference rooms. I also want to script the population of these conference rooms. I want to create the conference rooms with default access of NONE and add only the users that I designate to the conference room (either as READ, WRITE, or MANAGE). Can this be done?

How do you execute the Shell in -debug mode? I executed the Shell with the following commands:
1) go to domainims:/opt/SUNWiim/config/log4j.conf and set log4j.logger.xmppd=DEBUG,A1. It should be set to INFO right now, I believe.
2) restart the server
# /opt/SUNWiim/sadmin/imadmin refresh
3) start the Shell application
# bash
# cd /home/staff/user2/im (or /home/staff/user2) (look for Shell.java file)
# export classpath=./jso.jar:./jaxen-core.jar:./saxpath.jar:./xp.jar:./collab-service.jar:./log4j.jar:./
# java -cp $classpath -debug org.netbeans.lib.collab.tools.Shell
4) Type the following commands inside the Shell
imp> login
IM Service: domainimm.domainpriv.gov:5222
User Name: imadmin
Password: adminpass
imp> apc test2
The only error message that I received in the Shell was:
Cannot create conference:
I will email you the filtered xmppd.log files. The GUI log file shows the creation of the test2 conference while the Shell log file gives no error information after it tries to create the test2 conference room.
Any ideas?

Similar Messages

  • Command line to create a group

    Hi,
    I would like to create a group using command line. But the weblogic
    document states that only mbeans under
    weblogic.management.configuration and weblogic.management.runtime can
    be used in weblogic.Admin command line. Is there a way to use comand
    line?
    Thanks,
    -Qin Zhang
    [email protected]

    "Qin" <[email protected]> wrote in message
    news:[email protected]..
    Hi,
    I would like to create a group using command line. But the weblogic
    document states that only mbeans under
    weblogic.management.configuration and weblogic.management.runtime can
    be used in weblogic.Admin command line. Is there a way to use comand
    line?java weblogic.Admin -username weblogic -password weblogic -url
    http://localhost:7001 INVOKE -mbean
    Security:Name=myrealmDefaultAuthenticator -method createGroup testgroupname
    testgroupdesc
    >
    Thanks,
    -Qin Zhang
    [email protected]

  • Creating command line for creating a FR pdf file

    I need to create a command line that takes a FR generate a PDF file and saves it in a specific folder.
    The question is, is it possible to create command lines in HFM and does some have an example ?
    Thank's

    Hello,
    To generate an hyperlink in a HTML or PDF output , use the property hyperlink
    http://docs.oracle.com/cd/B14099_17/bi.1012/b13895/orbr_howto.htm#i1058897
    Regards

  • How do i create a database template from the command line?

    Hi,
    As part of implementing a backup and recovery strategy for a client (including disaster recovery) I want to automate the creation of a database template From an Existing Database (Structure as well as data) via a script that will run every night.
    The background to this is that we will also be using RMAN to take backups of the database concerned but the client does not want to wait while an RMAN backup is restored and so wants an additional level of insurance in the form of a ‘standby’ clone database.
    The idea is that nightly we will run a script that creates a database template from the Existing Database (Structure as well as data) and then transfers the 2 files involved e.g. DB_data_included.dbc and DB_data_included.DFB across to a standby server where they can be used to recreate the database in the event of us needing to after e.g. a complete server failure.
    So I have a couple of questions about this that I would be very grateful if something could answer for me:
    1)     Is it possible? That is, can a database template be created from some utility by supplying a series of parameter=value pairs on the command line?
    2)     If yes how do I go about it, what utility do I use (the emca utility?). and what parameters do I need to supply on the command line to create the template?
    3)     The intention is that the script to create the template will run in the early hours of the morning when no-one is using the database but what state does the database need to be in when the template creation script runs i.e. up, down, mounted and does the creation of a template affect the state of an already up database i.e. if I kick off the template creation script and the database is up will it switch it into mount mode or anything like that? My concern here is that I want to make sure I understand exactly what is going on so that no users or connected external systems are affected?
    Thanks in anticipation of someone being able to guide me on what to do or what documentation to read.
    Also if you require any clarification on what i'm asking please post up your query and i'll respond ASAP.
    Kind Regards,
    George Johnston
    OCP 9i DBA

    Sybrandb,
    Firstly thanks for you reponse.
    However, I don’t agree that dbca only creates empty databases otherwise why does the option to create a template from an existing database (structure as well as data) exist in the dbca wizard?
    I have performed a test case where I have a created a database template including data on one 10g server. I have then used the files generated to recreate that database on a separate server. When the new database is started it is an exact copy of the original. So it’s not empty at all , it’s exactly what the client wants.
    So I don’t agree that I’m gaining zero.
    Why is this approach doomed to fail?
    There a number of reasons why I “just set up a proper standby database”
    1.     Time – I’m on a customer site in a tight engagement where the customer wants maximum value for money. I don’t have standby database skills and the customer isn’t willing to pay for me to learn on the job so please understand the tight circumstances I’m working in.
    2.     Availability – As far as I know the client is running 10.2.0.3.0 standard edition. Correct me if I’m wrong but is standby db available in that edition. Where do I look to check V$OPTION.
    On the RMAN duplicating a database front it’s an area I haven’t used before but I will take a look at it.
    Also please revisit the context of my original posting where I state
    The background to this is that we will also be using RMAN to take backups of the database concerned but the client does not want to wait while an RMAN backup is restored and so wants an additional level of insurance in the form of a ‘standby’ clone database.
    So please understand that this a quick fix that the client wants developed in the minimum time possible in ADDITION to a full nightly RMAN backup being taken.
    In an ideal world I’d have the time to follow best practice but in the real world of on-site customer support I just need to get the job done operating under the customer imposed constraints.
    Many Thanks,
    George Johnston
    OCP 9i DBA

  • Can I create a new folder using the command line interface

    Hi.
    Is there a way to create a new folder in an existing business area, from the command-line?
    We have an application that provides an interface for the user to create a table and load flat file data into the table. After loading the data, the user will verify the loaded data using discoverer. If there is a command line interface to create a new folder, then the script that created the table can also call the discoverer command line to create a new folder for the new table. Is this possible?
    Thanks

    Hi,
    I think I am having a similar question here. I am using Oracle 10g on Windows xp.
    I logged in to Oracle from command prompt. I used command “create directory myFunDir as 'd:/funDir';”. Oracle returns: “Directory created”. But I couldn’t find the directory “myFunDir”! Where is it?
    Thanks.
    Newbie.

  • DAC - Mark as completed - From Command Line?

    I have a exec plan which has around 50 tasks... This exec plan starts when a source file is posted in source file folder. We have a .bat file which checks for source file, once it find the file, it starts exec plan. .bat runs in loop, so once file is loaded it will again check for source file..
    Now my question is if 3rd task (out of 50) does not load any records/does not meet required conditions, I would like to skip the remaining part of exec plan, as they dont have meaning without any records loaded in 3rd task. How can I go this in command line? daccmdline helps me to stop the exec plan, but no mark it as complete..
    Would like to do this, so next file can be started quick and we dont have wait for all 50 tasks to complete.
    Can we mark is as complete only from UI? Or can I update status in some of DAC tables to achieve this (not sure if this is supported!!)??
    Please let me know.
    Thanks.
    Ash

    Hi,
    There is no option to mark as completed from the command line.
    Create a task group for the remaining sessions and set the order of execution for those tasks and before doing this step you can create one session at informatica level which will check whether the file has been generated or not.
    If the file has not been generated then you are not going to execute the remaining tasks.
    Thanks & Regards,
    Navin Kumar Bolla

  • How to execute an ODI package from Command Line

    Please can anyone help me to know how to execute an ODI package from the command line without creating a scenario from the package.
    Appreciate your help.
    Thanks
    B

    You can't. Create a scenario and then execute that from the command line.

  • Constructors and command lines

    I would like to know how you allow command line input for a constructor created object.
    For example, my patient class has a constructor that will create a patient with 5 parameters id, name, age, etc.....
    public Patient(int d, String n, int a, int s, int x) {
                   id = d;
                   age = a;
                   tl = s;
                   name = n;
                   timearv = x;
    In my Clinic class I would like to allow a user to be able to enter details on the command line to create a patient......DON'T KNOW HOW!!!
    below is what i've come up with, but of course it doesnt work.....any help would be appreciated.....
    Clinic c = new Clinic();
                   System.out.println("Add patient details");
                   Patient x = new Patient(id, name, age, tl,timearv);

    Normally you present the user with a form consisting of fields the user fills in. When the user is finished and presses an OK button you read the filled-in fields and convert them to the internal types you expect/need. This information is then used to create objects.
    You can read about this in the Swing tutorial.
    A simpler way is to read from the standard input like this,
    http://javaalmanac.com/egs/java.io/ReadFromStdIn.html
    You can convert the read Strings to numbers like this,
    http://javaalmanac.com/egs/java.lang/ConvertNum.html

  • Mac - package maker command line arguments

    Hi , I am trying with package maker command line to create a package. What option need to  set in command line to avoid Admin/Password while installing package created by Package maker. The same thing we can do using GUI by checking option "Require Admin Auth.." in configuratoin TAB.
    Your quick reply will be appreciated.

    See:
    http://javafx-jira.kenai.com/browse/RT-24993
    "Native packaging: native launcher should pass command line parameters to the app"
    fixed for jdk7u10
    jdk7u10 is downloadable from here:
    http://jdk7.java.net/download.html
    It may take a week or two for the fix to propagate into there.

  • How to execute a procedure and function at command line?

    I tried to execute the following function at command line.
    CREATE OR REPLACE FUNCTION FN_IS_SYSDATE_TICKING
    RETURN BOOLEAN
    IS
    ls_value     VARCHAR2(100) DEFAULT 'NONE';
    BEGIN
    SELECT value
    INTO ls_value
    FROM V$PARAMETER
    WHERE name = 'fixed_date';
    IF ls_value = 'NONE' THEN
    RETURN TRUE;
    ELSE
    RETURN FALSE;
    END IF;
    EXCEPTION
    WHEN OTHERS THEN
    RETURN TRUE;
    END FN_IS_SYSDATE_TICKING();
    At Command Line, I entered
    var v1 BOOLEAN;
    exec :v1 := RSSC.FN_IS_SYSDATE_TICKING();
    print v1;
    It is giving boolean is not declared.

    Works for me:
    SQL> CREATE OR REPLACE FUNCTION FN_IS_SYSDATE_TICKING RETURN VARCHAR2
      2  IS
      3    ls_value VARCHAR2(100) DEFAULT 'NONE';
      4  BEGIN
      5    SELECT value
      6      INTO ls_value
      7      FROM V$PARAMETER
      8     WHERE name = 'fixed_date'
      9    ;
    10    IF ls_value = 'NONE'
    11    THEN
    12      RETURN 'TRUE';
    13    ELSE
    14      RETURN 'FALSE';
    15    END IF;
    16  EXCEPTION
    17  WHEN OTHERS THEN
    18    RETURN 'TRUE';
    19  END FN_IS_SYSDATE_TICKING;
    20  /
    Functie is aangemaakt.
    SQL> var v1 varchar2(5);
    SQL> exec :v1 := FN_IS_SYSDATE_TICKING;
    PL/SQL-procedure is geslaagd.
    SQL> print v1;
    V1
    FALSE{code}Note that I had to specify a length for the varchar2.
    Regards,
    Rob.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Error Received When Trying To Create DSN From The Command Line

    All,
    Your help is greatly appreciated in advance. I am having trouble packaging Oracle 10G for a batch file deployment. Everything is done except for getting the DSN created which is causing me major problems. We am working with the Oracle 10G R2 10.2.0.1.0 Client on Windows XP Professional SP2. The Oracle database resides on a Windows 2000 Professional Server SP4 running Oracle 9i.
    Our Environment: I am creating two packages of the Oracle 10G client. The first is for a batch file distribution via LANDesk and the other package is for normal batch file install if someone from IT is installing this from a user's desk. Both scripts are really identical the only differences are how they are laid out. I only need help with the DSN creation as everything else is ready to go. I am going to focus on the Non-LANDesk batch file as once I fix this in one script the other one should also be fixed.
    The Problem: The batch script copies the neccesary files to the temporary directory. I then extract the setup files to the temp folder. I run a custom Oracle install using the RSP file from a recorded install. After the install is complete I copy the TNS Names file to the proper location. I then try to call a CMD file with the ODBC command seen below the main script.
    Script (May be easier to read if you download using link below):
    @ECHO ON
    ::This batch files installs Oracle 10G Release 2 Version 10.2.0.1.0 with a Custom Response File
    ::Installation is Interactive
    ::All files are extracted from the ZIP file via the 7-Zip command line tool
    ::The Net Configuration Assistant TNS Names File is copied to its proper location
    ::The CCR ODBC connection is created once the install is complete
    ::All folders used for installation are cleaned up-deleted
    @ECHO Setting Variables
    set NetworkPath=\\dc-landesk\SoftwareForLDAgent\Oracle10G-R2-10.2.0.1.0\Non-LD
    set DefaultPackagePath=C:\Program Files\LANDesk\LDClient\sdmcache\SoftwareForLDAgent\Oracle10G-R2-10.2.0.1.0\Non-LD
    set ExtractionPath=C:\Temp_Oracle10G
    set TempInstallFromPath=C:\Temp_Oracle10G\SetupFiles
    set FileFolderCleanupPath=C:\Program Files\LANDesk\LDClient\sdmcache\SoftwareForLDAgent
    @ECHO Creating Directories
    mkdir "C:\Program Files\LANDesk\LDClient\sdmcache\SoftwareForLDAgent\Oracle10G-R2-10.2.0.1.0\Non-LD"
    @ECHO Copying Files to DefaultPackagePath
    copy /Y "%NetworkPath%\7za.exe" "%DefaultPackagePath%"
    copy /Y "%NetworkPath%\CCR-ODBC.cmd" "%DefaultPackagePath%"
    copy /Y "%NetworkPath%\Oracle10GCustom.rsp" "%DefaultPackagePath%"
    copy /Y "%NetworkPath%\SetupFiles.zip" "%DefaultPackagePath%"
    copy /Y "%NetworkPath%\tnsnames.ora" "%DefaultPackagePath%"
    @ECHO Changing to Extraction Directory
    cd "%DefaultPackagePath%"
    @ECHO Extracting Files to path with no spaces
    "%DefaultPackagePath%\7za.exe" x SetupFiles.zip -o%ExtractionPath% -aoa
    @ECHO Please Open the "Task Manager" manager, Sort by "CPU" Descending
    @ECHO Watch Task Manager For Javaw.exe, press any key when the process Disappears
    @ECHO Install using Custom Response File
    "%TempInstallFromPath%\setup.exe" -responseFile "%DefaultPackagePath%\Oracle10GCustom.rsp" -force -silent -noconsole
    pause
    @ECHO Copying NETCA (Net Configuration Assistant) TNS Names File to proper Location in Oracle Product Directory
    copy /Y "%DefaultPackagePath%\tnsnames.ora" "C:\oracle\product\10.2.0\client_1\NETWORK\ADMIN\tnsnames.ora"
    @ECHO Creating ODBC Connections Using Oracle Driver installed by this Batch File
    call "%DefaultPackagePath%\CCR-ODBC.cmd"
    @ECHO Waiting 20 seconds before proceeding
    ping -n 21 127.0.0.1 >NUL
    @ECHO Remove Temp Files and Folders created during Install
    rmdir /S /Q %ExtractionPath%
    del /Q "%DefaultPackagePath%\*.exe"
    del /Q "%DefaultPackagePath%\*.ora"
    del /Q "%DefaultPackagePath%\*.rsp"
    del /Q "%DefaultPackagePath%\*.reg"
    del /Q "%DefaultPackagePath%\*.zip"
    rmdir /S /Q %FileFolderCleanupPath%
    @ECHO The Oracle 10G installation has been Completed
    pause
    ODBC Script
    odbcconf.exe /a {CONFIGSYSDSN "Oracle in OraClient10g_home1" "DSN=CCR|Description=CCR_data|SERVER=BWB|Database=CCR"}
    As soon as the command is called I see the following error message appear.
    "CONFIGSYSDSN: Unable to create a data source for the 'Oracle in OraClient10g_home1' driver: Could not load the setup or translator library with error code -2147467259"
    The really strange thing though is that if I let the main part of the script run (Not the ODBC call) and then immediately manually start the ODBC call script it works just fine. So, I don't really understand why the script can't add it itself. Or, I can go the Administrator Tools>Data Sources (ODBC)>and then add it manually which also works. I have tried just pasting the command directly in the main script, therefore, bypassing the call feature but it doesn't make a difference.
    Link (Zip with all scripts mentioned above): http://www.cbridegum.com/Fourms/Oracle/Files.zip
    Has anyone ever seen this kind of issue before? Does anyone have any idea on how to fix this? Any thoughts or suggestions would be great.
    Thanks so much for your help in advance,
    Clif Bridegum

    All,
    I thought it may be related to spaces in the path in which the script was called from. I tried having the ODBC command script in another directory but the same thing happens. It will give me the "CONFIGSYSDSN: Unable to create a data source for the 'Oracle in OraClient10g_home1' driver: Could not load the setup or translator library with error code -2147467259". As soon as the script is done running I can manually double click the script and it adds the DSN fine.
    Thanks,
    Clif Bridegum

  • Creating Job definition using Command line.

    Hi all,
    is there a possibility to create a job through command line, with parameter as CMD and source as any batch file and scheduling it on the fly.
    Let me know...
    Always
    sai.

    yes, you can use ldapmodify to add objectclasses. You should modify cn=schema and follow the objectclasses and attributes syntax. You can check config/schema directory in any dsee instance for examples.
    Other way is adding objectclasses editing directly 99user.ldif schema file whereas dsee is down.

  • How do I create a local account from a network login from the command line?

    I am connecting to my organization's domain using 3rd party software which doesn't allow for using the GUI for creating local accounts.  How can I do this through the command line or is there a better way to script it?  Thanks in advance!

    What you're looking for, I think, is mobile accounts with portable home directories.
    Portable Home Directories in 10.8...: Apple Support Communities
    Configuring OS X Server 10.8 – Open Directory and PHD

  • Problems Creating a CSV from command line

    I have tried to create a csv file from the command line and get some unwanted lines of data in the output. Does anyone know how to create a csv without the extra lines from the command line.
    I am using the following sequence of commands.
    set wrap off
    set termout off
    set verify off
    set heading off
    set feedback off
    set lines 900
    set pages 9999
    set newpage none
    set embedded on
    set colsep ','
    set trimspool on
    spool test6.lst
    select * from rft;
    spool off
    When I run this from a script, I get exactly the data, which is what I want.
    When I run this from the command prompt, I get an extra line at the start and one at the end of the csv file.
    The data at the start is like this:
    WMSP:wmsp:SQL*Plus> select * from rft;
    The data at the end is like this:
    WMSP:wmsp:SQL*Plus> spool off
    Does anyone know how to keep these lines out of the data?
    Thank you.

    >
    The data at the start is like this:
    WMSP:wmsp:SQL*Plus> select * from rft;
    The data at the end is like this:
    WMSP:wmsp:SQL*Plus> spool off
    Does anyone know how to keep these lines out of the
    data?
    Well, a workaround could be to use one of the gazillions of utilities in Unix/Linux to remove all lines having the sql prompt (SQL>), right after your "test6.lst" file has been created.
    I am using the "perl pie" for the same in the code snippet that follows:
    $
    $ cat create_csv.sh
    #!/bin/bash
    sqlplus -s test/test << EOF
    set wrap off
    set termout off
    set verify off
    set heading off
    set feedback off
    set lines 900
    set pages 9999
    set newpage none
    set embedded on
    set colsep ','
    set trimspool on
    set echo off
    spool test6.lst
    select * from t;
    spool off
    EOF
    # remove the lines that have the sql prompt: SQL>
    perl -pi -e "s/SQL\>.*$|^$\n//g" test6.lst
    $
    $ # run the script, dump stdout to the null device
    $ create_csv.sh 1>/dev/null
    $
    $ cat test6.lst
             1,a
             2,b
             3,c
             4,d
    $
    $Note that the "test6.lst" on my system had the prompt "SQL>". You will have to tweak that regular expression so that it works for the prompt in your "test6.lst" file.
    pratz

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer."C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>". Current Situation: The above command line parameter when executed is working as expected in a User's Workspace. When executed in a command line on the Application Server is working as expected. But, the same is not working while executing it from Deployed environment.Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2. Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

Maybe you are looking for

  • How to Measure Function Module Performance?

    Please can you tell me how I can measure the performance and trace the actions of a Function Module in R/3? The function module in R/3 is run when a user calls a WebDynpro action from a WebDynpro screen within the SAP Portal. I have tried running a t

  • How to set up logical components for ChaRM?

    Hi, we do have the following system landscape. One DEV and two separate QA and PROD systems. DEV-> >QA1  -> PROD1 >QA2  -> PROD2 For these we want to transport parallel from DEV to QA1/QA2 and then parallel to PROD1/PROD2 via ChaRM. My questions are:

  • Address Book entries for members of the same household?

    Has anyone a solution for the problem where you have multiple people living at one address, but you want all their separate work/mobile numbers and email addresses stored for syncing with your phone? For example, I currently have separate entries for

  • Edit Viewing Problem!!

    When I go in to edit a page or even create a new page in IWeb 08 the layout and everything is almost inverted. Everything looks strange and green, but when I export it, it's viewable normal. It's very strange! Does anyone know a fix or anything?!?!?

  • What setting to keep toolbar and layers etc palettes on top in CS6 ?

    Hi, When I move my images about in CS6 they cover up the toolbars at left and palettes at right. Completely useless as you then cannot perform any operations. This was not the case with CS2. I expect to find a setting toolbars on top or similar in ed