Cant create collaboratin rooms

I'v got an install:
portal&CM
all on win2k with sql2000
EP6 SP2 Patch4-HF7
CMCOLL EP6 SP2 Patch4-HF2
everything is workig but I cant create collaboration rooms. I've put in  a sap message and tried applying note 737305 (collaboration_service user service permission issue), but  I cant seem to resolve this issue.
Has anybody else had/have a similar experience?.. any advice  on troubleshooting this issue?
jm

Hi John,
withouit a stack trace or an excerpt from the collaboration.log file i can't help You.
Regards, Erwin

Similar Messages

  • How do I create more room on my MacBook Pro so I can install Snow Leopard?  It says it needs 5GB and I have 4.something.

    How do I create more room on my MacBook Pro so I can install Snow Leopard?
    I've only got 4.something GB left and it says it needs 5 GB? 
    Which then begs the question, will I be able to do anything with the computer.
    I think I need to get some stuff off, but do not know where to look up what is taking up the most room.
    I have an extra hard drive.
    I have iDisk.
    I have a Time Machine, but it backs up one of my three Macs.
    Thanks.

    A utility like GrandPerspective is a good one for seeing what is taking up space on your hard drive.
    Video and photo files tend to take up a lot of room.

  • Runtime error 429, activeX component cant create object while using netbet pro on windows 7 & 8.1 HELP!!!

    runtime error 429, activeX component cant create object while using netbet pro
    does anyone know what I could do to fix this problem??? netbet pro was't available for a while then it's back but has yet to run

    What's netbet pro?
    I'd recommend asking questions about third party applications in the vendor's forum, not a Microsoft forum meant for admin scripting.
    EDIT: Ah, some gambling website...
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • I cant create account because i dont have credit card but I have ipod touch and I need it to download free games and other stuff

    I cant create account because i dont have credit card but I have ipod touch and I need it to download free games and other stuff.Is there any option i can write i dont have any credit card?
    Sorry abaot my english

    Hi...
    Click None in the Payment Information window.
    Instructions for either using your iPhone or a computer > Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card

  • To create a room for every user or not?

    My application requires that guest/participants do not need to login. They only enter names. Also the meetings are not scheduled. It's on walk in basis where host waits for the guests. In my case, I will have hundreds and eventually thousands of hosts. For every host, do I need to create a new room and allocate it to only that user? Is that how the rooms supposed to used or there is any other data structure such as groups which I can use? Are there limitations to how many rooms one application can create?

    Same answer, you can do both
    I wouldn't create a room per customer, but you could potentially create one room per agent. You'll need to build your own application that would allow your to select the correct agent given the customer needs, but you need to do that anyway.
    Once you know the agent, again, having the agent always enter his/her room and wait for customers, or have the agent enter a random room and then pair it with a customer is pretty much the same.
    Fixed rooms will save you to manage room creation/deletion (you will still need to create a room when a new agent joins a company and remove it when he leaves, but that can be part of the normal management of agents).
    One feature that we are planning to add is rooms that "autodelete" when the session terminate, so you can easily create a random room on the fly and don't have to remeber to cleanup.
    But basically I think what you do depends on a couple of workflows :
    1) A host (teacher, agent, advisor) has routinely scheduled sessions with customers (or students). In this case it may be easier to have a fixed room for the host and direct the guests to that room for the scheduled session (again, using external authentication you can guarantee that only users registered or authorized for that session can join that room)
    2) Two users (host/guest, agent/customer, two random users, etc.) wants to initiate an ad-hoc conversation. In this case it may be easier to create a room on the fly (or pick a room from a pool of existing rooms) and direct both users to that room.
    As I said in the previous post the serverIntegration modules are your friends here: they have all the methods to create/delete rooms, create authentication tokens and in general manage your account.

  • I cant create a book in iPhoto 5.0.4

    Hi all
    I cant create a book in iPhoto 5.0.4 - both the add new book button and the new book command in the menu are greyed out!
    I have rebooted, checked permissions, etc, etc...all the usual.
    Any thoughts?
    Thanks
    Rob

    Hi robsterc,
    You must select an album or a group of images first, then go to File>new book
    Lori

  • Cant create connection Pool for MS SQL Server 2000 with Microsoft Driver

    i am using bea weblogic server 6.1, i cant create connection pool while using MS
    SQL Server 2000. i have installed JDBC Driver SAP1 from microsoft website. when
    i give the following class name for JDBC driver and the connection url and click
    apply while selecting the available server, a number of exception appears in default
    server (that is the connection pool cannot be created..... cannot load the driver
    class).
    URL= jdbc:Microsoft:sqlserver://127.0.0.1:1433;DatabaseName=MyDB
    Driver= com.microsoft.jdbc.sqlserver.SQLServerDriver
    when i use the above setting in a JDBC simple application in Jbuilder
    7.0 the application runs successfully and fetches the data deom MS SQL database
    but in at Bea connection Pool is not created with these settings. i do give appropriate
    username and password in properties field in connection pool. Thankx for any help!

    khabbab wrote:
    That was the original code part from "startweblogic" :
    :runWebLogic
    echo on
    set PATH=.\bin;%PATH%
    set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;
    echo off
    and i changed it to :
    :runWebLogic
    echo on
    set PATH=.\bin;%PATH%
    set CLASSPATH=.;.\lib\weblogic_sp.jar;.\lib\weblogic.jar;D:\Program Files\Microsoft
    SQL Server 2000 Driver for JDBC\lib\msbase.jar;D:\Program Files\Microsoft SQL
    Server 2000 Driver for JDBC\lib\msutil.jar;D:\Program Files\Microsoft SQL Server
    2000 Driver for JDBC\lib\mssqlserver.jar;I suggest moving or copying the three ms driver jars to a directory that has no blanks
    in it so the classpath doesn't have blanks in it. Ie:
    go to the "D:\Program Files\Microsoft SQL Server 2000 Driver for JDBC\lib"
    directory and do this:
    mkdir D:\microsoft_jdbc_driver
    cp *.jar D:\microsoft_jdbc_driver
    Then make the classpath include D:\microsoft_jdbc_driver\msbase.jar etc.
    Joe
    >
    >
    echo off
    when i save and run the bat file, server appears then disappears.
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    The class path which is echoed at server startup does not include thepaths to
    driver jar files. when i edited the "startweblogic.bat" file and includedthe
    driver class paths to jar files, now the server doesnot even run. tellme what
    to do now???Show me what change you made to the startweblogic file.
    Joe
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    kindly tell me how can i check that the class paths for driver jarfiles are included
    in that string? thanks. also tell me can not i use the jdriver forsql server
    2000?.The startup script will echo what it's doing, including printing out
    the classpath
    it will use. Yes you can use the jDriver for MS SQL2000. It is sufficient
    for
    basic JDBC, but the MS drivfer is preferable in some ways.
    Joe
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    i am using bea weblogic server 6.1, i cant create connection
    pool
    while
    using MS
    SQL Server 2000. i have installed JDBC Driver SAP1 from microsoft
    website.
    when
    i give the following class name for JDBC driver and the connectionurl and click
    apply while selecting the available server, a number of exception
    appears
    in default
    server (that is the connection pool cannot be created..... cannot
    load
    the driver
    class).The server startup script creates a string that will become the
    classpath
    for the server.
    This string is part of the java call to start the server with a-classpath
    argument. You need to
    make sure the MS driver jars are part of that classpath string.
    Joe
    URL= jdbc:Microsoft:sqlserver://127.0.0.1:1433;DatabaseName=MyDB
    Driver= com.microsoft.jdbc.sqlserver.SQLServerDriver
    when i use the above setting in a JDBC simple applicationin Jbuilder
    7.0 the application runs successfully and fetches the data deom
    MS
    SQL database
    but in at Bea connection Pool is not created with these settings.
    i
    do give appropriate
    username and password in properties field in connection pool.
    Thankx
    for any help!
    khabbab wrote:
    The class path which is echoed at server startup does not include thepaths to
    driver jar files. when i edited the "startweblogic.bat" file and includedthe
    driver class paths to jar files, now the server doesnot even run. tellme what
    to do now???
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    kindly tell me how can i check that the class paths for driver jarfiles are included
    in that string? thanks. also tell me can not i use the jdriver forsql server
    2000?.The startup script will echo what it's doing, including printing out
    the classpath
    it will use. Yes you can use the jDriver for MS SQL2000. It is sufficient
    for
    basic JDBC, but the MS drivfer is preferable in some ways.
    Joe
    Joseph Weinstein <[email protected]_this> wrote:
    khabbab wrote:
    i am using bea weblogic server 6.1, i cant create connection
    pool
    while
    using MS
    SQL Server 2000. i have installed JDBC Driver SAP1 from microsoft
    website.
    when
    i give the following class name for JDBC driver and the connectionurl and click
    apply while selecting the available server, a number of exception
    appears
    in default
    server (that is the connection pool cannot be created..... cannot
    load
    the driver
    class).The server startup script creates a string that will become the
    classpath
    for the server.
    This string is part of the java call to start the server with a-classpath
    argument. You need to
    make sure the MS driver jars are part of that classpath string.
    Joe
    URL= jdbc:Microsoft:sqlserver://127.0.0.1:1433;DatabaseName=MyDB
    Driver= com.microsoft.jdbc.sqlserver.SQLServerDriver
    when i use the above setting in a JDBC simple applicationin Jbuilder
    7.0 the application runs successfully and fetches the data deom
    MS
    SQL database
    but in at Bea connection Pool is not created with these settings.
    i
    do give appropriate
    username and password in properties field in connection pool.
    Thankx
    for any help!

  • No Access to SLD so cant create my own scenario

    Hi All,
    I dont have the access to SLD so cant create my own business system.
    Can anyone guide me how to check what all the business system and component available available.
    I also want to create a simple RFC to SOAP scenario.Do we have any standard RFC which I can use and create my scenario.
    Not Spcific just a general RFC I want to use to built a scenario.
    Thanks,
    Babu

    HI Sudheer
    If you dont have access to create a new B system , then you will have to use existing Bsystem.
    I think you should be knowing which system the RFC belongs to , or if its a Proof of concept that you are trying to do , you can use any existing Bsystem that you can find in ID under communication Component.If you dont have any B system, you will have to check with Admin to get one created for you.
    Below blogs should help
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    Regards
    Srinivas

  • How to create dynamic room in runtime execution?

    Hello All,
    Can you please suggest me how can I create dynamic room in runtime execution? I do not want to create fixed room from the room consol. I want to create a new room & also delete it after work complete in runtime execution.
    thanks,
    krish

    Hi Krish,
    If you are using your own server to do ExternalAuthentication, then you can
    user server to server API's to do that. Please refer to Server2Server apps
    in the SDK's sample apps folder.
    Else you might have to use AccountManager with room
    owner credentials. But the Server2Server aprroach is highly recommended.
                    private var acctMgr:AccountManager = new AccountManager();
                    acctMgr.accountURL = m_accountURL;
                    acctMgr.authenticator = authenticator;
                    acctMgr.addEventListener(AccountManagerEvent.LOGIN_SUCCESS, authenticateSuccess);
                    //acctMgr.addEventListener(AccountManagerEvent.LOGIN_FAILURE, authenticateFailure);
                    //acctMgr.addEventListener(AccountManagerEvent.ACCESS_ERROR, onAuthenticationAccessError);
                    public function authenticateSuccess(event:AccountManagerEvent):void {
                       acctMgr.addEventListener(AccountManagerEvent.ROOM_DELETE, onRoomDelete);
                       acctMgr.deleteRoom(name, template);
                    public function onRoomDelete(event:AccountManagerEvent):void {
    Thanks
    Arun

  • Cant create WLAN Interface

    I m using WLAN
    4400 with4.1.185.0 code. I tried to create on more interface, it says "cant creat the port".However, it creates the port but does not take DHCP IP. It is also broadcasting that SSID. Any solution ?
    Many Thanks

    Hi Muhammad,
    I just tried and it on my WLC and its working fine..
    Correct me if i am wrong.. i assume that you are configuring like this..
    step1 >> Controller >> interfaces >> new >> Fill in the data >> with DHCP address and all those.
    Step2 >> Controller >> WLAN >> New >> Map the dynamic interface which you created to this WLAN.
    Correct??
    Regards
    Surendra

  • Cant Create SharedAddin Project in VS2008?

    when i use vs2008 to create a sharedaddin project under windows server 2003 sp2
    when the .net framework is 3.0 or 3.5 the wizard failed to create a project and says to install vs2008 properly,
    while i create the project under .net 2.0 ,the creation is successful.
    after i reinstall the vs2008 with full install,i still cant create sharedaddin in vs2008 under .net3.0 or 3.5
    i have install the office pia 2007,vsto2.0 and 3.0 runtime and language pack,what's the problem

    Hi Magicunder,
    >>P.S on the windows 7 operating system on my colleague's computer, he can successfully create the project under .net 2.0,3.0,3.5<<
    I also could create the SharedAddin Project in VS2008 under .Net 3.0 and .Net 3.5 on Windows 7. So I suspect the issue may relative to the enviroment. Did you update the .Net Framwok 3.0 and 3.5 to the latest version? 
    I suggest that you compare the detail version of .Net Framewokr between yours and your colleagure's.
    If not, I suggest that you install the same version of your colleagure's to see whether the issue was fiexed.
    If yes, I also suggest that you to re-install the .Net 3.0 Framework and .Net 3.5 to see wether the isseue was caused by broken .Net FrameWork.
    Regards & Fei
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Cant create hierarchy FILE load for 0GL_ACCOUNT

    Hi guys i have a special Question......we are trying to create a file load hierarchy source for 0GL_ACCOUNT, in BC i cant find any FILE type infosource or datasource.....in source systems FILE i cant create a datasource for hierarchy and in the hierarchy infosource appears a message that the infosource is already mapped to DEVFILE because theres an infosource FILE type for load master data...
    I cant create a file load hierarchy infoosurce for 0GL_ACCOUNT
    Regards

    Are you using the flexible or direct update?  This will only work with Direct Update since you can only load a data target/infoprovider using the flexible update and a hierarchy is never an infoprovider.
    For example, if you make your characteristic and infoprovider.  The Attrib and Text infoproviders show up under the infoprovider tab.  However, the Hierarchies don't.
    So, here is a step-by-step solution you can follow ...
    1.) Under Infosources tab, find your characteristic.  You need to find the infosource for direct update.  It will have the three icons ... one for attributes, texts and hierarchies.  If you don't see the green hierarchy icon, then you need to turn hierarchies on for the characteristic.
    2.) Right click on the infosource and choose, "Assign Datasource". 
    3.) Under Source System, choose your flat file source system, it is probably named FLATFILE, FILE, TEXT, etc....
    4.) Enter your transport info and select yes to the infosource/datasource assignments for attributes, texts and hierarchies (assuming you have all three icons)
    5.) Select the drop down for datasource and choose your hierarchy datasource.
    6.) Activate the datasource or switch the transfer method to IDOC (instead of PSA) and save the infosource (no activation under IDOCs).
    7.) You can now create your info package against the hierarchy datasource.
    If you are having trouble getting to this stage, the next is going to be more difficult -or- perhaps you are already at this and are having trouble loading the hierarchy?
    Whatever the case, please tell us the steps you have gone through and the errors or error messages you are receiving.  Sometimes these issues are very complicated to both explain and to understand.
    Brian

  • Cant create more partitions

    Hi, i have Arch on a PC with a 80g HD. I have 4 partitions.
    - / "root"
    - /home
    - /boot
    - /swap
    Im looking to install Backtrack in a dualbooting with Arch.
    But i cant create more primary partitions.
    I tried creating and extended partition, but an extended partition is also a primary partition. And gparted says that i have to delete a primary partition first, so im stucked.
    What can i do?

    ralvez wrote:
    Another possible solution would be to get a new HDD (they are chip now!) and add it as a secondary HDD. That way you would have also the advantage that if something goes wring with the primary HDD your back-up data is safe in the second HDD.
    Hope this helps.
    R.
    I've followded the advice, i got a 10G old HDD, its like 8 years old so i want to know if it will be slower because of its transfer capability.

  • Cant Create Profile in 5230

    I Purchased a 5230 a few months ago.
    The Problem with the phone is that I cant Create a new profile.
    Updated the software.
    And Tried everything I know.
    Still Cant Create a New Profile.
    Please suggest solutions.

    I did some more testing with my friend's phone, I even persuaded her to let me update it (now on 21.0.004), still no problems creating profiles.
    One thing to try, though I'm 50/50 whether I think it is going to help: backup your phone contents again, then reformat it using hte code *#7370# - the phone will ask you to confirm the reset then enter the lock code, which is 12345 if you haven't set a personal code, then shut down and restart. Once complete, try to create a profile before you restore your backup - if it works, then there could have been some corrupt data in your settings data preventing this from working, in which case omit settings from from the resotration when you restore the backup.
    If it still doesn't work, it could be an issue with your phone's specific variant of the software (this will vary according to region of the world and network operator), in which case all you would be able to do is report the issue to Nokia via the "contact us" link. Be sure to give them the product code of your phone (this is on the label in the battery compartment, usually a 7-digit code beginning 05).

  • Cant create folders

    I just got an iPad 64g and I cant create new folders. Have tried dragging icons onto each other and also in iTunes on pc, but it just does nothing?
    Any ideas? please

    Have you tried rebooting the iPad .... or do a hard reset - the hard rest - hold down on the sleep button and the home button at the same time for about 10 seconds until the Apple logo appears - then let go of the buttons and the iPad will restart.
    This wouldn't effect why the folders won't work on the PC but the folders on the iPad may work properly if you try this - no promises but you could try it.

