Subscribing to a topic TIBCO by OSB

Hi Experts,

I'm working on a project of the OSB (OSB version 11.1.1.6) installed on WL 10.3.6 where I need to subscribe to the topic of TIBCO and insert this data into the DB Table.

I have problem with setting the singleton. OSB is installed on the cluster environment. I am able to subscribe to the data posted the topic of TIBCO.

When I put the property - TopicMessagesDistribution compatibility, it works but duplicates are get inserted into the table

When I set the property to a copy - by Application or One-copy-per-Server, then it is not subscribe to data in the SECTION and I don't see anything in the log of the server as well


When I start the server WL for the BSO, after startup it gives me this message. Please advice how to solve this problem, I have to apply a patch to over come this problem?

Thanks in advance,
RK

WL SERVER MESSAGE:
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

< 10 may 2013 20:49:45 IST > < error > < EJB > < BEA-015033 > < EJB RequestEJB3815179879893905869X45f3a92b.13e78af124d.X7fd2(Application: ALSB1367827571664, EJBComponent: ejb.jar) has an invalid value that is configured for the activation config property "topicMessagesDistributionMode". Only JMS WebLogic ser
worm 10.3.4 or later supports "One-copy-per-Server" or "One-copy-by-app" values Prior to 10.3.4.0 Weblogic JMS server or other suppliers not Weblgoic JMS only the value 'Compatibility' is supported. >
< 10 may 2013 20:49:45 IST > < error > < EJB > < BEA-015032 > < The RequestEJB8698582325341179053X1ace1c5.13e78ee009c.1172(Application: ALSB1367830780889, EJBComponent: ejb.jar) EJB is configured with the activation of the "topicMessagesDistributionMode" config property but the EJB is configured to connect to
a JMS queue. The "topicMessagesDistributionMode" is valid only for the subject JMS destinations. >

---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

Prior to 10.3.4.0 Weblogic JMS server or other suppliers not Weblgoic JMS only the value of "Compatibility" is supported

As indicated by the error, for publishers of JMS Weblogic-not only the 'compatibility' mode is supported. See the section "Set topicMessagesDistributionMode" to -.

http://docs.Oracle.com/CD/E23943_01/Web.1111/e15493/dist_topics.htm

-----
Note:
Oracle recommends using the One copy Per Application and One-copy-Per-Server modes for most new applications, except those who are consuming JMS WebLogic subjects in versions of WebLogic Server 10.3.4 or foreign subjects (non-WebLogic).
-----

Kind regards
Anuj

Tags: Fusion Middleware

