Publish message to MQ Series

I need to send data from Peoplesoft to MQ series. I have data scattered across two to three components. In order to publish the data from all these components would it be ideal to go for a view or is there any other way?

Turns out that AUTO_ACK was not the problem. It was a MessageListener ...
It turned out that when I got rid of the MessageListener that I was using on the Queue Manager that was trying to send to the cluster queue, my performance went through the roof. Maybe the MessageListener was blocking the mechanism by which messages get put to a cluster queue?!?!
Anybody got any ideas that might shed some light on this behavior?
Thanks,
Mark

Similar Messages

  • Need to publish message from database to a JMS Queue using Java

    I need to publish messages to a Websphere JMS Queue whenever any changes happen on a particular column of a table in oracle 11g. For that I have written a trigger on that particular table which in turn will invoke one java procedure. I have written the java procedure using a standalone java class and uploaded the java class as a schema object. While executing the procedure it is throwing error as it is not able to instantiate some of the java classes. I don't know how to provide the reference of different jar files while executing the java class. Can anyone help me on this.

    Welcome to the forum!
    >
    I have written the java procedure using a standalone java class and uploaded the java class as a schema object. While executing the procedure it is throwing error as it is not able to instantiate some of the java classes. I don't know how to provide the reference of different jar files while executing the java class.
    >
    Clarify your statement. First you say 'standalone java class' but then you talk about instantiating java 'classes' and referencing 'different jar files'. If you are executing your Java class inside Oracle then any Java classes that your java class is referencing also have to be loaded into Oracle or it won't be able to reference or execute them.
    How do you plan to ' publish messages to a Websphere JMS Queue '? Where is this queue you are talking about?
    Why are you using a Java procedure and class instead of PL/SQL?
    What is your 4 digit Oracle version (result of SELECT * FROM V$VERSION)?

  • Published message could not be routed because no subscribers

    I have avery basic BT application , very simple Orchestration, Receiveshape, Transform shape and send shape. the schema is validated and generated an instance. Compiled the application, created 1 receive port and 1 send port which are bound tp the 2 logical
    ports in the orchestration, of course the receive shape in the orchestration has property activate = true.
    When I submit the instance, it gets suspended, eror Info in admin console is :
    The published message could not be routed because no subscribers were found. This error occurs if the subscribing orchestration or send port has not been enlisted, or if some of the message properties necessary for subscription evaluation have not been
    promoted. Please use the Biztalk Administration console to troubleshoot this failure.
    When clicking on 3rd tab, Messages, I discovered that Message Type was not identified which causing the non-routing.
    my schema has a target name space as follows  http://BAMFacture.FactureProduit, root name = Facture
    My instance contents are
    <ns0:Facture Nom="mytext" Prenom="anothertext" Montant="1000" xmlns:ns0="http://BAMFacture.FactureProduit" />
    I tried
    <ns0:Facture xmlns:ns0="http://BAMFacture.FactureProduit" Nom="mytext" Prenom="anothertext" Montant="1000" />
    it did not help
    I tried also
    <ns0:Facture xmlns:ns0="http://BAMFacture.FactureProduit" Nom="mytext" Prenom="anothertext" Montant="1000"></ns0:Facture>
    it did not help neither
    Thanks for your help

    Generate a sample instance message from schema and try with that.
    Who to generate?
    Open Visual Studio-> Your Project -> In Solution Explorer, right-click the schema for which you want to generate an instance
    message, and then click Generate Instance.
    Alternatively, Refer: Error: "The published message could not be routed
    because no subscribers were found."
    Your receive pipeline should be XMLReceive and not PassThruReceive. 
    Rachit
    Please mark as answer or vote as helpful if my reply does

  • Messages to MQ series

    Hi Experts,
    To send messages to Message Queue (MQ Series) we use JMS adapter and send the messages. But how to get the messages from the Message Queue using JMS? because it will send objects...
    Points will be awarded u2026u2026u2026u2026u2026
    Thanks,
    Manoj

    i suggest for simple questions u pls hit a search button on SDN, these are answered many times.
    ur XI JMS adapter wil pick the message from queue of MQ server.U need to configure the JMS adapter with detail information.
    How to configure the sender & recevier JMS adapter.
    How to use SAP's WebAS J2EE's JMS Queue in Exchange Infrastructure
    chirag
    Edited by: Chirag Gohil on Oct 30, 2008 9:26 PM

  • BPEL JMS Adpater to publish message to B2B Internal Delivery Channel

    We are planning to use the JMS adapter in BPEL to publish message to B2B Internal Delivery channels. But during the JMS Adapter configuration it doesnt list the B2B Internal queues (IP_OUT_QUEUE and IP_IN_QUEUE) in the list of queues. However for AQ Adapter in BPEL, during the AQ Adapter configuration its lists the queues(IP_OUT_QUEUE and IP_IN_QUEUE) in the list of the queues. We used the same database connection and user for both the adapters. The B2B queues are in the B2B repository.
    Can we use the JMS Adapter in BPEL to publish message to B2B internal delivery channel and if so is there any other configuration we need to do?

    You can use the default AQ to pub/sub messages in/out of the IP_IN and IP_OUT Qs.
    However, if you still need to use JMS, then make the B2B listen to this JMS Q and then use the JMS adapter.
    Using the default AQ should be robust and simple. But, again we have seen several customers implementing in thrid party JMS providers as per their business scenarios.
    Regards
    Anirudh Pucha

  • How to check a listener in SAP for a TIBCO topic (published message)?

    Hi,
       We are using TIBCO  as the middle ware between SAP and Documentum. For the last few days none of the IDOCs sent from TIBCO are coming into SAP.
    The concerned person from TIBCO team said that, "TIBCO is publishing messages on the topic SPC.All4One.IncomingInvoiceStart.Topic but there is no subscriber available to pick up the messages. Could you please check if SAP is a subscriber for this topic?".
    I am not sure how should we check this.
    Any pointers on this would be greatly appreciated.
    Regards
    Barada

    Hi,
    I never worked on TIBCO. But generally listner settings  will be in the middle ware. You need to check the listener settings in the middleware. SAP will be registered as listener in the middleweare.  Please check.
    Thanks and Regards,

  • Can't publish message: Server running low on memory

    Hi All,
    After looking through the documentation and using Ask BEA I have come up
    with no answers to this message I have seen:
    weblogic.log:Can't publish message: Server running low on memory.
    I am setting the memory min and max to -ms256m -mx256m.
    What does the error "Can't publish message: Server running low on memory."
    mean? Is it a serious lack of memory resources, or is it just a warning
    message that the server has hit its upper limit of the heap and it is about
    to do garbage collection or is in the midst of garbage collection?
    Dean Sheppard

    Hi All,
    After looking through the documentation and using Ask BEA I have come up
    with no answers to this message I have seen:
    weblogic.log:Can't publish message: Server running low on memory.
    I am setting the memory min and max to -ms256m -mx256m.
    What does the error "Can't publish message: Server running low on memory."
    mean? Is it a serious lack of memory resources, or is it just a warning
    message that the server has hit its upper limit of the heap and it is about
    to do garbage collection or is in the midst of garbage collection?
    Dean Sheppard

  • Subscriber not receiving published message

    Hi,
    I'm new to JMS and hence might sound very novice..
    I'm trying to send and receive messages between 2 servers running App Server 7.0
    I've configured both of them to not start the built in JMS service (I tried using that initially, did not work).
    So, I start the imq broker on each server manually before I start the application on each of them.
    I can see thru my debug statements that my client is publishing the message, but its not received by the subscriber.
    I have the imqbrokerhostname set on each server (thru the app server admin console) to point to each of them.
    Here is how I have written my publisher and subscriber.
    The publisher is just another class and the subscriber is a thread that gets created when the app starts (I'm sure about that, as I have debug statements to prove that).
    Here is my publisher code:
    public void refreshRDMTable(String strTableName)
    //Establish error logging category
    Category m_category = Category.getInstance("JMS_eCATSPublisher.refreshRDMTable");
    m_category.info("entering");
    String strMessage = strTableName;
    String topicCFName = Foundation.getProperty("eCATSTopicConnectionFactory");
    String topicName = Foundation.getProperty("eCATSTopic");
    try
    InitialContext context = new InitialContext();
    // Lookup the topic connection factory
    // from the initial context.
    TopicConnectionFactory tcf = (TopicConnectionFactory) context.lookup(topicCFName);
    // Create a new topic connection from the topic
    // connection factory.
    TopicConnection conn = tcf.createTopicConnection();
    // Start the connection
    conn.start();
    // Create a new topic session from the topic
    // connection. The session should not be transacted
    // and should use automatic message acknowledgement.
    TopicSession session = conn.createTopicSession(false, Session.AUTO_ACKNOWLEDGE);
    // Lookup the topic that we are to publish to
    // from the initial context.
    Topic topic = (Topic) context.lookup(topicName);
    // Create a new topic publisher using
    // the topic session. The publisher should
    // be created to publish to Topic topic.
    TopicPublisher publisher = session.createPublisher(topic);
    // Using the topic session create a new
    // text message to publish
    TextMessage message = session.createTextMessage(strMessage);
    // Using the publisher publish the text
    // message that's just been created
    publisher.publish(message);
    m_category.info("Publishing JMS message: " + message);
    catch (NamingException ne)
    ne.printStackTrace();
    catch (JMSException jmse)
    Exception linkedException = jmse.getLinkedException();
    if (linkedException != null)
    linkedException.printStackTrace();
    jmse.printStackTrace();
    }//end method
    and Here is my subscriber class:
    public class JMSSubscriberThread extends Thread {
    private boolean isStopped;
    private TopicConnection fTopicConnecton;
    private TopicSession fSession;
    private boolean trueVal = true;
    private Topic fTopic;
    public void run()
    Category cat = Category.getInstance("JMSSubscriberThread.run");
    String topicCFName = Foundation.getProperty("eCATSTopicConnectionFactory");
    String topicName = Foundation.getProperty("eCATSTopic");
    int receiveTime = Integer.parseInt(Foundation.getProperty("callReceiveTimerMillisec"));
    JMSRefreshObject rdmRefreshThread = new JMSRefreshObject();
    cat.info("entering");
    TopicSubscriber m_Subscriber = null;
    try
    final InitialContext context = new InitialContext();
    // Lookup the topic connection factory
    // from the initial context.
    TopicConnectionFactory tcf =
    (TopicConnectionFactory) context.lookup(topicCFName);
    // Create a new topic connection from the topic
    // connection factory.
    fTopicConnecton = tcf.createTopicConnection();
    // Create a new topic session from the topic
    // connection. The session should not be transacted
    // and should use automatic message acknowledgement.
    fSession =
    fTopicConnecton.createTopicSession(
    false,
    Session.AUTO_ACKNOWLEDGE);
    // Lookup the topic that we are to subscribe to
    // from the initial context.
    fTopic = (Topic) context.lookup(topicName);
    // Create a new topic subscriber using
    // the topic session. The subscriber should
    // be created to subscribe to Topic topic.
    m_Subscriber = fSession.createSubscriber(fTopic);
    fTopicConnecton.start();
    catch (NamingException e1)
    cat.error(e1.getMessage(), e1);
    catch (JMSException e1)
    cat.error(e1.getMessage(), e1);
    do
    try
    // Using the subscriber check for published
    // messages. Use the subscriber's receive()
    // method as we are not sure when a message
    // will be published to the topic.
    TextMessage message;
    message = (TextMessage)m_Subscriber.receive(receiveTime);
    if(message != null)
    cat.info("Message=========="+message.getText());
    rdmRefreshThread.refreshRDMTable(message.getText());
    catch (JMSException e)
    cat.error(e.getMessage(), e);
    } while (isStopped == false);
    try
    fTopicConnecton.close();
    catch (JMSException e)
    cat.error(e.getMessage(), e);
    }//end method
    public void stopExecution()
    this.isStopped = true;
    } //end method
    } //end class
    Here are the broker logs:
    1. Server 1
    Java Runtime: 1.4.2_07 Sun Microsystems Inc. C:\Sun\AppServer7\jdk\jre
    [19/Apr/2005:09:51:59 CDT] License: Sun Java(tm) System Message Queue 3.5 SP1 trial license.
    [19/Apr/2005:09:51:59 CDT] IMQ_HOME=C:\Sun\AppServer7\imq
    [19/Apr/2005:09:51:59 CDT] IMQ_VARHOME=C:\Sun\AppServer7\imq\var
    [19/Apr/2005:09:52:20 CDT] Windows 2000 5.0 x86 9NW8541-42733.ams.com (1 cpu) saravind
    [19/Apr/2005:09:52:20 CDT] Java Heap Size: max=194432k, current=16256k
    [19/Apr/2005:09:52:20 CDT] Arguments: -license try -tty
    [19/Apr/2005:09:52:20 CDT] [B1004]: Starting the portmapper service using tcp [ 7676, 50, * ] with min threads 1 and max threads of 1
    [19/Apr/2005:09:52:20 CDT] [B1060]: Loading persistent data...
    [19/Apr/2005:09:52:20 CDT] Using built-in file-based persistent store: C:\Sun\AppServer7\imq\var\instances\imqbroker\
    [19/Apr/2005:09:52:20 CDT] [B1041]: Cluster initialization successful.
    [19/Apr/2005:09:52:20 CDT] [B1136]: Processing stored transactions
    [19/Apr/2005:09:52:20 CDT] [B1013]: Auto Creation of Queues is Enabled
    [19/Apr/2005:09:52:20 CDT] [B1004]: Starting the jms service using tcp(host = *, port=7675, mode=dedicated) with min threads 10 and max threads of 1000
    [19/Apr/2005:09:52:20 CDT] [B1004]: Starting the admin service using tcp(host = *, port=0, mode=dedicated) with min threads 4 and max threads of 10
    [19/Apr/2005:09:52:20 CDT] [B1039]: Broker "[email protected]:7676" ready.
    [19/Apr/2005:09:53:37 CDT] [B1071]: Established cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:09:56:49 CDT] [B1065]: Accepting: [email protected]:4482->jms:7675. Count=1
    [19/Apr/2005:09:56:50 CDT] [B1132]: Autocreating destination eCATSTopic [Topic]
    [19/Apr/2005:10:04:22 CDT] [B1072]: Closed cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:04:36 CDT] [B1071]: Established cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:04:48 CDT] [B1072]: Closed cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:05:05 CDT] [B1071]: Established cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:09:10 CDT] [B1065]: Accepting: [email protected]:4535->jms:7675. Count=2
    2. Server 2
    Java Runtime: 1.4.2_07 Sun Microsystems Inc. C:\Sun\AppServer7\jdk\jre
    [19/Apr/2005:09:51:59 CDT] License: Sun Java(tm) System Message Queue 3.5 SP1 trial license.
    [19/Apr/2005:09:51:59 CDT] IMQ_HOME=C:\Sun\AppServer7\imq
    [19/Apr/2005:09:51:59 CDT] IMQ_VARHOME=C:\Sun\AppServer7\imq\var
    [19/Apr/2005:09:52:20 CDT] Windows 2000 5.0 x86 9NW8541-42733.ams.com (1 cpu) saravind
    [19/Apr/2005:09:52:20 CDT] Java Heap Size: max=194432k, current=16256k
    [19/Apr/2005:09:52:20 CDT] Arguments: -license try -tty
    [19/Apr/2005:09:52:20 CDT] [B1004]: Starting the portmapper service using tcp [ 7676, 50, * ] with min threads 1 and max threads of 1
    [19/Apr/2005:09:52:20 CDT] [B1060]: Loading persistent data...
    [19/Apr/2005:09:52:20 CDT] Using built-in file-based persistent store: C:\Sun\AppServer7\imq\var\instances\imqbroker\
    [19/Apr/2005:09:52:20 CDT] [B1041]: Cluster initialization successful.
    [19/Apr/2005:09:52:20 CDT] [B1136]: Processing stored transactions
    [19/Apr/2005:09:52:20 CDT] [B1013]: Auto Creation of Queues is Enabled
    [19/Apr/2005:09:52:20 CDT] [B1004]: Starting the jms service using tcp(host = *, port=7675, mode=dedicated) with min threads 10 and max threads of 1000
    [19/Apr/2005:09:52:20 CDT] [B1004]: Starting the admin service using tcp(host = *, port=0, mode=dedicated) with min threads 4 and max threads of 10
    [19/Apr/2005:09:52:20 CDT] [B1039]: Broker "[email protected]:7676" ready.
    [19/Apr/2005:09:53:37 CDT] [B1071]: Established cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:09:56:49 CDT] [B1065]: Accepting: [email protected]:4482->jms:7675. Count=1
    [19/Apr/2005:09:56:50 CDT] [B1132]: Autocreating destination eCATSTopic [Topic]
    [19/Apr/2005:10:04:22 CDT] [B1072]: Closed cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:04:36 CDT] [B1071]: Established cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:04:48 CDT] [B1072]: Closed cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:05:05 CDT] [B1071]: Established cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:09:10 CDT] [B1065]: Accepting: [email protected]:4535->jms:7675. Count=2
    It looks like it is accepting something, but for some reason the message is still not received.
    Please advice appropriately.
    Thanks
    Shekhs

    Hi,
    I'm new to JMS and hence might sound very novice..
    I'm trying to send and receive messages between 2 servers running App Server 7.0
    I've configured both of them to not start the built in JMS service (I tried using that initially, did not work).
    So, I start the imq broker on each server manually before I start the application on each of them.
    I can see thru my debug statements that my client is publishing the message, but its not received by the subscriber.
    I have the imqbrokerhostname set on each server (thru the app server admin console) to point to each of them.
    Here is how I have written my publisher and subscriber.
    The publisher is just another class and the subscriber is a thread that gets created when the app starts (I'm sure about that, as I have debug statements to prove that).
    Here is my publisher code:
    public void refreshRDMTable(String strTableName)
    //Establish error logging category
    Category m_category = Category.getInstance("JMS_eCATSPublisher.refreshRDMTable");
    m_category.info("entering");
    String strMessage = strTableName;
    String topicCFName = Foundation.getProperty("eCATSTopicConnectionFactory");
    String topicName = Foundation.getProperty("eCATSTopic");
    try
    InitialContext context = new InitialContext();
    // Lookup the topic connection factory
    // from the initial context.
    TopicConnectionFactory tcf = (TopicConnectionFactory) context.lookup(topicCFName);
    // Create a new topic connection from the topic
    // connection factory.
    TopicConnection conn = tcf.createTopicConnection();
    // Start the connection
    conn.start();
    // Create a new topic session from the topic
    // connection. The session should not be transacted
    // and should use automatic message acknowledgement.
    TopicSession session = conn.createTopicSession(false, Session.AUTO_ACKNOWLEDGE);
    // Lookup the topic that we are to publish to
    // from the initial context.
    Topic topic = (Topic) context.lookup(topicName);
    // Create a new topic publisher using
    // the topic session. The publisher should
    // be created to publish to Topic topic.
    TopicPublisher publisher = session.createPublisher(topic);
    // Using the topic session create a new
    // text message to publish
    TextMessage message = session.createTextMessage(strMessage);
    // Using the publisher publish the text
    // message that's just been created
    publisher.publish(message);
    m_category.info("Publishing JMS message: " + message);
    catch (NamingException ne)
    ne.printStackTrace();
    catch (JMSException jmse)
    Exception linkedException = jmse.getLinkedException();
    if (linkedException != null)
    linkedException.printStackTrace();
    jmse.printStackTrace();
    }//end method
    and Here is my subscriber class:
    public class JMSSubscriberThread extends Thread {
    private boolean isStopped;
    private TopicConnection fTopicConnecton;
    private TopicSession fSession;
    private boolean trueVal = true;
    private Topic fTopic;
    public void run()
    Category cat = Category.getInstance("JMSSubscriberThread.run");
    String topicCFName = Foundation.getProperty("eCATSTopicConnectionFactory");
    String topicName = Foundation.getProperty("eCATSTopic");
    int receiveTime = Integer.parseInt(Foundation.getProperty("callReceiveTimerMillisec"));
    JMSRefreshObject rdmRefreshThread = new JMSRefreshObject();
    cat.info("entering");
    TopicSubscriber m_Subscriber = null;
    try
    final InitialContext context = new InitialContext();
    // Lookup the topic connection factory
    // from the initial context.
    TopicConnectionFactory tcf =
    (TopicConnectionFactory) context.lookup(topicCFName);
    // Create a new topic connection from the topic
    // connection factory.
    fTopicConnecton = tcf.createTopicConnection();
    // Create a new topic session from the topic
    // connection. The session should not be transacted
    // and should use automatic message acknowledgement.
    fSession =
    fTopicConnecton.createTopicSession(
    false,
    Session.AUTO_ACKNOWLEDGE);
    // Lookup the topic that we are to subscribe to
    // from the initial context.
    fTopic = (Topic) context.lookup(topicName);
    // Create a new topic subscriber using
    // the topic session. The subscriber should
    // be created to subscribe to Topic topic.
    m_Subscriber = fSession.createSubscriber(fTopic);
    fTopicConnecton.start();
    catch (NamingException e1)
    cat.error(e1.getMessage(), e1);
    catch (JMSException e1)
    cat.error(e1.getMessage(), e1);
    do
    try
    // Using the subscriber check for published
    // messages. Use the subscriber's receive()
    // method as we are not sure when a message
    // will be published to the topic.
    TextMessage message;
    message = (TextMessage)m_Subscriber.receive(receiveTime);
    if(message != null)
    cat.info("Message=========="+message.getText());
    rdmRefreshThread.refreshRDMTable(message.getText());
    catch (JMSException e)
    cat.error(e.getMessage(), e);
    } while (isStopped == false);
    try
    fTopicConnecton.close();
    catch (JMSException e)
    cat.error(e.getMessage(), e);
    }//end method
    public void stopExecution()
    this.isStopped = true;
    } //end method
    } //end class
    Here are the broker logs:
    1. Server 1
    Java Runtime: 1.4.2_07 Sun Microsystems Inc. C:\Sun\AppServer7\jdk\jre
    [19/Apr/2005:09:51:59 CDT] License: Sun Java(tm) System Message Queue 3.5 SP1 trial license.
    [19/Apr/2005:09:51:59 CDT] IMQ_HOME=C:\Sun\AppServer7\imq
    [19/Apr/2005:09:51:59 CDT] IMQ_VARHOME=C:\Sun\AppServer7\imq\var
    [19/Apr/2005:09:52:20 CDT] Windows 2000 5.0 x86 9NW8541-42733.ams.com (1 cpu) saravind
    [19/Apr/2005:09:52:20 CDT] Java Heap Size: max=194432k, current=16256k
    [19/Apr/2005:09:52:20 CDT] Arguments: -license try -tty
    [19/Apr/2005:09:52:20 CDT] [B1004]: Starting the portmapper service using tcp [ 7676, 50, * ] with min threads 1 and max threads of 1
    [19/Apr/2005:09:52:20 CDT] [B1060]: Loading persistent data...
    [19/Apr/2005:09:52:20 CDT] Using built-in file-based persistent store: C:\Sun\AppServer7\imq\var\instances\imqbroker\
    [19/Apr/2005:09:52:20 CDT] [B1041]: Cluster initialization successful.
    [19/Apr/2005:09:52:20 CDT] [B1136]: Processing stored transactions
    [19/Apr/2005:09:52:20 CDT] [B1013]: Auto Creation of Queues is Enabled
    [19/Apr/2005:09:52:20 CDT] [B1004]: Starting the jms service using tcp(host = *, port=7675, mode=dedicated) with min threads 10 and max threads of 1000
    [19/Apr/2005:09:52:20 CDT] [B1004]: Starting the admin service using tcp(host = *, port=0, mode=dedicated) with min threads 4 and max threads of 10
    [19/Apr/2005:09:52:20 CDT] [B1039]: Broker "[email protected]:7676" ready.
    [19/Apr/2005:09:53:37 CDT] [B1071]: Established cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:09:56:49 CDT] [B1065]: Accepting: [email protected]:4482->jms:7675. Count=1
    [19/Apr/2005:09:56:50 CDT] [B1132]: Autocreating destination eCATSTopic [Topic]
    [19/Apr/2005:10:04:22 CDT] [B1072]: Closed cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:04:36 CDT] [B1071]: Established cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:04:48 CDT] [B1072]: Closed cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:05:05 CDT] [B1071]: Established cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:09:10 CDT] [B1065]: Accepting: [email protected]:4535->jms:7675. Count=2
    2. Server 2
    Java Runtime: 1.4.2_07 Sun Microsystems Inc. C:\Sun\AppServer7\jdk\jre
    [19/Apr/2005:09:51:59 CDT] License: Sun Java(tm) System Message Queue 3.5 SP1 trial license.
    [19/Apr/2005:09:51:59 CDT] IMQ_HOME=C:\Sun\AppServer7\imq
    [19/Apr/2005:09:51:59 CDT] IMQ_VARHOME=C:\Sun\AppServer7\imq\var
    [19/Apr/2005:09:52:20 CDT] Windows 2000 5.0 x86 9NW8541-42733.ams.com (1 cpu) saravind
    [19/Apr/2005:09:52:20 CDT] Java Heap Size: max=194432k, current=16256k
    [19/Apr/2005:09:52:20 CDT] Arguments: -license try -tty
    [19/Apr/2005:09:52:20 CDT] [B1004]: Starting the portmapper service using tcp [ 7676, 50, * ] with min threads 1 and max threads of 1
    [19/Apr/2005:09:52:20 CDT] [B1060]: Loading persistent data...
    [19/Apr/2005:09:52:20 CDT] Using built-in file-based persistent store: C:\Sun\AppServer7\imq\var\instances\imqbroker\
    [19/Apr/2005:09:52:20 CDT] [B1041]: Cluster initialization successful.
    [19/Apr/2005:09:52:20 CDT] [B1136]: Processing stored transactions
    [19/Apr/2005:09:52:20 CDT] [B1013]: Auto Creation of Queues is Enabled
    [19/Apr/2005:09:52:20 CDT] [B1004]: Starting the jms service using tcp(host = *, port=7675, mode=dedicated) with min threads 10 and max threads of 1000
    [19/Apr/2005:09:52:20 CDT] [B1004]: Starting the admin service using tcp(host = *, port=0, mode=dedicated) with min threads 4 and max threads of 10
    [19/Apr/2005:09:52:20 CDT] [B1039]: Broker "[email protected]:7676" ready.
    [19/Apr/2005:09:53:37 CDT] [B1071]: Established cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:09:56:49 CDT] [B1065]: Accepting: [email protected]:4482->jms:7675. Count=1
    [19/Apr/2005:09:56:50 CDT] [B1132]: Autocreating destination eCATSTopic [Topic]
    [19/Apr/2005:10:04:22 CDT] [B1072]: Closed cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:04:36 CDT] [B1071]: Established cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:04:48 CDT] [B1072]: Closed cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:05:05 CDT] [B1071]: Established cluster connection : sandstorm.ams.com/162.70.208.114:7676 (imqbroker)
    [19/Apr/2005:10:09:10 CDT] [B1065]: Accepting: [email protected]:4535->jms:7675. Count=2
    It looks like it is accepting something, but for some reason the message is still not received.
    Please advice appropriately.
    Thanks
    Shekhs

  • Disable "Your site has been published" Message

    Does anyone know how to turn off the Your site has been published message? Every time you upload a change to mobileme this obnoxious message pops up which is ok once, but after awhile it becomes tedious.

    Nope. It's hardwired into the app.

  • What causes javax.jms.JMSException: Can't publish message: Server running low on memory?

    I'm trying to debug a problem with an application running under
              Weblogic 5.11p11, Solaris 2.7. JMS has a JDBC backing store.
              The application runs fine unless we keep it under severe high load for
              a relatively long period of time (say a couple of hours) without
              giving it time to "breath". Then, we start getting these JMS
              exceptions: javax.jms.JMSException: Can't publish message: Server
              running low on memory
              I initially thought this was a GC problem: i thought the GC thread
              wasn't able to "catch up" because the server utilization was high.
              However, when i display Runtime.freeMemory() at the point where i get
              this JMSException, i can see that there is about 16MB (out of 64MB
              totalMemory) of allocatable memory. So it isn't really running out
              of memory!
              I'd appreciate any insights, pointers, etc., about this problem.
              Thank you in advance.
              glauber
              

    JMS 5.1 prevents new messages if the server as at 75% utilization. I think (not sure)
              that this can be turned off if desired, but I would not recommend doing so, as this feature prevents
              JMS messages from "hogging" all of the memory.
              Tom
              glauber wrote:
              > Does the JMS server use a separate pool of memory, or does it share
              > the same Java heap? If it's a separate pool, how can it be set up?
              >
              > glauber
              >
              > [email protected] (glauber) wrote in message news:<[email protected]>...
              > > I'm trying to debug a problem with an application running under
              > > Weblogic 5.11p11, Solaris 2.7. JMS has a JDBC backing store.
              > >
              > > The application runs fine unless we keep it under severe high load for
              > > a relatively long period of time (say a couple of hours) without
              > > giving it time to "breath". Then, we start getting these JMS
              > > exceptions: javax.jms.JMSException: Can't publish message: Server
              > > running low on memory
              > >
              > > I initially thought this was a GC problem: i thought the GC thread
              > > wasn't able to "catch up" because the server utilization was high.
              > > However, when i display Runtime.freeMemory() at the point where i get
              > > this JMSException, i can see that there is about 16MB (out of 64MB
              > > totalMemory) of allocatable memory. So it isn't really running out
              > > of memory!
              > >
              > > I'd appreciate any insights, pointers, etc., about this problem.
              > >
              > > Thank you in advance.
              > >
              > > glauber
              

  • Error message `the HP series 1050 J410 cannot be found

    i have an HP Deskjet 1050 All in one printer. I have been using it for a couple of years without problems, but since a month it doesn´t scan any more. The error message is `HP deskjet 1050 J410 series cannot be found`. This problem exists when I try to start the link on the desk of the computer as well as when I try to start the scan with the start menu of the computer, which is running on Windows 7. Do you know how to solve this problem?

    Hello missessgrass,
    Welcome to the HP Forums!
    I understand you're unable to scan a document and a message appears stating "The Deskjet 1050 J410 cannot be found". I will do my best to assist you! I would recommend following this entire HP document on A 'Connection Error' Message Displays during Scanning.
    If this document doesn't resolve your issue, then follow this HP document on Windows: HP Scan Software Does Not Open or Scan on a Printer Using a USB Connection.
    Please post your results, as I will be looking forward to hearing from you. Have a great night!
    I worked on behalf of HP.

  • Unknown publisher message

    Been lurking in the forums for a while - and I've found many
    useful responses already. I've got a question that I've seen asked,
    but never really answered, so I'll throw it out again.
    We're publishing standalone EXE files from Captivate 2.0 for
    our people to use. We're linking to them through a separate
    customized html page (using EXE rather than html/swf for now
    because we have video files embedded, and the EXE simplifies things
    for now by creating one file rather than multiple files per movie -
    several other reasons, but we've played with everything as
    options). For now, the EXE files are located in the same folder as
    the html page.
    We briefly tried linking to the EXE files through hyperlinks
    in a Word document. This triggered a single dialog box asking if
    the user really wanted to open the file. We're changing this launch
    page to an html page for several reasons. Unfortunately, when
    linking directly to the EXE files from our new launch page, we get
    two dialog boxes, which is pretty inconvenient. The two messages
    are:
    1) Do you want to run or save this file? (of course - that is
    why we linked to it...) --> Run
    2) The publisher could not be verified. Are you sure you want
    to run this software? (Unknown publisher error) --> Run
    First, is there any way to get around one or both of these
    dialogs? It seems to me to be a Windows and/or browser security
    issue, but I can't seem to get around the issue.
    Second, if I can't get around both of these dialogs, has
    anyone been able to use a digital certificate to prevent the
    Unknown Publisher error? If so, any good resources on how to do
    this?
    Thanks in advance!
    David
    Update:
    I think I found a decent solution for this. I am using
    MenuBuilder, making relative links to the executable files (link to
    the file on your computer, then delete everything but the filename
    to make it relative to the MenuBuilder file's location), and then
    exporting the Menu Builder as an EXE file. This seems to eliminate
    all of the dialog boxes... It works like magic from my computer,
    but I haven't yet deployed it, downloaded all the files from the
    Web, and then tried it. We'll see...
    Thanks for the suggestions.
    David

    Thank you for the responses. Yes, I agree that the html/swf
    will be the better option for us down the road - this is more for a
    short term phase of our project.
    We aren't accessing the EXE files directly from the Web -
    they are downloading them to their own computers, along with the
    html file we've created to launch the files, and then accessing
    them locally for classes. We've developed a custom LMS-type of
    application to host the files - the next version of that app will
    let them download everything in a packaged zipped format, so we'll
    use the html/swf outputs at that time. It was just too confusing
    for our users to use multiple file types (swf, html, flv video,
    etc.), when the EXE made it simple to download and use.
    For the present, however, I'm still trying to figure out the
    best way to avoid our extra dialog boxes... I believe the fact that
    they are downloading the files from the web may contribute to the
    problem, but I get the same message when I access the local files
    I've created through an html link.
    Any other recommendations, or does anyone have any experience
    digitally signing Flash .exe files so that we could be a trusted
    publisher? I'm hoping that this could be a partial solution - we
    should have a valid certificate, but I'm not sure if I can do it
    with Captivate files.
    Thanks,
    David

  • Publishing message to Topic from a standalone application.

    Hi,
    I have a standalone Java program which will publish a message to the TOPIC. I have found the code to publish to the topic. Please anyone of you can tell me, if I can do it from the standalone application and if yes then how, please provide a code example if possible. We need to specify JNDI's, so tell me where we configure these JNDIs and how would my standalone program would connect to it.

    [http://www.google.com/search?q=jms+publish+standalone+example|http://www.google.com/search?q=jms+publish+standalone+example]
    Edited by: jtahlborn on Sep 4, 2008 9:07 PM

  • How to send jms message to mq series

    Hi all,
    I'm new to JMS and I've been asked to send an xml file to a IBM MQ series message queue.
    I need to send this message from an application running on a tomcat webserver.
    Basically, what packages do I need to start with that?
    Is that possible without installing an MQ client on the webserver?
    What parameters would I need to make a connection? I currently only know the QUEUE name and that the MQ is running on a different machine than the webserver is.
    Thank you!
    Steven

    This can help u writing to MQueue
    ==================================================================
    // Program Name
    // MQWrite
    // Last date of modification
    // 1 Oct 2000
    // Description
    // This java class will read a line of input from the keyboard
    // and send it as a message. The program will loop until the
    // user presses CTL^Z.
    // Sample Command Line Parameters
    // -h 127.0.0.1 -p 1414 -c CLIENT.CHANNEL -m MQA1 -q TEST.QUEUE
    // Copyright(C), Roger Lacroix, Capitalware
    import com.ibm.mq.*;
    import java.io.IOException;
    import java.util.Hashtable;
    import java.io.*;
    public class MQWrite {
    private MQQueueManager _queueManager = null;
    private Hashtable params = null;
    public int port = 1414;
    public String hostname = "127.0.0.1";
    public String channel = "CLIENT.TO.MQA1";
    public String qManager = "MQA1";
    public String outputQName = "SYSTEM.DEFAULT.LOCAL.QUEUE";
    public MQWrite()
    super();
    private boolean allParamsPresent()
    boolean b = params.containsKey("-h") &&
    params.containsKey("-p") &&
    params.containsKey("-c") &&
    params.containsKey("-m") &&
    params.containsKey("-q");
    if (b)
    try
    port = Integer.parseInt((String) params.get("-p"));
    catch (NumberFormatException e)
    b = false;
    // Set up MQ environment
    hostname = (String) params.get("-h");
    channel = (String) params.get("-c");
    qManager = (String) params.get("-m");
    outputQName = (String) params.get("-q");
    return b;
    private void init(String[] args) throws IllegalArgumentException
    params = new Hashtable(5);
    if (args.length > 0 && (args.length % 2) == 0)
    for (int i = 0; i < args.length; i+=2)
    params.put(args, args[i+1]);
    else
    throw new IllegalArgumentException();
    if (allParamsPresent())
    // Set up MQ environment
    MQEnvironment.hostname = hostname;
    MQEnvironment.channel = channel;
    MQEnvironment.port = port;
    else
    throw new IllegalArgumentException();
    public static void main(String[] args)
    MQWrite write = new MQWrite();
    try
    write.init(args);
    write.selectQMgr();
    write.write();
    catch (IllegalArgumentException e)
    System.out.println("Usage: java MQWrite <-h host> <-p port> <-c channel> <-m QueueManagerName> <-q QueueName>");
    System.exit(1);
    catch (MQException e)
    System.out.println(e);
    System.exit(1);
    private void selectQMgr() throws MQException
    _queueManager = new MQQueueManager(qManager);
    private void write() throws MQException
    String line;
    int lineNum=0;
    int openOptions = MQC.MQOO_OUTPUT + MQC.MQOO_FAIL_IF_QUIESCING;
    try
    MQQueue queue = _queueManager.accessQueue( outputQName,
    openOptions,
    null, // default q manager
    null, // no dynamic q name
    null ); // no alternate user id
    DataInputStream input = new DataInputStream(System.in);
    System.out.println("MQWrite v1.0 connected");
    System.out.println("and ready for input, terminate with ^Z\n\n");
    // Define a simple MQ message, and write some text in UTF format..
    MQMessage sendmsg = new MQMessage();
    sendmsg.format = MQC.MQFMT_STRING;
    sendmsg.feedback = MQC.MQFB_NONE;
    sendmsg.messageType = MQC.MQMT_DATAGRAM;
    sendmsg.replyToQueueName = "ROGER.QUEUE";
    sendmsg.replyToQueueManagerName = qManager;
    MQPutMessageOptions pmo = new MQPutMessageOptions(); // accept the defaults, same
    // as MQPMO_DEFAULT constant
    while ((line = input.readLine()) != null)
    sendmsg.clearMessage();
    sendmsg.messageId = MQC.MQMI_NONE;
    sendmsg.correlationId = MQC.MQCI_NONE;
    sendmsg.writeString(line);
    // put the message on the queue
    queue.put(sendmsg, pmo);
    System.out.println(++lineNum + ": " + line);
    queue.close();
    _queueManager.disconnect();
    catch (com.ibm.mq.MQException mqex)
    System.out.println(mqex);
    catch (java.io.IOException ioex)
    System.out.println("An MQ IO error occurred : " + ioex);
    // Description
    // This java class will read a line of input from the keyboard
    // and send it as a message. The program will loop until the
    // user presses CTL^Z.
    // Sample Command Line Parameters
    // -h 127.0.0.1 -p 1414 -c CLIENT.CHANNEL -m MQA1 -q TEST.QUEUE
    import com.ibm.mq.*;
    import java.io.IOException;
    import java.util.Hashtable;
    import java.io.*;
    public class MQWrite {
    private MQQueueManager _queueManager = null;
    private Hashtable params = null;
    public int port = 1414;
    public String hostname = "127.0.0.1";
    public String channel = "CLIENT.TO.MQA1";
    public String qManager = "MQA1";
    public String outputQName = "SYSTEM.DEFAULT.LOCAL.QUEUE";
    public MQWrite()
    super();
    private boolean allParamsPresent()
    boolean b = params.containsKey("-h") &&
    params.containsKey("-p") &&
    params.containsKey("-c") &&
    params.containsKey("-m") &&
    params.containsKey("-q");
    if (b)
    try
    port = Integer.parseInt((String) params.get("-p"));
    catch (NumberFormatException e)
    b = false;
    // Set up MQ environment
    hostname = (String) params.get("-h");
    channel = (String) params.get("-c");
    qManager = (String) params.get("-m");
    outputQName = (String) params.get("-q");
    return b;
    private void init(String[] args) throws IllegalArgumentException
    params = new Hashtable(5);
    if (args.length > 0 && (args.length % 2) == 0)
    for (int i = 0; i < args.length; i+=2)
    params.put(args[i], args[i+1]);
    else
    throw new IllegalArgumentException();
    if (allParamsPresent())
    // Set up MQ environment
    MQEnvironment.hostname = hostname;
    MQEnvironment.channel = channel;
    MQEnvironment.port = port;
    else
    throw new IllegalArgumentException();
    public static void main(String[] args)
    MQWrite write = new MQWrite();
    try
    write.init(args);
    write.selectQMgr();
    write.write();
    catch (IllegalArgumentException e)
    System.out.println("Usage: java MQWrite <-h host> <-p port> <-c channel> <-m QueueManagerName> <-q QueueName>");
    System.exit(1);
    catch (MQException e)
    System.out.println(e);
    System.exit(1);
    private void selectQMgr() throws MQException
    _queueManager = new MQQueueManager(qManager);
    private void write() throws MQException
    String line;
    int lineNum=0;
    int openOptions = MQC.MQOO_OUTPUT + MQC.MQOO_FAIL_IF_QUIESCING;
    try
    MQQueue queue = _queueManager.accessQueue( outputQName,
    openOptions,
    null, // default q manager
    null, // no dynamic q name
    null ); // no alternate user id
    DataInputStream input = new DataInputStream(System.in);
    System.out.println("MQWrite v1.0 connected");
    System.out.println("and ready for input, terminate with ^Z\n\n");
    // Define a simple MQ message, and write some text in UTF format..
    MQMessage sendmsg = new MQMessage();
    sendmsg.format = MQC.MQFMT_STRING;
    sendmsg.feedback = MQC.MQFB_NONE;
    sendmsg.messageType = MQC.MQMT_DATAGRAM;
    sendmsg.replyToQueueName = "ROGER.QUEUE";
    sendmsg.replyToQueueManagerName = qManager;
    MQPutMessageOptions pmo = new MQPutMessageOptions(); // accept the defaults, same
    // as MQPMO_DEFAULT constant
    while ((line = input.readLine()) != null)
    sendmsg.clearMessage();
    sendmsg.messageId = MQC.MQMI_NONE;
    sendmsg.correlationId = MQC.MQCI_NONE;
    sendmsg.writeString(line);
    // put the message on the queue
    queue.put(sendmsg, pmo);
    System.out.println(++lineNum + ": " + line);
    queue.close();
    _queueManager.disconnect();
    catch (com.ibm.mq.MQException mqex)
    System.out.println(mqex);
    catch (java.io.IOException ioex)
    System.out.println("An MQ IO error occurred : " + ioex);

  • Retrieving messages from MQ Series

    Hi,
    We have the situation where we need to receive messages from our partner, who only can use MQ Series to send them. So we are looking into ways how to solve it on our end, which is on a Unix server. We will only read messages, and the other side will be a black box for us which will provide us with settings to connect to their manager.
    Do we need to install a client software (which IBM seems to provide for free) and on top of that use a Java API? Or do we use JMS on top of the client?
    Or if we use JMS, isn't the client needed?
    Thanks

    Hi
    I am trying to read messages from the MQ using the following code.
    The queue used by this program is shared, msg is pushed other program and this progam fetch the msg and save it physically.
    I m facing a problem, say there are 15 messages, then 15 files should be created, some time it creates 15 files one for each message, while some times it creates less then 15 files.
    String messageType = null;
              String docId = null;
              String idocData = null;
              String fileName = null;
              String msgId = null;
              try {
                   // Create a queue manager object and access the queue
         // that will be used for getting the messages.
                   qMgr = new MQQueueManager(qManager, env);
                   //int openOptions = MQC.MQOO_INPUT_EXCLUSIVE | MQC.MQOO_BROWSE | MQC.MQOO_INQUIRE;
                   int openOptions = MQC.MQOO_INPUT_SHARED | MQC.MQOO_BROWSE | MQC.MQOO_INQUIRE | MQC.MQOO_FAIL_IF_QUIESCING;
                   queue = qMgr.accessQueue(qName, openOptions, null, null, null);
                   MQGetMessageOptions gmo = new MQGetMessageOptions();
                   // Get the count of messages present into Queue.
                   int messageCnt = queue.getCurrentDepth();
                   _logger.info("Current Depth of MQ is : "+ messageCnt);
                   if (messageCnt > cnt && cnt != 0) {
                        messageCnt = cnt;
                   // If count is greater than Zero then get the message from Queue
                   // and creates the file under the target folder.               
                   if (messageCnt > 0) {
                        for (int i = 0; i < messageCnt; i++) {
                             _logger.info("Depth of MQ Before reading : "+ queue.getCurrentDepth());
                             messageType = "";
                             docId = "";
                             idocData = "";
                             fileName = "";
                             msgId = "";
                             MQMessage message = new MQMessage();
                             queue.get(message, gmo);
                             byte[] data = new byte[message.getMessageLength()];
                             String msg = null;
                             message.readFully(data);
                             _logger.info("Getting File  : "+ (i+1));
                             try {
                                  msg = new String(data);
                                  messageType = msg.substring(147, 177).trim();
                                  docId = msg.substring(121, 137).trim();
                                  idocData = msg.substring(108, msg.length());                              
                                  msgId = String.valueOf(System.currentTimeMillis());
                                  // Getting inbox folder path                              
                                  if (messageType.trim().equalsIgnoreCase("INVOIC01")) {
                                       targetFolder = BOCConfig.getProperty("invoice.inbox.folder");
                                  } else if (messageType.trim().equalsIgnoreCase("DELVRY03")) {
                                       targetFolder = BOCConfig.getProperty("asn.inbox.folder");
                                  fileName = createFile(idocData, msgId, messageType, targetFolder);                              
                                  _logger.info("File Created no " + (i+1) +" with msgId " + msgId + " messageType " + messageType + " DocId " +docId);                              
                                  _logger.info("Depth of MQ After reading : "+ queue.getCurrentDepth());
                             } catch (NullPointerException ne) {
                                  String strMsg = "Edgeware got junk or null message from MQ which is not proceed by MQ Adapter.";
                                  fileName = createFile(idocData, msgId, messageType, failedFolder);
                                  raiseAlert(strMsg, messageType, docId, fileName, ne.getMessage());                              
                             } catch (StringIndexOutOfBoundsException siobe) {
                                  String strMsg = "Edgeware got invalid message from MQ which is not handled by MQ Adapter.";
                                  fileName = createFile(idocData, msgId, messageType, failedFolder);
                                  raiseAlert(strMsg, messageType, docId, fileName, siobe.getMessage());                         
                             } catch (Exception e) {
                                  String strMsg = "Edgeware got error while creating idoc file or DB transction";
                                  fileName = createFile(idocData, msgId, messageType, failedFolder);
                                  raiseAlert(strMsg, messageType, docId, fileName, e.getMessage());
                   // closing the queue.
                   queue.close();
              } catch (MQException ex) {
                   String strMsg = "Edgeware got MQ Error while connecting/retrieving message from Queue";
                   String err = "MQ exception: CC = " + ex.completionCode + " RC = " + ex.reasonCode;               
                   raiseAlert(strMsg, messageType, docId, failedFolder, err);
              } catch (IOException e) {
                   String strMsg = "Edgeware got MQ Error while reading message from the Queue";               
                   raiseAlert(strMsg, messageType, docId, failedFolder, e.getMessage());               
              }catch (Throwable th) {
                   String strMsg = "Edgeware got Runtime Exception";               
                   raiseAlert(strMsg, messageType, docId, failedFolder, th.getMessage());               
              }

Maybe you are looking for

  • My ipod w/ clickwheel does not link after new iTunes install using dock

    I have had this ipod for 5 1/2 years without problems; it even holds a good battery charge. After updating to the new iTunes, now for some reason my ipod will not be recognized when I plug the ipod into the dock that came along with this computer (th

  • Trouble with Leopard install...

    I am trying to install leopard on my macbook pro and it showed an icon of my HD with a yellow exclamation point, saying I needed to change my install options. The only two options were Journaled or case-sensitive Journaled. (both needing to erase my

  • I Can't Download my messages more than six months

    I need help i Can't download all my messages into my friend since more than one year Please tell me how to do this I need to Download them thanks if anyone can help me Skype Manager

  • Service order setelment flow

    HI, please sugest Service order flow and setelement process, Thanks in advance, Regards, Vanaja.

  • FCP7 project usable on FCP 5?

    Hi all, I've been searching around and can't find an answer so forgive me if this is covered elsewhere but if it is I can't find it. I have to pick up a project that is coming from FCP 7. I only have access to a system with FCP 5.0.4 I then have to h