Bridge Talk to Save Masked Document as Web PNG

Hi everyone,
I'll start off by saying that I am by no definition an experienced programmer, however I have been able to hack together a few scripts to help eliminate some repetitive tasks from my workflow (using CS 5.5). One of these tasks requires me to save a web-ready png thumbnail of an indesign file that is clipped to a specific die line path. In the past, how I've manually done this is to group all objects in the document and paste them into the die line object so that it masks the outside areas. I would then export this as a pdf, import it into photoshop, resize it to my necessary diminsions (167px wide), and save it as a web ready transparent PNG.
In an attempt to automate this lengthy process, I've been able to create this script which I've included below, that groups all objects in the document and pastes them into the currently selected die line object, and then exports the document as a PDF. From this point on however I'm still stuck with having to open that PDF in photoshop manually, resize it, and save a transparent PNG back to the same folder.
I know that you can have Indesign give commands to Photoshop using Bridge Talk, but I'm unsure of the best way to try to achieve my goal. Is it possible to use scripting to export a pdf, and then use bridgetalk to open that same pdf in photoshop for processing? Or would I be better off just doing the Photoshop part manually as I have been?
Here is my Export Masked PDF script:
if (app.activeDocument.selection.length > 0) {
var myDocument = app.activeDocument;
var myDieline = app.selection[0];
//select all objects
app.select(app.documents.item(0).pages.item(0).pageItems);
//group all objects except die line
myDieline.visible = false;
var myObj = new Array;
myObj = app.selection;
app.activeWindow.activePage.groups.add(myObj);
app.activeWindow.activePage.groups.item(-1).select();
var myGroup = app.selection[0];
myDieline.visible = true;
//cut group and paste into die line
app.cut();
app.select(myDieline);
app.pasteInto();
//define pdf export preferences and save PDF
var preset = null;
with(app.pdfExportPreferences){
    useDocumentBleedWithPDF = false;
    includeSlugWithPDF = false;
    cropMarks = false;
    bleedMarks = false;
    pageInformationMarks = false;
    registrationMarks = false;
    colorBars = false;
if (myDocument.saved) preset = myDocument.filePath;
var f = Folder.selectDialog('Choose a folder',preset);
for (var count = 0; count < myDocument.pages.length;count++)
    app.pdfExportPreferences.pageRange=String(count+1);
    $.writeln(app.pdfExportPreferences.pageRange);
    if (f != null)
        var file = File(f+'/'+String(myDocument.name).replace(/.indd$/,'-PROOF'+'.pdf'));
        $.writeln(file);
        myDocument.exportFile(ExportFormat.pdfType,file,false);
else{
alert("You must select the die line first!");
Thanks! Any help is greatly appreciated!

BridgeTalk feature is documented in JS Tools Guide (see “Interapplication Communication with Scripts” chapter). But it’s quite confusing and contains many mistakes (typos). At least that was the case when I studied it in time of CS3.
IMHO the best way to learn BT is getting a working example script and figuring out, line after line, how it works. You can get many BT examples in Adobe Bridge SDK. Every line is commented and explained. I learned on these scripts.
You can also search for “Bridge Talk” in this forum and find many interesting posts. Here are a couple of links from my site that may come in handy to you: BridgeTalk, How to pass all parameters in a custom object via BridgeTalk.

Similar Messages

  • How to save a document on Web Ui Sales order screen after pressing Print

    Hi All,
    I am tyring to save the whole Sales Order document from Web Ui screen and want to send this document by email.
    But when I click the standard print button, it generates a html file but I am not able to save this file . Also there is no option to convert the whole file into pdf.
    Do we have any way to save the whole Sales order from Web UI screen into a document ( HTML or PDF or any other format.)
    Thanks
    PG

    Hello
    It is a little more complicated than that. For technical reasons, it is not possible to print from a BSP application, so the workaround is using print preview and a printing action.
    [SAP Note 1323062|https://service.sap.com/sap/support/notes/1323062] and related notes explain this better than me. Also you can find important information in [SAP note 616762|https://service.sap.com/sap/support/notes/616762]
    Regards
    Joaquin
    Edited by: Joaquin Fornas on Oct 11, 2011 8:07 AM
    Edited by: Joaquin Fornas on Oct 11, 2011 8:08 AM

  • Attempting to download a wmv file. I keep getting the message: "You cannot save this document with extension ".wmv" at the end of the name. The required extension is ".webarchive" --if I save it this way, i just get a web address rather than the wmv

    Attempting to download a wmv file. I keep getting the message: "You cannot save this document with extension “.wmv” at the end of the name. The required extension is “.webarchive” --if I save it this way, i just get a web address rather than the wmv

    Find the URL for the WMV, paste it into Safari's address bar, and press the Option and Enter keys.
    (66873)

  • How do i save my document as a jpeg or other to put on the web?

    i cant figure out how to change a pdf into something else...a png OR jpeg OR something that i can post on the web as an image

    thanks, i tried that before, it wont work.  says its the wrong type of document AJ Murosky
    Desert Christian Archers, Inc.
          From: MW Design <[email protected]>
    To: AJ Murosky <[email protected]>
    Sent: Friday, May 15, 2015 8:58 PM
    Subject:  how do i save my document as a jpeg or other to put on the web?
    how do i save my document as a jpeg or other to put on the web?
    created by MW Design in InDesign - View the full discussionOpen the PDF in Photoshop and do the conversion from it. Mike If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7550305#7550305 and clicking ‘Correct’ below the answer Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7550305#7550305 To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, & "Stop Following"  Start a new discussion in InDesign by email or at Adobe Community For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • I can't save *new* documents back to SharePoint

    I can’t save *new* documents back to SharePoint. We have a SharePoint 2013 development environment, running on Windows Server 2012 and a Windows 7 Client Computer with Office 2010.
    Every time I click „new document“, SharePoint opens the corresponding template file in the client application (Word, Excel,…) So far, so good. When i select „Save“, the client application brings up a local save path on the client computer, not the SharePoint
    document library.
    I did some research and tried many approaches, but none of them worked.
    I installed the Desktop Experience Feature on the Windows Server 2012, added the server address to trusted sites, gave the user farm-administrator rights (to make sure it is no security problem) and switched the authentication mode for the web application.
    Does anyone know this problem and found a solution?

    Hi,
    For troubleshooting your issue, you can try to add a registry value to your local registry (on a machine with Office Applications installed through which you are accessing SharePoint sites):
    Click Start, type regedit in the Start Search box, and then press ENTER.
    Locate and then click the following registry subkey:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WebClient\Parameters
    On the Edit menu, point to New, and then click Multi-String Value.
    Type AuthForwardServerList, and then press ENTER.
    On the Edit menu, click Modify.
    In the Value data box, type the URL of the server that hosts the Web share, and then click OK.
    Note You can also type a list of URLs in the Value data box. For more information, see the "Sample URL list" section in this article.
    Exit Registry Editor.
    Reference:
    http://sharepoint-for-real.blogspot.com/2013/07/sharepoint-2013-new-file-cannot-be.html
    https://isharepoint.wordpress.com/2011/05/26/can-not-save-document-back-into-document-library/
    https://mohamedelkassas.wordpress.com/2014/01/31/can-not-save-document-back-into-document-library-in-sharepoint-2010/
    Best Regards,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How do I create a "document-centric" Web Service?

    By document-centric I'm talking about receiving a SOAP message on the server-side, where the initial parsing and security processing (this aspect is very important) is performed but then allowing the developer to access the delivered "payload", i.e. the XML, and perform whatever mapping/processing that is required without automatically mapping to the "standard" auto-generated Java objects.
    It is important that the client receives the "full" complex WSDL and can therefore generate their proxy classes with whatever tool (or language) that is appropriate.
    On the server side we do not want to create hundreds (if not thousands) of Java Bean clases as we already have the legacy code to map XML to Java. The idea is that JAX-RPC only instantiates the SOAPElements that represent the "raw" message, or, if possible, doesn't instantiate any objects whatsoever.
    I've spent many days now trying to find a single well-worked example for this type of Web Service without success - many, many references of the style "..and you can then create a document style web service.." but without the all important "how".
    From what I've read a custom type-mapping and/or serializer/deserializer could be the answer but again no good, solid examples are forthcoming.
    Another alternative seems to be to create the server side stub-classes using a "dummy" WSDL with the elements set to "anyType" but then distribute the "genuine" WSDL to the clients - we've got a simple example of the kind working but I don't like the idea of "tricking" the system in this way.
    I'm working with WASD 5.1, which in theory conforms with JAX-RPC so any ideas offered here should also apply in that environment.
    Has ANYONE successfully created a service of this type?
    Any help with this issue would be very much appreciated and rewarded (with Duke Dollars of course).
    Chris.

    Chris,
    I too noticed that most vendors take the RPC centric approach. Its because most of the industry examples of how WSs were used were simple enough to implement using RPC and anything more (document literal) would add to the complexity of implementation. This is something that is feared by many developers, especialy the .Net crowd who seem to want everything done through a wizard menu interface and don't care about other WS implementations at all.
    This is sort of changing. J2EE 1.4 is WS-I compliant, so when you compile server side ties from WSDL you can specify a document literal option and WS-I compliance. This gives you access to the SOAPElement objects. There's still issues with going between W3C DOM and SOAP elements but that's just API inconvenience, not a show stopper. As the inudustry develops more complex WSs we will see the vendors change their tools to better support this...
    Anyway, some more help...
    I use the the following wscompile options to build from WSDL for document literal WSs.
    wscompile.bat -d . -nd . -s . -f:documentliteral -f:wsi -keep -model model.gz -import config.xml
    wscompile.bat -d . -nd . -s . -f:documentliteral -f:wsi -keep -model model.gz -gen:server config.xml
    My "wrapper" elements look like this...
    <xs:element name="AComplexXMLResponse">
         <xs:complexType>
              <xs:sequence>
                   <xs:element ref="myNS:MYComplexXMLType"/>
              </xs:sequence>
         </xs:complexType>
    </xs:element>
    If I do this:
    <xs:element name="ASimpleXMLResponse">
         <xs:complexType>
              <xs:sequence>
                   <xs:element name="AName" type="xs:string"/>
              </xs:sequence>
         </xs:complexType>
    </xs:element>
    I still get the JAXRPC language bindings to a string, but in my case I don't really care. This may well be different for you.
    What I do to manage these elements is to split up the WSDL, WS wrapper element definitions and actual data XML schema definitions into separate documents. This means I have a WSDL which IMPORTS my message schema (this is where I define wrappers for in and out XML) which INCLUDES the actual DATA XML schema that I have.
    The WSDL import looks like this:
    <types>
         <xs:schema>
              <xs:import namespace="http://schemaURI" schemaLocation="./relativePath/WrapperElementSchema.xsd"/>
         </xs:schema>
    </types>
    The wrapper element schema has:
    <xs:include schemaLocation="./ActualDataSchema.xsd"/>
    This way I can easily replace the wrapper documents with just anyType references if something doesn want to play nice. The data schema file and the WSDL stay the same. This minimises the impact on what you have to change in your distribution. This is important as the WSDL is often generated on the fly by your WS environment and so can not be easily changed once you build your WSs, but the schema files it references are easily changed without affecting your code.
    Another reason for the wrapper elements was a JWSDP 1.2 issue (I don't know if this has been fixed in 1.3), where if you had the same method parameter signature in a web service (the parameters it took were the same XML types, for instance if you have an add and update methods for the same document input) JWSDP would get confused at runtime. It did not take account of the SOAP action that came along with the request to determine which operation to call. It just took the incoming XML, saw that it was of a certain type and it passed it to the first operation that took this element, which is VERY wrong. By using the wrapper elements, I could give all my input and output elements for each method different names (I used a naming stragegy that appended a 'request' or 'response' string to the method name to form a method parameter element name. This is a pain in the ass, but works and does wonders for interoperability with other WS vendors. Like I said before, I've got this working with JWSDP, BEA and .Net servers and clients.
    Hope this helps,
    If you think there is a real need for a public HOWTO on this, I could write one with a full step by step guideline that shows where I broke my legs getting this stuff to work. But this would eat into my sleep time :-/ TO JUDGE INTEREST I call on all people interested in a tutorial to respond to this thread (esp people involved with the JWSDP WS tutorial documentation). If I get 5 or more different people responding I will loose some sleep for the good of this community. Otherwise, I will just try to help you when I have time to read the forums.
    Kuba

  • How modify a ms word document in web dynpro

    Hello,
    I have a Web Dynpro that shows a .doc document with the OfficeControl but I would like to modify the document before showing. How can I do it?
    The document have several fields that I have to replace with the corresponding values.
    I have seen in Office 2003 you can save the document as a .xml and make the changes in that way but we have Office 2002.
    Thank you in advance.

    Hi Experts,
    I am facing a similar situation.
    I have NWDS04s version, 7.7.07, but I am <b>still not able to see the expertMode property</b> for the office control UI element.
    Are there any SAP notes related to this, or any other Patch that i need to install?
    Thanx in advance,
    Alka.

  • Not Working: Enable Reader to Save the Document

    I'm having a problem that's mentioned in the first post on this knowledgebase thread: http://help.adobe.com/en_US/Acrobat/9.0/3D/WS58a04a822e3e50102bd615109794195ff-7e0d.w.html
    I have Acrobat Pro 8.0 and Acrobat Reader 8.0 installed, so I should not be having this issue. After I've enabled reader to save the document within Reader, and I test it within Reader 8.0, I get this message: 
    Outgoing Message Notification
    An email message with "documentname.pdf" attached has been given to your default email application. If your email application is configured to send email automatically on a schedule, the email will b sent automatically.
    If not, you will need to send the message manually.
    But my default email application (Outlook) doesn't open an email up. I've checked the "internet properties" for my browser, and Outlook is set as the default email application, so I'm not sure why it's not working. PLEASE HELP!!!

    As Graffiti said, I am just trying to help you from going down a frustrating path. You can enable Reader Right's in Acrobat (if you designed the form in LiveCycle Designer, you may have to follow a slightly different path) to allow the full form to be saved. However, you can have the form data (XML or FDF) submitted and that does not require the save step. The issue with the save is that you are limited to 500 uses by the EULA (looks like your form was a general use form and you would likely exceed the limit).
    The submitted data can be imported to the form and so you can easily have the same results as getting the full form with data.
    The problem with e-mail submission is that it is dependent on the client machine, something you have no control over unless you are in a controlled environment and the machines can be controlled as a result. MAPI is the Windows interface that allows other programs to access e-mail. There are at least 2 versions of it and many folks do not activate it. Thus, those without MAPI activated would flood you with the complaints about it not working. You are welcome to try to set up instructions to tell folks how to activate it, but they would likely have something else to say to you or simply get lost -- a good way to lose business. If you do not need the data formatted, you can have it submitted to cgi-mail or formmail that may be on your server. In that case you will have to have the data formatted in an HTML form (one of the options in Acrobat forms, not sure about Designer). Then the data would be submitted just like on a web form to the mail script. These scripts require hidden fields to know where to send the mail and such.
    What I meant to say is that it is unfortunate that the manual suggests e-mail when it is not a good method to use for form submission. We address this issue 3 or 4 times a week with folks. There are several forum topics that relate to your question, all saying pretty much the same. Sorry if you do not like the answer, but that is the way it is. Use e-mail submission if you wish, but be prepared for complaints. At least you know why you will be getting them. Apparently some MAC users have some similar problems with e-mail submission. I have no idea about UNIX users in general. It even sounds like you don't have things set up correctly on your e-mail and you are expecting it to work for other folks? That's the problem!

  • Could not save the document to the repository for the following reason

    Hi,
    Some of the Scheduled reports are getting failed because of the following Error.
    Could not save the document to the repository for the following reason: [repo_proxy 30] InfoStore::ObjectExport::commit - (Helpers::InfoStore::ObjectExport::commit) File Repository Server error : Failed to put the file to file server: frs://Output/a_242/027/084/5512178/aduu8vtfkntmvyv8lsnntas.wid already exists.(hr=#0x80042a4a)(Error #-2147210678 (WIS 30567)
    i have searched about this but no use no information on the same.
    So Pls let me know why this problem will occur and how to resolve this,I am new to this forum if any this is wrong pls let me know
    Thanks in advance,

    HiShwetabh Suman
    Thanks a lot for immediate response,
    Please go through the following
    From the logs I see a difference in the execution steps as below:
    [2014-03-31 10:24:15,364] [TID:13] [INFO ] [child.RunStatusTimerTask.run():17]: calling checkRunStatus
    [2014-03-31 10:24:31,887] [TID:3168] [INFO ] [child.ChildImpl.request():23]: request: [GetLoad]
    [2014-03-31 10:24:31,888] [TID:3168] [INFO ] [child.ChildImpl.request():25]: response: [1]
    [2014-03-31 10:24:37,879] [TID:3153] [ERROR] [webi.PublishingSubsystem.run():93]: Throwable exception caught:
    com.businessobjects.rebean.wi.ServerException: Could not save the document to the repository for the following reason: [repo_proxy 30] InfoStore::ObjectExport::commit
    - (Helpers::InfoStore::ObjectExport::commit) File Repository Server error : Failed to put the file to file server:
    frs://Output/a_165/024/084/5511333/aqew_jeqdcjcrukoadjdtk0.wid already exists.(hr=#0x80042a4a)(Error #-2147210678 (WIS 30567)
    Can you please help us understand the reason why the child.runstatustimertask.run() is called in the case where we get the failure. Because upon noticing the difference in the steps of execution I see that this method is called and after that the failure is occuring.
    Also, few other findings are that :
    1. The error occurs from both the nodes adaptive job servers randomly.
    2. The IFRS and OFRS of one of the node is not being used at all for any file transfers (though the configurations are exactly same).
    Please advise and help us get rid of the said error.
    Can u give any permanent solution for us

  • Quick launch links to documents, can only save the document once

    Hi,
    We have a problem in SharePoint 2007.
    We have some links to documents in the quick launch menu. First, these were opened as read-only per default.
    This was fixed by adding file:// instead of the http://
    Now we can save the document/excel/... once, but when clicking save a second time, office gives a non-informative error: 'The document was not saved.' with a link 'Was this information helpful?'. So it doesn't save either. This is verified, because when
    I close the document after this, it asks to 'save as' to another location.
    This is tested with a bunch of accounts, also DC admin accounts, which have full control over sharepoint.
    When opening the documents in the library, there is no problem. It's only the links in the quick launch that don't respond as required.
    Hope someone has a workaround for this.
    Kind regards,
    Inkendaal

    Just use again the http:// hyperlink and reconfigure the browser settings correct!
    File links are not made for use with SharePoint even the file links are not 100% supported in a web browser... 

  • How do i save my document on pages so that i can open it on other computers

    How do I sav emy document on pages so that i can open it on other computers?

    Well, that was the short answer, then I rethought your question.
    Will the “other computers,” be Mac, or a mixture of Mac, Windows PC, and possibly Linux?
    What application on the other computers will be accessing the Pages content created on your MacBook Pro?
    Using the File export options I originally mentioned, you could save the files to iCloud. Then on the other computer, you use the web browser to sign into your iCloud account. When you click the iWork icon, the files that you saved from your MBP will be there. You can then right-click on the file you want and a download option exists.

  • How to Save the "Document Info" Details Action Via

    I saved the "Document Info" details in illustrator manually using "Document Info Pannel". Could you please expain how to save the "Document Info" details through illustrator action.
    Thanks,
    Prabudass

    When in the document info window of a file there is a small triangle in the top right corner from this you have fly out menus to save/delete or show metadata templates. You can use this to save groups of metadata. Once you have a bunch of groups you can quickly use this to set your info. Bridge will also allow you to append or replace metadata from these saved templates too

  • How to save a document programatically when u click on "Run Query" button

    Hi all,
    I am new to BO Web Intelligence java SDK. I am using Java Report Panel to edit and save the document.
    (As per my knowledge the default functionality of the Java Panel is, once u edited the document query and then run the query and  as when as u click on the "Save" icon then only the report will be saved into the repository )
    What my doubt is ?
    Once i edited the query in java query panel, when i click on the "Run Query" button the following operation needs to be performed
    1) The doucment has to be saved in the specified reposiory folder.
    2) The SQL for the docment has to be captured.
    how to do the above operations programatically?  can any body help me please.... thanks in advance
    Thanks & Regards,
    Madan Kumar

    You would have to modify the Java Report Panel to be able to do this.  There is no documentation on how to make modifications to the Java Report Panel, and it is beyond the scope of what assistance support would be able to provide you.  There may be people in the community that have done this before that can assist you.

  • Why can't I save my document or move text in chart?

    Why would I not be able to save a pages document, even though I've had no problem with the same document in the past?
    Also, I can't move the text in the pie chart, any suggestions. The selection handles are circular so I'm asuming this has something to do it with but how do I change them to squares?

    Welcome to Pages Discussions:
    Seems to me your two problems are one. Generally square handles indicate that you can move or resize an object. The circular handles (in charts - you don't see them elsewhere as far as I know) tell you that you have chosen the contents of the object to work with them (much like double clicking on a text box to modify its contents - except that in that case the selection is indicated by a colour fill, which would be obscured by charts - hence the different convention.
    With the chart as a whole you can "edit contents" overall. With circular handles on a pie chart, however, you can alter the presentation of contents within or around them sector by sector: i.e., font or colour fill, and data fill - the selection of fields from "edit contents" you want to be shown as labels.
    Once having selected those, you can select the panels to show round handles and alter the font size and colour as usual. However movement of this data is confined to "inside" or "outside" the chart, selected (again) from the data point label field in the chart inspector.
    The reason you can't save a document with circular handles showing in a chart is simply that you have work in progress: you have not yet told Pages what it is you want to save, or that your selection is completed. Other than for the selection process, the program is effectively stopped.
    To revert to your unhandled chart, simply click outside it once your selection is finished. You should then be able to save your document in the normal way. If this is not the case, then you would appear to have two separate problems, and I'd be as baffled as you about that.
    Someone else would have to help you cross that bridge if you came to it.
    But I rather suspect you won't have to.
    Good luck.
    iBook G4   Mac OS X (10.4.6)  

  • Can't save Photoshop Document

    Hello Im using Photoshop CS6 on Mac OSX, and I have stumbled across this problem where I cant save my document.
    Every time I try to save a file I get this window:
    "Could not save as “Untitled-1.psd” because the file is locked, you do not have necessary access permissions, or another program is using the file. Use the ‘Get Info’ command in the Finder to ensure the file is unlocked and you have permission to access the file. If the problem persists, save the document to a different file or duplicate it in the Finder."
    Things i've tried:
    Reinstalled Photoshop
    Repaired disk Permissions in disk utility
    change permissions in get info window to write and read
    remade my preferences in photoshop
    Please any help would be greatly appreciated I work with photoshop a lot and this is not allowing me to work as I cant save my files.

    Are you trying to save directly to your boot drive, or to an external HD?  If the latter, check that you have both Read AND Write permissions to that drive.
    A lot more information about your hardware and software is needed.
    BOILERPLATE TEXT:
    If you give complete and detailed information about your setup and the issue at hand,
    such as your platform (Mac or Win),
    exact versions of your OS, of Photoshop (not just "CC", but something like CC2014.v.2.2) and of Bridge,
    your settings in Photoshop > Preference > Performance
    the type of file you were working on,
    machine specs, such as total installed RAM, scratch file HDs, total available HD space, video card specs, including total VRAM installed,
    what troubleshooting steps you have taken so far,
    what error message(s) you receive,
    if having issues opening raw files also the exact camera make and model that generated them,
    if you're having printing issues, indicate the exact make and model of your printer, paper size, image dimensions in pixels (so many pixels wide by so many pixels high). if going through a RIP, specify that too.
    a screen shot of your settings or of the image could be very helpful too,
    etc.,
    someone may be able to help you (not necessarily this poster, who is not a Windows user).
    Please read this FAQ for advice on how to ask your questions correctly for quicker and better answers:
    http://forums.adobe.com/thread/419981?tstart=0
    Thanks!

Maybe you are looking for

  • ITunes no longers asks "Do you want to keep the original file or move to trash?" - Can this be fixed?

    I'm not sure if this was a recent update in Mavericks, but when I used to delete items from iTunes it would ask something along the lines of: Do you want to keep the original file or move to trash? Now I no longer get this, instead iTunes asks: Are y

  • XML Payload Response Syn scenario not comming

    Hi all, I am working in a SOAP-->JDBC syncronous scenario. I am doing an INSERT into a JDBC data base. I am able to do the insert, but I can not map de response message from data base. I get a Mapping error. I guess that this error is due to my defin

  • Master page yes or no?

    here's a dumb ? do i need a master page ? if not how do i get rid of it ? do i get rid of the master page if each page is to have a different design ?

  • Yosemite doesn't recognize my built in RAID drives

    I have a MacPro circa 2010-2011. After installing Yosemite, it lost contact with and could not (or would not) locate my RAID drive. Built into the machine. Also, I have a backup drive built into the machine, so I was able to revert. But I'm concerned

  • New standby not applying archive log

    I have just created standby database....but its not applying archive log... when I checked the alerlog file of standby.... ora-19527 physical standby redo log must be renamed