Executing OWB generated code outside OWB deployment manager

We are thinking to develop data loading programs using OWB but ship the generated code directly to user. We're looking at possibility to let end-user to invoke generated mappings w/o installing OWB. Because we plan not to offer customization to our users in our first release, there is no point to make OWB a mandatory pre-requisite.
Other than running mappings from OWB deployment manager and OEM, could user execute mapping code from something like SQL plus and eBizSuite's concurrent program? My guess is yes.
Then what is the minimum installation requirement for end-user to perform. Does user have to install run-time repository and target schema from OWB installation CD?
Thanks a lot!

Jerry,
There are several alternatives for running OWB mappings in addition to Deployment Manager:
1. From SQL Plus. Requires no part of OWB install to work, it just connects remotely to Runtime repository. See template in [OWB install Home]/owb/rtp/sql/sqlplus_exec_template.sql
2. From OEM. Same: requires no part of OWB install, connects remotely to Runtime repository. See template in [OWB install Home]/owb/rtp/sql/oem_exec_template.sql. Also see "Oracle9i Warehouse Builder User's Guide
Release 9.2", page 13-19, "Scheduling Mappings and Process Flows".
3. From Oracle Workflow. OWB Deployment Manager deploys into Workflow in this case.
4. From any XPDL complaint process flow engine.
Nikolai

