Additional parameters in the adapter configuration - note 801926

Hi,
from help.sap.com I remember that note 801926
is proposed on the file adapter config page
for at least 2-3 months by now.
but when I try to download it I see:
"Note 801926 is not released."
can anyone download this note and paste it here?
(maybe it's not released only for me)
Thx:)
Regards,
michal

File Sender Adapter parameters
= No parameters available up to and including SP11 =
File Receiver Adapter parameters
= No parameters available up to and including SP11 =
Regards
Stefan

Similar Messages

  • JDBC Adapter configuration not initialized:null

    i
    we have a synchronous scenario with the following adapters , RFC <> XI <> JDBC.
    1.JDBC Driver installation is done
    2.RFC Destination type t is done in sap(sender) system.
    3.checking the jdbc in VA is done
    while running it is giving the following error.
    com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null
    where we have to initialize JDBC Adapter configuration
    Thanks in advance
    Prasad Nemalikanti

    hi prasad
    There are 2 jar files that may be missing from your SQL JDBC driver --> msbase.jar and msutil.jar, I think once you add these to the driver it might work.
    also check  the driver string for the SQL  driver 2 parameters
    i.e 'com.microsoft.jdbc.sqlserver.SQLServerDriver' now becomes
    'com.microsoft.sqlserver.jdbc.SQLServerDriver'
    This will solve your problem
    follow this link
    Re: MS SQL Server jdbc Driver installation on XI .
    XI JDBC Adapter using stored procedures
    thanks
    sandeep
    Reward points if helpful

  • JDBC Adapter configuration not initialized Error

    Hi,
    I am doing a RFC to JDBC scenario in PI 7.1. I am getting the following error:
    com.sap.engine.interfaces.messaging.api.exception.MessagingException: JDBC Adapter configuration not initialized: null
    In communication channel monitoring, it shows the following,
    Error when attempting to get processing resources: com.sap.aii.af.lib.util.concurrent.ResourcePoolException: Unable to create new pooled resource: DriverManagerException: Cannot establish connection to URL '<URL>': SAPClassNotFoundException: com.ibm.as400.access.AS400JDBCDriver
    The JDBC parameters for driver & connection are correct only.
    Is the problem related to deployment of JDBC driver or something else? How can i ensure that the JDBC driver deployment is succesful in PI 7.1?
    Edited by: senthil nathan on Mar 25, 2009 10:57 AM

    Hi Senthil,
    Your drivers are not installed properly. Please re-deploy them through SDM.
    Regards
    joel

  • RFC to JDBC JDBC Adapter configuration not initialized: null

    Hi Experts,
    My scenario is Proxy to JDBC scenario. I got this problem when executing the interface I got this problem all of a sudden where previously it was working fine.
    there is no problem with the User id or password.
    com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null
    let me know how to solve this.
    Thanks,
    Prem.

    I got this problem when executing the interface I got this problem all of a sudden where previously it was working fine.
    there is no problem with the User id or password.
    com.sap.aii.af.ra.ms.api.RecoverableException: JDBC Adapter configuration not initialized: null
    Can you ensure that Drivers are properly installed and no problem with them?
    Also proper connection parameters are maintained in the JDBC receiver Channel.
    Regards,
    Abhishek.

  • JDBC Adapter configuration not initialized

    Hi,
        I have tested one scenario for WebService to JDBC. Integration engine shows success message.But i got some error in Adapter engine. It shows "JDBC Adapter configuration not initialized".
    So, plz anyone give the solution for this problem.
    Regards
    Vijay

    Hi,
    1.Check whether the JDBCAdapter is Activated.
    2.Check if any firewalls are there frm client side and open
    3.Check the password used to connect the Database is correct one.
    If all these are fine..do the complete cache refresh once.
    Please award marks if found useful.
    Thanks
    Hamja

  • Use of Additional Parameters in JMS Adapter

    Hi Frnds,
    Can any one explain the use of Additional Parameters  in JMS Adapter.
    Regards,
    Raj

    HI,
    To make additional settings or replace the default settings, enter the parameters and values in the table.
    those are JMSMessageClass and JMS.Message.method.setStringProperty.
    For more details.
    http://help.sap.com/saphelp_nw04/helpdata/EN/10/b1b4c8575a6e47954ad63438d303e4/content.htm
    Thanks.

  • Getting the Adapter Class Not Found Error in the Java Manipulator

    Hi,
    I wrote a custom java manipulator for the baseline update and created a jar file for the class. This works fine in the Windows machine. All I have to do is while specifying the CLASSPATH, I entered the ./ib/newManipulator.jar; ./lib/additional_dependency.jar. When I tried to deploy the same code in the Unix environment, it fails saying the Adapter Class not found. The only difference from windows and Unix environment is that in the windows machine, in order to run the base line update, I go to the directory my_project->control->baseline_update.bat but in case of Unix environment I have a separate location where I have a shell script called run-baseline-update.sh located at /apps/bin which invokes the baseline.sh in the directory my_project/control/baseline.sh. I even tried to put the full path of the jar files e.g. /my_project/lib/newManipulator.jar; /my_project/lib/additional_dependency.jar in the class path but still the same issue. Any suggestions?

    Unix classpath needs ":" as the path separator, not ";". Changing that will make this work.
    For reference, later versions of the deployment template make this configurable, so you'd see (in environment.properties):
    # PATH_SEP_VARNAME: for platform-independence
    PATH_SEP_VARNAME=;
    # Forge needs record store libraries as well as Spring to load record store adapter configuration files
    FORGE_CLASSPATH=./config/lib/java/spring-delegate-adapter-1.0.1.jar${PATH_SEP_VARNAME}./config/lib/java/spring.jar${PATH_SEP_VARNAME}./config/lib/java/eacToolkit.jar${PATH_SEP_VARNAME}./config/script${PATH_SEP_VARNAME}.
    You can then add the following to your <forge /> definition in AppConfig.xml:
    <arg>--javaClasspath</arg>
    <arg>${FORGE_CLASSPATH}</arg>
    Hope this helps.
    Michael

  • Reference additional parameters via the URL

    Is it possible to reference additional parameters via the URL?
    I would like to be able to reference the value of CUSTOM_PARAM in the following simple example
    f?p=4000:1500:3712511906556636:::RP::&CUSTOM_PARAM=12345

    Hello Craig,
    I dont know if you already solved the problem but as you probably noticed I had the same, if you are running on a remote host with minimum privileges this is simply not possible but if you have your personal server and database this is the solution to go(thanks to your idea).
    create or replace procedure APEX_040000.f2(
    P in varchar2,
    P_SEP in varchar2 default null,
    P_TRACE in varchar2 default null,
    C in varchar2 default null,
    PG_MIN_ROW in varchar2 default null,
    PG_MAX_ROWS in varchar2 default null,
    PG_ROWS_FETCHED in varchar2 default null,
    FSP_REGION_ID in varchar2 default null,
    SUCCESS_MSG in varchar2 default null,
    NOTIFICATION_MSG in varchar2 default null,
    CS in varchar2 default null,
    S in varchar2 default null,
    TZ in varchar2 default null,
    P_LANG in varchar2 default null,
    P_TERRITORY in varchar2 default null,
    code in varchar2 default null, <-- Custom variable
    error_reason in varchar2 default null, <-- Custom variable
    error in varchar2 default null <-- Custom variable
    +) is+
    begin
    --write your code here+
    APEX_040000.f(P => P,P_SEP => P_SEP, P_TRACE => P_TRACE,C => C, PG_MIN_ROW => PG_MIN_ROW, PG_MAX_ROWS => PG_MAX_ROWS, PG_ROWS_FETCHED => PG_ROWS_FETCHED, FSP_REGION_ID => FSP_REGION_ID, SUCCESS_MSG => SUCCESS_MSG, NOTIFICATION_MSG => NOTIFICATION_MSG, CS => CS, S => S,TZ => TZ,P_LANG => P_LANG,P_TERRITORY  =>  P_TERRITORY);
    end f2;
    Then it is important to indeed grant public access to it with:
    grant execute on APEX_040000.f2 to public;
    Now here comes to part that actually does it and where the right privileges are needed.
    create or replace public synonym f for APEX_040000.f2;
    Overloading the F procedure didnt work for some reason, probably because F is a wrapped procedure.
    But this worked perfect !!!

  • Security parameters in the kernel do not meet the minimum requirements

    Hello,
    I am installing Oracle AS Infrastructure.
    My overall system checkup was fine but of kernel has following message.
    checking for hardnofiles = 65536 found hardnofiles = 1024 Failed
    checking for softnofiles = 4096; softnofiles = 1024
    Problem:
    The security parameters in the kernel do not meet the minimum requirements.
    Recommendation: Perform OS System specific instruction to update kernel parameter, namely BIT_SIZE and NON_EXEC_USER_STACK.
    After that I have checked /etc/security/limits.conf file values were correct.
    But my /proc/sys/net/ipv4/ip_local_port_range
    values were 1024 65000 --
    they are correct in sysctl.conf file
    But any way I have fixed that.
    Also /pro/sys/kernel/shmni was 1000, so I make it 4096
    Actually in the start of setting up requirements,
    I have tried to make changes of kernel through /proc/sys/.....
    But after that I have created sysctl.conf file and put all recommended values and restart the system.
    So I continue installation.
    Is it ok?
    Regards,
    DN

    I have changed to
    /etc/security/limits.conf:
    * hard nofile 65536 --- I removed this line also
    * soft nproc 2047
    * hard nproc 16384
    * soft nofile 16384
    * hard nofile 65536
    after that I got the values as below
    ulimit -Hn
    1024ulimit -Sn
    1024I run ulimit -u 1384 -n 65536
    ulimit -Hn
    65536ulimit -Sn
    65536I put the values back and reboot system.
    * hard nofile 65536
    * soft nproc 2047
    * hard nproc 16384
    * soft nofile 2048
    * hard nofile 65536
    Right away from the terminal, its give me values again
    ulimit -Hn
    1024ulimit -Sn
    1024But after some time remotely (SSH) I have checked
    abc:~ # ulimit -Hn
    65536
    abc:~ # ulimit -Sn
    2048
    dhsappserver1:~ #
    DN

  • I had an ipod touch 4th gen and used the apple universal dock to play music through my stereo.  I just got a 5th generation and a lightning adapter but the adapter does not fit the universal dock.  Apple tech support has no solution, does anyone?

    I had an ipod touch 4th generation and used the Apple Universal Dock to play music through my stereo.  I just got the 5th generation and the lightning adapter but the adapter does not fit into the dock.  Apple tech support has no solution, does anyone?

    That is the adapter I purchased from Apple which does not fit in the Apple Universal cradle (which apparently is no longer universal).  However, I just created my own solution.  The cradle holds the dock connector at a slight angle so the adapter, which has a straight bottom edge, will not slide down far enough to make a connection.  Since the adapter has a plastic case, I used my Swiss Army knife to whittle it down to fit.  It's a no-tech solution, and free!

  • Adding additional tables to the extractor configuration

    Hi Experts,
    Can you please help me adding additional tables to the SAP extractor and to configure the field data in the orgstructure to show a flag against the position.
    Luke - I have tried using the option said by you from Application-wide Settings-->Data Centre --> Read SAP Table, it has properly save the added table, but not able to see it from SAP extractor configruation and not able to extract any data. Also, can you please guide me how to use the fields from this table (HRP1010) to write a small piece of logic to show a flag for a particualr position based on data.
    Thanks in advance,
    Purandhar

    Hi Purandhar,
    I have tried using the option said by you from Application-wide Settings-->Data Centre
    --> Read SAP Table, it has properly save the added table, but not able to see it from
    SAP extractor configruation and not able to extract any data.
    This has probably added a data element - I would check in the dataelementconfiguration folder in your build's .delta folder. IF so then you have the first step completed. Now you need to add the necessary configurations to use the data that comes through this data element.
    Go to your orgchart/hierarchy and navigate to Views. Here select your view (or your first view if this needs to be done for more than one view - if so you'll need to repeate these steps but not the step you already did in the Data Centre), and then click the + icon next to Design Details. Here you can add a new linked detail to your view detail. Simply give it a name, select the detail to link it to (usually the top level detail which is in blue), select a link field and then select your data element that was created in the Data Centre.
    Now if you try to add a section to your view inside the Design Details view designer you will see your new detail added. You can then select it and add fields from this detail.
    Also, can you please guide me how to use the fields from this table (HRP1010) to write
    a small piece of logic to show a flag for a particualr position based on data.
    Once you have been able to add the data in the views designer you will probably need to do some XML and XSL editing because you cannot edit XSL files in the AdminConsole and you will need to do this to get your icon/flag to show.
    First of all you need to create a new XSL file and put it into a folder in your .delta\root folder. For example, My_XSL_files. Here you need to write the code to render your flag based on your variable. You can find plenty of examples in all of the pre-existing XSL files. Then you need to copy PresentationResources.xml to .delta\root\XML and add the reference to your new XSL file.
    Go to your build's .delta folder and go to detailconfiguration. Find the detail you just created and open it. You'll find a section in their that you just added with a reference to an XSL file (e.g. if you added a Simple Caption section it will probably be something like SimpleCaptionXSL). Change this to the reference in the PresentationResources.xml.
    Load your build in the AdminConsole and hit Publish. Once done you should see your icon. Sometimes if your XSL is invalid or the code doesn't work you won't see anything. This is not unusual as the whole process can be quite tricky - even for us with lots of experience!
    Good luck!
    Luke

  • Changes in enhancement to the component configuration not reflected

    Hi,
    I have created a Z enhancement to a standard OIF component configuration. In the enhancement I have added a button.
    When I run the application I am not able to see the button I added. When I select More Field Help on the context menu of the WD application, I see the Z enhancement name in the Configuration ID. This means that the enhancement configuration is getting called but the button is not displayed. The button's visibility and final properties are set to true.
    Can anyone help? To my knowledge I do not have to do any other configuration after creating an enhancement. Let me know if I have missed something.
    Thanks,
    Reena

    The issue is resolved. I noticed that there are 2 variants set for the componont configuration (OIF conf). And the variants are set dynamically at runtime. I was making enhancements to a wrong variant earlier. That was the reason why the changes were not reflected.
    Edited by: reenaSDN on Sep 26, 2011 8:09 AM

  • ADSI security adapter configuration not working

    Hi All
    I am working on implementing the ADSI Security Adapter with a LDAP server in Siebel 80 instance. I have followed all the steps given the Security Guide & configured the parameters but when I am trying bring up eService application, I am getting the below error.
    The server you are trying to access is either busy or experiencing difficulties. Please close the Web browser, open a new browser window, and try logging in again.[22:12:56]
    After going through the eService object manager logs, here is what I have observed. I've tried all my methods to troubleshoot but unfortunately did not succeed. Any help is greatly appreciated.
    WAITING: Initialized.
    ScfEventLog     SubEvtFacInfo     3     000000164bc71ef0:0     2010-04-15 21:50:58     Task user set event triggered for task 13631501
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD SecurityLogin(GUESTCST, *).
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD Sceurity Login. User='GUESTCST'.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, parameter map=38de40c.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, appuser is 'CN=APPUSER,CN=ADSUsers,CN=Roles,CN=Dev1,DC=EVille,DC=COM'.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Domain Search Interface, parameter map=38de40c.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, parameter map=38de40c.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, appuser is 'CN=APPUSER,CN=ADSUsers,CN=Roles,CN=Dev1,DC=EVille,DC=COM'.
    SecAdptLog     3rdpartyTrace     3     000000164bc71ef0:0     2010-04-15 21:50:58     ADsOpenObject('LDAP://Dev1/CN=Dev1,DC=EVille,DC=COM', 'CN=APPUSER,CN=ADSUsers,CN=Roles,CN=Dev1,DC=EVille,DC=COM', '*', 0) returns 8007052e and object interface 0.
    ObjMgrLog     Error     1     000000164bc71ef0:0     2010-04-15 21:50:58     SBL-DAT-00705: Unable to bind to the ADSI object 'LDAP://Dev1/CN=Dev1,DC=EVille,DC=COM'.
    SecAdptLog     3rdpartyTrace     3     000000164bc71ef0:0     2010-04-15 21:50:58     FormatMessage() returns 33 and message text 'Logon failure: unknown user name or bad password.
    SecAdptLog     3rdpartyTrace     3     000000164bc71ef0:0     2010-04-15 21:50:58     ADsGetLastError() returns 0, error description'', and provider name 'LDAP Provider'.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Domain Search Interface exits with 3, domain path='', Domain Iface=38de4b4.
    GenericLog     GenericError     1     000000164bc71ef0:0     2010-04-15 21:50:58     (secmgr.cpp (2486) err=4597538 sys=0) SBL-SEC-10018: Unable to bind to the ADSI object 'LDAP://Dev1/CN=Dev1,DC=EVille,DC=COM'.(SBL-DAT-00705)Logon failure: unknown user name or bad password.
    GenericLog     GenericError     1     000000164bc71ef0:0     2010-04-15 21:50:58     (secmgr.cpp (2558) err=4597521 sys=0) SBL-SEC-10001: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     Error     1     000000164bc71ef0:0     2010-04-15 21:50:58     (physmod.cpp (9244)) SBL-DAT-00565: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     Error     1     000000164bc71ef0:0     2010-04-15 21:50:58     (model.cpp (5886)) SBL-DAT-00565: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     ObjMgrLogin     3     000000164bc71ef0:0     2010-04-15 21:50:58     Login failed for Login name : GUESTCST
    Thanks in advance
    N
    Edited by: N.P. on Apr 15, 2010 10:20 PM

    Hi All
    I am working on implementing the ADSI Security Adapter with a LDAP server in Siebel 80 instance. I have followed all the steps given the Security Guide & configured the parameters but when I am trying bring up eService application, I am getting the below error.
    The server you are trying to access is either busy or experiencing difficulties. Please close the Web browser, open a new browser window, and try logging in again.[22:12:56]
    After going through the eService object manager logs, here is what I have observed. I've tried all my methods to troubleshoot but unfortunately did not succeed. Any help is greatly appreciated.
    WAITING: Initialized.
    ScfEventLog     SubEvtFacInfo     3     000000164bc71ef0:0     2010-04-15 21:50:58     Task user set event triggered for task 13631501
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD SecurityLogin(GUESTCST, *).
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD Sceurity Login. User='GUESTCST'.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, parameter map=38de40c.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, appuser is 'CN=APPUSER,CN=ADSUsers,CN=Roles,CN=Dev1,DC=EVille,DC=COM'.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Domain Search Interface, parameter map=38de40c.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, parameter map=38de40c.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Application User Info, appuser is 'CN=APPUSER,CN=ADSUsers,CN=Roles,CN=Dev1,DC=EVille,DC=COM'.
    SecAdptLog     3rdpartyTrace     3     000000164bc71ef0:0     2010-04-15 21:50:58     ADsOpenObject('LDAP://Dev1/CN=Dev1,DC=EVille,DC=COM', 'CN=APPUSER,CN=ADSUsers,CN=Roles,CN=Dev1,DC=EVille,DC=COM', '*', 0) returns 8007052e and object interface 0.
    ObjMgrLog     Error     1     000000164bc71ef0:0     2010-04-15 21:50:58     SBL-DAT-00705: Unable to bind to the ADSI object 'LDAP://Dev1/CN=Dev1,DC=EVille,DC=COM'.
    SecAdptLog     3rdpartyTrace     3     000000164bc71ef0:0     2010-04-15 21:50:58     FormatMessage() returns 33 and message text 'Logon failure: unknown user name or bad password.
    SecAdptLog     3rdpartyTrace     3     000000164bc71ef0:0     2010-04-15 21:50:58     ADsGetLastError() returns 0, error description'', and provider name 'LDAP Provider'.
    SecAdptLog     API Trace     4     000000164bc71ef0:0     2010-04-15 21:50:58     AD secuity uitlity: Get Domain Search Interface exits with 3, domain path='', Domain Iface=38de4b4.
    GenericLog     GenericError     1     000000164bc71ef0:0     2010-04-15 21:50:58     (secmgr.cpp (2486) err=4597538 sys=0) SBL-SEC-10018: Unable to bind to the ADSI object 'LDAP://Dev1/CN=Dev1,DC=EVille,DC=COM'.(SBL-DAT-00705)Logon failure: unknown user name or bad password.
    GenericLog     GenericError     1     000000164bc71ef0:0     2010-04-15 21:50:58     (secmgr.cpp (2558) err=4597521 sys=0) SBL-SEC-10001: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     Error     1     000000164bc71ef0:0     2010-04-15 21:50:58     (physmod.cpp (9244)) SBL-DAT-00565: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     Error     1     000000164bc71ef0:0     2010-04-15 21:50:58     (model.cpp (5886)) SBL-DAT-00565: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.
    ObjMgrSessionLog     ObjMgrLogin     3     000000164bc71ef0:0     2010-04-15 21:50:58     Login failed for Login name : GUESTCST
    Thanks in advance
    N
    Edited by: N.P. on Apr 15, 2010 10:20 PM

  • Dynamically setting the values for the Adapter Configuration in BPEL

    We are configuring the JMS adapter to put into an MQ topic. For this we are giving all the values for the configuration parameters like
    Factory Properties.
    JMS connection Factory
    Transacted
    Destination Type
    Username
    Password
    Destination Name, etc...
    and we are able to produce message on the MQ.
    Our requirement is to dynamically pass the values for the above parameters from some configuraion files(other than oc4j-ra.xml), which will have value for each obove parameters.
    Any help on this is highly appreciated.
    Regards,
    Suman

    Re: JMS Properties setup
    this thread will explain how to do it.

  • Dynamically setting the values for the Adapter Configuration

    We are configuring the JMS adapter to put into an MQ topic. For this we are giving all the values for the configuration parameters like
    Factory Properties.
    JMS connection Factory
    Transacted
    Destination Type
    Username
    Password
    Destination Name, etc...
    and we are able to produce message on the MQ.
    Our requirement to dynamically pass the values for the above parameters from some configuraion files(other that oc4j-ra.xml), which will have value for each obove parameters
    Any help on this is highly appreciated.

    Re: JMS Properties setup
    this thread will explain how to do it.

Maybe you are looking for

  • IPod Cannot Update?  Unknown error (-50)

    Suddenly, my iPod won't finish updating and displays the following message: The iPod "ENZYME" cannot be updated. An unknown error occurred (-50). What is wrong with my iPod? Thanks for any assistance. 1.33 GHz 12" PowerBook G4 1.25GB ram "ANTIGEN"  

  • Win 7 and Arch dual boot [SOLVED]

    There are other help threads about this, but I didn't want to hijack somebody's elses thread.  Sorry for the long post, I just want to provide as much detail as possible: I am trying to use Grub (not Grub2) to dual boot between Arch Linux and Windows

  • Dependant LOVs on Customization form of a report

    Portal Version: 3.0.9.8.0 Database Version: 8.1.7.3 Hi Our problem is that we've created a report component which includes two bind variables. These bind variables are chosen on the customization form through LOVs. The second LOV needs to be dependan

  • Localization with welcome message to the respecitve user in OBIEE-11g

    How do we can acheive localization with welcome message along with time to the respecitve country user in OBIEE-11g.

  • SRM MDM Catalog- Scale prices

    Hi Experts, I am aware that, we can upload multiple quantity based Prices in Qualified Look up Table called "Price" in SRM MDM Catalog repository like stated below : Qty   Price 0-10   2$ 11-22  5$ But i don't see any option available to enter range