Configure virual path in Apache for reports

I need to configure a virtual path in Apache for Oracle reports.
Where do I have to do that?
null

I don't know for reports, but from an apache perspective, look at httpd.conf. Search for Alias ... and just copy that line. Change it to whatever virtual / real path you want.
Restart apache ... and you should have your new virtual path.

Similar Messages

  • How do you configure 8.1.7 NT/IFS 1.1 to use Apache for IFS?

    Now that the 8.1.7 version for NT and IFS 1.1 is out how do you configure it to use Apache for IFS?
    There is no 'ifsapachesetup' file included in the download (the CDs are still not available).
    Installed 8.1.7 database on a clean (no oracle) PC running NT server 4.0 sp4.
    Installed IFS 1.1 download using default selections except I unchecked the JWS option.
    The database works fine and the IFS agents appear to be operating properly.
    IFSMGR batch file works fine but how do you access the webui? Have tried ports 80, 8080, 7777, 7070, 100 and nothing works.
    null

    Hanne ....Greetings. The Apache HTTP server is up and running. Even better, my users can get to it! The URL issue, I think, really put a damper on what was otherwise a pretty clean install. Specifically, on page 9-9 of the Oracle Internet File System Release 1.1 Setup and Administration Guide; Part No. A81197-04, 1-Sep-00, that I downloaded from technet.oracle.com, the ifsapachesetup.exe reference, the port 7777 reference and then the invalid URL sent me round and round for awhile. When I saw Rick Post's post on the iFS Forum and then Brian Ball's response, I knew there was something incomplete about the documentation. When I figured out which parts of the 'system' need to be running, I saw that the /ifs/files URL would work if Apache and ifs were up, and it did.
    Also, I think the startup/shutdown of the OracleHTTPserver service vs the Start/Programs/oracle_home/Oracle HTTP server/Start....Stop could be clarified a little more. I did find out that you could accidently shut down the Apache server by closing the NT application window it runs in, whereas, starting HTTPserver from the services Services eliminates this (this I think is in the documentation).
    In short, I'm up and running. Neat product. Need an errata in the Release Notes or Installation Guide regarding this URL deal.
    thanks
    fred

  • Configure virtual path mapping for forms 11.1.2

    Hi
    How to configure virtual path mapping for "Oracle Fusion Middleware Forms and reports 11gR2 (11.1.2.0.0)" on my client?
    Configuration type = development.
    In forms 10g I configure it in "orion-web.xml".
    C:\oracle\ids\j2ee\DevSuite\application-deployments\forms\formsweb\orion-web.xml
    Regards
    Tobias

    If you use the development mode install in 11.1.2 I think you cannot use the "forms.conf" approach because you don't have an OHS installed.
    We've used the approach described in the following metalink document (solution no. 1) which works with deployment as well as development installations. Tested on 11.1.1.4 and 11.1.2.
    How to Create Virtual Mappings in Forms 11g [ID 1063043.1]
    (essentially you extend the WebLogic deployment plan for the formsapp to include the additional mappings and then redeploy the formsapp in WebLogic)
    Regards
    Andreas
    Edited by: Andreas Leidner on Dec 7, 2011 1:45 PM

  • Configuring the PATH for jdk1.3.1_01 in WindowsXP

    I need help in configuring the autoexec.bat file for jdk1.3.1_01 . I am running on WindowsXP. (I used to have win 98 on my old pc that crashed and had jdk1.2.1 and working just fine) Now I have a new pc and have tried the following:
    windir=C:\WINDOWS
    SET winbootdir=C:\WINDOWS
    SET COMSPEC=C:\WINDOWS\COMMAND.COM
    SET PATH=C:\WINDOWS;C:\WINDOWS\COMMAND;C:\jdk1.3.1_01\bin
    SET PROMPT=$p$g
    SET TEMP=C:\WINDOWS\TEMP
    SET TMP=C:\WINDOWS\TEMP
    When I type in C:\path ...it does not show the path I entered. I have no clue what I am doing and the instructions I printed out from sun just do not help me out at all. I really need to get this working so I can continue learning. If anyone can please straighten me out on this I would really appreciate it. Feel free to email me at [email protected]
    Thanks Reba

    Your PATH appears to be correct. However, to verify your PATH you should be able to type the following:
    c:\>echo %PATH%
    This will display your PATH setting on the console. In addition, you can verify that your PATH setting is correct by typing:
    c:\>java -version
    If your path is set correctly, you should see something like:
    java version "1.3.0"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.0-C)
    Java HotSpot(TM) Client VM (build 1.3.0-C, mixed mode)
    If, instead, you get something like:
    "Bad command or file name"
    Then your PATH is not configured correctly.
    Hope this helps.

  • The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError) Log on failed. Ensure the user name and password are correct. (rsLogonFailed) Logon failure: unknown user name or bad

    The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
    Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
    Logon failure: unknown user name or bad password 
    am using Windows integrated security,version of my sql server 2008R2
    I have go throgh the different articuls, they have given different answers,
    So any one give me the  exact soluction for this problem,
    Using service account then i will get the soluction or what?
    pls help me out it is urgent based.
    Regards
    Thanks!

    Hi Ychinnari,
    I have tested on my local environment and can reproduce the issue, as
    Vaishu00547 mentioned that the issue can be caused by the Execution Account you have configured in the Reporting Services Configuration Manager is not correct, Please update the Username and Password and restart the reporting services.
    Please also find more details information about when to use the execution account, if possible,please also not specify this account:
    This account is used under special circumstances when other sources of credentials are not available:
    When the report server connects to a data source that does not require credentials. Examples of data sources that might not require credentials include XML documents and some client-side database applications.
    When the report server connects to another server to retrieve external image files or other resources that are referenced in a report.
    Execution Account (SSRS Native Mode)
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • How to Configure logical path and how to retrieve physical path for an IDOC

    Hi ,
    I want to configure logical path for an IDOC,
    and then I need to retrieve Physical path from this logical path
    using a FM (eg. FILE_GET_NAME).
    How to configure the logical path for an idoc ?
    Regards ,
    Harshit Rungta

    Using Logical Files in ABAP Programs
    To create a physical file name from a logical file name in your ABAP programs, use the function module FILE_GET_NAME. To insert the function module call in your program, choose Edit ® Insert statement from the ABAP Editor screen. A dialog box appears. Select Call Function and enter FILE_GET_NAME. The parameters of this function module are listed below.
    Import parameters
    Parameters
    Function
    CLIENT
    The maintenance tables for the logical files and paths are client-dependent. Therefore, the desired client can be imported. The current client is stored in the system field SY-MANDT.
    LOGICAL_FILENAME
    Enter the logical file name in upper case letters that you want to convert.
    OPERATING_SYSTEM
    You can import any operating system that is contained in the list in Transaction SF04 (see Assigning Operating Systems to Syntax Groups). The physical file name will be created according to the syntax group to which the operating system is linked. The default parameter is the value of the system field
    SY-OPSYS.
    PARAMETER_1
    PARAMETER_2
    If you specify these import parameters, the reserved words  in the physical path names will be replaced by the imported values.
    USE_PRESENTATION
    _SERVER
    With this flag you can decide whether to import the operating system of the presentation server instead of the operating system imported by the parameter OPERATING_SYSTEM.
    WITH_FILE_EXTENSION
    If you set this flag unequal to SPACE, the file format defined for the logical file name is appended to the physical file name.
    Export Parameters
    Parameters
    Function
    EMERGENCY_FLAG
    If this parameter is unequal to SPACE, no physical name is defined in the logical path. An emergency physical name was created from table FILENAME and profile parameter DIR_GLOBAL.
    FILE_FORMAT
    This parameter is the file format defined for the logical file name. You can use this parameter, for example, to decide in which mode the file should be opened.
    FILE_NAME
    This parameter is the physical file name that you can use with the ABAP statements for working with files.
    Exception Parameters
    Parameters
    Function
    FILE_NOT_FOUND
    This exception is raised if the logical file is not defined.
    OTHERS
    This exception is raised if other errors occur.
    Suppose the logical file MYTEMP and the logical path TMP_SUB are defined as in the preceding topics and we have the following program:
    DATA: FLAG,
          FORMAT(3),
          FNAME(60).
    WRITE SY-OPSYS.
    CALL FUNCTION 'FILE_GET_NAME'
         EXPORTING
              LOGICAL_FILENAME        = 'MYTEMP'
              OPERATING_SYSTEM        = SY-OPSYS
              PARAMETER_1             = '01'
         IMPORTING
              EMERGENCY_FLAG          = FLAG
              FILE_FORMAT             = FORMAT
              FILE_NAME               = FNAME
         EXCEPTIONS
              FILE_NOT_FOUND          = 1
              OTHERS                  = 2.
    IF SY-SUBRC = 0.
      WRITE: /  'Flag      :', FLAG,
             / 'Format    :', FORMAT,
             / 'Phys. Name:', FNAME.
    ENDIF.
    The output appears as follows:
    HP-UX
    FLAG :
    FORMAT : BIN
    Phys. Name: /tmp/TEST01
    In this example, the R/3 System is running under the operating system HP-UX, which is member of the syntax group UNIX. The logical file name MYTEMP with the logical path TMP_SUB is converted into a physical file name /tmp/TEST01 as defined for the syntax group UNIX. The field FNAME can be used in the further flow of the program to work with file TEST01 in directory /tmp.
    Suppose we have a logical file name EMPTY with the physical file name TEST, connected to a logical path that has no specification of a physical path. If you replace the EXPORTING parameter 'MYTEMP' with 'EMPTY' in the above example, the output appears as follows:
    HP-UX
    FLAG : X
    FORMAT :
    Phys. Name: /usr/sap/S11/SYS/global/TEST
    The system created an emergency file name, whose path depends on the installation of the current R/3 System.

  • HOWTO configure parameter options in oracle apps R11i for reports ??

    Hello
    I've developed a character report with orientation = landscape ,width=180 and height=66 on my laptop.It takes FROM DATE & TO DATE input from user which are passed to the sql query.
    KINDLY GUIDE ME IN CONFIGURING PARAMETERS OPTIONS TO RUN THIS REPORT IN ORACLE APPLICATIONS 11i.
    More what would the Token Option be in my case.
    I'm pasting the sql query and the last line indicated in bold takes parameter.I'm working in the HR & PAYROLL SCHEMA.
    SELECT DISTINCT
    PAPF.PERSON_ID AS "PERSON_ID",
         PAPF.BUSINESS_GROUP_ID,
    PAPF.TITLE,
         PAPF.FIRST_NAME,
         PAPF.MIDDLE_NAMES,
         PAPF.LAST_NAME,
    PGD.SEGMENT4 AS "GRADE",
         PPG.SEGMENT1 AS "GROUP_NAME",
    PPG.SEGMENT2 AS "DEPARTMENT",
    PPEMP.PEM_ATTRIBUTE8 AS "PREVIOUS_SALARY",
    PAC.SEGMENT2 AS "SALARY_OFFERED",
    PQFS.TITLE AS "QUALIFICATIONS",
         (SELECT
         SUM(PPEMP.PEM_INFORMATION1)
              FROM
              PER_PREVIOUS_EMPLOYERS PPEMP
              WHERE
              PPEMP.PERSON_ID=PAPF.PERSON_ID
              AND PPEMP.BUSINESS_GROUP_ID=3788
              ) AS "RELEVANT_EXPERIENCE",
              (SELECT
              SUM(PPEMP.PERIOD_YEARS) ||' '||'Y'||' '|| SUM(PPEMP.PERIOD_MONTHS)||' '||'M'          
              FROM
              PER_PREVIOUS_EMPLOYERS PPEMP
              WHERE
              PPEMP.PERSON_ID=PAPF.PERSON_ID
              AND PPEMP.BUSINESS_GROUP_ID=3788
              ) AS "TOTAL_EXPERIENCE",
              (SELECT PJD.SEGMENT4
                   FROM                
                                  PER_JOBS PJ,
                                  PER_JOB_DEFINITIONS PJD
    WHERE                         PAPF.PERSON_ID=PAAF.PERSON_ID
    AND                              PAAF.JOB_ID=PJ.JOB_ID                          
    AND                          PJ.JOB_DEFINITION_ID = PJD.JOB_DEFINITION_ID
    AND                          PJ.BUSINESS_GROUP_ID = 3788) AS "FUNCTIONAL_TITLE"
    FROM
    PER_ALL_PEOPLE_F PAPF,
    PER_ALL_ASSIGNMENTS_F PAAF,
         PER_JOBS PJ,
         PER_JOB_DEFINITIONS PJD,
    PAY_PEOPLE_GROUPS PPG,
    PER_GRADES PG,
         PER_GRADE_DEFINITIONS PGD,
    PER_QUALIFICATIONS PQFS,
    PER_PREVIOUS_EMPLOYERS PPEMP,      
    HR_ALL_ORGANIZATION_UNITS HRAOU,
         PER_PERSON_ANALYSES PPALYS,
         PER_ANALYSIS_CRITERIA PAC,
         APPS.FND_ID_FLEX_STRUCTURES FIFS,
         HR_LOCATIONS_ALL HLA,
         PER_APPLICATIONS PA
    WHERE PAPF.PERSON_ID = PAAF.PERSON_ID
    AND PAAF.GRADE_ID = PG.GRADE_ID
    AND PG.GRADE_DEFINITION_ID = PGD.GRADE_DEFINITION_ID
    AND PAAF.PEOPLE_GROUP_ID = PPG.PEOPLE_GROUP_ID
    AND     PAAF.JOB_ID (+)=PJ.JOB_ID
    AND PJ.JOB_DEFINITION_ID (+)=PJD.JOB_DEFINITION_ID
    AND PQFS.PERSON_ID (+)= PAPF.PERSON_ID
    AND PPEMP.PERSON_ID (+)= PAPF.PERSON_ID
    AND HRAOU.ORGANIZATION_ID (+)= PAAF.ORGANIZATION_ID
    AND PAPF.BUSINESS_GROUP_ID=3788
    AND PAPF.EFFECTIVE_END_DATE=TO_DATE('31/12/4712','DD/MM/RRRR')
    AND PAAF.EFFECTIVE_END_DATE=TO_DATE('31/12/4712','DD/MM/RRRR')
    AND PAPF.CURRENT_APPLICANT_FLAG='Y'
    AND PAAF.ASSIGNMENT_TYPE='A'
    --AND    HRAOU.ORGANIZATION_ID = PAAF.ORGANIZATION_ID
    AND nvl(PPEMP.END_DATE,TO_DATE('31/12/4712','DD/MM/RRRR'))=nvl((SELECT MAX(END_DATE)
    FROM PER_PREVIOUS_EMPLOYERS P
              WHERE PPEMP.PERSON_ID=P.PERSON_ID),TO_DATE('31/12/4712','DD/MM/RRRR'))
    AND PAPF.PERSON_ID=PPALYS.PERSON_ID
    AND PPALYS.ANALYSIS_CRITERIA_ID=PAC.ANALYSIS_CRITERIA_ID
    AND FIFS.ID_FLEX_NUM=PAC.ID_FLEX_NUM
    AND FIFS.STRUCTURE_VIEW_NAME='HIRING APPROVAL'
    AND HLA.LOCATION_ID=PAAF.LOCATION_ID
    AND PA.PERSON_ID=PAAF.PERSON_ID
    AND PAPF.EFFECTIVE_START_DATE between :From_Date And :To_Date

    Hi Dinesh
    I have some bad news for you I'm afraid. Discoverer workbooks are not stored as SQL definitions, they are stored as BLOBs within the database. It is therefore not possibly to write any sort of query to interrogate the inner workings of a workbook. The only way to do this is to open each workbook in turn and analyze it.
    Sorry to be the bringer of bad news
    Best wishes
    Michael

  • How to configure apache for ssl in windows platform

    hi all,
    can anyone help me expalin how to configure apache for ssl in windows platform.

    George,
    I would take the following 'first steps'
    1)Install Apache20 on your Windows machine following the Apache online documentation
    http://httpd.apache.org/docs-2.0/misc/tutorials.html
    2)Make sure you can 'serve up' static HTML content from your Apache Server
    3)Install Weblogic Server per our online documentation
    http://edocs.bea.com/wls/docs61/install/index.html
    4)Also, make sure you can 'serve up' both static and dynamic (e.g., JSP) content
    directly from WLS server
    5)Once you have both of the above 'sanity' checks attempt to configure a simple
    proxy by ppath or mime type via our online documentation
    http://edocs.bea.com/wls/docs61/adminguide/apache.html#103803
    Chuck Nelson
    DRE
    BEA Technical Support

  • Configuration doc for Report painter

    Hi Friends,
    Can any one send configuration document for Report painter?
    [email protected]
    Regards
    Babu

    hi
    find this link
    http://www.virtuosollc.com/PDF/Get_Reporter.pdf

  • The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError) Log on failed. Ensure the user name and password are correct. (rsLogonFailed) The user name or password is incorrect

    I am able to run the report fine in BIDS in the preview window, and it deployes fine.  When it goes to view the report in the browser, I get the following error.  There is no domain, I am using a standalone computer with SQL Server and SSRS on
    this one machine.
    Can anyone point to where I might configure the permission it is looking for?  thanks!  Steven
    The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
    Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
    The user name or password is incorrect
    Steven DeSalvo

    Hi StevenDE2012,
    Based on the error message "The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)", it seems that the Unattended Execution Account settings in Reporting Services
    Configuration is not correct.
    Reporting Services provides a special account that is used for unattended report processing and for sending connection requests across the network. Unattended report processing refers to any report execution process that is triggered by an event rather than
    a user request. The report server uses the unattended report processing account to log on to the computer that hosts the external data source. This account is necessary because the credentials of the Report Server service account are never used to connect
    to other computers. To configure the account, please refer to the following steps:
    Start the Reporting Services Configuration tool and connect to the report server instance you want to configure.
    On the Execution Account page, select Specify an execution account.
    Type the account and password, retype the password, and then click Apply.
    In addition, please verify you have access to the Report Server database by following steps:
    Go to SQL Server Reporting Services Configuration Manager, make sure the configuration is correct.
    Go to Database, Verify that you can connect to the database.
    Make sure you are granted public and RSExecRole roles.
    Reference:
    Configure the Unattended Execution Account
    Configure a Report Server Database Connection
    If the problem is unresolved, i would appreciate it if you could give us detailed error log, it will help us move more quickly toward a solution.
    Thanks,
    Wendy Fu

  • Configure logshipping for report server database

    Hi All,
    Could some one please let me know the steps to be followed to configure logshipping for report server databases.
    Thanks in Advance,
    Regards, Kranthi

    Hi Kranthi,
    Based on my understanding, you want to know how to change the roles between primary server and secondary server when primary server goes down. Also you want to know when you should install reporting service on secondary to make sure reporting service could
    be used by application team.
    When primary server goes down, you should manually fail over to the secondary server and make it your new primary server. Before changing roles between primary server and secondary server, you should initial role change. For more information, please refer
    to this link: http://msdn.microsoft.com/en-us/library/ms178117.aspx.
    Besides, considering lots of time of reporting service installation and downtime during failover, I recommend you to install reporting service on secondary before configuring log shipping. When application team want to use reporting service with reportserver
    database after you performing fail over to the secondary server, you can follow bellow steps to reset the database which will be used by reporting service:
    Open Reporting Services Configuration Manager\Database.
    Click Change database in the Current Report Server Database section.
    On Action page, check Choose an existing report server database box. Click Next.
    On Database Server page, type the secondary sever name then connect to it. Click Next.
    On Database page, select the reportserver database from the drop-down menu of Report Server Database. Click Next.
    Set the credentials, then click Finish on Progress and Finish page.
    If you have any questions, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • LabView Exe Applicatio​n file not launch Excel applicatio​n for report generation

    Dear All,
    I created one LabVIEW application file for report generation (using Excel Template).
    While I run the program in programming mode it works well and create the report file in the specified path.
    After creation of the application file(exe), it gives the correct path of where the excel template is placed. The same path is given to New Report.vi, but it gives the error 'File Not Found'.
    Tell me, is any other configuration required for generating Excel reports? (During exe application mode)
    Give me the solution.
    Thank You
    Jegan.

    Hello,
    Most likely you are encountering a problem of stripping and/or building paths.  Probably the easiest thing to do is put a couple indicators on your front panel for the path or paths you care about, build your exe, and make sure you are really using the path you'd like.  If you always put the report at some deterministic place relative to the exe (that is, even it the exe is moved, it will go with the exe and remain in the same relative path location, then you can use the Current VIs Path funtion found in the ... File I/O -> File Constants palette as a start path (where you will want to strip at least the exe name off of course).
    I think this will bring some clarity to the issue!
    Best Regards,
    JLS
    Best,
    JLS
    Sixclear

  • Error while creating logical port for Reporting

    Hi,
    In one of the training materials for Duet Enterprise, i saw the steps for creating logical port for the consumer proxy /IWTNG/CO_PXY_RECORDS_REPOSITO.
    When i am trying to create the logical port, i am getting an error saying,
    " SRT Framework exception: Error in WSDL access: Exception occurred in communication framework:Error in HTTP Framework:500 Native SSL error
    https://<server:port>/_vti_bin/OBAFileReceiver.asmx?wsdl "
    I would like to know is it really necessary to create this logical port for "Reporting Scenario" and is it not created automaticallly using the Installation Wizard??
    And in case it has to be created, how to resolve this SRT framework exception?
    ~ Ramanath.

    Hi,
    the consumer proxy  /IWTNG/CO_PXY_RECORDS_REPOSITO was used in Duet Enterprise SP01. Now with SP02 the consume proxy /IWTNG/CO_OBAFILE_RECEIVER_SOA is created.
    However, the SSL error that you are getting looks a little strange (it does not mean that there is an error, but it is worth checking):
    So can you go to SOAMANAGER -> Service Administration -> Single Service Configuration. In here select "Consumer Proxy" from the "Search by", Search Pattern "/IWTNG/CO_OBAFILE_RECEIVER_SOA" and Field: Both.
    You should find one entry. Select it and click "Apply Selection".
    Now go to the Configurations tab. Here you should see one Logical Port with name "LOGICALPORTFORREPORTING" with Creation Type "Manually Created". In fact this logical port was created by the Wizard.
    Click on Display and scroll down again. Now in the "Additional Information" tab there is a string after HTTP Destination, e.g. 0050568E3F5A1ED096F22339C44BAF83.
    Copy this value and go to your SAP GUI -> Transaction SM59.
    Here click on Find/Search and search for this HTTP Destination. You should find one Type G RFC Destination that has the target host of your SharePoint server and the path prefix /_vti_bin/OBAFileReceiver.asmx.
    Now you can test the service. Just click on Connection Test. The result should be a HTTP Response: 200.
    If not, then something went wrong with the automatic configuration and we should take another look at it (for example maybe the SSL certificate from SharePoint that was imported by the Wizard is not valid)
    Regards,
    Holger.
    PS. Don't use the "Ping Web Service" test from SOAMANGER -- unfortunately this is not working consistently.

  • How to set up hierarchy for GL Accounts - for reporting purpose

    Hi All,
    we are using OBIEE 10g with Oracle R12 as our OLTP.
    my question is that I have configured - Section 3.2.1.6.1, "How to Configure GL Account Hierarchies Using GL Accounting Flexfield Value Sets Definitions."
    and I'm getting the correct hierarchy now.
    few codes from my config files given below. we have used Actual Parent Account numbers in order to sort the TrialBal report in a particular format, Group Account Num in character format were not serving our purpose.
    Now as you can see with this configuration obviously the standard reports (Balancesheet) are coming blank.
    I would need to configure these group account codes for every BMM layer folder to include our group account numbers.
    Also I need to have a specific format for balancesheet ..now seeing the below format please advice me where and how do i configure this drill down hierarchy?
    because "Non Current Assets>>Fixed Assets" "Investments" are just group labels and not defined in the system anywhere. so how do I achieve this format in the report with drill down
    Balance Sheet Format like below-
    Sl No     Particulars
    A     Non Current Assets
    A.1     Fixed Assets
    A.1.1     Fixed Assets
    A.1.1.1     Asset Cost (total Balances frm natural GL Account 101010 to 101130)
    A.1.1.2     Accumulated Depreciation (total Balances frm natural GL Account frm 105010 to 105160)
    A.1.1.3     Asset Clearing (total Balances frm natural GL Account frm 104510 to 104630)
    A.1.2     CWIP (total Balances frm natural GL Account frm 102010 to 102120)
    A.1.3     Intangibles (similarly like above some account range)
    A.1.3.1     Intangibles Cost (similarly like above some account range)
    A.1.3.2     Accumulated Amortization (similarly like above some account range)
    A.2     Investments
    A.2.1     Investment in Shares
    A.2.2     Investment in New Ventures
    A.2.3     Investment in Properties
    A.2.4     Properties under Construction
    A.2.5     Advances for Investment Properties
    B     Current Assets
    B.1     Inventories
    B.1.1     Finished Goods
    B.1.2     Packing Materials
    etc.
    file_group_acct_codes_ora.csv
    CHART
    OF
    ACCOUNTS
    ID FROM ACCT TO ACCT     GROUP_ACCT_NUM
    50328     101010     101999     101000
    50328     102010     102999     102000
    50328     103010     103999     103000
    50328     104010     104210     104000
    50328     104501     104999     104500
    50328     105010     105160     105000
    =========================================
    file_group_acct_names.csv
    GROUP_
    ACCOUNT
    NUM     GROUP_ACCOUNT_NAME     LANGUAGE
    101000     Fixed Assets-Cost     E
    102000     Capital Work In Progress-Cost     E
    103000     Asset Cost-Intangibles     E
    104000     Fixed Assets-Cost Clearing     E
    104500     CWIP Cost Clearing     E
    ==========================================
    file_grpact_fstmt.csv
    GROUP FIN_STMT
    ACCT       ITEM GL_ACCT_
    NUM     CODE     CATCODE
    101000     AP     BS
    102000     AP     BS
    103000     AP     BS
    104000     AP     BS
    104500     AP     BS
    ===============================================
    file_glacct_segment_config_ora.csv
    CHART OF ACCOUNTS_ID     SEG1     SEG1_VALUESETID     SEG2     SEG2_VALUESETID     SEG3     SEG3_VALUESETID     SEG4     SEG4_VALUESETID     SEG5     SEG5_VALUESETID     SEG6     SEG6_VALUESETID     SEG7     SEG7_VALUESETID
    50328     SEGMENT1     1013524     SEGMENT2     1013525     SEGMENT3     1013526     SEGMENT4     1013527     SEGMENT5     1013524     SEGMENT6     1013528     SEGMENT7     1013529
    AGGREGATION     Y          Y          Y          Y          Y          Y          Y
    ==================================================

    Dear Balaji,
    You can directly create hierarchies in the transaction COMM_HIERARCHY.
    You can assign Category Hierarchies to Applications in the IMG (transaction SPRO): Cross-Application Components => SAP Product => Product Category => Assign Category Hierarchies to Applications.
    (Alternatively, you can transport selected hierarchies and their categories to a specified target system in the same IMG path Cross-Application Components => SAP Product => Product Category => Transport Categories.)
    Hope I was able to help you!
    imre

  • Error during making Apache for AIX

    Hello all.
    I want to install SAP Content Server 6.40 for AIX 5.2.
    Before it I must to install Apache Server.
    I have Apache 1.3.41 GCC 3.3.2
    I install GCC in /usr/local/bin. My user has this path in env.
    Add CFLAGS= -q64, LDFLAGS=-q64 and EXTRA_LDFLAGS_SHLIB=b64 (note 664384).
    First I configure my Apache, all is ok. No errors.
    Then I perform command MAKE and have such errors:
    ===> src
    ===> src/regex
    Target "all" is up to date.
    Target "lib" is up to date.
    <=== src/regex
    ===> src/os/unix
            gcc -c  -I../../os/unix -I../../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../../apaci` os.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../../os/unix -I../../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../../apaci` os-inline.c
    gcc: unrecognized option `-q64'
            rm -f libos.a
            ar -Xany cr libos.a os.o os-inline.o
            ranlib libos.a
    Target "all" is up to date.
    <=== src/os/unix
    ===> src/ap
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_cpystrn.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_execve.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_fnmatch.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_getpass.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_md5c.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_signal.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_slack.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_snprintf.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_sha1.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_checkpass.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_base64.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_ebcdic.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` ap_strtol.c
    gcc: unrecognized option `-q64'
            rm -f libap.a
            ar -Xany cr libap.a ap_cpystrn.o ap_execve.o ap_fnmatch.o ap_getpass.o ap_md5c.o ap_signal.o  ap_slack.o ap_snprintf.o ap_sha1.o ap_checkpass.o ap_base64.o ap_ebcdic.o  ap_strtol.o
            ranlib libap.a
    Target "all" is up to date.
    <=== src/ap
    ===> src/main
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` gen_test_char.c
    gcc: unrecognized option `-q64'
            gcc  -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` -lm -lpthread -q64 -o gen_test_char gen_test_char.o  -lexpat -lld
    gcc: unrecognized option `-q64'
    gcc: unrecognized option `-q64'
            ./gen_test_char >test_char.h
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` alloc.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` buff.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` http_config.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` http_core.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` http_log.c
    gcc: unrecognized option `-q64'
            gcc -c  -I../os/unix -I../include   -DAIX=530 -U__STR__ -DAIX_BIND_PROCESSOR -DUSE_HSREGEX -q64 `../apaci` http_main.c
    gcc: unrecognized option `-q64'
    In file included from http_main.c:649:
    /usr/include/pthread.h:666: error: parse error before '*' token
    /usr/include/pthread.h:669: error: parse error before '*' token
    /usr/include/pthread.h:672: error: parse error before '*' token
    /usr/include/pthread.h:675: error: parse error before '*' token
    /usr/include/pthread.h:678: error: parse error before '*' token
    /usr/include/pthread.h:686: error: parse error before '*' token
    /usr/include/pthread.h:689: error: parse error before '*' token
    /usr/include/pthread.h:692: error: parse error before '*' token
    /usr/include/pthread.h:695: error: parse error before '*' token
    /usr/include/pthread.h:703: error: parse error before '*' token
    /usr/include/pthread.h:707: error: parse error before '*' token
    /usr/include/pthread.h:710: error: parse error before '*' token
    make: 1254-004 The error code from the last command is 1.
    Stop.
    make: 1254-004 The error code from the last command is 1.
    Stop.
    make: 1254-004 The error code from the last command is 2.
    Stop.
    make: 1254-004 The error code from the last command is 2.
    Stop.
    What can I do to delete this error?
    Thank you.

    Hi Elena,
    you have to perform the following steps:
    1.     Unpack apache source tar files (Version 1.3.29) into the homedirectory of the Contentserver Users (e.g. /home/cs)
    2.     Chnage to the created apache directory (e.g.: /home/cs/apache_1.3.29)
    3.     Maintain the file ./src/Configure
    a)     Search for the expression    -ibm-aix[45678].)
    Change the CFLAGS line
    from     CFLAGS="$CFLAGS -DAIX=$PLATOSVERSNUM -U__STR__"
    to         CFLAGS="$CFLAGS -maix64 -DAIX=$PLATOSVERSNUM -U__STR__"
    It should look like this:
    -ibm-aix[45678].)
    PLATOSVERS=`echo $PLAT | sed 's/^.*ibm-aix//'`
    OS="AIX $PLATOSVERS"
    PLATOSVERSNUM=`echo $PLATOSVERS | sed 's/\.//'`
    if test $PLATOSVERSNUM -ge 43; then
    PLATOSVERSNUM=`oslevel | sed 's/\.//g' | sed 's/.$//'`
    else
    PLATOSVERSNUM="$PLATOSVERSNUM"0
    fi
    PLATOSVERSNUM is a three digit number at this point
    CFLAGS="$CFLAGS -maix64 -DAIX=$PLATOSVERSNUM -U__STR__"
    b)     Search for RANLIB="ranlib"
    Change this entry
    from     RANLIB="ranlib"
    to        RANLIB="ranlib -X32_64"
    It should look like this:
    OK, now handle RANLIB
    if [ "x$RANLIB" = "x" ]; then
    if [ "x$TRANLIB" != "x" ]; then
    RANLIB=$TRANLIB
    else
    if ./helpers/PrintPath -s ranlib; then
    RANLIB="ranlib -X32_64"
    else
    RANLIB="true"
    fi
    fi
    fi
    c)     Search for "ar cr"
    Change this entry
    from  "ar cr"
    to      "ar -cr -X32_64"
    4.     Now you have to change the line with "ar cr" to "ar -cr -X32_64" in all makefile templates.
    You can do this with a script like this:
    #!/bin/ksh
    find . -name "Makefile.tmpl" | xargs grep "ar cr $@" | cut -f1 -d":" | while read DATEI
    do
    echo "Bearbeite "$DATEI
    rm -f ./helpme
    cat $DATEI | sed "s/ar cr/ar -cr -X32_64/" > ./helpme
    rm -f $DATEI
    mv ./helpme $DATEI
    done
    5.     Now you can configure, compile and link apache:
    Do it like this:
    export OBJECT_MODE=64
    ./configure --prefix=HOMEDIRECTORY_WEBSERVER --enable-module=info --enable-shared=info
    make
    make install
    After this activity you can install the content/cache server with the normal sap install process and finally you can start the apache webserver with HOMEDIRECTORY_WEBSERVER/bin/apachectl start
    Hope this helps
    Axel

Maybe you are looking for

  • Deletion is taking long time using forall

    Hi,        i am  inserting and deleting the rows using forall. insert taking less time to inset the rows but while coming to deletion it is taking more than 5 days long time to delete 18.5 million rows in a table using forall. the main table having 7

  • I have placed a photoshop file within a new picture and it will not display

    i have placed a psd file within a new psd file and it will not display.  It flashed on the screen for a moment and then disappeared, and no matter how many times I try, it will not show

  • Oracle 8i expiration date

    i want to know the oracle 8i expiration date becouse i have given 4 papers & i want to give performance & tuninig paper in second week of march is there still time so that i can complete my ocp dba track 8i cerification.plz let me know.

  • Javascript on page fragment

    Hi All, On my .jsff I'm trying to use JavaScript to have the inputText changed to uppercase once the user enters value. Like usual I have the clientListener on my inputText and the javascript function is shown below <af:clientListener method="toUpper

  • Question about resizing a window

    hi, i have a null-layout window which is resizable. the origin size is e.g. 500x300. my question: how can i manage it that resizing is only possible up to specific values for height and width, e.g. 300x150? in other words: i want to define the smalle