Prob. with doc registered under application other than SHIPPING EXECUTION

Hi,
We have a custom Pick Pack Slip report which we have registered under Custom Application.
While Creating Document Set, if the document is registered under Custom Applicaiton, the document is not getting generated. (Concurrent program itself is not getting executed for this document) but if the document is registered under SHIPPING EXECUTION applicaiton, its getting executed.
I have created one Document Set and while doing PICK RELEASE, I am using this document set. Initially I have attached only one document which belongs to custom application and ran pick release but it didnt submit any document. Then I added one more document which belogns to Shipping execution and submitted pick release one more time. This time it has executed program for the one belongs to shipping execution but not the custom one.
If I register the same custom report to Shipping Execution, then its working fine !!! But I dont think this is the right approach to register all custom reprots to Oracle Shipping application.
Please suggest !!!

Yes..It won't work..I too tried it..
Please open a TAR and work with oracle..
Let's see what they are upto..

Similar Messages

  • Dear Mr./Mrs.,  I had an iPhone 4 , then I bought iPhone 5s , I faced a problem when I started installing any new application other than I already had on my iCloud , I was asked to enter my password of my apple account and I entered it correctly , then I

    Dear Mr./Mrs.,
    I had an iPhone 4 , then I bought iPhone 5s , I faced a problem when I started installing any new application other than I already had on my iCloud , I was asked to enter my password of my apple account and I entered it correctly , then I was asked to answer two questions , but I forgot the answers !! I click on forgot the answers , they send me check your email , I check my email and they send me the password that I have already entered not the answers of the questions ! How can this problem be solved ?! Hope to take my message into consideration.
    Yours sincerely,
                             Hesham.

    Welcome to the user to User Technical Support Forum provided by Apple.
    For your issue...
    See Here > Apple ID: Contacting Apple for help with Apple ID account security
              Ask to speak with the Account Security Team...
         Or Email Here  >  Apple  Support  iTunes Store  Contact

  • How to create a window with its own window border other than the local system window border?

    How to create a window with its own window border other than the local system window border?
    For example, a border: a black line with a width 1 and then a transparent line with a width 5. Further inner, it is the content pane.
    In JavaSE, there seems to have the paintComponent() method for the JFrame to realize the effect.

    Not sure why your code is doing that. I usually use an ObjectProperty<Point2D> to hold the initial coordinates of the mouse press, and set it to null on a mouse release. That seems to avoid the dragging being confused by mouse interaction with other nodes.
    import javafx.application.Application;
    import javafx.application.Platform;
    import javafx.beans.property.ObjectProperty;
    import javafx.beans.property.SimpleObjectProperty;
    import javafx.collections.FXCollections;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Point2D;
    import javafx.geometry.Pos;
    import javafx.scene.Node;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ChoiceBox;
    import javafx.scene.input.MouseEvent;
    import javafx.scene.layout.AnchorPane;
    import javafx.scene.layout.StackPane;
    import javafx.scene.layout.VBox;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    import javafx.stage.StageStyle;
    import javafx.stage.Window;
    public class CustomBorderExample extends Application {
      @Override
      public void start(Stage primaryStage) {
      AnchorPane root = new AnchorPane();
      root.setStyle("-fx-border-color: black; -fx-border-width: 1px; ");
      enableDragging(root);
      StackPane mainContainer = new StackPane();
        AnchorPane.setTopAnchor(mainContainer, 5.0);
        AnchorPane.setLeftAnchor(mainContainer, 5.0);
        AnchorPane.setRightAnchor(mainContainer, 5.0);
        AnchorPane.setBottomAnchor(mainContainer, 5.0);
      mainContainer.setStyle("-fx-background-color: aliceblue;");
      root.getChildren().add(mainContainer);
      primaryStage.initStyle(StageStyle.TRANSPARENT);
      final ChoiceBox<String> choiceBox = new ChoiceBox<>(FXCollections.observableArrayList("Item 1", "Item 2", "Item 3"));
      final Button closeButton = new Button("Close");
      VBox vbox = new VBox(10);
      vbox.setAlignment(Pos.CENTER);
      vbox.getChildren().addAll(choiceBox, closeButton);
      mainContainer.getChildren().add(vbox);
        closeButton.setOnAction(new EventHandler<ActionEvent>() {
          @Override
          public void handle(ActionEvent event) {
            Platform.exit();
      primaryStage.setScene(new Scene(root,  300, 200, Color.TRANSPARENT));
      primaryStage.show();
      private void enableDragging(final Node n) {
       final ObjectProperty<Point2D> mouseAnchor = new SimpleObjectProperty<>(null);
       n.addEventHandler(MouseEvent.MOUSE_PRESSED, new EventHandler<MouseEvent>() {
          @Override
          public void handle(MouseEvent event) {
            mouseAnchor.set(new Point2D(event.getX(), event.getY()));
       n.addEventHandler(MouseEvent.MOUSE_RELEASED, new EventHandler<MouseEvent>() {
          @Override
          public void handle(MouseEvent event) {
            mouseAnchor.set(null);
       n.addEventHandler(MouseEvent.MOUSE_DRAGGED, new EventHandler<MouseEvent>() {
          @Override
          public void handle(MouseEvent event) {
            Point2D anchor = mouseAnchor.get();
            Scene scene = n.getScene();
            Window window = null ;
            if (scene != null) {
              window = scene.getWindow();
            if (anchor != null && window != null) {
              double deltaX = event.getX()-anchor.getX();
              double deltaY = event.getY()-anchor.getY();
              window.setX(window.getX()+deltaX);
              window.setY(window.getY()+deltaY);
      public static void main(String[] args) {
      launch(args);

  • Settings for email applications other than MyVerizon

    The "new" settings for email applications other than MyVerizon (in my case Thunderbird) does not alow my antivirus program (Avast) to scan incoming mail because of the secure connection setting "SSL". 
    Solved!
    Go to Solution.

    kathyshum wrote:
    I use Windows Live Mail....I used the recommended settings and now I get an error message:
    Unable to send or receive messages for the Verizon (kathyshumway) account. A time-out occurred while communicating with the server.
    Server: 'incoming.verizon.net' Windows Live Mail Error ID: 0x800CCC19 Protocol: POP3 Port: 995 Secure(SSL): No
    What have I done wrong? I don't remember the initial settings...please help!
    Based on what you posted you failed to check the SSL box.
    Here is a link to a thread I created a week ago with definitions that do work for Windows Live Mail:
    http://forums.verizon.com/t5/Verizon-net-Email/Windows-Live-Mail-SSL-Account-Definitions-for-verizon...
    Compare your settings to these.....
    Justin
    FiOS TV, 25/25 Internet, and Digital Voice user
    QIP7232, QIP7100-P2, IMG 1.9
    Keller, TX 76248

  • When I try to burn a disc I get "The disc burner is in use by an application other than iTunes." What to do?

    When I try to burn a disc I get "The disc burner is in use by an application other than iTunes." There are no other applications I am using. What to do?

    Hi, drrandy18. 
    Here are a couple troubleshooting steps that I would recommend.
    Intel-based Macs: Resetting the System Management Controller (SMC)
    http://support.apple.com/kb/HT3964
    About NVRAM and PRAM
    http://support.apple.com/kb/HT1379
    Cheers,
    Jason H..

  • Unable to read a CD with songs from I tunes other than on a computer with I tunes ???

    I am unable to read other than on a computer with I tunes my CD , What is the solution ???

    Unless you/your band recorded the music you do not have the right/lience to burn the music to a CD for a someone

  • Report showing GL Accounts with  document posted in currency other than local currency

    We need a report that shows all the GL Accounts that had a document posted in currency other than local currency during the month. The purpose of such a report is that we should not miss any Foreign Currency Gain or Loss at the end of the month.
    Is there such a report already in Standard SAP ? Please let me know. Points guaranteed.

    Hi Ajay sir,
    It's never be a bad idea. But I think Rajeev might be looking for a stright report than work around, which is not available.
    Regards...
    Jose

  • W530 winn not boot from any source other than shipped HD

    Hello,
    We have recently purchased a number of the new W530 machines. They shipped with Windows 8, but our organization uses Windows 7.
    When trying to boot to our WDS, the machines see the WDS, but will hang when installing the WIM files.
    When booting from a Windows 7 DVD or USB install disk, it hangs at the Windows splash screen.
    It doesn't matter if we use the HD that shipped with the machine or a different one, the same thing happens. We simply cannot get the machines to boot from any other device other than the HD it shipped with.
    Any ideas would be appreciated. I can't imagine that these machines aren't capable of runnning Windows 7.

    Sorry you are having trouble.
    Go into the BIOS by pressing F1 when you see the ThinkPad logo.
    Under the security heading scroll to the last item called secure boot and disable that feature.
    Brad

  • Problem with Copying PDFs to any application other than iBooks

    OK here is my problem,
    I used to be able to associated PDFs with other PDF readers (via iTunes > APPS > File Sharing). I just dragged and dropped and all was right in my world. However, all of a sudden this stopped working. I have no clue as to what caused this problem to arise. The only thing I remember 'doing' was adding some new apps.
    I cannot use the PDFs through iBook, well I can but it doesn't meet my needs (highlighting, copying and pasting and adding notes). So instead I want to use PDF HD. I used to have on PDF Masker and Good Reader, but neither does what I want.
    Suggestions?

    Hello Sin K,
    so proxy and Tomcat are located on different machines as well? Is the proxy able to commuicate with the Tomcat on the configured internal ports and is the proxy able to lookup the hostname you configured for the Tomcat?
    For the connector, the proxyName and proxyPort should be the parameters the client uses to call APEX. So if your clients should call via http://proxyserver:8080/testsin/apex the settings would be
    proxyName=proxyserver
    proxyPort=8080Reason for this is that applications (e.g. the APEX Listener) generate there URL references with these parameters.
    But does your proxy actually serve on port 8080? And is that port accessible by clients? Do clients accept cookies from that server?
    In my case, there is only one 302 which redirects to http://host:port/apex/f?p=4500:1000:sessionid which is correct.
    If you look into your first post request in firebug, what's in the request header?
    -Udo

  • Using BI Apps with applications other than Oracle, Peoplesoft and ....

    Hi all,
    I'm new in BI Applications. We have developed our applications with oracle tools and technologies. Is there any possibility to use Oracle BI Apps with our own database and applications?
    Regards,
    Iman

    I'll try to explain the "Universal Adapter."
    So Oracle BI Applications contains the presentation catolog (prebuilt reports and dashboards), the .rpd (prebuilt business logic), and the Informatica Repository (the ETL process).
    The warehouse model stays fairly consistent regardless of the platform. The "ETL Process" runs through SDE (source depent extract), SIL (source independent), and PLP (post load) mappings.
    By utilizing the "Universal Adapter/Container" you are still able to utilize the standard .rpd and presentation catalog.
    Essentially the Universal Adapter is in place to allow a user to develop discover the data needed by the "SDE" mappings, while still utilizing the rest of the functionality provided with BI Applications. This can be an overwhelming task, and I do suggest you do fairly comprehensive analysis before you attempt to utilize Oracle BI Applications with the Universal Container.
    Depending on the magnitude and scope of your deployment, you might be better off developing the ETL process on your own. However, there are instances where the universal adapter can be incredibly usefull.
    HTH,
    Austin

  • Deploy app under directory other than webapps

    I am having the following problem. I am deploying my application under a different directory than the usual <tomcat home>/webapps. My context is set to point there fine. (BTW, the directory is under a different drive on my server). When I run the application, I can go to my start page fine. When I hit one of my jsp pages, I get an error that the pages cannot find the classes I imported to use in them. One more thing, I am using STRUTS 1.1.x and I have the jsps set up as forwards. Also, I have the JSPs under the WEB-INF directory so the only way to get to them is through a forward from code on the server. Every time I hit one of the JSPs they think they need to look for the classes under the WEB-INF directory? Did anyone have the same problem? Any ideas?
    Your help is appreciated. If I find the solution on my own, I will post it here as well in case someone else needs it.

    All of your classes need to be under
    {web app directory}/WEB-INF/classes
    or if they are in a jar file
    {web app directory}/WEB-INF/lib

  • Recording keystroke rhythms in applications other than GarageBand

    I am looking for ways to:
    1. Record keystrokes (including the typist's typing rhythms and pauses) while typing in word processing applications
    2. Assign the recorded keystrokes with discreet tones or pitches
    3. Edit this raw sonic material (which is the only part GarageBand is made for if I understand correctly.
    Who knows more than I do about this?

    This is a good start. Now I need a sense of direction as I search for a way to allow that to run in the background while ordinary wordprocessing tasks are also accomplished. I need to be able to link applications. I am also curious about setting up systems which randomly and routinely assign notes to keys.
    Are these questions better suited to OSX discussions?

  • Restricting applications other than sqlplus

    Is there some way to restrict applications from accessing the database ? (except for
    SQLPLUS and PUPBLD) . For example, disallowing a reverse engineering software
    product like S-Designer.

    public class PlayMp3 {
    public static void main(String [] args) {
        try{
          ProcessBuilder p=new ProcessBuilder("realplay","path_to_mp3_file");
          p.start();
        }catch(Exception e) {}
    }If you run this code this will play the mp3 song with real media player(If you have it)
    here the realplay is the program by which the mp3 file runs. You can use any appropriate program (Any program that can play mp3 files). You can use this technique for opening .doc files too. In that case you have to change the "realplay" with appropriate
    program(exe file) that can open .doc file. I have used linux so I did not have to write realplay.exe but if you use windows you may have to write .exe. (like notepad.exe for opening text file with notepad). You can use the full path of the exe file if the machine could not find the path of the exe file.

  • Error message: Disc Burner is in use by application other than itunes

    My burner was working fine a few days ago, yesterday I tried to burn a playlist from itunes and I got the error message in the subject of this post.
    I checked to see if my burner was working...according to the system it is working properly. Also, I am able to burn and backup files and photos. For some reason I cannot burn music as a data file or music CD.
    Any suggestions? I have a hp PC...how can I tell if my burner is indeed being tied up by another program or if my computer has a virus?

    been having the same problem for months.
    i can only burn cd's in itunes for a few minutes after rebooting my g5. nothing is physically wrong with my burner and there is NO other application using it as the Itunes error states...
    anyone have any insight on this?

  • Using Keychain Access for applications other than Safari

    I am trying to decide what browser I want to use. There are several things to take into consideration - bookmarks kept in sync between the browers and passwords. So far I have stayed with Safari because it works with Keychain. I tried to open Keychain and add Firefox to a web form password but it doesnt appear to work. As for the bookmark issue, I downloaded "Bookdog" and it looks nice - the latest version is supposed to sync the bookmarks between the two browsers but I dont see a setting or option for that (emailed for support on that issue).
    So, is there a way I can use Keychain for all of my browsers?

    The following blueprint (http://www.sun.com/blueprints/0406/819-6320.pdf) describes what you want, but its not wise to put user-applications on well known ports. It wouldn't be the first time that an application crashes when a networkscanner is hammering on well known ports to find known problems. Also most of the time people are trying to bind there application on a well known port to bypass firewalls for example. So if you're going to do this, then please configure IPF for example to limit the amount of IPs that can access that port.

Maybe you are looking for

  • How to get a gmail style thread / conversation view

    Does anyone know of a plugin or hack to allow viewing of threads or conversations in Apple Mail the same way the gmail does? Mail's "Organize by Thread" only goes halfway and lacks three critical aspects of gmail's "conversation" method: 1 suppressio

  • Outlook Express 6 wants to re-download old E-mail

    Hello!. I use Verizon DSL.  I use Outlook Express 6 at home to download my incoming e-mail.  I do not delete the mail after it is downloaded. I keep a copy of my incoming e-mail in my Verizon Webmail Inbox so that I can access it on the Web if I need

  • How to get the display value of selected item in list box?

    I have a page with an HtmlSelectOneListbox that is filled with an ArrayList of SelectItem objects. The SelectItem objects contain a Key and Value. The Value is displayed in the ListBox. The value parameter of the listbox is bound to a bean property w

  • ERROR When coonecting to SQL via DBCO Connections

    Hi, Error when connecting to SQL using DBCO connections. I am getting an dump as "Set up of a secondary connection to the database system failed. It is possible that the data required for setting up the connection via EXEC SQL (Native SQL)is faulty."

  • Pdf out of dreamweaver

    hello... I have a question about a site I am designing. Is there a way to offer pdf files (such as buttons) on a page that can be clicked on and the pdf opens up on the viewers computer? thanks so much! Jayson