Joining a user in a created Workspace

Hi,
I´m working with OCS Content Webservices and I would know if there is some way to add a user to a previously created Workspace.
I´ve tried to do it using the method "joinWorkspace" of "WorkspaceManager" but I´m only getting exceptions. I´ve readed the post of sloh called "Join Workspace with API fails" but I´ve not been able to arrive to a useful conclussion of how to achieve the join of a new user.
Could someone post me some sourcecode to do it or some reference to some example sourcecode to do it? Am I in the right direction? Have I to use Workspace Webservices API to do it instead of Content webservices API?
Lot of thanks in advance and best regards,
Sergio

Hi,
I´m working with OCS Content Webservices and I would know if there is some way to add a user to a previously created Workspace.
I´ve tried to do it using the method "joinWorkspace" of "WorkspaceManager" but I´m only getting exceptions. I´ve readed the post of sloh called "Join Workspace with API fails" but I´ve not been able to arrive to a useful conclussion of how to achieve the join of a new user.
Could someone post me some sourcecode to do it or some reference to some example sourcecode to do it? Am I in the right direction? Have I to use Workspace Webservices API to do it instead of Content webservices API?
Lot of thanks in advance and best regards,
Sergio

Similar Messages

  • Illustrator CS6 is not saving user-created workspaces

    I have created a workspace to save for all of our users to utilize, but it is not saving. When I re-start Illustrator the created workspace is selected but is not coming up as it was saved. Is this a glitch, or am I missing something?

    Wayne,
    You have used Type>Create Outlines, with no live Type left behind (after saving the original artwork, of course), no?
    What if you Save As PDF, thus embedding the font(s), and they take it from there?

  • How can I share user in the same workspace but different applications

    I recently created a new application (new) in the same workspace as my old application (old).
    I have about 35 application express users. They are stored in uppercase.
    The new appl (old) , login page will only accept the DB user login and Not the application users. When I type it in uppercase, it revert it to lower case.
    I have no authentication schemes, uses all defaults. I created a DB user and 35 application users.
    It give me " Invalid Login Credentials'.
    I am due to upgrade tomorrow, but now have run into this problem!!
    Desperate

    Angela,
    That is not clear.
    I recently created a new application (new) in the same workspace as my old application (old).Now you have exactly two applications in that workspace.
    I have about 35 application express users. They are stored in uppercase.Okay.
    The new appl (old) , ...What?
    ...login page will only accept the DB user login and Not the application users.What DB user did you create and why did you create it? Your application must be using a different authentication scheme that the one you intended. Check the current authentication scheme and set it to the Application Express scheme (make it current) or whichever scheme matches that used by the working application.
    When I type it in uppercase, it revert it to lower case.I can't explain that unless you created a database user account using double quotes around the lower-case name.
    I have no authentication schemes, uses all defaults. I created a DB user and 35 application users.Again, why did you create a DB user?
    I am due to upgrade tomorrow, ...What is an upgrade?
    What is your current database version and Application Express version?
    Scott

  • Problem in creating workspaces..Please guide

    Hello All,
    Am facing a problem in creating workspaces in DTR. Am working on EP7 SR2 (SP9)
    Have read mostly all related posts on SDN but cannot catch the missing link...Please guide me for the same:
    <u><b>setvars.bat</b></u>
    @echo off
    rem Default properties definition for the DTR Client Commandline Tool:
    rem -
    rem (1) Mandatory: DTR configuration folder:
    set DTR_HOME=C:\Documents and Settings\RHunjan
    set CFG_DIR=%DTR_HOME%\.dtr
    rem Remark: How to find DTR_HOME folder?
    rem - In Release 6.40:
    rem          The default location is C:\Documents and Settings\<user>\.sapnetweaver.
    rem - In Release 7.1:
    rem      Start Netweaver Developer Studio and login to the configuration / client
    rem      where you would like to work, then choose the menu: 'file' -> 'Switch workspace'.
    rem      The upcoming dialog shows the currently used Eclipse workspace.
    rem      The DTR configuration folder is <currently used eclipse workspace>.jdi
    rem (2) Optional: Folder with the definition of logging properties:
    set LOGGING=%DTR_HOME%\logging.properties
    rem (3) Default properties:
    rem set DEFAULT_PROPERTIES=-Dvfs.configfolder=%CFG_DIR% -Dvfs.logging=%LOGGING%
    <u><b>dtrshell.bat</b></u>
    @echo off
    rem Run DTR Commandline Shell:
    rem -
    rem (1) Get it running:
    rem -
    rem - Adapt configuration settings in setvars.bat.
    rem - Uncomment the settings for the used archives
    rem       that fit to the currently used Netweaver Developer Studio.
    call setvars.bat
    set CLASS_PATH=
    rem (2) Used Archives Settings:
    rem -
    rem Used Archives in 6.40 and 7.00 Netweaver Developer Studio installation:
    rem -
    set CLASS_PATH=%CLASS_PATH%;com_tssap_dtr_client_vfs.jar
    set CLASS_PATH=%CLASS_PATH%;httpclient.jar
    set CLASS_PATH=%CLASS_PATH%;httpclientext.jar
    set CLASS_PATH=%CLASS_PATH%;com_tssap_dtr_client_commandline.jar
    rem Archives from foreign Plugins:
    set CLASS_PATH=%CLASS_PATH%;..\com.tssap.sap.libs.xmltoolkit\lib\sapxmltoolkit.jar
    set CLASS_PATH=%CLASS_PATH%;..\com.tssap.sap.libs.logging\lib\logging.jar
    set CLASS_PATH=%CLASS_PATH%;..\com.sap.tc.jarm\lib\jARM.jar
    rem The recommended value for maximum heap size for the JVM to run DTR Commandline client is 256M or higher.
    rem You can change the settings based on system resources available.
    set VM_PARAMS=-Xmx256m
    rem (3) Run DTR Commandline Shell:
    rem -
    java %VM_PARAMS% -classpath %CLASS_PATH% %DEFAULT_PROPERTIES% com.tssap.dtr.client.commandline.DTRShell %*
    ===================
    I get an error saying:
    <i><b>Exception in thread "main" java.lang.NoClassDefFoundError: com/sap/tc/logging/Lo
    cation
            at com.tssap.dtr.client.commandline.DTRShell.<clinit>(DTRShell.java:21)</b></i>
    Please guide......
    Awaiting Reply.
    Thanks & WArm Regards,
    Ritu
    Message was edited by:
            Ritu  Hunjan

    Hello Ritu,
    the problem is probably in these lines:
    rem Archives from foreign Plugins:
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.xmltoolkitlibsapxmltoolkit.jar
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.loggingliblogging.jar
    set CLASS_PATH=%CLASS_PATH%;..com.sap.tc.jarmlibjARM.jar
    For a NW04s studio these paths are not correct, the plugin directories have some version suffix.
    rem Archives from foreign Plugins:
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.xmltoolkit_2.0.0libsapxmltoolkit.jar
    set CLASS_PATH=%CLASS_PATH%;..com.tssap.sap.libs.logging_2.0.0liblogging.jar
    set CLASS_PATH=%CLASS_PATH%;..com.sap.tc.jarm_2.0.0libjARM.jar
    Please check the folder names in the /eclipse/plugins/ directory to verify that this is correct for your installation.
    Regards,
    Marc

  • How can we disable user to login Hyperion Workspace

    We understand we can set to admin mode for Hyperion Planning so that only administrator can login the system. Any other ways to disable users to login Hyperion Workspace? We are using Hyperion version 11.1.1.1
    Thanks a lot!

    JohnGoodwin wrote:
    Hi,
    Just to confirm you want to stop users creating Financial reports using the Reporting Studio? If so then you would remove the role of "Report Designer" in there provisioning.
    Cheers
    John
    http://john-goodwin.blogspot.com/
    Thanks John. We just want to disable user using FR report prepared in Reporting Studio and put under "Explore" of Workspace. We found that we can't do that once the user is login into Workspace. The only way we can do is to setup the security setting of each FR report based on the group setting.

  • Unexpected Error creating Workspace

    I've tried to create a new Workspace. I performed the following steps:
    - Colaboration Suite Portal
    - Oracle Files
    - My Workspaces
    - Add Workspace
    - Create an new Workspace (OK)
    - Workspace name "blahblah" (Next)
    - Next (assign no extra users)
    - Finish
    After about 2 minutes I get the message:
    "An Unexpected Error has occurred. Please report it with as much detail as possible. Please include a description of the operation you were performing and the steps to recreate it."
    Creating previous Workspaces went perfectly ok.
    What could cause the problem and are the places to look for more information? (which log-files?)
    Tia for the replies.

    The fact that you are able to create a workspace as the superuser indicates that everything is functioning ok.
    However, with other users it fails. That indicates a misconfiguration of user rights. Is that configured? (has the user create workspace priviledges?)
    Do you get the same error message? (what's in the source of the html page? Underwater gives more info about the error)

  • Adobe Media Encoder - Unable to create workspace folders

    I am on a new macbook pro system using Creative Cloud. I am using Premiere Pro and have been trying to open up AME, but everytime is says "unable to create workspace folders." I have tried trashing the preferences and no luck. Also I have done the cloud cleaner and re-installed Premiere Pro several times and no luck. Any help to get it working would be great.

    I just had this problem as well. I was ignoring that message, but then my workspace was a small black box with no other ui interface. So I really had two problems going at once (pref error and workspace interface missing).
    I quit Media Encoder, went to (myuser)/library/preferences and set the permissions for every user to read/write (although Im not sure if this actually did anything, because I also did the next step).
    Then I navigated to (my user)/library/preferences/adobe and deleted the Adobe Media Encoder prefs folder. Then reopened the app, and everything was golden. No message, and my interface returned to normal.

  • Unable to create workspace / worskpace folder

    Hi,
    I am unable to find the command line administration client dtrshell.bat on my WebAS sneak preview SP15 installation.What is the exact location of it?
    Instead I tried even with Administrator user to create Workspace / Workspac folder from Repository browser,at the root level , as well at lower levels. It gives an error saying
    <b>Creating sub folder is not allowed because workspace folder is not modifiable.</b>
    any clues?

    Hi,
    as far as I know, start the DTR command line tool like this:
    1) install Java 1.4.2 on your workstation
    2) enable DTR Admin Plugin:
       - go to the installation directory, e.g. C:\Program Files\SAP\ navigate to JDT\eclipse\plugins\com.tssap.dtr.client.eclipse.admin
       - rename the file "plugin.xml.disabled" into "plugin.xml"
    3) start DTR command line:
       - in the same directory (with windows command line) you can either use dtr.bat (and the commands you'd like to execute, e.g. show open activities of user YXZ: "dtr.bat acts -U XYZ -o" and then enter your user and password in the java popup,
    or dtr.shell, login with your user and password in the java popup, and then you can enter the commands into the command line.
    As you get the error message "folder is not modifiable" make sure you have write access to the
    installation directory and to the folder where you put your workspace when you first started the Developer Studio.
    Regards,
    Cornelia

  • Users doesnot have Create session Privs

    Hi ,
    I have imported a DATABASE from an non RAC dump . while importing I found that most of the users have no create session privs, which existed in my original Database.
    Is there any special method while using imp tool with RAC (10.2.0.5)
    Regards,
    Kumar

    I found these Errors:
    IMP-00003: ORACLE error 20000 encountered
    ORA-20000: Incompatible version of Workspace Manager Installed
    ORA-06512: at line 2
    . importing SYS's objects into SYS
    IMP-00015: following statement failed because the object already exists:
    "BEGIN "
    "dbms_resource_manager.create_consumer_group('AUTO_TASK_CONSUMER_GROUP','Sys"
    "tem maintenance task consumer group','ROUND-ROBIN');"
    "COMMIT; END;"
    IMP-00091: Above error occurred on the following function and object: CREATE AUTO_TASK_CONSUMER_GROUP. Remaining PL/SQL blocks for this object will be skipped.
    . importing SYSTEM's objects into SYSTEM
    . importing SYS's objects into SYS
    . importing SYSTEM's objects into SYSTEM
    . importing SYS's objects into SYS
    IMP-00017: following statement failed with ORACLE error 1917:
    "BEGIN "
    "SYS.DBMS_UTILITY.EXEC_DDL_STATEMENT('GRANT EXECUTE ON DBMS_RLS TO LBACSYS')"
    "COMMIT; END;"
    IMP-00003: ORACLE error 1917 encountered
    ORA-01917: user or role 'LBACSYS' does not exist
    ORA-06512: at "SYS.DBMS_UTILITY", line 480
    ORA-06512: at line 2
    ORA-12663: Services required by client not available on the server
    ORA-36961: Oracle OLAP is not available.
    ORA-06512: at "SYS.OLAPIMPL_T", line 23
    ORA-06512: at "SYS.OLAPIMPL_T", line 17
    ORA-06512: at line 4
    IMP-00017: following statement failed with ORACLE error 4021:
    "ALTER PACKAGE "EMD_SCHEMA" COMPILE REUSE SETTINGS TIMESTAMP '2010-11-16:21:"
    "12:59'"
    IMP-00003: ORACLE error 4021 encountered
    ORA-04021: timeout occurred while waiting to lock object SYSMAN.EMD_SCHEMA
    . importing SYSTEM's objects into SYSTEM
    . importing IX's objects into IX
    . importing IX's objects into IX
    . importing IX's objects into IX
    . importing SYSMAN's objects into SYSMAN

  • When creating application: SYS and SYSTEM users may not create applications

    Dear all,
    When i am performing the below mentioned operations
    1) Importing Application
    2) Create Application
    3) Create from Spreadsheet
    4) Demonstration Application
    am getting this error message
    "SYS and SYSTEM users may not create applications"
    Please do the needfull

    Create application using SYS or SYSTEM user is not good idea. Your objects will be created in SYSTEM tablespace, it's fatal option. Create new Workspace and create there your app.

  • Coudn't Create Workspace from Client

    Hi!
    Some of our developers couldn't create a workspace folder or a workspace from NWDS.
    When they right click on the client (e.g. USER1), the option "Create Workspace Folder" and "Create Workspace" does not exist.
    Their user IDs in the DTR server has the same roles and privileges as compared to the Administrator.  Still, they couldn't create workspaces.
    Please help.
    Regards,
    Erik

    Hi,
    Check this path
    C:\Program Files\SAP\JDT\eclipse\plugins\com.tssap.dtr.client.eclipse.admin there will be a file called plugin.xml.disabeled, rename this file with just plugin.xml, restart the NWDS noe developers can create folders.Subjected to Their user IDs in the DTR server has the same roles and privileges as compared to the Administrator.
    Hope your problem solved.
    Regards,
    RK

  • API for creating workspaces

    Is there an API available to create workspaces (version 3.2)?

    Hello,
    Please review the following thread and pick one of the options that suit you the best:
    Account setup for 100 users
    Bear in mind that these API are not officially supported.
    Regards,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

  • How can I fix the "This is not a test user account, please create a new account in the sandbox environment" error?

    Hi there everyone,
    Recently I tried to make an in-app purchase, I'm not sure whether the app is relevant or not but it was for Tapped Out, however, after trying to make the purchase I received an error message saying "Sign-In Required, tap continue to sign in to check for downloads [Environment: Sandbox]" so I followed the instructions and was then presented with another error message saying "This is not a test user account, please create a new account in the sandbox environment. [Environment: Sandbox]"
    I have been doing a lot of research online trying to find a solution and so far nothing has worked for me, I have also been passing emails backwards and forwards between an Apple Customer Support colleague and are yet to find a working solution.
    Here are a few pieces of information.
    1. I am running iOS 6.1.3 on a 4th Gen iPod, it's relatively new, I got it for Christmas.
    2. My iPod is not, and never has been Jail Broken.
    3. I do not have a test account and have never tried to make my own apps.
    4. I have tried signing out of my Apple ID, resetting my iPod's settings and signing in again.
    5. I have tried resetting my Apple ID password
    6. I have tried restoring my iPod to factory settings.
    If anyone has another suggestion for something I could try it would be greatly appreciated, thanks.

    Yep, I've been reading through other threads on lots of different sites over the last few hours and I can't seem to find a working solution, even though some seem to have worked for other people.
    Most of them hadn't been updated in a while so I made my own post to see if anyone has anything new.

  • User id while  creating a purchase order

    Hello all,
    I would like to know whether there is any option to enter the user id or user name while creating a purchase order. If so could anyone post on how to do that.
    Thanks,
    Maxx

    If you are creating PO in foreground, you dont have the option of giving user id.
    But if you create POs in background using a scheduled job, then when you are scheduling the job, you can overwrite the default user id and give the user id you want. In this case all the POs created by the job, will have the user id created by you.
    But if you have to create a PO through background job, you have to give the inputs to PO through some programs may be BDCs or LSMW.
    Reward if this helps. you

  • How can i get the user that has created a document

    I only need to know wich user has created a document(purchase order).
    For example, if user SALES1 creates a purchase order(100),in wich table/field is stored this information?(that tells me that user SALES1 has created purchase order 100).
    Thanks in advance!

    Hi
    If you look in the table of the documents there is a field called "UserSign". This user sign then matches with a column "usersign" in OUSR. In ousr it has the user names and all the other details for all the users.
    Hope this helps

