access to multiple documents contained the textlayers without opening the files

In the MacIntosh forum, the question has been asked if multiple photoshop files can be performed for text-content.

Now setting up a selection interface, open selected files and do a file-by-file-and-textlayer-by-textlayer-search in Photoshop should not be too hard, but the real intention was to thin stencils in a document Indesign, avoiding the opening should be a time saver, if it is possible to access the textItem.contents externally.

With readIn() (a technique that I was introduced to here about pdf-pagecounts), I got as far as to notice that the text seems to be between 'Text' and a hook closing, but frankly the code baffles me.

And in addition to the problem of the closure of parentheses in the text what I got so far includes some texts twice and adds a few digits in the result.

Any help appreciated.

And here are my settings for the version of Paul.

function main() {
  var file = File("~/Desktop/tmp/filename.psd");
  file.open("r");
  file.encoding = 'BINARY';
  var dat = file.read();
  file.close();

  var result;
  var pos =[];
  var Text= [];

  var rex = /TxLr.+Txt TEXT/g;

  while ((result = rex.exec(dat)) != null) {
    pos.push(result.index+(result[0].length));
  }

  function readByte(str, ofs) {
    return str.charCodeAt(ofs);
  }
  function readInt16(str, ofs) {
    return (readByte(str, ofs) << 8) + readByte(str, ofs+1);
  }
  function readWord(str, ofs) {
    return (readInt16(str, ofs) << 16) + readInt16(str, ofs+2);
  }
  function readUnicodeChar(str, ofs) {
    return String.fromCharCode(readInt16(str,  ofs));
  }

  for (var i = 0; i < pos.length; i++) {
    var ofs = pos[i];
    var textLength = readWord(dat, ofs)-1;
    ofs += 4;
    var str = '';

    for (var j = 0; j < textLength; j++) {
      str += readUnicodeChar(dat, ofs);
      ofs += 2;
    }
    Text.push(str);
  }
  alert(Text);
};

main();

Tags: Photoshop