Similar Questions

  • JMS topic - deliver a single Durable Subscriber

    Hello
    Is it possible to put a message on a topic, but only he delivered to a single sustainable Subscriber?
    I realize account this jumps of regulation is what topic, but it is for a scenario where a single Subscriber has wrong during the processing of the original of the subject message. I put a user interaction process to recover and if the user selects "return" I want to deliver the message on the subject, but only deliver on subscribers who could not process the message.
    It would be my ways (in order of preference).
    1 JMS adapter
    2. write Java to use the JMS API
    If none of these are possible only:
    3. create a system queue resubmit and have each composite look for message in the queue for resubmission (with their customer ID) as well as the normal subject, they use
    Of course, I want to avoid the 3 that it introduces a complication in each process, we create and who takes messages to a JMS topic.
    Thanks for your help.
    Robert

    I might suggest something (sale):

    all subscribers to subscribe to the topic using a filter (message selector, http://docs.oracle.com/javaee/6/tutorial/doc/bnceh.html#bncer)

    Subscriber 1 uses:
    destination = all THE Subscriber or 1

    SUBSCRIBER2 uses:
    destination = all THE SUBSCRIBER2 or

    etc.

    The first message was the destination of property set to ALL, so it will deal with all subscribers.
    The message presented again will be destination = SUBSCRIBER, where N is the subscriber failed

  • SDS + Jboss JMS authentication

    Hello world!

    I use Flex Data Services (2.0.1 und 3 Beta) in JBoss 4.0.5 more Tibco EMS JMS server, which enabled authentication and gets the motions JNDI passed from JBoss.

    The Flash application in question must receive text messages JMS with a subject not secure in a non-durable subscription.

    She must use an account on th JMS server that has the right to purchase, but is not in the administrator group.


    I use a tag mx: consumer, who gets initialize in an initApp() function that is called through an event "creationComplete mx:application.

    Subscribe to the JMS topic
    consumer1.setRemoteCredentials ("username", "PWD");
    consumer1. Subscribe();

    In the config.xml file - messaging, I have the following destination set:

    < destination id = "EMSTest-jms" >
    Properties of <>
    < jms >
    javax.jms.TextMessage < message-type > < / message type >
    TopicConnectionFactory < factory connections > - < / factory connections >
    subject of < destination-jndi-name >. EMSTest < / destination-jndi-name >
    > delivery mode < NON_PERSISTENT < / delivery mode >
    DEFAULT_PRIORITY > to the priority of the message < < / priority of the message >
    AUTO_ACKNOWLEDGE < acknowledge mode > < / acknowledge mode >
    false < traded sessions > < / processed sessions >
    < initial-context-environment >
    < property >
    < name > Context.SECURITY_PRINCIPAL < / name >
    user name < value > < / value >
    < / property >
    < property >
    < name > Context.SECURITY_CREDENTIALS < / name >
    pwd < value > < / value >
    < / property >
    < property >
    < name > Context.PROVIDER_URL < / name >
    < value > tibjmsnaming://someip:7222 < / value >
    < / property >
    < property >
    < name > Context.INITIAL_CONTEXT_FACTORY < / name >
    < value > com.tibco.tibjms.naming.TibjmsInitialContextFactory < / value >
    < / property >
    < / initial-context-environment >
    < / jms >
    < / properties >
    <>channels
    < Ref = "my-rtmp" channel / >
    < Channel Ref = "my - amf" / >
    < / channels >
    < Adapter Ref = "jms" / >
    < / destination >

    Now, when you launch the application I get following from the JMS server error message:

    "password invalid or username"

    Because the configured values are valid, it's not supposed, it's why I forwarded the JMS calls through tcpproxy.

    Proxy TCP shows three communications by calling consumer.subscribe ():

    two JNDI calls on the server (perhaps to get the connection and the subject), who use the name of user and password correct

    and a third call (perhaps actually subscribe to this topic) that use the user name = anonymous password as well as other

    So in fact the JMS server has every right to complain, but why SDS uses a name of user and password different for the last call?

    Where can I configure these values?

    In addition, the only place, where a "anonymous" username is configured across the system, is in JBoss as unauthorized in server.xml of default username...


    Many thanks for any help!

    Hello

    I checked with the current adapter to JMS and unfortunately JMS adapter does not support the authentication you need. I opened a request for improvement and will ensure that this configuration will be based for the next version.

    Thanks for reporting the problem.

  • Iconia W700: Bluetooth keyboard not detected in Windows 10 x 64

    I'm trying to update all computers at home on Windows 10 and it was pretty painless for most of the devices so far. However, I can not get my W700 Iconia tablet to recognize the Bluetooth keyboard.

    Is the keyboard with integrated lid, and I followed the procedure, as indicated on the Acer Web site, to hold the power button on the keypad for 5 seconds to put it in discovery mode and then adding a Bluetooth unit device. Of course, the menus have new sites, but are not hard to find.

    I have updated the driver for Bluetooth on the Tablet, but who has not remedied the problem. I looked around and couldn't find any mention of this problem here or elsewhere, probably since Windows 10 has just launched a few days ago.

    Okay, so I don't know if the driver was actually the question, but Acer documentation to set the Bluetooth keyboard pairing mode requires that you hold down the power button until the two LEDs on the departure of keyboard alternately as on a police car.

    If anyone is reading this and it still does not allow you to associate the keyboard, then here are the steps to get the right Bluetooth driver:

    1. Open Device Manager (right-click the windows down icon on the left)
    2. Expand the "Bluetooth" category in Device Manager
    3. Right click on the Bluetooth driver (should be first in the list, if there are several devices listed)
    4. Click on uninstall
    5. Restart the tablet. Bluetooth driver is reinstalled on reboot.
    6. Reopen Device Manager after the connection
    7. Right-click on the Bluetooth driver, then click on "update driver software... »
    8. Select the option for Windows find the driver software.
    9. An update must be downloaded and installed.
    10. Now, repeat the pairing steps detailed above, and you should see an option for the pair the keyboard appear in the Bluetooth settings.

    I am subscribed to this topic so if anyone has a problem, just answer and I'll try to help you sort.

  • Problem updating firmware on LaserJet 4100

    Hi all

    Looks like I can put my subject in the wrong forum. I have no doubt I should have put my question here in the forum of firms. If someone could take a look at my problem and update (here or here, I subscribe to two topics), I'd be happy.

    https://h30434.www3.HP.com/T5/printing-issues-troubleshooting/LaserJet-4100-firmware-unable-to-updat...

    If an admin can move my post on this forum (or anywhere where it belongs) so that the right people see I understand that too!

    Sorry, new to these forums and forums of discovery of the 'user' before I found the forums 'enterprise '.

    Thank you

    -Derek

    Hello Derek Cunningham, I am an engineer of the HP technical support. I am taking the floor for me and not for HP, but I believe that I can help you.

    Well, it took some searching.  The latest version of firmware that I could find was little out August 2, 2003 (version 1.040.2) part No. C4168-67907 listed as "HILL of DIMM KIT - ROCK".   That said, as of March 31, 2009, the product is no longer a support and spare parts may no longer be available.  I gathered this information by your request directly - however, don't believe not that the firmware update will solve the problem of 'page spew' reported.  I went through the list of firmware for different DIMM firmware versions fix and see nothing corresponding to your symptomatic behavior.

    If your workflow printing is to point and print (customers who print via a print server) Please ensure that the server and clients pilots match.  You can always remove the printer connection client and restore to ensure that binary correspondents sells.  Driver version is important, because the old specific drivers are not supported or even stable with current operating systems.  I suggest you switch for the driver of Microsoft OS Inbox for testing.

    Suggestions were made to try to PCL 5 or PS, I think that the essential thing here is to make sure you are using the latest driver for your product and the OS.

  • Work on RAW files

    Download a Raw file: Red result on half of the file is maybe Mac Air, working until yesterday.  Copy the programs of my Mac Book Pro. Any idea what goes wrong

    Thanks for any help

    See you soon

    Alex

    Hello

    well can I want to ask you to provide me the link to down load, you mentioned

    yesterday?

    Thank you and best regards

    Alexandra

    Am 21.10.2014 um 15:33 wrote 99jon [email protected]>:

    Work on RAW files

    created by 99jon in Photoshop Elements - discover complete discussion

    You cannot simply copy Applications.

    You must use the original installer for example the DVD disc or download the package.

    If you need a download link, we may be able to help if you tell us what version of PSE you have.

    Please note that the Forums Adobe does not accept attachments to emails. If you want to embed an image on the screen in your message please visit the thread in the forum to incorporate the image into the https://forums.adobe.com/message/6851198#6851198

    Replies to this message received to everyone subscribed to this topic, not directly to the person who posted the message. To post a reply, or reply to this email or visit the message page:

    To unsubscribe from this thread, please visit the message page to. In the Actions box to the right, click on stop Notifications by e-mail.

    Start a new discussion in Photoshop Elements, by e-mail, or at the Adobe Community

    For more information on maintaining your email forum notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Problems of extraction LR5.6 upgrade files after download

    Hello!

    I just finished installing an upgrade of the LR5 from a DVD.

    After that, I downloaded the last update that I have this case is LR5.6.

    My problem is that I can not extract the files in the upgrade.

    I just got a message from the installer tells me that there is a problem of extracting some files and check that there is enough memory on my computer. The message is also suggest to check that I'm authourized to use the target for extraction.

    I reinstalled LR5, I tried to download a new upgradefolder several times, I tried to extract it in different folders.

    There is enough memory and my computer meets the requirements. (I am the administrator of course.)

    Does anyone have a solution?

    Thanks in advance!

    Felix

    PS below is an image of the message I get when trying to extract the files (in Swedish though).

    Untitled-1.jpg

    Jeff. You lead me in the right direction already with your last email that made me uninstall LR5 and go directly to LR5.6. It worked. Lr5.6 now us running.  Thank you for your question that made me think!

    Felix

    Skickat fran min iPhone

    September 2, 2014 kl. 17:46 skrev Jeff A Wright [email protected]>:

    Problems of extraction LR5.6 upgrade files after download

    created by Jeff A Wright for download, installation, commissioning - see complete discussion

    Felix2 if you try to delete 5 Lightroom you receive the same error message?

    Please note that the Forums Adobe does not accept attachments to emails. If you want to embed an image on the screen in your message please visit the thread in the forum to incorporate the image into the https://forums.adobe.com/message/6694222#6694222

    Replies to this message received to everyone subscribed to this topic, not directly to the person who posted the message. To post a reply, or reply to this email or visit the message page:

    To unsubscribe from this thread, please visit the message page to. In the Actions box to the right, click on stop Notifications by e-mail.

    Start a new discussion for download, installation, commissioning by e-mail or at the Adobe community

    For more information on maintaining your email forum notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Lines on images when exporting Indesign to JPEG

    I get lines on the images when you export a jpeg file to indesign (with links to illustrator who have incorporated pictures into feathers). Help, please

    The simple solution: do not use EPS. Use HAVE with PDF compatibility. No vector fonts, nest them.

    Von meinem iPhone gesendet

    Am 24.07.2014 um 10:05 wrote Kelly Deane [email protected]>:

    Lines on images when exporting Indesign to JPEG

    created by Kelly Deane in InDesign - discover complete discussion

    Hey Willi,

    Sorry I'm new to this. Here are the answers to your questions and I hope you can give some tips.

    1 OSX 10.9.2

    2 indesign CC2014 (I just started to use during the last two weeks)

    3 illustrator CS3 (files that have been given to me, have been created to CS6), I made a few changes to fonts that in CS3 before I had CC bought, but I tried one of the files transferred directly into CC instead of CS3 back and he still has the same problem.

    4. the file I linked IS an eps, I always do an eps because with all my files I leave the fonts in the file have and save a second file, the eps where I saw all the fonts to save all of the possible problems of fonts. But you think that I shouldn't do this?

    5. you can see the lines in Indesign only when high-quality screen, they do not seem to remain in the same position, but at 100% and 200%, they are quite noticeable while 600% zoom, they become less bright. These are dotted lines, they appear differently in each different photograph. I'm not export in PDF, a jpeg file because its for on a Web site. If the lines are perceptible in the jpeg format. I just tried a pdf and they are also in the pdf file. We did not think that what was happening only to images, but in a single file where there is a shadow on the text, he did boxing odd sam-lines around the text.

    6.I exports the JPEG from Indesign CC

    7. I open the jpeg in Photoshop.

    8. https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6578871-656214/ScreenShot2014-07-24at5.46.13pm.png https://forums.adobe.com/servlet/JiveServlet/downloadImage/2-6578871-656215/450-188/Screen5.46.40pm.png pulled2014-07-24

    9 seem to stay the same size. You don't see them at all in illustrator eps files.

    10. I can't talk about it. How would know that? Where is that located setting? Thank you

    11. I don't know how to look for color mode - modes are that indesign CC is in CMYK mode. Illustrator CMYK. But when I export as a jpeg I change into RGB in the export process. How can I find the color space? I'm not very technical minded. I'm sorry. That's why I freak out when I get questions like this. I thank very you much for trying to help me.

    Please note that the Forums Adobe does not accept attachments to emails. If you want to embed an image on the screen in your message please visit the thread in the forum to incorporate the image into the https://forums.adobe.com/message/6578871#6578871

    Replies to this message received to everyone subscribed to this topic, not directly to the person who posted the message. To post a reply, or reply to this email or visit the message page:

    To unsubscribe from this thread, please visit the message page to. In the Actions box to the right, click on stop Notifications by e-mail.

    Start a new discussion in InDesign, by e-mail or at the Adobe Community

    For more information on maintaining your email forum notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • My LR5 does not start. Why?

    My LR5 does not start. Why?

    @

    Hello, Jeff has Wright,

    I have to use my LR5 not in CC, but in CS. I deleted the existing LR5 and I reinstalled the DVD of the LR5 without link to the creative cloud. Tank you for your mail. Best regards.

    Paolo Franceschini

    He giorno lug/02/2014, alle ore 18:50, Jeff A Wright, [email protected]> ha scritto:

    My LR5 does not start. Why?

    created by Jeff A Wright in Creative cloud download & install - see complete discussion

    PaoloFranceschini you receive specific error messages?  What operating system do you use?  You have successfully updated to 5.5 Lightroom?

    Please note that the Forums Adobe does not accept attachments to emails. If you want to embed an image on the screen in your message please visit the thread in the forum to incorporate the image into the https://forums.adobe.com/message/6516812#6516812

    Replies to this message received to everyone subscribed to this topic, not directly to the person who posted the message. To post a reply, or reply to this email or visit the message page:

    To unsubscribe from this thread, please visit the message page to. In the Actions box to the right, click on stop Notifications by e-mail.

    Start a new discussion in Creative cloud download & install by email or to the Adobe community

    For more information on maintaining your email forum notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • I can't download Photoshop CC on my Mac. I have a message that says that Adobe Application Manager

    I can't download Photoshop CC on my Mac. I have a message that says the application manager quit Adobe

    Finally, I found the solution to my problem. I had to install Creative Cloud before Photoshop. Thank you very much for your help!

    Elaine

    Sent from my iPad

    The 2014-03-16 at 06:37, "Mylenium" [email protected]> wrote:

    Re: I can not download Photoshop CC on my Mac. I have a message that says that Adobe Application Manager

    created by Mylenium in Creative cloud download & install - see complete discussion

    You need be more precise. What Mac? What version of Mac OS x? What is the exact error message (error including and especially digital codes).

    Mylenium

    Please note that the Forums Adobe does not accept attachments to emails. If you want to embed an image on the screen in your message please visit the thread in the forum to incorporate the image into the http://forums.adobe.com/message/6213785#6213785

    Replies to this message received to everyone subscribed to this topic, not directly to the person who posted the message. To post a reply, or reply to this email or visit the message page: http://forums.adobe.com/message/6213785#6213785

    To unsubscribe from this thread, please visit the page message to http://forums.adobe.com/message/6213785#6213785. In the Actions box to the right, click on stop Notifications by e-mail.

    Start a new discussion in Creative cloud download & install the Adobe community

    For more information on maintaining your email forum notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • How can I download the plugins and make them work

    I found a great and free with several plugin.  First, I tried to download one of the free plugins for Adobe C6.  Following all the instructions.  Then open them Adobe photoshop I opened a picture and went to change == plugins == and see listed that I had just installed, so I choose what it and said ok. is nothing happned.  So, how do you use plugins?  Can someone help me please?

    Thank you

    Thank you

    The plugin is called redfield Fractalius and I saw it on a video from Adobe for PS6 == I managed to install one of their free plugins, but when I installed the Fractalius demo he just went to his destination file, but will not do anything else == I'm new to all this, but will go back and try to review question forum.

    Thank you

    Date: Wednesday, March 12, 2014 02:05:07-0700

    From: [email protected]

    To: [email protected]

    Topic: how to download plugins and make them work

    Re: how to download plugins and make them work

    created by c.pfaffenbichler in Photoshop for beginners - discover complete discussion

    Nice day!

    If the plug-in is indeed suitable for use in Photoshop CS6 you can ask the plugin creator/s said.

    As you have not revealed which plugin you are talking about, nor what are your OS and hardware etc, it seems unlikely that you can expect a lot of relevant help here.

    Kind regards

    Pfaffenbichler

    Please note that the Forums Adobe does not accept attachments to emails. If you want to embed an image on the screen in your message please visit the thread in the forum to incorporate the image into the http://forums.adobe.com/message/6202124#6202124

    Replies to this message received to everyone subscribed to this topic, not directly to the person who posted the message. To post a reply, or reply to this email or visit the message page: http://forums.adobe.com/message/6202124#6202124

    To unsubscribe from this thread, please visit the page message to http://forums.adobe.com/message/6202124#6202124. In the Actions box to the right, click on stop Notifications by e-mail.

    Start a new discussion in Photoshop for beginners to the Adobe community

    For more information on maintaining your email forum notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • Download application failed

    I tried to download a new iPad app (made with Adobe DPS) with the Application Adobe feeder and get the "IMTS ERROR-9000 not found no .app bundles. What does that mean? What can I do? So far, everything has worked correctly. The application is "waiting for upload.

    Thank you for your response (= question). It must have been something else, because I downloaded the zip file.

    But now, after four unsuccessful attempts, as it works! (juhu!) I did all things new, certificates and .p12 files, too.

    Best wishes

    Katrin

    P.S. Do you know how I can delete Apps (chess) are not used in the iTunes Connect, who are still waiting for download?

    Am 05.01.2014 um 06:55 wrote Neil Enns - Adobe [email protected]>:

    Re: Application Upload failed

    created by Neil Enns - Adobe Digital Publishing Suite - view full discussion

    Don't have download you the. IPA file by accident? You must download the .zip file generated by App Builder.

    Neil

    Please note that the Forums Adobe does not accept attachments to emails. If you want to embed an image on the screen in your message please visit the thread in the forum to incorporate the image into the http://forums.adobe.com/message/5981371#5981371

    Replies to this message received to everyone subscribed to this topic, not directly to the person who posted the message. To post a reply, or reply to this email or visit the message page: http://forums.adobe.com/message/5981371#5981371

    To unsubscribe from this thread, please visit the page message to http://forums.adobe.com/message/5981371#5981371. In the Actions box to the right, click on stop Notifications by e-mail.

    Start a new discussion in the Digital Publishing following the Adobe community

    For more information on maintaining your email forum notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

  • CN can't find adobe Audition CC in my creative cloud

    What is the problem please?

    John hy-

    Please answer fast RPF. I found hearing and installed.

    Your

    Horst

    Am 26.12.2013 um 12:04 John Waller wrote:

    Re: CN can't find adobe Audition CC in my creative cloud

    created by John Waller in Adobe Creative Cloud - see complete discussion

    You have a 64-bit computer with a 64-bit operating system?

    If this isn't the case, you won't see hearing available for download, because it does not work on your computer.

    Please note that the Forums Adobe does not accept attachments to emails. If you want to embed an image on the screen in your message please visit the thread in the forum to incorporate the image into the http://forums.adobe.com/message/5957095#5957095

    Replies to this message received to everyone subscribed to this topic, not directly to the person who posted the message. To post a reply, or reply to this email or visit the message page: Re: CN can't find adobe Audition CC in my creative cloud

    To unsubscribe from this thread, please visit the message page Re: CN can't find adobe Audition CC in my creative cloud. In the Actions box to the right, click on stop Notifications by e-mail.

    Start a new discussion in Adobe Creative cloud to the Adobe community

    For more information on maintaining your email forum notifications please go to http://forums.adobe.com/thread/416458?tstart=0.

    Mit Frdl. Wurde

    Horst Schult

    Katharina-Geisler-Straße 10 · 85356 Freising

  • Why can't I do a search in my external hard drive using Adobe Bridge CS6?

    When I open Adobe Bridge CS6 and try doing a search within my external hard drive, it will give my internal hardisk results only? This is the 1st time that I encounterd this strange issue. For this reason, I do my research with windows and then browse each result with bridge! which is really annoying.

    I solved the problem go on the search field and clicking the search icon where he will give a drop-down list of the 3 options, and then selecting bridge search: current folder and that solved my problem. Thanks for all help

    Date: Wednesday, August 14, 2013 06:45:55-0700

    From: [email protected]

    To: [email protected]

    Topic: Why I can't do a search in my external hard drive using Adobe Bridge CS6?

    Re: Why I can not do a search in my external hard drive using Adobe Bridge CS6?

    created by Curt Y in the General Discussion of bridge - see complete discussion

    You can search for an external drive if the operating system permissions are OK.  Bridge, however, will not look on different drives.

    Please note that the Forums Adobe does not accept attachments to emails. If you want to embed an image on the screen in your message please visit the thread in the forum to incorporate the image into the http://forums.adobe.com/message/5593774#5593774

    Replies to this message received to everyone subscribed to this topic, not directly to the person who posted the message. To post a reply, or reply to this email or visit the message page: http://forums.adobe.com/message/5593774#5593774

    To unsubscribe from this thread, please visit the page message to http://forums.adobe.com/message/5593774#5593774. In the Actions box to the right, click on stop Notifications by e-mail.

    Start a new discussion in the General Discussion of bridge by e-mail or at the Adobe community

    For more information on maintaining your email forum notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • What should I do to display your images in CS5 - 64 it will not open them?

    The program will not open images, either directly, or the bridge.  Using Win 7 on a Dell PC.

    Strange, after the reboot, Ph CS5 and bridge are working again.  Thank you to have with me.

    Date: Friday, August 9, 2013 23:30:38-0700

    From: [email protected]

    To: [email protected]

    Topic: What should I do to display your images in CS5 - 64 it will not open them?

    Re: What should I do to display your images in CS5 - 64 it will not open them?

    created by Mylenium in Photoshop for beginners - discover complete discussion

    What exactly? What are the image files? You are getting error messages / warning? Provide more information.

    Mylenium

    Please note that the Forums Adobe does not accept attachments to emails. If you want to embed an image on the screen in your message please visit the thread in the forum to incorporate the image into the http://forums.adobe.com/message/5582783#5582783

    Replies to this message received to everyone subscribed to this topic, not directly to the person who posted the message. To post a reply, or reply to this email or visit the message page: http://forums.adobe.com/message/5582783#5582783

    To unsubscribe from this thread, please visit the page message to http://forums.adobe.com/message/5582783#5582783. In the Actions box to the right, click on stop Notifications by e-mail.

    Start a new discussion in Photoshop for beginners, by e-mail or at the Adobe Community

    For more information on maintaining your email forum notifications please go to http://forums.adobe.com/message/2936746#2936746.

Maybe you are looking for

  • My account locked out

    I have forgot my security questions of my apple ID and have in turn been locked out of my account. Apple gave me the opportunity to use my email to rescue, but I have not received an email from them. I tried all of the recommended steps, but I am sti

  • Card SD and Palm m125

    I bought a 2 GB SD card for my Palm m125. The Palm knows when I insert the card, but I can't do anything with the card. I can't rename it, and if I try and format the SD card, I get a message saying that the format has failed. If I try to copy the ap

  • 802. 1 x with the ACS and Windows AD

    Hello Im trying to configure 802. 1 x with ACS 5.2 but I am wrong as his very differnet ACS 4.2. I installed the ACS for the field and think that I installed the external Idnetity store, however when I try to authenticate a pc using probable authenti

  • BlackBerry Smartphones said Nextel ringtone is disabled on 8350i when Bluetooth is turned on... Is there a fix for it?

    Does anyone know if there is a fix or software update for this problem? The ringing of the phone is turned off whenever my bluetooth headset is activated. The phone will not ring, I only get the beep in the bluetooth. I drive a truck for a living, an

  • Canon 5 d mark IV RAW files

    As they begin to get this camera today (and I had in pre-order) I hope that Photoshop will be able to process RAW files. Can anyone confirm that this is the case, and if not how long will it take to receive the update?