B1 users in B1if

Hi experts!!!
Do you know if the users of SAP Business One
can authenticate in B1if to create objects, realize
HTTP Calls, etc.?
Thanks for the support.
Regards.
Enrique.

Hi Enrique,
you can use the Authentication value "B1 Authentication" in Scenarios -> Package Design to define a B1 user authentication for your Scenario package.
Web Service and HTTP calls will do an implicit login in case there is no session set up (yet). The authentication will give back a session id which can be used for further calls. These calls will then skip the authentication.
The basic authentication in the http header must follow the following format in the correct order:
User: language\username\company or language/username/company
Password:password
language:
Language abbreviation. This parameter is mandatory. Leading and trailing spaces will be removed. In case the parameter does not fit to the enumeration, the default “en-US” will be taken.
Enumeration: cs-CZ, da-DK, de-DE, el-GR, en-CY, en-GB, en-US, en-SG, es-AR, es-CO, es-ES, es-PA, fi-FI, fr-FR,he-IL, hu-HU, it-IT, ja-JP, ko-KR, nl-NL, no-NO, pl-PL, pt-BR, pt-PT, ru-RU,sk-SK, sr-YU, sv-SE, xx-XX, zh-CN, zh-TW.
username:
Name of an existing B1 user with the appropriate license (“B1i”) to access remotely via B1i to SAP Business One. Leading and trailing spaces will be removed.
company:
Name of an existing B1 company database. This company db must be defined in the B1i SLD. This SAP Business One company database is used to verify the authentication for the requesting user. This parameter is case-insensitive. Leading and trailing spaces will be removed.
password:
Password of the user to login.
Response: In case of failed authorization, an http error will occur. In case of successful authorization an http 200 response with the response payload of the particular service, you called.
The following error messages are covered:
b1i user wrong username or password
wrong username or password
not able to assign the associated B1 server
name of B1 company db is empty
user is empty
password is empty
not able to find the assigned user id in SAP Business One
not able to find the system identifier of the associated B1 company db
error in credentials
error in B1 authentication check (DI call) - DI message: …
unknown error in authentication
Below are two examples using Microsoft Tool WFetch for testing:
Sample for HTTP Inbound
Sample for Web Service Inbound
Sample for HTTP:
Create SLD entry for “H.AnySystem” – “HTTest”.
Enter SAP Business One server name (or MS SQL server instance) in “associatedSrvIP” input field (must be aligned with SAP Business one SLD entry that should be used to authenticate).
Create package “AuthTest” (unless created before)
Choose “Authentication” “B1 Authentication” for connection via HTTP (“B1 Secure Authentication” for HTTPS).
Create step “HTTest” and assign to package “AuthTest”.
Define “HTTP Call” as Inbound channel and specify “Identification Method” “URL Parameter”; e.g. define “urlpar(action)” as “Identification Parameter and “HTtesting” as “Identifier”.
Open “Processing” and close again to have B1if creating the required definitions.
Define “Void” as Outbound channel.
Change “atom0.xsl” to make sure you get a response that isn’t empty and valid xml.
Choose “Setup” to choose the step (for subsequent activation) and “HTTest” as a sender system; activate the package.
Test HTTP call using e.g. Microsoft’s WFetch tool.
Details:
SAP Business One company database = “SBODemoDE”
SAP Business One user = “manager”
SysID of “HTTest” = “0010000107”
Parameters:
Verb = GET
Host = <machine name> or <IP> - e.g. 127.0.0.1
Port = 8080 – 8443 for “...Secure…”
Path =
/B1iXcellerator/exec/ipo/vP.0010000107.in_HCSX/com.sap.b1i.vplatform.runtime/INB_HT_CALL_SYNC_XPT/INB_HT_CALL_SYNC_XPT.ipo/proc?action=HTtesting
Auth = Basic
User = en-US/manager/SBODemoDE
Password = <password of user manager>
Connect = http
Cipher = default
Client cert = none
Trace Raw = Off
Socket Reuse = Off
Advanced Request = Disabled
Expected result:
Response includes “200 OK”
Sample for Web Service:
Create SLD entry for “W.AnySystem” – “WSTest”.
Enter SAP Business One server name (or MS SQL server instance) in “associatedSrvIP” input field (must be aligned with SAP Business one SLD entry that should be used to authenticate).
Create package “AuthTest” (unless created before)
Choose “Authentication” “B1 Authentication” for connection via HTTP (“B1 Secure Authentication” for HTTPS).
Create step “WSTest” and assign to package “AuthTest”.
Define “Web Service Call” as Inbound channel and specify “Identification Method” “Root Tag”; e.g. define “WStesting” as “Identifier” (i.e. “Root Tag”)
Open “Processing” and close again to have B1if creating the required definitions.
Define “Void” as Outbound channel.
Change “atom0.xsl” to make sure you get a response that isn’t empty and valid xml.
Choose “Setup” to choose the step (for subsequent activation) and “WSTest” as a sender system; activate the package.
Test Web Service call using e.g. Microsoft’s WFetch tool.
Details:
  SAP Business One company database = “SBODemoDE”
  SAP Business One user = “manager”
  SysID of “WSTest” = “0010000106”
