Unable to deploy Mapping in OWB

I am using OWB 10.1.0.4.0 for development purposes.
I created a source module and a target module and then created a mapping.
The mapping references 2 tables from the source and one table from the target itself.
2 grant statements were executed from the source schema granting select on these 2 tables to the target schema.
A database link was created in the target schema using the CREATE DATABASE LINK statement.
A connector was deployed and successfully created in the target module in OWB.
When I deploy the mapping, I get the error – table or view does not exist
I checked the script that was generated as a result of the mapping deployment.
All three tables are available in the select query. But the tables referenced from the source schema do not have
the source schema name attached to them.
i.e., if EMP table is referenced from the source schema SRC, the query should have SRC.EMP in the FROM
clause. But this is not the case. Only EMP is referenced.
I tried everything I could think of , but I am unable to deploy the mapping.
Any suggestions are greatly appreciated

In your map, does the source table reside in the OWB src module, and the target table reside in the target module? And the modules are configured correctly, so src module uses src location and tgt module uses tgt location. If OWB thinks these are in the same database instance schema.table references should be generated in the code, db link will not be used. The way this same locality is determined is by comparing the host, port,service names for example. Did you create your map like this? Or did you just add unbound tables representing the source and target in the map? So with OWB you can build bottom up or top down.
Cheers
DAvid

