Uploading local package problems in 11g

I've tried to add a package to the "Local PKGs" section of the local content. I can install the package manually without issue but when I upload it into "Local Content" it ends up with the "Broken Rules (Missing Dependencies)" state. When the package is in that state I can't use it in operational profiles.
I've checked the emoc.log but all I can find is it says "No Dependencies".
Any idea what I'm missing on the upload? Or how to fix the "broken rules"?
Thanks.

We are using the Multipart request in the Oracle 8i Application server(with APache 1.3 as web server) itself. For that matter we didn't set any classpath separetly in the jserv.properties file of the Application server. Only the classes relating to the Multipart files are to be referenced with all other classes of whichever appliaction you are creating and that can be put in the proper package within the classes folder of the Web-Inf where generally the classes are referenced. OI guess that will certainly work in Oracle 9i AS.
Thanks.

Similar Messages

  • Is there a way to create a local package repository

    Is there a way to create a local package repository without technically being a mirror.  For example, setting up multiple AL box's on my network and having them grab all the latest packages from one AL box?
    Thanks,
    Craig

    What you most likely want is an ABS tree of your own, containing only the PKGBUILDs of those packages which you want to be included in your repository.
    You should already have heard of the gensync program. In short, the parameters are the root of PKGBUILDs, sorted in subdirectories (ie. like the ABS tree), the intented name and location of the repository database file, and the directory containing the binary packages.
    Let's assume you downloaded the current ABS tree to your hard drive, as well as all matching (same version as in the PKGBUILDs!) packages from a mirror, but you don't want the reiserfsprogs package in your repository. To achieve that, you must remove the /var/abs/base/reiserfsprogs directory, and may optionally remove the binary package, too. Since gensync analyzes the ABS tree you supplied as a parameter, removing the subdirectory of a specific package will cause this very package to not be included in the generated database. Assuming your packages lie in /home/arch/i686/current, your gensync call would look like this:
    gensync /var/abs /home/arch/i686/current/current.db.tar.gz /home/arch/i686/current
    If there are any discrepancies like
      - PKGBUILD, but no matching binary package found
      - PKGBUILD and binary package versions do not match
      - permission problems (writing the db file must be possible)
    gensync will gladly complain.
    Otherwise you should find the db file in the place you specified. Keep in mind that the name of the db.tar.gz file must be equal to the repository tag in the pacman.conf to use the repo.
    To make sure the db contains the right packages; use
    tar -tzf current.db.tar.gz | less
    to list the contents. Every package has it's own subdirectory including the metadata, which is rather obvious considering the file's generated from such a structure in the first place.
    The binary packages along with a correctly generated db file are all you need. Make the repository directory containing these files available through FTP if local availability doesn't cut it for you, edit your pacman.conf if needed, and use it!
    Adding packages works similar; All you need to have is the PKGBUILD in an ABS-like tree (it doesn't have to be the official tree; gensync doesn't care where the files come from. Just stick to one subdirectory per PKGBUILD, and you'll be fine), and the matching packages somewhere else, run gensync with the appropriate directories, and cackle with glee.
    HTH.

  • Is it possible  upload local file to internal table in background mode?

    Hi, all,
    Is it possbile to  upload local file(not server file) to internal table in background mode.
    If possbile ,please tell me detail . Thanks in advance.
    Regards,
    Lily

    Hello,
    This is possible.
    If you report has to be executed in background using schedule Job. Then the file path should be constant and it can be hard coded in the report itself while populationg the internal table.
    Then create a variant for your report and use that variant in the job.
    This will solve your problem I guess.
    Regards
    Arindam

  • Using ant to build and deploy plsql packages to a 11g wls.

    Hi all,
    Not sure is this is the right place, but I found a few other threads in this forum regarding plsql and ant, so I'll try this one.
    My firm is moving from 10g ADF applcations to 11g SOA applications. When I'm not busy being lost in the whole new SOA world, I also have the pleasure of building our ant scripts. :-)
    It has been years since I looked at the deploy scripts I made for 10g, so I'm a bit rusty.
    I used wsassemble in our old scripts and I used http://download.oracle.com/docs/cd/B25221_05/web.1013/b14434/wsassemble.htm as a reference. But I can't seem to find the same documentation for 11g? I tried http://download.oracle.com/docs/cd/E12839_01/index.htm but it doesn't seem to have anything about plsqlAssemble, genInterface, genproxy etc. for 11g wls servers? I also tried google a while to no avail.
    For example, I'm having problems setting the values for the ant-oracle.properties.
    So can someone please throw some links my way, so I can read how to build and deploy plsql packages to a 11g wls server using ant? Thanks!
    Cheers,
    William

    Hi,
    Did you ever find an answer to this question ?
    I am currently creating the webservice using webservices assembler from 10g/OC4j, then using the SmartUpgrade tool to re-engineer the webservice for deployment to 11g
    ( SmartUpgrade info here http://docs.oracle.com/cd/E16764_01/doc.1111/e15878/intro.htm)
    G
    Edited by: user999097 on Mar 5, 2012 1:16 PM

  • [resolved] Build local package repo from http/ftp mirror?

    G'day;
    I live at uni during the semester, with Phat Pipe(tm) - think 100mbps LAN - between me and the nearest archlinux mirror, http://mirror.pacific.net.au/linux/archlinux. However, I have an interesting problem :
    a) I'm about to go home for quite some time. Home has dialup. 'nuff said.
    b) Home-time is when i get all the ideas about spiffy cool stuff I want to do with my computer, and hence when i need random bits of software. (i don't get the time to play around during uni )
    c) Internet here at uni costs $22.50AUD/gb download, excepting certain special servers on the PIPEnetworks peering exchange, which are $0.10/gb. Thus, I am restricted to mirror.pacific.net.au.
    My previous solution, when I was an ubuntu user, was to use debmirror to pull down a local mirror of the entire package repository. However, it's quite obvious that Arch Is Not Ubuntu, and there don't seem to be any mirroring tools apart from rsync scripts on the wiki. (These won't work because the only server I can get to cheaply is mirror.pacific.net.au, http/ftp only.)
    So, can anyone suggest a way to build a (preferably internally consistent) local package mirror given only http/ftp access? (not sure what happens if I get the mirror halfway through a sync...)
    I've contemplated a simplistic python script or similar that recursively pulls down http directory listings and then wgets every.single.file, but this strikes me as immensely retarded and problably prone to some kind of b0rkage. Plus, I suck at programming, and the thing would problably break at 99% done
    Any help appreciated, even 'you're a bad person for wanting your own mirror!!' posts.
    cheers;
    -lws :wq
    Last edited by littleweseth (2007-06-20 18:50:52)

    Resolved. I had an error in my patternmatching somewhere : I broke up the regular expression into multiple --exclude= options (because i don't trust | do do proper ORing here, since the RE expressions don't appear to act as egrep says they should. Or i suck at egrep.)
    Final command;
    lftp mirror.pacific.net.au:/linux/archlinux> mirror --dry-run -v --exclude=x86_64/ --exclude=iso/ --exclude=0.8/ --exclude=0.7.2/ ./ /mnt/sata/archmirror/0.8
    (n.b. : obviously, remove the --dry-run. I was using it so i could verify how much i suck at mirror -x without burning precious internet quota. )
    Thanks to //byte// for his suggestion of lftp as a tool. It's joining wget and vi in my Arsenal Of Infinite Awesome.
    -lws
    :wq

  • TS3074 im can u please help me out this issue im trying to install iTunes  in windows 7 some error showing " windows installer package problem DLL require to complete this installation" this message showing.

    im can u please help me out this issue im trying to install iTunes  in windows 7 some error showing " windows installer package problem DLL require to complete this installation" this message showing.

    Try the following user tip:
    " ... A DLL required for this installation to complete could not be run ..." error messages when installing iTunes for Windows

  • How to resolve AVCHD package problem in mountain lion

    how to resolve AVCHD package problem in mountain lion

    Thanks, David. I know this workaround. And one more with creating right-click Service. That's why I've used "uncomfortable" instead of "impossible". In my opinion, Apple should leave ability to choose OS's behavior, and I hoped somebody knew where to find it .

  • Error with the Package Request while uploading epub package onto ACS4.

    Hi,
    Error with the Package Request while uploading epub package onto ACS4.
    There was an error with the Package Request::<error xmlns="http://ns.adobe.com/adept" data="E_PACK_DATABASE http://localhost/packaging/Package Incorrect%20string%20value:%20'\x92Apran...'%20for%20column%20'creato r'%20at%20row%201"/>
    Cheers
    Vikas

    See http://forums.adobe.com/thread/771689?tstart=0

  • {"success":false,"msg":"package file parameter missing"} while trying to upload a package via python

    Hello,
    I try to write a command line script for administrating CQ5 via command line not using curl or wget. When I try to upload a package I get the following error message: {"success":false,"msg":"package file parameter missing"} So what parameter (sure "file") is missing or how do I have to "put it in"?
    To be more precise:
    When using curl, everything works fine, so I looked at the header and body curl sends and rebuilt both via python - without success. And curl does not send a "file" parameter by the way, or I didn't see it.
    Best regards,
    Rene

    For RMA Line. I am assuming you have already created a 'RETURN' type transaction Type, and tied that to the AR transaction type. if yes, then just follow the COPY UTILITY to copy the original line into a RMA line using the Copy Utility as below. Let me know if that was helpful.
    debug_message('Start Copying order..');
    l_copy_rec.api_version_number := 1;
    l_copy_rec.init_msg_list := 'T';
    l_copy_rec.COMMIT := 'T';
    l_copy_rec.Copy_Order := 'T';
    l_copy_rec.hdr_count := 1;
    l_copy_rec.append_to_header_id:= NULL;
    l_copy_rec.hdr_info := 'T';
    l_copy_rec.hdr_type := l_refund_order_type_id;
    l_copy_rec.hdr_descflex := 'T'; -- changed to 'T'; Dipanjan; 03/06/2012
    l_copy_rec.hdr_credit_card_details := 'F';
    l_copy_rec.hdr_scredits := 'T';
    l_copy_rec.hdr_attchmnts := 'T';
    l_copy_rec.hdr_holds := 'F';
    l_copy_rec.manual_order_number:= NULL;
    l_copy_rec.all_lines := 'F';
    l_copy_rec.line_count := l_line_ids.count;
    l_copy_rec.line_type :=&l_refund_line_type_id; -- replace with the 'Return' type transaction type Id
    l_copy_rec.incl_cancelled := 'T';
    l_copy_rec.line_price_mode := 1;
    --l_copy_rec.line_price_date := NULL;
    -- l_copy_rec.line_discount_id := NULL;
    l_copy_rec.line_descflex := 'T';
    l_copy_rec.line_scredits := 'F';
    l_copy_rec.line_attchmnts := 'T';
    l_copy_rec.line_payments := 'T';
    l_copy_rec.return_reason_code := 'WRONG ITEM';
    l_copy_rec.default_null_values:= 'F';
    l_copy_rec.copy_complete_config := 'T';
    l_header_id(1).id1 := &l_orig_header_id;--- replace with original header Id
    Oe_order_copy_util.copy_order( p_copy_rec => l_copy_rec
    ,p_hdr_id_tbl => l_header_id
    ,p_line_id_tbl => l_line_ids
    ,x_header_id => l_query_header_id
    ,x_return_status => l_return_status
    ,x_msg_count => l_msg_count
    ,x_msg_data => l_msg_data);
    debug_message('End Copying order..');

  • Locale Packages in Solaris 10 For SAP

    Hi,
    Can anyone tell me the Locale Packages that I have to install on Solaris-10 for SAP installtion i.e for German & en_US lang...??
    Regards...Raj Lalit

    If you want use [url ftp://ftp.sunfreeware.com/pub/freeware/SOURCES/make_package]make_package PERL script for create your package or see [url http://www.sunfreeware.com/pkgadd.html] sunfreeware link
    Michele,
    I followed the above instruction and was able to create the package, but can't do pkgtrans - s '/tmp/pkgname'. See what I get. Any iddea?
    bash-3.00# pkgtrans -s 'pwd' /tmp/oracpu
    pkgtrans: ERROR: unable to complete package transfer
    - unable to obtain package volume

  • DataSource from a productive package to local package

    I need to move a DataSource from a productive package (ZUPG) to the
    local package ($TMP). From transaction RSA6, I've chosen the "Object
    Directory" and tried to change the assignment.
    However. the system prevents the user from moving an object from a
    productive package to a local or test package. This is the message you
    would get if you tried and changed the package to $TMP:
    "Object R3TR OSOA 0REGION_TEXT has already been exported and is
    therefore known in other systems. It is therefore not possible to
    change the package from productive to local (private), since
    inconsistencies and errors can occur."
    In theory, this should be circumvented by deleting the DataSource, and
    releasing the change request thereafter. The DataSource's entry in
    TADIR should get deleted and it should be possible to choose the
    package $TMP when re-activating the same DataSource again in the system.
    However, this is not the case in my system. The entry is not deleted
    from the TADIR, even after having released the request which contained
    the (deleted) DataSource!
    The question is: what could have caused such an inconsistency in
    the system's TADIR? Why the entries aren't deleted after releasing the
    change request, even though the DataSource had been deleted from the
    repository?
    Thanks!
    Simo

    Hello Kris,
    unfortunately your suggestion doesn't work.
    As Simone explained in his first message, in fact the system prevents the user from changing the DataSource's directory entry, with the following error message:
    <i>Object R3TR OSOA 0REGION_TEXT has already been exported and is therefore known in other systems. It is therefore not possible to change the package from productive to local (private), since inconsistencies and errors can occur.</i>
    The system documentation proposes the following steps to switch an object to a local package:
    <i>1. Use the appropriate editor to copy the object to a local object with a different name.
    2. Then delete the old object. A change request is used to transport this deletion to the other systems.</i>
    Finally it is possible to rename the local object.
    In other words, the DataSource is in a productive package, and it's been registered in a transport request.
    As soon as an object is inserted in a productive package, you're not allowed to move it back to a local or test package anymore. You need to delete it, release the change request and recreate (re-activate in our case) the object again.
    However, the system doesn't prompt the user for a package during re-activation (please refer to my previous post), because the involved entry in TADIR is not removed from the transport request at release time.
    Cheers, <a href="https://wiki.sdn.sap.com/wiki/display/profile/Davide+Cavallari">Davide</a>

  • CFolder- Upload PDX Package

    Hi all,
    We are having business requirement to upload the BOM and ECN to cFolder. I am trying to use the "Upload PDX package "functionality of cFolder as a solution.
    I am doing the following steps to upload the pdx package.
    1. Clicked on Upload PDX Package Tab.
    2. In create object screen , I have selected the BOM.
    3. I am getting only one XML profile in dropdown as "Export/Import of BOM-PDX Package (IPC-2571). I have not ticked the  From cFolder document. and then clicked on "Continue".
    4. I have browse the required file and clicked on "Save".
    Explorer Pop ups the Error window message as " CFX_UI/NO_WRITE_AUTH".
    Am I doing correctly or am I missing any configuration steps? Please help.
    Thanks
    Yogesh P

    Hi Yogesh
    U have to map the feilds before exporting the BOM and ECN to PDX package.
    Regards
    Prasad K

  • Upload Local Application option is not available under Tools menu: SAP design studio

    Hi All,
    I have created dashboards in design studio 1.3 in local mode. Now I want to upload my application to the Business Intelligence platform. So I referred the below thread.
    Design Studio 1.0: Upload a Local Application to the Business Intelligence Platform
    But for me under tools, Upload local application option is not available. Do I have to add some connections in preferences option to make it visible. Please reply ASAP I have to upload immediately
    Thanks in advance.
    Regards,
    Saranya S

    Select Tools, Preferences, under Preferred Startup Mode, select BI Platform
    Please be sure in the future you search before you post, per SCN rules, as this has been answered before.

  • Deployment of local packages

    We have global and local packages. Global packages are apps that must be installed on all machines. And local packages are apps the local office requires.
    I understand there is a contents libary on the site server, and it doesn't really need know about the local packages since its constantly changing. Can the the local package be created at the DP? Coming from an Altiris background, we used the NS
    to replicate global apps to the DS. We then created a local share on the DS, so local IT team could create deployments for local apps.  
    Any ideas would be great. If I'm not clear with the question, please let me know. Thanks.

    No. All content always resides in the sccmcontentlib as well as deployed DPs -- the sccmcontentlib is a "master" store that is used to populate DPs and client pull content from DPs. There's no concept of local vs. global for content.
    I understand you are used to doing this, but honestly, is it that big of a deal to have the content in the "master" repository also? Yes, its costs some disk space, which is super cheap, and some network bandwidth for sure but that can be managed.
    Jason | http://blog.configmgrftw.com

  • [svn] 1931: the ja_JP swc' s should not have been removed from the locales package, I' m adding them back in

    Revision: 1931
    Author: [email protected]
    Date: 2008-06-03 13:30:46 -0700 (Tue, 03 Jun 2008)
    Log Message:
    the ja_JP swc's should not have been removed from the locales package, I'm adding them back in
    Modified Paths:
    flex/sdk/trunk/build.xml

    Hi Manny1/mreider,
    First, I’m sorry to hear that you two may be having issues utilizing a recently purchased Gamers Club Unlocked (GCU) Gifting Card.
    In all reality, our stores don’t even need to exchange the Gifting Card for the standard GCU card, although that option should be available to you if absolutely needed. The GCU Gifting Card can be applied to your My Best Buy membership by simply following the directions on the back of the card.
    Thanks for sharing your feedback and I hope for a much better experience when you return to your local Best Buy to get this taken care of! If needed, please don't hesitate to ask for a manager or supervisor.
    Brian|Senior Social Media Specialist | Best Buy® Corporate
     Private Message

Maybe you are looking for

  • CSS for links display differently in Safari and Firefox

    Hello all, I am having some link display problems. The CSS code for my link display is as follows: #sidebar_1 a{ text-decoration: none; font-weight: bold; #sidebar_1 a:link{ color: #CCC; #sidebar_1 a:visited{ color: #000; #sidebar_1 a:hover, #sidebar

  • Database links between Oracle 10G and 7.1/7.3 & 8.0 databases

    Hi All.. Unfortunately one of our customers is still using very very old unsupported versions of the database - 7.1 and 7.3 and 8.0. They wish to start an upgrade process - moving up to 10G (via staged upgrades) but wish to know whether they can stil

  • Window.Open Suggestions

    My datagrid contains LinkButtons to open new windows. When the user clicks a linkbutton the following attribute is added to the body.onload: body.Attributes.Add("onload","window.open('http://fww/scripts/codebook/clientinfo.exe?" + strClnum + "','Clie

  • Zen Touch - Unable to scroll

    I know this topic was addressed in an earlier thread, but I was unable to read the entire thread (see "Zen Touch- Can't Scroll Up!?!?). Hoping somebody can help me out My Zen Touch will not allow to scroll up. It even scrolls down when I want to go u

  • Locking PDF file

    Hi,    How to lock a PDF file generated from SAP ? Thanks priya.