Error in Mail Reciever Adpater --Configured IMAP4 protocol

Hi All,
Error in  Mail sender Cc:
"exception caught during processing mail message; java.net.UnknownHostException: NZXXX.dknz.corp.net " .NZXXX.dknz.corp.net is the Mail Server.
The Requirement is MAIL > FILE . Petch the Invoice(Attachment) from the Mail and save in the Network Folder(File)
The Mail Sener CC is configured for IMAP4
Mail server paramters:
imap://NZXXX.dknz.corp.net NXINVOICES  where NXINVOICES  is the Inbox
-There is no Subfolders
-Login Credentials of the Mailbos is correct
(cross checked the Microsoft Exchnage Server  : It is correct.)
-Default XI paramters provided in Mail Sender Cc is of "File reciever and the URN namespace) which is correct.
Any other Info : I did check the blog : error in mail adapter whilst using 'mail package' option , and help.sap .com:http://help.sap.com/saphelp_sm40/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/content.htm for PAYLODA SWAPBEAN, I have not added  in parameters in module configuration.There is only 1 1 module adapter:
sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean .
I am not able to figure out what  the mail Sender CC is red and throwing Error.Kindly help
I need the same info in my requirement . The Scenario is THe Vendor sends the email with Invoices ( An Attachment) to a mail server and the attachment has to be moved to the network folder (File )
Here , I used IMAP4 Protocol in MAil Sender CC
I wanted to know is it required to use :localejbs/ AF_Modules/PayloadSwapBean and any module configuration to petch the attachment ?

Hi All,
My issue is resolved , These were few updates to resolve this issue
1. The IMAPS was used  in  Mail Sender Adapter : imaps://10.192.101.16:993/Inbox
*IP address of the Mail Server was got from the Admin )
2. Ports : 143, 993  are opened for the Mail Server to access for XI SERver ( Raised an Ticket to open Ports of Mail server :NZTxxx.dknz.nzcorp.net)
3. As the attachment was only in PDF : Added swapbean in Module tab as below :
Process Sequesnce :
-Make sure:  AF_Modules/PayloadSwapBean     Modul key :  TRANSFORM  is added before sap.com/com.sap.aii.adapter.mail.app/XIMailAdapterBean
-And under Module Configuration select  : TRANSFORM as Module Key and add >
swap.keyName  Content-Disposition
swap.keyName  Content-Description
swap.keyValue   attachment;filename='MailAttachment-1.xml"
swap.keyValue  MailAttachment-1
-Save and activate , Check the Message status (Eaiting /System Error) in Message Monitoring ... .MAIL SENDER Adapter is up and running and file is placed in the network folder.
Best Regards,
Vara