Similar Messages

  • Executing Process Flow from OWB Deployment Manager results in RPE-01008

    Hi,
    I'm using OWB 10.1.0.1.0 (10g) and just installed Oracle Workflow Server 2.6.3.
    I can build, validate and generate Process Flows just fine. But every time I try to execute a Process Flow using OWB Deployment Manager, I'm getting a "RPE-01008: Recovery of this request is in progress". Execution of deployed Process Flows using Oracle Workflow Interface works just fine.
    Anyone has an idea?
    Thanks and regards
    Andreas Kopp

    Hi Dirk-Jan,
    youÄre right, there are some ugly-looking NUllPOinterExceptions in that log file. However, I cannto interpret them:
    2005/05/02-13:30:04-CEST [97A560] AuditId=80916: Processing execute request
    2005/05/02-13:30:05-CEST [97A560] Free Memory(bytes)=49410200 Total Memory(bytes)=66715648 Used Memory(bytes)=17305448
    2005/05/02-13:30:05-CEST [F1DD49] Initializing execution for auditId= 80916 parentAuditId= null topLevelAuditId=80916 taskName=TEST
    2005/05/02-13:30:05-CEST [F1DD49] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    2005/05/02-13:30:05-CEST [F1DD49] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.ProcessFlow'
    2005/05/02-13:30:05-CEST [F1DD49] java.lang.NullPointerException
         at java.lang.String.<init>(String.java:166)
         at oracle.sql.CharacterSet.AL32UTF8ToString(CharacterSet.java:1378)
         at oracle.jdbc.driver.DBConversion.CharBytesToString(DBConversion.java:527)
         at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:621)
         at oracle.jdbc.driver.T2CCallableStatement.execute_for_describe(T2CCallableStatement.java:846)
         at oracle.jdbc.driver.T2CCallableStatement.execute_for_rows(T2CCallableStatement.java:1007)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1028)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2888)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:2960)
         at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4124)
         at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1556)
         at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.defineProcessFlow(NativeOWFProcessOperator.java:1029)
         at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.executeDefault(NativeOWFProcessOperator.java:476)
         at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.execute(NativeOWFProcessOperator.java:227)
         at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execute(NativeExecutionAdapter.java:43)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:63)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:534)
    2005/05/02-13:30:05-CEST [F1DD49] Initializing execution for auditId= 80916 parentAuditId= null topLevelAuditId=80916 taskName=TEST
    2005/05/02-13:30:05-CEST [F1DD49] oracle.wh.runtime.platform.service.controller.RecoveryInProgress: RPE-01008: Recovery of this request is in progress.
         at oracle.wh.runtime.platform.service.controller.AdapterContextImpl.initialize(AdapterContextImpl.java:1307)
         at oracle.wh.runtime.platform.service.controller.ExecutionContextImpl.initialize(ExecutionContextImpl.java:789)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.initialize(ExecutionController.java:32)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:50)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:76)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:534)
    2005/05/02-13:30:05-CEST [F1DD49] Attempting to create adapter 'class.RuntimePlatform.0.NativeExecution'
    2005/05/02-13:30:05-CEST [F1DD49] Attempting to create native operator 'class.RuntimePlatform.0.NativeExecution.ProcessFlow'
    2005/05/02-13:30:05-CEST [F1DD49] Native execution operator initiating recovery by recoverable operator oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator
    2005/05/02-13:30:05-CEST [F1DD49] report_execution_result auditId=80916
    2005/05/02-13:30:05-CEST [F1DD49] java.lang.NullPointerException
         at java.lang.String.<init>(String.java:166)
         at oracle.sql.CharacterSet.AL32UTF8ToString(CharacterSet.java:1378)
         at oracle.jdbc.driver.DBConversion.CharBytesToString(DBConversion.java:527)
         at oracle.jdbc.driver.T2CConnection.checkError(T2CConnection.java:621)
         at oracle.jdbc.driver.T2CCallableStatement.execute_for_describe(T2CCallableStatement.java:846)
         at oracle.jdbc.driver.T2CCallableStatement.execute_for_rows(T2CCallableStatement.java:1007)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1028)
         at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:2888)
         at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:2960)
         at oracle.jdbc.driver.OracleCallableStatement.executeUpdate(OracleCallableStatement.java:4124)
         at sqlj.runtime.ExecutionContext$OracleContext.oracleExecuteUpdate(ExecutionContext.java:1556)
         at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.defineProcessFlow(NativeOWFProcessOperator.java:1029)
         at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.executeDefault(NativeOWFProcessOperator.java:476)
         at oracle.wh.runtime.platform.operator.owf_process.NativeOWFProcessOperator.execute(NativeOWFProcessOperator.java:227)
         at oracle.wh.runtime.platform.adapter.rtp.NativeExecutionAdapter.execute(NativeExecutionAdapter.java:38)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:63)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:76)
         at oracle.wh.runtime.platform.service.controller.ExecutionController.execute(ExecutionController.java:23)
         at oracle.wh.runtime.platform.service.ExecutionManager.run(ExecutionManager.java:36)
         at java.lang.Thread.run(Thread.java:534)
    2005/05/02-13:30:06-CEST [97A560] Free Memory(bytes)=49283952 Total Memory(bytes)=66715648 Used Memory(bytes)=17431696
    2005/05/02-13:30:06-CEST [97A560] AuditId=80916: Request completed
    Any idea?
    Thanks an regards
    Andreas

  • How to generate OLAP DML code or CWM2 code outside of workspace manager 10g

    I am using AWM 10.2, where I am creating cubes and dimensions etc. I can export the workspace into XML, but i want more, i want to generate definition of my OLAP, i want to see OLAP DML code for creating my workspace. Anybod has an idea ?
    1) How can I generate OLAP DML definition of my existing workspace ?
    Second thing is, that I really don't understand the concept of CWM2, what is this good for ? Is my AWM automatically generating some CWM2 statements and executing it ? Where can i see them ? Why do i need another logical CWM definition when I have regular OLAP definition ?
    2) What is the role of CWM2 in OLAP ? How can i generate CWM2 code outside of my existing workspace ?

    The DESCRIBE command will give you the definition of the object but it won't tell you anything about how objects should be populated. The API for Analytic Workspaces (AW/XML) takes responsibility for both object creation and object maintenance.
    What is it that you might want to accomplish by using OLAP DML to create the objects?

  • Execution of mapping gets hanged in OWB Deployment Manager

    Description:
    Scenario - 1
    1. Source schema (rapid) to staging schema (radar01)
    We have a few mappings where we need to load data from the source to target. These mappings are successfully validated, deployed and executed.
    Both schemas reside in same database.
    Scenario - 2
    2. Staging schema (radar01) to Warehouse schema (radar02)
    We have a few mappings where we need to load from staging to warehouse.
    Please note the staging schema here is a target schema in the scenario-1 and in scenario - 2
    It is the source. The mappings where successfully validated, but a warning message is displayed while deploying.
    Warning:
    VLD-2771: System privileges may not allow extraction from source STG_ULD.
    Skipped the warning and then executed, Till 22nd the mapping was getting executed and data was getting loaded into the target schema from staging.
    From 22nd onwards, while executing these mappings, execution remains hanged forever
    Runtime Audit Browser:
    In Runtime Audit Browser shows the status for the above mappings as BUSY
    Actions Taken:
    1. Purged all previous mappings
    2. Analysed all the runtime repository tables.
    3. Purged the BUSY status mappings also by using the procedure.
    4. Grants given (SELECT ON) on all the staging schema tables to warehouse schema.
    5. Restarted the database.
    Even after the above actions also the problem has not yet been solved. Kindly suggest us how to go about.
    Environment:
    OWB 10g Client - 10.1.0.2.0
    OWB 10g Repository - 10.1.0.1.0
    Workstation OS - Windows XP
    Oracle database - 9.2.0.1.0
    Database server installed on Unix OS (Solaris)

    May be you would like to check at the database of what exactly is getting executed. Just check if there is a query running on either source or target objects. If this is a case then you would like to grab it and optimize the same.
    If this is not a case then it could be that the mapping is waiting for some locks.

  • Error RTC-5346 in registering target location in OWB Deployment manager.

    Hello!
    Dear experts, I've got DB 10GR2 and I downloaded OWB 10.1. I've installed OWB successfully and began to look through the samples. And during my trying to register a target location (when I looked through the sample "Deploying targets") I’ve got an error : “RTC-5346 :the oracle database location 10.1 is not equal to target version 10.2”. As I mentioned before, my DB’s version is 10.2 and OWB’s version is 10.1. May be it is the matter?
    So, what would you suggest me in such a situation? Do I have to fulfill any patches or something like that?
    Thanks in advance,
    Alexey.

    Detlef,
    your right. Apparently, the information I got only applied to OWB 10g versions 10.1.0.2.0 and 10.1.0.3.0 which are not certified against an DB 10g R2, because of BUG 4537766...
    For 10.1.0.4.0 there is indeed no problem.
    Grtz.
    Philip.
    Message was edited by:
    [email protected]
    Message was edited by:
    [email protected]

  • COMMAND TO EXECUTE SCRIPT GENERATED BY OWB TO EXPORT METADATA

    Sorry but I'm trying to execute the script to export metadata to OLAP like is descripbed in the Oracle Warehouse Builder User's Guide, but it doesn't function it give the usege:
    TARGET is the schema where is data:
    sqlplus OLAPDBA/[email protected] TARGET
    Usage: SQLPLUS [ [<option>] [<logon>] [<start>] ]
    where <option> ::= -H | -V | [ [-C <v>] [-L] [-M <o>] [-R <n>] [-S] ]
    <logon> ::= <username>[<password>][@<connect_identifier>] | / | /NOLOG
    <start> ::= @<URL>|<filename>[.<ext>] [<parameter> ...]
    "-H" displays the SQL*Plus version banner and usage syntax
    "-V" displays the SQL*Plus version banner
    "-C" sets SQL*Plus compatibility version <v>
    "-L" attempts log on just once
    "-M <o>" uses HTML markup options <o>
    "-R <n>" uses restricted mode <n>
    "-S" uses silent mode
    Thanks in advance.

    Simth,
    Since you use the OWB framework, you would deploy the generated script using the deployment manager and then you can execute using the deployment manager also.
    Please refer to the quick guide:
    http://otn.oracle.com/products/warehouse/pdf/92QuickStartGuide.pdf
    You also may want to check out the deployment and execution section of the user's guide:
    http://otn.oracle.com/documentation/warehouse.html
    Thanks,
    Mark.

  • How to change the merge condition in OWB generated code

    Hi,
    This is regarding the OWB generated code for cubes. We required to change the ON condition of MERGE statement. OWB merge the records on the basis of dimension keys only. Is there any ways to provide the customised merge condition or is it possible to add a measure of the cube to be used in ON condition of the merge?

    Hi,
    cant´t you customize the generated Code in the Database?
    I know that owb has the trait to do the following:
    If you create a Mapping, etc. the generated Code will be deployed as PL/SQL Package in the Database Schema.
    Now you can edit the Code as Schema User right in the Database.
    Don´t edit it in the Metadata, only in the Databse.
    If you run now any Process in OWB, he´ll execute your edited Code,
    ´cause he just takes whats still there. :-)
    It´s not realy clean, but in most Times that works.
    LoneWolf

  • Tuning Deployment Manager

    Folks,
    I have been experiencing very slow browsing issues with the OWB deployment Manager Interface. Often it will freeze and every click of a mouse to open an object will occur 5 to 10 seconds later. Did anybody experience the same? and what is the action taken to resole it?
    -My laptop and development machine have 1gb of RAM and plenty of storage disk space -40gb...
    Any suggestions will be greatly appreciated.
    Thanks.

    I will re-post the info for a previous post:
    Can you verify whether there are any relevant messages in the runtime log files in the <OWB HOME>/owb/log directory?
    Also, you might want to increase some of the maximum memory usage for the run-time service. You can do that by editing the -Xms64M -Xmx256M parameters in the <owb
    home>\owb\bin\win32\run_service.bat file (if you are on Windows) or <owb home>/owb/bin/unix/run_service.sh for unix platforms. If you have enough memory, I would suggest to put these parameters to -Xms256M -Xmx512M or more.
    After that you can stop and start the runtime service by running the scripts in the <owb home>/owb/rtp/sql directory (stop_service.sql and start_service.sql) from the runtime repository schema.
    Regards:
    Igor

  • Generated Code different from OWB Client and Deployment Manager....

    Hi,
    I developed the mappings using OWB9.2 and generated the code.
    But when same mapping is used to generated code from deployment manager it is having extra code like WB_RT% procedures/functions.
    Why this is happening, does any body have idea on this.
    Please let me know.
    With Regards,
    Kranthi..

    When you generate code from within your mapping, you'll get clean sql. But when you deploy your mapping and create package the code will contain more than just sql used for loading your tables, like control procedures etc. based on your mapping configuration, table loading options etc.
    If you create mapping that will load table using TRUNCATE/INSERT option and generate code you will see only INERT INTO code, but when you deploy your mapping the code will include TRUNCATE TABLE code.

  • Error: Executing OWB Scripts Outside the OWB Tool

    We aim to extract OWB scripts (ddls, pl/sql, etc) and run them outside of the OWB tool in Beta and Production.
    Thus far, we’re able to execute ddls and compile OWB generated pl/sql procedures. We’re encountering errors on all attempts to execute the pl/sql code outside of OWB.
    Package created.
    Package body created.
    SQL> execute RECORDED_MEDIA_MAP;
    BEGIN RECORDED_MEDIA_MAP; END;
    ERROR at line 1:
    ORA-06550: line 1, column 7:
    PLS-00221: 'RECORDED_MEDIA_MAP' is not a procedure or is undefined
    ORA-06550: line 1, column 7:
    PL/SQL: Statement ignored
    Based on previous discussions with Oracle Sales Rep., we were under the impression that this could be done.
    Can OWB generated pl/sql execute outside of the tool? If so, what are the steps?
    Thanks,
    Carol-Ann

    OWB generates mapping as package of procedures. This package has the only external procedure/function (depend on OWB version: 9.2.0.4 - function, prev. releases - procedure).
    So, mapping that you have deployed could be executed by the following code (as for 9.2.0.4 version of OWB):
    DECLARE
    l_res NUMBER;
    l_env WB_RT_MAPAUDIT.WB_RT_NAME_VALUES;
    BEGIN
    l_res := MAP_PACKAGE.MAIN(l_env);
    END;

  • Expand Operator generates code errors in OWB 10g2 map

    I suspect that there are few people that actually use the Expand Operator in OWB from the lack of threads in this forum; however I'll give this a shot.
    I have a map function that returns a user-defined object type which I then use an Expand Operator to break into its component data parts. The function works Ok. The map validates Ok. The code generates Ok. However, on deployment the map generates errors:
    ORA-06550: line 768, column 97:
    PLS-00103: Encountered the symbol "." when expecting one of the following:
    * & = - + < / > at in is mod remainder not rem then
    <an exponent (**)> <> or != or ~= >= <= <> and or like LIKE2_
    LIKE4_ LIKEC_ between overlaps || multiset year DAY_ member
    SUBMULTISET_
    The symbol "* was inserted before "." to continue.
    Compiling the package body in SQL developer, I can spot the exact lines that produce this error, so I know it's coming from the Expand Operator's generated code. In every case, the Expand Operator is producing lines like this (code generalized):
    (("[function_name]"("[map_name]"."[map_input_parameter]"))).BYTES_COUNT
    (("[function_name]"("[map_name]"."[map_input_parameter]"))).ROWS_INSERTED
    BYTES_COUNT and ROWS_INSERTED are data components of the user_defined object type returned by the function.
    The problem is the # of parentheses surrounding the function name and the returning component being outside these parentheses. If I move the returning component in between the first and second closing parentheses, the code will compile:
    (("[function_name]"("[map_name]"."[map_input_parameter]"*).BYTES_COUNT))*
    (("[function_name]"("[map_name]"."[map_input_parameter]"*).ROWS_INSERTED))*
    IMO, this is an OWB bug !! The Expand Operator can't be used without editing the code after deployment.

    Unfortunately breaking apart the user-defined type in an Expression Operator produces the same error message and virtually the same code problem:
    (([function_name]("[map_name]"."[input_parameter]")).BYTES_COUNT/* EXPRESSION.OUTGRP1.BYTES_COUNT */)
    As in the Expand Operator the line above compiles when the data type component ("BYTES_COUNT") is manually moved between the first and second closing parentheses:
    (([function_name]("[map_name]"."[input_parameter]").BYTES_COUNT/* EXPRESSION.OUTGRP1.BYTES_COUNT */) )

  • Problem in executing the mapping from outside OWB

    hi guys,
    i am facing a strange problem in a regular fashion.
    i have developed 4 mappings - the mappings have been validated with warnings, all of column lengths and data length related.
    the mappings have been deployed successfully - which i have also verified by checking the generated package in the backend - it is
    in a valid state.
    but when i am running the package thru the pl/sql block, tho it returns me a retval=0 (and sometimes retval=2) but no data transfer is happening, the same thing is
    occuring when i try to run the mapping thru the deployment manager in the OWB. but through the debugger all the DML operations of
    upsert(insert/update) and delete are working perfect with the correct transformations.
    this is happening for all the mappings that i have developed.
    need urgent help.
    thanks and regards,
    Prasenjit

    i am going crazy now.
    suddenly the mapping is working for the insert/update but for the delete it is giving weird results.
    the primary key column in the source table has a value ",1:EH/L/A,13:2,14:9", which should be transformed to EH/L/A::2::9 - i have used substr and instr to achieve this.
    but in the case of delete operation, thru the debugger i get the expected result - the corresponding row is getting deleted from the target, but theu the deployment manager - another row is getting inserted into the target table.
    on checking the target table, i find the corresponding columns having values - "::::" - don't know the reason.
    thanks and regards.

  • OWB Error while generating Code for a mapping

    I have a simple mapping loading from a source to a flat file. When I try to generate code it gives me the following Error
    VLD-2357: Target Data File name not specified for file <target Flat file name>.
    I am new to OWB so any help on the same will be greatly appreciated. How can I specify target Data File name in the mapping configuration under Flat file operators
    Thanks
    Anish

    If you configure the mapping in the UI from the main design tree and select the name of your file operator under the tree node 'Flat File Operators' on the right hand side panel the properties should be displayed - one of these properties is 'Target Data File Name', enter the name of your target data file name.
    Cheers
    David

  • Generating code in OWB mapping for valid operating modes

    Hi all,
    When i generate the map in OWB it will generate a code in default operating mode. But it's written in OWB documents that During code generation, Warehouse Builder generates code for the specified default operating mode as well as the unselected modes.
    Can i find the generating code for the unselected modes? If possible then how can i find? Plzz help.
    Regards,
    Sumanta

    Hi Sumanta.
    If my understanding is right than you are looking for a error handling feature in OWB. Well in such case you need to look at the concept of Shadow Tables in OWB. TO know more about the fucnctionality of shadow tables please follow this link.
    Using Data Rules
    It has most of the information. If you still hav any clarifications, you can post it here.
    I dont know much about operating modes.
    Hope this is what you were looking for!

  • OWB deploy system error

    Hello,
    I'm having issues deploying large mappings:
    "ORA-04030: out of process memory when trying to allocate 4000 bytes (PLS non-lib hp,pdzdM80_Allocate_Block)"
    I'm getting the same error when deploying via either XP Client or OMB*Plus on the server. This started to happen a couple of days ago on a brand new system. On the old system it is still a OK. I CAN get source code for the mapping (package) in question off of the old system and compile it on a new system using SQL*PLUS?!
    What could be wrong with OWB install/ setup? Some notes on Metalink suggest that it is purely DB/ HOST issue, but then how come via SQL*PLUS deploy works?
    Thanks in advance,
    Alex.

    Mark
    Thank you for your response, I have figure out and I now successfully deploy, I deployed through Deployment Management. But when I go to database as a target and the table is create there but empty, (no data)
    I have 2 questions:
    1. When I deploy the mapping itself sucessfully, do I need to Execute the mapping ? I tried to right click / Execute then it saying something like this :
    Starting Execution COLLEGE_YR_CODES_MAP
    Starting Task COLLEGE_YR_CODES_MAP
    RPE-1013-SQL_LOADER_ERROR SQL Loader reported error condition, number 3.
    Completing Task COLLEGE_YR_CODES_MAP
    Completing Execution COLLEGE_YR_CODES_MAP
    (college_yr_codes_map is the mapping name, i map a flat file to a relational table)
    2. I have to map multi flat files as source file to target as oracle table, do I need to create multi connector for each flat files.
    Thank you very much for all the help I can get here.

