Vtiger from aur - post installation help

I would like to try out vtiger crm.  There's a package for it in the AUR.  I installed it using the trusty packer.   
There were a few caveats.  I had to manually install libjpeg, since its dependency name is different than its actual install name:
packer -S libjpeg-turbo
packer -S vtigercrm
I then started mysql and apache
cd /etc/rc.d
./mysqld start
./httpd start
I tried navigating to the site served up by apache but neither the index nor the install php files come up properly.  It just shows the source of those files.  I assume there are some other steps that much be done, but I am not sure what.  I have looked through the documentation on vtiger's site for installation on Linux, but can't seem to figure out what needs to come next
Last edited by senorsmile (2012-01-05 01:24:36)

I got it set up. Here is my best summary of each roadblock I ran into and how I got around it:
Starting with the problem you're having - my /etc/httpd/conf/extra/httpd-vtigercrm.conf looks like this:
AllowOverride All
AddHandler cgi-script .cgi .pl
Options ExecCGI Includes FollowSymlinks
Order Allow,Deny
Allow from All
I stole these lines from the corresponding conf file for sql-ledger which I hacked together a few weeks ago. I don't know what these lines do, I'm still learning what the hell I'm doing
That opened up the dialogue when I pointed my browser at the proper address. After that I had some trouble with the fields there - here's a screenshot and some explanation of what worked:
http://forums.vtiger.com/vtiger/demo/wi … -Step5.JPG
I ended up using localhost:port like this example because that, of course, was where mysql was for me. Pretty self-explanatory, but I was using the hostname of the server for awhile and it wasn't working, so hey. I got a little confused with the redundancy of the sql username fields on the left - if you check the Create Database field, it opens up a seemingly-redundant set of fields. Anyway, using the root username and password for mysql in both sets of fields worked for me. The User Configuration on the right is for logging into vtiger for the first time once it's set up.*
After that, I thought I was on a roll.. .then I got the following error:
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'Type=InnoDB' at line 7Error: Tables partially created. Table creation failed.
I found out that this has to do with the fact that vtiger isn't compatible with the latest versions of mysql or php. Specifically, it uses a depreciated command to create the databases. I was able to fix it with some manual editing:
First I edited /etc/mysql/my.cnf and followed the commented instructions to enable InnoDB databases.
Not-exactly-following the instructions at http://mayoorathen.blogspot.com/2011/04 … ation.html, I edited schema/DatabaseSchema.xml and replaced all instances of Type with ENGINE. If you have vim, it's easy. Navigate to the schema directory and:
vim DatabaseSchema.xml
Then type : to get a command prompt-ey thing, and enter
%s/\<Type\>/ENGINE/g
Save with :w and quit with :q. Gotta hit enter after each. Probably preaching to the choir here, but I thought I'd be thorough.
I also did the same operation to 503_to_504rc.php under modules/Migration/DBChanges/ - just open it in vim and use the same command. I figured this would be a good idea in case I ever needed to, uh, migrate things. Or something...
After that it installed without a hitch. I'll post if it turns out I broke anything. If you see anything in blatantly poor practice, please enlighten me!
*I probably didn't have to do this, but I'm including it as a possible last-resort: before this step was completed I ended up accessing mysql in an ssh session and manually creating the database, then granting permission to any user from my other machine to mess with it. If you don't know your way around that stuff already, this is what walked me through it: http://www.cyberciti.biz/tips/how-do-i- … erver.html
Moderator edit: The included image ist too big. See our policy.
Last edited by bernarcher (2012-02-16 08:49:54)

