Fallback Settings Not working for Non-Agreement Senders

I am trying to test the fallback settings for X12 in Biztalk 2010.  I am processing an 837P and have one agreement in place that is processing files correctly when file is from the 'from' party of the agreement.  I am trying to use fallback to
process files that are from a sender that is not part of the agreement.  I have enabled fallback and configured correctly as far as I can see.  When I send this type of file thru, I get these warning/errors in the event viewer - any thoughts?
Error encountered during parsing. The X12 transaction set with id '' contained in functional group with id '125482', in interchange with id '000125482', with sender id '      382674344', receiver id '38-6004862    
' is being suspended with following errors:
Error: 1 (Miscellaneous error)
 6: Finding the document specification by message type "http://schemas.microsoft.com/BizTalk/EDI/X12/2006#X12_00401_837" failed. Verify the schema deployed properly.
 A message received by adapter "FILE" on receive location "837_Receive_Location" with URI "c:\837\*.txt" is suspended.
 Error details: An output message of the component "Unknown " in receive pipeline "Microsoft.BizTalk.Edi.DefaultPipelines.EdiReceive, Microsoft.BizTalk.Edi.EdiPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" is suspended due
to the following error:
     Error encountered during parsing. The X12 transaction set with id '' contained in functional group with id '125482', in interchange with id '000125482', with sender id '      382674344', receiver id '38-6004862    
' is being suspended with following errors:
Error: 1 (Miscellaneous error)
 6: Finding the document specification by message type "http://schemas.microsoft.com/BizTalk/EDI/X12/2006#X12_00401_837" failed. Verify the schema deployed properly.
 The sequence number of the suspended message is 1. 
 MessageId:  {D2CC89CA-5080-48E6-A9BF-7ABF6F37E9F2}
 InstanceID: {E2416749-D653-461B-9B7D-54AA47F75D00}
 Agreement Resolution for x12 Protocol based on the context properties DestinationPartySenderQualifier with value "ZZ", DestinationPartySenderIdentifier with value "38-6004862", DestinationPartyReceiverQualifier with value "ZZ" and DestinationPartyReceiverIdentifier
with value "382674344" has failed.
 There was a failure executing the send pipeline: "Microsoft.BizTalk.Edi.DefaultPipelines.EdiSend, Microsoft.BizTalk.Edi.EdiPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Source: "EDI Assembler" Send Port: "837 Send 997"
URI: "C:\837\ack\997_%SourceFileName%_%MessageID%.txt" Reason: Agreement Resolution based on the context properties for x12 Protocol has failed.
 Agreement Resolution for x12 Protocol based on the context properties DestinationPartySenderQualifier with value "ZZ", DestinationPartySenderIdentifier with value "38-6004862", DestinationPartyReceiverQualifier with value "ZZ" and DestinationPartyReceiverIdentifier
with value "382674344" has failed.
 There was a failure executing the send pipeline: "Microsoft.BizTalk.Edi.DefaultPipelines.EdiSend, Microsoft.BizTalk.Edi.EdiPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Source: "EDI Assembler" Send Port: "837 Send TA1"
URI: "c:\837\ack\TA1_%SourceFileName%_%MessageID%.txt" Reason: Agreement Resolution based on the context properties for x12 Protocol has failed.
 A message sent to adapter "FILE" on send port "837 Send 997" with URI "C:\837\ack\997_%SourceFileName%_%MessageID%.txt" is suspended.
 Error details: There was a failure executing the send pipeline: "Microsoft.BizTalk.Edi.DefaultPipelines.EdiSend, Microsoft.BizTalk.Edi.EdiPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Source: "EDI Assembler" Send Port:
"837 Send 997" URI: "C:\837\ack\997_%SourceFileName%_%MessageID%.txt" Reason: Agreement Resolution based on the context properties for x12 Protocol has failed. 
 MessageId:  {D053BF43-B315-48C9-9024-842FE53B9906}
 InstanceID: {0732CFD5-A997-4704-9D29-B273E104486A}
 A message sent to adapter "FILE" on send port "837 Send TA1" with URI "c:\837\ack\TA1_%SourceFileName%_%MessageID%.txt" is suspended.
 Error details: There was a failure executing the send pipeline: "Microsoft.BizTalk.Edi.DefaultPipelines.EdiSend, Microsoft.BizTalk.Edi.EdiPipelines, Version=3.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Source: "EDI Assembler" Send Port:
"837 Send TA1" URI: "c:\837\ack\TA1_%SourceFileName%_%MessageID%.txt" Reason: Agreement Resolution based on the context properties for x12 Protocol has failed. 
 MessageId:  {A5BD0F9D-8AEC-4C33-A194-59EF0C619F87}
 InstanceID: {877126CD-1630-4FC9-9D30-F2EAA4AB09E7}