Maybe you are looking for

  • How do i change my NAT settings on my wrt54gs wireless router?

    when i go to play Halo 3 it says my NAT settings are strict and it lets me in the room but then it boots me right out. I was wondering how i change my NAT settings from strict to open? Thanks,       Redbob369

  • Problem with Mac OS X Bundle

    Hi everybody! I've developed a GUI app that is almost complete and has been tested many times running perfectly. Now the friend I'm doing this with wants to use the Jar Bundler to make it run natively on Mac OS X. My problem is the following. My app

  • [SOLVED]Root file system changed

    I'm currently using ArchLinux I'm not sure what went wrong, but now when I login as root and "cd" I don't see the root file system. Instead i see     [root@aspect ~]# ls -al total 36 drwxr-x---  7 root root 4096 Apr 13 16:29 . drwxr-xr-x 17 root root

  • Installing NetBeans IDE file unknown type

    Hello, Downloaded Netbeans IDE, shows up as unknown file type: 1-ML-JAVASE-WINDOWS[1] I have Java SDK 1.6 installed. I have been using JGrasp without problems. Should this file be renamed?

  • Error 14 reading a pdf

    After doing a lot of searching most would suggest that the document is corrupted. But I can view this document in say FoxIT reader. So why is that? The source is unknown but it passes thru CutePDF removing pages not needed. By the time it reaches us