Similar Messages

  • XI post installation help!!!

    Dear SAP gurus,
    I have installed XI3.0 successfuly and could perform post installation steps successfully.
    When i went through the document of readyness check of XI here i need to run T-code sproxy in order to check
    1-) =>Check/maintain with report SPROX_CHECK_IFR_ADDRESS 2-) =>Check with report SPROX_CHECK_HTTP_COMMUNICATION
    3-) =>Check with report SPROX_CHECK_IFR_RESPONSE
    4-) ==>Check with report SPROX_CHECK_IFR_CONNECTION
    My only connection that is working is (2) which says "Http communication is functioning".
    but if i try to check (1) connection it says error "ERROR: Address not maintained".
    Because of this error i think (3) and (4) connection test is also not working properly.
    I could successfully import exchange profile but i have not been able to understand where the problem exist and not able to run T-code successfully.
    Please help me!!!
    Thanks and Regards
    Dheeraj Thareja

    Have you checked the Integration_direcroty_hmi RFC?
    I would also check the sldapicust
    and the config in sxmb_adm - adapter engine
    Also check the exchangeProfile: Particulary the following:
    com.sap.aii.connect.repository.name:
    com.sap.aii.connect.repository.httpport:
    com.sap.aii.connect.repository.contextroot:
    Furthermore, the logon data is also read from the exchange profile
    (section 'ApplicationSystem'):
    com.sap.aii.applicationsystem.serviceuser.name:
    com.sap.aii.applicationsystem.serviceuser.pwd:

  • Oracle 9i AS post installation help

    Hi all,
    I had installed the Oracle 9i Infrastructure and Application server successfully on Win2000. Tested the services and demo forms. I Need to know post installation configuration details and steps on how to deploy the forms and reports into it. Thankful if you can provide some help on this.
    regards,
    Sampath

    Ahter installing ias successfully
    you can be able to Apache start/stop ,Forms and Reports server sample application ,and lot's of other stuff under oracle-iSuits.
    For example if you want to see the Apache main page start the server and in the browser page type the host name you can see the links.
    null

  • Post installation help

    Hi,
    I have tried to install Solaris 10 on AMD XP processor
    I did not have any problems with installation. The Boot CD recognizes the hardware and installation was successful. Offers me " Reboot now" button.
    After reboot, blue scree appears to choose the boot partition (I have Windows XP on other partition).
    I choose Solaris and another blue screen appears and the message shows "Booting ...." but never comes up with another message. Waited for long , no result .
    Any idea ?
    thanks & regards
    Kiran

    Mine wasn't a blue screen after rebooting into Solaris after successfully installing it.
    Well, you could get a blue screen if you interrupt the booting process and get to the hardware configuration process. Regardless, it wouldn't halt.
    Did you install the x86boot partition for Solaris? I assume you must have, because you wouldn't see the options for booting (blue screen) without installing x86boot.
    It also might be incompatibility issue. Did you configure graphics card and the display correctly?
    It might also be the case with BIOS issue with some computers. I'm not sure about this, but you might check it out and see if it's compatible with Solaris. Some Dell Computers have old BIOS that isn't compatitble with Solaris (from what I heard of other people).
    hope it help.
    -van.

  • Problem in XI after post installation.

    I have done the post installation for PI, everything was fine and sucessfull,
    but the problem is, in XI check list there is no objects found in the Integration Repository and Integration Directory with the URL  ( http:
    emsap008:50100\rep\start\index.asp ).
    Let me explain the problem which i faced.
    In the transaction SXMB_IFR --> Tool --> Import Design Objects Option, the result displaied is " There is no Objects found ". But as per the document i need to get               " PI7_0_BASIS_6.40_18_00.tpz ".
    Please clarify my doubt, ask me if my question is insuffecient.

    Hi Senthil !!
    Here is the guide with necessary steps
    http://help.sap.com/bp_bpmv130/Documentation/Installation/XI30InstallGuide.pdf
    /people/sravya.talanki2/blog/2006/11/15/post-installation-steps-for-activating-adobe-document-services-in-sap-xi-nw-2004s
    You will get the details of post installation activities for SAP XI in its installation guides itself. Have a look:
    SAP Exchange Infrastructure Release 3.0 - Installation Guide
    SAP Exchange Infrastructure 3.0 SR1 - Installation Guide
    Plus you can go through the following docs:
    SAP Exchange Infrastructure (XI) 3.0
    Troubleshooting Guide - SAP XI 3.0 and 2.0
    SAP XI Release 3.0 SPS11Configuration Guide
    Also you can have a look at the following thread, you will get some links in these threads too:
    Post installation of XI?
    XI INSTALLATION and POSTINSTALLATION
    XI Post Installation....Need help...
    XI Post Installation - Help
    XI Post Installation - SLD Connection
    refre this thread
    Post Installation of PI - PI template Installer not found
    <b>Pls rewards if useful</b>

  • Post installation for XI

    Hi All,
    I have installed ECC 6.0. I have added XI component also. Now i need to perform post installation steps for XI alone. i have downloaded the NW7 installation Guide MAXDB. is that enough? or should i need more documents....
    Also, i found out a document for post installation guide system landscape directory of SAP Netweaver 7.0....
    Which one should i follow?
    Please clarify....
    Thanks in advance,
    Madhukar

    Hi madhukar !!
    Is this what you are looking for:
    https://websmp103.sap-ag.de/~sapidb/011000358700001697502004E.PDF
    Also check this thread..
    Re: XI INSTALLATION and POSTINSTALLATION
    those describe din XI installation and configuration guides:
    http://help.sap.com/bp_bpmv130/Documentation/Installation/XI30InstallGuide.pdf
    http://help.sap.com/bp_bpmv130/Documentation/Installation/Configuration_Guide_FP.pdf
    check this thread for SLD configuration soon after XI installation
    SLD configuration
    Check this link also it has the procedure.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/78/20244134a56532e10000000a1550b0/frameset.htm
    Here is the guide with necessary steps
    http://help.sap.com/bp_bpmv130/Documentation/Installation/XI30InstallGuide.pdf
    /people/sravya.talanki2/blog/2006/11/15/post-installation-steps-for-activating-adobe-document-services-in-sap-xi-nw-2004s
    You will get the details of post installation activities for SAP XI in its installation guides itself. Have a look:
    SAP Exchange Infrastructure Release 3.0 - Installation Guide
    SAP Exchange Infrastructure 3.0 SR1 - Installation Guide
    Plus you can go through the following docs:
    SAP Exchange Infrastructure (XI) 3.0
    Troubleshooting Guide - SAP XI 3.0 and 2.0
    SAP XI Release 3.0 SPS11Configuration Guide
    Also you can have a look at the following thread, you will get some links in these threads too:
    Post installation of XI?
    XI INSTALLATION and POSTINSTALLATION
    XI Post Installation....Need help...
    XI Post Installation - Help
    XI Post Installation - SLD Connection
    Post Installation of PI - PI template Installer not found
    Pls reward if useful

  • Hello installed xi and trying  2 do post installation but getting problem

    Hello,
              I installed SAP XI and trying to do the post installation...
              1)Created one client 100 and user XIUSER....with all rights like sap_all
              2)And created one more user XISUPER......only roles given...
              3)now I am trying with internet expositor
                  http://application server:java port/exchangeProfile
                     screen came user:xisuper
                                          p/w: 12345
                           BUT IS NOT GOING FORWRD....WHAT MIGHT BE THE PROBLEM..... TRY TO GIVE ME THE SUGGESTION....
    Regards,
    Sateesh.j

    Hi !!!
    Here is the guide with necessary steps
    http://help.sap.com/bp_bpmv130/Documentation/Installation/XI30InstallGuide.pdf
    /people/sravya.talanki2/blog/2006/11/15/post-installation-steps-for-activating-adobe-document-services-in-sap-xi-nw-2004s
    You will get the details of post installation activities for SAP XI in its installation guides itself. Have a look:
    SAP Exchange Infrastructure Release 3.0 - Installation Guide
    SAP Exchange Infrastructure 3.0 SR1 - Installation Guide
    Plus you can go through the following docs:
    SAP Exchange Infrastructure (XI) 3.0
    Troubleshooting Guide - SAP XI 3.0 and 2.0
    SAP XI Release 3.0 SPS11Configuration Guide
    Also you can have a look at the following thread, you will get some links in these threads too:
    Post installation of XI?
    XI INSTALLATION and POSTINSTALLATION
    XI Post Installation....Need help...
    XI Post Installation - Help
    XI Post Installation - SLD Connection
    refre this thread
    Post Installation of PI - PI template Installer not found
    just check also have you done this step ?
    This step is not covered by the PI template.
    You need these files The files SCM4003_00.ZIP and SCMBASIS4003_00.ZIP
    Further reference
    http://help.sap.com/saphelp_nw04s/helpdata/en/44/5755451622311ee10000000a155369/content.htm
    Another thing are the j2ee adapters and the adapter engine visible in the ID just check once. If not then go through these.
    1)Yeap you need the basis component imported first.
    2) Apply SAP Note 764176.
    3. /people/venugopalarao.immadisetty/blog/2007/03/15/adapter-engine-cannot-be-found-in-integration-directory
    <b>pls reward if useful</b>

  • Post-installation for BW, help

    Hi
          this is min from india and i want help on steps for the post installation for BW 3.1. i cant work in rsa1 as told in groups i have done the client copy and kept the default profile still i cant work in that rsa1.some where i am doing the mistake can any one plz tell the post installation steps plzz its urgent to me
    thanks

    HI:
    The real problem is that you have installed a version that is about to go out of maintenance at the end of this year.  It does not make sense to use 3.1 for a new installation.  If you are performing a new installation, it is recommended to utilize the current version, SAP NetWeaver BI 2004s.  If for some reason you are unable to install the current version, at the very least install the 3.5 version.
    Please see this area:
    http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000632586&
    If you persist with your (ill-adivsed) new installation of 3.1, and this problem continues, please provide the exact error message that you receive when you attempt to go into RSA1.
    Best Regards -
    Ron Silberstein
    SAP

  • Post Installation steps for Messages archiving from Adapter engine

    Hi,
    Can any let me know the post installation steps for Archiving messages from AE.
    We are archiving the messages from Integration Engine (BC_XMB).
    This note refers to the Post installation steps... But i could not find them anywhere.
    Note 790226 - Messages in AdapterEngine/PCK database do not get archived
    Thanks,
    Tanuj
    Message was edited by:
            Tanuj Kumar Bolisetty

    Hi Tanuj,
    have a look at note 872388
    "2) For messages in the Adapter Framework: note 816022, question 8
    (deletion) and
    http://help.sap.com/saphelp_nw04/helpdata/en/cf/b2fc3f48ecc742e10000000a
    1550b0/content.htm (archiving)"
    Additionally consult the troubleshooting guide,page 110
    Set the adapter service properties (note 791379)
    Hope it helps
    Jaime

  • Need help in post-installation steps of the PDK

    Hello,
    I have installed Java PDK 6.9 instead of 6.2.
    At the post-installation steps I need to:
    <i>The example iViews in the Portal Development Kit connect to a SAP System with the system alias PDK_R3_BACKEND.
    To run these examples you must define a system object for a test SAP System in your system landscape and assign the following aliases:
    1. PDK_R3_BACKEND Reference to a R/3 system of your custom landscape.
    2. PDKDummySystem Reference to provided system OBN-3. PDKDummySystem.
    WebDynpro Reference to provided system WebDynpro.</i>
    My question is: When I create this System, which type template should it be and which configuration besides the above aliases should it have?
    Roy

    Hey Aviad,
    Yes I did, in my case I've installed PDK SP 9 over SP2 which is prohibited. If this is your case as well do the following:
    1) From the Undeployment tab of the SDM select the com.sap.pct.pdk..
    components.
    2) Using the Archive remover tool which can be accessed from
    System Administration > Support > Portal Runtime > Administration
    Console > Archive Remover --> Remove the portal applications with prefixcom.sap.pct.pdk...
    3) Navigate to Content Administration > Portal content > Content
    Provided by SAP > Platform Add-Ons > Developer Content
    and remove all the contents below this folder.
    4) Restart the server
    After this you can deploy the SP9 business package using the SDM.
    Hope it helps,
    Roy

  • POST INSTALLATION ERROR : JSP ?? HELP OUT

    My Pre Installation Steps were perfect
    The installation went fine
    I Installed on XP, used Cygwin, and VC++, as given in the blog, for installing on XP
    Everything went fine.
    It took me over 5 hours for staging and installing
    But at the last stage
    Post Installation Steps checks was stuck some where
    I am sending you the last part of log file. It might help you to detect the error.
    Please tell me what went wrong, and where
    C:\Stage11i\startCD\Disk1\rapidwiz>echo off
    Mon 02/11/2008
    01:21 AM
    "The environment settings are as follows ..."
    " ORACLE_HOME : C:\oracle\visora\8.0.6"
    " ORACLE_SID : "
    " TWO_TASK : "
    " PATH : C:\oracle\visora\8.0.6\bin;C:\oracle\viscomn\util\java\1.4\j2sdk1.4.2_04\bin;C:\Perl\site\bin;C:\Perl\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem; C:\Cygwin\bin; C:\V98\VC\bin"
    " LD_LIBRARY_PATH : C:\oracle\visora\8.0.6\lib"
    SQL*Plus: Release 8.0.6.0.0 - Production on Mon Feb 11 01:21:58 2008
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Connected.
    Disconnected from Oracle9i Enterprise Edition Release 9.2.0.6.0 - Production
    With the Partitioning, OLAP and Oracle Data Mining options
    JServer Release 9.2.0.6.0 - Production
    connect test returning code 0
    ERRORCODE = 0 ERRORCODE_END
    Apps ORACLE_HOME connection test has succeeded
    Environment File Check
    Database ORACLE_HOME environment file passes instantiated variables test:
    File = C:\oracle\visdb\9.2.0\VIS_sid-87f00f29add.env
    Apps ORACLE_HOME environment file passes instantiated variables test:
    File = C:\oracle\visora\iAS\VIS_sid-87f00f29add.cmd
    iAS ORACLE_HOME environment file passes instantiated variables test:
    File = C:\oracle\visora\8.0.6\VIS_sid-87f00f29add.cmd
    APPL_TOP environment file passes instantiated variables test:
    File = C:\oracle\visappl\VIS_sid-87f00f29add.cmd
    ADOVARS environment file passes instantiated variables test:
    File = C:\oracle\visappl\admin\adovars.cmd
    APPSCONFIG passes instantiated variables test:
    File = C:\oracle\visappl\admin\adconfig.txt
    DBC File Check
    DBC file passes instantiated variables test:
    File = C:\oracle\visappl\fnd\11.5.0\secure\VIS_sid-87f00f29add\vis.dbc
    HTTP Check
    checking URL = http://sid-87f00f29add.mydomain:8000
    Portal is responding
    JSP Check
    [b] checking URL = http://sid-87f00f29add.mydomain:8000/OA_HTML/jsp/fnd/fndhelp.jsp?dbc=C:\oracle\visappl\fnd\11.5.0\secure\VIS_sid-87f00f29add\vis.dbc
    JSP is not responding, waiting 15 seconds and retesting.
    JSP is not responding, waiting 15 seconds and retesting.
    [b] JSP is not responding, waiting 15 seconds and retesting.
    JSP is not responding, waiting 15 seconds and retesting.
    JSP is not responding
    PHP Check
    checking URL = http://sid-87f00f29add.mydomain:8000/OA_HTML/US/ICXINDEX.htm
    Login Page is responding
    As Mentioned i am able to open the homepage for Oracle
    But not able to go ahead.
    please help me what is missing ?
    Thanks in advance
    Sidharth

    Sidharth ,
    Do you have a valid entry in the hosts file?
    I would suggest you change your hostname "sid-87f00f29add", and check then. You can either change it and start the installation all over again OR follow the steps outlined in the following notes to do that.
    Note: 341322.1 - How to change the hostname of an Applications Tier using AutoConfig
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=341322.1
    Note: 338003.1 - How to change the hostname of an Database Tier using AutoConfig
    https://metalink.oracle.com/metalink/plsql/ml2_documents.showDocument?p_database_id=NOT&p_id=338003.1

  • Hii,,, i am using iphone 3g, i am trying to install apps from apple store,, installation stop in middle,and say u have to do install through itunes from your laptop. when i am trying to install it from my laptop,, its failed again n again,, help me out ,,

    hii,,, i am using iphone 3g, i am trying to install apps from apple store,, installation stop in middle,and say,, u have to do install through itunes from your laptop. when i am trying to install it from my laptop,, its failed again n again,, help me out ,

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • XI Post Installation....Need help...

    Hi,
    I am new to XI and I am installing XI on a Windows 2000 server. I am done with the installation part....(web as ABAP+Java add in + newtweaver XI Component)....Now I am in the post install configuration steps....
    My question is that...when I did the install of WEB AS ABAP...I did a local client copy and created client 100 (UCSV Profile)....now I am not sure why I had to create this client 100? Can some one tell me what is the use of this client 100.
    Second question is that for the post installation configuration, should I create all the RFC's and SLD Configuration etc in Client 000 or should I do all this post installation configuration in client 100?...
    Please help me.....
    Thanks,
    Madhu

    Today I successfully started XI IB. I had two troubles and solutions as follows:
    1. In our Co, we have a proxy server, so after installing j2sdk142, I need change the settings of java web start. Open Java WS directly then click cancel until the log in window disappears. Change the proxy settings to what you need.
    2. Please assign all the needed roles for XI into your user account. Even if you are an user with the profile of SAP_ALL, you need add the needed roles into your account.
    Any more issues to start XI, you can reach me by [email protected]

  • Post Installation Errors in loading ORacle R12 on windows vista!!! HElp!!!!

    Hi,
    I got all errors in the Post installation checks when loading ORacleR12 E business suite on vista.
    Acutally during installation steps, at step 1 ..at around 30 of 147, the installation stopped quoting an error like unzip file not found or cant be opened....i dont clearly remember but the step 1 was not completedly fully..
    THen it skipped to step 2,3 and I think the same happened in step 4 too. There was an error and it skipped some install files i think.
    How do I Load the s/w correctly or now how do I solve is errors now?
    PLEASE HELP! I Am novice to APPS so give me a detailed answer please...like the directories to look for and the paths and solutions too...
    Await an answer for the GURUS and EXPERTS!!!
    Regards,
    indira meduri
    Edited by: user529846 on Jan 18, 2010 11:13 PM

    Hi,
    Below are the errors i got in Post installation checks...! Can you help?
    Database Availability
    command: /home/Oracle/stage/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /home/Oracle/PROD/db/tech_st/11.1.0/PROD_linux.env APPS/APPS
    riwTDBup.sh started at Wed Jan 20 05:36:52 CST 2010
    Parameters passed are : /home/Oracle/PROD/db/tech_st/11.1.0/PROD_linux.env APPS/APPS
    Cannot find environment file /home/Oracle/PROD/db/tech_st/11.1.0/PROD_linux.env
    RW-50011: Error: - Database ORACLE_HOME connection test has returned an error: 1 command: /home/Oracle/stage/startCD/Disk1/rapidwiz/bin/riwTDBup.sh /home/Oracle/PROD/inst/apps/PROD_linux/ora/10.1.2/PROD_linux.env APPS/APPS
    riwTDBup.sh started at Wed Jan 20 05:36:53 CST 2010
    Parameters passed are : /home/Oracle/PROD/inst/apps/PROD_linux/ora/10.1.2/PROD_linux.env APPS/APPS
    Cannot find environment file /home/Oracle/PROD/inst/apps/PROD_linux/ora/10.1.2/PROD_linux.env
    RW-50011: Error: - Apps ORACLE_HOME connection test has returned an error: 1
    Configuration Upload
    uploading config file at /tmp/01200535/conf_PROD.txt
    Failed upload of config file at /tmp/01200535/conf_PROD.txt
    Environment File
    RW-50016: Error: - Database ORACLE_HOME environment file was not created:
    File = /home/Oracle/PROD/db/tech_st/11.1.0/PROD_linux.env RW-50016: Error: - Apps ORACLE_HOME environment file was not created:
    File = /home/Oracle/PROD/inst/apps/PROD_linux/ora/10.1.3/PROD_linux.env RW-50016: Error: - iAS ORACLE_HOME environment file was not created:
    File = /home/Oracle/PROD/inst/apps/PROD_linux/ora/10.1.2/PROD_linux.env RW-50016: Error: - APPL_TOP environment file was not created:
    File = /home/Oracle/PROD/apps/apps_st/appl/PROD_linux.env RW-50016: Error: - ADOVARS environment file was not created:
    File = /home/Oracle/PROD/apps/apps_st/appl/admin/adovars.env RW-50016: Error: - APPSCONFIG was not created:
    File = /home/Oracle/PROD/apps/apps_st/appl/admin/adconfig.txt
    DBC File
    RW-00023: Error: - DBC file was not created:
    File = /home/Oracle/PROD/inst/apps/PROD_linux/appl/fnd/12.0.0/secure/PROD.dbc
    HTTP
    checking URL = http://linux.server:8000
    RW-50015: Error: - HTTP Listener is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Virtual Directory
    RW-50015: Error: - Http Server Virtual Directories is not responding. The service might not have started on the port yet. Please check the service and use the retry button
    Login Page
    RW-50015: Error: - Login Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    Help Page
    checking URL = http://linux.server:8000/OA_HTML/help
    RW-50015: Error: - Help Page is not responding. The service might not have started on the port yet. Please check the service and use the retry button.
    JSP
    checking URL = http://linux.server:8000/OA_HTML/jtfTestCookie.jsp
    RW-50015: Error: - JSP is not responding. The service might not have started on the port yet. Please check the service and use the retry button.

  • Help needed for BI post installation

    Dear All,
    I have installed a SAP BI server. I have been told by my BI team that I need to define source systems in it. Also, I learnt that there are some BI related basis activities.
    Can anyone please list out those??
    regards, Sean.

    Hi,
    In order to define source system in BW check the links below.
    Connection between Source Systems and BW
    http://help.sap.com/saphelp_nw70/helpdata/en/00/dc54384ac9a81be10000009b38f8cf/frameset.htm
    Creating SAP Source Systems
    http://help.sap.com/saphelp_nw70/helpdata/en/ac/4a4e38493e4774e10000009b38f889/frameset.htm
    BW connectivity(.doc)
    http://help.sap.com/bp_biv335/BI_EN/BBLibrary/documentation/B84_BB_ConfigGuide_EN_DE.doc
    For post installation activities check  the link below.
    https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=bwpostinstallation+&adv=false&sortby=cm_rnd_rankvalue
    Regards.

Maybe you are looking for