Content Validation before Mapping

Hi all,
I have the following requirement. I ll read a file as input. I need to check if filename equals one particular field in the source. if equals then i ve to go ahead doing mapping and the rest. Else i dont want to process anymore. please help me in a step by step procedure for doing the same.
Thank you
Sumayya T S

I think you can do this by using the Context objects.
First get the Filename into your dummy element in target strcutre using UDF and create the context object between your dummy element and another element which holds the filename with equal conditon and use this context object in the receiver determination.
But I am not sure about it because i never tried this.
<b>UDF as follows:</b>
DynamicConfiguration conf = (DynamicConfiguration) container
.getTransformationParameters()
.get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
DynamicConfigurationKey key = DynamicConfigurationKey.create(
"http://sap.com/xi/XI/System/File",
"FileName");
DynamicConfigurationKey key1 = DynamicConfigurationKey.create(
"http://sap.com/xi/XI/System/File",
"Directory");
String source = conf.get(key);
String tar_dirname = "/mqm/mqmprod/temp/out/ " + source.substring(14,18); */
String tar_fname =source.substring(19,20);
String tar_dirname = source.substring(14,18);
conf.put(key, tar_fname);
conf.put(key1, tar_dirname);
return tar_fname;
Warm Regards,
Vijay

Similar Messages

  • Content validation before uploading file

    Hi,
    We want to do some validations before uploading an excel file to OBIEE :
    1 - check the file extension
    2 - do some data validation on the content of the excel file.
    I succed in doing the first step by adding some javascript customization to OBIEE javascript files. However, i cant do the second step with javascript, because i need to read the excel file content and make connection to a database to perform the validation.
    Is there any way, to do the validation in server side so that i can read the excel file and make the database connection with a java code.
    Thanks.

    Hi,
    Actualy, users produces some informations about production. These informations are in excel files because there is no application for this business area. Also they want, throw OBIEE 11g portal, to upload their files them selves, have a validation workflow of the file in obiee, and then automatically copy excel files content in a oracle tables and create some reports on these tables.
    I dont know if these needs are possible in the obiee 11g platform, so i start doing a prototype. Now, i'am in the first step of uploading the excel file into a folder in the obiee catalog. However during the upload a file a need to do some technical validations (null values, numeric values, ...) and check if the value of a specific column exists in a table on an other database.
    Therefor, the xls file is not a variable it's uploaded every time a user wants it. The production environnement of obiee 11g is AIX, however for the prototype, i will user an environnement on windows.
    Thanks.

  • I'm trying to purchase extra content on some of my apps and it says "contact iTunes support to complete this transaction." how can I fix this? My credit card is valid and I've made extra content purchases before and it's worked.

    I'm trying to purchase extra content on some of my apps and it says "contact iTunes support to complete this transaction." how can I fix this? My credit card is valid and I've made extra content purchases before and it's worked.

    As I replied in your duplicate thread, these are user-to-user forums, you are not talking to Apple here.
    You can contact iTunes support via this page :http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then probably Purchases, Billing & Redemption

  • Error/Warning while validating a mapping

    I'm using OWB version 9.2 and database 9i.
    I have few major problems in OWB. We have stage and star schemas on the same database instance. The source system is on a different database instance. There are database links created between target instance to source.
    I have about 20 mappings; all validated, deployed and executed successfully about 2 weeks back.
    Beginning of this week I logged on to OWB and tried to make some changes to one of the mappings. Before I made changes I tried to validate the mapping and I got following warnings:
    "VLD-1008: Referenced mapping column <COLUMN_NAME> does not exist"
    "VLD-1003: Reference <COLUMN_NAME> between mapping object and repository object does not exist".
    When I click on "View Details" it says I need to reconcile outbound of the staging table.
    When I have not made any changes to the mapping why do I need to do this? I want to know under what circumstances do we get this message?
    Another weird thing is I validated the mapping, after 15 minutes I tried to deploy this and still got the above warnings, although I had reconciled outbound and successfully validated the mapping. Am I missing something here?
    Another problem is I have a mapping which loads a dimension from staging table. Very simple basic mapping all it does is dumps from staging table to dimension and key is generated by sequence generator. Both stage and star schemas are on the same database instance. When I try to validate this mapping it gives me error:
    "VLD-2769: Database link is not allowed for data target <DIMENSION_NAME>" and when I click view details it shows following:
    "Loading of data across database link is not supported. Deploy this mapping within the same database instance as the actual target and remove the database link access specification from the physical configuration of this data target operator."
    I have not specified any database link or schema name in the mapping configuration; both stage and star schemas are on same instance. Although there are two instances that it works fine. First if I provide the schema name in the mapping configuration it gives me warning but deploys and executes fine. Secondly if I go to deployment manager, select the mapping and click deploy it validates successfully. Why do I get this error when I validate in the mapping editor?
    I never had these problems before; all the mappings were validated, deployed and executed successfully.
    I would like to know where/what could have gone wrong? Could any of you point me in the right direction? Any help would be greatly appreciated.
    Thanks

    hi.
    ok look i also had this errors:
    "VLD-1008: Referenced mapping column <COLUMN_NAME> does not exist"
    "VLD-1003: Reference <COLUMN_NAME> between mapping object and repository object does not exist".
    this errors could be due to that something has change in the source database, in this case could be that somebody change the name column since the last time you did the load.
    A possible solution is that you open the mapping (edit) and reconcile the tables both the table "from"(where the table came) and the table "to"(the table destination).
    ooh and check the source system for any table that has changed, if it changed, so you have to load again the table.
    bye

  • Message Split Comes Before Mapping

    Hi,
    Can anybody explains the following queries....
    1.Why Message Split Comes Before Mapping in Pipeline Steps?
    2.What do you mean by Collaborative Profile and Collaborative Agreement?
    3.What are Context Path, Context Object and Context Handling?
    4.Which adpaters run on j2ee engine and which run on ABAP stack.
    5.What is the need of datatype when we are creating the message type
    6. and similarly what is the use of Business system when we are creating the corresponding Technical system
    Thanks n Advance.,
    Stallin

    >>1.Why Message Split Comes Before Mapping in Pipeline Steps?
    Simple. Imagine you have 2 receivers with different mappings. If this has to work correct, XI needs to copy of the source msg for doing the mapping. rite?
    >> 2.What do you mean by Collaborative Profile and Collaborative Agreement?
    Collaborative profile -->Serivce with out party and service and all the commn channels you create for it.
    Collaborative agreement -->Sender & Receiver agreements, that bind your cc with the interface.
    >> 3.What are Context Path, Context Object and Context Handling?
    Context path- It is Xpath expressions I guess. It is used for specifying conditions in receiver determination and interface determination.
    Context Objects -- Used for the same.It reduces the complex Xpath expressions.
    >>4.Which adpaters run on j2ee engine and which run on ABAP stack.
    All adapters are part of j2ee frame work except IDOC and HTTP adapters. You dont need sender agreements for the 2.
    5.What is the need of datatype when we are creating the message type
    To get the valid XML structure.
    6. and similarly what is the use of Business system when we are creating the corresponding Technical system
    Tech systems -->Physical entiteis
    Buss Systems --> Logical entities.
    Regards,
    Jai Shankar
    Message was edited by:
            Jai Shankar

  • Error VLD-1108 while validating the mapping in owb 11g

    Hi All,
    I am using owb 11.1.0.7.0. I am new to owb 11g. I am getting the following error while validating the mapping
    error: VLD-1108 . Operator requires more input or output connections in order to generate mapping code.
    I am using a function as operator and mapping it with the table.
    Please tell me the solution for this. Its urgent
    Thanks in advance,
    Siva

    Hi,
    u must be using a procedure or table function that is called in the mapping for execution. When writing the function u would have specified 3 inputs but in the mapping u would have given only 2. check the number of inputs and make sure they match.
    Regards
    Bharadwaj Hari

  • Sender SMTP Adapter / Content Based Routing / Mapping of an attachement

    Hi all,
    I'm still working on my SMTP --> PI --> Proxy scenario (asynchronous). I've tried several different properties of my sender communication channel (type = mail), but I didn't find the correct configuration. Hopefully it exists.
    I'm working with PI 7.0 SP10.
    I get an inbound message via Mail using sender SOAP Adapter. The message payload itself is an attachement. Now I'd like to do the following:
    a) Content Based Routing in Receiver Determination based on the message subject
    b) Mapping of the Attachement XML message to my inbound proxy interface
    Now, trying to do so, I didn't get it work. When I use XIPAYLOAD with keep attachements, I get two attachements in my inbound message (one in XI mail package format having the subject within, one with the IDoc structure I'd like to map). How can I assign the second attachement to be used for my message mapping?
    When I use XIALL instead of XIPAYLOAD, I think the mapping will work but my subject for content based routing will be lost, right? That one I didn't get running because of another failure, so I don't know the exact behaviour of the adapter for that configuration.
    Anybody out there who know the correct configuration for the sender mail adapter for my small scenario above?
    BR
    Holger

    Hi Stefan,
    sorry for misunderstanding, for sure I'm using the mail adapter, not the SOAP Adapter. I'm actually on the same direction. I'm using XIPAYLOAD as message protocoll (having the attachement as the content for the mapping --> correct). Furthermore I've also found the predefined context objects for the content based routing receiver determination.
    What I missed was setting the following properties in the communication channel:
    To store adapter attributes in the message header of the XI message, set the Set Adapter-Specific Message Attributes indicator.
    The following attributes are added to the XI message header if the sender makes them available, and if the Variable Transport Binding indicator is set.
    Now it's working
    BR
    Holger

  • Can we apply custom validation before uploading data in WebADI in 12.1.3

    Hi,
    I have requirement of applying custom validation before uploading data from spreadsheet using webADI. How can we do that.
    Is there any way in desktop Integration Manager Responsibilty in WebADI.
    I have just started exploring webADI
    Please Help Me...
    Thanks,
    Suhani

    Why are you posting this in OAF?
    Anyway you can by creating a custom PL/SQL wrapper that is called by the WebADI.
    Raise an application ERROR in your wrapper and it will show in the WebADI
    If you just want to validated VALUES, you are better of creating an LOV on the Column. Then WebADI will do the validation work for you.
    Jeroen

  • Validation before Digital Signature

    Hello everybody,
    I created a form in Lifecycle ES working like a charm.
    Now i have added a JavaScript for validating the entries in the Form.
    My idea is to launch the validation before the user enters the signature. When the signature is added the validation must have been passed successfully.
    I have begun with adding an event_enter JS to activate the validation.
    The Problem is that the signature dialogue box opens anyway. How can I get rid of this dialog box?
    Thank you for your kind help
    Best regards
                           Ch. Du Champs

    Please post in the LiveCycle Designer ES forum.

  • Error VLD - 5005 when validating the map

    Using Datawarehouse builder 10.2 i have the following problem.
    This is the scenario:
    I have a dimension with one level and no hierachy and i want to do a mapping between a table and that dimension.
    Table has three atributes:supplier_id;name_sup;adress_sup.
    The dimension(which passes the validation) as four, three of type business to store information from the table atributes and one of the type surrogate(all these atributes belong to the same level).
    When validating the mapping I have this error:
    VLD-5005: no updatable inputs connected for dimension level "DIM_CUSTOMERS.LEVEL1"
    Details: At least one updatable input must be connected for level DIM_CUSTOMERS.LEVEL1, or the generated code will fail. paraent reference key and level natural key inputs are not updatable attributes in the target
    If I change dimension loading type to remove(instead of load) the validation is sucessful but the map doesn't work.
    Could anyone please give me a sugestion.
    João Costa
    Student of informatic engineering (University of Coimbra)

    Hi!
    could you explain that a little more please? (I.e. "make one of your source table attributes non-business"). I thought you could add the 'business' tag to attributes in the dimension, but I cannot see how to do that to the source table that is loading the dimension.
    FYI, I am trying to add an 'all-levels' category-type top level to a dimension hierarchy where the true source data goes
    L1>L3
    L2>L3
    L3to make the result
    L-CATEGORY>L1>L3
    L-CATEGORY>L2>L3
    L-CATEGORY>L3
    This is intended to combine source data from two sources, Products and Services. Products have two unrelated Type levels above them. Services have no Types. I thought I might be abow to create a mapping per source, and use a Constant to insert a Category attribute (business key) of either 'PRODUCT' or 'SERVICE' per mapping. My thinking was to use two seperate loads to the dimension. However, the first one generates the VLD-5005 error. I'd sure appreciate some help with theis fix.
    Do you know a better way of doing this?
    Also, is there a list/manual anywhere of all error messages for Paris?
    Cheers,
    Donna

  • Content Validation Occurance

    Does content validation happen at all during the distribution process? I know it occurs when it is scheduled on a DP and it can be triggered manually from a DP. Just not sure if it occurs any other times.
    --Tony

    Do you know off the top of your head if the validation occurs when a package is distributed to a DP? I can always monitor the DP to see if that task kicks off during a distribution. I came across
    this which is pretty helpful too! 

  • Will icloud let us redownload our content purchased before icloud was announced? Like the music I bought a year ago? will i get charge for redownloading

    Will icloud let us redownload our content purchased before icloud was announced? Like the music I bought a year ago? Will i get charge for reloading?

    "Will icloud let us redownload our content purchased before icloud was announced?"
    Yes.
    "Like the music I bought a year ago?"
    Like, yes.
    "Will i get charge for reloading?"
    Not if you follow the directions:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store

  • Create alert when content validation fails

    How can I create an alert (with email subscription) when content fails to validate on a distribution point or distribution point group?
    born to learn!

    AJM
    Did you come up with a solution for this? We are using SCOM to monitor the SMSDPMON.log on our DP's for a string of "Failed to evaluate package".
    Also, I have built a custom SQL report to query the SCCM database for this information and it is sent to me once a week, the day after content validation runs on the DP's. Below is the SQL code I am using, use it to build your own custom SCCM report. 
    select LastUpdateDate, MessageID,vSMS_DistributionDPStatus.PackageID,v_package.Name as PackageName, vSMS_DistributionDPStatus.Name as DistributionPoint
    from vSMS_DistributionDPStatus,v_package
    Where vSMS_DistributionDPStatus.PackageID = v_package.PackageID and MessageID = 9517
    -Tony

  • Content Validation Logs

    Is there a content validation log?
    I was getting an error during OSD that content is not available, but it is indeed on the DP. I have manually went in and selected each and every piece and selected validate. Now the Completion Statistics are just sitting here at 16 success and 84 In
    progress.
    This is only one DP that is having this problem
    Please Advise as I am pulling my hair out, one of our sites is entirely unable to deploy hardware without this.

    Based on that log... it just stopped yesterday and the content statistics in console stayed "in progress" with no updates.
    I have since kicked the scheduled task for content validation and it is running.
    I have one DP that is failing to present its content for a task sequence, though everything I look at shows the content on the DP. 
    It is listing 3 locations of content... but neither of these 3 are dps within their boundary. 
    Errors in smsts.log file
    Decompression (zlib) succeeded: original size 591, uncompressed size 3692.         
    TSMBootstrap   18/09/2014 8:19:11 AM     
    1032 (0x0408) Location Reply: <ContentLocationReply SchemaVersion="1.00"><ContentInfo PackageFlags="16777216"><ContentHashValues/></ContentInfo><Sites><Site><MPSite
    SiteCode="CA1" MasterSiteCode="CA1" SiteLocality="FALLBACK" IISPreferedPort="80" IISSSLPreferedPort="443"/><LocationRecords><LocationRecord><URL Name="http://CA1AP03P.******.com/SMS_DP_SMSPKG$/CA100014"
    Signature="http://CA1AP03P.******.com/SMS_DP_SMSSIG$/CA100014"/><ADSite Name="Corporate"/><IPSubnets><IPSubnet Address="10.1.17.0"/><IPSubnet Address=""/></IPSubnets><Metric Value=""/><Version>7804</Version><Capabilities
    SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>CA1AP03P.******.com</ServerRemoteName><DPType>SERVER</DPType><Windows Trust="0"/><Locality>FALLBACK</Locality></LocationRecord><LocationRecord><URL
    Name="http://CA2AP01P.******.com/SMS_DP_SMSPKG$/CA100014" Signature="http://CA2AP01P.******.com/SMS_DP_SMSSIG$/CA100014"/><ADSite Name="Corporate"/><IPSubnets><IPSubnet Address="10.2.17.0"/><IPSubnet
    Address=""/></IPSubnets><Metric Value=""/><Version>7804</Version><Capabilities SchemaVersion="1.0"><Property Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>CA2AP01P.******.com</ServerRemoteName><DPType>SERVER</DPType><Windows
    Trust="0"/><Locality>FALLBACK</Locality></LocationRecord><LocationRecord><URL Name="http://MINN_DP.******.com/SMS_DP_SMSPKG$/CA100014" Signature="http://MINN_DP.******.com/SMS_DP_SMSSIG$/CA100014"/><ADSite
    Name=""/><IPSubnets><IPSubnet Address=""/><IPSubnet Address=""/></IPSubnets><Metric Value=""/><Version>7804</Version><Capabilities SchemaVersion="1.0"><Property
    Name="SSLState" Value="0"/></Capabilities><ServerRemoteName>MINN_DP.******.com</ServerRemoteName><DPType>SERVER</DPType><Windows Trust="0"/><Locality>FALLBACK</Locality></LocationRecord></LocationRecords></Site></Sites></ContentLocationReply>           
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408) MCS server:    
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408) Found location: http://CA1AP03P.******.com/SMS_DP_SMSPKG$/CA100014
    TSMBootstrap   18/09/2014 8:19:11 AM       
    1032 (0x0408) Local=0           
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408) MCS server:    
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408) Found location: http://CA2AP01P.******.com/SMS_DP_SMSPKG$/CA100014
    TSMBootstrap   18/09/2014 8:19:11 AM       
    1032 (0x0408) Local=0           
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408) MCS server:    
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408) Found location: http://MINN_DP.******.com/SMS_DP_SMSPKG$/CA100014 
    TSMBootstrap   18/09/2014 8:19:11 AM       
    1032 (0x0408) Local=0           
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408) Processing 3 locations.           
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408) Not processing remote location:        
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)   Flags: 01000000       
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)   URLs : 1        
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)   SMB  :           
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)   MCS  :           
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408) Not processing remote location:        
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)   Flags: 01000000       
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)   URLs : 1        
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)   SMB  :           
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)   MCS  :           
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408) Not processing remote location:        
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)   Flags: 01000000       
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)   URLs : 1        
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)   SMB  :           
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)   MCS  :           
    TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408)
    LocationsList.size() > 0, HRESULT=80040102 (e:\qfe\nts\sms\framework\tscore\resolvesource.cpp,2142)           
    TSMBootstrap   18/09/2014 8:19:11 AM           1032 (0x0408) FALSE, HRESULT=80040102 (e:\qfe\nts\sms\framework\tscore\tspolicy.cpp,1863)   TSMBootstrap   18/09/2014 8:19:11 AM     
    1032 (0x0408) Content location request for CA100014:14 failed. (Code 0x80040102)           TSMBootstrap   18/09/2014 8:19:11 AM        1032 (0x0408) hr, HRESULT=80040102
    (e:\qfe\nts\sms\framework\tscore\tspolicy.cpp,2626)         TSMBootstrap   18/09/2014 8:19:11 AM      1032 (0x0408) Failed to resolve PackageID=   TSMBootstrap  
    18/09/2014 8:19:11 AM           1032 (0x0408) (*iTSReference)->Resolve( pTSPolicyManager, dwResolveFlags ), HRESULT=80040102 (e:\qfe\nts\sms\framework\tscore\tspolicy.cpp,3412)           
    TSMBootstrap   18/09/2014 8:19:11 AM           1032 (0x0408) m_pSelectedTaskSequence->Resolve( m_pPolicyManager, TS::Policy::TaskSequence::ResolvePolicy | TS::Policy::TaskSequence::ResolveSource,
    fpCallbackProc, pv, hCancelEvent), HRESULT=80040102 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediawizardcontrol.cpp,1523)            TSMBootstrap   18/09/2014 8:19:11 AM          
    1032 (0x0408) Failed to resolve selected task sequence dependencies. Code(0x80040102) TSMBootstrap   18/09/2014 8:19:11 AM        1032 (0x0408) hrReturn, HRESULT=80040102 (e:\nts_sccm_release\sms\client\tasksequence\tsmbootstrap\tsmediaresolveprogresspage.cpp,445)           
    TSMBootstrap   18/09/2014 8:19:11 AM           1032 (0x0408) ThreadToResolveAndExecuteTaskSequence failed. Code(0x80040102)          TSMBootstrap  
    18/09/2014 8:19:11 AM        1032 (0x0408) ThreadToResolveAndExecuteTaskSequence returned code 0x80040102        TSMBootstrap   18/09/2014 8:19:11 AM       
    888 (0x0378) Setting wizard error: This task sequence cannot be run because the program files for CA100014 cannot be located on a distribution point. For more information, contact your system administrator or helpdesk operator.           
    TSMBootstrap   18/09/2014 8:19:11 AM           888 (0x0378)

  • FICO: Validations Before Saving in FB02

    Hi ,
    This is Prabhu from Pepsi,i need some information regarding validations Before Saving the Documents in FB02.We have BTE events in our sap systems for F-32 and Others not for FB02.
    1.Now i want to change Profit Center of The Documents in FB02.How can i Do.
    2.Can i Use same BTE 'OPEN_FI_PERFORM_00001025_E' for this FB02 also.If not how can do.
    i am waiting for Ur reply.
    regards
    Prabhu
    [email protected]
    09891598349

    Hi Prahbu,
    i think it's not possible to change profit center / cost center in fi-document because of the dependencies in other applications (here: CO )
    -> look here <a href="http://help.sap.com/saphelp_47x200/helpdata/en/96/8b453243ce11d189ee0000e81ddfac/frameset.htm">Changing Documents</a>
    regards Andreas