Maybe you are looking for

  • Installed AdobeCreatePDFDesktopPrinter

    I downloaded the .exe file using the link from this page that appears under the blue button to select files. I tried installing the first time that I tried got an error about missing files. I found some advise about installing a Xerox Phaser 6120 PS

  • Req : to capture the filter data in internal table  from ALV

    hi friends.. i have an requirement, plz guide me to solve this.. let consider in alv grid i m displaying 10 data(10 rows) by using filter let assume now i m getting 5 rows (from the 10 rows). i want to capture these 5 rows in an internal table.. plz

  • Upgrade 306 to 307 portal main errors

    I've upgrade both my db (solaris 816 to 817) and portal (306 to 307). Portal and RDBMS are in separate ORACLE_HOMEs on the same machine. Now, when I try to access portal, I get the following errors: "Client Logon Failed with errorcode:28150 Reset Ses

  • Globally setting icon for a file type

    I've been using LilyPond a lot recently. The .ly files it saves don't have their own icon, though, they just get the generic document icon. I know that I can manually set an icon for a single file using 'Get Info', but it's not practical now because

  • Preview Works Fine - Packaged Application Fails

    Greetings - Working on a html/javascript AIR app that basically inspects a directory structure and writes out an xml file.  When I preview the application from within Dreamweaver using the Preview in Adobe AIR button, all works as expected.  It write