Mike Dugan

Hi Mike,
For the error " Finding the document specification by message type "http://schemas.microsoft.com/BizTalk/EDI/X12/2006#X12_00401_837" failed."
Can you check out the section for X12 Schema Discovery in the following link
http://msdn.microsoft.com/en-us/library/bb246089(v=bts.70).aspx. As you are using 4010A1 837_P, your incoming document should have 004010X098A1 at GS08. Or if providing  004010X098A1 at GS08 is not a requirement for your other partners,
then I would recommend you to deploy 837_P schema by removing `_P` extension at the root node, such that the schema that you have deployed would be "http://schemas.microsoft.com/BizTalk/EDI/X12/2006#X12_00401_837"
and that is what EDI Receive pipeline would look for.
Regarding the other error for the 997 and TA1 documents failing with "Agreement Resolution based on the context properties for x12 Protocol has failed.". It is a new constraint that we have imposed on the EDI users in BizTalk 2010 that the 997/TA1
that gets generated in EDI Receive Pipeline for an incoming document should resolve to an agreement with Sender and Receiver Identities which are the reverse of the Sender and Receiver Identities (ISA 5 6 7 8) in the incoming document. EDI Receive Pipeline
would promote the following context properties DestinationPartyReceiverIdentifier, DestinationPartyReceiverQualifier, DestinationPartySenderIdentifier, DestinationPartySenderQualifier and EDI Send Pipeline has to do Agreement resolution based on them. Hence,
there has to be an agreement with those particular identities otherwise the acknowledgements would fail. For your scenario I dont see any other way for you other than writing a custom pipeline component to remove those context properties by nullifying the
values of the above mentioned context properties for all the messages with MessageType is
http://schemas.microsoft.com/Edi/X12#X12_TA1_Root or
http://schemas.microsoft.com/Edi/X12#X12_997_Root such that the messages would resolve to fallback settings. For more details on Agreement Resolution in EDI Send Pipeline please go through
the link
http://msdn.microsoft.com/en-us/library/bb259945(v=BTS.70).aspx
Thanks,
Kowshik Palivela

