Installation of the Complutense University of MADRID - need your help very badly - please help

omg!!!!!!!!!!!!!! I had a moment difficult installing oracle UCM in my system...
I managed to get the homepage but wen I click on a link, it says

"The/idc3/idcplg requested URL was not found on this server."

My induction is that iam not configure my cgi properly Setup in apache...

Here are the necessary info:

OS: WIndows 7
Web server: apache 2.2

Please find my file config apache below: (httd.conf)

#
# This is the main Apache HTTP server configuration file. It contains the
configuration directives # that give the server its instructions.
# See < URL: http://httpd.apache.org/docs/2.2 > for more information.
# See especially
# < URL: http://httpd.apache.org/docs/2.2/mod/directives.html >
# for an analysis of each configuration directive.
#
# Do NOT simply read the instructions here without understanding
# what they do. They are there only as advice or reminders. If you do not know
# consult the online documentation. You have been warned.
#
# Configuration and logfile names: If the file names that you specify for a lot
number of files in server control begin by "/" (or "drive: / 'for Win32 '), the
# server uses this explicit path. If the file names do not start
# with "/", the value of ServerRoot directive is preceded by - so "logs/foo.log.
# with ServerRoot value "(x 86) C:/Program Files/Apache Software Foundation/Apache2.» 2' will be interpreted by the
# Server as "(x 86) C:/Program Files/Apache Software Foundation/Apache2.2/logs/foo.log".
#
# NOTE: Where file names are specified, you must use forward slashes
# instead of backslashes (e.g. "c:/apache" instead of "c:\apache").
# If a drive letter is omitted, the drive on which httpd.exe is located
# will be used by default. It is recommended that you always provide
# an explicit drive letter in absolute paths to avoid confusion.

#
# ServerRoot: The top of the directory under which the server tree
# configuration, error and the log files are kept.
#
# Do not add a bar slash at the end of the directory path. If you point
# ServerRoot to non-local disk, remember to point the LockFile directive
# to a local disk. If you want to share the same multiple ServerRoot
demons of # httpd, you will need to change at least the LockFile and PidFile.
#
ServerRoot "C:/Program Files (x 86) /Apache Software Foundation/Apache2.» 2. "

#
# Listen: Allows you to bind Apache to specific IP addresses and/or
ports #, instead of the default value. See also the < VirtualHost >
directive #.
#
# Change this to listen on specific IP addresses below for
# prevent Apache glomming on all related IP addresses.
#
#Listen 12.34.56.78:80
Listen to 90

#
# Dynamic Shared Object (DSO) Support
#
# To be able to use the features of a module that was built as a DSO you
# duty place corresponding 'LoadModule' lines at this location until the
# the directives that it contained are actually available before their use.
# Modules statically compiled (those listed by "httpd-l") is not necessary
# to be responsible here.
#
# Example:
# LoadModule foo_module modules/mod_foo.so
#
LoadModule modules/mod_actions.so actions_module
LoadModule alias_module modules/mod_alias.so
LoadModule modules/mod_asis.so asis_module
LoadModule auth_basic_module modules/mod_auth_basic.so
#LoadModule auth_digest_module modules/mod_auth_digest.so
#LoadModule authn_alias_module modules/mod_authn_alias.so
#LoadModule authn_anon_module modules/mod_authn_anon.so
#LoadModule authn_dbd_module modules/mod_authn_dbd.so
#LoadModule authn_dbm_module modules/mod_authn_dbm.so
LoadModule modules/mod_authn_default.so authn_default_module
LoadModule authn_file_module modules/mod_authn_file.so
#LoadModule authnz_ldap_module modules/mod_authnz_ldap.so
#LoadModule authz_dbm_module modules/mod_authz_dbm.so
LoadModule modules/mod_authz_default.so authz_default_module
LoadModule modules/mod_authz_groupfile.so authz_groupfile_module
LoadModule modules/mod_authz_host.so authz_host_module
#LoadModule authz_owner_module modules/mod_authz_owner.so
LoadModule modules/mod_authz_user.so authz_user_module
LoadModule autoindex_module modules/mod_autoindex.so
#LoadModule cache_module modules/mod_cache.so
#LoadModule cern_meta_module modules/mod_cern_meta.so
LoadModule modules/mod_cgi.so cgi_module
#LoadModule charset_lite_module modules/mod_charset_lite.so
#LoadModule dav_module modules/mod_dav.so
#LoadModule dav_fs_module modules/mod_dav_fs.so
#LoadModule dav_lock_module modules/mod_dav_lock.so
#LoadModule dbd_module modules/mod_dbd.so
Modules/mod_deflate.so deflate_module #LoadModule
LoadModule modules/mod_dir.so dir_module
#LoadModule disk_cache_module modules/mod_disk_cache.so
#LoadModule dumpio_module modules/mod_dumpio.so
LoadModule env_module modules/mod_env.so
#LoadModule modules/mod_expires.so expires_module
#LoadModule ext_filter_module modules/mod_ext_filter.so
#LoadModule file_cache_module modules/mod_file_cache.so
#LoadModule filter_module modules/mod_filter.so
#LoadModule modules/mod_headers.so headers_module
#LoadModule ident_module modules/mod_ident.so
#LoadModule imagemap_module modules/mod_imagemap.so
LoadModule modules/mod_include.so include_module
#LoadModule info_module modules/mod_info.so
LoadModule modules/mod_isapi.so isapi_module
#LoadModule ldap_module modules/mod_ldap.so
#LoadModule logio_module modules/mod_logio.so
LoadModule log_config_module modules/mod_log_config.so
#LoadModule log_forensic_module modules/mod_log_forensic.so
#LoadModule mem_cache_module modules/mod_mem_cache.so
LoadModule mime_module modules/mod_mime.so
#LoadModule mime_magic_module modules/mod_mime_magic.so
LoadModule negotiation_module modules/mod_negotiation.so
#LoadModule modules/mod_proxy.so proxy_module
#LoadModule proxy_ajp_module modules/mod_proxy_ajp.so
Proxy_balancer_module modules/mod_proxy_balancer.so #LoadModule
Modules/mod_proxy_connect.so proxy_connect_module #LoadModule
Proxy_ftp_module modules/mod_proxy_ftp.so #LoadModule
Modules/mod_proxy_http.so proxy_http_module #LoadModule
#LoadModule proxy_scgi_module modules/mod_proxy_scgi.so
#LoadModule reqtimeout_module modules/mod_reqtimeout.so
#LoadModule rewrite_module modules/mod_rewrite.so
LoadModule setenvif_module modules/mod_setenvif.so
Modules/mod_speling.so speling_module #LoadModule
Modules/mod_ssl.so ssl_module #LoadModule
#LoadModule modules/mod_status.so status_module
#LoadModule substitute_module modules/mod_substitute.so
#LoadModule unique_id_module modules/mod_unique_id.so
#LoadModule userdir_module modules/mod_userdir.so
#LoadModule usertrack_module modules/mod_usertrack.so
#LoadModule version_module modules/mod_version.so
#LoadModule vhost_alias_module modules/mod_vhost_alias.so

< IfModule! mpm_netware_module >
< IfModule! mpm_winnt_module >
#
# If you want httpd to run as a different user or group, you must run
# httpd as root initially and it will pass.
#
# Group / user: the name (or #number) of the user/group to run httpd as.
# It is generally advisable to create a dedicated and aggregatable for user
# httpd, as with most system services are running.
#
Demon of the user
Daemon group

< / IfModule >
< / IfModule >

Server configuration # 'hand '.
#
# The directives in this section implement the values used by the 'hand '.
# Server, which meets all demands that are not managed by a
definition of # < VirtualHost >. These values also provide defaults for
# all < VirtualHost > containers you can set later in the file.
#
# All these directives may appear inside containers < VirtualHost >,.
# in which case the value default parameters will be substituted for the
virtual host of # being defined.
#

#
# ServerAdmin: Your address, where problems with the server should be
# e-mail. This address appears on some generated by the page server, such
# as error documents. for example [email protected]
#
ServerAdmin [email protected]

#
# ServerName gives the name and the port used by the server to identify itself.
# This can often be determined automatically, but we recommend that you specify
# explicitly to avoid problems during startup.
#
# If your host doesn't have a registered DNS name, enter its IP address here.
#
#ServerName bhuramish - HP.vc.shawcable .net: 80

#
# DocumentRoot: The directory you are going to use your
documents #. By default, all requests are taken from this directory, but
aliases and symlinks # can be used to point to other locations.
#
#DocumentRoot "C:/Program Files (x 86) /Apache Software Foundation/Apache2.2/htdocs.
DocumentRoot "C:/Oracle/ucm/server3/weblayout.

#
# Each directory that Apache has access can be configured in respect
# to which services and features are allowed and/or disabled in this
# Directory (and its subdirectories).
#
# Everything first, we configure the 'default' to be a very restrictive of game
features #.
#
< directory / >
Options FollowSymLinks
AllowOverride None
Order deny, allow
Refuse to all the
< / Book >

#
# Note that, from this point forward you must precisely enable
features special # to be enabled - so if something doesn't work not as
# you might expect, make sure that you have specifically enabled it
# below.
#

#
# This should be replaced by what you set DocumentRoot.
#
# < directory "C:/Program Files (x 86) /Apache Software Foundation/Apache2.2/htdocs" >
< directory "C:/Oracle/ucm/server3/weblayout" >
#
# Possible values for the Options directive are "None", "All."
# or any combination of:
# Indexes includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews
#
# Note that "MultiViews" must be named explicitly -'all Options '.
# is not give it to you.
#
# The Options directive is complex and important. Please see
# http://httpd.apache.org/docs/2.2/mod/core.html#options
# For more information.
#
Options Indexes FollowSymLinks

#
# AllowOverride controls what directives may be placed in .htaccess files.
# It can be 'All', 'None', or any combination of key words:
# Options FileInfo AuthConfig Limit
#
AllowOverride None

#
# Controls who can get stuff from this server.
#
Order allow, deny
Allow all the

< / Book >

#
# DirectoryIndex: sets the file Apache will serve if a directory
# is requested.
#
< IfModule /idc3 >
DirectoryIndex portal.htm
IdcSecurity idc3
< / IfModule >

#
# The following lines prevent the .htaccess and .htpasswd files to be
# seen by customers of the Web.
#
< FilesMatch "^ \.ht" > "".
Order allow, deny
Refuse to all the
Meet all
< / FilesMatch >

#
# ErrorLog: The location of the error log file.
# If you do not specify an ErrorLog directive in a < VirtualHost >
# container, error messages related to this virtual host will be
# logged here. If you do define a for a < VirtualHost > error log
container of #, that host errors will be logged there and not here.
#
ErrorLog logs / 'error.log '.

#
# LogLevel: Control the number of messages in the error_log.
# Possible values include: debug, info, notice, warn, error, crit,.
# emerg, alert.
#
LogLevel warn

< IfModule log_config_module >
#
# The following directives define some nicknames format for use with
# a directive CustomLog (see below).
#
"LogFormat '%%u %t \"%r\ hour' % > s \"%{Referer}i\ %b" \"%{User-Agent}i\" "handset"
"LogFormat '%%u %t \"%r\ hour' % > s %b "commune

< IfModule logio_module >
# You must enable mod_logio.c use %I and frequency
"" LogFormat '%%u %t \"%r\ hour' % > s %b \"%{Referer}i\ "\"%{User-Agent}i\ "%I %o "combinedio
< / IfModule >

#
# The location and format of the access (Common Log Format) log file.
# If you do not have any logfiles access set in a < VirtualHost >
container of #, they will be saved here. On the other hand, if you the do
# define per - < VirtualHost > access logfiles, transactions will be
# logged there and not in this file.
#
Common CustomLog "logs/access.log.

#
# If you prefer a log file of access, agent, and referer information
# (Combined logfile format) you can use the following directive.
#
#CustomLog "logs/access.log' combined
< / IfModule >

< IfModule alias_module >
#
# Redirect: Allows to tell clients the documents used for
# exist in your server's namespace, but no more. The customer
# make a new request for the document at its new location.
# Example:
# Redirect permanent/foo http://bhuramish-HP.vc.shawcable.net/bar

#
# Alias: Maps web paths into paths of file system and is used to
# access content that don't live under the DocumentRoot directive.
# Example:
LoadModule IdcApacheAuth C:/Oracle/ucm/server3/shared/os/win32/lib/IdcApache22Auth.dll
IdcUserDB idc 'C:/Oracle/ucm/server3/data/users/userdb.txt '.
Alias /idc3 C:/Oracle/ucm/server3/weblayout
< /idc3 location >
Order allow, deny
Allow all the
DirectoryIndex portal.htm
IdcSecurity idc3
< / location >
#
# If you include a trailing / on /webpath, then the server will be
# require that he be present in the URL. It is also likely that
# duty provide a < Directory > section to allow access to
# the path to the file system.

#
# ScriptAlias: This controls which directories contain server scripts.
# ScriptAliases are essentially the same as assumed names, except that
# documents in the target directory are treated as applications and
# executed by the server on demand, rather than as documents sent to the
client of #. The same regulation on flight "/" applies to the ScriptAlias
# as for the Alias directives.
#
ScriptAlias /idcplg/ "C:/Oracle/ucm/server3/weblayout / '.

< / IfModule >

< IfModule cgid_module >
#
# ScriptSock: On threaded servers, refers to the access path to the UNIX
decision # used to communicate with the CGI mod_cgid daemon.
#
Newspapers/cgisock #Scriptsock
< / IfModule >

#
# "C:/Program Files (x 86) /Apache Software Foundation/Apache2.2/cgi-bin" should be replaced by everything that your ScriptAlias
# CGI directory exists, if you have set up.
#
< directory "C:\Oracle\ucm\server3\weblayout" >
AllowOverride None
None of the options
Order allow, deny
Allow all the
< / Book >

#
# DefaultType: Server default MIME type used for a document
# If it cannot establish also as file name extensions.
# If your server contains mainly text or HTML documents, it is "text/plain".
# a good value. If your content is binary, such as applications
# or images, you can use "application/octet-stream" instead of
# Keep browsers try to view binary files, as if they were
# text.
#
DefaultType text/plain

< IfModule mime_module >
#
# TypesConfig points to the file containing the list of mappings from
# MIME file extension - type.
#
TypesConfig conf/mime.types

#
# AddType allows you to add or replace the MIME configuration
# the file specified in TypesConfig for specific file types.
#
#AddType application/x-gzip .tgz
#
# AddEncoding allows you to have certain browsers uncompress
# information on the fly. Note: Not all browsers support this.
#
#AddEncoding x-compress. Z
#AddEncoding x-gzip .gz .tgz
#
# If the AddEncoding directives above are commented out, then you
# should probably define these extensions to indicate media types:
#
AddType application/x-compress. Z
AddType application/x-gzip .gz .tgz

#
# AddHandler allows you to map certain "manipulators": file extensions
# No actions associated with the file type. It can be either integrated into the server
# or added to the directive of the Action (see below)
#
# To use CGI outside of ScriptAlias directories scripts:
# (You will also need to add "ExecCGI" to the "Options" directive.)
#
AddHandler cgi-script .cgi

# For maps of type (negotiated resources):
#AddHandler type-plan of the var

#
# Filters allow you to process content before sending it to the client.
#
# To parse .shtml for server-side includes (SSI) files:
# (You will also need to add "Includes" the "Options" directive.)
#
#AddType text/html .shtml
#AddOutputFilter INCLUDES .shtml
< / IfModule >

#
# The mod_mime_magic module allows the server to use various boards of the
content of the file itself to determine its type. The MIMEMagicFile
# directive tells the module where the definitions of suspicion.
#
#MIMEMagicFile conf/magic

#
# Customizable error responses come in three flavors:
((# 1) text 2) local redirects 3) external redirects
#
# Examples:
#Error Document 500 "The server made a boo boo".
#Error Document 404 Missing.html
#Error Document 404 "/cgi-bin/missing_handler.pl"
#Error Document 402 http://bhuramish-HP.VC.shawcable.NET/subscription_info.html
#

#
# MaxRanges: Number of channels in a Maximum request before
# return the resource, or 0 for unlimited
# Default is to accept 200 lines
#MaxRanges 0

#
# EnableMMAP and EnableSendfile: on systems that support.
projection in memory # or the sendfile syscall is used to deliver
# files. Usually, this improves the performance of the server, but must
# turn off when mounted network is served
# file systems or if support for these functions is also
# broken on your system.
#
#EnableMMAP off
#EnableSendfile off

# Additional configuration
#
# The configuration files in the conf/extra/directory can be
# included to add additional features or change the default configuration
# the server, or you can simply copy their content here and change as
# necessary.

# Server-pool management (MPM specific)
#Include conf/extra/httpd-mpm.conf

# Multilingual error messages
#Include conf/extra/httpd-multilang-errordoc.conf

# Entries to the fancy directory
#Include conf/extra/httpd-autoindex.conf

# Language settings
#Include conf/extra/httpd-languages.conf

# User directories
#Include conf/extra/httpd-userdir.conf

# Info in real time on the applications and configuration
#Include conf/extra/httpd-info.conf

# Virtual hosts
#Include conf/extra/httpd-vhosts.conf

# Local access to the manual for the Apache HTTP Server
#Include conf/extra/httpd-manual.conf

# Distributed authoring and versioning (WebDAV)
#Include conf/extra/httpd-dav.conf

# Various default settings
#Include conf/extra/httpd-default.conf

# Secure connections (SSL/TLS)
#Include conf/extra/httpd-ssl.conf
#
# Note: The following text should be present to support
# start without SSL on platforms without equivalent/dev/random
but # a statically compiled in mod_ssl.
#
< IfModule ssl_module >
SSLRandomSeed startup builtin
SSLRandomSeed connect builtin
< / IfModule >

My CONFIG.cfg file:

<? jcharset cfg = "UTF8"? >
Server #Content System Properties
IDC_Name = idc3
IdcProductName = idccs
SystemLocale = English-United States
InstanceMenuLabel = idc3
InstanceDescription = idc3 content server
SocketHostAddressSecurityFilter = 127.0.0.1

Variable #Database
IsJdbc = true
JdbcDriver = net .sourceforge .jtds .jdbc .driver
JdbcConnectionString = jdbc:jtds:sqlserver://bhuramish-HP:1433 / OracleECM
JdbcUser = ecm
JdbcPassword = VZU64a2zvfxn4H/vxFslVk0wdHELfmeJ4z + xMB5g4Rw =
JdbcPasswordEncoding = Intradoc

Variable #Internet
HttpServerAddress = bhuramish - HP: 90
Mail = mail server
SysAdminAddress=sysadmin@mail
HttpRelativeWebRoot = / idc3.
CgiFileName = idcplg
UseSSL =
WebProxyAdminServer = true

#General option Variables

Variable #Additional
DatabaseType = mssql
JAVA_CLASSPATH_customjdbc=$SharedDir/classes/jTDS-1.2.4.jar
SearchIndexerEngineName = DATABASE. METADATA
Server web apache =
IdcAdminServerPort = 2220
IntradocServerPort = 2222

Please help me on this... I worked in stellent IBPM 7.6 sp2 in a large cpompany and never had the opportunity to work on Setup frm scrach...

See you soon
Vivek

Published by: 887781 on September 27, 2011 19:10

Hello

instance of #ucm10g

LoadModule IdcApacheAuth IdcApache22Auth.dll
Idc3 IdcUserDB '/data/users/userdb.txt '.

/Idc3 alias "/weblayout".

Order allow, deny
Allow all the
DirectoryIndex portal.htm
IdcSecurity idc3

This is how apache entries must be.

Make the changes as above, and then restart Apache, Complutense University of Madrid.

Test to see if the problem still persists.

Thank you
Srinath

Tags: Fusion Middleware

Similar Questions

  • How to re-create the database from the Complutense University of MADRID

    «I was able to change the connection DB from one to the other by changing the settings through the ' system properties '.» However, there are a few objects (tables) database created during installation of the Complutense University of MADRID. is there anyway that I can go to the new database and database get UCM objects re-created without re-installation of the UCM? It seems some sql scripts in the database directory, but I don't know how to operate, the order and setting are not clear for me.

    Thank you

    Hello

    One thing you can do to recreate the default tables and columns is to run the script all.sql on the DB that is specific for your db. If you want to just recreate a replica of the image then extract the ddl from your current database instructions and put it in a sql script that run directly on the another instance of db. In this case make sure you change instance specifc details in the extracted ddl script and replace with the instance details latest as the table space name, the user name will execute it and like wise.

    Another way would be to use archiver to create the batch file export for tables and then imported to the target instance. The way out for this is to go to Archiver Applet - create new Archive - Export - Tables and here and include any tables that are there in the content server.

    Hope this helps

    Thank you
    Srinath

  • Activation of accounts at the Complutense University of MADRID

    I installation of security groups and enabled accounts in AAU and my Complutense University of MADRID is integrated with LDAP. I have adequate structure of LDAP configuration that gives permission to rwd/rw/rwda of the user on each piece of content to the Complutense University of MADRID (the part of the accounts) and also roels of installation that are mapped to a permissions, d, w, r of the security group. Now, when I had not activated accounts, a normal public user could just navigate to the site without problems and see the website without loging in many course.

    Here's my problem. Above works fine when a user CONNECTS to the Web site of contribution/edit current content. But my problem is when I want someone to be able to navigate the site. This could be ANY user or public user. When I navigate on the public site, I wish people just see the site normally (like before the account activation). And when an internal user press 'ctrl + shift + F5' they can identify and can contribute or edit a current input file if they are allowed to do.

    So when a normal or public user navigates the site a blank page just appears without any content at all. When I press ctrl + shift + f5, I am able to see the content and modify it, and when I get out of the mode of contribution... blank page back again. then obviously there is something wrong with READ permission for a public user. I have a security group and an account of this piece of content (file input), but do not know how to fix this problem. Can someone help me with this please? Thanks in advance.

    The 'anonymous' in the Complutense University of MADRID user is defined by the following: the role of 'Guest' and the configuration variable "DefaultAccounts".

    For example, you can put this to the account:
    DefaultAccounts = #all (R)

    So as long as both have access (R) ead to the function of the content, your site, who should be her.

    Good luck and please give points according to the needs.

  • creation of custom in the Complutense University of MADRID component

    Hi all

    I'm a newbie in the Complutense University of MADRID. I need to created a component custom that will insert and update the record in the table of the Complutense University of MADRID. How to do this? I can't find any example on google.

    its urgent assistance please.

    Check the samples component how-to for Oracle UCM 11g | Bex Huff

    There is a single component, DataAccess, that shows exactly how.

  • user autherization at the Complutense University of MADRID.

    Hi all

    Please, help me to understand next.
    -> 11 g authentication is carried out thorugh Admin Server.
    -> When we configure a new provider and reorganization of albums, autherization user takes plase from there only.
    -> we need create a ldapProvider at the University Complutense of MADRID after you have created the new Admin Server provider.
    -> what is the purpose of jpsUserProvider in above senerio.
    -> for built-in ldap users mapped to the role/account r group.
    -> should we create role account with the same name at the University Complutense of MADRID also?

    These are the fundamental issues that I'm not able to understand in the oracle documentation.

    any help is much appreciated. (Please provide a few entries, I hv been through security oracle docs section in the Administrator's guide)
    Thank you
    -Yves

    Hello

    --> 11 g authentication is performed Server Admin thorugh.

    WLS is the central Security Manager where the authenticator of security provider like authenticator by default (for Embedded LDAP), OIDAUthenticator (for the OID), ADAUthenticator (for AD) etc. are created when any external identity store must be used for the AAU.

    --> When configure us a new provider and reorganize top autherization user takes plase from there only.

    That is right. It is one of the steps that must be accomplished where configure WLS security providers. With PS5, we can have several providers authentication and using her virtualize indicator = true in the security xml file, users can be authenticated from these multiple sources.

    --> do we need to create ldapProvider at the Complutense University of MADRID after you have created the new Admin Server provider.

    No.. It is supported to WLS.

    --> What is use of jpsUserProvider in high senerio.

    Read / available to users at the AAU of WLS.

    --> for ldap integrated users mapped to the role/account r group.

    For all groups of cases LDAP / AD are mapped as the roles at the Complutense University of MADRID.

    -> do we need create the role account with the same name in the UCM too?

    No.. You can use the credentials to map the LDAP group / accounts to the roles of the UCM / accounts.

    I hope this helps.

    Thank you
    Srinath

  • Using webservices to archive files to the Complutense University of MADRID

    Hi all.

    We are trying to perform some tests to the Complutense University of MADRID, but we do not see many examples on this subject.
    That's what we want to do:

    We want to use Web services for archiving of files at the Complutense University of MADRID.

    How?

    1. we will develop a java application
    2 inside of the application, there will be a button that calls the Web service
    3 after the Web service is called, the document should go outside UCM

    So far, I only do research. Read the documents on Web services, how they work and what I could find.
    But I can't find an example about this. Someone, please, I could tell where I can find it?

    Thanks for your help and your patience.

    Fernando

    Just in case someone was looking for a code example, I created one:

                Stub stub = (Stub)client.getPort();
                stub._setProperty(stub.USERNAME_PROPERTY, "weblogic");
                stub._setProperty(stub.PASSWORD_PROPERTY, "welcome1");
    
                IdcPropertyList ipl = null;
                IdcFile primaryFile = new IdcFile();
                File f = new File ("C:/temp/test.doc");
    
                primaryFile.setFileName(f.getName());
                primaryFile.setFileContent(CheckInSoapPortClient.getBytesFromFile(f));
    
                //client.checkInUniversal(dDocName, dDocTitle, dDocType, dDocAuthor, dSecurityGroup, dDocAccount, CustomDocMetaData, primaryFile, alternateFile, extraProps)
                CheckInUniversalResult result = client.checkInUniversal("", "Checked-in via WS call", "Document", "weblogic", "Public", "", ipl, primaryFile, null, null);
    
                System.out.println(result.getStatusInfo().getStatusMessage());
    

    All I needed was the CheckIn.wsdl and JDev (I created a Web Service Proxy, he gave the WSDL file and added in the code above to an auto-generated Java).

  • How to get around the process of authentication of the Complutense University of MADRID

    Hi all

    I use Oracle Content Server and I need to get the file directly so I can attach my mail application. However, I am able to get the native file using this URL:


    http://localhost:16200/cs/idcplg? IdcService = GET_FILE & dID = 29401 & dDocName = IPM_029601 & allowInterrupt = 1

    But as soon as I click on that URL, it shows me the Login Page and after you submit the user name and password, it gives me the file to save to my local computer.
    I need to bypass the authentication page, and I need this file directly to save on my local computer.
    Is there a method that I can implement to pass the credentials as hardcoded or is it possible to pass the credentials in the url GET_FILE above.

    Please suggest!
    Urgent!

    Thank you...

    Taken the lead here: service GET_FILE p does not accept user and password settings. He worked while authentication has been cached in the browser.

    If you can handle protocols SOAP & WSDL side client (Visual Basic or Java), then there is the solution to get the file from the Complutense University of MADRID with a proper authentication. It is a GetFile.wsdl to start.

    http://download.Oracle.com/docs/CD/E17904_01/doc.1111/e10807/a01_wsdl_and_soap.htm

    and 10gR 3 manual with even better examples:

    http://download.Oracle.com/docs/CD/E10316_01/CS/cs_doc_10/documentation/addons/soap_wsdl_10en.PDF

    Kind regards
    Boris

  • Export of SOAP WSDL at the Complutense University of MADRID

    Hi all

    I created WSDL for 'AddCollection' in development approx. I can able to create the (files) collection and archiving documents this collections through a java program using this wsdl. Now I want to export this file AddCollection.wsdl to the test CA. I couldn't find any option to export and import wsdl s soap at the Complutense University of MADRID. (or) I need to generate/create the same structure of wsdl in the tests manually, env collection is this common sense?

    Could someone can provide an idea to overcome these tasks.

    The configuration of my Complutense University of MADRID

    Product version 10.1.3.3.2 (071031)
    Product build 7.2.2.184
    Version 7.1.0.1 Native

    Thank you.

    Kind regards
    Joel.

    You have several options:

    First, check the directory/data/soap/custom and you might find the definition of your custom wsdl. You can move to the new server, it wire in and see if it shows up?

    Second, there used to be a class called WsdlMerger.java that allows you to create a component that would install/update s custom wsdl on the target computers. It is of limited use for one or two shots, but if you create a component with a lot of reuse it works slick. It takes some work to build and requires some Java skills. If you are interested, I kick a note and I'll try to get you the Java class for you to play around with. Jason at corecontentonly dot com. sign

    -Jason
    http://www.corecontentonly.com

  • Conductor 3.0 with 10.5 of the Complutense University of MADRID - cannot get the AdHoc questions work/TLS record

    I'm working on a laboratory configuration to prepare application a client driver 3.0 with 10.5SU1 of the Complutense University of MADRID.  I have the base line everything up, but I can't get the Ad Hoc conference bridge to enroll at the University Complutense of MADRID by the conductor, nor I can SIP trunk to become accessible.  This all points to a TLS problem, which is reflected in the newspapers of the Complutense University of MADRID:

    Pre-verifie SdlSSLTCPListener::verify_cb = 0, cert check errno = 20, depth = 0
    00269848.000 | 22:41:54.023 | AppInfo | HandleSSLError - verification of the certificate has no:(Verification error:20)-Impossible to get the certificate of the local radio station for 10.0.0.113:41409

    This repeats for the Ad Hoc and appointments of the intellectual property on the driver.

    I followed the conductor with the guide of the AAU (http://www.cisco.com/c/dam/en/us/td/docs/telepresence/infrastructure/con...) as well as the deployment of certificate (http://www.cisco.com/c/dam/en/us/td/docs/telepresence/infrastructure/con...) guide.  I have a root certification authority I use (lab.local), I installed the root certificate and the certificates of the host on both devices.  OpenSSL gives me the verification of the return code: 0 (ok), at once UCM and conductor during validation to the root certificate.

    I think that I followed the guides and double-checked against them.  Someone else has seen this? What Miss me?

    Hi Ryan,

    I think that I am running into the same question... The TAC engineer gave you a bug ID I can follow?

    Thank you

    Peter

  • Release Date of the Document at the Complutense University of MADRID is 1 day earlier

    Hi Experts,

    I use WebCenter content 11.1.1.8.0 and here if I'm checkin document of Console and the Complutense University of MADRID Capture workspace console it takes 1 day release date earlier.

    For example: If Today(28/0ct/2015) I'm checkin document release date will be (October 27, 2015) and UCM Console too, I can see the same date, please let know us how I can change the date of release of the day...

    Thank you

    Sanjeev

    Follow these steps:

    1. connect to your content as a user admin server.

    2. go to the admin user.

    3. you should see a list of users display, select the user having cause and then click on edit in the user Admin screen.

    4. on the Info tab for this user, check the time zone of the user. What is he on?

    5. If the zone shows something different for the user, then change the correct time zone.

    =================

    Another point:

    The value "EnableSetIdcTimeZone = true" in config.cfg and also check after restart

  • WebService custom at the Complutense University of MADRID

    Hello world

    Can anyone confirm if a web service at the Complutense University of MADRID is created the same way as creating an IdcService custom.

    To experiment, I generated the WSDL file for my personalized service, but I can't find any entry and exit of the metadata in the WSDL file.

    I'm it's incorrect, generating or y at - it another way to create a webservice in UCM or am I supposed to manually change my WSDL?

    This is what looks like the element

    < s:element name = "getTwoMetadata" >

    < s:complexType >

    < s:sequence >

    < s:element minOccurs = "0" maxOccurs = "1" name = "extraProps" type = "s0:IdcPropertyList" / >

    < / s:sequence >

    < / s:complexType >

    < / s:element >

    In fact, it takes in 3 metadata, but does not show here.

    Thanks in advance

    Hi Valerie,.

    So custom WSDL can be created the same way as we do for STANDARD services. I assume that you have added the relevant parameters of the demand for this service and then run WSDL generates. If not, then try and communicate the results.

    Thank you

    Srinath

  • OAM 11gR2PS2 - no authenticated access to public Documents at the Complutense University of MADRID

    Hi all

    We had a requirement to one of our clients, in which the documents who have received the public's access to the Complutense University of MADRID should not be challenged for authentication.

    Examples of URLS that are not in dispute when you use the managed for UCM server port (16200)

    http://xxx.com:16200/cs/idcplg? IdcService = GET_FILE & dID = 1445 & dDocName = DEV_COMPLOGO_31364 & allowInterrupt = 1

    http:// xxx.com : 16200/cs/groups/public/documents/digitalmedia/b2dv/xzmx/~edisp/dev_complogo_31364.jpg

    This GS search page ready must also open without authentication.

    http:// xxx.com : 16200/cs/idcplg? IdcService = GET_DOC_PAGE

    After the configuration of SSO and protection/CS, when I go above URL using the port of OSH only the second opens without challenge me the name of user and password.

    Knowing that I can protect/unprotect URL patterns, I was wondering if this is possible using OAM at all.

    The document is assigned to a group of public safety at the Complutense University of MADRID.

    http://xxx.com:16200/cs/idcplg? IdcService = GET_FILE & dID = 1445 & dDocName = DEV_COMPLOGO_31364 & allowInterrupt = 1

    By looking at the URL, would you be able to identity if this url is to document to the Group of public safety? All of the query parameter would help you to differentiate the document in the public safety group

    If the answer is NO then you will not be able to create policies OAM who could remove the URL

    If the answer is YES you can then use 'Query parameter' section resource OAM to remove the specific URL

    hope this helps

    Concerning

    Aakash

  • Question on the alias in the Complutense University of MADRID

    Hello

    I am currently in the process of brainstorming of ideas that would help streamline the e-mail notifications by using the cmdlet workflow management and wonder if there are best practices following help put me in the process.

    In essence, I want to do, it's associate a security group at the University Complutense of MADRID to groups of users by using aliases and tokens. My implementation involved naming aliases similar to security groups and have a token to decide which group to choose. It worked well, but I got to thinking that there may be a way to streamline this process, so when a user creates a new field in LDAP, an alias can be created that is associated with members of the cname. Is it possible to embed aliases in Complutense University of MADRID with members of a specific LDAP cname? Are there other processes that can do what I'm doing?

    Thank you for your time.

    Hello

    Of course, it is possible, but with some customization. There are two options for you.

    Option 1: Conduit in the Complutense University of MADRID

    1. do you have a personalized search LDAP for users who belong to a cname using JNDI calls (regular service)

    2 look for this information in a result set and use it as input for the creation of the alias of the Complutense University of MADRID with this set of users

    Note: Users should be connected to the AAU at least once to have his updated profile cached in the Complutense University of MADRID

    Option 2: Led outdoor AAU

    1. do you have a program of independent Java at the request of the LDAP query for the new groups/areas created (new JNDI)

    2 do you calls of CRMI to AAU to create aliases with the users information from LDAP

    I hope this helps.

    Kind regards

    -Anand

  • setting up e-mail server in the Complutense University of MADRID

    Hi all

    I am new to the Complutense University of MADRID. I have to configure the mail server of development at the Complutense University of MADRID. How that.any idea?

    : PEI

    bad question.how I do know.ask your mail administrator.

    for ex -.

    MailServer - example - testmail.com

    Admin e-mail - [email protected]

    It may be useful

  • Mapping of the external LDAP user with the role of the Complutense University of MADRID

    Hello WebCenter content masters,

    I'm having trouble mapping a group LDAP to the role of the Complutense University of MADRID.
    Let me explain the situation.

    I have an external LDAP (Apache DS) with two groups (groupofuniquenames), 'Administrators' and 'Test' and two users 'ldap_admin' and 'ldap_user '. ldap_admin is a uniqueMember administrators and the ldap_test a test uniqueMember.

    At the University Complutense of MADRID, I created a custom role 'Test' with privileges "RWD" group 'Public '.

    I guess that the external LDAP has been configured successfully as an LDAP authenticator provider - myrealm settings tab, since I can see groups and external LDAP users, and they can connect the DCU with their user id and password.

    However, ldap_user is unable to perform the check, and on their profile page, the role is "invited, authenticated."
    And when I pass ldap_user in the test group to the Administrators group, the role is then "invited, authenticated, admin, sysmanager, refineryadmin, rmaadmin, pcmadmin, ermadmin.
    It seems that the Administrators group is mapped correctly, but not the group test.

    I try to apply the advice given in these two threads:
    External LDAP user has only priviledge research at the Complutense University of MADRID
    Unable to map external users to roles in content Webcenter 11 g

    I have created a 'externalLdapMap' identification card, completed the provider.hda file and put the map "Test, Test". I also tried with "Test, contributor" that I was not sure about the first mapping.
    Whatever it is, after restarting the server of the University Complutense of MADRID, I'm still not able to grant the privilege of writing for a user to the Administrators group.

    I missed something in the process?
    Thank you for your attention and of course any help would be greatly appreciated.
    L.

    Hello

    I think that you have enabled the LDAP authenticator credits and that this error will go up.

    You must create an OpenLDAPAuthenticator and do the same settings with flag set up and then test the scenario.

    Thank you
    Srinath

Maybe you are looking for

  • NB100 - what is BIOS v2.0 released?

    When will be released BIOS v2.0 for european NB100 (PLL10E). For NB100 of American (PLL10U), you can download it from the support site. Version 2.00 - 2009-07-08o Fixed: WOL does not work after 2 ~ 3 seconds.o Update: SLP2.1 for WINDOWS 7.o added one

  • Flag 23: Cover for the keyboard battery cover replacement

    I broke the battery cover for the replacement of the batteries in the keyboard and I would like a replacement. I tried many avenues but cannot find the part: 704219 BL1 The keyboard came with the PC Pavilion 23 when I bought it in July 2014. Thank yo

  • Update erased my dvd/cd drive iTunes

    I have a pavilliondvd6000 hp, it was working fine until I upgraded to the latest version of itunes 9.0.3.15 software once the cd/dvd drive has disappeared, and when I open itunes I get the following message "the registry settings used by the iTunes f

  • Loss of network, power, volume and the clock in the notification area icon

    Loss of network, power, volume and the clock icon in the notification area when I go on ' properties of menu taskbar and start "and click on the notification area, she will let me not check the box to highlight the communicators to bring them back...

  • Email to Smartphones blackBerry synchronization WAS not now works

    I have 2 email set up on the BB and they were very good sync yesterday.  Today nothing now.  Usually when I turn on m BB the morning straight pop e-mail messages to the top.  Nothing today.  I have not changed the settings, if someone has an idea wha