Site Studio Publishing to remote websites in 11g

I'm checking to see if anyone has had success with publishing to an external site using site studio publisher. the UI seems to only allow publishing to a local file store. we are trying to publish to an external vanilla web server that does not have any knowledge of ucm/ecm.
The SSP doc states this in section 1.1:
"At some point, you may find that you would like to create a static copy of
a Web site and transfer it from an Oracle Content Server environment to a
pure web server environment that is not running an Oracle Content Server
instance."
we can work around by setting up some alternate push from the local file system to the external website but was wondering if anyone has been able to make this work natively in 11g. any response is appreciated.
thanks,
Robert

You only need to install the Subscription Client on the target server, and it will unzip the HTML to the correct places.

Similar Messages

  • Site Studio Publisher and WebURLMaps

    I'm attempting to create a static copy of a Site Studio site using the SS Publisher. I've noticed that links/urls that are built using WebURLMaps on the dynamic site aren't publishing to my static location. Is this something that isn't possible? If it is, which configurations in my Site Studio Publisher Task might I have configured incorrectly? I've tried including the webmapurl directory in my Include List and things of that nature but haven't had success making it work. Ideas?

    No, unless I am misunderstanding.
    Site Studio Publisher is specifically designed to work with Site Studio websites.
    What do you mean by non Site Studio website?
    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

  • 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

  • Site Studio Publishing Utility fails with  HTTP rsponse 403 for URL

    Just installed Publisher with Subscription Client. The two pieces seem to work together until I start a replication. Then I get the following a number of times and it stops.
    [1]IOException: Server returned HTTP response code: 403 for URL: http://localhost:9180/MTKRSite/groups/public/documents/web_content/002310.htm http://localhost:9180/MTKRSite/groups/public/documents/web_content/002310.htm
    It the Publisher is trying to get content item 002310 there isn't one there.
    In the Publisher directory offers I see the web site but no content.
    I am really confused because I cannot figure out why it would try to get content 002310.
    Thanks for any help.
    Art

    The problem is now solved. For those that are using the product here is a hint of where to look.
    In the Oracle Site Studio Publishing Utility\offers\31 directory there is a file urlmap.txt. urlmap.txt has all the URL's that are going to be retrieved. If the publishing utility cannot get a file then look into this file and see why it is trying to retrieve it. If necessary a filterset that excludes the missing file can be coded in the sitestudo.config file.

  • Site Studio Publishing Utility (SSPU) HTML/ZIP?

    Hi,
    I am in the process of implementing the Site Studio Publishing Utility to publish a site to an FTP target.
    I had assumed that the site would be published as HTML files as the documentation suggests... however it is infact publishing a zip file.
    Is there anyway to get the SSPU to publish the HTML and associated files directly? I want to prevent the need for the files to be extracted (whether manually or automated).
    Thanks

    You only need to install the Subscription Client on the target server, and it will unzip the HTML to the correct places.

  • Site Studio Publisher in 11g doesn't do what it says on the box

    I was wondering if anyone else had managed to get a sensible answer to how SSP in 11g publishes it's content? I know that a similar question has been asked here without response.
    The documentation states that it can be used to push content to a web server for consumption but isn't totally clear how that is done. The documentation would seem to say that it uses the Filter sets to push to the target server
    download.oracle.com/docs/cd/E14571_01/doc.1111/e10618.pdf section A2.8
    The intention is for a Contribution server only with no UCM Consumption instance and the content (mainly static) being published on webservers.
    We have raised this now a couple of times with Oracle Account managers to get a clear steer on this.
    The response?
    The last response we had was that SSP doesn't do what we want and that we need to buy/procure a 3rd party product to do the publication.
    When I pointed out that this would seem to be a backward step in that Oracle have removed functionality there was no real response.
    Has anyone else had such a response from Oracle or have they had a meaningful reply that explains how SSP is not going backwards and will actually perform its task?
    I'd like a sensible answer somewhere along the line as would I expect anyone contemplating migrating to 11g.
    Ed

    We had to pursue this in relation to a project I have. We haven't gone this route but the key seems to be WebLogic Server and Oracle Web Cache. This is essentially a reverse proxy but with additional features.
    Now to find someone who has already done it!

  • Site Studio Publishing Utility (On-Demand Publishing)

    Hello,
    We are currently evaluating the Oracle / Stellent product Suite. One thing we thing is immediate publishing of static content (for time-sensitive information, earnings releases, etc). Is it possible to setup a job on the SSPU to publish certain content immediately? Rather than waiting for the entire site-crawl to see the changes? It's not something we can plan around, as we only receive some content a few minutes before it needs to be live.
    Any ideas welcome.
    Thanks,
    Dave

    Gratefully received... thank you!
    I've taken a quick scan, and first impression is that it would be good to be able to specify the section to INCLUDE rather than those to EXCLUDE as I can see this will potentially need to be modified as sections are added to the website.
    I shall look into it in more detail however, but on the face of it this will work for us (I didn't want to create a new project with a single page).
    Thanks again.

  • Site studio publishing utility

    HI!
    I have a site developed in sitestudio and I want to make an offline version of it using sspu...thing is the site has, besides its default look, another one which is accessible if i put in the url some specific parameter. I want sspu to get me this look of the site(with the parameter).
    My question is: is it possible to pass some extra parameters to the sspu so that it gets the site but considering those parameters - which influence the look of the site, so in the end it will get me that specific look of the site ?
    Any hint will be greatly appreciated !
    Regards,
    Vlad

    Hi,
    Thanks for answering. Could you elaborate a bit on the metalink thing, I'm new to this and I'm not sure how to use it ? Maybe a link to some documentation or sth...
    regards,
    Vlad

  • Not publishing entire site with all pages from site studio Designer

    Hi,
    I have created the site with one primary page & one secondary page in the site designer. I must admit that they don't have link to each other. When I publishing this site using Oracle Site studio publishing utility to a subscriber, it is publishing the primary page as index.htm in the destination. It is not pulling the secondary page. But i would like to get the entire site including the secondary page. What needs to be done to get the entire site. If you have any idea, please let me know.
    Any help would be appreciated.
    Regards & thanks,
    Nirmala Vijaya Sekhar Varre

    Hi
    One way is setting a region in secondary as 'set replaceable' and geting ssURL from the code and link them in primary page.
    Thanks
    Srinath

  • SIte Studio 11g

    Hi,
    I have migrated the website assets ,created on site studio 10 g R4 to 11g R1,but I'm not able to see these assets when I'm trying to connect using site studio 11g and there is no error in the logs as well
    Moreover the dynamic listing used doesn't show ant results on the page.
    Has any one any similar issue?
    Kindly help me with this.
    TIA

    Hi
    What is the userid/password you used ? You should be using weblogic/weblogic1 as the combination if your site is deployed to the internal WLS of JDEV . Try this out and see .
    Thanks
    Srinath

  • Search implementation on website in oracle site studio

    I m new to Oracle Site Studio & Content server and i have to implement search on the site which i have created using Oracle Site Studio designer 11g so can any one please help me out regarding that.It's urgent please.
    Thanks
    Regards
    Vijay Kumar

    Hi
    What exactly are you trying to do with searching on site ? As in by default you have the fragments which has the search code already put in it . You can directly use them for a start .
    Hope this helps .
    Thanks
    Srinath

  • Migrating Site Studio pages to 11g

    We are in the middle of an upgrade from 10gR3 to 11g, and I am trying to get our Site Studio sites working in the new environment. The Sites were originally developed in 751 and migrated up to 10gR3 in 2009. The problem is that many of the pages are now throwing JavaScript errors and not working as a result.
    When I dig into the source of the pages in error, I foundnd a reference to idcBundle.js that not longer exists in 11g. I think this script defined a lot of the functions used in base.js, such as idc.schema and idc.string. I have replaced the reference to idcBundle.js with bundle.js, and that appears to have resolved some of my issues, but I am still getting some errors in base.js with references to idc.schema ("idc.schema is not defined").
    I have been back over the doco a couple of times and found very little on this subject. Does anyone have any ideas or suggestion on this?
    Please note that I didn't develop the sites initially, so I don't know why the original developer used these scripts in the first place. I just have to get them working in 11g. Any input is greatfully received.
    Thanks,
    Alec

    Hi Remmer ,
    I tested this using the following scenario :
    1. Create a Site and set it to Secure public group
    2. Launch this site , it will show the login screen - checked tracing and it shows to redirect to GET /adfAuthentication?login=true
    and redirects to GET /cs/login/login.htm
    3. Enter the credentials - POST /cs/login/j_security_check is called and the parameters are passed as :
    j_character_encoding=UTF-8&j_username=weblogic&j_password=welcome1
    4. This again redirects to GET /adfAuthentication?login=true which in turn (if authentication is successful ) redirects to http://hostname:port/<Site>/index.htm
    So I believe this should work in your case :
    <input type="hidden" name="RedirectUrl" value="/OurSite/index.htm"/>
    Basically the current form code need to be re-designed and using the above urls / login authentication params will need to test with Redirect part .
    Create a new form and test , update this post how it works .
    We can take it forward accordingly .
    Thanks,
    Srinath
    Edited by: Srinath Menon on Jan 22, 2013 8:23 AM

  • Stellent Site Studio Website Session Management

    Hi,
    We are using Stellent Content Server 7.5.2, as well as the corresponding Site Studio Designer/Contributor component. I heard that there is no session management capability via Site Studio. In other words, we cannot_ retrieve user information from an outside source such as LDAP, upon first entry to the website, and maintain that information in session variables during the entire session that the user remains on the site.
    Is this true? And, if so, has anyone found a work around to this issue?
    Thanks in advance for any input.
    Elle

    Those options aren't available from the Manage Site page, they are only available in the Designer IDE.
    If you want those options to automatically apply you can create your own "Manage Site" page by dropping the SiteStudioManager fragment onto a page in your website. Then link the fragment to a Manager Settings file. Edit the Manager Settings so that it applies the defaults & settings you require.
    Alternatively a "Design" mode is available on the website. It's activated in the Designer IDE site Properties - specify Design Mode Role. When these users go into Contribution Mode they can switch to Design Mode.

  • To change the access URL of website created by Site Studio

    Hi all,
    An user created web site with Site Studio, the following is
    the access URL.
    http://<server>:<port>/MyProject/index.html
    But the user wants to use the following as access URL.
    http://<server>:<port>/path1/path2/MyProject/index.html
    Because the user will use the reverse proxy.
    The reverse proxy needs "/path1/path2" in URL to redirect
    to each server.
    Can the user change the URL ?
    If can, please tell me how to do it.
    Thanks.

    Carlo,
    The fact that this question has been left unanswered for over 2 months seems a little negligent on the part of Apple Support.
    This Forum is unfortunately not Apple Support. According to Apple:
    What is Apple Discussions and how can it help me? 
"Apple Discussions is a user-to-user support forum where experts and other Apple product users get together to discuss Apple products. You'll find a wealth of information about your favorite Apple hardware and software products that will help you get the most out of your purchase. You can participate in discussions about various products and topics, find solutions to help you resolve issues, ask questions, get tips and advice, and more.
    If you have a technical question about an Apple product, be sure to check out Apple's support resources first by consulting the application Help menu on your computer and visiting our Support site to view articles and more on our product support pages."
    In direct response to your questions, I would say that (as observed by the OP) anyone who subscribes to a published calendar can make a change to their desired view using the "Preferences" icon which is displayed underneath the mini-month calendars.
    There is no way that I know of to directly or conveniently change the time-range. There may be workarounds, but I could not find a suitable solution for you.
    I would recommend that you provide iCal Feedback, if you are interested in informing Apple of your desires.
    ;~)

Maybe you are looking for

  • Displaying a header on alv list

    hi there, i want to display a header on alv list. i have already used call method alvgrid->set_table_for_first_display regrads

  • 100GB usage cap

    I have come back to BT recently after having had a lot of trouble with my previous ISPs connection speeds when trying to use HD TV services. I have option 3 "unlimited" and was assured when returning to BT that using such services as iplayer,sky play

  • Default text in me51n - line position text

    Hello, I have a strange problem in production. When we start a new PR me51n, filed the first position (10), the position text is automatically filled whit a default text, that the user must delete every time. This problem is appearing only in product

  • Long Term Planning get problem!

    Hi Gurus!           I use LTP for simulation but after I run MS01, I check in MS04, no SimPlannedOrder is generated.           I'm used to do with LTP many time before but it never happend like this.           When I explode IndReq in MS04, It has a

  • Apertura apps in creative cloud

    ho installato creative cloud perché ho acquistato in abbonamento Photoshop e Lightroom, dovrebbe aprirmi le apps da dove poi fare il download dei programmi, ma cliccando apps continua a caricare senza mai aprire nulla... come posso fare?