Parameters:
Verb = POST 
Host = <machine name> or <IP> - e.g. 127.0.0.1
Port = 8080 – 8443 for “...Secure…”
Path =
/B1iXcellerator/exec/soap/vP.0010000006.in_WCSX/com.sap.b1i.vplatform.runtime/INB_WS_CALL_SYNC_XPT/INB_WS_CALL_SYNC_XPT.ipo/proc
Auth = Basic
User = en-US/manager/SBODemoDE
Password = <password of user manager>
Connect = http
Cipher = default
Client cert = none
Trace Raw = Off
Socket Reuse = Off
Advanced Request = Add Body
Body (example):
<?xml version="1.0" encoding="UTF-8"?>
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" >
  <SOAP-ENV:Body>
       <WStesting xmlns="">
                       <TestData1>Test1</TestData1>
                       <TestData2>Test2</TestData2>
       </WStesting>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>
Expected result:
Response includes “200 OK”
Best regards
Bastian

Similar Messages

  • Regarding B1i user

    Dear All
    What is the Purpose of B1i user?
    Edited by: kaleeswaran.T on Jun 22, 2011 12:56 PM

    Hi Kaleeswaran,
    B1i user is the key user for B1if, B1ic, B1isn to work properly. Do not touch it. There is no license requirement for this user.
    Thanks,
    Gordon

  • Using User Defined Object in B1if

    Hello Expert,
    I am trying to configure the B1if scenario for User Defined Object, But when i check the consistency of the scenario there are three issues
    1. 0142 vBIU warning - inbound - channel: defined object identifier is not listed in the repository 
    2. 0259 vBIU inconsistency - outbound - details: 'Service Method Identifier' is not correct
    3. 0262 vBIU inconsistency - outbound - details: 'Get Method Identifier' is not correct
    I have prepared the Test as a UDO in SAP B1.
    *CONFIGURATION*
    Scenario Step Definition INBOUND - CHANNEL
    Channel : INB_B1_EVNT_ASYN_EVT
    Type : SAP Business One
    Mode : Asynchronous
    Trigger : B1Event
    Object : Test
    Identification Parameter : n.a.
    Namespace Definition :  n.a.
    Retrieval
    Method  : Retrieval
    Adapter :  DI API
    Type : Service
    Rule Document  :
    id : GeneralService
    type : get
    method : getByParams
    tag : TestParams
    keys :  Code(Code)
    Outbound Phase
    Channel : OUT_B1
    Type : SAP Business One
    Format : DI Service
    Regards
    Vijay Barapatre

    Hi All,
    I have a UDO with one Table and Code and Name as fields, when I add data in SAP with the default screen I want to trigger it in B1IF, I have tried identifier 152, 153 and many more.
    But my trigger keeps returning blank so it doesn't go through to my processes.
    <?xml version="1.0" encoding="utf-8" ?>
    - <Msg xmlns="urn:com.sap.b1i.vplatform:entity" xmlns:b1il="urn:com.sap.b1i.sim:b1ilog" xmlns:b1im="urn:com.sap.b1i.sim:b1imessage" xmlns:bfa="urn:com.sap.b1i.bizprocessor:bizatoms" xmlns:sim="urn:com.sap.b1i.sim:entity" xmlns:vpf="urn:com.sap.b1i.vplatform:entity" MessageId="13102816541180273503C0A80079CC46" BeginTimeStamp="20131028165411" recording="true" logmsg="0009" msglogexcl="false" MessageLog="true"> 
    - <Header> 
    <msglog step="Default message log" always="false" b1ifactive="true" />  
    - <Resumption> 
    <starter ipo="/vP.0010000119.in_BEAE/com.sap.b1i.vplatform.runtime/INB_B1_EVNT_ASYN_EVT/INB_B1_EVNT_ASYN_EVT.ipo/proc" />  
    </Resumption>
    <IPO Id="INB_B1_EVNT_ASYN_EVT" tid="13102815571480273490C0A8007961AC" />  
    <Sender Id="0010000119" />  
    </Header>
    - <Body> 
    - <Payload Role="T" Type="B1Event" add=""> 
    - <Event xmlns="" B1EventFilter="false"> 
    - <b1e:b1events xmlns:b1e="urn:com.sap.b1i.sim:b1event"> 
    - <b1e:b1event> 
    <b1e:eventsource>MobiPay</b1e:eventsource>  
    <b1e:objecttype>FC_PODO</b1e:objecttype>  
    <b1e:transactiontype>A</b1e:transactiontype>  
    <b1e:usercode>manager</b1e:usercode>  
    <b1e:userid>manager</b1e:userid>  
    - <b1e:keys count="1"> 
    - <b1e:key> 
    <b1e:name>Code</b1e:name>  
    <b1e:value>test 2</b1e:value>  
    </b1e:key>
    </b1e:keys>
    <b1e:sourcesite>BDRAPER</b1e:sourcesite>  
    <b1e:sourceport>1433</b1e:sourceport>  
    <b1e:sourcetype>6</b1e:sourcetype>  
    <b1e:sld value="BDRAPER!!MobiPay" />  
    </b1e:b1event>
    </b1e:b1events>
    - <b1ie:B1IEvent xmlns:b1ie="urn:com.sap.b1i.sim:b1ievent" SysId="0010000119" SysTypeId="B1.9.0" Task="I" LocalObjectType="FC_PODO"> 
    - <b1ie:PrimaryKeyList> 
    <b1ie:PrimaryKey Key="Code" Value="test 2" />  
    </b1ie:PrimaryKeyList>
    </b1ie:B1IEvent>
    </Event>
    </Payload>
    <Payload Role="S" />  
    </Body>
    </Msg>
    Please help,
    Regards,
    Brenden Draper.

  • B1if - User defined Authentication

    Hello!
    I would like to authenticate users against an company database in a scenario. The documentation for this topic (Ref 02 - Scenario Dev - 4. Develop a user defined Authentication) wasn't updated since 2010-06-21.
    Can someone show me a way how to check the username and password of an SAP-User? How can I save the SessionID for this authenticated user for re-use?
    Thanks in advance!
    Martin Samlaus

    Jochen,
    I have not tried this, but maybe it could work:
    1. Create a new application that uses SSO as the authentication scheme. Name the cookie in the authentication scheme. Create one page in this application. Give a link to this application/page to your OID (internal) users.
    2. In the Post Authentication Process of this application's authentication scheme, do this:
    owa_util.redirect_url('f?p=XXXXX:1:&SESSION');
    ...where XXXXX is the application ID of the main application.
    3. For the main application, leave the authentication scheme as is but also provide the same cookie name as for the SSO-authenticated application. Give a link to any page in this application to your non-internal users.
    When internal users use the link to the SSO application they will first have to authenticate using the SSO login page, then they'll be taken to page 1 in application XXXXX. When the page sentry in that application checks for the existence of a suitable session cookie, it will find it, the cookie having already been set by the authentication scheme in the SSO-authenticated application, which uses the same cookie name as that expected by application XXXXX.
    When non-internal users use the link you gave them, the default authentication scheme will present the application's login page and they'll authenticate there.
    Scott

  • SAP Business One 8.81 PL08 Mobile APP CRM Standalone User Access issue

    Dear All
    Is any facing the problem of Mobile application user with CRM Standalone license ,this user always has a permission denied problem (he is assigned all the licenses required .and authorization on the SAP is full .  SSL certificate is installed ). I have installed the troubleshooting (.zip) file which dosent show up the panel .
    Any Idea how to resolve?
    Regards
    Dayal

    Hi Dayal,
    well, it is neither recommended, nor tested or supported. Such installation attempt would go on your own responsibility. Of course you can try if, for example, a newer version from 8.82 works here, but this should be tested extensively, depending on how other processe are based on it.
    Actually your 8.81 PL08 should not have reported problem since B1if version 1.10.0 should have been included in this package and last update action, maybe you can check here again.
    In general, we recommend you upgrade to version 9.1 currently, unlike version 8.81 this version is in maintenance and offers all improvements, new features and bugfixes from the last 3,5 years.
    I'm sure it's worth to consider a general upgrade.
    I wish you success!
    Best, Peter

  • Error handling in B1if

    Dear All,
    I searched the forum but could not find a full answer to my question.
    How can you handle errors in B1if?
    When something goes wrong the errormessage is displayed in the failure section of the message log.
    I found out that on the package design in the defintions section you can choose document "error handling".
    There you should be able to choose your error handling step.
    For now I only see the default error handling step.
    How can you create such a error handling step?
    Does somebody has some full documentation on this subject?
    I guess we must create a new step design with inbound type Predecessor or am I wrong?
    Thanks in advance for any help.
    Kind regards,
    Steven

    Hi Vijay,
    Create a package with your development in a step.
    Create a second step called for instance: errorhandling
    This errorhandling step must be of inbound type internal queue
    In the errorhandling step you can handle the error as you like... for example email it or save it in a user table in B1.
    The trick is:
    Go to package design - select your package - press definitions buttons and select error handling
    Here you select your errorhandling step instead of default error handling.
    Save everything.
    When you scenario goes into error during the processing the errorhandling step will be carried out.
    That is it.
    Kind regards,
    Steven

  • B1if access via webdav fails

    Hi,
    when I try to access B1if-webdav with the internet explorer (http://127.0.0.1:8080/B1iXcellerator/exec/webdav) I get the following error:
    SAP B1iP detected an error:
    Emitted HTTP-Code
    500 - Internal Server Error
    Internal Reason
    while trying to invoke the method com.sap.b1i.bizprocessor.BizStoreURI.isUniqueURI() of an object loaded from local variable 'buri'
    Recommendation
    Check for the correctness of your activity or environment or ask your system-administrator for further help.
    Full Internal Error Message
    com.sap.b1i.xcellerator.XcelleratorException: XCE001 Nested exception: com.sap.b1i.bizprocessor.BizProcException: BPE001 Nested exception: java.lang.NullPointerException: .......
    Last week it works and I don´t remember any changes. I already deinstalled the whole framework but the error remains the same.
    Any idea?
    Thanks
    Gregor

    Gregor,
    Please check two issue fllowing:
    1. Make sure the test connection to B1DI and JDBC is successful. Make sure there is no special char in the password
         -  Restart SAP Business One Integration Service from windows services and log in again to SAP Business One.
    2.The address in the B1iServer name is incorrect
        -  Use the correct server address and ensure you replace <server_name> with the name or IP of your server  not use localhost
    you must edit file xcellerator.cfg set xcl.webdav=full. and then you use XMLSpy connect to "http://localhost:8080/B1iXcellerator/exec/dummy/" by B1iadmin user.
    and check the note in address..
    1619422  - B1ic_Troubleshooting Guide for B1ic Dashboard/Cockpit
    https://websmp230.sap-ag.de/sap%28bD1lbiZjPTAwMQ==%29/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3136313934323226
    Regards,
    Marcelo Silva Santos

  • Create Credit Memo using B1if

    Hello Experts,
    Have anyone tried to create service Credit Memo using B1if when an AP Invoice is posted by a user for a specific vendor? or Any similar scenario?
    I am new to B1if , looking into the recordings now. Can anyone advise steps or process to acheive this ?

    Hi,
    Please refer below link where PO2SO is generate, same manner you can use CM2AP.
    [https://sap.emea.pgiconnect.com/p26689556/]
    Thanks
    Kevin

  • Wfetch Test (B1if)

    Hi all,
    I try to test a webservice with Wfetch (it is the B1if Training scenario).
    When I run the SOAP message I get in response:
    '500-Internal error, Internal reason error on execution of an 'on_authcheck' Bizflow....'
    Parameters are: Verb = POST, Port 8443, Authentication = Anonymous (I also tried with Basic: User B1iadmin), Connect: https, cipher= default, client cert=none)
    Thanks in advance,
    Vangelis

    Hi Vangelis,
    I'm in the same situation. Have you found a solution?
    Thank you very much,
    Antonio Ramos

  • Deleting Failed Transactions in SAP B1if

    How can I delete transactions which have "failed" in processing through B1if?
    I attempted to delete one of the groups in the Unit of Measurement Groups which was already assigned to items in the B1 application.  This "error" then attempts to replicate to the other databases participating in the Intercompany Integration Solution (IIS).  Every time a new attempt is made ("error retry"), the transaction fails and generates a failure alert message. 
    I know that I can set the B1if to "never attempt to retry errors", but I would like to delete the message from the queue so that I can leave the retry setting at "retry errors every two hours". 
    I have tried to delete this failed transaction from the B1if queue without any luck thus far.  Does anybody know how to delete failed messages from the queue so that they will not attempt a "retry" and thus generate new failed alert message?

    Hi Jerry,
    You may delete transactions using Intercompany Integration Solution Message Log. The Message Log is a Web application that enables you to view log of Interbranch transactions. You can filter transaction logs by date and time ranges, sender system, or receiver system.
    You can access the message log Web application from the machine on which the Intercompany solution is installed, and by using Microsoft Internet Explorer.
    To delete the transaction from message queue you may follow the steps below on machine on which the Intercompany solution is installed:
    1. Open Start menu and choose Intercompany Administration Console icon.
        Logon Window appears.
    2. Enter your login credentials and Logon.
        Intercompany Administration Console appears.
    3. Navigate to Monitoring → Message Log, open the Message Log web application.
        On Message page, the upper frame of the window allows you to define a filter for the messages.
    4. Enter From date and To date in the respective filters, in Status dropdown menu select Failure and choose Display log.
        In Failure matrix, failed message that confine within above defined filters appears.
    5. Choose Delete Log.
        This deletes the log entries.
    For further details, you may also refer to Message Log section in Intercompany Solution User Guide.
    Regards,
    Agneesh Jain
    SAP Intercompany Team

  • B1if db unexplained growth

    New install of SAP 8.81.
    4 companies installed: SBODemoUS, a renamed copy of SBODemoUS for report building, new company to hold live data with hardly anything in it, copy of same for testing. Only two active users, me in the reports db and client adding setup data to live system.
    B1if grows at over a gig a day.
    What could it be doing?
    TIA

    TRY following procedure
    1)Monitoring->B1 Event Monitor->Switch the log off. Now press delete all button. To clear all the logs.
    It is recommended that the B1 Event Monitor is turned on only when debugging& analyzing specific issues. During normal usage, you should switch the B1 Event Monitor off:
    2)Maintenance->Cfg Msglog->Click on Manual Delete and provide the appropriate input and press Delete.
    3)B1if is handling the message log deletion automatically on the daily bases (B1if -> Maintenance -> Cfg MsgLog -> Daily deletion button). By default it#s set to 23.00. It means the server needs to be up at this time. This value can be set according the customer#s requirement and here you can find more option regarding the message log settings as well. (Kindly check whether Backup buffer(days) is set to 0, if yes check by changing it to 1)
    4)Schedule an immediate Transaction-Log Garbage Collect (B1if #> Control Center #> Maintenance #> Schedule TLog GC #> Submit)
    5)Open Integration Framework->Control Center->Maintenance->tlog delete->Select the Execution status as "Completed"->submit. Wait for the process to complete.
    6)Now restart the Integration service.
    The above steps should keep the database size in check.
    (B1if -> Maintenance -> Cfg MsgLog -> Daily deletion button) can be used to schedule the message log deletion.
    ALSO
    check note:
    1873607 - B1iF_Integration framework database is growing fast
    AND
    Refer to SAP Note 1873559

  • No value is select  from  user define  table

    Hi ALL,
                 i am using  B1if , i am sending  data  B1 to  isr , i am using user define table  but problem  no value is select  from  user define  table  .
    my table ID  is @SSRPOD 
    <payload operation="">
         <ns0:MT_POD_B1_System xmlns:ns0="http://xxxx.com/SC/B1/Dlvr/CustDlvr/ExtPrfOfDlvr">
              <POD>
                   <Header>
                        <SalesOrderNumber>
                             <xsl:value-of select="$msg/BOM/BO/@SSRPOD/row/U_SalOrdNo" />
                        </SalesOrderNumber>
                        <ArrivalDate>
                             <xsl:value-of select="$msg/BOM/BO/@SSRPOD/row/U_TaxDate" />
                        </ArrivalDate>
                        <Detail>
                             <DOLineQuantity>
                                  <xsl:value-of select="$msg/BOM/BO/@SSRPOD/row/U_Quantity" />
                             </DOLineQuantity>
                             <UOM>
                                  <xsl:value-of select="$msg/BOM/BO/@SSRPOD/row/U_Unitmsr" />
                             </UOM>
                        </Detail>
                   </Header>
              </POD>
         </ns0:MT_POD_B1_System>
    </payload>
    I have set following things. 
    Inbound Channel
        scenirio step identifier :z.xxxx
        Inbound Channel(IPO):INB_B1_EVNT_ASYN_EVT
        InboundType:Asynchronous
        Process Trigger:B1Event
        Identification Method: B1Event
        Identification Parameter:n.a
        Identifier:?????                                  
        Identifier Namespace:??????
      can anyone help me?
    Edited by: Sinha_Sinha on Feb 3, 2012 7:47 AM

    Found an authorization object was missing, that enabled the case types to show but hitting the GO button brought a page that can not be viewed in IE.  on to the next hurdle..........

  • B1if - Looking for step by step tutorial to build first / sample integratio

    I have used std Bizpackages on the B1iSN side. B1if is totally different. I learn by example, and was hoping someone could point me to a document that would walk me through building a sample scenario importing data into SAP Business One.
    I have looked at the guides available in the Integration Framework, but could not find a step by step tutorial. The training / documentation for a B1if newbe seems to be pretty light.
    Thank you.
    Mike W

    Hi Mike,
    We have conducted several webinars around the world and all the recorded sessions are available in the PSD calendar (https://psd.sap-ag.de/PEC/calendar/). Just search for B1 sessions archived in May/June this year 2011.
    You will need an SAP user in order to be able to see them.
    There are also some theoric sessions on the SMP at http://service.sap.com/~form/sapnet?_SHORTKEY=01100035870000741411&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E& .
    All the exercises should be also published in that page soon (middle/end of October aproximately)
    Hope it helps
    Trinidad.

  • B1if Debugging a csv file import?

    Hi All
    I am new to B1if, what are the steps involved in debugging a scenario that takes a csv file as input?
    I.e. How do you specify a given file as input at the step level if this is possible?

    In the Connection manager properties for the csv file set the connection string through an expression some thing like below
    @[User::myfilename] + "/Bensfile" + (DT_STR,4,1252)DATEPART( "yyyy" , getdate() ) + RIGHT("0" + (DT_STR,4,1252)DATEPART( "mm" , getdate() ), 2) + RIGHT("0" + (DT_STR,4,1252)DATEPART( "dd" , getdate() ), 2) +".csv"
    Where myfilename waill be the variable to store the full file path
    Surender Singh Bhadauria
    My Blog

  • B1if system requeriments.

    Hi,
    I have installed B1if in new servers and i don't have any problem.
    Now, One company needs B1if to use Sap business One for ipad. The company has this sistem:
    Intel xeon 3,2 Ghz and 3,5 Gb RAM, windows server 2003.
    Is it enough? What are the recommended requirements to use B1if? What are the minimum requirements?
    I have searched the forum and the sap web but have not found information.
    Thanks,

    Hi,
    There is no specific requirement for using B1if to use Sap business One for ipad as long as the hardware is above the minimum requirement. The spec is well above the minimum.
    However, it is depending on the actual size of the database and the average transaction frequencies. This various between all B1 users.
    Thanks,
    Gordon

Maybe you are looking for

  • Satellite A200 - error message on Bule Screen when I'm doing somthing hard

    I have a Laptop the details is as below *Model Name: Satellite A200-11C* *Model No: PSAE0E-00X00KAR* I have setup Windows XP (Service Pack 2) on it. After installation, when I try to Play Video file or Scan for Virus or working long it shows an messa

  • 1080i & apple tv 3

    i've just ordered an Apple TV3 - but now thinking i'm wasting cash as the highest output/resolution my TV can display is 1080i. am i right? should i just go for a (cheaper/refurb) Apple TV2 instead? many thanks, james.

  • How to use SVM metadevices with cluster - sync metadb between cluster nodes

    Hi guys, I feel like I've searched the whole internet regarding that matter but found nothing - so hopefully someone here can help me?!?!? <b>Situation:</b> I have a running server with Sol10 U2. SAN storage is attached to the server but without any

  • Bug report about create new footprint with Rounded rectangle in 3D info Bottom

    I create new footprint with rounded rectangle in 3D info Bottom,the rounded rectangle must be in bottom,but In fact,the rounded rectangle created in top layer.i think it's wrong. I used ultiboard 10.1.357.

  • Space reclaimer on Thick Provisioned LUN

    Hi, Could someone clarify something for me. I understand the need to reclaim space on thin provisioned LUNs using SnapDrive's space reclaimer. Is this a requirement for thick provisioned LUNs or will running it only fix the space reporting in System