OAC2 while you try to create content repository

Hi Friends,
in a OAC2 while you try to create content repository, it doesnt allow you to select the document area (actually it doesnt allow you to select any of the options for eg: 'Archive Link' 'Data Archiving' etc.)
Although it shows these options in a drop down menu but it doesnt let you select it.
and this is happening only in DEV and QAC environment, rather it worked in Sandbox system(its a seperate SAP system)
Please let me know how can we resolve this issue
Regards
Ayush

You can have a look at the third party connection beans available and choose whichever is good. http://www.j2eeolympus.com/J2EE/JDBC/JDBCConnectionPooling.html

Similar Messages

  • Unable to create Content Repository

    Hi All,
    We have installed SAP Content Server6.4 with MAXDB on windows server 2003 IIS6.0 successfuly.
    After that i have created content repositoy through OAC0 & Category through OACT. When we try to execute Create content repository through CSADMIN we are getting error
    HTTP error: 404 Not Found
    HTTP error: 500 (Internal Server Error)  "Co
    Z_CON_REP or Storage entry not defined"
    When we check the content server status it is showing the status running.
    << Moderator message - Everyone's problem is important. But the answers in the forum are provided by volunteers. Please do not ask for help quickly. >>
    Regards,
    Venu
    Edited by: Rob Burbank on Jan 26, 2011 4:15 PM

    You need to supply the "Key Store Location", "Key Store Password", "Private Key Alias" and "Private Key Password' to use socketssl.
    Also please make sure that the content server has enabled "Use SSL". You can configure it using the enterprise manager.

  • Any limitation when you try to create a sdo_geometry in the fly?

    I was trying to use sdo_relate to find the IDs of the lines(geodetic data) in the database by contructing a long line with long/lat values, and spatially relate it with those lines in database. There are about 400 points that make that long route(I'm sure that it's a valid line). The interesting thing is that if I only use small portion of it(let's say, the first 40 points of that line), and use those long/lat value to build the sdo_geometry in my query, it worked, and returned me some IDs. However, if I use the whole line to do that(the SQL query is exactly the same except I have MORE values for the SDO_ORDINATE_ARRAY parameter. and this time it returned nothing????? The following is the query that I used the first small part of the line. I'm really confused here. Any limit on contructing a sdo_geometry in the fly? actually I had a similar problem when I tried to contruct a polygon sdo_geometry by using the points value that make a MSA area(which usually is a long list of points value), it failed, but the same query worked for less points that makes a polygon. I could get around with that problem. But for this, I have to work it out.Any idea about how to get around with it?
    The following query only have the first part of the line, and it worked! but not if I put the whole long line data there!!!
    select ID from MIAMI_AREA_LONG where sdo_relate(geoloc, mdsys.sdo_geometry(2002,8265,NULL,mdsys.sdo_elem_info_array(1, 2, 1),mdsys.sdo_ordinate_array(-80.34217071533203,25.76181411743164,-80.3421655,25.7615084,-80.3421655,25.7615084,-80.340347,25.761539,-80.340347,25.761539,-80.332611,25.761629,-80.332611,25.761629,-80.324547,25.7618009,-80.324547,25.7618009,-80.321007,25.76193,-80.321007,25.76193,-80.320374,25.761959,-80.320374,25.761959,-80.3186489,25.762051,-80.3186489,25.762051,-80.317002,25.7621499,-80.317002,25.7621499,-80.3162229,25.76222,-80.3162229,25.76222,-80.315803,25.76222,-80.315803,25.76222,-80.310852,25.762409,-80.310852,25.762409,-80.303726,25.762659,-80.303726,25.762659,-80.296356,25.76292,-80.296356,25.76292,-80.288299,25.7630899,-80.288299,25.7630899,-80.279953,25.763439,-80.279953,25.763439,-80.277801,25.763519,-80.277801,25.763519,-80.271446,25.763701,-80.271446,25.763701,-80.263413,25.76404,-80.263413,25.76404,-80.255081,25.764219,-80.255081,25.764219,-80.249946,25.764481,-80.249946,25.764481,-80.248383,25.764481,-80.248383,25.764481,-80.247704,25.764481,-80.247704,25.764481,-80.24527,25.764561,-80.24527,25.764561,-80.241463,25.76474,-80.241463,25.76474,-80.239029,25.76474,-80.239029,25.76474,-80.238983,25.76474,-80.238983,25.76474,-80.238297,25.764771,-80.238297,25.764771,-80.23764,25.7654299,-80.23764,25.7654299,-80.23729,25.76569,-80.23729,25.76569,-80.234177,25.76585,-80.234177,25.76585,-80.230957,25.766041,-80.230957,25.766041,-80.2268069,25.766041)),'mask=overlapbdydisjoint querytype=window') = 'TRUE'
    Thanks!
    Tim

    Hi Dan,
    The following is the one that failed, the difference between this and the last one worked is this the whole line, while the one above is just first part of this long line. Actually it didnot give any error, but just did not return anything. It doesnot make sense because I am using a longer line now, while it returned something if I just use part of it. Thanks a lot!
    I had a similar limitation problem when I try to create a SDO_GEOMETRY with the points I got from a MSA polygon by using the SDO API.
    I'm using Oracle 9i and it reside at window 2000 platform. BTW, when is the spatial patch coming out?
    select ID from MIAMI_AREA_LONG where sdo_relate(geoloc, mdsys.sdo_geometry(2002,8265,NULL,mdsys.sdo_elem_info_array(1, 2, 1),mdsys.sdo_ordinate_array(-80.34217071533203,25.76181411743164,-80.3421655,25.7615084,-80.3421655,25.7615084,-80.340347,25.761539,-80.340347,25.761539,-80.332611,25.761629,-80.332611,25.761629,-80.324547,25.7618009,-80.324547,25.7618009,-80.321007,25.76193,-80.321007,25.76193,-80.320374,25.761959,-80.320374,25.761959,-80.3186489,25.762051,-80.3186489,25.762051,-80.317002,25.7621499,-80.317002,25.7621499,-80.3162229,25.76222,-80.3162229,25.76222,-80.315803,25.76222,-80.315803,25.76222,-80.310852,25.762409,-80.310852,25.762409,-80.303726,25.762659,-80.303726,25.762659,-80.296356,25.76292,-80.296356,25.76292,-80.288299,25.7630899,-80.288299,25.7630899,-80.279953,25.763439,-80.279953,25.763439,-80.277801,25.763519,-80.277801,25.763519,-80.271446,25.763701,-80.271446,25.763701,-80.263413,25.76404,-80.263413,25.76404,-80.255081,25.764219,-80.255081,25.764219,-80.249946,25.764481,-80.249946,25.764481,-80.248383,25.764481,-80.248383,25.764481,-80.247704,25.764481,-80.247704,25.764481,-80.24527,25.764561,-80.24527,25.764561,-80.241463,25.76474,-80.241463,25.76474,-80.239029,25.76474,-80.239029,25.76474,-80.238983,25.76474,-80.238983,25.76474,-80.238297,25.764771,-80.238297,25.764771,-80.23764,25.7654299,-80.23764,25.7654299,-80.23729,25.76569,-80.23729,25.76569,-80.234177,25.76585,-80.234177,25.76585,-80.230957,25.766041,-80.230957,25.766041,-80.2268069,25.766041,-80.2268069,25.766041,-80.222717,25.766109,-80.222717,25.766109,-80.2195969,25.766199,-80.2195969,25.766199,-80.214569,25.766371,-80.214569,25.766371,-80.2114409,25.76646,-80.2114409,25.76646,-80.207703,25.7665599,-80.207703,25.7665599,-80.202682,25.76672,-80.202682,25.76672,-80.200653,25.766781,-80.200653,25.766781,-80.200363,25.768009,-80.200363,25.768009,-80.200027,25.769131,-80.200027,25.769131,-80.199768,25.77026,-80.199768,25.77026,-80.1996,25.77072,-80.1996,25.77072,-80.199417,25.7711599,-80.199417,25.7711599,-80.200027,25.7732199,-80.200027,25.7732199,-80.200104,25.77634,-80.200104,25.77634,-80.200287,25.778589,-80.200287,25.778589,-80.200493,25.78067,-80.200493,25.78067,-80.201134,25.78252,-80.201134,25.78252,-80.202133,25.78413,-80.202133,25.78413,-80.203506,25.787081,-80.203506,25.787081,-80.204163,25.788469,-80.204163,25.788469,-80.205147,25.790529,-80.205147,25.790529,-80.205933,25.79591,-80.205933,25.79591,-80.206307,25.80196,-80.206307,25.80196,-80.20668,25.809231,-80.20668,25.809231,-80.20668,25.809389,-80.20668,25.809389,-80.206573,25.812071,-80.206573,25.812071,-80.206512,25.813629,-80.206512,25.813629,-80.206627,25.8182389,-80.206627,25.8182389,-80.2070619,25.8251,-80.2070619,25.8251,-80.206207,25.830151,-80.206207,25.830151,-80.206284,25.83301,-80.206284,25.83301,-80.206307,25.83536,-80.206307,25.83536,-80.206467,25.838181,-80.206467,25.838181,-80.206512,25.841261,-80.206512,25.841261,-80.206863,25.843189,-80.206863,25.843189,-80.208153,25.846741,-80.208153,25.846741,-80.208389,25.852449,-80.208389,25.852449,-80.208511,25.857861,-80.208511,25.857861,-80.208794,25.86475,-80.208794,25.86475,-80.209007,25.868769,-80.209007,25.868769,-80.209053,25.869551,-80.209053,25.869551,-80.209579,25.876141,-80.209579,25.876141,-80.209427,25.877729,-80.209427,25.877729,-80.209396,25.881929,-80.209396,25.881929,-80.209557,25.88719,-80.209557,25.88719,-80.209824,25.892879,-80.209824,25.892879,-80.210213,25.898029,-80.210213,25.898029,-80.210213,25.901569,-80.210213,25.901569,-80.210213,25.90596,-80.210213,25.90596,-80.210213,25.91148,-80.210213,25.91148,-80.210587,25.916759,-80.210587,25.916759,-80.210587,25.92079,-80.210587,25.92079,-80.210953,25.921801,-80.210953,25.921801,-80.210953,25.92268,-80.210953,25.92268,-80.210213,25.923929,-80.210213,25.923929,-80.20932,25.92482,-80.20932,25.92482,-80.208946,25.925199,-80.208946,25.925199,-80.207581,25.926451,-80.207581,25.926451,-80.207718,25.92651,-80.207718,25.92651,-80.207977,25.926701,-80.207977,25.926701,-80.208237,25.92696,-80.208237,25.92696,-80.208588,25.927311,-80.208588,25.927311,-80.20903,25.927731,-80.20903,25.927731,-80.209534,25.9281599,-80.209534,25.9281599,-80.210747,25.929461,-80.210747,25.929461,-80.211197,25.929899,-80.211197,25.929899,-80.2118069,25.93051,-80.2118069,25.93051,-80.212227,25.9308489,-80.212227,25.9308489,-80.212593,25.9312,-80.212593,25.9312,-80.213013,25.931629,-80.213013,25.931629,-80.213623,25.93224,-80.213623,25.93224,-80.2142329,25.9328499,-80.2142329,25.9328499,-80.214752,25.933359,-80.214752,25.933359,-80.215271,25.9338799,-80.215271,25.9338799,-80.216049,25.934589,-80.216049,25.934589,-80.2163999,25.934839,-80.2163999,25.934839,-80.216659,25.935101,-80.216659,25.935101,-80.217163,25.935619,-80.217163,25.935619,-80.217507,25.93597,-80.217507,25.93597,-80.217957,25.936489,-80.217957,25.936489,-80.2185669,25.937099,-80.2185669,25.937099,-80.219254,25.93779,-80.219254,25.93779,-80.221161,25.939619,-80.221161,25.939619,-80.222992,25.941441,-80.222992,25.941441,-80.223862,25.942381,-80.223862,25.942381,-80.2246399,25.94334,-80.2246399,25.94334,-80.225418,25.94421,-80.225418,25.94421,-80.226097,25.945431,-80.226097,25.945431,-80.226723,25.9463009,-80.226723,25.9463009,-80.227226,25.94734,-80.227226,25.94734,-80.227753,25.94846,-80.227753,25.94846,-80.228287,25.94994,-80.228287,25.94994,-80.228623,25.951229,-80.228623,25.951229,-80.228973,25.952971,-80.228973,25.952971,-80.229141,25.9541,-80.229141,25.9541,-80.229141,25.95558,-80.229141,25.95558,-80.2292329,25.957399,-80.2292329,25.957399,-80.229317,25.95982,-80.229317,25.95982,-80.229507,25.96278,-80.229507,25.96278,-80.229584,25.96538,-80.229584,25.96538,-80.229752,25.97006,-80.229752,25.97006,-80.2298129,25.971371,-80.2298129,25.971371,-80.229843,25.9718,-80.229843,25.9718,-80.229851,25.971907,-80.229851,25.971907,-80.229919,25.973881,-80.229919,25.973881,-80.229927,25.97397,-80.229927,25.97397,-80.230103,25.978041,-80.230103,25.978041,-80.230186,25.97978,-80.230186,25.97978,-80.23027,25.98238,-80.23027,25.98238,-80.230011,25.984119,-80.230011,25.984119,-80.229683,25.985689,-80.229683,25.985689,-80.229317,25.98698,-80.229317,25.98698,-80.228973,25.98802,-80.228973,25.98802,-80.228554,25.989059,-80.228554,25.989059,-80.227943,25.9902799,-80.227943,25.9902799,-80.227333,25.99123,-80.227333,25.99123,-80.226547,25.992359,-80.226547,25.992359,-80.225418,25.993839,-80.225418,25.993839,-80.224289,25.994961,-80.224289,25.994961,-80.222382,25.99687,-80.222382,25.99687,-80.2195969,25.999559,-80.2195969,25.999559,-80.21701,26.002331,-80.21701,26.002331,-80.21579,26.00407,-80.21579,26.00407,-80.215012,26.005369,-80.215012,26.005369,-80.214661,26.006241,-80.214661,26.006241,-80.214142,26.00728,-80.214142,26.00728,-80.213882,26.00815,-80.213882,26.00815,-80.213531,26.009279,-80.213531,26.009279,-80.213493,26.00946,-80.213493,26.00946,-80.2132869,26.01022,-80.2132869,26.01022,-80.213097,26.011869,-80.213097,26.011869,-80.213013,26.01335,-80.213013,26.01335,-80.213013,26.01474,-80.213013,26.01474,-80.2132029,26.0182,-80.2132029,26.0182,-80.213463,26.023331,-80.213463,26.023331,-80.213623,26.02766,-80.213623,26.02766,-80.213707,26.031481,-80.213707,26.031481,-80.213814,26.034611,-80.213814,26.034611,-80.213882,26.035391,-80.213882,26.035391,-80.213966,26.03635,-80.213966,26.03635,-80.214142,26.03755,-80.214142,26.03755,-80.214317,26.0392,-80.214317,26.0392,-80.214577,26.042139,-80.214577,26.042139,-80.214767,26.04414,-80.214767,26.04414,-80.21492,26.0463099,-80.21492,26.0463099,-80.215103,26.04987,-80.215103,26.04987,-80.215271,26.053511,-80.215271,26.053511,-80.215447,26.05827,-80.215447,26.05827,-80.215622,26.062189,-80.215622,26.062189,-80.2157129,26.0668599,-80.2157129,26.0668599,-80.215881,26.07147,-80.215881,26.07147,-80.216049,26.076229,-80.216049,26.076229,-80.2161409,26.0796199,-80.2161409,26.0796199,-80.216232,26.082491,-80.216232,26.082491,-80.2163999,26.0863,-80.2163999,26.0863,-80.216583,26.09012,-80.216583,26.09012,-80.216614,26.09038,-80.216614,26.09038,-80.214213,26.091271,-80.214213,26.091271,-80.212619,26.090851,-80.212619,26.090851,-80.211955,26.090623,-80.211955,26.090623,-80.211055,26.090272,-80.211055,26.090272,-80.210063,26.089842,-80.210063,26.089842,-80.209056,26.089383,-80.209056,26.089383,-80.20721,26.088421,-80.20721,26.088421,-80.205332,26.087412,-80.205332,26.087412,-80.204173,26.086802,-80.204173,26.086802,-80.203242,26.086362,-80.203242,26.086362,-80.202669,26.086055,-80.202669,26.086055,-80.2021199,26.085826,-80.2021199,26.085826,-80.2014559,26.085595,-80.2014559,26.085595,-80.201036,26.085452,-80.201036,26.085452,-80.2002119,26.085263,-80.2002119,26.085263,-80.199121,26.085033,-80.199121,26.085033,-80.198328,26.084912,-80.198328,26.084912,-80.197672,26.084853,-80.197672,26.084853,-80.196947,26.0848039,-80.196947,26.0848039,-80.1960919,26.084792,-80.1960919,26.084792,-80.1952529,26.0848039,-80.1952529,26.0848039,-80.194155,26.0848039,-80.194155,26.0848039,-80.189112,26.084844,-80.189112,26.084844,-80.184671,26.0847729,-80.184671,26.0847729,-80.1801009,26.084533,-80.1801009,26.084533,-80.176912,26.084422,-80.176912,26.084422,-80.175096,26.083972,-80.175096,26.083972,-80.172197,26.083223,-80.172197,26.083223,-80.1712639,26.083015,-80.1712639,26.083015,-80.168663,26.081181,-80.168663,26.081181,-80.164663,26.082414,-80.164663,26.082414,-80.164709,26.084285,-80.164709,26.084285,-80.164694,26.084625,-80.164694,26.084625,-80.164694,26.084976,-80.164694,26.084976,-80.164663,26.085386,-80.164663,26.085386,-80.164579,26.086336,-80.164579,26.086336,-80.164495,26.087314,-80.164495,26.087314,-80.164495,26.087795,-80.164495,26.087795,-80.164511,26.087934,-80.164511,26.087934,-80.164518,26.088665,-80.164518,26.088665,-80.164518,26.089305,-80.164518,26.089305,-80.1645489,26.0902059,-80.1645489,26.0902059,-80.164633,26.091104,-80.164633,26.091104,-80.164678,26.092254,-80.164678,26.092254,-80.16474,26.094554,-80.16474,26.094554,-80.164755,26.098415,-80.164755,26.098415,-80.16477,26.099506,-80.16477,26.099506,-80.16474,26.100296,-80.16474,26.100296,-80.164694,26.101024,-80.164694,26.101024,-80.164625,26.101795,-80.164625,26.101795,-80.164518,26.102464,-80.164518,26.102464,-80.164404,26.103105,-80.164404,26.103105,-80.164312,26.103784,-80.164312,26.103784,-80.164175,26.105045,-80.164175,26.105045,-80.164076,26.106176,-80.164076,26.106176,-80.164053,26.1068849,-80.164053,26.1068849,-80.164066,26.107339,-80.164066,26.107339,-80.1640396118164,26.10733985900879)),'mask=overlapbdydisjoint querytype=window') = 'TRUE'

  • Content server 401 error while creating content repository

    Hi All
    I have installed Content server 640 on SUSE Linux 10 SP2 without selecting the SAP DB option as i wanted to store all my files on FILE SYSTEM.
    My filesystem is as below
    ======================================================================================================
    kmdqp:~ # df -h
    Filesystem Size Used Avail Use% Mounted on
    /dev/sda1 9.9G 3.1G 6.3G 34% /
    udev 18G 88K 18G 1% /dev
    /dev/sda3 286G 260M 271G 1% /usr/sap
    ======================================================================================================
    kmdqp:/usr/sap # ls -ltr
    total 36
    drwx------ 2 root root 16384 Nov 18 23:47 lost+found
    drwxr-xr-x 2 root root 4096 Nov 19 03:12 dmscs
    drwxr-xr-x 2 root root 4096 Nov 19 03:18 dmscsc
    drwxr-xr-x 9 root root 4096 Nov 19 15:17 apache_1.3.27
    drwxrwxrwx 14 dqpcs sapsys 4096 Nov 19 22:55 dqpcs
    drwxrwxrwx 14 dqpcs sapsys 4096 Nov 19 22:55 dqpcsc
    ====================================================================================================
    Now my question are
    1) DO i need to install SAPDB(MaxDB), it is mandatory or can i store my documents at the file sytem level without the SAP DB.
    2) When i run the tx-code CSadmin and goto any TAB it asks me for a userid and passwd, i give <sid>cs and <sid>csc user and their respective passwords, but i get the below error
    HTTP error: 401 Authorization Required Bad local password for user dqpcs
    Message no. CMS025
    Diagnosis
    Error in accessing via HTTP
    401 Authorization Required
    Bad local password for user dqpcs
    ======================================================================================================
    Can you please help in this.
    And my dqpcs and dqpcsc users home directory is changed to /usr/sap in the etc/default/useradd file during the installation.
    Can anyone help on this please.
    Thanks and regards
    Prasad K

    Hi
    We have solved the issue by setting the Adminsecurity parameter as o.
    Regards
    Prasad K

  • "Mass activity type does not exist" while i try to create a recording in SHDB for FPRW

    hi,
    i'm trying to create a recording in SHDB for transaction FPRW marking the checkbox "simulate background mode".  When i press the buttom "start recording" i recieve the error message >6 117  Mass activity type  does not exist.
    Does somebody know what can i do?
    thnaks

    On the right click on HD under video quality to filter it. 

  • An error occurred while accessing the content repository from JDeveloper

    Hello,
    I'm using Jdeveloper Studio Edition Version 11.1.1.5.0
    I created Content Repository conection, following:
    RIDC Socket Type: socket
    Server hostname: localhost
    Content Server Listener Port: 4444
    Executing "Teste Connection" result "Success!"
    But, trying connect, I receive:
    oracle.webcenter.content.internal.model.rc.AbstractRepositoryLogic listFolder
    An error occurred while accessing the content repository.
    and when I login to my portal and go to administration page, then I am getting this error
    "Messages for this page are listed below.
    Could not retrieve members from policy store.
    and when I go to services tab then i am getting this error "The Documents service is unavailable.
    Error contacting the content repository."
    Please help me to resolve this problem.
    Thank You,
    Muhammad Nasir

    can anybody help me to resolve this issue please.

  • ORA 1031 while creating the repository - Urgent

    Hi
    I am trying to configure my Enterprise Management Server. I use the wizard and try to create a repository in an existing DB
    instance. Everything looks fine and the wizard creates the new repository user. But while creating the tables it says
    ORA 1031 insufficient priveleges.
    i log into as SYS and sys has sysdba privileges. What is the problem? Please help.
    Regards
    Preety Agarwal

    Quote from the Oracle software licence terms and conditions:
    -You are not a citizen, national, or resident of, and are not under control of, the government of Cuba, Iran, Sudan, Libya, North Korea, Syria, nor any country to which the United States has prohibited export.
    -You will not download or otherwise export or re-export the Programs, directly or indirectly, to the above mentioned countries nor to citizens, nationals or residents of those countries.

  • Problems while retrieving from content repository

    Hi,
    I am facing problems while retrieving documents stored the content repository. I have some pdf files as well as text documents stored in the content repository. I need to get retrieve the contents of the text files. My problem lies with how to retrieve the data from the files.
    I have used SCMS_URL_GENERATE, followed by the FM ''HTTP_GET''.  Though I  do get the File id , my problem is how to proceed from this point. Should i wriite an RFC ?
    Thanks and Regards,
    Anie

    Hi,
    I checked the code one again - SCMS_URL_GENERATE is used to send url to the user (to open file in web browser).
    SCMS_HTTP_GET code looks like this:
    CONCATENATE <ls>-vbeln space <ls>-optarcnr
      INTO lv_vbeln_obj
      RESPECTING BLANKS.
    SELECT SINGLE *
      FROM toa01
      WHERE sap_object EQ 'VBRK'
        AND archiv_id EQ co_arch
        AND ar_object EQ 'SDOINVOICE'
        AND object_id EQ lv_vbeln_obj.
    CALL FUNCTION 'SCMS_HTTP_GET'
      EXPORTING
        crep_id   = co_arch
        doc_id    = toa01-arc_doc_id
        comp_id   = 'data'
        length    = 0
        no_cache  = no_cache
      IMPORTING
        length    = comp-size
        mimetype  = comp-type
      TABLES
        data      = comp-bin
      EXCEPTIONS
        not_found = 1
        OTHERS    = 2.
      IF sy-subrc IS NOT INITIAL.
        PERFORM log_create USING <ls>-vbeln.
      ENDIF.
    IF comp-bin IS NOT INITIAL.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
          bin_filesize = comp-size
          filename     = dstpc
          filetype     = 'BIN'
        TABLES
          data_tab     = comp-bin
        EXCEPTIONS
          OTHERS       = 1.
      IF sy-subrc IS NOT INITIAL.
        PERFORM log_create USING <ls>-vbeln.
      ELSE.
        MESSAGE s000(38) WITH 'Success'.
      ENDIF.
    ENDIF.
    Regards,
    Przemysław

  • Dms content repository not running

    Hey friends,
    While creating content repository i went oac0 gave the clicked in create gave the details selected dms as document area, storage type as 04 http content server. Gave version 0046, port number as 1090, server name and server script as details given by basis. clicked on send certificate. Went to CS admin and saw that server status is running with green light in over view section.
    a) But when i come back and click on test connection it says content repository doesnt exists what may be the issue.
    b) also in details tab repository status shows only defined should it be running or defined?
    regards,
    satish

    Hello Pradeep,
    Again thanks a lot for the help.
    Server log trace means are you pointing to running of report to get RFC error by running the report PCMRVC if so then below find the below.
    HTTP interface test using function group SCMS_HTTP
    23.12.2011 16:35:00
    serverInfo:
    contRep                   ZTEST1
    contRepDescription        client docs storage
    serverStatus              running
    serverVendor              Copyright SAP AG, All rights reserved 1998, 2001
    serverVersion             6400
    serverBuild               201
    serverTime                110500
    serverDate                23.12.2011
    serverStatusDescription
    pVersion                  0046
    contRepStatus             defined
    contRepStatusDescription
                                                      ok            8,659
    create(1): new doc (frontend)
    check_subrc: subrc     2  instead          0
    check_subrc: HTTP error: 500 (Internal Server Error)  "ContRep ZTEST1 or Storage entry not defined"
    create(1): new doc (frontend)                    error
    create(2): new doc (back end)
    check_subrc: subrc     1  instead          0
    check_subrc: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'  : cmRc=20 thRc=456#Timeout during connection setu p (check that partner exists
    create(2): new doc (back end)                    error
    delete(1): unknown doc
    check_subrc: subrc     2  instead          1
    check_subrc: HTTP error: 500 (Internal Server Error)  "Internal error: rc=0, ContRep ZTEST1 or Storage entry not defined "
    delete(1): unknown doc                           error
    putCert:                                          ok           11,662
             3  errors

  • IBM FileNet instead of UCM as default content repository for WebCenter

    Hi,
    Appreciate if anyone can clarify the following queries:
    Is it possible to replace UCM with IBM FileNet as the default (primary) content repository of Oracle WebCenter?
    Is JSR 227 adapter available for FileNet to connect it to WebCenter (as Secondary, NOT as primary content repository)?
    regards
    Rafique

    useful links:
    UCM replacement with IBM File net
    Using IBM FileNet instead of UCM
    From the installation document:
    The Documents service provides content management and storage capabilities for WebCenter applications. To use the Documents service, you must have a content repository > at the back end that contains the documents you want to manage. Oracle WebCenter supports content integration with the following external repositories:
    Oracle Content Server
    Oracle Portal 11g
    Microsoft Office SharePoint Server (MOSS) 2007 Service Pack 2
    Microsoft Windows SharePoint Services (WSS) version 3 Service Pack 2I know that the marketing materials show a Documentum adaptor, but I don't believe that's been created yet. I believe that it's a legacy BEA adaptor that hasn't been officially released for WC yet.
    Thanks,
    -ryan

  • Assign/Re-Assign Content repository to Storage type

    Hello all,
    Via transaction OAC0 I can see and manage all (standard and self-created) Content repositories.
    When I select the menu item “documents” in the menu bar “Goto” within the Administrator Workbench and switch to “Administration” and afterwards to the tab strip “Content Storage” I want to assign a self created content repository to an storage type, but in the screen there is no edit or change button.
    How can I assign/reassign a content repository to an storage type?
    Any helps would be great.
    Best Regards from Munich/Germany
    Stefan Leontiadis

    Dear Kumar
    Go to VA02, input the sale order reference and execute.  There double click on the line item and select the tab "Account Assignment".   There you can see the field "Profit Center". 
    As I said in your other thread, if you have generated subsequent documents like delivery or billing, you cannot change this for that line item.  You have to close this line item by assigning "Reason for Rejection",  and create a new line item but then, b4 doing this, you should have changed the profit center in material master.
    Alternatively, if you want to update in bulk, go to T.Code MASS, input "BUS2032"  in Object Type and execute.  There select "Sales Order Item Data" and click on "Fields". 
    Select the field name "MASSVBAP-PRCTR" and execute.  Either you can input the sale order references for which you would like to change or just execute.
    Now you will have a screen "New Values" on top and below the existing sale orders listed.  Give the new profit center against the field "New Values" and execute.
    thanks
    G. Lakshmipathi

  • Error in Test Connection - Content Repository does not exist

    Hi, I have created a content repository which points to our own external HTTP content server which is a DMS through transaction OAC0.
    In transaction CSADMIN I can see our server's status as running, still it shows yellow icon "customizing missing" in CSADMIN and in transaction OAC0 whenver I click "Test Connection" it gives the message" Content Repository does not exist". CMS 106.
    Kindly help.
    Regards
    Neha

    Hi,
    We are using OACO as follows:
    Choose Tools ® Business documents, Environment ® Knowledge Provider® KPro® Content Repositories
    Enter the following fields in the u201CChange Content Repositories : Detailu201D :-
    1) Content Rep. :- ZO (Content Repository Name)
    2) Description :- Content Repository
    3) Storage type :- HTTP content server.
    4) Version no :- 0045
    5) HTTP svr:p :- IP or machine name of application server on which DMS has been deployed : Web port of the application server on which DMS has been deployed.
    1) Program :- sap/sapDocView.jsp
    Save the created Content Repository by clicking on u201CSaveu201D. We are working on SAP 4.7 versionon a SAP development server and the content repository has not been transported after creation. Will not transporting be causing this error ?
    Please reward points
    Thanks
    Vikranth

  • Data control issue for content repository when running apps in webcenter .

    Hi All ,
    I have created content repository connection in my local jdeveloper and
    exposed it as a data control .
    from data control i am displaying some path and name based on some search criteria .
    Whenever i am runnig this application i am getting following exceptions and no datas are displayed .
    Since i have define connection for content server locally on my jdeveloper do i need to create some jndi
    on server side .
    TestContentServer is the content repository connection i have created in jdeveloper .
    if yes tell me how can i do it and how it will port to my data control .
    [2010-10-05T09:34:39.245-07:00] [wc_custom] [WARNING] [] [oracle.adf.controller.faces.lifecycle.Utils] [tid: [ACTIVE].ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: anonymous] [ecid: 0000IhxFdvi4ulWpTwp2ic1CemrZ0000fT,0:1] [WEBSERVICE_PORT.name: WSRP_v2_Markup_Service] [APP: application1] [J2EE_MODULE.name: TestContentService-ViewController-context-root] [WEBSERVICE.name: WSRP_v2_Service] [J2EE_APP.name: application1] ADF: Adding the following JSF error message: TestContentServer[[
    javax.naming.NameNotFoundException: TestContentServer; remaining name 'TestContentServer'
    Thanks,
    Arun

    Hi Yanic ,
    1. code for my jspx page
    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:h="http://java.sun.com/jsf/html"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich">
    <jsp:directive.page contentType="text/html;charset=UTF-8"/>
    <f:view>
    <af:document id="d1">
    <af:messages id="m1"/>
    <af:form id="f1">
    <af:inputText value="#{bindings.path.inputValue}" simple="true"
    required="#{bindings.path.hints.mandatory}"
    columns="#{bindings.path.hints.displayWidth}"
    maximumLength="#{bindings.path.hints.precision}"
    shortDesc="#{bindings.path.hints.tooltip}" id="it1">
    <f:validator binding="#{bindings.path.validator}"/>
    </af:inputText>
    <af:inputText value="#{bindings.type.inputValue}" simple="true"
    required="#{bindings.type.hints.mandatory}"
    columns="#{bindings.type.hints.displayWidth}"
    maximumLength="#{bindings.type.hints.precision}"
    shortDesc="#{bindings.type.hints.tooltip}" id="it2">
    <f:validator binding="#{bindings.type.validator}"/>
    </af:inputText>
    <af:commandButton actionListener="#{bindings.getItems.execute}"
    text="getItems"
    disabled="#{!bindings.getItems.enabled}" id="cb1"
    partialSubmit="true"/>
    <af:table value="#{bindings.Items.collectionModel}" var="row"
    rows="#{bindings.Items.rangeSize}"
    emptyText="#{bindings.Items.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.Items.rangeSize}"
    rowBandingInterval="0" id="t1" partialTriggers="::cb1">
    <af:column sortProperty="name" sortable="false"
    headerText="#{bindings.Items.hints.name.label}" id="c2">
    <af:inputText value="#{row.bindings.name.inputValue}"
    label="#{bindings.Items.hints.name.label}"
    required="#{bindings.Items.hints.name.mandatory}"
    columns="#{bindings.Items.hints.name.displayWidth}"
    maximumLength="#{bindings.Items.hints.name.precision}"
    shortDesc="#{bindings.Items.hints.name.tooltip}"
    id="it3">
    <f:validator binding="#{row.bindings.name.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="path" sortable="false"
    headerText="#{bindings.Items.hints.path.label}" id="c3">
    <af:inputText value="#{row.bindings.path.inputValue}"
    label="#{bindings.Items.hints.path.label}"
    required="#{bindings.Items.hints.path.mandatory}"
    columns="#{bindings.Items.hints.path.displayWidth}"
    maximumLength="#{bindings.Items.hints.path.precision}"
    shortDesc="#{bindings.Items.hints.path.tooltip}"
    id="it8">
    <f:validator binding="#{row.bindings.path.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="URI" sortable="false"
    headerText="#{bindings.Items.hints.URI.label}" id="c5">
    <af:inputText value="#{row.bindings.URI.inputValue}"
    label="#{bindings.Items.hints.URI.label}"
    required="#{bindings.Items.hints.URI.mandatory}"
    columns="#{bindings.Items.hints.URI.displayWidth}"
    maximumLength="#{bindings.Items.hints.URI.precision}"
    shortDesc="#{bindings.Items.hints.URI.tooltip}"
    id="it7">
    <f:validator binding="#{row.bindings.URI.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="primaryType" sortable="false"
    headerText="#{bindings.Items.hints.primaryType.label}"
    id="c7">
    <af:inputText value="#{row.bindings.primaryType.inputValue}"
    label="#{bindings.Items.hints.primaryType.label}"
    required="#{bindings.Items.hints.primaryType.mandatory}"
    columns="#{bindings.Items.hints.primaryType.displayWidth}"
    maximumLength="#{bindings.Items.hints.primaryType.precision}"
    shortDesc="#{bindings.Items.hints.primaryType.tooltip}"
    id="it6">
    <f:validator binding="#{row.bindings.primaryType.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="title" sortable="false"
    headerText="#{bindings.Items.hints.title.label}" id="c1">
    <af:inputText value="#{row.bindings.title.inputValue}"
    label="#{bindings.Items.hints.title.label}"
    required="#{bindings.Items.hints.title.mandatory}"
    columns="#{bindings.Items.hints.title.displayWidth}"
    maximumLength="#{bindings.Items.hints.title.precision}"
    shortDesc="#{bindings.Items.hints.title.tooltip}"
    id="it9">
    <f:validator binding="#{row.bindings.title.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="docType" sortable="false"
    headerText="#{bindings.Items.hints.docType.label}" id="c6">
    <af:inputText value="#{row.bindings.docType.inputValue}"
    label="#{bindings.Items.hints.docType.label}"
    required="#{bindings.Items.hints.docType.mandatory}"
    columns="#{bindings.Items.hints.docType.displayWidth}"
    maximumLength="#{bindings.Items.hints.docType.precision}"
    shortDesc="#{bindings.Items.hints.docType.tooltip}"
    id="it5">
    <f:validator binding="#{row.bindings.docType.validator}"/>
    </af:inputText>
    </af:column>
    <af:column sortProperty="displayName" sortable="false"
    headerText="#{bindings.Items.hints.displayName.label}"
    id="c4">
    <af:inputText value="#{row.bindings.displayName.inputValue}"
    label="#{bindings.Items.hints.displayName.label}"
    required="#{bindings.Items.hints.displayName.mandatory}"
    columns="#{bindings.Items.hints.displayName.displayWidth}"
    maximumLength="#{bindings.Items.hints.displayName.precision}"
    shortDesc="#{bindings.Items.hints.displayName.tooltip}"
    id="it4">
    <f:validator binding="#{row.bindings.displayName.validator}"/>
    </af:inputText>
    </af:column>
    </af:table>
    </af:form>
    </af:document>
    </f:view>
    </jsp:root>
    2. code for binding .
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
    version="11.1.1.56.60" id="Test1PageDef"
    Package="com.heiwip.cs.view.pageDefs">
    <parameters/>
    <executables>
    <variableIterator id="variables">
    <variable Type="java.lang.String" Name="getItems_path"
    IsQueriable="false"/>
    <variable Type="java.lang.String" Name="getItems_type"
    IsQueriable="false"/>
    </variableIterator>
    <methodIterator Binds="getItems.result" DataControl="TestDC1" RangeSize="25"
    BeanClass="com.heiwip.cs.view.TestDC1.getItems_return"
    id="getItemsIterator"/>
    </executables>
    <bindings>
    <methodAction id="getItems" RequiresUpdateModel="true" Action="invokeMethod"
    MethodName="getItems" IsViewObjectMethod="false"
    DataControl="TestDC1" InstanceName="TestDC1"
    ReturnName="TestDC1.methodResults.getItems_TestDC1_getItems_result">
    <NamedData NDName="path" NDType="java.lang.String"
    NDValue="${bindings.getItems_path}"/>
    <NamedData NDName="type" NDType="java.lang.String"
    NDValue="${bindings.getItems_type}"/>
    </methodAction>
    <attributeValues IterBinding="variables" id="path">
    <AttrNames>
    <Item Value="getItems_path"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="variables" id="type">
    <AttrNames>
    <Item Value="getItems_type"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="getItemsIterator" id="displayName">
    <AttrNames>
    <Item Value="displayName"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="getItemsIterator" id="name">
    <AttrNames>
    <Item Value="name"/>
    </AttrNames>
    </attributeValues>
    <attributeValues IterBinding="getItemsIterator" id="path1">
    <AttrNames>
    <Item Value="path"/>
    </AttrNames>
    </attributeValues>
    </bindings>
    </pageDefinition>
    3. Table is displayed with no data .
    whenever i am trying to pass something in search criteria to get the result its
    throwing connection error .
    4. I am using oracle UCM (oracle content server) .
    for this i am using identity propogation .
    Thanks,
    Arun.

  • Test Connection - Content Repository does not exist

    Hi,
    I have created a content repository which points to our own external HTTP content server which is a DMS through transaction OAC0.
    In transaction CSADMIN I can see our server's status as running, still it shows yellow icon "customizing missing" in CSADMIN and in transaction OAC0 whenever I click "Test Connection" it gives the message" Content Repository does not exist". CMS 106.
    Kindly help.
    Regards
    Neha

    Hi,
    We are using OACO as follows:
    Choose Tools ® Business documents, Environment ® Knowledge Provider® KPro® Content Repositories
    Enter the following fields in the u201CChange Content Repositories : Detailu201D :-
    1) Content Rep. :- ZO (Content Repository Name)
    2) Description :- Content Repository
    3) Storage type :- HTTP content server.
    4) Version no :- 0045
    5) HTTP svr:p :- IP or machine name of application server on which DMS has been deployed : Web port of the application server on which DMS has been deployed.
    1) Program :- sap/sapDocView.jsp
    Save the created Content Repository by clicking on u201CSaveu201D. We are working on SAP 4.7 versionon a SAP development server and the content repository has not been transported after creation. Will not transporting be causing this error ?
    Please reward points
    Thanks
    Vikranth

  • Archive Link - Content Repository - Test Connection error

    Hi all,
    We are trying to create a content reposiotry in SAP 4.7, it gets created and is displayed in SAP content reposiotry list.
    But when I click on "Test Connection" I get the error "Connection Repository does not exist".
    Please help as its very critical to solve the problem at the earliest.
    Regards
    Neha

    We are using OACO as follows:
    Choose Tools ® Business documents, Environment ® Knowledge Provider® KPro® Content Repositories
    Enter the following fields in the u201CChange Content Repositories : Detailu201D  :-
    1)   Content Rep.  :-  ZO  (Content Repository Name)
    2)    Description  :-   Content Repository
    3)    Storage type :-   HTTP content server.
    4)    Version no   :-    0045
    5)     HTTP svr:p  :-  IP or machine name of application server on which DMS has been deployed : Web port of the application server on which DMS has been deployed.
    1)       Program :-   sap/sapDocView.jsp
    Save the created Content Repository by clicking on u201CSaveu201D. We are working on SAP 4.7 versionon  a SAP development server and the content repository has not been transported after creation. Will not transporting be causing this error ?
    Edited by: Neha Bhambu on May 27, 2008 11:09 AM

Maybe you are looking for