Similar Messages

  • OWB - Unable to deploy mapping

    My environment is as follows:
    OS- Microsoft windows 2000 5.00.2195 Service Pack 2
    OWB client---9.0.3.33.0
    OWB Repository--9.0.3.0.1
    Database--oracle 9i Enterprise Edition 9.0.1.3.1 with the partioning option Jserver Release9.0.1.3.0
    OEM--9.0.1.0.0
    I have created mapping between the source(oracle)and target(oracle)using Oracle Warehouse Builder. Mapping was validated, configured and it successfully generated the .Pls Package without warnings. when I try to deploy the generated mapping it throws the Oracle error:ORA-00942:table or view does not exist and SQL statement ignored.
    If I see the status of generated .Pls Package Body in SQL*Plus it shows status as Invalid.
    SQL statement is:
    SELECT OBJECT_NAME,OBJECT_TYPE,STATUS
    FROM ALL_OBJECTS WHERE OBJECT_NAME LIKE... etc.;
    The above OWB copy was downloaded from the Oracle corp website. Is this version an evaluation copy? Alternatively Is this a beta copy ?
    Please help.

    Has been answered.
    Mark.

  • Unable to deploy Mapping

    Hi All,
    am a Newbie in OWB.
    Would need your help in resolving this issue.
    1) Created a table in the warehouse/target module
    2) created a very simple mapping from a source db table
    to target db table.
    3) Succesfully deployed the table created thro OWB.
    4) validation was succesfull.
    5) when i try to deploy the mapping generated by the OWB
    i get a page full of errors.
    Ex: PLS-0201 identifier:WBPRT1.AUDITD_BEGIN must
    be declared
    PL/SQL Statement ignored
    on and on ....
    6) if i copy the INTERMEDIATE RESULT CODE and run it in
    SQL-PLUS things are working fine.
    It is strange that OWB generates the code and throws such error while deploying.
    OR
    Please let me know if am missing something.
    TIA
    shankar

    Hi Igor,
    Thanks for ur earlier responses!
    I have started all over again after a short break.
    Installed OWB 9.2 as per the Runtime viewlet. Specified Runtime rep,target schema etc
    For testing end to end flow created a src module,tgt module tables mappings etc
    Was able to succesfully deploy the tables.
    Now again am stuck up while deploying mappings.
    i get the following error message.
    ORA-06550: line 16, column 9:
    PL/SQL: ORA-04052: error occurred when looking up remote object [email protected]@EMEA_DB_LINK
    ORA-00604: error occurred at recursive SQL level 1
    ORA-02068: following severe error from EMEA@EMEA_DB_LINK
    When i view the code by selecting generated code option everything seems to be ok.
    but when i view the code after selcting the "Deploy" option the DB link is referred as
    status"@"EMEA"@"EMEA_DB_LINK"
    which is causing the error.
    i would like to understand how this is created
    "[email protected]@EMEA_DB_LINK"
    "sa.stats@EMEA@EMEA_DB_LINK"
    sa- is the user name
    status - table name
    EMEA/EMEA.US.ORACLE.COM - ?? from where is the value picked??
    EMEA_DB_LINK - db link name
    i am reffering to a remote SQL Server database for the source module.
    TIA
    shankar

  • Unable to deploy to Discoverer - OWB 10.2.0.2

    Hi all,
    I'm having problems deploying anything to Discoverer with OWB 10.2.0.2 (patched). I can test the BI Discoverer location successfully, there is an empty EUL in Discoverer and I can manually create Business Areas and Item folders. However, EVERY time I deploy from OWB, It get:
    RPE-02150: Failed to connect with user DISEUL, password ***, connection null. Disco export file 11090.eex written to directory owb/deployed_files.
    I've logged an SR, but Oracle support must be on vacation. Anyone else encounter this?
    Interestingly enough, immediately after the error above, the deployment has SUCCESS for each item but the items are not in the EUL.
    Any help would be appreciated!
    - Mike

    Thanks for the input. I did derive the objects and had successfully deployed them in development. This is using a separate configuration to deploy to production. I may try rederiving everything to see if that makes a difference. I've tried countless times deploying as things stand. I don't really want to blow away the BI objects and start over since I've done so much work on headings and discoverer names.

  • Error while deploying a mapping in OWB.

    Hi All,
    OWB configuration is as follows:
    Oracle9i Warehouse Builder Client: 9.2.0.2.8
    Oracle9i Warehouse Builder Client: 9.2.0.2.0
    OS: Windows XP Professional.
    Following is error message displayed when i tried to deploy a mapping thru OWB Client.
    RTC-5260 Failed to connect to runtime platform. Please check you have provided the correct host,user, password, service_name.
    RTC-5324" This Runtime Access user is not associated with the specified runtime repository. Please use the OWB Runtime Assistant to ressolve this problem.
    Steps followed are as follows:
    1> Defined Source Module, Added Connection & Location information.
    Dblink created to point to source schema. Tables imported from the source schema.
    2> Defined Target Module, Added Connection & Location information. Dblink created to point to target schema. Tables imported from the target schema.
    3> Created a simple mapping which involves a source & target table, Aggregator operator.
    4> Validated & Generated the mapping.
    5> Created Runtime Repository Connections.
    6> Selected the Repository Connection at time of Deploy entered the password.
    Am i missing few steps for deployment of the mapping?
    The error message RTC-5260 suggests that
    This Runtime Access user is not associated with the specified runtime repository. How this can be done?
    Thanks in Advance.
    Regards,
    Vidyanand

    Hi Vidyanand,
    Did you create the runtime access user using the runtime assistant? Did you select the correct runtime repository (if you have more) to associate your runtime access user with?
    Note that there are 4 database roles being created when you create a runtime repository owner:
    - OWB_A_<runtime repository owner>
    - OWB_D_<runtime repository owner>
    - OWB_R_<runtime repository owner>
    - OWB_U_<runtime repository owner>
    If you would grant those roles to a user, then that user becomes an access user for the user with username <runtime repository owner>.
    Note that you can also use the runtime repository credentials to connect to the runtime repository for deployment purposes, but you may not want that because of security concerns.
    Thanks,
    Mark.

  • Unable to deploy EJB: ...Expected role in mapping - WL9.2 on XP

    Message Driven Bean deployment - getting error below - I thought the mapping was defined in weblogic-ejb-xml.jar?
    [i][i][i]Caused by: java.lang.AssertionError: Expected role in mapping        at weblogic.ejb.container.internal.RuntimeHelper.getRunAsPrincipalFromRoleMapping(RuntimeHelper.java:301)
            at weblogic.ejb.container.deployer.BeanInfoImpl.calculateRunAsPrincipal(BeanInfoImpl.java:866)
            at weblogic.ejb.container.deployer.BeanInfoImpl.prepare(BeanInfoImpl.java:816)
            at weblogic.ejb.container.deployer.MessageDrivenBeanInfoImpl.prepare(MessageDrivenBeanInfoImpl.java:866)
            at weblogic.ejb.container.deployer.EJBDeployer.setupBeanInfos(EJBDeployer.java:946)
            ... 25 more
    Unable to deploy EJB: EjbFileRequest from EjbFileRequest.jar:
    Expected role in mapping
    <ejb-jar
    xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd"
    version="2.1">
    <enterprise-beans>
    <message-driven>
    <ejb-name>EjbFileRequest</ejb-name>
    <ejb-class>EjbFileRequest</ejb-class>
    <transaction-type>Container</transaction-type>
    <activation-config>
    <activation-config-property>
    <activation-config-property-name>destinationType</activation-config-property-name>
    <activation-config-property-value>javax.jms.Queue</activation-config-property-value>
    </activation-config-property>
    </activation-config>
    <security-identity>
    <run-as>
    <role-name>EJBFileRequestRole</role-name>
    </run-as>
    </security-identity>
    </message-driven>
    </enterprise-beans>
    </ejb-jar>
    <weblogic-ejb-jar
      xmlns="http://www.bea.com/ns/weblogic/90" xmlns:j2ee="http://java.sun.com/xml/ns/j2ee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/90 http://www.bea.com/ns/weblogic/90/weblogic-ejb-jar.xsd">
      <weblogic-enterprise-bean>
        <ejb-name>EjbFileRequest</ejb-name>
        <message-driven-descriptor>
          <destination-jndi-name>jms/TrinityFRQ</destination-jndi-name>
        </message-driven-descriptor>
      </weblogic-enterprise-bean>
      <security-role-assignment>         
       <role-name>EJBFileRequestRole</role-name>
       <principal-name>trinityejbuser</principal-name>
    </security-role-assignment>
    </weblogic-ejb-jar>

    Did you ever figure out what was wrong here? I have the same setup and the same problem.

  • Problem in running mapping in OWB using an expert

    Hi All,
    My requirement is to run the mapping in OWB using an expert.I created an expert using OWB and associated the mapping with the expert using Add/Remove expert option.I validated and generated the expert.But when i run the expert through start option in design center then my target table in the mapping does not get loaded.This shows that i am unable to associate my expert with mapping.
    In expert editor, i linked start_task with custom_dialog_task which is again linked with the end_task.It seems i am missing some steps.Please let me know what all steps need to be followed in expert editor interface to run the mapping.Response is awaited.
    Thanks in advance....

    Hi,
    Thanks ggainey and stevejluke for your suggestions.And Sorry for my faults.I am sending the corrected code.Also I am new to this java fields and forums.So please consider that also
    Code:
    import java.io.*;
    import java.lang.*;
    public class AddToVersionControl
    public static void main(String[] args)
    Process pro =null;
    String result="";
    Runtime rt = Runtime.getRuntime();
    try{
    String cmnd ="sh version.sh";
    System.out.println("the command is"+cmnd);
    pro=rt.exec(cmnd);
    String results = null;
    OutputStream os=pro.getOutputStream();
    InputStream is = pro.getInputStream();
    StringBuffer bfstr = new StringBuffer();
    int ch=0;
    while ((ch=is.read()) != -1)
    bfstr.append((char)ch);
    results = new String(bfstr.toString());
    is.close();
    System.out.println(results);
    catch(Exception e)
    e.printStackTrace();
    }

  • Issue in deploying mapping in runtime

    I generated a mapping in OWB 9.0.3 and tried to deploy into a 9.0.3.36 runtime schema. I get the error
    "869/1 PL/SQL: Declaration ignored
    869/49 PLS-00357: Table,View Or Sequence reference 'BILLING_ODS_UDTP'
    not allowed in this context "
    error is at following point.
    PROCEDURE Main("TABLE_NAME" IN VARCHAR2 DEFAULT BILLING_ODS_UDTP, "CONSTRAINT_NAME" IN VARCHAR2 DEFAULT CHECK_BILLING_ODS_UDTP, "ERROR_TABLE" IN VARCHAR2 DEFAULT BILLING_ODS_UDTP_ERR, "EXCEPTION_TABLE" IN VARCHAR2 DEFAULT BILLING_ODS_UDTP_EXP);
    I see that there are no single quotes for the table name as 'BILLING_ODS_UDTP'. When I manually put single quote it compiles.
    Repository and Target Warehouse are Oracle 8.1.7.4 database.
    Is there a patch that would take care of this issue?
    What do you recommend?

    I did not find any bugs specific to the case you are describing. However, the code that OWB generates changed between 9.0.3 and the current release in that it doesn't use DEFAULT notation any more.
    If you were to generate the same mapping in OWB 9.2, it will be something like:
    PROCEDURE Main(p_table IN VARCHAR2 ...
    BEGIN
    p_table=&gt;'"BILLING_ODS_UDTP"',
    So, if upgrading to the current release is an option, it would be my recommendation.
    Nikolai

  • Convert a stored procedure to mapping in owb

    Hi All,
    We have stored procedures which are called in a mapping of OWB to load a target table.
    I want to get rid of those stored proc and use a normal mapping there where in from the ammoing itsekf I can load the data in the target table.
    Do we have any feature in owb where in that can be done automatically.

    Hi,
    I gone through URL which was posted, it was nice.. We are using OWB 11.1.0.7.0 Version in that we are unable to see Build from SQL. Can you please let us know in which version that option is available.
    Regards,
    Ava

  • To run a mapping using owb 10g expert

    Hi All,
    My requirement is to run the mapping in OWB using an expert.I created an expert using OWB and associated the mapping with the expert using Add/Remove expert option.I validated and generated the expert.But when i run the expert through start option in design center then my target table in the mapping does not get loaded.This shows that i am unable to associate my expert with mapping.
    In expert editor, i linked start_task with custom_dialog_task which is again linked with the end_task.It seems i am missing some steps.Please let me know what all steps need to be followed in expert editor interface to run the mapping.Response is awaited.
    Thanks

    You're better off asking that question in the [OWB forum|http://forums.oracle.com/forums/forum.jspa?forumID=57].

  • Versioning, Deployment, Execution in OWB 9.2

    For the warehouse created using OWB versions 9.0.3, my company used a versioning tool. All the PLS generated using OWB were moved to Source control system and from there deployed to Target Schema.
    Now in 9.0.4 generated code contains location information that gets replaced by physical location only when code is deployed using OWB. So the old system of versioning and deployment doesnt work. We need to deploy using OWB only. In this case we loose all the versioning of mappings.
    Question 1 :
    Will you please suggest a solution how can we do versioning of our code now ? Versioning is very important for us. In case it is not possible then can we go back to old system of deployment and execution by doing some manual workarounds.
    Question 2 :
    Is it necessary to deploy thru OWB only because of Location factor. In that case if we design such that source and target tables are in the same then these mappings will not contain location information and we should be able to deploy them without using OWB ? What are the other disadvantages of using this approach.
    Question 3 :
    When executing mapping using the template provided by OWB, we need to provide location name and execute it from Runtime Repository owner. I guess, When I deploy outside OWB I will not be able to use this method of execution. Default parameters and custome parameters of the mapping are stored in run time repository under the location name at the time of deployment . This information is accessed by the template to execute mapping. ( is it true ??)
    We are not going to use multiple physical configuration for the same mapping, so if we deploy not using owb, can we execute directly in Target schema, without using template. How can we provide the input parameter to Main function in this case ?
    Question 4 :
    Will we be able to get Audit information if we do not use OWB's recommended way of deployment and execution.
    Vibha

    Vibha,
    Question 1:
    What you can do, is store the entire deployment script using the deploy to file option and version control that file. The format will be an ASCII-based XML file that versions exactly the same as you would version the files that OWB generated in previous releases.
    Also, you may be interested in the version control you can do inside of OWB. That is, as of 9.0.4 we enable you to create snapshots of your design, which you could compare and restore at any point in the future. In 9.0.4, we provided a beta UI on top of this feature (scripting would be the other way to go), but in 9.2 we provide a production quality UI. To enable the UI in 9.0.4, close the product, locate preference.properties in <owb home>\owb\bin\admin and change the setting for MCMUIEnabled from false to true. Please do consider migrating to OWB92...
    Question 2:
    The locations were also introduced to support multi deployment (e.g. development, test, production) with potentially different physical setups of the machines, but no design changes necessary. Also, execution uses the location concepts. Did you already read http://otn.oracle.com/products/warehouse/pdf/OWB_RuntimeChanges.pdf, which contains more information about the changes and why these are there?
    Question 3:
    To execute directly from the database, I recommend you download http://otn.oracle.com/sample_code/products/warehouse/files/run_my_owb_stuff.sql and use that as the basis for your execution. The entire architecture changed from 9.0.3 to 9.0.4... and the runtime platform now manages the execution. Via the script above you get a wrapper around the script that OWB provides out of the box (minimum version 9.0.4.10).
    Question 4:
    The generated code contains all the calls to log the audits, so in principle yes. Having said that, if you do not deploy through OWB... it will be difficult to get the correct references that OWB will use during its logging to be resolved. I hope that with the explanation above you will be able to deploy and run inside the OWB context and make the entire environment work for you.
    Thanks,
    Mark.

  • Peculiar Deployment Error in OWB

    Hi All,
    I have a mapping (M_TEST_PROCEDURE) which has the following sequence of operators.
    Source Table -> Mapping Transformation (Procedure) -> Expression -> Pivot -> Target Table.
    The mapping validates without any errors. But when tried to deploy this mapping it gives me the following error.
    OWB Error MappingGenerator.generate WBGeneratedObject[] in null or length 0 for M_TEST_PROCEDURE.
    The detailed error message is:
    oracle.wh.repos.sdk.exceptions.WBException
    oracle.wh.repos.sdk.exceptions.WBException
         at oracle.wh.ui.runtime.application.WHRuntimeProgress.notifyInternalError(WHRuntimeProgress.java:180)
         at oracle.wh.ui.runtime.application.WHRuntimeGeneration.run(WHRuntimeGeneration.java:111)
    \nCMPException message and stack trace:\njava.lang.NullPointerException
         at oracle.wh.ui.runtime.application.WHRuntimeCommandHandler.actionPerformed(WHRuntimeCommandHandler.java:277)
         at oracle.wh.ui.common.OWBConsumer.dataItemAvailable(OWBInfoBus.java:380)
         at javax.infobus.DefaultController.fireItemAvailable(DefaultController.java:90)
         at javax.infobus.InfoBus.fireItemAvailable(InfoBus.java:989)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:159)
         at oracle.wh.ui.common.OWBInfoBus.produce(OWBInfoBus.java:76)
         at oracle.wh.ui.runtime.application.WHRuntimeProgress.showResults(WHRuntimeProgress.java:84)
         at oracle.wh.ui.runtime.application.WHRuntimeGeneration.run(WHRuntimeGeneration.java:107)
    If the mapping sequence is
    Source Table -> Expression -> Pivot -> Target Table.
    The mapping works fine and gets deployed without any errors.
    Also if the mapping sequence is
    Source Table -> Mapping Transformation (Procedure) -> Expression -> Target Table.
    The mapping works fine and gets deployed without any errors.
    The problem occurs only when the Mapping Transformation (using a procedure) is used with a pivot operator.
    Has anybody experienced such problems before ??? If yes, can you please throw some light as to why is this happening. There is one more thread in this forum regarding the same problem, I have seen that but the problem still persists..
    All your valued suggestions are welcome.
    Regards
    -AP

    The target table loading type is INSERT, and match by constraint is set to 'No constraints'.
    There is no INSERT/UPDATE or UPDATE/INSERT anywhere in the mapping.
    This really seems to be a awkward problem.
    You can try yourself. Make a stored procedure (doing a very simple thing ... taking an input value adding a constant value and then returning that value back).
    The sequence of operators used in the mapping:
    Source Table -> Mapping Transformation (using the above procedure) -> Expression Operator -> Pivot Operator -> Target Table.
    Try to deploy the code ... u will get a deployment error which OWB itself does not understand.
    Any more hints of help ?
    Regards
    -Arnab

  • PLS-00201 when deploying mapping after 9204 upgrade

    We applied the 9204 patch to our owb environment on friday. we are now unable to deploy anything. the error message we are getting is:
    PLS-00201-identifier 'WB_RT_MAPAUDIT' must be declared
    anyone have any suggestions?

    Hi,
    When you went through the installation of the patch, did you follow all post installation steps in order to migrate the runtime environment?
    Did you install a new runtime repository? Have you made sure to update the runtime repository connection to connect to the new runtime repository connection? It sounds like it could be you are still looking at the old runtime repository, whereas all schemas (access schema and target schemas) have been relinked to the new runtime repository schema.
    This would also explain the issue you have at execution time.
    Hope this helps,
    Mark.

  • Deploying maps in control center - gets stuck at 50%

    I am able deploy maps individually. They get done very quickly. But if I select all the maps with replace and try to deploy them it gets stuck at 50% and no progress further. In test env it works fine and we have this problem only in PROd.
    Does anyone have the same problem.

    I did have some issues with trying to deploy mappings en masse, and have made it as a rule of thumb, not to deploy too many mappings at a time.
    did you look at the DB side, and see if you had any blocked session? Perhaps a mapping you are trying to replace is running and the pl/sql code is blocked? If you have Toad or EM you might be able to see what the session from OWB is waiting on. If the session is idle then this might be related to JAVA on your machine?
    just random thoughts ...
    Borkur

  • Unable to deploy from Eclipse - Runner class cannot be initialized

    Hello
    two days ago, I installed the newest versions of Glassfish Tools together with the newest Eclipse Luna SR1
    when trying to deploy, I am getting the following error message:
    org.glassfish.tools.ide.admin.CommandException: Cannot initialize Runner class
      at org.glassfish.tools.ide.admin.AdminFactory.newRunner(AdminFactory.java:180)
      at org.glassfish.tools.ide.admin.AdminFactoryHttp.getRunner(AdminFactoryHttp.java:110)
      at org.glassfish.tools.ide.admin.ServerAdmin.exec(ServerAdmin.java:75)
      at oracle.eclipse.tools.glassfish.GlassfishServerBehaviourDelegate.publishDeployedDirectory(GlassfishServerBehaviourDelegate.java:608)
      at oracle.eclipse.tools.glassfish.GlassfishV4ServerBehavior.publishModuleForGlassFishV3(GlassfishV4ServerBehavior.java:96)
      at oracle.eclipse.tools.glassfish.GlassfishV4ServerBehavior.publishModule(GlassfishV4ServerBehavior.java:56)
      at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModule(ServerBehaviourDelegate.java:1091)
      at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publishModules(ServerBehaviourDelegate.java:1183)
      at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:987)
      at org.eclipse.wst.server.core.model.ServerBehaviourDelegate.publish(ServerBehaviourDelegate.java:774)
      at org.eclipse.wst.server.core.internal.Server.publishImpl(Server.java:3157)
      at org.eclipse.wst.server.core.internal.Server$PublishJob.run(Server.java:345)
      at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
    Caused by: java.lang.reflect.InvocationTargetException
      at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    the same application works if deployed directly to the glassfish server
    I did all the suggestions as mentioned in Unable to deploy app form Eclipse Luna on Glassfish 4.0 or 4.1 with JDK8 but without success.
    Does anybody has an idea what the problem could be and how to track it down?
    Thanks a lot!

    Hello Kostas
    Thanks a lot for your help and hints! I am running Windows 7 64 Bit
    I had Java 8, once with Release 20 and once with Release 25, installed - and thought that I pointed all to the newest version.
    What helped in the end was to
    - deinstall all Javas
    - reboot
    - installed newest JDK, without the "Public JRE"
    - reboot
    - set JAVA_HOME and appended the Java-bin-dir to the path-Variable
    - reboot
    - installed a fresh version of Glassfish
    - configured a new Glassfish-Server on Eclipse
    -> and now it runs perfectly!
    Thanks again for your work and hints!

Maybe you are looking for

  • [SOLVED] After force restart GNOME doesnt' start

    Hello! I have a problem I can't resolve. I restarted my pc where was opened GNOME session and next time GNOME haven't started. Just showing some startup applications ( Skype and notify window "the configuration defaults for the GNOME Power Manager ha

  • Delivery credit check

    Dear friends I have analyzed one customer, at present time During Sales order creation credit limit checking, we have created one sales order in development server with credit limit... We cannot make the delivery for that sales order. Now we have rem

  • Fast Entry for AR/AP (FB01)

    Hello, Does anyone know how to perform "Fast Entry" for AR/AP (similar to FB01 with the GL.) I want to enter several invoices vs. one GL. Thanks

  • How to release the transport request

    Some one please help me here on better understanding on how transport are maintained and what steps should be taken before releasing it. I know we can see the list in se so that will not be the answer of my question need proper explanation on that pl

  • Download error during application install

    I get the error code 80070490, whenever I want to install a new app or when I wanted to update an existing app. I am using Nokia Lumia 630. I tried to install the application both in phone memory as well as SD card memory. But I get the same error. P