OWB 10G Rel2 demos on Linux

Platform
Suse Linux
Oracle Warehouse Builder 10G Rel 2
Downloaded owbdemo_files.zip from
www.oracle.com/technology/obe/obe_bi/owb/owb-paris/OWB-Getting%20Started/Lesson1_Starting_with_OWB/overview.htm
The Oracle By Example Tutorials would be interesting if the files loaded without error in the OMB utility.
Firstly set Global TCL variables correctly in file owbdemoinit.tcl.
Attempting to execute the tcl scripts i find...
1.0 createlocs.tcl
OMBALTER CONTROL_CENTER 'DEFAULT_CONTROL_CENTER'\
SET PROPERTIES (HOST, PORT, SERVICE_NAME, USER, PASSWORD, SCHEMA)\
VALUES('$host', '$port', '$service', '$owbclient', '$owbclientpwd', '$owbclient')
This Statement fails every time with "OMB06319 Cannot modify any properties of DEFAULT CONTROL CENTER"
Is it actually required for the sake of the DEMO ????
2.0 In loadrolapsales.tcl the reference to the sequences script has an UPPER CASE 'S' in the word Sequence. The Sequences file in the demo zip on the operating system has all lower case letters in the name causing the script to fail on any operating system where the case is significant. i.e Non Microsoft
Platforms
3.0
In dim_times.tcl ( called from loadrolapsales.tcl ) the syntax coded to
create the time dimension is simply wrong. I am not sure what it should be
if anyone has an example with Correct Syntax i would like to see it.
OMB00001 : Encountered SET REF at line: 1 column: 336. Was expecting one of:
"IMPLEMENTED"..."POPULATE" ... "ADD" ... "SET FISCAL_CALENDAR"
Sntax in file is
OMBCREATE TIME_DIMENSION 'TIMES'\
SET PROPERTIES ( DESCRIPTION, BUSINESS_NAME )\
VALUES ('Times', 'Times')\
ADD NORMAL_CALENDAR HIERARCHY 'TIME_STD'\
SET PROPERTIES ( DESCRIPTION, BUSINESS_NAME )\
VALUES ('Time Standard', 'Time Standard')\
SET REF (CALENDAR_MONTH LEVEL 'MONTH',\
CALENDAR_QUARTER LEVEL 'QUARTER', CALENDAR_YEAR_LEVEL 'YEAR')\
SET REF SEQUENCE 'TIME_DIM_SEQ'\
4.0 dim_channels.tcl, dim_products.tcl, dim_promotions.tcl all fail with
OMB01107 Property OLAP_TYPE does not exist in class oracle.owb.dimensional.DimensionAttribute
from OMBALTER DIMENSION 'CHANNELS' MODIFY DIMENSION_ATTRIBUTE 'NAME'\
SET PROPERTIES (OLAP_TYPE) VALUES ( .......
Regards
Russell

I'm using OWB 11G Rel1 and trying to run the appropriate version for this same tutorial.
Even I am getting problems with the creation of the Time Dimension. The dim_times.tcl script is now already updated with the changes proposed here but when I source it all I get is the following path written to screen and nothing else:
OMB+> source loadrolapsales.tcl
Loading ROLAP Cube
Sequences created
oracle/AWAction/Attach
The error is obviously coming from the dim_times.tcl script since, if i paste the actual code to command line I get the same error:
OMB+> OMBCREATE TIME_DIMENSION 'TIMES'\
SET PROPERTIES ( DESCRIPTION, BUSINESS_NAME, DEPLOYMENT_OPTIONS)\
VALUES ('Times', 'Times', 'Deploy All')\
ADD NORMAL_CALENDAR HIERARCHY 'TIME_STD'\
SET PROPERTIES ( DESCRIPTION, BUSINESS_NAME )\
VALUES ('Time Standard', 'Time Standard')\
SET REF (CALENDAR_MONTH LEVEL 'MONTH',\
CALENDAR_QUARTER LEVEL 'QUARTER', CALENDAR_YEAR LEVEL 'YEAR')\
IMPLEMENTED BY STAR SET REF SEQUENCE 'TIME_DIM_SEQ'\
POPULATE DATA FROM 2001 FOR 1 YEARSoracle/AWAction/Attach
Interestingly, I also have a problem with trying to create the time dimension using the Time Dimension Wizard in the Oracle Warehouse Design Centre. (see this thread Re: Problem with Time Dimension generating and I'm now wondering whether the 2 issues might be related.
Any help would be greatly appreciated!
Thanks

Similar Messages

  • CPU Requirements for Oracle 10G Rel2 on RH Linux 3 (Linux x86)

    Hi,
    Can anyone tell me how to decide on the CPU (Speend and no. of CPUs) for Oracle 10G Rel2 on RH Linux 3 (Linux x86)?
    Thanks in Advance.
    Prachi

    the more , the better

  • OWB 10g Release 2 from 32 bit to 64 bit on Linux

    Hi guys,
    I have a client who is planning to migrate their Linux server from 32 bit to 64 bit and migrate their Oracle database from 10.2.0.3 from 32 bit server to 10.2.0.3 from 64 bit server.
    We have OWB 10g Release 2 (10.2.0.3) installed in the 32 bit server.
    Our DBA is planning to move the entire database to the new server including the OWB repositories.
    My question is,
    Will the following work?
    1. Install the OWB 10g Release 2 (10.2.0.3 or 10.2.0.4) 64 bit in the new 64 bit Linux 64 bit server
    2. Remove all the OWB repository user schemas & roles from the database where OWB is installed
    3. Install the OWB repository in the new 64 bit server
    4. Import the .mdl backup of the project from existing OWB 32 bit to the new OWB 64 bit server
    5. Configure the project with the new server
    OR
    Since our DBA is planning to move the entire database to the new server including the OWB repositories
    1. Install the OWB 10g Release 2 (10.2.0.3) 64 bit in the new 64 bit Linux 64 bit server
    Will I be able to access my repository that is migrated from the 32 bit server (avoiding the installation of OWB repository and importing the project and configuring the whole project in the new server) ?
    Please someone shed some light on this. Your help is appreciated
    Thanks in advance....
    Edited by: user528846 on Feb 11, 2010 11:59 AM
    Edited by: user528846 on Feb 11, 2010 11:59 AM

    Does this mean, ... we have to install the OWB 64 bit and install a new repository in the 64 bit server?In my opinion you don't need to create new repository.
    After migrating database to 64bit perform steps from Metalink note 434272.1 "How To Update Warehouse Builder 10.2 After A Database Cloning".
    It is better to save the same path for new OWB 64bit software. If you install OWB into different path you need to update OWBRTPS table with new path to OWB software (look at metalink note 550271.1).
    Regards,
    Oleg

  • Errors in demo project OWP_BP in OWB 10g

    Hi,
    there are several errors in the demo project OWB_BP in the OWB 10g-directory <OWB_HOME>/owb/misc/time.
    1.) In the mapping TF_Time_Map there's a unlegal default value for the attribute startDate of the Map Input Parameter: '01-Jan-95'. The following table function TIMEDATA expects a value in the format 'dd-mon-yyyy', so the mappinmg makes a dataset beginning on '01-Jan-0095'!
    2.) The readme-file says you should load the table function, the sequences, types etc. into the runtime repository - but you need them in the target schema!
    3.) The dimension T_TIME has the levels day, month, quarter and year und OWB makes for every ID of a level a unique key constraint for the index. In the table function TIMEDATA you have more than one dataset with the same ID in the dimension table, because all days of Januar 1995 have the same month_id, quarter_id and year_id. Because of that the mapping stops with many errors: ORA-00001: Unique Constraint (ZUZ_TARGET.TTIME_L_YEAR_UK) violation and only one record is imported to the dimension table.
    Can anybody tell me how I can resolve the Unique Constraint (ZUZ_TARGET.TTIME_L_YEAR_UK) violation?
    Thanks,
    Detlef

    Detlef,
    You are correct on all three. The most significant problem #3 has been discussed on this forum before and the updated version of the function that fixes the issue is here OLAP dimension level constraints
    Nikolai Rochnik

  • How do we learn more about expert in OWB 10g?

    How do we learn more about expert in OWB 10g?
    We are using OWB repository 10.2.0.1.0 and OWB client 10.2.0.1.31. The Oracle version is 10 G (10.2.0.3.0). OWB is installed on Linux.
    I reviewed user guide. It have little info on expert of OWB 10g.
    I like to know/learn more about it.
    Do we have cookbook type of docs?
    How did our forum members learn about owb 10g expert?
    Thanks in advance.
    RI

    Here are various bits and pieces that should get you started, I'll see if there is a cookbook, I know we have an internal one.
    There is an introduction paper here;
    http://www.oracle.com/technology/products/warehouse/pdf/Oracle%20Warehouse%20Builder%2010gR2%20What%20is%20an%20Expert.pdf
    There are examples on the utility exchange, probably a reasonable one that uses the built in components is the data mover expert;
    http://www.oracle.com/technology/products/warehouse/htdocs/Experts/datamover.zip
    There are other interesting examples, such as the create dimension from expert that helps building a dimensional structure and maps. For this one I added simple java procedures for a shuttle dialog and a data entry table that allow different information to be captured.
    See the create dimension from expert here;
    http://www.oracle.com/technology/products/warehouse/htdocs/Experts/datamover.zip
    Another example on accelerating map construction is the SQL to map accelerator which uses the OWB custom dialog to get information, and can be found at the blog post http://blogs.oracle.com/warehousebuilder/newsItems/viewFullItem$198
    You can edit these experts and see the code, the data mover expert has much less code and just glues together pieces of the OWB UI components into a task list that is more specific for the user. The create dimension expert is much more tcl oriented but really simplifies the task at hand.
    Cheers
    David

  • New licensing for OWB 10g R2 (Paris)

    Hi,
    Does anyone know how much the new licenses (per DB server CPU) for OWB 10g R2 (Paris) cost?
    Is it correct that the features for the modeling of SCD 1 and 2 are not included in the basic "Core ETL Features"?
    If I'm using the the SCD 2 features to develop the OWB mappings do I also need to license the "Enterprise ETL" for the production server?
    Related to the previous question: for the production DB where I only need the runtime part of the repository is it required to license any options?
    Regards
    Maurice
    PS: 2 links related to these questions:
    http://www.rittman.net/archives/2006/05/owb_10g_release_2_now_availabl.html
    http://www.oracle.com/technology/products/warehouse/htdocs/owb_10gr2_faq.htm#HowisOWBPackaged

    Maurice, not sure what to say. If you've been using OWB, then you don't lose any functionality going to the new version, and it will be "free". You simply won't get any of the new functionality (all of the old functionality is included in the "core" features)
    However, as I said in the other post, I hope Oracle reconsiders the SCD 1 / 2 / 3 licensing. To me, SCD type 2 are not "enterprise level" functionality - that is base level functionality for ANY data mart or data warehouse. I have no problems with paying for options the other ETL vendors are charging for (data quality comes to mind...), but if we deploy a large DW on a 32 processor box, paying for the Oracle licenses AND an addition $300,000+ for OWB functionality just to simplify SCD type 2, seems WAY overkill. Actually, in our project, we had pretty much settled on Oracle as the RDBMS for our DW, but if OWB is up in the air, we will probably open this up for an RFQ.
    Scott

  • Experts VS Process Flows on OWB 10g Release 2 (Paris)

    I was looking at the the new features list for OWB 10g Release 2 (Paris), and I notices the new feature called Experts. Does anyone have any insight into when an Expert would be used instead of a Process Flow? It doesn't look like Process Flows are going away, so I was trying to get a grasp of the use for Experts.
    From Here:
    http://www.oracle.com/technology/products/warehouse/htdocs/owb10gr2%20new%20features.htm
    Experts. Experts are solutions that enable advanced users to design solutions that simplify routine or complex tasks that end users perform in Warehouse Builder. You can design these solutions in the Expert Editor which resembles the Process Flow Editor and shares many of the same commands and navigational tools.

    Hi,
    Just to start with the Experts capabilities, they can be used for designing schema objects.......I tried with an expert for sampling the source files, creating External Tables on top of it....validating and deploying..........itz very interesting to work with.........I am unable to see the practical use of this for end users.....
    where as we all know, the PF can only be for executing the deployed objects.....
    Mahesh

  • When will the new OWB 10g release 2 be available?

    HI...
    I would like to know if there is a timetable to
    download in the OTN site about the new version of OWB 10g release 2..
    I saw the the new version of this tool last year in the Oracle Open World and I am very curious to do some test and implement in our production environment.
    We are using OWB 10.1.0.2..
    Thanks
    Flavia Soares Silveira
    Scania Latin America ltda

    Good morning Tracy,
    According to Oracle OWB is going to be part of Oracle Business Intelligence... at some stage in the future.
    Right now BI10g consists of the following (check link at http://www.oracle.com/technology/software/index.html):
    Oracle Business Intelligence
    ... Oracle Business Intelligence Discoverer
    ... Oracle HTTP Server
    ... Oracle Application Server Containers for J2EE (OC4J)
    ... Oracle Enterprise Manager 10g Application Server Control
    ... Oracle Application Server Web Cache
    No OWB10gR2 as you can see.
    Metalink rang me earlier this week for some TAR, and they were hoping to see OWB10gR2 released this year... this implies that we have to count ourselves lucky if that means december. At the moment they're working hard to get a stable product out, guess there are more serious bugs to solve than they had anticipated on previously.
    Cheers, Patrick

  • OWB 10g repository assistants no longer work on 10.3.0.1 win2003

    Just posted this to the database forum... oops.... now that I'm in the right spot...
    I just installed Oracle 10.2.0.1 for win2k3 and OWB 10g. With 10.1.xxx the design and runtime reporitory assistants worked fine building their respective schemas, but with the new database release, they tell me that sys and system (and any other user with dba priv's) need to have dba priv's. Is this a known bug in the new release for winsrv?

    From Metalink note 332371.1:
    The OWB 10.1.0.2 and 10.1.0.3 versions are not certified with the 10gR2 database.
    A complete 10gR2 certification will be available for the OWB 10.1.0.4 patch.
    You will need to wait for the release of the 10.1.0.4 OWB patch or use and earlier version of the Database.

  • Oracle 10g rel2 Forms on windows Vista (Patches7047034 and Opatch 6880880).

    Hello All,
    I have been trying to apply patch 7047034 by using Opatch Universal Installer (Opatch 6880880). But I have not been able to do this. The main reason of applying this patch is to enable my forms 10.1.2.0.2 to be upgraded to 10.1.2.3., so that it can run on windows vista with Internet explorer 7.
    At the momment it does not run the forms it just show a grey page after trying to run the Test.fmx form.
    If I try to run any other form it comes up with an ORA-12560 :TNS: Protocol Adapter Error.
    When I click on the ok button, it comes up with the login page. When I try to re-login without entring the connect identifier it comes up with thesame error message ORA-12560 :TNS: Protocol Adapter Error.
    But when i try relogin using a connect identifier it comes up with ORA-12154: TNS: Could not resolve connect identifier specified. Then a grey page is all i see on the screen. I found that a bit strange since am already logged on, on forms 10g. Why is is it still asking me for further credentials.
    Having read several literature from the forum i thought the patch was what i needed. And this is what i did to apply the patch.
    After setting environment variable ORACLE_HOME
    C:\DevSuiteHome_1>set ORACLE_HOME=c:\oracle\product\10.2.0\db_1
    C:\DevSuiteHome_1>cd opatch
    C:\DevSuiteHome_1\OPatch>set ACTIVE_STATE__PERL=TRUE
    C:\DevSuiteHome_1\OPatch>opatch apply c:\DevSuiteHome_1\OPatch\p7047034_10105_WI
    NNT
    "OPatch could not detect Perl. Please set PERL5LIB appropriately and invoke Perl
    "OPatch is certified with Perl Version 5.6.1."
    "Invoke OPatch manually using the following command format:"
    " <path to Perl>/perl <path to OPatch>/opatch.pl <patch command> [options]"
    "You can use the following command format to view help information:"
    " <path to Perl>/perl <path to OPatch>/opatch.pl [<patch command>] -help"
    OPatch returns with error code = 0
    I also noticed that the PERL directory has version 5.8.3 instead of the 5.6.1
    I had gone on the perl website to download perl 5.6.1, but i found the following
    Latest stable version of ActivePerl 5.6: 5.6.1 build 638
    Gzipped tarball (Unix)
    Zip file (Windows)
    Patch against Perl 5.6.1 sources
    I do not know which one to download. Is it the zip file for windows or the Patch against perl 5.6.1
    Please does anybody have any idea what i need to do.
    Thanks in advance
    Cheers
    Aj

    Hello Hsawwan,
    Thanks for your reply. It is not part of Oracle E-Business. But this is Oracle Forms Application server release 10.1.2.0.2, and oracle Database 10g. rel2, installed seperatelly. I can connect ok to the database from forms 10g. But when it comes to running the forms, the browser comes up and i can see the java sign on the browser, after that it prompts me for username, password and connect identifier. As mentioned earlier, when i supply 2 criteria ie, the username scott, and password tiger I get ORA-12560: TNS: Protocol Adapter error. However, when i supply all 3 questions, ie username, password and connect identifier- ORCL, I get error message
    ORA- 12154: TNS: Could not resolve the connect identifier specified.
    Also i need to download Perl 5.6.1, does any body knows where i can download this?
    Because the I currently have perl 5.8.3 and opatch is pointing to perl 5.6.1.
    The site i found has error cannot display page.
    Also where is the application env file located, and what should i be setting in this file.
    Sorry for the long explanation. I hope I am making some sense.
    Thanks in advance
    Cheers
    Aj

  • Class oracle/jpub/runtime/dbws/DbwsProxy does not exists on 10g Rel2

    I trying using UTL_DBWS with samle from url http://www.freelists.org/archives/oracle-l/03-2005/msg00670.html in 10g Rel2 but I take error: class oracle/jpub/runtime/dbws/DbwsProxy does not exists .What I do incorrect?
    However, using web service in Oracle rdms very hard...May be exists simply example for dummies?

    Not really for dummies, but it may be a good way to get started:
    Oracle Database Programming Using Java and Web Services, by Kuassi Mensah.
    You have also the following resouces on OTN: Database Web Services.
    -- Eric

  • SCD type 2 in OWB 10g R2

    Hello,
    I am trying out the SCD type 2 in OWB 10g R2. I have no hierarchies and hence created a dimension with one level. Apart from three business attributes I have 2 mandatory attributes as "EFFECTIVE_DATE" and "EXPIRY_DATE". I have set one of the business attributes to "Trigger History".
    I have 3000 rows in the source table. There is no transformation. the data is loaded from source to this dimension directly. One business attribute is loaded using a constant.
    When I executed the mapping, all 3000 rows are populated in the target with the expiry date column having null values and current date in the effective date, which is absolutely fine. When I execute the mapping again without changing anything in the source, rows are inserted in to the target with the effective date set to the second run and the expiry date set to previous effective date. As I understand new rows should be inserted only if there is change in the data.
    Please correct me if I am wrong. Please clarify and if my understanding is right where am I doing wrong with OWB?
    Your help is greatly appreciated
    Thanks a lot on advance!
    Regards,
    Maruthi

    Hi Roelant,
    I think it is important to be aware that although Paris - 10gR2 - is not actually buggy (in this respect!), it is really quite idiosyncratic in exactly how it processes SCDs.
    I followed up on your and Mark's comments, and did an in depth analysis of this topic. It is at http://www.donnapkelly.pwp.blueyonder.co.uk/documents/OWB_10gR2_SCD.pdf
    My conclusions are perhaps of interest to anyone considering doing SCD processing with Paris.
    I'll be doing a follow-up this weekend, and publishing a sort of 'how-to-do-it' guide.
    Cheers,
    Donna
    Message was edited to add the words: "in this respect"

  • OWB 10G R2 with 9.2 DB....

    At my company the standard for databases is still 9.2. Since this is a large organization, we are a little slow to adopt the latest versions (we are still running OWB 9.2.0.8).
    According to the FAQ, Design repositories for OWB 10g R2 can be setup on a 9.2 DB.
    http://www.oracle.com/technology/products/warehouse/htdocs/owb_10gr2_faq.html#37
    In the FAQ, it also says to look at the Certify page in Metalink to see what databases are supported by OWB 10g R2:
    http://www.oracle.com/technology/products/warehouse/htdocs/owb_10gr2_faq.html#35
    In the Certify page, only 10g R2 DB appears to be certified for OWB 10g R2.
    Is anyone running OWB 10g R2 with 9.2 DB (for both Design and Runtime environments)? Any problems with this setup?
    Since OWB 10g R2 is a new release, could it be certified for 9.2 DB later?
    Since it is not certified for 9.2 DB, will Oracle give support if we run into problems?
    I thought one of the major advantages of OWB was suppose to be compatibility between database versions. I was surprised not to see that 9.2 was not certified.

    Hi,
    You can have OWB 10G R2 on Oracle 9.2.
    We are using OWB 10G R2 on Oracle 9.2.
    I have done instalation on both Windows and Unix environment.
    What you need is patch 9.2.0.6.0
    Regards
    Amit
    9820579749

  • Solaris 10 Installation for Oracle RAC 10g Rel2

    Hello,
    I have bought Enterprise 4000 and 250 in order to install and explore Oracle 10g Rel2 RAC.
    In this regard I need some guide lines for
    1. Installinig Solaris 10
    2. Should I use ASM or other other volume manager?
    If anybody can give me a starting document, it will be great.
    Thanks,
    Javed

    I'm assuming you mean running RAC with or without Sun Cluster? If so, the answer is that there would almost no difference in most cases. The only case I can think of would be if you had a sub-optimal interconnect without Sun Cluster where Sun Cluster's clprivnet would have given you striping and availability for free.
    I am currently working on a Blueprint that describes the important differences between the two configurations (with and without SC). They can broadly be summarised as:
    Sun Cluster gives you:
    * Better data integrity protection
    * Faster, more reliable node failure detection
    * Makes your name space homogeneous, simplifying installation and device management (DID structure), so no need for messy symbolic links
    * Gives you a highly available, striped cluster interconnect for the Cache Fusion traffic. (No need for tricky IPMP or link aggregation configurations.)
    * Allows you to use volume managers link Solaris Volume Manager or VxVM
    * Provides support for shared QFS as a file system for all Oracle objects, data includes (while still allowing ASM)
    * A substantial collection of Sun written and supported agents to manage other applications you might also have on your cluster, e.g. NFS, SAP, Apache, etc, etc.
    Hope that helps,
    Tim
    ---

  • OWB 10g -- Can't Create Database Links for Data Source and Target

    We installed OWB 10g server components on a Unix box running Oracle 10g (R2) database. The Designer Repository is in one instance. The Runtime Repository and the Target are in another instance. The OWB client component was installed on Windows XP. We create a data source module and a target module in OWB. The data source is on another Unix box running Oracle 9i (R2) database. We try to create database links for data source module and target module, respective. But when we created and tested the DB links, the DB links were failed.
    For the database link of data source, we got the following error message:
    Testing...
    Failed.
    SQL Exception
    Repository Error:SQL Exception..
    Class Name: CacheMediator.
    Method Name: getDDEntryFromDB.
    Repository Error Message: ORA-12170: TNS:Connect timeout occurred
    For the database link of target , we got the following error message:
    Testing...
    Failed.
    API2215: Cannot create database link. Please contact Oracle Support with the stack trace and the details on how to reproduce it.
    Repository Error:SQL Exception..
    Class Name: oracle.wh.ui.integrator.common.RepositoryUtils.
    Method Name: createDBLink(String, String, String, String).
    Method Name: -1.
    Repository Error Message: java.sql.SQLException: ORA-00933: SQL command not properly ended.
    However, we could connect to the two databases (data source and target) using the OWB’s utility SQL Plus.
    Please help us to solve this problem. Thank you.

    As I said prior the database link creation should work from within the OWB client (also in 10).
    Regarding your issue when deploying, have you registered your target locations in the deployment manager and did you first deployed your target location's connector which points out to your source?
    I myself had some problems with database link creations in the past and I can't remember exactly what they were but it had something to do with
    - the use of abnormal characters in the database link name
    - long domain name used in as names.default_domain in my sqlnet.ora file
    What you can do is check the actual script created when deploying the database link so see if there's something strange and check if executing the created script manually works or not.

Maybe you are looking for

  • 6100g and wrt160n issues

    Recently i upgraded from 1.5 meg dsl to 7.1 thru verizon, i just recieved the new router thru the mail and proceded to hook everything up and activate my hide speed internet.  Appon doing so i then unhooked the modem to my computer and hooked it thru

  • Dynamic Filename with TimeStamp

    Hi Guys, i'd like to post a file on a ftp with following structure: yyyyddmmhhmmssMatNr Well the TimeStamp is a given function from XI. Reading the payload for getting the matNr is also given with variable Substitution. But getting both together didn

  • RFC lookup - Error executing simple lookup

    Hi guys, Something weird is happening. I'm using a RFC lookup to get some parameters and I'm using the same generic UDF that I usually take on different projects. But this time I'm getting the following error: com.sap.aii.mappingtool.tf3.MessageMappi

  • My ipod touch was dropped on the ground, screen is cracked, won't even turn on when it's being charged, what to do?

    my ipod touch was dropped on the ground, screen is cracked, won't even turn on when it's being charged, what to do?

  • Dynamic editable functionality in Adobe form

    Hi All, I am Calling a Interactive Adobe form from webdynpro view. second applicant(SBPID)--Read only               second applicant name(SNAME)-Calculated read only I have created Action on second applicant ID (SBPID) ---If SBPID is not empty disabl