Collaboration linked database alias is incorrect...

but it is not.
Anyone run into this? My log shows this, note the failed message and subsequent connection is working lines.:
2010-01-04 10:08:58,845 INFO - Finished Loading Databases
2010-01-04 10:08:58,860 INFO - Setting Transaction Isolation Level
2010-01-04 10:08:58,860 INFO - Isolation level is read uncommitted
2010-01-04 10:08:58,860 INFO - Finished Setting Transaction Isolation Level
2010-01-04 10:08:58,860 INFO - Testing Database Connections
2010-01-04 10:08:58,891 INFO - JDBC Driver Version:SQLServer 3.40.6 (012712.007203.008710)
2010-01-04 10:08:58,891 INFO - Connected to database:collaboration
2010-01-04 10:08:58,954 INFO - plumdbname.plumdbusername. linked database alias failed failed retrying linked database alias
2010-01-04 10:08:58,970 INFO - Adding plumdbname.. as linked datbase alias
2010-01-04 10:08:58,970 INFO - Connection to linked database is working
2010-01-04 10:08:58,970 INFO - Finished Testing Database Connections
2010-01-04 10:08:58,970 ERROR - Linked Database Alias is incorrect check database.xml
2010-01-04 10:08:58,970 ERROR - Collaboration Server failed to start.

This might be a role grant problem. Is the databasename.dbo set correctly for the collab product?
If you can repro in a test environment...you could also try these steps below to see if they help. Technical support has also had some experience working on this problem, so you can consider opening a case with them.
Ryan
1/ Grant the portal database user Read access to the tables in the Collaboration database by executing the following script against the collaboration database using the collaboration database user:
install_dir\ptcollab\<version>\sql\<dbtype>\collaboration-server-portal-role-grant.sql script.
2/ Examine the collaboration views in the Portal database, and verify the table owner. To accomplish this, expand portal database, views, and then look for the <username> in the views:
<USERNAME>.CSVPORTALGATEWAYDATA
<USERNAME>.CSVPREFERENCE
<USERNAME>.CSROLEMEMBERSHIP
If it is something other than the portal database user (for example DBO instead of the portal db user), then follow these steps:
* Open the following script: install_dir\ptcollab\<version>\sql\<dbtype>\portal-collaboration-server-data.sql script
* Search for "collabdbuser" and change this to the user that owns the above views (ie. change to dbo).
* Run this script against your portal database using the portal database user.
3/ Run the following script against the portal database using the portal database user:
install_dir\ptcollab\<version>\sql\<dbtype>\portal-server-portal-role-grant.sql script.
Note: Some of the above scripts may fail to run with a message that the data already exists. This is okay.