Similar Messages

  • Lion server postfix errors (and mail is NOT configured to run)

    I rebooted my Lion 10.7.1 server today and the logs (kernel and server) started filling up with the following:
    10/8/11 3:46:48.434 PM postfix/master: fatal: fe80::1%lo0:submission: valid hostname or network address required
    10/8/11 3:46:49.000 PM kernel: nstat_lookup_entry failed: 2
    10/8/11 3:46:49.000 PM kernel: nstat_lookup_entry failed: 2
    10/8/11 3:46:49.435 PM com.apple.launchd: (org.postfix.master[490]) Exited with code: 1
    10/8/11 3:46:49.435 PM com.apple.launchd: (org.postfix.master) Throttling respawn: Will start in 9 seconds
    Mail is not configured to run on my server, I've changed nothing on my system, yet the logs are getting bloated with these messages as they repeat every 10 seconds.
    I've checked the LaunchAgents and LaunchServices directories (and the plists in side), StartupItems, etc. I cannot figure out why postfix is constantly attempting to start by itself. It is running for short periods of time because if I time it right, "sudo postfix stop" returns a "stopping postfix"
    Pointers?

    "Instead of hard-coding 127.0.0.1 and ::1 loopback addresses in master.cf, specify
    "inet_interfaces = loopback-only" in main.cf. This way you can use the same master.cf file regardless of whether or not Postfix will run on an IPv6-enabled system."
    Postfix IPv6 Support

  • Error in mail adapter whilst using 'mail package' option

    Hello,
    I am using receiver mail adapter. Its working fine when I do not use 'mail package option'. But when I use mail package option, this error comes in
    Message processing failed. Cause: com.sap.aii.af.modules.conversion.xml2plain.ConversionException: No data is allowed on this structure level (2) at XML element Mail,Subject
    This is the sample of payload:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns1:Mail xmlns:ns1="http://sap.com/xi/XI/Mail/30">
      <Subject>Data Update to  Portal failed</Subject>
      <From>sender email id/From>
      <To>receiver email id/To>
      <Reply_To />
      <Content_Type>text/plain</Content_Type>
      <Content>Error: Undefined Error</Content>
      </ns1:Mail>
    Any idea what should I do to get it working. Alternatively, is it possible to use the dynamic value into the email 'TO' field.
    Thanks in adavance

    Hi All,
    I need the same info in my requirement . The Scenario is MAIL > FILE . THe Vendor sends the email with  Invoices ( An Attachment) to a mail server and the attachment has to be moved to the network folder (File )
    Here , I used  IMAP4 Protocol in MAil Sender CC
    I wanted to know is it  required to use :localejbs/ AF_Modules/PayloadSwapBean and any module configuration to petch the attachment  ?

  • Error in mail sender channel : invalid sequence number

    Hello all,
    I'm having the following issue.
    I'm using the mail adapter to get messages from a mail server, which are attached to the mail.
    This interface is already productive, and is working fine most of the time.
    Only frequently I get the following error, which can be found in the java log.
    exception caught during processing mail message[630];
    java.io.IOException: the specified message not found: -ERR invalid sequence
    number
    This error seems only to appear when there are a lot of mails to be fetched.
    All the mail is read into PI and processed succesfully, only I also get a lot these errors.
    Does anyone know what causes this error?
    I also don't know where this sequence number is coming from, and what's the meaning of this.
    Is it possible it's trying to read the same mail more then once?
    The settings in the mail sender channel are:
    - transport protocol : POP3
    - message protocol : XIPAYLOAD
    - Use mail package : enabled
    - content encoding : none
    - Keep attachments : enabled
    - QOS : exactly once
    - Set adapter specific message attibutes : enabled
    The PI version is 7.01
    Thanks a lot in advance for the replies on this question.
    Kind regards,
    Marco van Iersel

    Hi
    Well we have used it with POP3 and it is working in the way as it should be.
    This feature is recommended  by sap when the number of emails to be read is large.
    You can set this additional parameter to restrict the number of mails fetched by sender mail adapter in one polling interval.
    Sometimes the mailbox configured for the sender mail adapter contains large number of unread mails, which exceeds the average expected number of mails in one polling interval. In such a case, processing of all the unread mails in the same polling interval by sender mail adapter degrades the system performance. To avoid this, set value of this parameter to the maximum number of mails to be fetched and processed in one polling interval. The remaining mails exceeding the limit would be processed in the next polling interval.
    That's why I have asked you to give it a try.

  • "An error occurred while updating the configuration"

    I recieved an Apple Airport Base Station in the mail today. I got it second hand, and I performed a hard-reset since I didn't have the password and stuff. I wanted to update it properly before I started using it.
    I have followed the guides in here point by point, but all I get when I am trying to connect with the AirPort Admin Utility is the error in the topic: "An error occurred while updating configuration".
    I've been surfing and googling for hours now, and can't seem to find the solution to this.
    The Base Station has a model no. M8440, and that's all I know about it. First I thought it was the Snow, then the Graphite and now I don't know. The reason I get confused is because I've read about all these different colored lights.
    Here's a description of my Base Station - in case someone recognized it, and can help me identify it:
    - It's one of those "UFO's"
    - It's all white, with a silver Apple-logo
    - It's got three ports: Modem, WAN and LAN
    - It's got three lights - ALL WHITE all the time.
    I've tried to download firmware - the last I tried was called AirPortFW4.0.9.img - but when I try to run it by clicking it I get the error "The destination folder "AirPort whatever firmware whatever" is on a locked volume.
    My computer is a 2,0 HGz MacBook Pro, and int the AirPort Admin Utility the Base Station is said to be V4.0 dev with IP 192.42.249.13 - so it seems to be hard-resat all right...
    Please folks...help me out!

    I've also encountered the same problem with an older dual ethernet airport.
    I first started having problems with the original one about 8 months ago, and after spending a ridiculous three hours on the phone with AppleCare they sent me out a refurbished replacement. That one worked fine for about 5 months, but then started dropping the signal again, before becoming "unfindable". I went through the same processes, (soft reset, then hard reset etc.) which sometimes solved the problem. I eventually I took it to an Apple Store and of course, it worked fine once I got there. Strange thing is, I took it home and it continued working without incident...for a month. When it happened again, I decided to forgo all the the diagnostic work and just take it back to the store. Sure enough, it fixed itself again, then broke again a few weeks later (now).
    Unfortunately, I just had knee surgery and can't get down there now, (which was getting ridiculous anyway), so I went through everything again for the first time on the MBP. I ended up getting the "An error occurred while updating the configuration" message, and after reading this thread started up the old TiBook. The reconfig worked on there, but it still isn't visible on either computer. In fact, it then becomes inaccesible even through LAN on the TiBook through either the AirPort Admin or the dropdown, though it did appear on the MBP via AirPort Admin. However, it says the software on the airport cannot be uploaded or changed due to out of date software on my computer, and suggests I go to apple.com/support to update my computer's software, which is already current. It does however say that I may be able to change the settings and so forth, which I was able to do. Unfortunately, it still does not show up anywhere else on either computer, no matter how much I tinker with the settings.
    Any ideas? I suppose I'll just stick with built-in ethernet till I am mobile again.
    MacBook Pro 15 Intel Duo Core 2.16GHz 2GB/100GB Serial ATA drive@7200rpm   Mac OS X (10.4.7)   '02 Titanium Powerbook G4 1GHz 1GB/60GB/Superdrive (currently awaiting a new hard drive)

  • Retrieval failed using IMAP4 protocol for message

    Can anyone help me with this? A few of us at the office experience this.
    I often get error messages when I receive meetings or meeting notifications from people. We are using an Exchange 2007 environment and I am using Mac Mail. Here is the subject:
    "Retrieval failed using IMAP4 protocol for message: 45484"
    The message body looks like:
    Exchange 2007 IMAP4 server failed to retrieve the following message:
    Subject: "Update: QM/eCom"
    From: "Alex Hoffman" ("/O=MDIGITALM/OU=FIRST ADMINISTRATIVE GROUP/CN=RECIPIENTS/CN=ALEX.HOFFMAN")
    Sent Date: 6/4/2008 12:54:23 PM
    The message could not be retrieved using the IMAP4 protocol. The message has not been deleted and may be accessible using either Microsoft Outlook or Microsoft Office Outlook Web Access. You can also try contacting the original sender of the message to find out about the contents of the message.
    Retrieval of this message will be retried when the server is updated with a fix that addresses the problem.

    You get this message, because you try to retrieve a message - obviously a calendar event- from an exchange server 2007, which does not store it in the Calendar folder anymore; that was the case in exchange 2003. Exchange 2003 creates MimeMessages with icalendar in Calendar folder. This is pretty standards conform. I noticed this during the development of a java client which retrieves the Calendar events from an exchange server over IMAP4.
    I am afraid, only microsoft can help you by supporting it again or Apple should port MAPI to OS X or Mail should use Exhange 2007 Web Service interface. I have been searching for a java implementation of MAPI for a long time but I have already loosen the hope.
    Exchange server uses two databases:
    1. database is used for retrieving content - such as email from outside - and store it in the standards format.
    2. one is used for MAPI clients such as Outlook. Whenever a MAPI client requests a content from the exchange server, it retrieves it from the first database, converts the content into own format saves it in this 2. database. This occures only one time. The next MAPI client requests on this content gets this already converted one.
    I suggest, exchange server serves the IMAP4 requests from the 1. database. If you create an event with a MAPI client such as Outlook against an exchange 2007, the content will not be saved in the 1. database.
    I would be interested in a solution too.

  • File to Mail Scenario- Error in Mail Adapter

    Hi,
    I am working on File to Mail Scenario- I am getting the below Error in Mail Adapter
    Delivering the message to the application using connection Mail_http://sap.com/xi/XI/System failed, due to: com.sap.engine.interfaces.messaging.api.exception.MessagingException: com.sap.aii.af.sdk.xi.srt.BubbleException: Failed to call the endpoint  [null "null"]; nested exception caused by: java.io.IOException: no receiver address specified.
    Could any one please provide a solution
    Rgards,
    Varun

    Please recheck the mail adapter configuration.Check the url field.
    Ref for Mail adapter
    /people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure
    http://help.sap.com/saphelp_nw04/helpdata/en/02/265c3cf311070ae10000000a114084/frameset.htm

  • Error in Mail Adapter: IMAP

    Hi,
    I have a Sender Mail Adapter, which uses IMAP protocol.
    Telnet from XI server to Mail Server at port 143 works fine.
    Relay Access is also provided.
    Mailbox is mapped to IMAP folder.
    My adapter throws following error:
    <b>exception caught during processing mail message; java.io.IOException: invalid IMAP status response; not finding * STATUS, but 001I NO The requested item could not be found.</b>
    URL is given as: imap://<servername>/INBOXFOLDER
    I have also tried with : imap://<servername>/INBOXFOLDER/UserFolder
    Message Protocol: XIPAYLOAD
    Authentication username/password is also set.
    Can anyone figure out why this error is occuring?
    Regards,
    Puloma.

    Hi,
    Problem is solved. We did a telnet to the Mail Server at port 143. After logging in, we ran the following command:
    LIST "" "*"
    This listed the folders Inbox/Drafts/Sent Items etc.
    So we made the URL as:
    imap://<servername>/Inbox
    The username/password takes us to the relevant Inbox.
    This solved the problem.
    Regards,
    Puloma.

  • Migration on active directory from 2003 to 2008 and SharePoint error Cannot connect to the configuration database.

    Hi all,
    In advance i`m thankful for your help,
    I come across a problem while migrating the Active Directory from Windows Server 2003 to Windows Server 2008 R2,
    SharePoint 2010 is getting this error Cannot connect to the configuration database. The same goes for the Administrative page,
    Nothing is change in the MySql database, same log in, same server name, i guess it have something to do with the SharePoint Farm,
    My question is will reinstalling the SharePoint do the job? Or is there an easy way to get back on my old track?
    I`ve try to sync users... no good
    PS C:\Users\administrator.SERVERM> if($configManager.IsSynchronizationRunning()
    -eq $false)
    >> {
    >> $configManager.StartSynchronization($true)
    >> Write-Host "Started Synchronizing"
    >> }
    >> else
    >> {
    >> Write-Host "Already Synchronizing"
    >> }
    >>
    Can someone explain a little bit more about this:
    6.     
    Can they talk to each other?
    Verify that SharePoint is using the correct IP address for the SQL server. To do this, run the ping command on the Windows SharePoint Services server.
    Verify that the SharePoint server is obtaining the correct IP address for the SQL server from DNS. To do this, run the
    nslookup command from the SharePoint Server.
    Make sure that there are no incorrect entries for the SQL server. To do this, examine the Hosts file on the SharePoint server. This file is in the following location:
    %systemroot%\system32\drivers\etc\Hosts
    On the SharePoint server, look for SQL client aliases. To do this, follow these steps: Click
    Start, click Run, and then type cliconfg in the
    open box.
    Click the Alias tab. By default, there are no SQL client aliases. If you have any aliases for the SQL server, verify that they are correct, or remove them.
    Open the SQL Server Configuration Manager (Start SQL Server 2008  Configuration Tools  SQL Server Configuration Manager
    Navigate to the SQL Server Network Configuration  Protocols for MSSQLSERVER node in the tree view
    Enable TCP/IP and Named Pipes (you’ll be warned that these changes will not apply until the service is shut down)
    Aleksandar Delcevski, Web-administrator School of Journalism and Public Relations Jurij Gagarin 17-1/1, 1000 Skopje, R. Macedonia t: + 389 2 3090 004 mob: +38972 257 565 [email protected]; www.vs.edu.mk; www.medium.edu.mk; www.unescochair-vs.edu.mk

    Hiya,
    I don't think it is necessary to reinstall.
    You should just confirm that your basic infrastructure is working.
    1: On the SharePoint server, open cmd and write ping <SQL server name>
    2: On the SharePoint server, open cmd and write nslookup <SQL server name>
    Basically the steps outlined here, is the best way to start:
    6.     
    Can they talk to each other?
    Verify that SharePoint is using the correct IP address for the SQL server. To do this, run the ping command on the Windows SharePoint Services server.
    Verify that the SharePoint server is obtaining the correct IP address for the SQL server from DNS. To do this, run the
    nslookup command from the SharePoint Server.
    Make sure that there are no incorrect entries for the SQL server. To do this, examine the Hosts file on the SharePoint server. This file is in the following location:
    %systemroot%\system32\drivers\etc\Hosts
    On the SharePoint server, look for SQL client aliases. To do this, follow these steps: Click
    Start, click Run, and then type cliconfg in the
    open box.
    Click the Alias tab. By default, there are no SQL client aliases. If you have any aliases for the SQL server, verify that they are correct, or remove them.
    Open the SQL Server Configuration Manager (Start SQL Server 2008  Configuration Tools  SQL Server Configuration Manager
    Navigate to the SQL Server Network Configuration  Protocols for MSSQLSERVER node in the tree view
    Enable TCP/IP and Named Pipes (you’ll be warned that these changes will not apply until the service is shut down)

  • ERROR: XIAFUSER user is not configured for keystore.....

    Hi all,
    When I am running the an adpater on XI that uses digital signatures that I have loaded into the TrustedCA's keystore view I get this error in my monitor.
    ERROR: XIAFUSER user is not configured for keystore TrustedCA's.
    How do I configure a user for a specific keystore?
    Kind Regards,
    Chris

    Hi
    You can find it from XI config doc here
    https://websmp106.sap-ag.de/~sapidb/011000358700001697502004E.PDF
    Also refer installation & post installation from here
    https://websmp106.sap-ag.de/~sapidb/011000358700009389172004E.PDF
    Cheers
    Jawahar Govindaraj
    PS:Reward pts

  • Error in the Microsoft SharePoint Server People Protocol Handler

    I am trying to get people search to work. When I am crawling a content source with sps3 start address, I am getting the below error:
    Error in the Microsoft SharePoint Server People Protocol Handler. ( Object reference not set to an instance of an object. )
    I am not sure what is causing this problem. I researched and tried all the suggested solutions but nothing seems to work. How can I check whether I configured everything correctly? Is there a step-by-step guide? I followed this MSDN tutorial so far:
    http://technet.microsoft.com/en-us/library/hh582311.aspx
    Thanks for any pointers

    Hi dear
    After long time with issue, I discovered there is misunderstanding with the following step:
    "6- In the Path section, in the Path box, type the start address for the User Profile service application in the form
    sps3://<hostname>, where <hostname> is the URL for the Web application where you deployed the My Sites site collection."
    In the article, hostname have to be the name of the web application for my site site collection as mentioned like: sps3://mysite.contoso.com . NOT name of the server whish host this service.

  • 'Installer encountering errors before itunes could be configured', also won't let me open old itunes... Can't access my itunes at all... anyone help?

    Everytime I try to install the new itunes it come up with the following message: ' The installer encountered errors before itunes could be configured, Errors occured during installation, your system has not been modified. Please run installer again or click exit' I've tried to install it multiple times now and get the same message everytime. I've also tried re installing itunes 10, but when I go to open it it comes up with the message 'The files itunes libray.itl cannot be read because it was created by a newer version of itunes'. Please help.

    Hey sjl95,
    Thanks for the question. I recommend that you refer to this article if you are running into issues re-installing iTunes:
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thanks,
    Matt M.

  • The system encountered error before Itunes could be configured

    Hi, i can't seem to get Itunes 8 to run. Each time after the installer is launched, it has an error message that says "The system encountered error before Itunes could be configured. Your systems has not been modified. To try this application at a later time, please run the installer again."
    I am using windows vista home premium and a iTouch
    I am running out of ideas
    thanks for your help!

    me too. except now i can't delete all the programs from my computer to reinstall not happy

  • ITunes 7.3 installer "encountered errors before iTunes could be configured"

    I was able to originally install itunes 7.3.1.3 (upgraded from 7.2) and use it with my iphone (activated/synced for 2 weeks with no problems). I had a problem due to a disk full which corruped Outlook.
    I cleared substantial disk space, reinstalled Outlook 2003. This seemed to have corrupted the iTunes sync function, so I uninstalled iTunes (using Add/Remove Programs control panel), and have since been trying to reinstall. I am continually getting the "iTunes installer Completed - The installer encountered errors before iTunes could be configured" error message.
    I have read many messages and suggestions in these discussions, and already tried the following:
    Completely uninstalling iTunes and Quicktime (iTunes no longer shows up in the Add/Remove programs or using the Windows install cleanup utility) follwing all the steps listed in "Removing iTunes, QuickTime, and other software components for Windows XP" http://docs.info.apple.com/article.html?artnum=93698.
    Quicktime (version 7.2 Pro) is currently installed. I can cleanly install/remove Quicktime alone with no errors, but not using the combined quicktime/iTunes installer.
    I have tried redownloading the itunes installer several times, and even used the Apple Software update download only option and then manually running the itunes.msi file, but still get the same error.
    I have tried manually removing all instances of iTunes/iPod/activesync/iphone that I can find in the registry and all the iTunes/iPod folders as the above knowlege base article instructs.
    There must still be some other remnant of the old install, because if I try to install iTtunes 7.2, I get an error message that a later version is already installed, but I have not been able to find anything else.
    I have even enabled the verbose logging, the error seems to occur in this section of the log:
    MSI (c) (00:C8) [11:00:26:796]: Invoking remote custom action. DLL: C:\DOCUME~1\[myusername]\LOCALS~1\Temp\MSI36.tmp, Entrypoint: iTunesLaunchConditions
    Action ended 11:00:26: iTunesLaunchConditions. Return value 3.
    MSI (c) (00:FC) [11:00:26:859]: Doing action: SetupCompleteError
    Any suggestions on what else I can try would be appreciated. One of the main reasons I need sync my ipnone to my work windows machine is to keep my Outlook contacts and calendar. I have no problems with iTunes on my macs.
    I am running XP SP2, and have local administrator rights on my Dell 610 notebook.

    I had to find this solution from another site, so thanks to all the people who viewed this thread & knew how to fix this but didn't bother.
    If anyone is weary enough to come to this forum to solve this problem, here is one solution that worked for me & it may work for you if you encounter the error:
    "the installer encountered errors before safari could be configured"
    1. Use a trustworthy registry cleaner to clean your registry such as Ccleaner or Advanced System Care. This step may not be necessary though.
    2. Go to "C:\Users\MyUsername\AppData(Hidden)\Local\Temp" & delete everything in it.
    3. If step 2 still doesn't allow you to install Safari, then try:
    4. Open Start type "CMD" in the search button, then in the cmd prompt "Regedt32"
    5. In the reg editor open:
    "Computer" / "HKEYCURRENTUSER" / "Software" / "Apple Computer, Inc." & try deleting the entries for any Apple programs that may be causing any conflicts.
    Be aware that any programs that you delete registry entries for may not function correctly afterwards or need to be reinstalled, but this more drastic measure should hopefully allow the installation of Safari browser.
    Hope this helps any further visitors to this forum looking to solve this problem it worked for me, good luck.
    Message was edited by: RottenestApple

  • Installer Encountered Errors before iTunes could be Configured

    I keep getting the same Error over and over again:
    *iTunes Installer Completed*
    The Installer encountered errors before iTunes could be configured.
    Your system has not been modified. To retry these operations at a later time, please run the installer again.
    Click Finish to exit the Installer.

    I'm using version 8.2 lately and i downgraded to version 7 for some reason.... After i got my new iPhone 3GS yesterday. Which is needed the 8.2 version....So i uninstall the version 7 and re-install the version 8.2 again and i got this message....
    *"A NETWROK OCCURED WHILE ATTEMPTING TO READ FROM THE FILE C:\WINDOWS\INSTALLER\BONJOUR.MSI".....*
    I try to check this file in my C:\ Drive but unfortunately i can't find it and i can't install the iTunes 8.2..... and the bad thing is i can't f#*******ing use my new iPhone 3GS....
    Please help me or otherwise maybe just return it to the shop and get something else instead of this new iPhone 3GS...... too much trouble....

Maybe you are looking for

  • Powershell error

    Hey Tech Bros, Not sure whether this is the right forum.I get error while executing the job status report script. #Create a new Excel object using COM $Excel = New-Object -ComObject Excel.Application $Excel.visible = $True $Excel = $Excel.Workbooks.A

  • Binary file

    hi i write in labview to binary file the data is double i suppose the default mode is without any headers i have succed to read it back in labview the problem is that i cant read the file from other places in matlab i recieve garbage fid = fopen(file

  • Lync 2013 client - Set people to "Blocked Contacts" relationship by default?

    We are in the process of implementing Lync Server 2013 (on-premises). We have already implemented one front end pool and one edge pool and successfully tested the basic functionality.  Now we are moving on to configuring the various policies based on

  • N73 4.0723.2.0.1 simple problems!

    hi , i have update fw at the same in object bat i've same simple questions ... it's normal that music player start in background at startup???? ......but why have lost the snake game??? Another one.... .....I usualy use taskman for my phone....from f

  • Skinning Menu based on XmlMenuModel

    I created a menu based on an XmlMenuModel, I want to skin that menu but I can't find the correct selectors in the designer. <af:gridRow marginTop="5px" marginBottom="5px" height="auto" id="menuGridRow">             <af:gridCell marginStart="5px" marg