RSA1 automatically creating port definitions

When setting up BW connection to ECC and SCM systems, RSA1 auto creates port definitions using the generated A000000X format. I want to use a predinfed port like BIQ100 or BIP100 (source client format).
Is there a way to use predinfed versus generated port defintion.
Thanks
Jexun

Go to transaction WE20 and maintain the port in the outbound parameter in the correct logical system under partner type LS.

Similar Messages

  • Automatically create table definitions

    Is there a utility or tool that will automatically take an XML document and create a table or object type in the database without having to manually doing it?
    --JM                                                                                                                                                                                                                                                                                                                                       

    It depends on how you want to store the XML. If as a CLOB then the Transviewer Beans come with such a sample application. On the other hand if you want it stored as only data across tables, then there is none as until we have an XML Schema standard there is no standard way to specify the datatypes to be used.
    Oracle XML Team

  • Automatically create ODBC DSN connection with special port and password. Add-OdbcDsn cmdlet

    Hi,
    I first posted a question in the SQL forum but I'm posting it here instead because its a Powershell question.
    In a non-persitent VDI enviroment we are trying to automatically create a ODBC DSN connection to a SQL server.
    We are using Windows 8.1 so we also have Powershell 4 together with the add-odbcdsn cmdlet. 
    But when trying to add set -SetPropertyValue for network port different than default and a password we get an error.
    here is the command:
    Add-OdbcDsn -Name test -DriverName "SQL Server" -DsnType User -SetPropertyValue @("PWD=test", "SERVER=10.0.0.1")
    and here is the error message:
    Add-OdbcDsn : Attempt to set the {UID or PWD} key of a DSN. These keys should not be stored in the registry for securit
    y reason. Provide the credential information at runtime via SQLDriverConnect, SQLConnect or SQLBrowseConnect.
    At line:1 char:1
    + Add-OdbcDsn -Name test -DriverName "SQL Server" -DsnType User -SetPropertyValue @ ...
    + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo : InvalidArgument: (MSFT_OdbcDsnTask:Root/Microsoft/...SFT_OdbcDsnTask) [Add-OdbcDsn], Cim
    Exception
    + FullyQualifiedErrorId : MI RESULT 4,Add-OdbcDsn
    NB!:  this command does not contain a port number, but when adding it without a password(PWD string) we just the default port.

    Hi Primeid,
    Agree with Jrv, we cannot store  UID and PWD in an ODBC datasource, For example, you can create a DSN using the user interface but if you look at the DSN stored in the registry the UID and PWD are not stored.
    ODBC it is always required when you connect using a DSN that the caller supply UID and PWD if they want to use standard login during connection time. 
    These similar discussion are for your reference:
    Creating ODBC DSN for SQL Native
    Client fails for not-integrated authentication
    is user name and password required in ODBC admin / User DSN?
    In addition, to read data from a SQL Server database using an ODBC DSN with SQL Authentication via powershell, please refer to this script:
    Open SQL database with ODBC DSN and SQL AuthenticationIf
    there is anything else regarding this issue, please feel free to post back.
    If you have any feedback on our support, please click here.
    Best Regards,
    Anna Wang
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Unable to select the created Ports(greyed out) in the import manager

    Hi ,
    We have created some ports with specific Remote system and XML schema's and also assigned the map to it.
    The processing type is manual for now,since we want to load data manually using import manager from the Ready folder of the port since PI is dropping the files there.But when I load import manager and select the file type as "Port" and also the relevant remote system ,I cannot select any of the list of ports created ,All are greyed out.
    All I need is to select "Port" option ,remote system and use the created port from the dropdown list of import manager " connect to source" step,which i am unable to select as  all the port s are greyed out and unable to select.
    Any help greatly appreciated...

    Hello Arvind,
    There is no need to start the MDIS (Import server) if you are importing the data manually.you just open the import manager, login into the repository and select type as XML as per your case and select the remote system (it depends on your requirement) and select the port on which your xml files resides.and enter in the import manager then map you data accordingly and you can import into the repository.
    when you want to automate the process for importing the data in repository then you will need to Start the import Server. In that case import server automatically pick the file from the ready port folder and also set the property in console as the processing type is Automatic.
    Hope this will help you and clear your doubt.
    TNR,
    Saurabh...
    Reward if found helpful.

  • Creating Ports in MDM

    Hi ,
    I have few basic doubts, we have created a test port in R/3 in transaction WE21 called DEBMDM, and a port in XI in transaction IDX1 called SAPEIT.
    I am using the business content for Customers, and am able to access the tables in MDM console. Whiel creating ports, the pre-defined ports appear one for BW, the default MDM and one called MDC_R3.
    We have renamed MDC_R3 as EIT_900(R/3 sytem); Type as Inbound ; Code what is to be maintained here ?
    According to the console reference documentation we are to maintain the folder where the inbound data appears ie the Ready folder.
    So what value should we maintain here ?
    Can all customer related data be uploaded using the same port ?
    If not , how can different ports be created to upload data in MDM
    Thanks in advance ,
    Regards,
    Anita

    Hi Anita,
    an XSD is used to verify an XML. A XSD is kind of a definition on how your XML has to look like. You cannot import an XSD with Import Manager or MDIS. This doesn't make any sense.
    so if you want to import an XML and you use the DEBMDM05.XSD for verfication, your XML must have the correct structure as defined by the XSD.
    If you have a XSD definition like
    <xsd:schema>
    <xsl:element name="DEBMDM05 />
    </xsd:schema>
    your XML has to look like
    <DEBMDM05>
    </DEBMDM05>
    Assuming that you use the SAP standard DEBMDM05.XSD, a valid XML file would look like this one:
    <?xml version="1.0" encoding="UTF-8"?>
    <DEBMDM05 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
         <IDOC BEGIN="1">
              <EDI_DC40 SEGMENT="1">
                   <TABNAM>EDI_DC40</TABNAM>
                   <MANDT>Str</MANDT>
                   <DOCNUM>String</DOCNUM>
                   <DOCREL>Stri</DOCREL>
                   <STATUS>St</STATUS>
                   <DIRECT>1</DIRECT>
                   <OUTMOD>S</OUTMOD>
                   <EXPRSS>S</EXPRSS>
                   <TEST>S</TEST>
                   <IDOCTYP>DEBMDM05</IDOCTYP>
                   <CIMTYP>String</CIMTYP>
                   <MESTYP>DEBMDM</MESTYP>
                   <MESCOD>Str</MESCOD>
                   <MESFCT>Str</MESFCT>
                   <STD>S</STD>
                   <STDVRS>String</STDVRS>
                   <STDMES>String</STDMES>
                   <SNDPOR>String</SNDPOR>
                   <SNDPRT>St</SNDPRT>
                   <SNDPFC>St</SNDPFC>
                   <SNDPRN>String</SNDPRN>
                   <SNDSAD>String</SNDSAD>
                   <SNDLAD>String</SNDLAD>
                   <RCVPOR>String</RCVPOR>
                   <RCVPRT>St</RCVPRT>
                   <RCVPFC>St</RCVPFC>
                   <RCVPRN>String</RCVPRN>
                   <RCVSAD>String</RCVSAD>
                   <RCVLAD>String</RCVLAD>
                   <CREDAT>String</CREDAT>
                   <CRETIM>String</CRETIM>
                   <REFINT>String</REFINT>
                   <REFGRP>String</REFGRP>
                   <REFMES>String</REFMES>
                   <ARCKEY>String</ARCKEY>
                   <SERIAL>String</SERIAL>
              </EDI_DC40>
              <E1KNA1M SEGMENT="1">
                   <MSGFN>Str</MSGFN>
                   <KUNNR>String</KUNNR>
                   <ANRED>String</ANRED>
                   <AUFSD>St</AUFSD>
                   <BAHNE>String</BAHNE>
                   <BAHNS>String</BAHNS>
                   <BBBNR>String</BBBNR>
                   <BBSNR>Strin</BBSNR>
                   <BEGRU>Stri</BEGRU>
                   <BRSCH>CHEM</BRSCH>
                   <BUBKZ>S</BUBKZ>
                   <DATLT>String</DATLT>
                   <FAKSD>St</FAKSD>
                   <FISKN>String</FISKN>
                   <KNRZA>String</KNRZA>
                   <KONZS>String</KONZS>
                   <KTOKD>Stri</KTOKD>
                   <KUKLA>St</KUKLA>
                   <LAND1>DE</LAND1>
                   <LIFNR>String</LIFNR>
                   <LIFSD>St</LIFSD>
                   <LOCCO>String</LOCCO>
                   <LOEVM>S</LOEVM>
                   <NAME1>String</NAME1>
                   <NAME2>String</NAME2>
                   <NAME3>String</NAME3>
                   <NAME4>String</NAME4>
                   <NIELS>St</NIELS>
                   <ORT01>String</ORT01>
                   <ORT02>String</ORT02>
                   <PFACH>String</PFACH>
                   <PSTL2>String</PSTL2>
                   <PSTLZ>String</PSTLZ>
                   <REGIO>Str</REGIO>
                   <COUNC>Str</COUNC>
                   <CITYC>Stri</CITYC>
                   <RPMKR>Strin</RPMKR>
                   <SORTL>String</SORTL>
                   <SPERR>S</SPERR>
                   <SPRAS>S</SPRAS>
                   <STCD1>String</STCD1>
                   <STCD2>String</STCD2>
                   <STKZA>S</STKZA>
                   <STKZU>S</STKZU>
                   <STRAS>String</STRAS>
                   <TELBX>String</TELBX>
                   <TELF1>String</TELF1>
                   <TELF2>String</TELF2>
                   <TELFX>String</TELFX>
                   <TELTX>String</TELTX>
                   <TELX1>String</TELX1>
                   <LZONE>String</LZONE>
                   <XZEMP>S</XZEMP>
                   <VBUND>String</VBUND>
                   <STCEG>String</STCEG>
                   <GFORM>01</GFORM>
                   <BRAN1>String</BRAN1>
                   <BRAN2>String</BRAN2>
                   <BRAN3>String</BRAN3>
                   <BRAN4>String</BRAN4>
                   <BRAN5>String</BRAN5>
                   <UMJAH>Stri</UMJAH>
                   <UWAER>Strin</UWAER>
                   <JMZAH>String</JMZAH>
                   <JMJAH>Stri</JMJAH>
                   <KATR1>St</KATR1>
                   <KATR2>St</KATR2>
                   <KATR3>St</KATR3>
                   <KATR4>St</KATR4>
                   <KATR5>St</KATR5>
                   <KATR6>Str</KATR6>
                   <KATR7>Str</KATR7>
                   <KATR8>Str</KATR8>
                   <KATR9>Str</KATR9>
                   <KATR10>Str</KATR10>
                   <STKZN>X</STKZN>
                   <UMSA1>String</UMSA1>
                   <TXJCD>String</TXJCD>
                   <PERIV>St</PERIV>
                   <KTOCD>Stri</KTOCD>
                   <PFORT>String</PFORT>
                   <DTAMS>S</DTAMS>
                   <DTAWS>St</DTAWS>
                   <HZUOR>St</HZUOR>
                   <CIVVE>S</CIVVE>
                   <MILVE>S</MILVE>
                   <SPRAS_ISO>St</SPRAS_ISO>
                   <FITYP>St</FITYP>
                   <STCDT>St</STCDT>
                   <STCD3>String</STCD3>
                   <STCD4>String</STCD4>
                   <XICMS>S</XICMS>
                   <XXIPI>S</XXIPI>
                   <XSUBT>S</XSUBT>
                   <CFOPC>St</CFOPC>
                   <TXLW1>Str</TXLW1>
                   <TXLW2>Str</TXLW2>
                   <CCC01>S</CCC01>
                   <CCC02>S</CCC02>
                   <CCC03>S</CCC03>
                   <CCC04>S</CCC04>
                   <CASSD>St</CASSD>
                   <KDKG1>St</KDKG1>
                   <KDKG2>St</KDKG2>
                   <KDKG3>St</KDKG3>
                   <KDKG4>St</KDKG4>
                   <KDKG5>St</KDKG5>
                   <NODEL>S</NODEL>
                   <XSUB2>Str</XSUB2>
                   <WERKS>Stri</WERKS>
                   <E1KNA11 SEGMENT="1">
                        <KNURL>String</KNURL>
                        <J_1KFREPRE>String</J_1KFREPRE>
                        <J_1KFTBUS>String</J_1KFTBUS>
                        <J_1KFTIND>String</J_1KFTIND>
                   </E1KNA11>
                   <E1ADRMAS SEGMENT="1">
                        <OBJ_TYPE>String</OBJ_TYPE>
                        <OBJ_ID>String</OBJ_ID>
                        <OBJ_ID_EXT>String</OBJ_ID_EXT>
                        <CONTEXT>Stri</CONTEXT>
                        <E1BPAD1VL SEGMENT="1">
                             <ADDR_VERS>S</ADDR_VERS>
                             <FROM_DATE>00010101</FROM_DATE>
                             <TO_DATE>99991231</TO_DATE>
                             <TITLE>0001</TITLE>
                             <NAME>String</NAME>
                             <NAME_2>String</NAME_2>
                             <NAME_3>String</NAME_3>
                             <NAME_4>String</NAME_4>
                             <CONV_NAME>String</CONV_NAME>
                             <C_O_NAME>String</C_O_NAME>
                             <CITY>String</CITY>
                             <DISTRICT>String</DISTRICT>
                             <CITY_NO>String</CITY_NO>
                             <DISTRCT_NO>String</DISTRCT_NO>
                             <CHCKSTATUS>S</CHCKSTATUS>
                             <REGIOGROUP>String</REGIOGROUP>
                             <POSTL_COD1>String</POSTL_COD1>
                             <POSTL_COD2>String</POSTL_COD2>
                             <POSTL_COD3>String</POSTL_COD3>
                             <PCODE1_EXT>String</PCODE1_EXT>
                             <PCODE2_EXT>String</PCODE2_EXT>
                             <PCODE3_EXT>String</PCODE3_EXT>
                             <PO_BOX>String</PO_BOX>
                             <PO_W_O_NO>S</PO_W_O_NO>
                             <PO_BOX_CIT>String</PO_BOX_CIT>
                             <PBOXCIT_NO>String</PBOXCIT_NO>
                             <PO_BOX_REG>Str</PO_BOX_REG>
                             <POBOX_CTRY>DE</POBOX_CTRY>
                             <PO_CTRYISO>St</PO_CTRYISO>
                             <DELIV_DIS>String</DELIV_DIS>
                             <TRANSPZONE>String</TRANSPZONE>
                             <STREET>String</STREET>
                             <STREET_NO>String</STREET_NO>
                             <STR_ABBR>St</STR_ABBR>
                             <HOUSE_NO>String</HOUSE_NO>
                             <HOUSE_NO2>String</HOUSE_NO2>
                             <HOUSE_NO3>String</HOUSE_NO3>
                             <STR_SUPPL1>String</STR_SUPPL1>
                             <STR_SUPPL2>String</STR_SUPPL2>
                             <STR_SUPPL3>String</STR_SUPPL3>
                             <LOCATION>String</LOCATION>
                             <BUILDING>String</BUILDING>
                             <FLOOR>String</FLOOR>
                             <ROOM_NO>String</ROOM_NO>
                             <COUNTRY>DE</COUNTRY>
                             <COUNTRYISO>DE</COUNTRYISO>
                             <LANGU>D</LANGU>
                             <LANGU_ISO>DE</LANGU_ISO>
                             <REGION>01</REGION>
                             <SORT1>String</SORT1>
                             <SORT2>String</SORT2>
                             <EXTENS_1>String</EXTENS_1>
                             <EXTENS_2>String</EXTENS_2>
                             <TIME_ZONE>String</TIME_ZONE>
                             <TAXJURCODE>String</TAXJURCODE>
                             <E1BPAD1VL1 SEGMENT="1">
                                  <ADDRESS_ID>String</ADDRESS_ID>
                                  <LANGU_CR>S</LANGU_CR>
                                  <LANGUCRISO>St</LANGUCRISO>
                                  <COMM_TYPE>Str</COMM_TYPE>
                                  <ADDR_GROUP>Stri</ADDR_GROUP>
                                  <HOME_CITY>String</HOME_CITY>
                                  <HOMECITYNO>String</HOMECITYNO>
                             </E1BPAD1VL1>
                        </E1BPAD1VL>
                        <E1BPADTEL SEGMENT="1">
                             <COUNTRY>DE</COUNTRY>
                             <COUNTRYISO>DE</COUNTRYISO>
                             <STD_NO>X</STD_NO>
                             <TELEPHONE>String</TELEPHONE>
                             <EXTENSION>String</EXTENSION>
                             <TEL_NO>String</TEL_NO>
                             <CALLER_NO>String</CALLER_NO>
                             <STD_RECIP>S</STD_RECIP>
                             <R_3_USER>1</R_3_USER>
                             <HOME_FLAG>S</HOME_FLAG>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <ERRORFLAG>S</ERRORFLAG>
                        </E1BPADTEL>
                        <E1BPADFAX SEGMENT="1">
                             <COUNTRY>DE</COUNTRY>
                             <COUNTRYISO>DE</COUNTRYISO>
                             <STD_NO>X</STD_NO>
                             <FAX>String</FAX>
                             <EXTENSION>String</EXTENSION>
                             <FAX_NO>String</FAX_NO>
                             <SENDER_NO>String</SENDER_NO>
                             <FAX_GROUP>S</FAX_GROUP>
                             <STD_RECIP>S</STD_RECIP>
                             <R_3_USER>1</R_3_USER>
                             <HOME_FLAG>S</HOME_FLAG>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <ERRORFLAG>S</ERRORFLAG>
                        </E1BPADFAX>
                        <E1BPADTTX SEGMENT="1">
                             <COUNTRY>DE</COUNTRY>
                             <COUNTRYISO>DE</COUNTRYISO>
                             <STD_NO>X</STD_NO>
                             <TELETEX>String</TELETEX>
                             <STD_RECIP>S</STD_RECIP>
                             <R_3_USER>1</R_3_USER>
                             <HOME_FLAG>S</HOME_FLAG>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <ERRORFLAG>S</ERRORFLAG>
                        </E1BPADTTX>
                        <E1BPADTLX SEGMENT="1">
                             <COUNTRY>Str</COUNTRY>
                             <COUNTRYISO>St</COUNTRYISO>
                             <STD_NO>X</STD_NO>
                             <TELEX_NO>String</TELEX_NO>
                             <STD_RECIP>S</STD_RECIP>
                             <R_3_USER>S</R_3_USER>
                             <HOME_FLAG>S</HOME_FLAG>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <ERRORFLAG>S</ERRORFLAG>
                        </E1BPADTLX>
                        <E1BPADSMTP SEGMENT="1">
                             <STD_NO>X</STD_NO>
                             <E_MAIL>String</E_MAIL>
                             <EMAIL_SRCH>String</EMAIL_SRCH>
                             <STD_RECIP>S</STD_RECIP>
                             <R_3_USER>S</R_3_USER>
                             <ENCODE>S</ENCODE>
                             <TNEF>S</TNEF>
                             <HOME_FLAG>S</HOME_FLAG>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <ERRORFLAG>S</ERRORFLAG>
                        </E1BPADSMTP>
                        <E1BPADRML SEGMENT="1">
                             <STD_NO>X</STD_NO>
                             <SYMB_DEST>String</SYMB_DEST>
                             <REC_TYPE>S</REC_TYPE>
                             <R_MAIL_CLT>Str</R_MAIL_CLT>
                             <R_MAIL>String</R_MAIL>
                             <STD_RECIP>S</STD_RECIP>
                             <R_3_USER>S</R_3_USER>
                             <HOME_FLAG>S</HOME_FLAG>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <ERRORFLAG>S</ERRORFLAG>
                        </E1BPADRML>
                        <E1BPADX400 SEGMENT="1">
                             <STD_NO>X</STD_NO>
                             <COUNTRY>Str</COUNTRY>
                             <COUNTRYISO>St</COUNTRYISO>
                             <ADM_DOM>String</ADM_DOM>
                             <PRIV_DOM>String</PRIV_DOM>
                             <ORGANIZATN>String</ORGANIZATN>
                             <ORG_UNIT_1>String</ORG_UNIT_1>
                             <ORG_UNIT_2>String</ORG_UNIT_2>
                             <ORG_UNIT_3>String</ORG_UNIT_3>
                             <ORG_UNIT_4>String</ORG_UNIT_4>
                             <LASTNAME>String</LASTNAME>
                             <FIRSTNAME>String</FIRSTNAME>
                             <INITIALS>Strin</INITIALS>
                             <GENERATION>Str</GENERATION>
                             <X_121_ADDR>String</X_121_ADDR>
                             <TERM_ID>String</TERM_ID>
                             <TERM_TYPE>S</TERM_TYPE>
                             <UANID>String</UANID>
                             <DDA_TYPE1>String</DDA_TYPE1>
                             <DDA_VALUE1>String</DDA_VALUE1>
                             <DDA_TYPE2>String</DDA_TYPE2>
                             <DDA_VALUE2>String</DDA_VALUE2>
                             <DDA_TYPE3>String</DDA_TYPE3>
                             <DDA_VALUE3>String</DDA_VALUE3>
                             <DDA_TYPE4>String</DDA_TYPE4>
                             <DDA_VALUE4>String</DDA_VALUE4>
                             <STD_RECIP>S</STD_RECIP>
                             <R_3_USER>S</R_3_USER>
                             <TXT_ENCODE>S</TXT_ENCODE>
                             <TNEF>S</TNEF>
                             <HOME_FLAG>S</HOME_FLAG>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <ERRORFLAG>S</ERRORFLAG>
                        </E1BPADX400>
                        <E1BPADRFC SEGMENT="1">
                             <STD_NO>X</STD_NO>
                             <LOG_DEST>String</LOG_DEST>
                             <STD_RECIP>S</STD_RECIP>
                             <R_3_USER>S</R_3_USER>
                             <HOME_FLAG>S</HOME_FLAG>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <ERRORFLAG>S</ERRORFLAG>
                        </E1BPADRFC>
                        <E1BPADPRT SEGMENT="1">
                             <STD_NO>X</STD_NO>
                             <PRINT_DEST>Stri</PRINT_DEST>
                             <STD_RECIP>S</STD_RECIP>
                             <HOME_FLAG>S</HOME_FLAG>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <ERRORFLAG>S</ERRORFLAG>
                        </E1BPADPRT>
                        <E1BPADSSF SEGMENT="1">
                             <STD_NO>X</STD_NO>
                             <DUMMY>S</DUMMY>
                             <STD_RECIP>S</STD_RECIP>
                             <HOME_FLAG>S</HOME_FLAG>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <RFCDEST>String</RFCDEST>
                             <SSFIDSHORT>String</SSFIDSHORT>
                             <SSF_NS>String</SSF_NS>
                             <SSF_PROF>String</SSF_PROF>
                             <SSFIDPART1>String</SSFIDPART1>
                             <SSFIDPART2>String</SSFIDPART2>
                             <E1BPADSSF1 SEGMENT="1">
                                  <SSFIDPART3>String</SSFIDPART3>
                                  <SSFIDPART4>String</SSFIDPART4>
                                  <SSFIDPART5>String</SSFIDPART5>
                                  <SSFIDPART6>String</SSFIDPART6>
                                  <E1BPADSSF2 SEGMENT="1">
                                       <SSFIDPART7>String</SSFIDPART7>
                                       <SSFIDPART8>String</SSFIDPART8>
                                       <SSFIDPART9>String</SSFIDPART9>
                                       <ERRORFLAG>S</ERRORFLAG>
                                  </E1BPADSSF2>
                             </E1BPADSSF1>
                        </E1BPADSSF>
                        <E1BPADURI SEGMENT="1">
                             <STD_NO>X</STD_NO>
                             <URI_TYPE>Str</URI_TYPE>
                             <URI>String</URI>
                             <STD_RECIP>S</STD_RECIP>
                             <HOME_FLAG>S</HOME_FLAG>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <URI_PART1>String</URI_PART1>
                             <URI_PART2>String</URI_PART2>
                             <URI_PART3>String</URI_PART3>
                             <E1BPADURI1 SEGMENT="1">
                                  <URI_PART4>String</URI_PART4>
                                  <URI_PART5>String</URI_PART5>
                                  <URI_PART6>String</URI_PART6>
                                  <URI_PART7>String</URI_PART7>
                                  <E1BPADURI2 SEGMENT="1">
                                       <URI_PART8>String</URI_PART8>
                                       <URI_PART9>String</URI_PART9>
                                       <ERRORFLAG>S</ERRORFLAG>
                                  </E1BPADURI2>
                             </E1BPADURI1>
                        </E1BPADURI>
                        <E1BPADPAG SEGMENT="1">
                             <COUNTRY>DE</COUNTRY>
                             <COUNTRYISO>DE</COUNTRYISO>
                             <STD_NO>X</STD_NO>
                             <PAGER_TYPE>Stri</PAGER_TYPE>
                             <PAGER>String</PAGER>
                             <PAGER_NO>String</PAGER_NO>
                             <CALLER_NO>String</CALLER_NO>
                             <STD_RECIP>S</STD_RECIP>
                             <R_3_USER>S</R_3_USER>
                             <HOME_FLAG>S</HOME_FLAG>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <ERRORFLAG>S</ERRORFLAG>
                        </E1BPADPAG>
                        <E1BPAD_REM SEGMENT="1">
                             <ADDR_VERS>S</ADDR_VERS>
                             <LANGU>S</LANGU>
                             <LANGU_ISO>St</LANGU_ISO>
                             <ADR_NOTES>String</ADR_NOTES>
                        </E1BPAD_REM>
                        <E1BPCOMREM SEGMENT="1">
                             <COMM_TYPE>Str</COMM_TYPE>
                             <LANGU>D</LANGU>
                             <LANGU_ISO>DE</LANGU_ISO>
                             <COMM_NOTES>String</COMM_NOTES>
                             <CONSNUMBER>Str</CONSNUMBER>
                             <ERRORFLAG>S</ERRORFLAG>
                        </E1BPCOMREM>
                   </E1ADRMAS>
                   <E1KNA1H SEGMENT="1">
                        <MSGFN>Str</MSGFN>
                        <TDOBJECT>String</TDOBJECT>
                        <TDNAME>String</TDNAME>
                        <TDID>Stri</TDID>
                        <TDSPRAS>S</TDSPRAS>
                        <TDTEXTTYPE>String</TDTEXTTYPE>
                        <TDSPRASISO>St</TDSPRASISO>
                        <E1KNA1L SEGMENT="1">
                             <MSGFN>Str</MSGFN>
                             <TDFORMAT>St</TDFORMAT>
                             <TDLINE>String</TDLINE>
                        </E1KNA1L>
                   </E1KNA1H>
                   <E1KNVVM SEGMENT="1">
                        <MSGFN>Str</MSGFN>
                        <VKORG>Stri</VKORG>
                        <VTWEG>St</VTWEG>
                        <SPART>St</SPART>
                        <BEGRU>Stri</BEGRU>
                        <LOEVM>S</LOEVM>
                        <VERSG>S</VERSG>
                        <AUFSD>St</AUFSD>
                        <KALKS>S</KALKS>
                        <KDGRP>St</KDGRP>
                        <BZIRK>String</BZIRK>
                        <KONDA>St</KONDA>
                        <PLTYP>St</PLTYP>
                        <AWAHR>Str</AWAHR>
                        <INCO1>Str</INCO1>
                        <INCO2>String</INCO2>
                        <LIFSD>St</LIFSD>
                        <AUTLF>S</AUTLF>
                        <ANTLF>St</ANTLF>
                        <KZTLF>S</KZTLF>
                        <KZAZU>S</KZAZU>
                        <CHSPL>S</CHSPL>
                        <LPRIO>St</LPRIO>
                        <EIKTO>String</EIKTO>
                        <VSBED>St</VSBED>
                        <FAKSD>St</FAKSD>
                        <MRNKZ>S</MRNKZ>
                        <PERFK>St</PERFK>
                        <PERRL>St</PERRL>
                        <WAERS>Strin</WAERS>
                        <KTGRD>St</KTGRD>
                        <ZTERM>Stri</ZTERM>
                        <VWERK>Stri</VWERK>
                        <VKGRP>Str</VKGRP>
                        <VKBUR>Stri</VKBUR>
                        <VSORT>String</VSORT>
                        <KVGR1>Str</KVGR1>
                        <KVGR2>Str</KVGR2>
                        <KVGR3>Str</KVGR3>
                        <KVGR4>Str</KVGR4>
                        <KVGR5>Str</KVGR5>
                        <BOKRE>S</BOKRE>
                        <KURST>Stri</KURST>
                        <PRFRE>S</PRFRE>
                        <KLABC>St</KLABC>
                        <KABSS>Stri</KABSS>
                        <KKBER>Stri</KKBER>
                        <CASSD>St</CASSD>
                        <RDOFF>S</RDOFF>
                        <AGREL>S</AGREL>
                        <MEGRU>Stri</MEGRU>
                        <UEBTO>Stri</UEBTO>
                        <UNTTO>Stri</UNTTO>
                        <UEBTK>S</UEBTK>
                        <PVKSM>St</PVKSM>
                        <PODKZ>S</PODKZ>
                        <PODTG>String</PODTG>
                        <E1KNVPM SEGMENT="1">
                             <MSGFN>Str</MSGFN>
                             <PARVW>St</PARVW>
                             <KUNN2>String</KUNN2>
                             <DEFPA>S</DEFPA>
                             <KNREF>String</KNREF>
                             <PARZA>Str</PARZA>
                        </E1KNVPM>
                        <E1KNVDM SEGMENT="1">
                             <MSGFN>Str</MSGFN>
                             <DOCTP>Stri</DOCTP>
                             <SPRAS>S</SPRAS>
                             <DOANZ>Str</DOANZ>
                             <DOVER>S</DOVER>
                             <NACHA>S</NACHA>
                             <SPRAS_ISO>St</SPRAS_ISO>
                        </E1KNVDM>
                        <E1KNVIM SEGMENT="1">
                             <MSGFN>Str</MSGFN>
                             <ALAND>Str</ALAND>
                             <TATYP>Stri</TATYP>
                             <TAXKD>S</TAXKD>
                        </E1KNVIM>
                        <E1KNVLM SEGMENT="1">
                             <MSGFN>Str</MSGFN>
                             <ALAND>Str</ALAND>
                             <TATYP>Stri</TATYP>
                             <LICNR>String</LICNR>
                             <DATAB>String</DATAB>
                             <DATBI>String</DATBI>
                             <BELIC>S</BELIC>
                        </E1KNVLM>
                        <E1KNVVH SEGMENT="1">
                             <MSGFN>Str</MSGFN>
                             <TDOBJECT>String</TDOBJECT>
                             <TDNAME>String</TDNAME>
                             <TDID>Stri</TDID>
                             <TDSPRAS>S</TDSPRAS>
                             <TDTEXTTYPE>String</TDTEXTTYPE>
                             <TDSPRASISO>St</TDSPRASISO>
                             <E1KNVVL SEGMENT="1">
                                  <MSGFN>Str</MSGFN>
                                  <TDFORMAT>St</TDFORMAT>
                                  <TDLINE>String</TDLINE>
                             </E1KNVVL>
                        </E1KNVVH>
                   </E1KNVVM>
                   <E1KNB1M SEGMENT="1">
                        <MSGFN>Str</MSGFN>
                        <BUKRS>String</BUKRS>
                        <SPERR>S</SPERR>
                        <LOEVM>S</LOEVM>
                        <ZUAWA>Str</ZUAWA>
                        <BUSAB>St</BUSAB>
                        <AKONT>String</AKONT>
                        <BEGRU>Stri</BEGRU>
                        <KNRZE>String</KNRZE>
                        <KNRZB>String</KNRZB>
                        <ZAMIM>S</ZAMIM>
                        <ZAMIV>S</ZAMIV>
                        <ZAMIR>S</ZAMIR>
                        <ZAMIB>S</ZAMIB>
                        <ZAMIO>S</ZAMIO>
                        <ZWELS>String</ZWELS>
                        <XVERR>S</XVERR>
                        <ZAHLS>S</ZAHLS>
                        <ZTERM>Stri</ZTERM>
                        <WAKON>Stri</WAKON>
                        <VZSKZ>St</VZSKZ>
                        <ZINDT>String</ZINDT>
                        <ZINRT>St</ZINRT>
                        <EIKTO>String</EIKTO>
                        <ZSABE>String</ZSABE>
                        <KVERM>String</KVERM>
                        <FDGRV>String</FDGRV>
                        <VRBKZ>St</VRBKZ>
                        <VLIBB>String</VLIBB>
                        <VRSZL>Stri</VRSZL>
                        <VRSPR>Stri</VRSPR>
                        <VRSNR>String</VRSNR>
                        <VERDT>String</VERDT>
                        <PERKZ>S</PERKZ>
                        <XDEZV>S</XDEZV>
                        <XAUSZ>S</XAUSZ>
                        <WEBTR>String</WEBTR>
                        <REMIT>String</REMIT>
                        <DATLZ>String</DATLZ>
                        <XZVER>S</XZVER>
                        <TOGRU>Stri</TOGRU>
                        <KULTG>Stri</KULTG>
                        <HBKID>Strin</HBKID>
                        <XPORE>S</XPORE>
                        <BLNKZ>St</BLNKZ>
                        <ALTKN>String</ALTKN>
                        <ZGRUP>St</ZGRUP>
                        <URLID>Stri</URLID>
                        <MGRUP>St</MGRUP>
                        <LOCKB>String</LOCKB>
                        <UZAWE>St</UZAWE>
                        <EKVBD>String</EKVBD>
                        <SREGL>Str</SREGL>
                        <XEDIP>S</XEDIP>
                        <FRGRP>Stri</FRGRP>
                        <VRSDG>Str</VRSDG>
                        <TLFXS>String</TLFXS>
                        <PERNR>String</PERNR>
                        <INTAD>String</INTAD>
                        <GUZTE>Stri</GUZTE>
                        <GRICD>St</GRICD>
                        <GRIDT>St</GRIDT>
                        <WBRSL>St</WBRSL>
                        <NODEL>S</NODEL>
                        <TLFNS>String</TLFNS>
                        <CESSION_KZ>St</CESSION_KZ>
                        <E1KNB5M SEGMENT="1">
                             <MSGFN>Str</MSGFN>
                             <MABER>St</MABER>
                             <MAHNA>Stri</MAHNA>
                             <MANSP>S</MANSP>
                             <MADAT>String</MADAT>
                             <MAHNS>S</MAHNS>
                             <KNRMA>String</KNRMA>
                             <GMVDT>String</GMVDT>
                             <BUSAB>St</BUSAB>
                        </E1KNB5M>
                        <E1KNB1H SEGMENT="1">
                             <MSGFN>Str</MSGFN>
                             <TDOBJECT>String</TDOBJECT>
                             <TDNAME>String</TDNAME>
                             <TDID>Stri</TDID>
                             <TDSPRAS>S</TDSPRAS>
                             <TDTEXTTYPE>String</TDTEXTTYPE>
                             <TDSPRASISO>St</TDSPRASISO>
                             <E1KNB1L SEGMENT="1">
                                  <MSGFN>Str</MSGFN>
                                  <TDFORMAT>St</TDFORMAT>
                                  <TDLINE>String</TDLINE>
                             </E1KNB1L>
                        </E1KNB1H>
                   </E1KNB1M>
                   <E1KNBKM SEGMENT="1">
                        <MSGFN>Str</MSGFN>
                        <BANKS>Str</BANKS>
                        <BANKL>String</BANKL>
                        <BANKN>String</BANKN>
                        <BKONT>St</BKONT>
                        <BVTYP>Stri</BVTYP>
                        <XEZER>S</XEZER>
                        <BKREF>String</BKREF>
                        <BANKA>String</BANKA>
                        <STRAS>String</STRAS>
                        <ORT01>String</ORT01>
                        <SWIFT>String</SWIFT>
                        <BGRUP>St</BGRUP>
                        <XPGRO>S</XPGRO>
                        <BNKLZ>String</BNKLZ>
                        <PSKTO>String</PSKTO>
                        <BRNCH>String</BRNCH>
                        <PROVZ>Str</PROVZ>
                        <KOINH>String</KOINH>
                        <KOINH_N>String</KOINH_N>
                   </E1KNBKM>
                   <E1KNVAM SEGMENT="1">
                        <MSGFN>Str</MSGFN>
                        <ABLAD>String</ABLAD>
                        <KNFAK>St</KNFAK>
                        <WANID>Str</WANID>
                        <MOAB1>String</MOAB1>
                        <MOBI1>String</MOBI1>
                        <MOAB2>String</MOAB2>
                        <MOBI2>String</MOBI2>
                        <DIAB1>String</DIAB1>
                        <DIBI1>String</DIBI1>
                        <DIAB2>String</DIAB2>
                        <DIBI2>String</DIBI2>
                        <MIAB1>String</MIAB1>
                        <MIBI1>String</MIBI1>
                        <MIAB2>String</MIAB2>
                        <MIBI2>String</MIBI2>
                        <DOAB1>String</DOAB1>
                        <DOBI1>String</DOBI1>
                        <DOAB2>String</DOAB2>
                        <DOBI2>String</DOBI2>
                        <FRAB1>String</FRAB1>
                        <FRBI1>String</FRBI1>
                        <FRAB2>String</FRAB2>
                        <FRBI2>String</FRBI2>
                        <SAAB1>String</SAAB1>
                        <SABI1>String</SABI1>
                        <SAAB2>String</SAAB2>
                        <SABI2>String</SABI2>
                        <SOAB1>String</SOAB1>
                        <SOBI1>String</SOBI1>
                        <SOAB2>String</SOAB2>
                        <SOBI2>String</SOBI2>
                        <DEFAB>S</DEFAB>
                   </E1KNVAM>
                   <E1WRF12 SEGMENT="1">
                        <MSGFN>Str</MSGFN>
                        <LOCNR>String</LOCNR>
                        <EMPST>String</EMPST>
                        <KUNN2>String</KUNN2>
                        <ABLAD>String</ABLAD>
                   </E1WRF12>
                   <E1WRF4M SEGMENT="1">
                        <MSGFN>Str</MSGFN>
                        <LOCNR>String</LOCNR>
                        <ABTNR>Stri</ABTNR>
                        <EMPST>String</EMPST>
                        <VERFL>String</VERFL>
                        <VERFE>Str</VERFE>
                        <LAYVR>String</LAYVR>
                        <FLVAR>Stri</FLVAR>
                   </E1WRF4M>
                   <E1KNVKM SEGMENT="1">
                        <MSGFN>Str</MSGFN>
                        <PARNR>String</PARNR>
                        <NAMEV>String</NAMEV>
                        <NAME1>String</NAME1>
                        <ABTPA>String</ABTPA>
                        <ABTNR>Stri</ABTNR>
                        <UEPAR>String</UEPAR>
                        <TELF1>String</TELF1>
                        <ANRED>String</ANRED>
                        <PAFKT>St</PAFKT>
                        <PARVO>S</PARVO>
                        <PAVIP>S</PAVIP>
                        <PARGE>S</PARGE>
                        <PARLA>S</PARLA>
                        <GBDAT>String</GBDAT>
                        <VRTNR>String</VRTNR>
                        <BRYTH>Stri</BRYTH>
                        <AKVER>St</AKVER>
                        <NMAIL>S</NMAIL>
                        <PARAU>String</PARAU>
                        <PARH1>St</PARH1>
                        <PARH2>St</PARH2>
                        <PARH3>St</PARH3>
                        <PARH4>St</PARH4>
                        <PARH5>St</PARH5>
                        <MOAB1>String</MOAB1>
                        <MOBI1>String</MOBI1>
                        <MOAB2>String</MOAB2>
                        <MOBI2>String</MOBI2>
                        <DIAB1>String</DIAB1>
                        <DIBI1>String</DIBI1>
                        <DIAB2>String</DIAB2>
                        <DIBI2>String</DIBI2>
                        <MIAB1>String</MIAB1>
                        <MIBI1>String</MIBI1>
                        <MIAB2>String</MIAB2>
                        <MIBI2>String</MIBI2>
                        <DOAB1>String</DOAB1>
                        <DOBI1>String</DOBI1>
                        <DOAB2>String</DOAB2>
                        <DOBI2>String</DOBI2>
                        <FRAB1>String</FRAB1>
                        <FRBI1>String</FRBI1>
                        <FRAB2>String</FRAB2>
                        <FRBI2>String</FRBI2>
                        <SAAB1>String</SAAB1>
                        <SABI1>String</SABI1>
                        <SAAB2>String</SAAB2>
                        <SABI2>String</SABI2>
                        <SOAB1>String</SOAB1>
                        <SOBI1>String</SOBI1>
                        <SOAB2>String</SOAB2>
                        <SOBI2>String</SOBI2>
                        <PAKN1>Str</PAKN1>
                        <PAKN2>Str</PAKN2>
                        <PAKN3>Str</PAKN3>
                        <PAKN4>Str</PAKN4>
                        <PAKN5>Str</PAKN5>
                        <SORTL>String</SORTL>
                        <FAMST>S</FAMST>
                        <SPNAM>String</SPNAM>
                        <TITEL_AP>String</TITEL_AP>
                        <E1ADR3MAS SEGMENT="1">
                             <OBJ_TYPE_P>String</OBJ_TYPE_P>
                             <OBJ_ID_P>String</OBJ_ID_P>
                             <OBJ_TYPE_C>String</OBJ_TYPE_C>
                             <OBJ_ID_C>String</OBJ_ID_C>
                             <OBJ_ID_EXT>String</OBJ_ID_EXT>
                             <CONTEXT>Stri</CONTEXT>
                             <E1BPAD3VL SEGMENT="1">
                                  <ADDR_VERS>S</ADDR_VERS>
                                  <FROM_DATE>String</FROM_DATE>
                                  <TO_DATE>String</TO_DATE>
                                  <TITLE_P>Stri</TITLE_P>
                                  <FIRSTNAME>String</FIRSTNAME>
                                  <LASTNAME>String</LASTNAME>
                                  <BIRTH_NAME>String</BIRTH_NAME>
                                  <MIDDLENAME>String</MIDDLENAME>
                                  <SECONDNAME>String</SECONDNAME>
                                  <FULLNAME>String</FULLNAME>
                                  <FULLNAME_X>S</FULLNAME_X>
                                  <TITLE_ACA1>Stri</TITLE_ACA1>
                                  <TITLE_ACA2>Stri</TITLE_ACA2>
                                  <PREFIX1>Stri</PREFIX1>
                                  <PREFIX2>Stri</PREFIX2>
                                  <TITLE_SPPL>Stri</TITLE_SPPL>
                                  <NICKNAME>String</NICKNAME>
                                  <INITIALS>String</INITIALS>
                                  <NAMEFORMAT>St</NAMEFORMAT>
                                  <NAMCOUNTRY>Str</NAMCOUNTRY>
                                  <NAMCTRYISO>St</NAMCTRYISO>
                                  <PROFESSION>String</PROFESSION>
                                  <***>S</***>
                                  <LANGU_P>S</LANGU_P>
                                  <LANGUP_ISO>St</LANGUP_ISO>
                                  <SORT1_P>String</SORT1_P>
                                  <SORT2_P>String</SORT2_P>
                                  <LANGU_CR_P>S</LANGU_CR_P>
                                  <LANGUCPISO>St</LANGUCPISO>
                                  <DEPARTMENT>String</DEPARTMENT>
                                  <FUNCTION>String</FUNCTION>
                                  <BUILDING_P>String</BUILDING_P>
                                  <FLOOR_P>String</FLOOR_P>
                                  <ROOM_NO_P>String</ROOM_NO_P>
                                  <INITS_SIG>String</INITS_SIG>
                                  <INHOUSE_ML>String</INHOUSE_ML>
                                  <COMM_TYPE>Str</COMM_TYPE>
                                  <PERS_GROUP>Stri</PERS_GROUP>
                             </E1BPAD3VL>
                             <E1BPADTEL3 SEGMENT="1">
                                  <COUNTRY>Str</COUNTRY>
                                  <COUNTRYISO>St</COUNTRYISO>
                                  <STD_NO>S</STD_NO>
                                  <TELEPHONE>String</TELEPHONE>
                                  <EXTENSION>String</EXTENSION>
                       

  • How to automatically create the custom migration scripts after recreating SSMA project?

    How to automatically create the custom data migration scripts after recreating SSMA project?
    There is number of tables ( big tables with BLOBS)  which I want to set up automatically to be migrated with custom migration scripts (replacing e.g. attribute named "FILE" with "TO_BLOB('') AS FILE" ).
    So the question is how to open MB file (I think that it should be standard db of some destktop RDBMS) ? 

    Hi Roman.Pokrovskij,
    According
    to your description, we can use SSMA tool to migrate data from one database (including Access, Oracle and so on) to SQL Server via GUI or the scripts. There is an example about migrating Access database to SQL Server via the
    custom migration scripts, you can review refer to them.
    <?xml version="1.0" encoding="utf-8"?>
    <ssma-script-file xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="C:\Microsoft SQL Server Migration Assistant for Access\Schemas\A2SSConsoleScriptSchema.xsd">
    <config>
    <output-providers>
    <output-window suppress-messages="false"
    destination="stdout"/>
    <upgrade-project action="yes"/>
    <data-migration-connection source-use-last-used="true"
    target-server="target_1"/>
    <progress-reporting enable="false"
    report-messages="false"
    report-progress="off"/>
    <object-overwrite action="skip" />
    </output-providers>
    </config>
    <servers>
    <!-- Server definition for Sql server target server-->
    <sql-server name="target_1">
    <sql-server-authentication>
    <server value="$SQLServerName$"/>
    <database value="$SQLServerDb$"/>
    <user-id value="$SQLServerUsrID$"/>
    <password value="$SQLServerPassword$"/>
    <encrypt value="true"/>
    <trust-server-certificate value="true"/>
    </sql-server-authentication>
    </sql-server>
    </servers>
    <script-commands>
    <create-new-project project-folder="$project_folder$ "
    project-name="$project_name$"
    overwrite-if-exists="true"/>
    <connect-target-database server="target_1"/>
    <load-access-database database-file="$AccessDbFolder$\$AccessDatabaseFile$"/>---
    <!--Schema Mapping-->
    <map-schema source-schema="$AccessDatabase$" sql-server-schema="$SQLServerDb$.dbo" />
    <!-- Convert schema -->
    <!-- Example: Convert entire Schema (with all attributes)-->
    <convert-schema object-name="$AccessDatabase$"
    object-type="Databases"
    conversion-report-overwrite="true"
    verbose="true"
    report-errors="true" />
    <!-- Synchronize target -->
    <!-- Example: Synchronize target entire Database with all attributes-->
    <synchronize-target object-name="$SQLServerDb$.dbo"
    on-error="fail-script" />
    <!-- Data Migration-->
    <!--Example: Data Migration of all tables in the schema (with all attributes)-->
    <migrate-data object-name="$AccessDatabase$.Tables"
    object-type="category"
    report-errors="true"
    verbose="true"/>
    </script-commands>
    </ssma-script-file>
    There is a similar scripts about migrating Oracle database to SQL Server, you can use powershell script to automatically run the console for scripts/variable files, saved in the specified folder. For more information, review the following
    article.
    http://blogs.msdn.com/b/ssma/archive/2010/09/09/performing-database-migration-assessment-using-ssma-console-application.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Automatically Create An Activities From Opportunity?

    How Automatically Create An Activities From Opportunity use the 'Create Follow-up' '?
    IF  you have some ideas ,please tell me ,thanks!

    HI,
    You can use action profile to create activity from oportunity based on the required condition (Status).
    Use the method Call type of processing and Method COPY_DOCUMENT. aslo mention the Activity type in the Process Type of the action definition.
    Regards,
    PP

  • Automatically created a standalone WLan account - How to get rid of that?

    Dear all,
    my computer has automatically created a standalone wireless account by the name of "Homeinternet" which is of course open and unsecured. I did create an account previously to access the internet.
    How do I get rid of that "Homeinternet" account? What could have possibly triggered that action?
    Does it have something to do with Home groups on my computer?
    I'm thankful for any help or good advice.

    By account I mean the wireless network I have created on my computer and configured on my router beforehand. That network works fine and there's no problem with that. When checking the list of available wireless networks I see my network and those of my neighbours. The only problem is, there is a second wireless network obviously connected to me which is open and unsecured and doesn't show on my computer unfortunately so that i could delete/deactivate it. I never created that second, fake wireless network but it definitely is connected to my computer. Each time I log on, it appears, same thing when I log off or turn off the router.
    As it doesn't show neither on my router or my computer I wonder what I have to do to get rid of it. Do I have to reset my router or is there a way to make invisible wireless networks visible in order to delete them somehow?!
    I wouldn't mind much about it if I was sure it's not connected to me in a way, but it is unfortunately.
    Could it have something to do with Home groups or wrong settings for Home groups?

  • How to see structure under schema when Create External Definition

    Hi ...we have scenario like RFC<>XI<>SOAP
    The request payload(SOAPIN) for SOAP is:
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
      <soap:Body>
        <AddressValidator xmlns="http://tempuri.org/geostan3/AddressValidator">
          <LicenseFile>string</LicenseFile>
           <Z9Path>string</Z9Path>
          <House>string</House>
          <Street>string</Street>
            </soap:Body>
    </soap:Envelope>
    and we are expecting response message from SOAP:
    diffgr:diffgram xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:diffgr="urn:schemas-microsoft-com:xml-diffgram-v1">
    - <AddressCheck xmlns="">
    - <Address diffgr:id="Address1" msdata:rowOrder="0" diffgr:hasChanges="inserted">
      <Addline1>220 W MAIN ST</Addline1>
      <Addline2 />
      <URB />
      <Lastline>LOUISVILLE, KY 40202-1395</Lastline>
      <Location>-85754010, 38256144</Location>
      <OutBlock>211110049001067</OutBlock>
      <OutCBSA>31140</OutCBSA>
      <MatchCode>SE0</MatchCode>
      <LocationCode>AS0</LocationCode>
      <DPVConfirm />
      <FootNote1 />
      <FootNote2 />
      <FootNote3 />
      <Msg>OK</Msg>
      </Address>
      </AddressCheck>
    so when we created external definition  using  wsdl file into XI, it showing only schema as SOAPOUT  (I couldn't see those fields in XI/under schema).
    <?xml version="1.0" encoding="utf-8"?>
    <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
      <soap:Body>
        <AddressValidatorResponse xmlns="http://tempuri.org/geostan3/AddressValidator">
          <AddressValidatorResult>
            <xsd:schema>schema</xsd:schema>xml</AddressValidatorResult>
        </AddressValidatorResponse>
      </soap:Body>
    </soap:Envelope>
    SXMB_MONI showing(Response):
    <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:AddressValidatorResponse xmlns:ns0="http://tempuri.org/geostan3/AddressValidator">
    - <ns0:AddressValidatorResult>
      <ns1:schema xmlns:ns1="http://www.w3.org/2001/XMLSchema" />
      </ns0:AddressValidatorResult>
      </ns0:AddressValidatorResponse>
    So my question is how do I map response fields to RFC response? Auctully this schema is like table structure which is having all response fields.
    I could see all response structure with data in sxmb_moni-->Response Msg ID > inbound message>payloads(main document). Is there any way to send this response to RFC ?
    or can you suggest me any other way to send this response to RFC.
    Thanks,
    Edited by: PILearn on Jun 2, 2008 10:21 PM

    Here you go..
    <?xml version="1.0" encoding="utf-8"?>
    <wsdl:definitions xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:tns="http://tempuri.org/geostan3/AddressValidator" xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" targetNamespace="http://tempuri.org/geostan3/AddressValidator" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
      <wsdl:types>
        <s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/geostan3/AddressValidator">
          <s:import namespace="http://www.w3.org/2001/XMLSchema" />
          <s:element name="AddressValidator">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="LicenseFile" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="LicensePassword" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="SearchPath" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="Z9Path" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="House" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="Street" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="AddLine2" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="AddLastLine" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="URB" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="Matchmode" type="s:string" />
                <s:element minOccurs="0" maxOccurs="1" name="Datum" type="s:string" />
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="AddressValidatorResponse">
            <s:complexType>
              <s:sequence>
                <s:element minOccurs="0" maxOccurs="1" name="AddressValidatorResult">
                  <s:complexType>
                    <s:sequence>
                      <s:element ref="s:schema" />
                      <s:any />
                    </s:sequence>
                  </s:complexType>
                </s:element>
              </s:sequence>
            </s:complexType>
          </s:element>
          <s:element name="DataSet" nillable="true">
            <s:complexType>
              <s:sequence>
                <s:element ref="s:schema" />
                <s:any />
              </s:sequence>
            </s:complexType>
          </s:element>
        </s:schema>
      </wsdl:types>
      <wsdl:message name="AddressValidatorSoapIn">
        <wsdl:part name="parameters" element="tns:AddressValidator" />
      </wsdl:message>
      <wsdl:message name="AddressValidatorSoapOut">
        <wsdl:part name="parameters" element="tns:AddressValidatorResponse" />
      </wsdl:message>
      <wsdl:message name="AddressValidatorHttpGetIn">
        <wsdl:part name="LicenseFile" type="s:string" />
        <wsdl:part name="LicensePassword" type="s:string" />
        <wsdl:part name="SearchPath" type="s:string" />
        <wsdl:part name="Z9Path" type="s:string" />
        <wsdl:part name="House" type="s:string" />
        <wsdl:part name="Street" type="s:string" />
        <wsdl:part name="AddLine2" type="s:string" />
        <wsdl:part name="AddLastLine" type="s:string" />
        <wsdl:part name="URB" type="s:string" />
        <wsdl:part name="Matchmode" type="s:string" />
        <wsdl:part name="Datum" type="s:string" />
      </wsdl:message>
      <wsdl:message name="AddressValidatorHttpGetOut">
        <wsdl:part name="Body" element="tns:DataSet" />
      </wsdl:message>
      <wsdl:message name="AddressValidatorHttpPostIn">
        <wsdl:part name="LicenseFile" type="s:string" />
        <wsdl:part name="LicensePassword" type="s:string" />
        <wsdl:part name="SearchPath" type="s:string" />
        <wsdl:part name="Z9Path" type="s:string" />
        <wsdl:part name="House" type="s:string" />
        <wsdl:part name="Street" type="s:string" />
        <wsdl:part name="AddLine2" type="s:string" />
        <wsdl:part name="AddLastLine" type="s:string" />
        <wsdl:part name="URB" type="s:string" />
        <wsdl:part name="Matchmode" type="s:string" />
        <wsdl:part name="Datum" type="s:string" />
      </wsdl:message>
      <wsdl:message name="AddressValidatorHttpPostOut">
        <wsdl:part name="Body" element="tns:DataSet" />
      </wsdl:message>
      <wsdl:portType name="AddressCheckSoap">
        <wsdl:operation name="AddressValidator">
          <wsdl:input message="tns:AddressValidatorSoapIn" />
          <wsdl:output message="tns:AddressValidatorSoapOut" />
        </wsdl:operation>
      </wsdl:portType>
      <wsdl:portType name="AddressCheckHttpGet">
        <wsdl:operation name="AddressValidator">
          <wsdl:input message="tns:AddressValidatorHttpGetIn" />
          <wsdl:output message="tns:AddressValidatorHttpGetOut" />
        </wsdl:operation>
      </wsdl:portType>
      <wsdl:portType name="AddressCheckHttpPost">
        <wsdl:operation name="AddressValidator">
          <wsdl:input message="tns:AddressValidatorHttpPostIn" />
          <wsdl:output message="tns:AddressValidatorHttpPostOut" />
        </wsdl:operation>
      </wsdl:portType>
      <wsdl:binding name="AddressCheckSoap" type="tns:AddressCheckSoap">
        <soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document" />
        <wsdl:operation name="AddressValidator">
          <soap:operation soapAction="http://tempuri.org/geostan3/AddressValidator/AddressValidator" style="document" />
          <wsdl:input>
            <soap:body use="literal" />
          </wsdl:input>
          <wsdl:output>
            <soap:body use="literal" />
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:binding name="AddressCheckHttpGet" type="tns:AddressCheckHttpGet">
        <http:binding verb="GET" />
        <wsdl:operation name="AddressValidator">
          <http:operation location="/AddressValidator" />
          <wsdl:input>
            <http:urlEncoded />
          </wsdl:input>
          <wsdl:output>
            <mime:mimeXml part="Body" />
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:binding name="AddressCheckHttpPost" type="tns:AddressCheckHttpPost">
        <http:binding verb="POST" />
        <wsdl:operation name="AddressValidator">
          <http:operation location="/AddressValidator" />
          <wsdl:input>
            <mime:content type="application/x-www-form-urlencoded" />
          </wsdl:input>
          <wsdl:output>
            <mime:mimeXml part="Body" />
          </wsdl:output>
        </wsdl:operation>
      </wsdl:binding>
      <wsdl:service name="AddressCheck">
        <wsdl:port name="AddressCheckSoap" binding="tns:AddressCheckSoap">
          <soap:address location="http://sap-ccs-geo02/geostan3/AddressValidator.asmx" />
        </wsdl:port>
        <wsdl:port name="AddressCheckHttpGet" binding="tns:AddressCheckHttpGet">
          <http:address location="http://sap-ccs-geo02/geostan3/AddressValidator.asmx" />
        </wsdl:port>
        <wsdl:port name="AddressCheckHttpPost" binding="tns:AddressCheckHttpPost">
          <http:address location="http://sap-ccs-geo02/geostan3/AddressValidator.asmx" />
        </wsdl:port>
      </wsdl:service>
    </wsdl:definitions>

  • Automatically creating non-interactive PDF forms from XML data

    Hi All,
    I am a newbie to the whole Adobe LifeCycle Designer product and have been trying to find a definitive technical article on a way to automatically create pdf documents from template forms using XML data. I can create the XML, I can create the form based on the XML schema but I can't seem to find anything which explains how to automatically associate the form with the each xml file that I create and produce a pdf document based on the xml data.
    The project I am working involves creating marketing brochures, driven from our enterprise databases, to be sent to a printer. No user interaction is required, and I estimate that we'll need to create around 500-1000 pdf's per day.
    To me this seems like it should be quite a simple task but I can't find anything which gives me a starting point.
    Any help would be greatly appreciated.
    Regards
    Nick Smith

    Hi Nick,
    Just curious if you figured out how to generate a PDF out of a template? I've a similar requirement where I transform XML schemas into templates, convert the template into a PDF document, and at run time bind the PDF with the form data.
    To sort of answer your question of how to bind an XML instance file to a form, if that form is an XML-FORM, then all you'd need to do is open that document as a PDF document using the PDFFactory, and invoke the importFormData() method on it, passing the XML instance as the input stream.
    The harder part though is getting the PDF out of the template in the first place, without using any adobe user interface period.
    Karthick

  • Transfer ports definitions between SAP systems

    Hi,
    I would like to know if there is a way to transfer ports definitions (WE21) between SAP systems ?
      Thanks, Nir.

    There is no program to copy ports into another system. You could write an ABAP program and an RFC FM to read EDIPOA and EDIPORT tables from other client and insert them into the current system tables, but it is not suggested to do that because the RFC destinations should exist and no company wants to do direct update on SAP delivered tables because SAP will not support in case of errors.
    Thats why as far as my experience, I've always created them manually.
    regards
    Shravan

  • Firefox 29 is no longer automatically creating bookmarks backups.

    I hate to be posting another question having finally (I believe) finding a work around for the "Firefox 29 fails to exit properly and remains running in task manager" problem.
    https://support.mozilla.org/en-US/questions/997670
    However, in Firefox 28 FF would automatically create a new bookmarks backup upon first opening of each day and the number of bookmark backups could be set in about:config setting:
    browser.bookmarks.max_backups
    Since installing Firefox 29 this functionality does not appear to be working. Is this by design or another "issue"? Has anyone else noticed this issue?
    Please don't ask me to "reset to default state", "run in safe mode", etc. I just went through all that with the above "Failing to exit properly" thread. I know I can manually backup bookmarks. I would like to know whether this is by design, if other people have noticed this, or I am the only one experiencing this.
    Here is my troubleshooting information (excluding the thousand references to my printer):
    <pre><nowiki>Application Basics
    Name: Firefox
    Version: 29.0
    User Agent: Mozilla/5.0 (Windows NT 6.1; rv:29.0) Gecko/20100101 Firefox/29.0
    Crash Reports for the Last 3 Days
    All Crash Reports
    Extensions
    Name: Firebug
    Version: 1.12.8
    Enabled: true
    ID: [email protected]
    Important Modified Preferences
    accessibility.typeaheadfind.flashBar: 0
    browser.cache.disk.capacity: 51200
    browser.cache.disk.smart_size_cached_value: 358400
    browser.cache.disk.smart_size.enabled: false
    browser.cache.disk.smart_size.first_run: false
    browser.cache.disk.smart_size.use_old_max: false
    browser.places.smartBookmarksVersion: 6
    browser.search.suggest.enabled: false
    browser.search.useDBForOrder: true
    browser.sessionstore.upgradeBackup.latestBuildID: 20140421221237
    browser.startup.homepage: http://www.wcwcw.com/
    browser.startup.homepage_override.buildID: 20140421221237
    browser.startup.homepage_override.mstone: 29.0
    browser.tabs.loadInBackground: false
    browser.urlbar.autocomplete.enabled: false
    dom.mozApps.used: true
    dom.w3c_touch_events.expose: false
    extensions.lastAppVersion: 29.0
    font.internaluseonly.changed: true
    general.autoScroll: false
    gfx.direct3d.last_used_feature_level_idx: 1
    keyword.URL: https://www.google.com/search?q=
    network.cookie.cookieBehavior: 2
    network.cookie.lifetimePolicy: 1
    network.cookie.prefsMigrated: true
    places.database.lastMaintenance: 1399218213
    places.history.expiration.transient_current_max_pages: 80511
    plugin.disable_full_page_plugin_for_types: application/vnd.fdf,application/vnd.adobe.xdp+xml,application/vnd.adobe.xfdf
    plugin.importedState: true
    plugin.state.npdeployjava: 0
    plugin.state.npgoogleupdate: 0
    print.printer_HP_DeskJet_710C_(Copy_1).print_bgcolor: false
    privacy.clearOnShutdown.cache: false
    privacy.clearOnShutdown.cookies: false
    privacy.clearOnShutdown.formdata: false
    privacy.clearOnShutdown.offlineApps: true
    privacy.clearOnShutdown.sessions: false
    privacy.cpd.cache: false
    privacy.cpd.cookies: false
    privacy.cpd.offlineApps: true
    privacy.cpd.sessions: false
    privacy.popups.showBrowserMessage: false
    privacy.sanitize.migrateFx3Prefs: true
    privacy.sanitize.timeSpan: 0
    security.disable_button.openCertManager: false
    security.disable_button.openDeviceManager: false
    security.warn_viewing_mixed: false
    storage.vacuum.last.index: 1
    storage.vacuum.last.places.sqlite: 1396579220
    Graphics
    Adapter Description: NVIDIA GeForce 9400 GT
    Adapter Drivers: nvd3dum nvwgf2um,nvwgf2um
    Adapter RAM: 1024
    ClearType Parameters: Gamma: 2200 Pixel Structure: B ClearType Level: 50 Enhanced Contrast: 300
    Device ID: 0x0641
    Direct2D Enabled: true
    DirectWrite Enabled: true (6.2.9200.16571)
    Driver Date: 12-19-2013
    Driver Version: 9.18.13.3221
    GPU #2 Active: false
    GPU Accelerated Windows: 1/1 Direct3D 10
    Vendor ID: 0x10de
    WebGL Renderer: Google Inc. -- ANGLE (NVIDIA GeForce 9400 GT Direct3D9Ex vs_3_0 ps_3_0)
    windowLayerManagerRemote: false
    AzureCanvasBackend: direct2d
    AzureContentBackend: direct2d
    AzureFallbackCanvasBackend: cairo
    AzureSkiaAccelerated: 0
    JavaScript
    Incremental GC: true
    Accessibility
    Activated: false
    Prevent Accessibility: 0
    Library Versions
    NSPR
    Expected minimum version: 4.10.3
    Version in use: 4.10.3
    NSS
    Expected minimum version: 3.16 Basic ECC
    Version in use: 3.16 Basic ECC
    NSSSMIME
    Expected minimum version: 3.16 Basic ECC
    Version in use: 3.16 Basic ECC
    NSSSSL
    Expected minimum version: 3.16 Basic ECC
    Version in use: 3.16 Basic ECC
    NSSUTIL
    Expected minimum version: 3.16
    Version in use: 3.16</nowiki></pre>
    Kind Regards,
    Axis

    This is a bit of a "bump" with some new things I have tried. I have run the Places Maintenance add-on (again) and places.sqlite integrity seems absolutely fine.
    Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/
    I have re-installed FF 29.
    I am able to create manually, and restore, bookmark backups without a hitch.
    I did delete places.sqlite and restarted FF 29. The only thing I lost was all my bookmark Icons. So I re-added the former places.sqlite. Of course, I would have to wait until tomorrow morning to know for sure, but since the Places Maintenance add-on indicated no problems, and since I can manually create them, I am quite sure it is not a corrupted places.sqlite file.
    I tried what may be a dubious add-on, BackupFox, and it failed to create a new backup but left a temp file in the main profile folder.
    Logic tells me that if I can manually create and restore bookmark backups, then something in the engine(?) may be responsible but I do not know enough to go further with that. Permissions must be O.K. or I wouldn't be able to make (manually) a backup.
    I did not have this problem at all with FF 28. Rather, I was asking cor-el how to limit the number of backups, which he showed me. What makes this difficult to test is that I would have to wait until the first opening of FF each day to tell.
    I can't tell if this problem is "only me" or affecting others, however, (no insult intended) I can paste into the support.mozilla.org page search box the exact title of this thread and not find it. I shows up number 1 on Google doing similar search. People who aren't checking their profile folder each day might not even be noticing this.
    cor-el, or anybody, have you found auto backups have stopped in FF 29 for you? Anyone who reads this please let me know if your bookmark auto-backup is working. Just peak in your profile and see if you have a new one each day.
    Does anyone know just what .dll or .exe or what actually is triggered how that causes the auto-backup to occur? Is it the maintenance service?
    What I have not tried is creating another profile because this one seems just fine and I has always worked before 29, and still does work, as far as profiles go. I need to know what "triggers" auto bookmark backup and I doubt it is my profile.
    Regards again,
    Axis

  • Goods receipt is automatically created at the time of confirming the transf

    Hi,
    we are following the confirmation control key inbound delivery process.
    I am making an inbound delivery with refernce to the purchase order.
    then i am making a putaway against the inbound delivery through LT0F and creating a transfer order against the inbound delivery.
    Then i am confirming the transfer order through LT12, when i am confirming the transfer order the goods receipt is automatically created without manuallyy doing a PGR in inbound delivery.
    Can any one let meknow how to avoid the creation of the auto GR at the time of confirming the putaway TO
    Sunil

    Hi,
    In LT0F check in  the initial screen -->control data -->weather the adopt put away quantity field value is 4. If it is 4 then the GR will be posted automatically.
    Regards,
    Bharat.

  • How to get rid of automatically created server accounts in iCal and Mail?

    I have recently setup an OS X 10.6.2 Server for our small office. I got the domain name wrong in the initial install and fixed this by doing a complete clean reinstall of OS X 10.6 server (then upgrade to 10.6.2).
    The problem is that one of the OS X 10.6.2 clients had been setup to talk to the server prior to the rebuild. Now on this client, I cannot work out how to get rid of or change the automatically created server accounts in iCal and Mail - everytime you login, these are recreated using the old domain name (and of course don't work).
    In Mail if you remove the server account (from Accounts in Preferences), it just pops back again. I even removed every trace of the old domain name from the apple.com.mail.plist file but when I re-open Mail that darned server account (with the old domain name) just pops up again.
    In iCal its slightly different in that you can remove the account and it stays away while you have iCal open. But as soon as you close and re-open it, that server account just pops up again!
    I thought it might be something to do with Kerberos and found a Kerberos file on the client which had the old domain name throughout it - I changed all these references to the new domain name, but still the same behaviour in Mail and iCal.
    This is doing my head in. Any ideas?
    Message was edited by: davidav

    I suggest you ask in the snow leopard server forum
    http://discussions.apple.com/category.jspa?categoryID=264

  • How to delete the automatically created receipt in the expense report

    Hi experts,
    I am getting an error "no expense type for estimated costs has been defined. cannot save" while creating a travel request for an employee.
    Base on the reply from Raynard which posted on Re: FM for  trip exp
    It's because "The estimated cost in plan and request are now included into fund management. So if you have active funds management, the entered estimated cost are used to make availability check and commitment. Therefore you must create an expense type in view V_T706B1. Under 'amounts are' you have to choose 'estimated cost, no reimbursement to employee'."
    How ever, because the linkage with funds management, I faced the problem and also ckecked out the reason from SAP Help that "After the trip takes place, the user needs to manually delete the automatically created receipt in the expense report."
    Anybody can provide the solution how to automatically delete this receipt before user create the expense report??
    Thanks
    Daniel

    Hi Francis,
    Check the BADI "TRIP_WEB_CHECK" method "USER_CHECK_GENERAL_DATA".
    Here based on the schema you can modify the "estimated cost" field.
    Hope it helps.
    Regards,
    Jyothi

Maybe you are looking for