Similar Messages

  • Webcenter collaboration not starting, error in linked db alias

    Hi
    I installed webcenter collaboration and at the end I run all the scripts in the oracle db, everything was ok without errors or warnings.
    When I try to start collaboration i got an error that say that the linked database alias is not correct.
    i test [aluischema].ora. [aluischema].dbo.
    both the alui and collaboration user can see those tables.
    Which value i must put in the Linked Database Alias parameter on the configuration of collaboration component.. it's the only thing that i dont really know.
    any idea ?
    thanks

    Your database alias should be the SID, i.e. whatever the user name is for your plumtree database. However, you may want to ensure you've created the CollabRead role...
    Execute the following as a DBA (system user):
    create role CollabRead;
    grant CollabRead to <collab DB SID>;
    Execute the following as your plumtree database SID:
    grant select on plumdbuser.ptvgroupmembership to CollabRead;
    grant select on plumdbuser.ptcommunities to CollabRead;
    grant select on plumdbuser.ptcommsecurity to CollabRead;
    grant select on plumdbuser.ptfolders to CollabRead;
    grant select on plumdbuser.ptobjectsecurity to CollabRead;
    grant select on plumdbuser.ptusers to CollabRead;
    grant select on plumdbuser.ptusergroups to CollabRead;
    grant select on plumdbuser.ptmycommunities to CollabRead;
    grant select on plumdbuser.ptprefs to CollabRead;
    grant select on plumdbuser.ptpropertydata to CollabRead;
    grant select on plumdbuser.ptmigration to CollabRead;
    grant select on plumdbuser.ptserverconfig to CollabRead;
    grant select on plumdbuser.ptobjectproperties to CollabRead;
    grant select on plumdbuser.ptlocalizations to CollabRead;
    grant select on plumdbuser.ptcards to CollabRead;
    grant select on plumdbuser.ptusergroups to CollabRead;
    grant select on plumdbuser.ptproperties to CollabRead;
    grant select on plumdbuser.ptuserinfomap to CollabRead;
    grant select on plumdbuser.ptadminfoldersecurity to CollabRead;
    grant select on plumdbuser.ptpages to CollabRead;
    Maybe you executed the scripts but didn't create the role, or didn't grant it to the right user?

  • Integration of one or more tables into a single database alias name

    Hi Experts,
    Hi Experts,
    I got some problem while working with the crystal reports in VB.NET.  How to combine one or more table fields
    with in the single database alias name?
    --roseline

    Please provide more info.

  • Database link create but not fatch data from link database give me this err

    Sir I create database link with this command system create link
    but when I user query then system give me this error you see in blow
    SQL> create database link xyz connect to mfatest identified by mfa786 using 'aamir';
    Database link created.
    SQL> select * from accbal@xyz;
    select * from accbal@xyz
    ERROR at line 1:
    ORA-28546: connection initialization failed, probable Net8 admin error
    ORA-02068: following severe error from XYZ
    ORA-03113: end-of-file on communication channel
    this is same database but diffrent user
    scott user
    mfatest user
    please give me idea how i fatch data from link database/link other user
    thank
    aamir

    On the machine where you get that error does this work ?
    SQL> connect mfatest/mfa786@aamir
    SQL> select count(*) from accbal;
    If it doesn't, please post tnsnames.ora and sqlnet.ora from local machine, and the result, on remote machine, of
    C:\> lsnrctl services

  • Using the Service Link Database adapter

    I had a question regarding the use of the Service Link database adapter.  We've configured an adapter that will write rows to a certain table in an oracle database.  The rows are written into the table correctly.  I've also configure the inbound portion of the database adapter to retrieve records but there are 2 problems.
    1.  When creating the SQL that is used to poll the database table, I'm not able to use the channel id namespace.  According to the manuals and training materials that I have reviewed, it looks like you should be able to call #channelid# in your query and the system should automatically translate that.  I've tried #channelid#, #channel-id#, and #ChannelID# but if doesn't seem to covert the value to the actual channel ID.  Can you use namespaces in the polling query?
    2.  If I setup the queries without namespaces, I can get into the next step where it excutes the sucessful or failed sql query.  I setup a simple transformation that automatically closes the assocaited task when the query is run.  I then setup a SQL statement to delete all rows in the table (I only did this because I could not target a row without the channelid namepsace working).  The problem is that when I submit a task that uses the agent, the agent polls the database and finds the task.  The agent then closes the asscaited task, per my transformation, but when it goes to delete all rows in the table, the rows are not removed.  If I execute the same SQL using the same account in a SQLPlus window, the rows are deleted so I think that my SQL is good.  I'm not sure why it does not work and the only message in the log is:
    2010-07-08 15:52:23,677 DEBUG [com.newscale.is.adapter.db] [ AgentId-5 ]  Fetched 1 new records
    2010-07-08 15:52:23,804 ERROR [com.newscale.is.adapter.db] Outbound Message Failed to deliever
    This is my SQL:  delete from rcowner.rcapprovals where STATUS_code='Registered'
    Any help or advice is apprecaited.
    Tim

    Hi Tim -
    The namespace that you can use comes from the SELECT SQL statement.  So you need to write out the Channel ID into a field in the db table (you need it around anyway for the transformation).  Then the inbound SQL needs to include the channel ID field in the select statement.  Then the success/failure SQL statements can reference the channel ID field from the inbound SQL.
    Inbound example: SELECT CHANNEL_ID FROM MYTABLE WHERE STATUS = 2
    success example: UPDATE MYTABLE SET STATUS=3 WHERE CHANNEL_ID=#channel_id#
    (Note that it seems to convert field names to all lower case.  And the #channel_id# is just referencing the field from the other query -- it isn't a namespace or anything.)
    Your delete statement probably isn't working because the db connection is still using the records from the inbound query.  Its looping through each record from the inbound query and performing the transformation, then running the success/failrue sql before going onto the next record.

  • SQL1013N  The database alias name or database name "FCS" could not be found

    Hi All,
    Solution manager is running on win2003 server with db2 database.When i m trying to connect db2 from command promt i m getting error.I m following these step.
    1.Loging with db2 user
    2.In command promt when i m tring to check the cfg file getting error.
    DB2 get db cfg for fcs.
    SQL1013N  The database alias name or database name "FCS" could not be found.
    SQLSTATE=42705
    I m pasting the snapshot of of database manager.
    C:\>db2 get snapshot for dbm
                Database Manager Snapshot
    Node name                                      =
    Node type                                      = Enterprise Server Edition with
    local and remote clients
    Instance name                                  = DB2
    Number of database partitions in DB2 instance  = 1
    Database manager status                        = Active
    Product name                                   = DB2 v9.1.600.703
    Service level                                  = s081007 (WR21415)
    Private Sort heap allocated                    = 0
    Private Sort heap high water mark        = 0
    Post threshold sorts                                = Not Collected
    Piped sorts requested                          = 0
    Piped sorts accepted                           = 0
    Start Database Manager timestamp      = 07/29/2010 11:35:25.534766
    Last reset timestamp                           =
    Snapshot timestamp                             = 08/03/2010 18:43:14.492590
    Remote connections to db manager               = 0
    Remote connections executing in db manager     = 0
    Local connections                              = 0
    Local connections executing in db manager      = 0
    Active local databases                         = 0
    High water mark for agents registered          = 2
    High water mark for agents waiting for a token = 0
    Agents registered                              = 2
    Agents waiting for a token                     = 0
    Idle agents                                    = 0
    Committed private Memory (Bytes)               = 11141120
    Switch list for db partition number 0
    Buffer Pool Activity Information  (BUFFERPOOL) = OFF
    Lock Information                        (LOCK) = OFF
    Sorting Information                     (SORT) = OFF
    SQL Statement Information          (STATEMENT) = OFF
    Table Activity Information             (TABLE) = OFF
    Take Timestamp Information         (TIMESTAMP) = ON  07/29/2010 11:35:25.534766
    Unit of Work Information                 (UOW) = OFF
    Agents assigned from pool                      = 2542
    Agents created from empty pool                 = 4
    Agents stolen from another application         = 0
    High water mark for coordinating agents        = 2
    Max agents overflow                            = 0
    Hash joins after heap threshold exceeded       = 0
    Total number of gateway connections            = 0
    Current number of gateway connections          = 0
    Gateway connections waiting for host reply     = 0
    Gateway connections waiting for client request = 0
    Gateway connection pool agents stolen          = 0
    Memory usage for database manager:
        Memory Pool Type                           = Database Monitor Heap
           Current size (bytes)                    = 65536
           High water mark (bytes)                 = 65536
           Configured size (bytes)                 = 327680
        Memory Pool Type                           = Other Memory
           Current size (bytes)                    = 10092544
           High water mark (bytes)                 = 10092544
           Configured size (bytes)                 = 4292870144
    KIndly suggest me where i m getting wrong.
    REgards

    Dear Sir,
           Please check the DB2DART log
    Command line output:
    C:\Users\Administrator.MAXXMOBILEDLH>db2dart db2smn /CHST /WHAT DBBP OFF
                        DB2DART Processing completed with error!
                            Complete DB2DART report found in:
    C:\PROGRAMDATA\IBM\DB2\DB2COPY1\DB2\DART0000\DB2SMN.RPT
    db2smn.rpt:
    Error: Failed sqledosd API on open system database directory.
    SQL1057W  The system database directory is empty.
    Error: This phase encountered an error and did not complete.
                        DB2DART Processing completed with error!
                                      WARNING:                       
                        The inspection phase did not complete!        
                            Complete DB2DART report found in:
    C:\PROGRAMDATA\IBM\DB2\DB2COPY1\DB2\DART0000\DB2SMN.RPT
        _______    D A R T    P R O C E S S I N G    C O M P L E T E    _______"
    Please help me to sort out this issue!!
    Our Solution Manager is down.
    Regards!!!

  • How to enable Collaboration link

    hi,
    Can any one tell me how to enable Collaboration link in tool area.
    thanks
    swati

    Hi,
    Goto <i>Content Administration</i> -> <i>Portal Content</i> -> <i>Portal Users</i> -> <i>Standard Portal Users</i> -> <i>Default Framework Page</i>.
    Check <i>Tool Area</i> and click <i>Propertie</i>s. Set <i>Enable Collaboration Launch Pad</i> to <b>Yes</b>.
    Best Regards,
    Avishai Zamir

  • Online backup of the Oracle Collaboration Suite Database automatically ever

    Hi everybody!
    How to perform an online backup of the Oracle Collaboration Suite Database automatically every half-hour (every 10 minutes)?
    Thanks a lot for your helps.

    Hi,
    Take a look at the Backup and Recovery Basics book in the Administration section of the Database library. This will explain how ArchiveLog works.
    richard

  • Urgent - enabling the collaboration link in tool area

    hi
    I had followed the following link for displaying Collaboration link in the Tool Area  in portal.
    http://help.sap.com/saphelp_nw04s/helpdata/en/42/ee2c740aed4fcfe10000000a422035/frameset.htm
    Also i had assign full control permission to the users.
    But still i m not able to see the link .
    Can any one tell what should be done...
    Thanks
    shashank
    Message was edited by: shashank moharana

    Hi Shashank,
    See the link below:
    http://help.sap.com/saphelp_ep60sp2patch5/helpdata/en/dc/935f3e1e7d7937e10000000a114084/frameset.htm
    Here go to Collaboration->Administration Guide-> Basic Configuration-> Configuring the masthead for collaboration.
    The above configuration has to be done to launch the CLP.
    Hope this helps.
    Regards,
    Pooja.

  • Translate Hoover Collaboration Link in Tool Area

    Hello,
    Does anyone know how to change the translation of the hoover description of the collaboration link in the Tool Area? I already tried by translating the Tool Area iView, but it doesn't contain the label 'Start the collaboration launch pad.
    Looking forward to your reply.
    Kind regards,
    Joost Christenhusz

    Hi Shashank,
    See the link below:
    http://help.sap.com/saphelp_ep60sp2patch5/helpdata/en/dc/935f3e1e7d7937e10000000a114084/frameset.htm
    Here go to Collaboration->Administration Guide-> Basic Configuration-> Configuring the masthead for collaboration.
    The above configuration has to be done to launch the CLP.
    Hope this helps.
    Regards,
    Pooja.

  • Change the collaboration link position

    Hi all,
    Whenever i activate colaboration,the link for collaboration appears jst at the side of the search  textfield in the portals.I want collaboration link to be placed somewhere else on the portal page,may be on the content area where i view the IViews.Is it possible to show the link in the Iview rather than it appearing with the search Field.Please guide me.ASAP.Awaiting ..

    Hi Preeti:
    Not a standard way of doing this, but there is a workaround for it to solve your problem:
    One way: you can have this link in Portal Favorites by doing the below:
    Portal Favorites Menu > Organize Entries > Add an External Link >
    Target: http://<hostname>:<port>/irj/servlet/prt/portal/prtroot/com.sap.netweaver.coll.shared.ui.CollaborationLaunchPad
    Name: CLP (your choice)
    Other way: create an URL iview with the same URL given in Target, and you can use see it in Content Area of your portal.
    And you can disable the Collaboration from Search (Tool) iView.
    Thanks,
    MS
    Edited by: Munna Sap on Jun 5, 2009 3:41 PM

  • Fonts in linked eps-graphics show INCORRECTLY in InDesign, but show CORRECTLY in Illustrator

    Hi,
    I'm using Creative Suite CS4 on pc.
    When I open an InDesign CS4 file, the fonts in the the linked .eps graphics, in this case numbers,
    are shown as tall rectangles. If I open the source eps-graphic in Illustrator CS4,
    all numbers are shown correctly. Resaving the eps-file and updating the link doesn't help, neither does
    exporting to PDF. Fonts are still shown incorrectly in InDesign.
    Both the InDesign-file and the eps-graphics were originally created with CS2.
    Opening the InDesign-file in CS2 results in the fonts showing correctly.
    Does anyone know what is causing this and how to solve the problem?
    Quite perplexed!

    Hi again,
    Unfortunately, I am still stumped with this problem. I've taken a test document with 8 graphics and done the following:
    1. saved all .EPS graphics to .AI > relinked in ID to .AI
    2. used distiller with PDF/X1-a > relinked in ID to PDF
    3. used distiller with PDF/X1-b > relinked in ID to PDF
    4. used distiller with PDF/X3 > relinked in ID to PDF
    5. saved .EPS graphics to .AI > resaved .AI to PDF/X-4 in Illustrator > relinked in ID to PDF
    Results in all cases were "consistent" i.e. identical:
    6 out of the 8 graphics were resized AND repositioned in ID!!
    WHAT IS GOING ON HERE? Any more ideas, anyone?

  • Cannot open database due to incorrect file size

    Hi,
    we have a oracle database 8.0.5 and it crashed yesterday. now we cannot open the database (only mount readonly) due to an incorrect filesize of usr1orcl.ora. is there a simple way to open the database?

    i'm sorry but it wasnt in archivelog mode.
    the ora error codes are:
    ORA-01122: datafile name - failed verification check
    Cause: The information in the datafile is inconsistent with information from the control file. This could be for any of the following reasons:
    The control file is from a time earlier than the datafiles.
    The datafile size does not match the size specified in the control file.
    The datafile is corrupted.
    Action: Make certain that the datafiles and control files are the correct files for this database, then retry the operation.
    ORA-01110: datafile name: str
    Cause: This message reports the filename involved with other messages.
    Action: See the associated messages for a description of the problem.
    ORA-01200: actual file size of num is smaller than correct size of num blocks
    Cause: The size of the file, as returned by the operating system, is smaller than the size of the file as indicated in the file header and the control file. Somehow the file has been truncated.
    Action: Restore a good copy of the datafile from a backup and perform recovery as needed.

  • Sql developer database diff generating incorrect diff scripts

    I am wondering whether this may have to do with incorrect preference settings. Note I am NOT diffing 2 schemas that I log in as. That shouldn't matter. I log in as a DBA user.
    I am getting alot of alter statements such as
    alter table add constraint NOT NULL
    This errors out because the table already has a NOT null constraint.
    I then checked both databases to make sure I didn't run my diffs in the wrong direction. Both databases have this NOT NULL constraints.
    I just checked a create table statement. The table exists in both databases. What am I missing here? Is there some setting in preferences about how database diff works?

    Can reproduce same issue in 11gR1.. DIFF works fine in 10gR2.
    I noticed that 10gR2 allows something like:
    DBMS_METADATA.SET_TRANSFORM_PARAM(th,'SEGMENT_ATTRIBUTES',0);
    and 11GR2 returns error similar to error SQLNAVIGATOR returns while running diff:
    DBMS_METADATA.SET_TRANSFORM_PARAM(th,'SEGMENT_ATTRIBUTES',0);
    end;
    Error report:
    ORA-31600: invalid input value 0 for parameter SEGMENT_ATTRIBUTES in function SET_TRANSFORM_PARAM
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 8424
    ORA-06512: at "SYS.DBMS_METADATA_INT", line 9484
    ORA-06512: at "SYS.DBMS_METADATA", line 3950
    Its safe to assume that this is SQLDEVELOPER bug. Hope it will be addressed sometime.
    Edited by: user5420304 on Jun 15, 2010 10:29 AM

  • Create Database alias

    Hi,
    I'm having trouble creating an alias for a database in Oracle 11gR2 (Server 2008 R2) using sql plus? Is there any reference of the command?
    I've done this time ago but can't remember the command ;(

    I support both names should be working?Yes. Just use "lsnrctl stat" on the server to check it out. See this example :SQL> sho parameter service
    NAME                                 TYPE        VALUE
    service_names                        string      db11r2
    SQL> !lsnrctl stat
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 21-MAY-2011 10:55:20
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                21-MAY-2011 10:53:19
    Uptime                    0 days 0 hr. 2 min. 1 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         /home/oracle/base/diag/tnslsnr/linux542/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=linux542.localdomain)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=linux542.localdomain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "db11r2" has 1 instance(s).
      Instance "db11r2", status READY, has 1 handler(s) for this service...
    Service "db11r2XDB" has 1 instance(s).
      Instance "db11r2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    SQL> alter system set service_names='db11r2, MYDB9CHRS';
    System altered.
    SQL> !lsnrctl stat
    LSNRCTL for Linux: Version 11.2.0.1.0 - Production on 21-MAY-2011 10:55:52
    Copyright (c) 1991, 2009, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    STATUS of the LISTENER
    Alias                     LISTENER
    Version                   TNSLSNR for Linux: Version 11.2.0.1.0 - Production
    Start Date                21-MAY-2011 10:53:19
    Uptime                    0 days 0 hr. 2 min. 48 sec
    Trace Level               off
    Security                  ON: Local OS Authentication
    SNMP                      OFF
    Listener Log File         /home/oracle/base/diag/tnslsnr/linux542/listener/alert/log.xml
    Listening Endpoints Summary...
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=linux542.localdomain)(PORT=1521)))
      (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=linux542.localdomain)(PORT=8080))(Presentation=HTTP)(Session=RAW))
    Services Summary...
    Service "MYDB9CHRS" has 1 instance(s).
      Instance "db11r2", status READY, has 1 handler(s) for this service...
    Service "db11r2" has 1 instance(s).
      Instance "db11r2", status READY, has 1 handler(s) for this service...
    Service "db11r2XDB" has 1 instance(s).
      Instance "db11r2", status READY, has 1 handler(s) for this service...
    The command completed successfully
    SQL>

Maybe you are looking for