Maybe you are looking for

  • How to delete the populated data in the control screen of XK02 transaction

    In the vendor master ( XK01/2/3)  "Control screen " we have some user defined fields with data already populated into those fields. Now, the user is asking to delete the data which is already populated for a particular purchaging Organization. How to

  • Auto eject volume with SuperDuper doesn't seem to work

    Not sure if there's a problem with my system or what. I use SuperDuper to backup and create a clone of my MacBook Pro and have checked the feature for SuperDuper to eject the mounted volume after the backup is complete. Once the backup is finished, I

  • Hard drive files gone - house burnt down, so now I'm having a kernal attack

    I recently sent my 17" G4 in for repair through the Genius bar, my daughter took it in and they did not offer back up. Well the service center totally blew it away, it's just like your house burning down (such a desperate feeling - I think I cried fo

  • How to configure a Proxy in OSB with Digest Authentication?

    Hello, Guys. I need a help with this subject. I have a demand to configure a Proxy in OSB 11.1.1.6 with Digest Authentication. I'm using a Embedded Ldap with Identity Asserter. I'have configured a DefaultAuthenticator and the DefaultIdentityAsserter

  • I give up..... FDS 2.0.1 installer/patch file.

    Arg, i can't get hold of our Corporate Account holder right now, and i need to get a specific patch of FDS. I've called in through the standard technical support line at 1800-642-3623, but they told me that the download was no longer available, and t