Content Server 4 help

I have been charged with the task up setting up the Content Server 4 for the company I work for so we can try it out during the test period to see if it is something we want to purchase. There is a week left of our pre-release trial and I'm completely lost!
I've managed to get all three of the status checks to give me all green check marks, but I really have no idea where to go next to even use the program. I haven't been able to log in to the admin console either. I had to contact support to get the build.xml file needed to build the UploadTest-1_1.jar file that the user guide said was included, but wasn't. I don't know how to work that either. The command that support gave me just results in errors. I know very little about Java.
The user guide seems to give a good explanation of how the program works, but in my opinion doesn't explain how to actually use the program (some of the setup was a bit confusing as well). I don't know where to start to make it do what it is supposed to do.
If anyone has any hints for me I would greatly appreciate them. Thanks!
MySQL 5.0.67
MySQL Connector Java 5.1.6
Apache Tomcat 6.0.18
JDK 6u3
Windows XP sp3

Hi everyone...
I'm just yelling all the day to this program in order to make it work...
I succesfully get the Package message work but i cannot make the GBLink working... i always get the "E_ADEPT_URL_SIGNATURE_ERR http://dev1:8080/fulfillment/URLLink.acsm GBLINK_AUTH_SIGNATURE_NOMATCH" error
I am writing in C# and this is the code i use to make the GBLINK
        public static string CreateHMAC(string xmlElement) {
            string key = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; //--THIS IS THE shared secret key you can find in the admin console for the distributor
            HMACSHA1 myhmacsha1 = new HMACSHA1(Convert.FromBase64String(key));
            byte[] hashValue = myhmacsha1.ComputeHash(Encoding.UTF8.GetBytes(xmlElement));
            myhmacsha1.Clear();
            return ByteToString(hashValue);
        public static string ByteToString(byte[] buff) {
            string sbinary = "";
            for (int i = 0; i < buff.Length; i++) {
                sbinary += buff[i].ToString("X2"); // hex format
            return (sbinary.ToLower());
                   string rightsRequested = "";
                    string orderSource = "XXXXX"; //--This is the distributor name
                    string url =
                        "http://dev1:8080/fulfillment/URLLink.acsm?action=enterorder" +
                        "&ordersource=" + HttpUtility.UrlEncode(orderSource) +
                        "&orderid=1&resid=" + HttpUtility.UrlEncode(resourceID) +
                        "&rights=" + HttpUtility.UrlEncode(rightsRequested) +
                        "&gbauthdate=" + HttpUtility.UrlEncode(DateTime.Now.ToString("MM/dd/YYYY HH\\:mm UTC")) +
                        "&dateval=" + HttpUtility.UrlEncode(DateTime.Now.ToString("MM/dd/YYYY HH\\:mm UTC")) +
                        "&gblver=" + HttpUtility.UrlEncode("3") +
                        "&auth=";
               string hmac = XmlUtil.CreateHMAC(url);
ANY help will be grateful appreciated!

Similar Messages

  • Help needed in building a demo mobile app for DRM support using Content server 4

    Hi all,
    I am building an application for the blackberry to support reading of pdf and ebuf content similar to Adobe Digital Editions with DRM support . I came to know about the Adobe RMSDK .
    Following is my understanding regarding my implementation , please correct me if i am wrong:
    The DRM implementation on a mobile device for Adobe should satisfy the following criteria:
    1. The mobile device should have a application which uses the Adobe RMSDK.
    2. The publisher or the server app should install and run the content server 4
    3. An acsm file which contains the rights data should be saved stored at the adobe server and should be downloaded by the mobile client.
    4. The urls in the acsm xml file will be used to fetch the content for the ebook.
    I have the following querries:
    1. Is there an implementation of the RMSDK for java to run on blackberry.
    2. Is Adobe content server 4 free to install, if not do we have a test server for this purpose.
    Thanks in advance for the help.

    Hi Jim,
    Thanks for your kind reply. I have some more querries
    Suppose if we have a client implementation of the Adove RMSDK in java,  please help answer these querries:
    1. How do we connect to the cs4 server (what will be the flow of data, is there a documentaion regarding the protocol to be used between the mobile client and the cs4 server in order to communicate and fetch Rights protected ebuf and pdf data.
    2. The link http://www.adobe.com/products/digitaleditions/library does not give me information of how to use this library to store by ebook data and fetch  drm data from the mobile client and the protocol/communication followed.
    3. How do i go forward in evaluating acs4( getting a test version of cs4 and using it ). We want to build a demo app in blackberry.
    thanks
    Amit

  • Need help on content server conversioning formats

    Hi,
    I need a help on content server. My requirement is to convert PDF to HTML how can i achieve that wether by using IBR or by Dynamic converter and explain how to do this ?
    Srinath am fallowing you in the forum hope you can help in this...
    Thanks,
    DSV

    Hi
    Dynamic converter is the component that will be used to do the conversion from any format to HTML . So you will have to install the following to get this working :
    1. UCM Core Update patchset 6907073 which is build 74 (latest to be released)
    2. Dynamic Converter version 8.2.0.862 - This will be available in the above patchset .
    3. ContentAccess specific to your OS . This is from patchset 6899823 .
    After installing the above 3 component , restarting UCM should get the DC up and working . Then you would need to set pdf as a format to be converted to HTML (from configuration for DC admin) and it should start working fine .
    Hope it helps .
    Thanks
    Srinath

  • Content Server 6.40 Presents a Save As dialog for ContentServer.dll file

    hi All
    we have installed successfully the content server 6.40 on a windows 2008 with iis 7 environment. The installation wen successfully with no errors. however when we run a test by calling the URL http://<server>:<port>/ContentServer/ContentServer.dll?serverInfo URL, instead of getting a response, we are getting a save as file dialog to save the dll file.   Also, after the installation, even with the install website tick checked, the website was not installed. we had to do the installation of the website manually for the port.
    With content server 620 on windows 2000 this was never the case
    if anywone has an idea on how to resolve the issue, please advice
    Regards
    Ronny

    GOT the Solution
    to anyone else who could be going through the same issue, see if the solution below solves your issue
    The website should get created if all the roles in IIS 7.0 are installed. Therefore, please try to install the IIS 7.0 by selecting
    all the roles followed by installation of the SAP Content Server. By doing so, websites should be created automatically.
    In the IIS 7.0, all the roles are not selected during the installation by default. Please make sure all the below roles are included and IIS 7.0 is installed, as per the installation manual for the Content Server on Windows 2008:
    Roles needed in IIS 7.0.
    Common HTTP Features
    Static Content
    Default Document
    Directory Browsing
    HTTP Errors
    HTTP Redirection
    Application Development
    ISAPI Extensions
    ISAPI Filters
    Health and Diagnostics
    HTTP Logging
    Logging Tools
    Request Monitor
    Tracing
    Custom Logging
    ODBC Logging
    Security
    Basic Authentication
    Windows Authentication
    Request Filtering
    Note : Anonymous Authentication should be enabled which is done by
    default.
    Performance
    Static content Compression
    Dynamic Content Compression
    Management Tools
    IIS Management Console
    IIS Management Scripts and Tools
    Management Service
    IIS 6 Management Compatibility
    IIS 6 Metabase compatibility
    IIS 6 WMI Compatibility
    IIS 6 Scripting Tools
    IIS 6 Management Console
    I hope it helps someone!

  • Content Server 10gR3 installation problem on Windows 7

    Hi,
    I just started working on UCM. I tried to install Content Server 10gR3 on my machine with Windows 7 OS. When I try to install, the installation suddenly aborts or hangs until I abort it. Web server (Apache) and DB (Oracle 10g) are running fine.
    System has got adequate configuration: Enough Disk space, 2GB RAM and 2 GHz CPU
    The same installer worked perfectly on Windows XP Pro 2002 SP2. Can some one reply if UCM 10g is support on Windows 7 ? This, however, is only for learning purpose on my home PC and not for production use.
    I also tried running the installer in Windows XP compatible mode. But this didn't help me either. Do, I need to install Win XP to run it or is there any alternative to make it run on Windows 7.
    Thank you
    Rama

    Hi Srinath,
    Thanks for your prompt reply. Could you also please let me know if there is any advanced version of UCM (like 11g) that works on Windows 7 - before I go for a windows XP installation.
    Thanks again
    Rama

  • Installation problem in Oracle Content Server 10g

    Hi,
    I am trying to install 'ORACLE CONTENT SERVER 10g', as a part of this trying to click on 'Installer.exe' in '/win32'. When i click this installer.exe, it is prompting one COMMAND PROMPT SCREEN and it is disappearing soon. In fact it was suppose to ask language preference as per installation guide.
    Dont know how to resolve this issue. please help me out.
    Thanks in advance,

    pparkko wrote:
    With this type of behaviour, you always need to find out the real error.
    Try opening a command prompt (cmd) and running the command from the command line.
    Then you can see what is going wrong.I have a question, I just upgraded our test 11i database (9i) to 10g (10.2), as a part of that upgraded forms, reports, graphics to patchset 18. Now planning to install 10giAS on appsTier on which forms, Apache and discoverer running. If I install 10giAS in differnet home, how can I get that in to appsTier?, does it mean adapcctl script no longer be used to start webservices?. I haven’t done this before, if my question is stupid, please ignore :).

  • Search Service for Content Server Items

    Does Plumtree EDK provide any API to develop search service to search into specific Content Server items as it provides to search within a specific folder of Knowldege Directory

    Vivekvp wrote:
    Or can someone explain to me what the Search Service does. Before 10.3.0 I think it was integrated with the search.The Collab Admin: Search Service page has a button that allows you to rebuild your search collection.
    It shows you the uptime, your install directory, the number of objects indexed and the number pending index requests.
    "A rebuild resubmits every item in the database to the Search Service. This procedure is useful in two situations. It can be used to load all data in the database into an empty, freshly installed Search Service. It can also be used to replace the contents of an existing search collection in the unlikely event that it has become corrupted. Note: This operation can be lengthy and computationally expensive and should only be performed if necessary. "
    Wish I could be of more help.
    Our index has 25.2k files and it took about 5 seconds for the page to load for me - I thought it might timeout too!
    Best of luck.
    Geoff

  • Unable to send email from content server

    Hi,
    I have a requirement of sending the notification email to user from the stellent when he subscribe to it.To test it i logged in to content server as sysadmin.
    Administration->Actions->Send test email.
    I had filled some dummy data and when i click on send it gives me a error
    Content Server Request Failed
    Unable to send email. Could not send mail message from [email protected] with subject line: Test email from Content Server.
    intradoc.common.ServiceException: !csMailCouldNotSend,[email protected],Test email from Content Server
         at intradoc.server.InternetFunctions.sendMailToEx(Unknown Source)
         at intradoc.server.SystemAuditHandler.sendEmail(Unknown Source)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at intradoc.common.IdcMethodHolder.invokeMethod(Unknown Source)
         at intradoc.common.ClassHelperUtils.executeMethodReportStatus(Unknown Source)
         at intradoc.server.ServiceHandler.executeAction(Unknown Source)
         at intradoc.server.Service.doCodeEx(Unknown Source)
         at intradoc.server.Service.doCode(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.doAction(Unknown Source)
         at intradoc.server.Service.doAction(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.doActions(Unknown Source)
         at intradoc.server.Service.doActions(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.executeActions(Unknown Source)
         at intradoc.server.Service.executeActions(Unknown Source)
         at intradoc.server.ServiceRequestImplementor.doRequest(Unknown Source)
         at intradoc.server.Service.doRequest(Unknown Source)
         at intradoc.server.ServiceManager.processCommand(Unknown Source)
         at intradoc.server.IdcServerThread.run(Unknown Source)
    Caused by: intradoc.common.ServiceException:
         at intradoc.common.SmtpClient.sendMail(Unknown Source)
         at intradoc.server.InternetFunctions.sendMail(Unknown Source)
         ... 21 more
    Caused by: java.lang.Exception: !csSMTPInvalidMessage,"System Administrator" <[email protected]>!csSMTPUnableToFindRecipients,1
         at intradoc.common.SmtpClient.writeMultiMsg(Unknown Source)
         ... 23 more
    Caused by: java.lang.Exception: !csSMTPResponseIndicatesFailure,550 5.7.1 Unable to relay for [email protected]
         at intradoc.common.SmtpClient.writeMsg(Unknown Source)
         ... 24 more
    I had set the internet configration in admin server to this values..
    HttpServerAddress=blrdxp-rchithul.corp.capgemini.com
    MailServer=BLREX002.corp.capgemini.com
    [email protected]
    SmtpPort=25
    HttpRelativeWebRoot=/idc/
    CgiFileName=idcplg
    UseSSL=No
    WebProxyAdminServer=true
    But i am still getting the error.kindly help me...
    Thanks in Advance
    Regards
    Rakesh

    Hi Rakesh,
    You have to request you Network team to add the ip address of the machine where you have installed content server to your Exchange Server.
    Let me know if it works.
    Deepak

  • Can't get to log in page, can't log in to Content Server

    Hi,
    I have installed Content Server on my desktop. I took almost all of the default settings. Saw no errors in log. Both Content Service and Content Admin Service are running correctly. Since 'new' install did not work, I have also tried to 'update' it.
    Following instructions exist in install doc. The log in page itself does not come up. What am I missing?
    Go to the Content Server homepage (portal page). By default, the address is http://[host_name]/[web_root], for example http://master1/server/.
    UCM is installed in C:\Oracle\ucm\server - so what would be it's URL for homepage?
    Thanks in advance.
    Umesh

    Hi
    The correct format for accessing the portal page of CS is : http://hostname:port/webrelativeroott/portal.htm
    Before this make sure that the configurations are done properly in the webserver if apache is being used , httpd.conf.
    Hope this helps
    Thanks
    Srinath

  • HTTP error: 500 (Internal Server Error) while creating content server repst

    Hi All,
    I am getting the HTTP error as mentioned below,
    HTTP error: 500 (Internal Server Error)"CreateTab ContentStorage, connect error SQLConnect failed, [Microsoft][ODBC Driver
    Manager] Data s
    My content server is running on a Microsoft Cluster Environment.
    I tried to follow the steps in the SAP note 301352.
    Please help me in registering the LiveCache ODBC driver.
    When i excute the the odbcreg.exe file i get the foll,
    E:\sapdb\programs\pgm>odbcreg.exe
    DriverName=MaxDB
    Driver=e:\sapdb\programs\pgm\sqlod32.dll
    Setup=e:\sapdb\programs\pgm\sqlsp32.dll
    Version=7.6.0.0
    Please help me in registering the Livecache ODBC driver.
    Expecting your kind reply.
    Vineeth

    hi Vineeth Damodar 
    do it in command prompt.
    change the drive letter ...where u install the sapdb.
    D:\odbcreg LiveCache -i -p d:\sapdb\programs\pgm
    it will prompt that LIvecache is registred. Restart the server.
    then check in control panel...
    The LiveCache ODBC driver should then be registered in the Control Panel -> ODBC Drivers -> Driver tab
    -- Lee
    rewared points .. if it helpful for u....

  • Error while Setting Up Oracle Content Server to Send Jobs to Oracle IBR

    Hi,
    I am trying to configure Oracle Content Server to send jobs to IBR.
    I am using following version of UCM:
    11gR1-11.1.1.3.0-idcprod1-100505T121221 (Build:7.3.0.180)
    Both UCM and IBR are using same WAS domain. Installed on Windows server 2008.
    1.I have started both manged servers for UCM and IBR.
    2.Then by browsing IBR console http://vpunvfpctnsz-07:16250/ibr/ , i have changed the
    Incoming Socket Connection Address Security Filter:
    127.0.0.1|0:0:0:0:0:0:0:1|<<my.server.IP.address>>
    3.Enabled DAMConverter component on IBR
    4.Restarted IBR.
    5.Created an outgoing provider on UCM content server as follows:
    Provider Name: IBR
    Provider Description: Provider for IBR
    Provider Type: outgoing
    Provider Class: intradoc.provider.SocketOutgoingProvider
    Provider Connection: intradoc.provider.SocketOutgoingConnection
    Instance Name: VPUNVFPCTN955099yscom16250 << same as IBR server name >>
    Server Host Name: vpunvfpctnsz-07
    HTTP Server Address:
    Server Port: 16250
    Relative Web Root: /ibr/
    Conversion Options: Handles Inbound Refinery Conversion Jobs
    Refinery read-only mode: False
    Maximum Jobs to Queue: 1000
    It is showing following status:
    Connection State: This remains "good" when i click on test and after some time chages to "down".
    Connection Error: Unable to communicate with refinery provider IBR; it does not resolve to a valid IBR. Exception type is 'java.lang.Throwable'.
    Did i miss any step?
    Please suggest.
    Thanks and regards,
    Minal

    Hi
    Server Port: 16250
    This should be the value of IntradocServerPort for IBR server .
    By default it is 5555 .
    Replace 16250 with 5555 (if you have not changed it ) .
    Save the changes , restart UCM managed server .
    Test to see if the error shows up .
    Hope it helps .
    Thanks
    Srinath

  • Carrier Type In DMS for content server

    Dear All,
    Can anyone help me in telling which carrier type i have to define in dc20 for Content server, if any required.
    i have configured content server in Oac0,oact, csadmin, but while saving file on server (check in) it is giving me this error
    Error while checking in and storing:  Message no. 26253 .
    Regards
    Kashif

    This error usually comes beacuse of improper settings maintained in CSADMIN for repository:
    Do few changes in CSADMIN Settings for repository:
    ContentStorage Host : (Enter name instead of IP)
    ContentStorageName : WCC
    Storage : ContentStorage.dll
    Security : 1
    ContRepDescription : (Enter descreption as given in OAC0)
    driver : LiveCache or MaxDB (Whatever you are using)
    Incase of DB, maintain also
    SAPDMSUser :
    SAPDBPassword :
    Please check after making these changes and revert.
    /Tilak

  • Error CV01N and CV02N content server

    Hi, we have an content server configured on aix using apache and maxdb, the configuration on OAC0 and CSADMIN are ok, but when i try archive an document on CV01N or CV02N, an error occurs: "Error while checking in and storing", on SLG1 i can see the following logs:
    Connection to http://xxxxx.xxxx.xxx.xx:1090/ContentServer/Conte: Document does not contain any data
    An error occurred when calling module SCMS_DOC_CREATE_FILES
    Message no. 1R579
    Diagnosis
    Exception number                                                   7 occurred when function module SCMS_DOC_CREATE_FILES was called with document 5333457CC61910C0E1008000AC11DD66
    I tried many others apache's versions, but without sucess.
    Can anyone help us?
    Best Regards,
    Josue Neto

    Hi,
    Seems like n/w problem. Could you check the program RSHTTP80 in SE38. There you can find the reason if its mainly issue in n/w.
    Regards
    Shishir

  • Error checking in document to content server

    Hi,
    While storing the document to content server we are getting "Error while checking in and storing " error. We use ECC 6.0 Request any inputs where to trace this error.
    Thx.
    Anirudh,

    Hello Anirudh,
    i assume that you get this error only after you click on the save button.Before clicking on the save button i assume you had checked in the original.
    Suggest you to put start the debugger using "/h" and then click on the the Save button. Once the debugger opens, put a break point on the "Message" using the debugger. And start debugging using F8 key. When the control stops at any message statement , just have a look at the content of the internal table filled before the Message stmt. It would help you to figure out the exact cause of the error message.
    Seeing the error message , i think that in your case it might be that signature are not sent from your system to the content server.
    You can see the details about the signature associated to he content repository from the "csadmin" transaction. if you have any problem with regarding to signatures, just check if you have any active signature. I think there is not active signature, just select one signature and activate the signature.
    If the problem still exists and it maps to the content server, contact your content server admin.
    Hope this helps you out, Best of luck.
    Regards,
    Om

  • Content server is not running.

    All,
    I have rather peculiar issue. The external 10.1.3.1 content server is setup against EBS 12.1.3.The content server is running fine and I was able to upload content using it. I fail to upload content all of the sudden until EBS is bounced. Nothing changes on content server side and again it works for day or two and stops and throws "Content server is not running" error. Is there any EBS configuration that can cause this behavior? I do not even see the request being logged in default-web-access-<date>.log on content server that indicates that it is not even reaching content server. It works fine in TEST environment and in PROD it is behaving in this manner. This is a new setup.
    Any pointers are appreciated.
    Thanks,
    Faisal

    The fact that bouncing EBS fixes the issue temporarily indicates that the problem is most likely on the EBS end, but we haven't encountered that specific issue. What OS are you using to host EBS? Are you purging the J2EE cache when you bounce the services?
    Feel free to reach out to Anne or myself if you'd like to dive into this. We could test with an alternate content server to see if that helps isolate the problem.
    Best,
    John Hobart

Maybe you are looking for

  • Iphone 3- Calendar Won't Sync

    I've had my 3GS phone for 1.5 years and have been syncing on a normal basis. As of yesterday, it won't sync with my outlook calendar. It says "can't sync calendar cause sync server failed on your iphone." Any Advice?

  • Maintaing focus on Nav elements

    Does anyone know how to hold focus on a separate navigation menu (i am using an unorderd list with hrefs, using CSS pseudo styling with an additional Javascript to activate the focus on which menu item page is displayed), while interacting with the S

  • Why do I have a home screen image that I did not choose?

    I just turned on my iMac (24-inch, Early 2009) and a new desktop image appeared.  I did not choose that image.  I did not do an update recently?  Would someone float some ideas about this? 

  • How to access function in extended class

    I have a quick java question if you have the time to work it out - I've been doing some C# recently and wondered what the Java equivalent would be. If I have a base class, that inherits another class, which also inherits another class, how do you acc

  • Your recommenda​tion for a new HP Photosmart All-in-one​.

    Could I get your recommendations for a new HP Photosmart All-in-one.  My old Photosmart #C5180 died. I loved that machine - it made excellent copies, was a wonderful printer and scanner and made excellent photographs, and it lived for many years.  Wh