Maybe you are looking for

  • Budget Consumption at the time of payment to vendor instead of booking expense

    Hi, as per my understanding In funds management budget is consumed at the time of booking invoice to vendor. that means that when expense id debited and vendor is credited budget against the commitment item entered or derived in expense line item wil

  • Caller ID and Text Messaging Alerts

    Does anyone know if there is an App. or board where I can suggest one be made that will tell you if you have say an incoming call or text message without displaying the number etc. I've turned off the text message preview feature which still displays

  • Blank field for Adapter engine

    Hi Experts, I am facing a problem while configuring my communication channel. When I am trying to selct a server in ADAPTER ENGINE column from drop down , I am not getting anything (it is blank) for FILE,RFC,JDBC,JMS,Mail and SOAP Adapters. But in ca

  • Where are screenshots going to?

    I need to take a picture of a conformation (no I don't have a working printer :P) and I did a screenshot (CommandControl+Shift3) and it makes the camera sound, but the images don't appear on my Desktop or my Pictures folder. Where are they going?! Pl

  • WLC with WPA1 and WPA2 enabled

    I have enable WPA1 and WPA2 on the WLC and My notebook support both WPA1 and WPA2. Which one will be use when I connect to WLAN. How can I check if I am using WPA1 or WPA2? Thanks. C.K.