Similar Messages

  • ISight not working for non-Apple apps under particular user account

    I noticed that my iSight built into Macbook Pro 15" is not working anymore for non-Apple apps (Skype and Webex at least) and working for Facetime and Messages Beta under same account.
    I tried to test it using different account on OS X with Skype and it is working great!
    I'm using 10.7.3.
    Any advice?

    Hi,
    I take it that in System Information the camera is listed under USB items ?
    Your speps say OS x 10.7.2
    Have you updated to OS X 10.7.3 ?
    If you have I would start with that by doing a COMBO Version (Not using Software Update)
    This will be everything that has been updated since OS X 107 came out and may catch those hard to trace issues.
    Using the FInder > Go Menu > Hold the ALT key and Select the Library that appears > then navigate to Preferences.
    In here find the Skype .plist.
    Open it with Quick Look.
    Can you capture that (Apple/CMD ( or ⌘) + Shift + 4 together (Also tap space bar at the end to get the Window) ) ? and post it here.
    I don't use Skype and don't have the .plist to see if it lists the camera.
    If it does it might pay to delete the.plist and force Skype to re-***** the hardware.  (It also depends how much of your other settings are in there)
    In the meantime if you go to the Skype Preferences can you see a Preview of the camera ?
    Can you turn Off access to the camera and turn it On again in Skype ?
    Skype does use Flash Player to do the Video.
    Is Webex a browser led thing that uses Flash ?
    If it looks like it is a Flash Issue do you have the GoogleTalk Video Plugin installed (there is a standalone and it is part of Chrome) ?
    9:08 PM      Saturday; February 18, 2012
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"
      iMac 2.5Ghz 5i 2011 (Lion 10.7.3)
     G4/1GhzDual MDD (Leopard 10.5.8)
     MacBookPro 2Gb (Snow Leopard 10.6.8)
     Mac OS X (10.6.8),
    "Limit the Logs to the Bits above Binary Images."  No, Seriously

  • Trust ALL root Certifications in Windows not working for non-Admins on Terminal Server

    I have been trying to setup a verification process that will allow us to us Active Directory Certifications to verify signatures. I have finally found the setting to use the Windows Store after not getting Adobe to query our Certificate Authority. It works great on our local desktop where users have Admin access, but when users do it on our Terminal Server it does not allow it. I thought the issue was access to a configuration file in the Adobe directory, but I found the setting in the Registry set correctly. But does not work correctly. One additional note is I had noticed that after I enabled it on a Non-Admin, is Adobe would say it crashed after I shut it down.
    My question is what type of privilege do you need, or maybe Adobe need to access the Windows Cert Store from a Terminal Server with a non-Admin because it is not validating after confirming the Setting is enabled.
    Thanks,
    Donavan  

    hello, since version 26 firefox is able to auto-update on windows even for non-admin users (when the mozilla maintenance service is getting installed in the original configuration): http://www.mozilla.org/en-US/firefox/26.0/releasenotes/#whatsnew
    those would be the auto-updates provided by mozilla directly - so i'm not sure if this is something that would fit in your environment. installing the .exe file of a new version (available at [https://www.mozilla.org/firefox/all/]) on top of an older version will also update the program.

  • GoPro Camera Raw Lens Profile settings not working for image sequence in Photoshop/AE/Premiere CS6

    Hey Everyone,
    I'm in need of assistance in either Photoshop CS6, After Effects CS6, or Premiere Pro CS6.  I just installed the trials after seeing Russell Brown demo the GoPro Lens Profile correction feature in Camera Raw.  Basically what I'm looking to do is make adjustments (in Adobe Camera Raw) to a series of still images (shot with the time-lapse mode on the GoPro) and then either export those stills through Photoshop or Bridge to a temporary movie file that will be imported into a timeline (with other video clips), or import the JPG files (with Camera Raw settings) directly into After Effects or Premiere as an image sequence.  The latter would be preferable as it'd avoid the extra step of having to render the intermediate/temporary movie file.
    Right now, my current workflow for GoPro time-lapses is:
              - use Bridge CS4 to do basic color correction on the still images
              - save those as TIF files
              - run the TIF files through a custom script to have Hugin 2012.0.0 (open source pano stitcher) remove the fisheye distortion
              - open the new TIF image sequence into QuickTime Player 7 (Pro)
              - export the image sequence as a QuickTime movie file
              - import the movie file into Premiere Elements 10 to place on a timeline with other video clips (as Premiere Elements can't handle the sequence(s) of thousands of still images without crashing)
    If I can go directly from Bridge to a timeline, it'd save a lot of processing time (and it'd be much nicer to preview the images in Bridge without the fisheye distortion)!
    I can prepare the GoPro JPG files through Adobe Camera Raw in Bridge CS6, though when I go to import the JPEG image sequence into Premiere Pro CS6 or After Effects CS6, none of the Camera Raw settings are applied.  If I export the Camera Raw files in Bridge CS6 as DNG files (a step I'd really prefer to avoid) and then import the DNG image sequence into After Effects CS6, the Camera Raw settings are applied except for the Lens Profile settings -- I can pick other cameras but not the GoPro lens profiles when the DNG image sequence loads in After Effects.  It also appears that once I open the DNG files in After Effects CS6, I can no longer access the GoPro Lens Profile in Adobe Bridge CS6 -- the list changes to the same list I get in After Effects.  Premiere Pro CS6 doesn't let me import the DNG files at all.  I've also tried to import the JPG files (as well as the converted DNG files) into an image sequence in Photoshop CS6, though it doesn't allow me to do so (the Image Sequence checkbox is grayed out after I apply the Camera Raw settings in Bridge).
    There could be an issue going on with different Camera Raw versions.  I didn't have Premiere Pro CS6 installed during my initial testing, though now do notice that the Camera Raw dialog in Bridge CS6 only lets me choose compatibility up to "Camera Raw 7.1 and later" when I choose to export the files as DNG.  I thought Camera Raw 8.2 was an option there a couple days ago when I only had installed Photoshop CS6 and After Effects CS6 (though am not 100% certain).
    Please let me know if there is some workaround to get the GoPro lens profile Camera Raw corrections applied in an image sequence in one of the Adobe CS6 products (without having to export the files as temporary TIF or JPG files out of Camera Raw).  I'd greatly prefer to shorten my current workflow for these files.  (I just updated the CS6 trials and have tested all three programs again though I still get the same results described above.)
    Does Lightroom 5 have any option to export Camera Raw image sequences as movie files (or any other feature that might help in simplifying my current workflow)?  I can't install the trial right now as it's not compatible with OS X 10.6.8.  I'd consider upgrading OS X if I knew Lightroom 5 would do what I need, though am waiting for any potential color profile issues to be resolved in OS X 10.9.
    I can open the image sequence in Photoshop CS6 if no Camera Raw settings are applied and then use the Lens Correction Filter to apply the GoPro Lens Profile settings, though I really prefer the Camera Raw interface in Bridge for tweaking image settings.  As soon as I apply Camera Raw settings to the first image, Photoshop CS6 grays out the image sequence checkbox.
    If there isn't a way to take Camera Raw files straight from Adobe Bridge to a timeline, I may stick with my current workflow using CS4 and see what I can do to better automate some of the steps as the TIF export in Bridge, fisheye distortion removal in Hugin, and render in QuickTime Player all take quite a while.  I won't mind waiting for all the processing if I can set it and check back on it in later the next day when it's fully complete.  Is there a way to have Adobe ExtendScript execute an external shell command (i.e.: a command I could type into the bash shell in Terminal in OS X)?  If not, is there a way to call/run an ExtendScript script from the command line and pass a parameter to it that my custom script could use?
    Thanks in advance,
    Mark

    Can you zip up a few of your GoPro images, upload them to dropbox.com and post a share link, here, so others can experiment with them, or do you mean this issue is global to all camera models?

  • After 10.7.5 update, internet browsers do not work for non-admin user.

    My daughter has a Macbook Air running OS 10.7.5. I'm the administrator and have no problems. My daughter has had a separate user account ever since we bought the computer 13 months ago (just out of warranty).
    The computer is connected to the internet via WiFi router.
    Since the most recent system update, we can't connect to any webpages when logged in under my daughter's user account.
    Connections time out and the error message suggests we disable firewalls and proxies (there are none... I think).
    She can still connect Mail, Skype and iTunes Store but not Safari or Firefox. We downloaded Google Chrome with the admin account and installed after this problem showed but it has the same problem when using her account.
    I've searched the Apple forums and elsewhere and seen a few similar problems but none where the administrator's browsers work and the user doesn't.
    By the way, there are NO parental controls activated.
    Please help.

    Hi,
    I can imagine the inconvenience you have experienced. I will try to help you in fixing the issue.
    Please test this issue in the Clean Boot environment to check if there is some conflicts with network.
    If the issue disappears in the Clean Boot environment, we can use a 50/50 approach to quickly narrow down which entry is causing the issue.
    How to perform a clean boot to troubleshoot a problem in Windows 8, Windows 7, or Windows Vista
    http://support.microsoft.com/kb/929135
    Also, to find where your problem is, I suggest you use Network Monitor tool to capture a network package:
    http://www.microsoft.com/en-in/download/details.aspx?id=4865
    Then, please upload the package here for further research.
    Note: I highly recommend you use SkyDrive to upload collected files and to post screen shots/pictures. Although you might not be used to it, SkyDrive features a lot of free advanced functionality around file storage capacity, sharing, privacy, and collaboration:
    http://skydrive.com
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Privacy settings not working for me

    Hi, I'm Jan and this is more or less my rage.
    I THOUGHT Skype had privacy settings, cause I wanted to change some today and I went to check profile settings on my desktop software and show full profile and suddenly at the right edge I see the bane of my existance when privacy is considered. ALMOST EVERYTHING IS GREYED OUT AND SET TO PUBLIC! ARE YOU FREAKING MENTAL?! I'd like most of my info set to contacts only, thankyouverymuch. SO WHAT?! If I want to hide who I am until I am certain I want to tell somebody that information, I should commit identity fraud and FAKE ALL OF MY INFO?! WHY WOULD YOU EVEN CONSIDER DOING IT?! IS OUR PRIVACY WORTH ANYTHING TO US?! I realize that Skype has been through the gutter since it got bought out by Microsoft, but really? You can't manage not showing certain information? EVEN FACEBOOK WHO OWNS ALL THE INFO I PUT ON THERE HAS A "HIDE YOUR INFORMATION TO NON-FRIENDS" SETTING!!! I have a feeling I'll be searching for a new IM and net-calling provider soon, if this doesn't get fixed...
    To be honest, I've been patient with every crash, every freeze, every update that looked more hideous than the previous, but this is the last straw.

    Thanks for reply. Have done this already. Been spending 48 hours solving all the hardware issues that iOS 7 has caused. I have hardware issues that I never had before update. Had my beef with apple customer service that resulted in Apple being very keen on charging me £200+ for fixing iPad or advising me to buy anew iPad.
    Result is that microphone is dead since update after resetting to factory setting 3 times!
    Xmas will buy a nexus or samsung, fed up with the bad customer service, the poor software updates, 2 years for a £500 iPad is a bad return on money.
    Apple take note!

  • Embedded glyphs for alpha not working for non-Latin letters

    Even after reading through all the posts here, I'm still
    confused about why embedding is necessary for alphas on text and
    how embedding works, so maybe someone can sort it out and help me
    with my problem:
    I have a FLA that is trying to present the same script in
    (the user's choice of) several languages -- including non-Latin
    alphabets like Korean, Japanese, Russian, Chinese and Arabic. I'm
    using the Strings library to load translations into my text movie
    clips on the stage.
    The language stuff works great except that alpha tweens
    weren't working. So I selected the movie clip symbols (three of
    them) in the library and told Flash to embed all glpyhs. Each of
    these symbols is using Trebuchet MS, so my thinking is that I'm not
    exceeding the 65K limit because I'm embedding the same glyphs for
    each. (But I'm not sure if that limit is for the SWF or per
    symbol.) I only have one other font in the FLA and for that one,
    I'm just embedding English alpha characters.
    (Perhaps as an aside, I also included these fonts Stone Sans
    and Trebuchet MS as fonts in my library, but I don't understand
    whether this is absolutely necessary or if embedding glyphs
    eliminates the need for these.)
    So with those glyphs embedded, my text alpha tweens work
    beautifully. However -- and this is where I begin to shed tears --
    all the Korean and Cyrillic text is gone. It's just punctuation and
    no characters. I don't have Chinese, Japanese or Arabic text loaded
    yet, but I imagine that these would suffer from the same problem.
    What am I doing wrong? Do I need to create more than one
    movie to achieve my multilanguage goal? (Or worse, render each
    language separately? -- yuck!) In my old version of Flash (just
    up'd to CS3) I could tween alpha text with no problem, so why is
    all this embedding even necessary?
    Thanks,
    Tim

    Is this just impossible? Or really hard?

  • Sound not working for non-apple Programs/plugins

    I can't seem to get any sound out of flash based websites, excel (when saving for example), or several other apps.
    Quake 3, and itunes still work perfectly fine.
    Also, since this happened, quicktime video playback is very choppy (stopping for up to 10 seconds at a time).
    This happened after installing Flip4Mac, but I've uninstalled it and nothing has changed. I can't watch youtube at all. I've turned the volume settings for the system and for the actual youtube player all the way up and down and I've seen no change.
    I can view the video (and websites) but I get no sound. The same thing occurs on other user accounts on this machine as well. Very strange.
    The ads on Apple.com work fine with sound and smooth playback, but MPG videos on my computer don't seem to have sound and play very choppy. The Startcraft 2 gameplay demo plays fine (AVI) and WMV's work, but MPG's and flash sites don't have sound.
    Here's the overview:
    Machine Name: Power Mac G5
    Machine Model: PowerMac11,2
    CPU Type: PowerPC G5 (1.1)
    Number Of CPUs: 2
    CPU Speed: 2.3 GHz
    L2 Cache (per CPU): 1 MB
    Memory: 1.5 GB
    Bus Speed: 1.15 GHz
    Boot ROM Version: 5.2.7f1
    System Software Overview:
    System Version: Mac OS X 10.4.10 (8R218)
    Kernel Version: Darwin 8.10.0
    Also this may help, in the System profiler under Audio hardware, there are two entries.
    Built In Sound Card:
    Devices:
    Burr Brown PCM3052:
    Inputs and Outputs:
    Line Level Input:
    Controls: Mute, Master
    Playthrough: No
    PluginID: Onyx
    S/PDIF Digital Output:
    Controls: Mute
    PluginID: Onyx
    Headphones:
    Controls: Mute, Left, Right
    PluginID: Onyx
    Internal Speakers:
    Controls: Mute, Master
    PluginID: Onyx
    Line Level Output:
    Controls: Mute, Left, Right
    PluginID: Onyx
    Formats:
    PCM 16:
    Bit Depth: 16
    Bit Width: 16
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz, 64 KHz, 88.2 KHz, 96 KHz
    PCM 24:
    Bit Depth: 24
    Bit Width: 32
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz, 64 KHz, 88.2 KHz, 96 KHz
    AC3 16:
    Bit Depth: 16
    Bit Width: 16
    Channels: 2
    Mixable: No
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz, 64 KHz, 88.2 KHz, 96 KHz
    And
    Built In Sound Card:
    Devices:
    Crystal Semiconductor CS84xx:
    Inputs and Outputs:
    S/PDIF Digital Input:
    Controls: Mute
    Playthrough: No
    PluginID: Topaz
    Formats:
    PCM 16:
    Bit Depth: 16
    Bit Width: 16
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz, 64 KHz, 88.2 KHz, 96 KHz
    PCM 24:
    Bit Depth: 24
    Bit Width: 32
    Channels: 2
    Mixable: Yes
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz, 64 KHz, 88.2 KHz, 96 KHz
    AC3 16:
    Bit Depth: 16
    Bit Width: 16
    Channels: 2
    Mixable: No
    Sample Rates: 32 KHz, 44.1 KHz, 48 KHz, 64 KHz, 88.2 KHz, 96 KHz
    Thanks for any help!

    Hi Thomas Iwaniec-
    Have you tried this: Mac OS X: No audio from certain multimedia content?
    Luck-
    -DaddyPaycheck

  • URL Navigation not working for non-super admin

    I am trying to set up a URL navigation to Home>>Portal Information page in End-User role, so I created a URL as
    http://portalserver/irj/portal?NavigationTarget=ROLES://portal_content/com.sap.pct/every_user/general/pages/com.sap.portal.portal_information
    This link works fine for users in super admin role. For other users, this link bring them into EP and show a page with no content (only header and TLN). Does anyone know where to look to fix this? All users can go to Home>>Portal Information via normal navigation

    Hi Ben,
    this is sometimes confusing, as there are quite some "Portal Information" Pages in the PCD. Some are as objects in the Portal Content Studio Navigation (as the one you mentioned), some are copied in Roles like the End-User-Role and not linked by Delta-Link.
    The best thing to do is to login with a normal user, navigate to Home -> Portal Information, and from the Page Title Bar - Context Icon you choose "Add to Browser Favorites". In your Browser Bookmarks you will then see the correct NavigationTarget.
    My guess is that it will be: http://portalserver/irj/portal?NavigationTarget=ROLES://portal_content/every_user/general/eu_role/com.sap.portal.eu_ws/com.sap.portal.portal_information
    Hope this helps,
    Robert

  • Content Server Settings not working (for PPM)

    Hi,
    We are on PPM5.0.
    We have set up the Content Server settings according to the PPM
    configuration guide.
    We, however, still see the documents (uploaded in the project) showing
    up on the PPM Server.
    We checked the entries in table CFF_CONT (in the PPM server), and see
    the contents updating when a document is uploaded. This makes us
    conclude that the documents are still not being stored on the Content
    Server.
    Any switch/flag that needs to be set/reset in the WAS and/or Content Server that'll help??
    Or anything else...???
    Thanks.

    Earl Powers BSR2751547 Thank you all. your suggestions really helped.

  • I have an Iphone 4 and my internet has not worked for a good 10 months, why wont it work? my dad pays for my data plan, so its not that i dont pay my bill. I've even tried to reset my net work settings, and that did not work

    i have an iphone 4 and my internet has not worked for a good 10 months, why wont it work? My dad pays for my data plan, so its not that i dont pay the bill. I've even tried to rest my net work settings, and that did not work. I went to AT&T and they said that the only way to fix it was to buy a new phone, and im not going to buy a new phone with out my upgrade. someone, please help!

    Hey lilmissindian!
    I have an article for you here that will help you troubleshoot this issue:
    iPhone: Troubleshooting a cellular data connection
    http://support.apple.com/kb/ts3780
    Thanks for coming to the Apple Support Communities!
    Cheers,
    Braden

  • IPhone 6 External Mic not working for Siri/Dictation

    I am finding that the external mic on my iPhone 6 works for phone calls and voice memos, but does not work for Siri/Dictation.  When I plug in the earbuds, they work for everything (including Siri/Dictation).
    Was chatting to Apple support who had me reset all settings.  I thought that worked, but realized that after a reset, Siri is off and I was talking to "Voice control" (which works).  When I turned Siri back on, it does not work.
    I have two questions for the community to see if you can help:
    1- I have been assuming this must be a software problem since the mic does work for non-Siri access.  But is that true?  Is there a hardware component that Siri depends on which could be faulty here?
    2- If it is software, what action should I try to address it?  I have done a reset all settings already and that did not help.
    Doug

    Hi, everyone.  I talked to Apple Genius at Apple Store last week, she said it should be a software issue and I needed to reset my iphone 6 plus as a new device and I can not use the backup restore from my iCloud, it was because the microphone bug or glitch can be in the backup also. Ok, followed her advice, erased all contents and set my iphone as a new device , the microphone worked for an hour, but went bad again.  I used "voice memo" app from Apple to test the microphone. It is the best tool since it doesn't involve any provider's network and it doesn't need another person's phone to listen and test.  If you can hear your voice recording clearly, then the mic works.  I tested it 3-4 times a day for a few days now, half of the time the mic doesn't work.  So, set as a new device isn't working. The issue is intermittent and it comes and goes as it likes, so very annoying. I carry my Apple EarPods with me in these past few days ust in case I need to make important phone calls.  Will need to go back to Apple Genius this weekend for sure.  Will give update after the weekend.

  • Search is not working for subsites

    hello,
    SharePoint search is not working for any of the subsites and it is just working for top level site. I can see that all the subsites is visible in search. Any idea?
    interesting thing is, it is not working just for one site collection subsites. If i do search in subsites of another site collection of the same web application than it is working fine and it is working fine for all ohter web apps too.
    Please help.
    Thanks,

    Hi,
    I agree with Chris, please check following in your sub site: http://site_name/subsite_name
    1. Click on Site Actions -> Site Settings ->Modify All Site Settings
    2. Click on Search visibility.
    3. Check All this web to appear in search results.
    4. Browse to the document library or list  in your sub site.
    5. Click on Settings->Document Library Settings or list settings.
    6. Click on Advance settings.
    7. Check the last item - All items from this document library to appear in search results.
    Hope this helps.
    Rock Wang
    Rock Wang– MSFT

  • Incoming Email not working for one web app, but IS working for others in same farm.

    I have enabled incoming email in a large multi-web application farm running SharePoint 2013 SP1 and the Feb 2015/March 2015 CUs that were pushed down in Windows Updates.  It works just fine for two web applications, but it will not work for one particular
    web application. I see the email land in the /drop folder. If I remove the email address from the library in http://nonworkingapp web
    application and use it on a library in a http://working web application, then the email is processed successfully. Conversely,
    if I take an address from a library in http://working and move it to a library inhttp://nonworkingapp it
    does not work. I've tried multiple site collections on http://nonworkingapp. This rules out any SMTP issues, etc. and means
    the issue is bound to this web application. Permissions are the same between the "non-working" and "working" locations: domain users are members on the site, and the library inherits permissions from the site.  The App Pool and Timer
    Service accounts have rights to the folder and to the library.
    The error in the ULS log is the typical error processing message, but it gives no additional information even though I have enabled Verbose logging.
    The Incoming E-Mail service has completed a batch. The elapsed time was 00:00: 00.0156294. The service processed 2 message(s) in total. Errors occurred processing 2 message(s): Message ID: Message
    ID:
    Typically, you see "alias not found" or some permissions or quota issue here, but this issue is NOT the same as those. In this case NO additional information is provided in ULS.
    Edit: running stsadm.exe -o refreshdms -url http://one/failing/site fixed some similar issues where "Unknown alias" was
    reported even though the list did have an alias (see here:http://blogs.technet.com/b/vinitt/archive/2009/07/15/e-mail-enabled-list-alias-information-is-not-synchronized-between-configuration-database-and-content-database.aspx).
    This did not fix the issue for the case mentioned above.
    What could possibly be the issue preventing incoming email from working on this one web application?

    Thanks for your reply.  Incoming E-Mail was running on all 3 WFE, however I do not think this was the cause.  As noted, _other_ emails send to http://workingapp are working just fine.  I can send two emails - one to a library on http://workingapp
    and another on http://notworkingapp.  The email to http://notworkingapp will sit in the drop folder, while the one to http://workingapp will be processed correctly.  In addition, the ULS log on WFE1 indicates an attempt to process the file fails.
     So clearly, the timer job on WFE1 is running and attempting to process the file.  For kicks, I disabled the service on WFE2 and WFE3, but with no change in the behavior.
    WRT to #1, I have done this already (as noted in the original post).  I can remove an alias from http://workingapp and place it on http://nonworkingapp and it is not processed.  If I return it to http://workingapp it is processed.  In other
    words, I go into Library Settings -> Incoming Email for a working library, and copy the alias, then disable incoming email for that library.  I then go to Library Settings -> Incoming Email for a non-working library, enable incoming email, and paste
    the alias.  Once done, emails sent to the alias are not processed.  I then do the reverse, and it works again.
    On #2, I have already tried multiple libraries on http://nonworkingapp (also as noted in the original post).
    In my environment, incoming email does not work for any library on http://nonworkingapp, but does work for any library on http://workingapp.  Troubleshooting listed above has ruled out any problem with basic mail server configuration or library settings
    - the problem is bound to http://nonworkingapp
    I'm not sure what you mean by "steps to reproduce the issue".  If I knew that, I would probably be able to solve the issue.  The best I could come up with to describe the situation would be:
    Set up SP 2010 in a three-node configuration with multiple web apps
    Enable incoming email and confirm it works
    Migrate to a SP2013 SP1 farm in a three node configuration.
    Enable a new email alias for a library
    Observe that it doesn't work for one web application.
    Obviously, it's pretty unlikely that attempting that in a lab would actually have the same result.

  • Out of office replies in Exchange 2013 not working for external recipients

    Hi,
    Few days ago a couple of company workers went to vacation. They set up OOF automatic replies in OWA 2013. However automatic replies are not working for external recipients (outside of company). Internal users (company users) receive OOF notification.
    I'm using smart host in sender connector configuration (SMTP server of internet provider) to deliver emails. Any clues about this problem ? Please find below part of the transaction log. For testing purposes i set up administrator account
    to be on vacation.
    HARED... SMTP    
    [email protected]           
    {[email protected]}             Automatic reply: vacation test
    RECEIVE  SMTP    
    [email protected]           
    {[email protected]}             Automatic reply: vacation test
    DROP     ROUTING 
    [email protected]           
    {[email protected]}             Automatic reply: vacation test
    AGENT... AGENT    [email protected]           
    {[email protected]}             Automatic reply: vacation test
    HARED... SMTP    
    [email protected]           
    {[email protected]}             Automatic reply: vacation test
    RECEIVE  SMTP    
    [email protected]           
    {[email protected]}             Automatic reply: vacation test
    AGENT... AGENT    [email protected]           
    {[email protected]}             Automatic reply: vacation test
    TRANSFER ROUTING  [email protected]           
    {[email protected]}             Automatic reply: vacation test
    FAIL     SMTP    
    [email protected]           
    {[email protected]}             Automatic reply: vacation test

    Hi Informus,
    Please check if it is allowed in AllowedOOFType of the Remote Domain *
    In Exchange 2013, the only way to see or change the current configuration for automatic replying and forwarding to the Internet is via the Exchange Management Shell (EMS) with PowerShell commands.
    To get the currently configured Remote Domains, use:
    Get-RemoteDomain
    Name                           DomainName                                  
    AllowedOOFType
    Default                        *                                           
    External
    Get-RemoteDomain Default | fl AllowedOOFType, AutoReplyEnabled, AutoForwardEnabled
    AllowedOOFType     : External
    AutoReplyEnabled   : False
    AutoForwardEnabled : False
    To change the settings, use the Set-RemoteDomain command.
    Enable automatic replies
    Set-RemoteDomain -AutoReplyEnabled $true
    Enable automatic forwards
    Set-RemoteDomain –AutoForwardEnabled $true
    Enable OOF for Outlook 2003 and previous (for Exchange 2007 and 2010 support)
    Set-RemoteDomain –AllowedOOFType $ExternalLegacy
    To change all these properties at once, you can use:
    Set-RemoteDomain Default -AutoReplyEnabled $true –AutoForwardEnabled $true –AllowedOOFType $ExternalLegacy
    Note:
    Valid settings for the AllowedOOFType property are:
    External
    This is the default and only allows for the new style OOF messages as introduced in Outlook 2007.
    ExternalLegacy
    This settings allows for both the new style and old style OOF messages and needs to be set if you want to enable external OOF support for Outlook 2003 as well.
    None
    This setting doesn’t allow for the use of OOF messages at all (both internal and external).
    InternalLegacy
    This setting only allows for internal OOF messages to be sent for all Outlook versions.
    Regards,
    Satyajit
    Please “Vote As Helpful”
    if you find my contribution useful or “Mark As Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

Maybe you are looking for

  • Acrobat Reader DC and Adobe Acrobat XI

    My PC automagically updated my Acrobat reader to the new piece of junk they call "Acrobat Reader DC" It is absolutely useless! It will not allow to keep the "tools" panel out of view - I have to get rid of it every time a view a document. It does not

  • How to call one form to another form

    hai i had two forms namely A and B. i had one button in form A. when i click the button in form A then form B will open. how to do this. thanks in advance. C.R

  • Could not reconnect iCloud

    I used Apple ID do sign in to reconnect iCloud after I tapped reset all setting but was wrong button, I have been tried many time with no Successful Please help. what can I do, I have not received any email and been lost all my contact. Thank You.

  • Sender IDOC and Receiver Soap

    Hi, I dont Know how to do the Scenario. I never used Sender IDOC in XI. I am Using Now. Cany Any one of u Explain in Detail about Sender IDOC How to configure.. I Dont Know How to define Logical system and where to define and when to use. I need comp

  • Error during autorouter preprocessing.

    Hello, Just now I am making a quite large drawing in Ultiboard. My drawing consists of 4 layers. Top, Bottom and 2 Inner. I use the Inner layers for Vcc and Gnd. Now, I want the rest of the nets to be connected using Copper Top and Copper Bottom. Aft