Similar Questions

  • I don't see pictures to the owner/documents without opening each file individually. I just see the same image of a mountain and the Lake for each file.

    I don't see pictures (jpeg images) to the owner/documents without opening each file individually.  I just see the same image of a mountain and the Lake for each file.  When I look in windows XP, the JPEGs under 'my computer' and select 'film' or the 'miniature' I can see the image.  Why can I not see the image using Vista?

    I don't see pictures (jpeg images) to the owner/documents without opening each file individually.  I just see the same image of a mountain and the Lake for each file.  When I look in windows XP, the JPEGs under 'my computer' and select 'film' or the 'miniature' I can see the image.  Why can I not see the image using Vista?

    Start button > in the search box, type options records > press the Enter key > click on view tab > uncheck " always show icons, never thumbnails " > click OK for the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • Is there a way to set reminders for multiple documents at the same time?

    Is there a way to set reminders for multiple documents at the same time? Now he must go through a list, manually click through a series of options, then select it. If I send more than 300 different documents to individuals at a time, it becomes tedious. Quick. A way to save me the trouble would be so so so appreciated.

    Hello Lindsayb123,

    We do have an option to set a generic reminder under choice of account in the accounts of the company and can be set by going to the tab account-> account settings-> send parameters and set reminders.

    Let me know if you need more information.

    -Usman

  • I was converting pdf to word. I tried to download multiple documents, but the system froze.  I closed the Acrobat Reader. Now, I see no export tools more.  I even tried to restart the computer.  I am currently with my account.

    I was converting pdf to word. I tried to download multiple documents, but the system froze.  I closed the Acrobat Reader. Now, I see no export tools more.  I even tried to restart the computer.  I am currently with my account.

    Hi bulldogcl1,

    Please perform this cleanup tool to uninstall the reader Download Adobe Reader and Acrobat cleaning - Adobe Labs tool, reboot your system & install the latest Adobe Acrobat Reader DC Acrobat Reader DC Learn & support , sing with your Adobe ID to use the export to service PDF format using Acrobat Reader. Export PDF to Acrobat Reader DC.

    You can also use this online https://cloud.acrobat.com/exportpdf service

    Let me know if it solves your problem.

    Kind regards
    Nicos

  • There was an error opening this document. The file is damaged and cannot be repaired.

    Greetings,

    I searched the forums, and this mistake has been examined in the context of how to treat a damaged PDF file.

    My question is a little different. The company that I am working has a tool to create what we call "knowledge base articles", i.e. product XML authoring with us help topics. They used this tool from 2008. Files can be attached to a topic. The XML files and attached PDF files is stored in a SQL database. Using the TOC Panel or the search function, relevant topics are retrieved.

    When there is an attached PDF, users can view the PDF in the browser or download the file and open it locally.

    The knowledge base has been moved from an environment of database SQL 2005 in Windows Server 2003 and IIS 6 for an environment database of SQL 2008 R2 to Windows Server 2008 R2, IIS 7.

    Now that we have the following problem: in some subjects the downloaded PDF can't be opened and one error

    "There is an error opening this document. The file is damaged and cannot be repaired. "is displayed. The curious is that some PDF files published this error, while others open without a problem. Source file all PDF files open without a hitch before they are downloaded.

    Any advice or pointers would be very appreciated.

    TIA, Donna

    Donna,.

    as you have probably read in a lot of discussions on this matter, this error message is usually correct, and the PDF file is damaged. As for how it gets damaged, it's something you need to know by poking around in your system. Here are a few general things that always apply when working with corrupt files:

    The first thing I would do is open such a file corrupted in a text editor such as NotePad to see what it actually contains. Any valid PDF file must begin with '% PDF -' followed by a version number. If you don't see that in the first line, then you are not dealing with a PDF file and you know why you do not get the file saved in your knowledge base.

    If this string is there, then you know that there a PDF file and the issue is somewhere in this file, and is where it gets much more complex. You will need a good understanding of the PDF specification to parse the file to see what is wrong with him.

    If you're lucky, you'll actually have a file of length zero (which means also no PDF header). No valid PDF file cannot be zero bytes long. Your second chance case would you find in fact an HTML error in this file (instead of PDF content), that tells you the reason for the problem (but again, this depends on your system).

  • Hi, I use iTunes 12.3.2.35 on a Windows 7 computer. I don't seem to be able to import files from a CD that contains the files on it as mp3 files. If I launch iTune and then put the CD in, it doesn't appear and I can't drag and drop.

    Hi, I use iTunes 12.3.2.35 on a Windows 7 computer. I don't seem to be able to import files from a CD that contains the files on it as mp3 files. If I start iTunes and then put the CD in, it doesn't appear and I can't drag and drop.

    It would not seem like an audio CD, as a drive in this way is a data disc when it contains mp3 files. You would need to access the file menu in iTunes, manage files here. If you manually manage music, you will need to access it as a regular folder on your computer. In iTunes, go to file > add file to library, and select individual files.

  • Adobe Acrobat - 'there was an error opening this document. The file is not found.

    Guys,

    I have a virtual layer to Adobe Flash player, with a point of entry to Internet Explorer. Apart from that, we used Thinreg to associate pdf files with a Thinapp copy of the Adobe Acrobat Reader 7 (using the allusers switch). We find that, while trying to open online pdf files, Acrobat Reader load then shows the error "there was an error opening this document. The file is not found. If we save the file and open it works very well.

    I am positive that it is a problem of isolation somewhere in the config layer of Acrobat Reader, but have not been able to track it down. It is probably that the Acorbat layer not looking outside of himself for the temporary internet folder that contains the pdf file that IE has cached?

    Everyone falls on something similar and has a solution?

    Matt

    Try to set the modes of insulation for your temporary folders (%temp%, % internet cache) merged to your package of IE. In addition, in our environment, we put % internet merged cache%/contents.is5. Not sure if it makes a difference.

  • My e-mail address is stored in My Documents in the file ATT0004. Opening the onus in the unreadable text by me. How to convert to text.

    ATT00004

    My e-mail address is stored in My Documents in the file ATT0004. Opening the onus in the unreadable text by me. How to convert to text.

    This looks like an attachment from Outlook that was sent in the RTF format.  Try asking the sender to send in text in HTML format or gross but not rich TEXT format.

    Otherwise, you will need to be much more detailed in your question.

    Steve

  • What are the issues and how can I put the documents in the files?

    As usual; Oracle is absolutely horrible in providing any kind of basic instructions on the use of the products.

    I need to upload files to a structure (don't care if it's collections, folders, or in mason jars as long as it works) and be able version them and seize those I want.

    I managed to get a variety of things to work with the genericSoapService (cannot use the API in accordance with local policy), but everything I check in goes in (don't know where)

    I don't think I'm even asking the right questions because my web researchers increase irrelevant results.

    What are the issues and how can I put the documents in the files?

    I created a few files like this:

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ucm="http://www.oracle.com/UCM">
       <soapenv:Header/>
       <soapenv:Body>
    <GenericRequest xmlns="http://www.oracle.com/UCM" webKey="cs">
    <Service IdcService="FLD_CREATE_FOLDER">
    <Document>
    <Field name="fParentGUID">C976021E28DD8B26FB2D437B5BF56B7F</Field>
    <Field name="fPath">/RAFT/Appraisals/</Field>
    <Field name="fFolderName">0111234567</Field>
    <Field name="fSecurityGroup">RAFT_ADMINGrp</Field>
    </Document>
    </Service>
    </GenericRequest>
       </soapenv:Body>
    </soapenv:Envelope>
    

    Here's a sample call:

    The virtual path is/Appraisals/0111234567 /.

    The GUID for this folder is CBF8EF9C59F8A6C84EB31C68F0903399

    I see the reference to xCollectionID when I look for answers, but the data is not available for me (see the output below)

    When I run this it stores the file but the file does not appear in the folder.

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ucm="http://www.oracle.com/UCM">
         <soapenv:Header/>
    <soapenv:Body>
    <GenericRequest xmlns="http://www.oracle.com/UCM" webKey="cs">
    <Service IdcService="CHECKIN_UNIVERSAL">
    <Document>
    <Field name="fFolderGUID">CBF8EF9C59F8A6C84EB31C68F0903399</Field>
    <Field name="dDocType">Document</Field>
    <Field name="dSecurityGroup">Public</Field>
    <Field name="dDocAccount"/>
    <Field name="dSecurityGroup">RAFT_ADMINGrp</Field>
    <Field name="xFHACaseNumber">0111234567</Field>
    <Field name="xFHADocumentType">Appraisal</Field>
    <Field name="dDocTitle">tuesday2document.txt</Field>
    <File name="primaryFile" href="whereami.txt">
    <Contents>dGhpcyBpcyBteSBkb2N1bWVudA==</Contents>
    </File>
    </Document>
    </Service>
    </GenericRequest>
    </soapenv:Body>
    </soapenv:Envelope>
    

    Returns:

    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
       <env:Header/>
       <env:Body>
          <ns2:GenericResponse xmlns:ns2="http://www.oracle.com/UCM">
             <ns2:Service IdcService="CHECKIN_UNIVERSAL">
                <ns2:Document>
                   <ns2:Field name="reserveLocation">false</ns2:Field>
                   <ns2:Field name="IdcService">CHECKIN_UNIVERSAL</ns2:Field>
                   <ns2:Field name="dSecurityGroup">RAFT_ADMINGrp</ns2:Field>
                   <ns2:Field name="dpTriggerField">xIdcProfile</ns2:Field>
                   <ns2:Field name="dDocType">Document</ns2:Field>
                   <ns2:Field name="scriptableActionErr"/>
                   <ns2:Field name="xPartitionId:isSetDefault">1</ns2:Field>
                   <ns2:Field name="xWebFlag"/>
                   <ns2:Field name="dDocCreator">C03999</ns2:Field>
                   <ns2:Field name="dDocAccount"/>
                   <ns2:Field name="xClbraUserList"/>
                   <ns2:Field name="dLocation"/>
                   <ns2:Field name="xWCPageId:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dWebExtension">txt</ns2:Field>
                   <ns2:Field name="isNew">1</ns2:Field>
                   <ns2:Field name="IsQueryObjectPersistent"/>
                   <ns2:Field name="xWCTags"/>
                   <ns2:Field name="LockedContents1">dDocName:WCC_Cluster-001208</ns2:Field>
                   <ns2:Field name="dClbraName"/>
                   <ns2:Field name="dCreateDate">10/7/14 8:58 AM</ns2:Field>
                   <ns2:Field name="xClbraAliasList"/>
                   <ns2:Field name="dActionMillis">72487502</ns2:Field>
                   <ns2:Field name="StatusMessage">Successfully checked in content item 'WCC_CLUSTER-001208'.</ns2:Field>
                   <ns2:Field name="dIsPrimary">1</ns2:Field>
                   <ns2:Field name="isInfoOnly"/>
                   <ns2:Field name="dActionDate">10/7/14 8:58 AM</ns2:Field>
                   <ns2:Field name="xWCPageId"/>
                   <ns2:Field name="xLibraryGUID:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dDocID">1216</ns2:Field>
                   <ns2:Field name="dPublishState"/>
                   <ns2:Field name="xFHACaseNumber">0111234567</ns2:Field>
                   <ns2:Field name="doSorting">0</ns2:Field>
                   <ns2:Field name="primaryFile">whereami.txt</ns2:Field>
                   <ns2:Field name="dRevisionID">1</ns2:Field>
                   <ns2:Field name="xExternalDataSet"/>
                   <ns2:Field name="scriptableActionFunction">determineCheckin</ns2:Field>
                   <ns2:Field name="UseForwardOnlyCursor"/>
                   <ns2:Field name="noDocLock">1</ns2:Field>
                   <ns2:Field name="dID">1208</ns2:Field>
                   <ns2:Field name="xWCTags:isSetDefault">1</ns2:Field>
                   <ns2:Field name="xPartitionId"/>
                   <ns2:Field name="xComments:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dInDate">10/7/14 8:58 AM</ns2:Field>
                   <ns2:Field name="dDocOwner">C03999</ns2:Field>
                   <ns2:Field name="dUser">C03999</ns2:Field>
                   <ns2:Field name="isDocProfileUsed">true</ns2:Field>
                   <ns2:Field name="scriptableActionParams"/>
                   <ns2:Field name="dpEvent">OnImport</ns2:Field>
                   <ns2:Field name="xExternalDataSet:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dDocLastModifier">C03999</ns2:Field>
                   <ns2:Field name="DocExists"/>
                   <ns2:Field name="dConversion">PassThru</ns2:Field>
                   <ns2:Field name="StatusCode">0</ns2:Field>
                   <ns2:Field name="xStorageRule:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dStatus">DONE</ns2:Field>
                   <ns2:Field name="dOriginalName">whereami.txt</ns2:Field>
                   <ns2:Field name="dRevClassID">1208</ns2:Field>
                   <ns2:Field name="idcToken"/>
                   <ns2:Field name="dRevLabel">1</ns2:Field>
                   <ns2:Field name="dDocName">WCC_CLUSTER-001208</ns2:Field>
                   <ns2:Field name="xWCWorkflowApproverUserList:isSetDefault">1</ns2:Field>
                   <ns2:Field name="xStorageRule">webasset</ns2:Field>
                   <ns2:Field name="localizedForResponse">1</ns2:Field>
                   <ns2:Field name="dPublishType"/>
                   <ns2:Field name="fFolderGUID">CBF8EF9C59F8A6C84EB31C68F0903399</ns2:Field>
                   <ns2:Field name="dFormat">text/plain</ns2:Field>
                   <ns2:Field name="scriptableActionType">3</ns2:Field>
                   <ns2:Field name="dDocTitle">tuesday2document.txt</ns2:Field>
                   <ns2:Field name="dpAction">CheckinNew</ns2:Field>
                   <ns2:Field name="primaryFile:path">/opt/oracle/work/wcc_cluster/ucm/cs/vault/~temp/1963032402.txt</ns2:Field>
                   <ns2:Field name="refreshMonikers"/>
                   <ns2:Field name="xWCWorkflowAssignment"/>
                   <ns2:Field name="isEditMode">1</ns2:Field>
                   <ns2:Field name="refreshSubMonikers"/>
                   <ns2:Field name="xFHADocumentType">Appraisal</ns2:Field>
                   <ns2:Field name="changedMonikers"/>
                   <ns2:Field name="dRevRank">0</ns2:Field>
                   <ns2:Field name="StorageRule">webasset</ns2:Field>
                   <ns2:Field name="xWCWorkflowApproverUserList"/>
                   <ns2:Field name="xComments"/>
                   <ns2:Field name="dAction">Checkin</ns2:Field>
                   <ns2:Field name="isDocProfileDone">1</ns2:Field>
                   <ns2:Field name="xWebFlag:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dRawDocID">1215</ns2:Field>
                   <ns2:Field name="xLibraryGUID"/>
                   <ns2:Field name="StatusMessageKey">!csServiceStatusMessage_checkin,WCC_CLUSTER-001208</ns2:Field>
                   <ns2:Field name="xIdcProfile:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dWorkflowState"/>
                   <ns2:Field name="dProcessingState">Y</ns2:Field>
                   <ns2:Field name="dDocCreatedDate">{ts '2014-10-07 08:58:07.482'}</ns2:Field>
                   <ns2:Field name="dDocAuthor">C03999</ns2:Field>
                   <ns2:Field name="dOutDate"/>
                   <ns2:Field name="dIsWebFormat">0</ns2:Field>
                   <ns2:Field name="scriptableActionFlags">12</ns2:Field>
                   <ns2:Field name="isCheckin">1</ns2:Field>
                   <ns2:Field name="RenditionId">webViewableFile</ns2:Field>
                   <ns2:Field name="dExtension">txt</ns2:Field>
                   <ns2:Field name="VaultfilePath">/opt/oracle/work/wcc_cluster/ucm/cs/vault/~temp/1963032402.txt</ns2:Field>
                   <ns2:Field name="prevReleaseState"/>
                   <ns2:Field name="isStatusChanged">1</ns2:Field>
                   <ns2:Field name="dReleaseState">N</ns2:Field>
                   <ns2:Field name="dWebOriginalName">WCC_CLUSTER-001208~1.txt</ns2:Field>
                   <ns2:Field name="xWCWorkflowAssignment:isSetDefault">1</ns2:Field>
                   <ns2:Field name="dDocLastModifiedDate">{ts '2014-10-07 08:58:07.482'}</ns2:Field>
                   <ns2:Field name="dFileSize">19</ns2:Field>
                   <ns2:Field name="xIdcProfile"/>
                </ns2:Document>
             </ns2:Service>
          </ns2:GenericResponse>
       </env:Body>
    </env:Envelope>
    

    CBF8EF9C59F8A6C84EB31C68F0903399

    Replace fFolderGUID by fParentGUID

  • MAC OSV is not a valid document of the file Portable Document (PDF). It cannot be opened.

    I have Mac OS 10.11 and get the message: this isn't a valid document of the file Portable Document (PDF). It cannot be opened.

    I reinstalled and get the same problem

    What should I do

    Please see the discussion below: it is not a Portable Document valid file...

    Kind regards

    Mohit

  • OAM 11gR2PS2 - no authenticated access to public Documents at the Complutense University of MADRID

    Hi all

    We had a requirement to one of our clients, in which the documents who have received the public's access to the Complutense University of MADRID should not be challenged for authentication.

    Examples of URLS that are not in dispute when you use the managed for UCM server port (16200)

    http://xxx.com:16200/cs/idcplg? IdcService = GET_FILE & dID = 1445 & dDocName = DEV_COMPLOGO_31364 & allowInterrupt = 1

    http:// xxx.com : 16200/cs/groups/public/documents/digitalmedia/b2dv/xzmx/~edisp/dev_complogo_31364.jpg

    This GS search page ready must also open without authentication.

    http:// xxx.com : 16200/cs/idcplg? IdcService = GET_DOC_PAGE

    After the configuration of SSO and protection/CS, when I go above URL using the port of OSH only the second opens without challenge me the name of user and password.

    Knowing that I can protect/unprotect URL patterns, I was wondering if this is possible using OAM at all.

    The document is assigned to a group of public safety at the Complutense University of MADRID.

    http://xxx.com:16200/cs/idcplg? IdcService = GET_FILE & dID = 1445 & dDocName = DEV_COMPLOGO_31364 & allowInterrupt = 1

    By looking at the URL, would you be able to identity if this url is to document to the Group of public safety? All of the query parameter would help you to differentiate the document in the public safety group

    If the answer is NO then you will not be able to create policies OAM who could remove the URL

    If the answer is YES you can then use 'Query parameter' section resource OAM to remove the specific URL

    hope this helps

    Concerning

    Aakash

  • I want to confirm that I have access to a document if the site I got it from is no longer exists.

    I export a page on a Web site in pdf format.  The site said that in a few months they will be be shut down their site.  I want to be sure I'll still have access to these documents.  When I check the file type it says it's an adobe pdf and not a general pdf.  When I open the pdf file, it seems to take me up on the site (links work, etc.).  I'm afraid that when the Web site goes away, I can longer access the content of the document.  If this site no longer exists, I will be able to open the document (the links won't work) or I will lose everything?

    It depends on if the links visit the real website, or more pages in the PDF file. You can see easily seeing what app is running. You can also disconnect from the internet to be sure.

  • Can I add multiple documents to the signature of a single record EchoSign?

    If my client is a television network, and they want to sign individual agreements for all of their affiliates, can I add all those separate agreements to an email? Or the customer must obtain an email separately for each station agreement? For example, Customer Contact even get 50 emails (for the 50 affiliated stations), coming one after the other and say 'sign this Document. EchoSign supports uploading multiple documents to a recording of "agreement"? Otherwise, the process of 'ease of use' electronic signature could backfire a lot of time...

    Hello

    Yes, you can add separate email agreements. EchoSign will automatically add the documents in a single transaction, then you can manually place the signature for each agreement fields separately.

    You can attach a total of 100 pages and size should be 10 MB or less (can be adjusted according to the type of subscription).

    Kind regards

    Mohamed

  • My styles are stripped when exporting multiple documents to the export of the ebook.

    Hello

    I'm new to InDesign and use it to export the ebook, multiple documents created by different sources.

    When I exported the document my styles have shown an unpredictable reaction, they are different than expected.

    What should do?

    I need to clear this mess urgenlty...

    no idea what is the cause?

    Hi Vpalli,

    In fact when you export using book there is a document (outside of the ones you export) called as the style source.

    This document governs how and what is the definition of a particular style throughout the book.

    So your amended definition of styles can be because of the conflict that would have occurred in the definition of styles of various documents and source of style.

    So, you can check and mark the source of style appropriate to govern export full ebook.

    ~ Monica Singh

  • Ceases to be the beach ball of death when access to documents via the file menu.

    Hi all


    A he's think I need to do is click on the file menu and it keeps just do. Bug? is there any solution for this?

    My whole team is having this problem after that that they have upgraded to 2015 CC.

    This makes indesign unusable and completely unnecessary.

    Please a little help!

    Same problem and trashing preferences have worked.  Boring to rebuild the workspace but at least I'm working again.

Maybe you are looking for

  • Each time, as was last updated, I go to IE, to download the new update, WHY?

    The updated April 4 and on the other but not all updates, they wiipe out / disable all my Firefox access. The only way I can download the new update is so go to IE, then to the Firefox Web site to download. There is no need to completely disable this

  • Error con ayuda

    Sale me este error como lo corijo? the application attempted to perform an operation not allowed by the security policy. The operation required the SecurityException. To give this request permission contact your system adeministrator or ysé the Micro

  • Cannot find OS in system recovery mode

    Try to repair/recover my laptop ASUS F5R running Vista Home Basic. When I try to start, I get the message "BOOTMGR is missing". The recovery of Microsoft disk, I downloaded does not work - I get to the part where he seeks the OS but can't find it. I

  • Windows Update does not work on Windows 7

    Checks the updates and nothing happens.

  • What is SIP/2.0 481 call Leg/Transaction does not means?

    Hello When call cme of sip trunk and hang up the phone call calling debug ccsip show: Jun 2 08:52:40.541: //-1/xxxxxxxxxxxx/SIP/Info/ccsip_new_msg_preprocessor: invite dialog box controlJun 2 08:52:40.541: //-1/xxxxxxxxxxxx/SIP/Error/sipSPISipIncomin