Configuring Project source Structure.

When I create any project, IDE considers "src" as source packages folder and "test" as test packages folder.
Instead I want to configure the IDE to use "src/java" as Source Packages and "src/test" as Test Packages.
I tried editing build.properties under $HOME/.jstudio/Enttrp1/build.properties file and adding
src.dir=src\\java
test.dir=src\\testI restarted the IDE and tried creating new project, but the IDE did not consider these values and more over the "Source Packages" node went missing.
Please Help me in configuring the IDE to fit my needs.

You can edit the nbproject/project.properties file, making the src.dir and test.src.dir properties point to whereever you want. Just make sure that the directories they point to exists at the moment you open the project.
You can as well add other source and tests source roots top the project alongside the default ones. To do this, right click on your project's node, choose Properties->Sources and add/remove folders under Source Package Folders or Test Package Folders.

Similar Messages

  • Error while creating WBS element.. regarding source structure

    I am creating a project and then a WBS element. Its a investment project. While creating WBS element XXX, it gives me error that "WBS element XXX: SOurce assignments for source structure A1 missing in Investment Profile ZZZZZ."
    What shall I check? what could be the reason?
    Thanks,
    A

    hi,
    In this IMG activity, you define the source structures used when settling and costing joint products.
    A source structure contains several source assignments, each of which contains the individual cost elements or cost element intervals to be settled using the same distribution rules
    Just consult with your CO Consultant...
    Venkatesh

  • Problem in work flow of PE while mapping 2 source structure into 1 target

    We have scenario in BPM where in we have to mapp 2 source structure's into target.
    To be more specific one structure occurance is 0 to unbounded and other one is of single occurance.
    We have done the mapping with target structure and tested it manually in mapping . its working fine..
    While testing it in Configuration scenario, In the workflow process i.e PE process flow, we were not able to get one of the source message structure as the input Message. Instead of two source messages, it is seen only one. Please guide us in this issue.

    actually we are receiving only one message, henece we do not need a correleation. But once we receive this message we are splitting into multiple messages in the transformation step. and we use these split messages in different transformation steps. but in one of the transformation steps we are unable see one of the split messages in the transformation step(though we have used the proper container element.). Please let me know if any ideas on this.

  • Correctness of the source structure

    Dear Experts,
    Its a case of synchrounous communication between SOAP application to PROXY.
    The source interface was designed bases on the below reqr:
    The sender would send 1 sales order and 1 sales order would contain multiple Material Number.
    Sales order and Material Number are mandatory fields. The source structure look like:
    MT_Send------(1:1)
    SalesOrd-----(1:1)
    Field2-------(1:1)
    Field3-------(1:1)
    Field4-------(0:1)
    Line Item-----(0:unbounded)
    MatNo-------(1:unbounded)
    Field6-------(0:1)
    The source request and receiver request are same in structure.
    MT_Recv-------(1:1)
    SalesOrd-------(1:1)
    Field2-------(1:1)
    Field3-------(1:1)
    Field4-------(0:1)
    Line Item-----(0:unbounded)
    MatNo-------(1:unbounded)
    Field6-------(0:1)
    1. Need suggestions from experts whether the occurence of the fields in the soruce is correct.
    2. when configuration was tested ( Mapping is 1:1),I receive the following error text in the operation mapping level:
    IllegalInstanceException: Cannot create target element /ns0:MT_SAP_PROXY_REQUEST. Values missing in queue context. Target XSD requires a value for this element, but the target-field mapping does not create one. Check whether the XML
    instance is valid for the source XSD, and whether the target-field mapping fulfils the requirement of the target XSD. I have put the correct payload.
    3. Testing message maapings works fine between source and receiver structure. Also I debugged thru Display queue.
    Kindly provide me all your valubale inputs.
    Regards
    Alice Rebecca

    Dear Raj and Experts,
    Could you throw some light on my querry.
    The sender would send 1 sales order and 1 sales order would contain multiple Material Number.
    Sales order and Material Number are mandatory fields. The source structure look like:
    MT_Send------(1:1)
    SalesOrd-----(1:1)
    Field2-------(1:1)
    Field3-------(1:1)
    Field4-------(0:1)
    Line Item-----(0:unbounded)
    MatNo-------(1:unbounded)
    Field6-------(0:1)
    The source request and receiver request are same in structure.
    MT_Recv-------(1:1)
    SalesOrd-------(1:1)
    Field2-------(1:1)
    Field3-------(1:1)
    Field4-------(0:1)
    Line Item-----(0:unbounded)
    MatNo-------(1:unbounded)
    Field6-------(0:1)

  • Determining Source Structure u0096 for LSMW to upload Purchasing Info records?

    I am trying to use program RM06IBI0 through LSMW to upload Purchasing Info records. While configuring LSMW, how do I determine the source structure? Can anybody please help me with an example?
    Thanks,
    Ketan

    hi dear
    first of all record all the fields which you require through shdb including your vendor code and esokz.
    now
    generate a structure for mapping the fields through table maintainence generator option.you can add any number of fields there.
    actully this must include all the fields which are being fetched from the your flat file.
    please revert back if u find problem.
    reward points if it find useful
    regards
    amit singla

  • Java / XSLT configuration project

    Hi
    Just wondering if anyone know�s if there are any Java / XSLT configuration project out there at the moment, open source or not.
    I�m going to be developing a drag and drop interface to develop html page using java, xslt and xml. Instead of hand writing the xslt each time, I hoping to develop something where I�II have a couple of different templates that will be populated using Java and XML
    Cheers in advance
    f

    I wrote a web application that uses XSLT to generate its HTML output once. And I did have the word "template" in mind. So basically each page is an XSLT document and the Java code feeds it XML (in the form of SAX events).
    But it's not "out there" in the sense that you can grab its code off the Internet.

  • Oracle Service Bus configuration project deployment problem

    I cannot deploy the "OSB30 Book Conf" configuration project to the server. "The specified domain path is not a valid Oracle Service Bus domain" error appears. Where is the domain path specified? Where can I get know which paths are valid Oracle Service Bus domains?
    I am using OSB 10.3.1, WebLogic server 10.3, Oracle Workshop for WebLogic 10.3 running on RHEL4.
    Thank you.

    Your first message about "THE SPECIFIED DOMAIN PATH IS NOT A VALID ORACLE SERVICE BUS DOMAIN" is the most annoyingly stupid message and wasted days of my time when I was trying to script the creation of an OSB domain.
    The way Workshop decides that a domain is a valid OSB domain or not is by checking the config.xml for the prescense of "lib/kernel.ear" - if that's not EXACTLY like that, that it decides its not a valid domain.
    If you look in the config.xml, you must have an entry like
    <app-deployment>
    <name>XBus Kernel</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>C:\osb1031\osb_10.3/lib/kernelEar</source-path>
    and not something like this
    <app-deployment>
    <name>XBus Kernel</name>
    <target>AdminServer</target>
    <module-type>ear</module-type>
    <source-path>c:\domains\user_projects\applications\MyESB11g/kernelEar</source-path>
    It's all to do with the path you choose for the applications when creating the domain and there's a bug raised for it. Sounds like you're working anyway.
    Pete

  • Unable to deploy OSB configuration project

    Hi,
    On WebLogic 10.3.0.0, I have been successfully deploying an OSB configuration project until today. When I tried today, I get the following error (from Oracle Workshop for Weblogic's error log view):
    org.eclipse.core.runtime.CoreException: Error publishing new container for: OSB Configuration
         at com.bea.alsb.server.publish.ALSBPublishOperation.publishNewContainer(ALSBPublishOperation.java:302)
         at com.bea.alsb.server.publish.ALSBPublishOperation.execute(ALSBPublishOperation.java:150)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.performTasks(WeblogicServerBehaviour.java:1189)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishToServer(WeblogicServerBehaviour.java:744)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:607)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:503)
         at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)
         at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)
         at org.eclipse.wst.server.core.internal.ServerWorkingCopy.publish(ServerWorkingCopy.java:635)
         at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    org.eclipse.core.runtime.CoreException[4000]: com.bea.alsb.core.repositories.RepositoryException: Error creating the Configuration Jar.
         at com.bea.alsb.core.internal.repositories.jar.ConfigFactory.createForProjects(ConfigFactory.java:132)
         at com.bea.alsb.core.internal.repositories.jar.ConfigFactory.createAllProjects(ConfigFactory.java:97)
         at com.bea.alsb.server.publish.ALSBPublishOperation.publishNewContainer(ALSBPublishOperation.java:290)
         at com.bea.alsb.server.publish.ALSBPublishOperation.execute(ALSBPublishOperation.java:150)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.performTasks(WeblogicServerBehaviour.java:1189)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishToServer(WeblogicServerBehaviour.java:744)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publishOnce(WeblogicServerBehaviour.java:607)
         at com.bea.workshop.wls.core.server.internal.WeblogicServerBehaviour.publish(WeblogicServerBehaviour.java:503)
         at org.eclipse.wst.server.core.internal.Server.doPublish(Server.java:887)
         at org.eclipse.wst.server.core.internal.Server.publish(Server.java:874)
         at org.eclipse.wst.server.core.internal.ServerWorkingCopy.publish(ServerWorkingCopy.java:635)
         at org.eclipse.wst.server.core.internal.PublishServerJob.run(PublishServerJob.java:72)
         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
    Caused by: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte.
         at com.rsa.jsafe.JA_PKCS5Padding.a(Unknown Source)
         at com.rsa.jsafe.JG_BlockCipher.decryptFinal(Unknown Source)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptBytes(JSafeEncryptionServiceImpl.java:68)
         at weblogic.security.internal.encryption.JSafeEncryptionServiceImpl.decryptString(JSafeEncryptionServiceImpl.java:94)
         at weblogic.security.internal.encryption.ClearOrEncryptedService.decrypt(ClearOrEncryptedService.java:87)
         at com.bea.wli.sb.security.EncryptionServiceImpl.decrypt(EncryptionServiceImpl.java:67)
         at com.bea.wli.sb.security.EncryptionServiceImpl.decryptOrClear(EncryptionServiceImpl.java:82)
         at com.bea.wli.sb.svcacct.EncryptionHelper.decryptOrClear(EncryptionHelper.java:55)
         at com.bea.wli.sb.svcacct.EncryptionHelper.toXML(EncryptionHelper.java:88)
         at com.bea.wli.sb.svcacct.EncryptionHelper.toXML(EncryptionHelper.java:76)
         at com.bea.wli.sb.svcacct.StaticServiceAccountConfig.toXML(StaticServiceAccountConfig.java:279)
         at com.bea.wli.sb.svcacct.StaticServiceAccountConfig.toExportedForm(StaticServiceAccountConfig.java:151)
         at com.bea.wli.sb.svcacct.StaticServiceAccountConfig.toExportedForm(StaticServiceAccountConfig.java:44)
         at com.bea.wli.sb.svcacct.ServiceAccountValueRepresentation.fromCanonical(ServiceAccountValueRepresentation.java:98)
         at com.bea.wli.config.importexport.ConfigJar$SerializedForm$ResourceInfo.<init>(ConfigJar.java:898)
         at com.bea.wli.config.importexport.ConfigJar$SerializedForm.addResourceForExport(ConfigJar.java:1106)
         at com.bea.wli.config.importexport.ConfigJar$SerializedForm.<init>(ConfigJar.java:990)
         at com.bea.wli.config.task.impl.ExportTask._execute(ExportTask.java:174)
         at com.bea.wli.config.task.impl.ExportTask._execute(ExportTask.java:62)
         at com.bea.wli.config.task.impl.SessionedTask$1.execute(SessionedTask.java:224)
         at com.bea.wli.config.transaction.TransactionalTask._doExecute(TransactionalTask.java:217)
         at com.bea.wli.config.transaction.TransactionalTask._doExecuteWithRetry(TransactionalTask.java:162)
         at com.bea.wli.config.transaction.TransactionalTask.doExecute(TransactionalTask.java:142)
         at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:227)
         at com.bea.wli.config.task.impl.SessionedTask.doExecute(SessionedTask.java:185)
         at com.bea.wli.config.task.impl.ExportTask.exportProjectLevel(ExportTask.java:138)
         at com.bea.wli.config.mbeans.Config.exportProjects(Config.java:493)
         at com.bea.alsb.core.internal.repositories.jar.ConfigFactory.createForProjects(ConfigFactory.java:127)
         ... 12 more
    and it will not deploy.
    Any ideas?

    "Caused by: com.rsa.jsafe.JSAFE_PaddingException: Could not perform unpadding: invalid pad byte."
    This happens when your SerailizedSystemIni.dat (${DOMAIN_HOME}/security) file is somehow been modified.
    What you can try to do is to generate the encrypted passwords again by using the encrypt utility (http://download.oracle.com/docs/cd/E21764_01/web.1111/e13749/utils.htm#i1209774)
    - Make a back-up copy of the config.xml file (located in the ${DOMAIN_HOME}/config directory)
    - Navigate to the domain-home directory (An encrypted string must have been encrypted by the encryption service in the WebLogic domain where it will be used. If not, the server will not be able to decrypt the string.)
    - Set the weblogic environment by running setWLSEnv (located in the ${WL_HOME}/server/bin directory)
    - Run java weblogic.security.Encrypt MyAdminPassword
    - Edit your config.xml file and replace the encrypted entries (all the credential-encrypted and node-manager-password-encrypted elements) with the newly generated one.

  • Configuration of Payscale Structure and Paygrade Structure

    Hi SDN
    I need to configure Payroll (Singapore). I would like to ask is it possible to create both payscale structure and paygrade structure for my project?
    How do I go about configuring both structure? Is there any things to take note of while doing configuration for these structures.
    Please help as Im new with SAP HCM
    Many thanks in advance
    Regards
    Eisabess

    Personnel Calculation Rule:(PCR)
      A personnel calculation rule is a frame of work instruction that is checked with the existing conditions and a resulting action is performed. The Personnel Calculation rule allows one wage type to be processed in different ways in payroll accounting. The value of the standard pay wage type should be used as a basis of valuation for hourly wage earners. The value of the standard pay wage type should be divided by the planned working hours before being used as a basis of valuation for salaried employees.
    1 u2013 Hourly wage earner
    2 u2013 Monthly wage earner
    3 u2013 Salaried employee
    Collective Agreement Provisions: (CAP) :
    A standard agreement designates the same pay scale groups and level for both hourly wage earners and salaried employees, however the user must still be able to enter hourly or monthly values in the pay scale table.
    1 u2013 Industrial workers / hourly wage
    2 u2013 Industrial workers / monthly wage
    3 u2013 Salaried employee
    4 u2013 Non Pay scale employees
    5 u2013 Public servant

  • Configuration of enterprise structure from Logistic Perspective

    Hi expert,
    I have to configure the enterprise structure from Logistic perspective for a roll out project.
    So please explain me step by steps configuration for this.
    I will be very grateful.
    Regards,
    Vivek

    HI
    Please find the details below.
    Client:
    Client is an environment where we are working. A client is an organisation term it is an independent unit in the system, each unit consist of own environment and there fore its has own master data or transaction data assigned ,user master records and chart of accounts.
    Master data:
    The data, which is the basis for all the SD processing.
    Type of Master Data:
    1.Organizational data: this is the structure of the company where by each business is represented by a hierarchical element.
    2. Customer master data: the data where all data regarding customer and material are stored.
    3. Documents: the business transaction is stored in the documents.
    4. Global Settings: it is one in which we define country keys and currencies.
    Company code:
    Legal entity and an independent accounting unit at company code level, where we create balance sheet and profit and loss accounts.
    Sales organization:
    An organizational unit that sells and distributes products, negotiates terms of sale, and is responsible for these transactions.
    Distribution channel:
    Channel through which materials or services reach customers. Typical distribution channels include wholesale, retail and direct sales. You can assign a distribution channel to one or more sales organizations.
    Division:
    Product groups can be defined for a wide-ranging spectrum of products. For every division you can make customer-specific agreements on, for example, partial deliveries, pricing and terms of payment. Within a division you can carry out statistical analyses or set up separate marketing.
    Sales area:
    Combination of Sales organisation, Distribution Channel, and division.
    Sales Office.
    Geographical aspects of the organization in business development and sales are defined using the term sales office. A sales office can be considered as a subsidiary.
    Sales offices are assigned to sales areas. If you enter a sales order for a sales office within a certain sales area, the sales office must be assigned to that area.
    Sales Group.
    The staff of a sales office may be subdivided into sales groups. For example, sales groups can be defined for individual divisions.
    Salespersons.
    Individual personnel master records are used to manage data about salespersons. You can assign a sales person to a sales group in the personnel master record.
    Plant:
    A plant is a place where either material are produced or goods and services provided.
    Storage location:
    Where we store the material.
    Shipping point:
    It is a physical location where we load the goods in order to deliver.
    Loading point:
    It is a point where we load and unload the material by means of equipments.
    Business Area.
    A unit in an enterprise, grouping product and market combinations as homogeneously as possible for the purpose of developing unified business policy.
    Financial Accounting (FI).
    A business area is an organizational unit within financial accounting which represents a separate area of operations or responsibilities within an organization.
    The system posts costs and revenue according to the business area.
    The business area can be Assigned to the:
    sales area (if the accounts are to be posted according to sales)
    plant/division (if the accounts are to be posted according to products)
    Financial accounting transactions can be allocated to a specific business area.
    Credit control area.
    Organizational unit in an organization that specifies and checks credit limits for customers. A credit control area can include one or more company codes. It is not possible to assign a company code to more than one credit control areas.
    SD
    1. Define Sales Organization --Ex 1000
    IMG -> Enterprise Structure -> Definition -> Sales and Distribution -> Define, copy, delete, check Sales organization
    2. Define Distribution Channel -- Ex 10
    IMG -> Enterprise Structure -> Definition -> Sales and Distribution -> Define, copy, delete, check distribution channel
    3. Define Division--Ex 20
    IMG -> Enterprise Structure -> Definition -> Logistics - General -> Define, copy, delete, check division
    4.Assigning Sales Organization to Company Code
    For example 1000<-->1000(Company code)
    IMG -> Enterprise Structure -> Assignment -> Sales and Distribution -> Assign Sales Organziation to Company Code
    5. Assigning Distribution Channel to Sales Organization
    For example 10<-->1000
    IMG -> Enterprise Structure -> Assignment -> Sales and Distribution > Assign distribution channel to sales organization
    6. Assigning Division to Sales Organization
    For example 20 <-->1000
    IMG -> Enterprise Structure -> Assignment -> Sales and Distribution -> Assign division to sales organization
    7. Set up Sales Area
    For example 1000 --10 --20
    IMG ->Enterprise Structure -> Assignment -> Sales and Distribution -> Set up sales area
    8. Assigning Sales Organization- Distribution Channel- Plant
    For example 1000 -- 10 -- 1000(Plant)
    IMG -> Enterprise Structure -> Assignment -> Sales and Distribution -> Assign sales organization - distribution channel - plant
    9. Define Shipping Points
    For example 1200
    IMG -> Enterprise Structure -> Definition -> Logistics Execution -> Define, copy, delete, check shipping point
    10 Assigning Shipping Point to Plant
    For example 1200 --- 1000
    IMG -> Enterprise Structure -> Assignment -> Logistics Execution -> Assign shipping point to plant.
    MM
    Go to SPRO > Enterprise Structure > Definition > Logistics - General > Here Define, copy, delete, check plant > Copy, delete, check plant
    Then go to Define Plant > Here change the Plant Name and Address.
    SPRO > Enterprise Structure > Definition > Materials Management > Maintain storage location > Here input your new plant and press enter, create new by "New Entries" option.
    SPRO > Enterprise Structure > Definition > Materials Management > Maintain purchasing organization > Here define new Purchasing organization.
    SPRO > Enterprise Structure > Assignment > Logistics - General > Assign plant to company code > here assign plant to co. code
    SPRO > Enterprise Structure > Assignment > Materials Management > Assign purchasing organization to plant
    Thanks & Regards,
    Kiran

  • Ensure field sequence is correct for data for mutiple source structure

    Hi,
    I'm using LSMW with IDOC message type 'FIDCC2' Basic type 'FIDCCP02'.
    I'm getting error that packed fields are not permitted.
    I'm getting Ensure field sequence is correct for data for mutiple source structures.
    Source Structures
           HEADER_STRUCT            G/L  Account Document Header
               LINE_STRUCT              G/L Account Document Line
    Source Fields
           HEADER_STRUCT             G/L  Account Document Header
               BKTXT                          C(025)    Document  Header Text
               BLART                          C(002)    Document Type
               BLDAT                          DYMD(008) Document Date
               BUDAT                          DYMD(008) Posting Date
               KURSF                          C(009)    Exchange rate
               WAERS                          C(005)    Currency
               WWERT                          DYMD(008) Translation Date
               XBLNR                          C(016)    Reference
               LINE_STRUCT               G/L Account Document Line
                   AUFNR                          C(012)    Order
                   HKONT                          C(010)    G/L Account
                   KOSTL                          C(010)    Cost Center
                   MEINS                          C(003)    Base Unit of Measure
                   MENGE                          C(013)    Quantity
                   PRCTR                          C(010)    Profit Center
                   SGTXT                          C(050)    Text
                   SHKZG                          C(001)    Debit/Credit Ind.
                   WRBTR                          AMT3(013) Amount
    I have changed PAC3 field for caracters fields of same length to avoid erreur message of no packed fields allowed.
    Structure Relations
           E1FIKPF FI Document Header (BKPF)         <<<< HEADER_STRUCT G/L  Account Document Header
                   Select Target Structure E1FIKPF .
               E1FISEG FI Document Item (BSEG)          <<<< LINE_STRUCT   G/L Account Document Line
                   E1FISE2 FI Document Item, Second Part of E1FISEG   (BSEG)
                   E1FINBU FI Subsidiary Ledger (FI-AP-AR) (BSEG)
               E1FISEC CPD Customer/Vendor  (BSEC)
               E1FISET FI Tax Data (BSET)
               E1FIXWT Extended Withholding Tax (WITH_ITEM)
    Files
           Legacy Data          On the PC (Frontend)
               File to read GL Account info   c:\GL_Account.txt
                                              Data for Multiple Source Structures (Sequential Files)
                                              Separator Tabulator
                                              Field Names at Start of File
                                              Field Order Matches Source Structure Definition
                                              With Record End Indicator (Text File)
                                              Code Page ASCII
           Legacy Data          On the R/3 server (application server)
           Imported Data        File for Imported Data (Application Server)
               Imported Data                  c:\SYNERGO_CREATE_LCNA_FI_GLDOC_CREATE.lsmw.read
           Converted Data       File for Converted Data (Application Server)
               Converted Data                 c:\SYNERGO_LCNA_FI_GLDOC_CREATE.lsmw.conv
           Wildcard Value       Value for Wildcard '*' in File Name
    Source Structures and Files
           HEADER_STRUCT G/L  Account Document Header
                         File to read GL Account info c:\GL_Account.txt
               LINE_STRUCT G/L Account Document Line
                           File to read GL Account info c:\GL_Account.txt
    File content:
    Document  Header Text     Document Type     Document Date     Posting Date     Exchange rate     Currency     Translation Date     Reference     
    G/L Account document     SA     20080401     20080409     1.05     CAD     20080409     Reference     
    Order     G/L Account     Cost Center     Base Unit of Measure     Quantity     Profit Center     Text     Debit/Credit Ind.     Amount
         44000022                    1040     Line item text 1     H     250
         60105M01     13431     TO     10          Line item text 2     S     150
    800000     60105M01                         Line item text 3     S     100
         60110P01     6617     H     40          Line item text 4     S     600
         44000022                    ACIBRAM     Line item text 5     H     600
    The file structure is as follow
    Header titles
    Header info
    Line titles
    Line1 info
    Line2 info
    Line3 info
    Line4 info
    Line5 info
    Could someone direct me in the wright direction?
    Thank you in advance!
    Curtis

    Hi,
    Thank you so much for yout reply.
    For example
    i have VBAK(Heder structure)
              VBAP( Item Structure)
    My file should be like this i think
    Identification content         Fieldnames
         H                               VBELN      ERDAT     ERNAM        
                                          Fieldvalues for header
          H                              1000          20080703   swapna
    Identification content         Fieldnames
        I                                   VBELP     AUART 
                                          Fieldvalues for item
        I                                  001             OR
                                           002             OR
    Is this format is correct.
    Let me know whether i am correct or not

  • OSB - configuration project deploy error

    Hi!
    I got an error message when i wanted to deploy a configuration project to OSB:
    Permission denied
    Failed to create temporary jar file
    The OSB works in Linux. I had got problems with permissions of OSB file folder in Linux. I solved these (the oracle user is the owner of this folder and it has got rights (read+write) on this folder; i start the OSB with this oracle user). So maybe I should add some rights to oracle folder or maybe to other folder?
    Thanks!
    Viktor

    Hi Anuj!
    Thanks for your reply!
    I executed these commands earlier:
    chown -vR oracle oracle
    chmod -Rv ugw+r oracle/+
    But I could'nt deploy either... :(
    any ide?
    Viktor

  • ORA-06550/PLS-00201 error while configuring data source

    Hi,
    My development platform is Visual Studio 2005, ODAC11g Release 1 (11.1.0.6.20), and Oracle 10g Release 2 database.
    I tried to setup a sqlDatasource in my web page using drag and drop features
    When I configure the sqlDatasource to use a stored procedure inside a package,
    I notice that odp.net uses #0# as separator (instead of .) between package name and procedure name in Configure Data Source dialog box. Then when I clcik the Test Query button, I got following error.
    There was an error executing the query. Please check the syntax of the command and if present, the types and values of the parameters and ensure they are correct.
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'PK_LOOKUP_TABLE#0#P_LIST' must be declared
    ORA-06550: line 1, column 7
    PL/SQL: Statement ignored
    It looks like odp.net cannot locate PK_LOOKUP_TABLE#0#P_LIST.
    Is there any workaround ?
    Below is the stored procedure code. It compiles and runs without problem.
    PACKAGE BODY pk_lookup_table
    AS
    /* Get a list of lookup table name */
    PROCEDURE P_LIST (
    O_CURSOR OUT sys_refcursor )
    IS
    l_cur sys_refcursor;
    BEGIN -- executable part starts here
    OPEN l_cur FOR
    SELECT table_name
    FROM all_tab_comments u
    WHERE u.comments LIKE '%Lookup Table%'
    ORDER BY 1;
    o_cursor := l_cur;
    END P_LIST;
    END "PK_LOOKUP_TABLE";
    On the sqlDataSource property sheet, if I click the Select Query property, the Command and Parameter Editor will open, then I can change the select command name to PK_LOOKUP_TABLE.P_LIST. Then if I run the application, I get another error.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: Oracle.DataAccess.Client.OracleException: ORA-06550: line 1, column 7:
    PLS-00306: wrong number or types of arguments in call to 'P_LIST'
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Seems that it can locate the procedure.
    In the Command and Parameter Editor dialog, I can add output parameter, but data type is restricted. There is no REF CURSOR datatype in the dropdown list.
    How can I add output parameter with REF CURSOR type via IDE ?
    Thanks for the time looking into this issue.
    Mansion

    Hi
    Even I faced this problem while connecting to RMAN . But I feel your problem is different .
    My issue was like this
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-00554: initialization of internal recovery manager package failed
    RMAN-04005: error from target database:
    ORA-06550: line 1, column 7:
    PLS-00201: identifier 'DBMS_BACKUP_RESTORE.SET_CHARSET' must be declared
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    RMAN-04015: error setting target database character set to WE8MSWIN1252
    Solution :
    execute catproc.sql;

  • Source structure of XML file as different from Message type?

    Hi,
    We are picking an xml file from the FTP server of the client.
    We have source message type 'MT_Invoice' with data type as 'DT_Invoice'.
    When we open the message mapping test tab, the source structure is as shown below.
    <ns0:MT_Invoice xmlns:ns0="urn:maxxium:nordic:invoice:inbound">
       <Invoices>
          <Invoice>
          </Invoice>
       </Invoices>
    </MT_Invoice>
    My question is "What should be the structure of the XML file that the client is depositing on to the FTP server?".
    Should it start with the tag 'MT_Invoice' with the namespace or should it simply start from    <Invoices> tag.
    I have tried various combinations for the source xml structure. But all are failing.
    (This is evident from the fact that the mapping is failing. That's why I have given the structure from the source structure of the message mapping tab.)
    Kindly help.
    Thanks,
    John

    >
    john j wrote:
    > Hi,
    >
    > We are picking an xml file from the FTP server of the client.
    >
    > We have source message type 'MT_Invoice' with data type as 'DT_Invoice'.
    >
    > When we open the message mapping test tab, the source structure is as shown below.
    >
    > <ns0:MT_Invoice xmlns:ns0="urn:maxxium:nordic:invoice:inbound">
    >    <Invoices>
    >       <Invoice>
    > .
    > .
    > .
    > .
    >       </Invoice>
    >    </Invoices>
    > </MT_Invoice>
    >
    > My question is "What should be the structure of the XML file that the client is depositing on to the FTP server?".
    >
    > Should it start with the tag 'MT_Invoice' with the namespace or should it simply start from    <Invoices> tag.
    >
    > I have tried various combinations for the source xml structure. But all are failing.
    >
    > (This is evident from the fact that the mapping is failing. That's why I have given the structure from the source structure of the message mapping tab.)
    >
    > Kindly help.
    >
    > Thanks,
    > John
    you are picking an XML file. So you should create the MT which would represent exactly the XML format of the source file.
    So ideally if your file starts with <invoice>, then name your MT as invoice

  • Hyperion Planning 9.3.1 "Configure Data Sources" freezes at Essbase conf

    Hi!
    I am setting up a demo environment of Hyperion Planning for one of our customers (my first time installing this application). The platform is Windows Vista Business 32-bit. RDBMS is Oracle 10g on another machine. I've successfully installed Hyperion 9.3.1 Shared Services, Essbase, Essbase Admin Services and Planning application.
    I've successfully configured all the applications (with the Configuration Utility) besides Hyperion Planning. I can access Workspace, User Management Console, Essbase Administration Services (and connect to my localhost Essbase server from there), etc - thus I believe that the installations and configuration of these modules is successful.
    When I try to finish my Hyperion Planning configuration with the utility, the last step is to "Configure Data Sources" (previous configuration steps including "Product Instance Registration" were successful).
    I start the configuration utility, select the properties, enter the Oracle db connection properties (no error there), then enter the Essbase connection properties (the same which enable me to add this server in the Essbase Administration Services, view and start applications, etc) and the installer just freezes.. hangs indefinitely..
    Server: localhost
    uid and password are the ones I provided during essbase installation/configuration
    I've tried this configuration step multiple times, I've restarted the machine. The maximum time I've waited is ~30min.
    Questions:
    # Is it normal for the Essbase configuration page to freeze after clicking "Next" for 30min (maybe I'm just impatient, I'm new to Hyperion)
    # What could be wrong?
    # How could I see the error message - is there an error log somewhere?
    Many thanks for your time.
    Eringmae

    I believe this is the error message:
    Availability Date is 20051231
    Exception in thread "AWT-EventQueue-0" java.lang.UnsatisfiedLinkError: no HspEssbaseEnv in java.library.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at com.hyperion.planning.olap.HspEssbaseEnv.<clinit>(Unknown Source)
    at com.hyperion.planning.olap.HspEssbaseJniOlap.<clinit>(Unknown Source)
    at com.hyperion.planning.HspJSHomeImpl.TestEssConnection(Unknown Source)
    at com.hyperion.planning.HspDSEssbasePanelManager.TestEssConnection(HspD
    SEssbasePanelManager.java:156)
    at com.hyperion.planning.HspDSEssbasePanelManager.queryExit(HspDSEssbase
    PanelManager.java:132)
    at com.hyperion.cis.config.wizard.ProductCustomInputPanel.queryExit(Prod
    uctCustomInputPanel.java:114)
    at com.installshield.wizard.awt.AWTWizardUI.doNext(Unknown Source)
    at com.installshield.wizard.awt.AWTWizardUI.actionPerformed(Unknown Sour
    ce)
    at com.installshield.wizard.swing.SwingWizardUI.actionPerformed(Unknown
    Source)
    at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationControlle
    r.notifyListeners(Unknown Source)
    at com.installshield.wizard.swing.SwingWizardUI$SwingNavigationControlle
    r.actionPerformed(Unknown Source)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Sour
    ce)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at javax.swing.JComponent.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)

Maybe you are looking for

  • Printing iCal calendars with a gutter

    Is this possible? Am I dense? All I want to do is print my weekly view calendar with a gutter for 3 hole punching. The default printing prints all the way to the very edge of the sheet with no apparent way to edit it. Looks really gross printed that

  • Java Stack and Client

    In the ABAP stack "client" is a very important concept. Why there is no "client" concept in Java stack? When I login to java stack, why there is no entry for client?

  • SQL Server service stopped unexpectedly event ID 7034

    On one of UAT server we are having  issue with SQL Serverices and they are stopped unexpectedly .There is failure details  in Event logs \SQL Error logs. we havent done any of the changes on server. Event id : 7034

  • T030 for not valuated materials

    Hi gurus, I've created a material type with these attributes: Quantity updating --> In all valuation areas Value updating --> In no valuation area When I create a PO for this material system requires returns me (correctly) this message "Account assig

  • How to check the approver for PR release strategy?

    Hi Expert! I have a PR created with value of USD13 000(approx GBP 8500). This PR should go to Manager01 for approval because Manager01 limit is until GBP10 000. But however the PR is NOTgoing for Manager01 queue, it was going under Manager02 queue fo