Site Studio Installation

Hi,
I am new to UCM and need your help.
I have already installed UCM 10gr3 content server and have apache web server.
I would like to install site studio and then try to create contents and publish the same.
Can some one help me with site studio installation for my configuration.
Please also reccomand tutorials to understand site studio better interms of installation and usage.
Cheers
vivek

This error may occur if the zip you are selecting and uploading is not actually the component file. For example, you will see this error if you select the Site Studio application zip file (SiteStudio_10gR3_20080502.zip) instead of unzipping this file then selecting the component zip (sitestudio8.0.0.260.zip) from the unzipped "component" folder.
I hopes this information helps you find a solution to your difficulties.
Jon-Eric Eliker
Frontline Logic, Inc.
www.frontlinelogic.com

Similar Messages

  • Site Studio Designer

    Hi,
    I designed a website in SiteStudio Designer.But when I try to open any of the pages in browser,it is giving error as “Page not Found”.Even in the Home page,under websites,though my sitename appears,I am not able to view it.Please guide.
    Thanks in advance.

    Hi!
    Did you configure your Apache server ?
    Where you put :
    LoadModule IdcApacheAuth [CS_Dir]/shared/os/win32/lib/IdcApacheAuth2.dll
    IdcUserDB myserver [CS_Dir]/data/users/userdb.txt
    Alias /myserver "[CS_Dir]/weblayout"
    <Location "/myserver">
    DirectoryIndex portal.htm
    IdcSecurity myserver
    </Location>
    You have to add something like that :
    <Location "/">
    IdcSecurity myserver
    </Location>
    Have a look on the "Site Studio Installation Guide".
    Romain.

  • Site Studio Publishing Utility installation problem

    Hi,
    I have been having a problem installing site studio publishing utility I am using Oracle database, and I have successfully run the script called "syn_server.oracle8.sql" that came with SSPU and edited "cns.oracle.sql" with the correct database information.
    However, when I start the publishing utility (by running "cns.oracle.sh"), I get this exception. It says that the database was created for an "earlier version of Oracle site studio publishiing utility". I have tried to search for a solution, but in vain.
    Does anyone know what this is?
    Note: The output is included at the end of the post.
    Thanks in Advance.
    Ayman
    [Nov 27 06:50:42] INFO: syndicator: Loaded config file /export/home/asset/SSPU/cns.oracle.config
    [Nov 27 06:50:42] INFO: syndicator: Starting Oracle Site Studio Publishing Utility v10.1.3.3.0 on 10.0.2.15 [08:00:27:5c:22:56]
    java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
         at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
         at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
         at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
         at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
         at bootstrap.ServerStart.main(ServerStart.java:105)
    [Nov 27 06:50:44] WARNING: database: First Chance SQL Exception (INSERT INTO SINPermission(RoleID,ResourceOperationID,Scope) VALUES(-1, 29, 3)):[com.bitmechanic.sql.PooledConnection@16c79d7] exception:
    java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
         at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
         at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
         at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
         at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
         at bootstrap.ServerStart.main(ServerStart.java:105)
    java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
         at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
         at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
         at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
         at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
         at bootstrap.ServerStart.main(ServerStart.java:105)
    [Nov 27 06:50:45] WARNING: database: First Chance SQL Exception (INSERT INTO SINPermission(RoleID,ResourceOperationID,Scope) VALUES(-1, 29, 3)):[com.bitmechanic.sql.PooledConnection@12bcd4b] exception:
    java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
         at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
         at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
         at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
         at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
         at bootstrap.ServerStart.main(ServerStart.java:105)
    java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
         at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
         at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
         at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
         at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
         at bootstrap.ServerStart.main(ServerStart.java:105)
    [Nov 27 06:50:47] WARNING: database: First Chance SQL Exception (INSERT INTO SINPermission(RoleID,ResourceOperationID,Scope) VALUES(-1, 29, 3)):[com.bitmechanic.sql.PooledConnection@cf66b] exception:
    java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
         at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
         at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
         at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
         at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
         at bootstrap.ServerStart.main(ServerStart.java:105)
    [Nov 27 06:50:48] ERROR: database: Retry count exceeded. Update Failed. (INSERT INTO SINPermission(RoleID,ResourceOperationID,Scope) VALUES(-1, 29, 3)):[null]
    [Nov 27 06:50:48] ERROR: database: Error upgrading database schema exception:
    com.kinecta.util.KException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
    ; nested exception is:
         java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:703)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:631)
         at SiCloneSyndicator.SINDatabase.upgradeDatabaseSchema(SINDatabase.java:242)
         at SiCloneSyndicator.SINDatabase.open(SINDatabase.java:188)
         at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:361)
         at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
         at bootstrap.ServerStart.main(ServerStart.java:105)
    Caused by: java.sql.SQLException: ORA-02291: integrity constraint (SSPU.FK_PERMISSION1) violated - parent key not found
         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134)
         at oracle.jdbc.ttc7.TTIoer.processError(TTIoer.java:289)
         at oracle.jdbc.ttc7.Oall7.receive(Oall7.java:582)
         at oracle.jdbc.ttc7.TTC7Protocol.doOall7(TTC7Protocol.java:1986)
         at oracle.jdbc.ttc7.TTC7Protocol.parseExecuteFetch(TTC7Protocol.java:1144)
         at oracle.jdbc.driver.OracleStatement.executeNonQuery(OracleStatement.java:2152)
         at oracle.jdbc.driver.OracleStatement.doExecuteOther(OracleStatement.java:2035)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:2876)
         at oracle.jdbc.driver.OracleStatement.executeUpdate(OracleStatement.java:878)
         at SiCloneSyndicator.SINDatabase.executeUpdateEx(SINDatabase.java:664)
         ... 6 more
    [Nov 27 06:50:48] CRITICAL: database: This database was created for an earlier version of Oracle Site Studio Publishing Utility. Please upgrade the database. Current schema version is: 33. Minimum schema version is 34.
    [Nov 27 06:50:48] CRITICAL: syndicator: failed to open the database
    [Nov 27 06:50:48] CRITICAL: syndicator: Shutting down on critical error exception:
    com.kinecta.util.KException: failed to open the database
         at SiCloneSyndicator.SiCloneSyndicatorApp.init(SiCloneSyndicatorApp.java:364)
         at SiCloneSyndicator.SiCloneSyndicatorApp.createServer(SiCloneSyndicatorApp.java:97)
         at bootstrap.ServerStart.main(ServerStart.java:105)
    [Nov 27 06:50:48] INFO: syndicator: Stopping Extensions...
    [Nov 27 06:50:48] INFO: syndicator: Stopping Administration Server...
    [Nov 27 06:50:48] INFO: syndicator: Stopping Master Server...
    [Nov 27 06:50:48] INFO: syndicator: Stopping Content Server...
    [Nov 27 06:50:48] INFO: syndicator: Stopping ICE Server...
    [Nov 27 06:50:48] INFO: syndicator: Saving Config File...
    [Nov 27 06:50:48] INFO: syndicator: Stopping Logging...
    [Nov 27 06:50:49] INFO: syndicator: Closing Database Connections...
    [Nov 27 06:50:49] INFO: syndicator: Syndicator Shutdown Complete
    [Nov 27 06:50:49] INFO: syndicator: Saving Config File...
    [Nov 27 06:50:49] INFO: syndicator: Stopping Logging...
    [Nov 27 06:50:49] INFO: syndicator: Closing Database Connections...
    [Nov 27 06:50:49] INFO: syndicator: Syndicator Shutdown Complete

    Hi Ayman ,
    On your db login as administrator user (if it is oracle then "sys" user) and execute the following sql command :
    grant create sequence to user <user name> ;
    place the user name that is created for SSPU to connect with the DB .
    After that execute syn_server.oracle8.sql again and then start SSPU , this issue should be done away with then.
    Let me know how this goes .
    Thanks
    Srinath

  • Error while opening site studio designer

    Hi,
    We are getting error while opening the site studio Desiner in Server. It gives unexpected error with three options, view log, close and continue, then program just get closed.
    Yesterday we have upgraded site studio component and designer -
    Site studio designer from 10gR3(10.1.3.3.2) to 10gR3(10.1.3.5.0)
    Site studio component from 7.7.2.405 to 8.0.0.645
    This issue is not coming for the user who have installed the site studio component and designer but rest all user are facing the problem while opening site studio designer in the server.
    Below mentioned is the scanrio -
    A) All the users(UserA,UserB,UserC) have the admin access to the server.This installation has been done by UserA. UserA only able to open the SS-D and remaining all are getting error
    B) The issue is on the same machine on which site studio designer is installed.
    C) Multiple users are using same SS-Designer
    D) Error occured as soon as the userB,UserC went to select site studio designer from start menu on the same server and getting the same error.
    E) UserB who is also having admin access has tried this option of un install and re-install SS-D,but he is also not able to open the SS-D. Still only UserA is able to access the SS-D.
    Any kind of resolution much appriciated.
    Thanks and Regards,
    Sumit

    Hi,
    Thanks for the suggestions, Yes userB and userC are able to edit regedit.
    I have tried to install SS-D with userB and userC but then too both of them getting the same error, but userA is able to open SS-D.
    Error --
    <?xml version="1.0" encoding="utf-8"?>
    <?xml-stylesheet type="text/xsl" href="SSDesignerLogFile.xsl"?>
    <LOGFILE>
    <LOG SOURCE="Site Studio Designer" TYPE="INFO" DATE="02/02/11" TIME="05:39:32">Site Studio Designer Logfile Initialized</LOG>
    <LOG SOURCE="SSLoggerEngine" TYPE="WARNING" DATE="02/02/11" TIME="05:39:32">Loaded language specific resource library (C:\Program Files\Oracle\Universal Content Management\Site Studio\Designer\10gR3(10.1.3.5.0)\resources\en\SSLoggerEngineRes.dll)</LOG>
    <LOG SOURCE="SSCommonMfc" TYPE="WARNING" DATE="02/02/11" TIME="05:39:32">Failed to load language specific resource library (C:\Program Files\Oracle\Universal Content Management\Site Studio\Designer\10gR3(10.1.3.5.0)\resources\en\BCGCBProRes.dll)</LOG>
    <LOG SOURCE="SSCommonMfc" TYPE="WARNING" DATE="02/02/11" TIME="05:39:32">Loaded language specific resource library (C:\Program Files\Oracle\Universal Content Management\Site Studio\Designer\10gR3(10.1.3.5.0)\resources\en\SSCommonMfcRes.dll)</LOG>
    <LOG SOURCE="Site Studio Designer" TYPE="WARNING" DATE="02/02/11" TIME="05:39:32">Loaded language specific resource library (C:\Program Files\Oracle\Universal Content Management\Site Studio\Designer\10gR3(10.1.3.5.0)\resources\en\SiteStudioDesignerRes.dll)</LOG>
    <LOG SOURCE="SSHtmlTidy Control" TYPE="WARNING" DATE="02/02/11" TIME="05:39:34">Loaded language specific resource library (C:\Program Files\Oracle\Universal Content Management\Site Studio\Designer\10gR3(10.1.3.5.0)\resources\en\SSHtmlTidyRes.dll)</LOG>
    </LOGFILE>
    Regards,
    Sumit

  • Install different versions of Site Studio Designer...

    Hi all,
    I have to install different versions of the product in the same machine (Site Studio Designer 7.7 (currently installed) and Site Studio Designer 10g).
    When I am trying to install 10g version, I get a message to delete the previous version, and I can not install.
    I have seen that there are ways to run different versions already installed on your PC (running scripts pointing to the dll files for each version), but can not find anything on the previous step to install them.
    Can anyone help me?
    Thanks in advance

    Hi all,
    In case anyone has the same error, I've got a possible solution.
    I have changed the directory name of the Stellent Site Studio Designer 7.7. I tried to install de new version (10gR3), and I clicked 'Yes' to uninstall the previous version.
    The new installation was successfully.
    The, I had created a script to register their separate DLLs before launching. So you'll need to create a batch file for each Designer and put the following:
    C:\WINDOWS\system32\REGSVR32 /s "C:\Archivos de programa\Stellent Site Studio\Designer\7.7\SSHelp.dll"
    C:\WINDOWS\system32\REGSVR32 /s "C:\Archivos de programa\Stellent Site Studio\Designer\7.7\SSHtmlTidy.dll"
    C:\WINDOWS\system32\REGSVR32 /s "C:\Archivos de programa\Stellent Site Studio\Designer\7.7\SSLoggerEngine.dll"
    C:\WINDOWS\system32\REGSVR32 /s "C:\Archivos de programa\Stellent Site Studio\Designer\7.7\SSWebBrowserEx.dll"
    "C:\Archivos de programa\Stellent Site Studio\Designer\7.7\SiteStudioDesigner.exe"
    and similar for 10gR3 version, as indicated in the next thread: Site Studio Designer Install on windows 7 - 64 bit
    Regards.

  • Problem previewing Site Studio Data Files

    Hello,
    I'm building a JSF webcenter application, which has lots of content that's going to be published using Site Studio.
    Using Site Studio Designer, I have created:
    - An element definition (WYSIWYG)
    - A region definition that contains just the element above
    - A region template, that simply outputs the element (<!--$wcmElement("Element")-->)
    - A placeholder definition, associated to the region definition and region template above
    - Several Contributor Data Files, all of them associated to the region definition above
    On the webcenter application:
    - Content is shown using WCM_PLACEHOLDER (along with the templateDocName param)
    - A link that points to the WCM_BEGIN_EDIT_SESSION service is exposed for the authenticated users
    Additional UCM configuration:
    - UCM accounts are activated
    - Data files are categorized under the accounts created
    - There are Workflows to approve modifications on the data files
    Everything is working fine, but when reviewing content on the workflow for approval/rejection, the content itself is not displayed. Instead, it gives me the following error message: *"Region template is unavailable"*. I can see that this is the service being called to get the HTML rendition:
    http://<server:port>/cs/idcplg?IdcService=SS_QD_GET_RENDITION&coreContentOnly=1&dDocName=PIO-HOME-SERVICOSGRATUITOS&dID=45601
    After enabling the trace for "sitestudio" itens, the following gets logged:
    SSXA_GET_CACHE_SYNC_INFO [dUser=sysadmin][IsJava=1] 0.03409299999475479(secs)
         !csUserEventMessage,weblogic,ds-imesp-dof2.lab.kaizen.com.br:16200!csFileServiceReferredToBy,http://<server:port>/cs/idcplg?IdcService=REVIEW_WORKFLOW_DOC&dDocName=PIO-HOME-SERVICOSGRATUITOS&inQueueRedirect=1!csFileServiceUserAgent,Mozilla/5.0 (Windows NT 6.0; WOW64) AppleWebKit/534.24 (KHTML\, like Gecko) Chrome/11.0.696.65 Safari/534.24,GET intradoc.common.ServiceException: *!csSSQuickDiffRegionTemplateUnavailable*
         at sitestudio.quickdiff.SSQDFileServiceHandler.qdPrepareDelivery(Unknown Source)
         ... 28 more
    Am I missing something? Do I have to configure the region template somewhere else?
    Any help would be much appreciated, since I can't find any documentation about this error!
    Thanks,
    Tomy Inhauser

    After 2 days trying to fix this problem, I finally posted it on the forum. 10 minutes later, I found the cause: the content item SS_DEFAULT_REGION_TEMPLATE, which is checked-in on the installation of the Site Studio components, was missing on my environment! (ie, someone deleted it)
    Although it is clearly not a bug, it would be very nice for the error message to show the name of the region template that's unavailable, since these "system files" are not protected!

  • Site Studio 10gR3 to R4

    Hi All,
    We need to migrate from Site Stuidio 10gR3 to 10gR4.
    Our current CS config :
    Version: 10.1.3.3.2 (071031) (Build:7.2.2.184)
    SiteStudio
    03-11 (7.7.2.240)
    Compatible with Build (2008-)     Feature Extensions:SiteStudio:7.7.2.240-1.0,ContentTrackerSupport:1.0-1.0
    Classpath: $COMPONENT_DIR/classes;$COMPONENT_DIR/lib/jakarta-oro-2.0.8.jar;
    Libpath: $COMPONENT_DIR/lib
    No patches or upgrades have ever been installed on this since its installation on Feb 2008.
    Could you please guide me the way to plan this activity. I mean any sort of documentation or steps that we need to go through or check list or test plan before we carry out this activity.
    One more question :
    What are the latest versions of Content Server and Site Studio?
    Thanks,
    Nir.

    Hi Sreenath,
    Thank you for the information. When we migrate from 10gR3 to 10gR4, can we safely assume the following things:
    -- All existing customizations done on 10gR3 will continue to work on new platform versioned at 10gR4
    -- Will be able to do enhancements and add new templates on 10gR4 [SS resources and mainly templates(hcsp) ]without any side effects.
    Regards,
    Gowtham

  • Site Studio - no fragment directory in weblayout

    Hi people,
    I've just installed the SampleWiki on my Content Server, the installation worked fine but there is no images and no layout on the wiki.
    While checking on my Content Server files, I found that there was no fragment directory in the weblayout directory.
    Before installing the SampleWiki, I installed Site Studio and the CS10R3UpdateBundle.
    Does someone has an idea ? Why is there no fragment' directory ?
    Thanks,
    romain.

    I should have tested more before sending a question..
    I created the directory by myself and deployed the sample wiki fragment one more time!
    Then, all the repertories appeared in the fragments' directory...
    So, it works now.
    (I still do not understand why it hasn't worked the first time!)
    Romain.

  • Site Studio Connection 404

    I have Content Server up and running. Login and use all the different screens and install Site Studio as explained in the 'installation instructions'. To login to CS I use 'http://admgen01/test_idc' and am presented with a login screen. Login works just fine.
    Now I try the connection manager in Site Studio and use 'http://admgen01/stellent/idcplg'. Hitting the connect button I get '404 not found'.
    I am using MS. IIS and have checked its parameters and they look ok. Yep, it is using the correct filter. I tried to add 'stellent/idcplg' to weblayouts folder but this did not help (worth a try).
    Could somebody give me a clue to try or look at.
    Thanks, Art

    I'm having the same error occur. I was using the old Stellent Site Studio and could connect, and had to log in. After that, I got an error saying I was using an old Client. So, I upgraded to the Oracle 10g Site Studio.
    My URL is: <hostname.domain>/idc6/idcplg
    This is the same URL I use in a browser to access Content Server. I copy and pasted it from the browser into Site Studio. But, when I try to create a connection in site Studio, I get the error:
    Invalid response from host: 200 OK
    Bob

  • Site Studio fails to start

    I have the same issue as a previous posting (which is unanswered): When you start the site studio it attempts to get the fragments and fails.
    I have been unable to locate any settings that could potentially resolve this. This is the 10gR3 version of the CS and Site Studio (latest).
    Below is the log of the failure.
    Event generated by user 'sysadmin' at host 'tpoappsrv'. User agent is Intradoc Client and request method is GET.
    Unable to execute service GET_FILE and function computeDocID.
    (System Error: Either dID must be specified or RevisionSelectionMethod must not force the choice of a dID.) Either dID must be specified or RevisionSelectionMethod must not force the choice of a dID. [ Details ]
    An error has occurred. The stack trace below shows more information.
    !csUserEventMessage,sysadmin,tpoappsrv!csFileServiceUserAgent,Intradoc Client,GET!csServiceDataException,GET_FILE,computeDocID!$!csSystemError,\!csGetFileNeedsParameter\,Specific!csGetFileNeedsParameter,Specific
    intradoc.common.ServiceException: !csServiceDataException,GET_FILE,computeDocID!$!csSystemError,\!csGetFileNeedsParameter\,Specific
         at intradoc.server.ServiceRequestImplementor.buildServiceException(Unknown Source)
         at intradoc.server.Service.buildServiceException(Unknown Source)
         at intradoc.server.Service.createServiceExceptionEx(Unknown Source)
         at intradoc.server.Service.createServiceException(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.handleActionException(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.doAction(Unknown Source)
         at intradoc.server.Service.doAction(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.doActions(Unknown Source)
         at intradoc.server.Service.doActions(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.executeActions(Unknown Source)
         at intradoc.server.Service.executeActions(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.doRequest(Unknown Source)
         at intradoc.server.Service.doRequest(Unknown Source)
         at intradoc.server.ServiceManager.processCommand(Unknown Source)
         at intradoc.server.IdcServerThread.run(Unknown Source)
    Caused by: intradoc.data.DataException: !csGetFileNeedsParameter,Specific
         at intradoc.server.utils.FileRevisionSelectionUtils.computeDocumentRevisionMethod(Unknown Source)
         at intradoc.server.FileService.computeDocID(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at intradoc.common.IdcMethodHolder.invokeMethod(Unknown Source)
         at intradoc.common.ClassHelperUtils.executeMethodEx(Unknown Source)
         at intradoc.common.ClassHelperUtils.executeMethod(Unknown Source)
         at intradoc.server.Service.doCodeEx(Unknown Source)
         at ziprenditions.ZipRenditionsHandler.callMethodRecursively(ZipRenditionsHandler.java:1457)
         at ziprenditions.ZipRenditionsHandler.computeDocID(ZipRenditionsHandler.java:650)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at intradoc.common.IdcMethodHolder.invokeMethod(Unknown Source)
         at intradoc.common.ClassHelperUtils.executeMethodReportStatus(Unknown Source)
         at intradoc.server.ServiceHandler.executeAction(Unknown Source)
         at intradoc.server.Service.doCodeEx(Unknown Source)
         at intradoc.server.Service.doCode(Unknown Source)
         ... 10 more

    Sorry for the omission - This is a brand new installation on Windows 3000 SP2. I can open everything in the manager on the content server itself and everything appears to be configured and the types seem right. I am redownloading the pieces - there is some confusion on the dynamic converter - which was not in any of the packages downloaded previously - so I will try some of the other packages (there are two versions of the DocMan - so maybe one has the converter) the docs say this module plays a part in the checkin process - we will see.
    The 10gR2 database is on a seperate server. Also Win 3k SP2.
    I went through the cs logs and found some issues with the classified documents option as well - I will try to clean that up - who knows - so many moving parts.

  • Error in Web Location path when importing Site Studio Backup Archives

    Hi,
    Webcenter Content version 11.1.1.5.0 running on Linux.
    I have successfully (according to the archive logs) imported two Site Studio Backup Archives: Ravenna Hosting and Site Studio Samples.
    I've not had a problem before with these archive files (installed successfully on my local Windows installation of 11g), but on our DEV server the Web Location path is incorrect.
    Somehow the archive process has introduced the below directory structure:
    /mdaw/mdax/~edisp/
    Example expected location: .../groups/public/documents/wcmwebasset/oracle_logo_15h.png
    Imported location: .../groups/public/weblayout/groups/public/documents/wcmwebasset/mdaw/mdax/~edisp/oracle_logo_15h.png
    - The sites are visible but with broken images
    - The Site Studio Assets can be seen in Site Studio Designer
    - The Web Location path on all content items is incorrect and points to the wrong path
    - Archive has proven to work before (same physical file) and the path information within it appears correct
    Copying the files results in the images appearing but obviously the Web Location defined within the content items is still incorrect.
    Whilst Ravenna Hosting site looks OK after copying the files, the Site Studio Sample site is totally broken.
    Obviously the underlying import issue needs to be resolved - has anyone come across the underlying issue (the insertion of an incorrect directory structure)?
    Has anyone any advice on a solution so I can re-import the archive with the files being written to the correct Web Locations?
    Thanks in advance
    Edited by: user615721 on Aug 25, 2011 12:26 PM

    The issue is the result of a new feature introduced in version 11.1.1.4.0 called the 'Dispersion Rule'.
    All legacy archive will hit this in the future release, but there is a work-around documented here: http://blogs.oracle.com/ecmarch/entry/working_with_the_new_fsp_dispe
    Edited by: user615721 on Aug 25, 2011 2:09 PM

  • OSM Service Studio installation in eclipse - missing files in installpack

    Hello,
    we are trying to install the neccessary updates in eclipse according to the document "Oracle Communications Studio Version 3.0.0" to run OSM Service Studio.
    however eclipse complain: "Service Studio for Order and Service Management Integration (1.0.0.v200805122103-b276) requires plug-in "com.mslv.studio.activation (3.0.0)", or compatible." when we try to install com.mslv.studio.provisioning.integration.feature_1.0.0.v200805122103-b276.jar from a local install site.
    When I look i the documentation on page 20 I realise that the following modules are missing in the downloaded file with updates V13266-01.zip (provided from edelivery.oracle.com):
    (1) Service Studio for Activation 3.0.0
    (2) Service Studio for Activation SRT 3.0.0
    (3) Service Studio for Inventory 1.0.1
    Have somebody else had this problem and solved it?
    //Jesper

    Hi,
    I found this article under subject "Where To Find Activation And Inventory Plugins For OSM Service Studio Installation" in My Oracle Support
    Goal:
    Where can one find the Service Creation Environment (a.k.a. Service Studio) files for Activation and Inventory?
    The documentation states that these components are necessary:
    (1) Service Studio for Activation
    (2) Service Studio for Activation SRT
    (3) Service Studio for Inventory
    Solution:
    Download the "Oracle Communications Service Creation Environment x.x Software and Documentation" package from each Media Pack on eDelivery.Oracle.com :
    (Activation) Oracle Communications ASAP
    (Inventory) Oracle Communications Unified Inventory Management
    (Provisioning) Oracle Communications Order and Service Management
    Search on Oracle Communications products.
    Maybe this will help. However after choosing the Oracle Communications product line and platform as Sun Solaris(64-bit), it listing did not show the aforementioned package. You may as well try. Do let me know if you are able to download the package.
    Thanks

  • Uninstalling site studio properly

    I did the uninstallation of site studio following the chapter 6 of site studio
    installaion guide.
    Every time I am doing installation back the old configuration is seen in the
    site studio which is corrupt. I am not able to see any fragments in the site
    studio. Also the old sites that I created for testing are coming up. This is
    happening even after uninstallation of UCM.
    What could be the problem?
    -Pratap

    Hey Pratap,
    since fragments, sites, templates and many other things are stored inside the UCM; so even after re-installation they would still be available to you. If you dont want them delete them from the UCM side.
    What old configuration are you talking about. Please throw some light on this.
    cheers,
    sapan

  • Oracle site studio designer 11g location issue

    I have oracle UCM 1g installed.
    I am not able to see My downloads option in My content server page, where i want to download Oracle site studio designer 11g.
    Is there any other option/site to download Oracle site studio designer 11g.

    As Ryan stated, you should determine why you cannot find the download in My Downloads.
    However, you should be able to find the Designer installer located in the component zip at this location: component/SiteStudio/support/downloads/designer/setup.exe
    http://download.oracle.com/otn/content_management/ucm11g/sitestudio_11.1.1.6.0.zip
    Jonathan
    http://jonathanhult.com

  • Site Studio publisher utility error

    Hi,
    I am a bit new to UCM. I am trying to publish a site created using site-studio. For this, from what i inferred from the documentations, was to use the site-studio publishing utility. So to run the utility, i try and run the cns.oracle bat file on my windows machine. I have made the appropriate changes in the cns.oracle config file. Now when i run the batch file i get a java.sqlexception: table or view doesnt exist.
    Can anybody guide me on this or am i missing something. I went throught the installation docs and it say i need to create the required tables using the syn_server.oracle8.sql. But i cannot find any sql file named so in the place where my content server is installed.
    Thanks in advance

    Hi
    I downloaded the Site Studio Publishing Utility 10gR3 today from the Oracle website. It has two folders SiteStudioPublishingUtility and SubscriptionClient. These both folders have conf, lib, unix, win32. But sql directory folder is not there.
    Anybody has any idea about it.
    Regards

Maybe you are looking for

  • HT1933 I want to cancel an order

    I want to cancel am order in iTunes the payment is scheduled tomorrow

  • Material Batch in Production Order

    Good afternoon, We have the scenario where a Material batch is only allowed in ONE production order, for example: Material 123, Batch A: Qty50 Material 123, Batch B: Qty50 I have a production Order that requires 75 of Material 123. The production Ord

  • I am new in oracle mapviewer

    I download mapviewer_11.1.1.7.2_qs and my database is 11g I install mapviewer kit glassfish and download mvdemo I have error is no cach_map and no metadata in my data can anybody help me and keep in tach with me for future

  • Reg; Installing CRM in cluster system error

    Hi Experts , While installing CRM in cluster environment i am getting bellow error in ASCS instance the step install instance basic . Kindly advise ERROR 2011-12-18 08:07:06.738 FSL-06002  Error 1722 (The RPC server is unavailable. ) in execution of

  • Next extents for database loads Should I cange default?

    Should I increase the next extent of a table like VBAK from the sap default to something higher. Will I gain any performance if I change initial/next extent that is set for 16 up to say 10,000 if I am loaded 3 million sales orders? Thanks much folks