Quantcast
Channel: SCN : Popular Discussions - SAP Business One Integration Technology
Viewing all 262 articles
Browse latest View live

B1iadmin user deactivated - How to reactivate?

$
0
0

Hello all:

 

My B1iadmin user has been deactivated. According to the documentation and troubleshooting guide I need to go to B1iP Control Center -> Configuration -> User Admin IPO-Steps and toggle activation there... but going there requires that I authenticate, which I usually did with the user B1iadmin...!

 

So... how do I get there? Is there some kind of superuser that I can use? I hope I don't have to reinstall the whole thing just to reactivate the B1iadmin user...

 

Note: The connection tests in the EventSender setup do work fine.

 

Thanks,

 

Joerg.


B1ITM2B1ITM: Bringing Unit Price and Other Attributes

$
0
0

Hi Everyone Out there,

 

By means of B1if I am doing Item Master Synchronization between 2 Companies. But I am able to Insert ItemCode, ItemName and Item Group alone. If I want to insert unit price and other attributes, what should I do. In addition, I can be able to insert only. If I want to update a certain ITEM entry, what should I do.

 

Herewith I have attached the XML of Atom 0(that is the only one atom I am using for this particular integration Scenario).

My Outbound Case is Insert.

Please help me out in this.

Server side cannot respond your request (No scenario step (vBIU) assigned for step for sender system (SysId) [0009] [incoming identifier = 'io'])

$
0
0

Hi everyone!

 

I need to send info from an add-on to b1if, the I'm doing a http post request but I can't. I don't know what is wrong with my system. Can anyone help me?  The error is the next

 

Emitted HTTP-Code: 500 - Internal Server Error 

 

Internal Reason:  Server side cannot respond your request (No scenario step (vBIU) assigned for step for sender system (SysId) [0009] [incoming identifier = 'io'])

 

Thanks in advance...

Problemas con una solicitud post

$
0
0

Hola expertos!

 

Tengo un problema que no he podido solucionar y espero que alguno de ustedes me de una idea de como poder hacerlo. Estoy diseñando un escenario en donde estoy haciendo una llamada http (post request) desde un addon hacia mi escenario para pasar un parámetro que ocuparé en una consulta, el problema es que me aparece el errror Server side cannot respond your request (No scenario step (vBIU) assigned for step for sender system (SysId) [0009] [incoming identifier = 'io']) y no puedo enviar la solicitud. Alguien de ustedes me podría ayudar a saber porque me aparece esto? De antemano les agradezco...

Can't import Scenarios on B1i

$
0
0

Hello Experts,

 

I am trying to import the scene of NFE messages in B1i but clicking on the button, it does nothing:

 

Capturar.JPG

WS 2012 R2

 

I tried with Chrome and Mozilla with the same error.

The User is administrator.

 

Is there any other way to import scenarios B1i?

 

Thanks !!.

 

Att.

Eliezer Moreira

B1iadmin user deactivated - How to reactivate?

$
0
0

Hello all:

 

My B1iadmin user has been deactivated. According to the documentation and troubleshooting guide I need to go to B1iP Control Center -> Configuration -> User Admin IPO-Steps and toggle activation there... but going there requires that I authenticate, which I usually did with the user B1iadmin...!

 

So... how do I get there? Is there some kind of superuser that I can use? I hope I don't have to reinstall the whole thing just to reactivate the B1iadmin user...

 

Note: The connection tests in the EventSender setup do work fine.

 

Thanks,

 

Joerg.

B1if, From SQL to Oracle

$
0
0

Hi Experts,

 

I have doubt on B1iF integration from SQL database to Oracle database.

I want to know it's possible or not. if possible means please tel me the solution.

 

Thanks in advance. I am waiting your valuable reply.

can I have a xml file like outbound with a http call like inbound in b1if?

$
0
0

Hi everyone!

 

I'm making a scenario with this features but I have some problems, I don't know if I can do this. Can anyone tell me if i can? and if so, What I have to do to achieve this? Thanks in advance!


B1 Item to B1 Item scenario on B1if 8.8

$
0
0

Hi there. I'm trying to develop a very simple task with b1if. My target is to get a B1 to B1 consolidation of Items. Any time a item is created or changed, it will be reflected in others sbo companies. So far, I've got a simple scenario with just one final atom transformation. If my final atom is like that:

 

*<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:b1e="urn:com.sap.b1i.sim:b1event" xmlns:b1ie="urn:com.sap.b1i.sim:b1ievent" xmlns:bfa="urn:com.sap.b1i.bizprocessor:bizatoms" xmlns:jdbc="urn:com.sap.b1i.adapter:jdbcadapter" xmlns:rfc="urn:sap-com:document:sap:rfc:functions" xmlns:sim="urn:com.sap.b1i.sim:entity" xmlns:utils2="com.sap.b1i.bpc_tools.Utilities" xmlns:vpf="urn:com.sap.b1i.vplatform:entity" xmlns:xci="urn:com.sap.b1i.xcellerator:intdoc" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" bfa:force="" vpf:force="" jdbc:force="" rfc:force="" b1ie:force="" b1e:force="" xci:force="" sim:force="" utils2:force="">     <xsl:output method="xml" encoding="UTF-8" indent="yes"/>     <xsl:param name="atom"/>     <xsl:param name="sessionid"/>     <xsl:variable name="msg" select="/vpf:Msg/vpf:Body/vpf:Payload[./@Role=&apos;S&apos;]"/>     <xsl:variable name="vpSender" select="/vpf:Msg/vpf:Header/vpf:Sender/@Id"/>     <xsl:variable name="vpObject" select="/vpf:Msg/vpf:Header/vpf:Sender/@ObjId"/>     <xsl:variable name="vpReceiver" select="/vpf:Msg/vpf:Header/vpf:ReceiverList/vpf:Receiver[./@handover=&apos;P&apos;]/@Id"/>     <xsl:template match="/">          <Msg xmlns="urn:com.sap.b1i.vplatform:entity">               <xsl:copy-of select="/vpf:Msg/@*"/>               <xsl:copy-of select="/vpf:Msg/vpf:Header"/>               <Body>                    <xsl:copy-of select="/vpf:Msg/vpf:Body/*"/>                    <Payload Role="R" id="{$atom}">                         <xsl:call-template name="transform"/>                    </Payload>               </Body>          </Msg>     </xsl:template>     <xsl:template name="transform">          <xsl:attribute name="pltype">xml</xsl:attribute>          <BOM>               <BO>                    <AdmInfo>                         <Object>4</Object>                    </AdmInfo>                    <OITM>                         <row>                              <ItemCode>1551</ItemCode>                              <ItemName>TEST</ItemName>                              <ItmsGrpCod>113</ItmsGrpCod>                              <VatGourpSa>R16</VatGourpSa>                         </row>                    </OITM>               </BO>          </BOM>     </xsl:template></xsl:stylesheet>



*

 

 

With this atom, item test 1151 it is created properly. Problems come to me when I try to get data from the inbound process. Changing my xls file to the next way system gives an error ." Item no. is missing".

 

 

 

 

<?xml version="1.0" encoding="UTF-8"?><xsl:stylesheet xmlns:b1e="urn:com.sap.b1i.sim:b1event" xmlns:b1ie="urn:com.sap.b1i.sim:b1ievent" xmlns:bfa="urn:com.sap.b1i.bizprocessor:bizatoms" xmlns:jdbc="urn:com.sap.b1i.adapter:jdbcadapter" xmlns:rfc="urn:sap-com:document:sap:rfc:functions" xmlns:sim="urn:com.sap.b1i.sim:entity" xmlns:utils2="com.sap.b1i.bpc_tools.Utilities" xmlns:vpf="urn:com.sap.b1i.vplatform:entity" xmlns:xci="urn:com.sap.b1i.xcellerator:intdoc" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0" bfa:force="" vpf:force="" jdbc:force="" rfc:force="" b1ie:force="" b1e:force="" xci:force="" sim:force="" utils2:force="">     <xsl:output method="xml" encoding="UTF-8" indent="yes"/>     <xsl:param name="atom"/>     <xsl:param name="sessionid"/>     <xsl:variable name="msg" select="/vpf:Msg/vpf:Body/vpf:Payload[./@Role=&apos;S&apos;]"/>     <xsl:variable name="vpSender" select="/vpf:Msg/vpf:Header/vpf:Sender/@Id"/>     <xsl:variable name="vpObject" select="/vpf:Msg/vpf:Header/vpf:Sender/@ObjId"/>     <xsl:variable name="vpReceiver" select="/vpf:Msg/vpf:Header/vpf:ReceiverList/vpf:Receiver[./@handover=&apos;P&apos;]/@Id"/>     <xsl:template match="/">          <Msg xmlns="urn:com.sap.b1i.vplatform:entity">               <xsl:copy-of select="/vpf:Msg/@*"/>               <xsl:copy-of select="/vpf:Msg/vpf:Header"/>               <Body>                    <xsl:copy-of select="/vpf:Msg/vpf:Body/*"/>                    <Payload Role="R" id="{$atom}">                         <xsl:call-template name="transform"/>                    </Payload>               </Body>          </Msg>     </xsl:template>     <xsl:template name="transform">          <xsl:attribute name="pltype">xml</xsl:attribute>          <BOM>               <BO>                    <AdmInfo>                         <Object>4</Object>                    </AdmInfo>                    <OITM>                         <row>                              <ItemCode><xsl:value-of select = "$msg/BOM/BO/OITM/row/ItemCode"/></ItemCode>                              <ItemName><xsl:value-of select = "$msg/BOM/BO/OITM/row/ItemName"/></ItemName>                              <ItmsGrpCod><xsl:value-of select = "$msg/BOM/BO/OITM/row/ItmsGrpCod"/></ItmsGrpCod>                              <VatGourpSa><xsl:value-of select = "$msg/BOM/BO/OITM/row/VatGourpSa"/></VatGourpSa>                              </row>                    </OITM>               </BO>          </BOM>     </xsl:template></xsl:stylesheet>

 

 

Does anyone knows how to get this code working? I don't know what is wrong. This is a simple task and I'm tracked!

 

 

Thanks so much.

XML generated from an electronic document

$
0
0

Hi, I'm setting the native electronic invoice of SAP Business One and I have defined my parameters in the scenario as the user and password of the PAC, the XML path, etc. If I try to create a new electronic invoice the document is generated without errors on SAP. However, I do not locate the xml generated. I've tried changing the path to different folders, assign permissions to the folders and can not find where it is deposited. Any suggestions of what I need to check? Regards, Gabriela.

Server side cannot respond your request (No scenario step (vBIU) assigned for step for sender system (SysId) [0009] [incoming identifier = 'io'])

$
0
0

Hi everyone!

 

I need to send info from an add-on to b1if, the I'm doing a http post request but I can't. I don't know what is wrong with my system. Can anyone help me?  The error is the next

 

Emitted HTTP-Code: 500 - Internal Server Error 

 

Internal Reason:  Server side cannot respond your request (No scenario step (vBIU) assigned for step for sender system (SysId) [0009] [incoming identifier = 'io'])

 

Thanks in advance...

Integration solution for SAP B1 - Key mapping

$
0
0

Hello experts!

Please tell me, why i cant see existing currency, item groups or business partner group in both companies in key mappings? I want make mapping currency , groups item and business partner between alredy exists groups and currency. Before in other instalation, this problem was not. Screenshot in attachments.

B1if - _!!Recovery(com_sap_b1i_system_xc)

$
0
0

Hi All,

Does anyone know what is "_!!Recovery(com_sap_b1i_system_xc)". From time to time it hangs in a queue always with two messages in a stream. What does it do? Is it something important?

Regards

Szymon

B1iadmin user deactivated - How to reactivate?

$
0
0

Hello all:

 

My B1iadmin user has been deactivated. According to the documentation and troubleshooting guide I need to go to B1iP Control Center -> Configuration -> User Admin IPO-Steps and toggle activation there... but going there requires that I authenticate, which I usually did with the user B1iadmin...!

 

So... how do I get there? Is there some kind of superuser that I can use? I hope I don't have to reinstall the whole thing just to reactivate the B1iadmin user...

 

Note: The connection tests in the EventSender setup do work fine.

 

Thanks,

 

Joerg.

XML generated from an electronic document

$
0
0

Hi, I'm setting the native electronic invoice of SAP Business One and I have defined my parameters in the scenario as the user and password of the PAC, the XML path, etc. If I try to create a new electronic invoice the document is generated without errors on SAP. However, I do not locate the xml generated. I've tried changing the path to different folders, assign permissions to the folders and can not find where it is deposited. Any suggestions of what I need to check? Regards, Gabriela.


SAP Intercompany marketing documents

$
0
0

Hi All

 

I have concern with below scenario, does the marketing document exchange work between Com 1 and Com 3 since they are in different consolidation? For example, Com 1 issues A/R invoice, can the A/P invoice be created automatically in Com 3?

 

console.jpg

 

Also, can Console A and Com 3 be consolidated to another consolidation company? I believe both Console A and B have to be set as consolidation, how about Com 1, Com 2, and Com 3? Which should be set as head office and which should be set as branches?

 

 

Regards

Yvaine

Address already in use: JVM_Bind

$
0
0

Hi All,

I need help.

I have a problem with Integration Service. It stops automatically after few seconds and there is no way to keep it running.

The exception i tomcat logs is:

java.net.BindException: Address already in use: JVM_Bind

    at java.net.DualStackPlainSocketImpl.bind0(Native Method)

    at java.net.DualStackPlainSocketImpl.socketBind(DualStackPlainSocketImpl.java:96)

    at java.net.AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)

    at java.net.PlainSocketImpl.bind(PlainSocketImpl.java:175)

    at java.net.ServerSocket.bind(ServerSocket.java:376)

    at java.net.ServerSocket.<init>(ServerSocket.java:237)

    at org.apache.catalina.core.StandardServer.await(StandardServer.java:406)

    at org.apache.catalina.startup.Catalina.await(Catalina.java:676)

    at org.apache.catalina.startup.Catalina.start(Catalina.java:628)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

    at java.lang.reflect.Method.invoke(Method.java:601)

    at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)

    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)

I checked port 8080 and B1if is only application that uses it.

 

Kind Regards,

Szymon

B1if APi

$
0
0

Hi Experts..

   Can you please tell me API available for import the package in B1IF framework.. this is so urgent please help me.

 

 

Thanks in Advance

Dhananjay Singh

Sap b1 9.1 Pl8 Addon for Pharmaceuticals Mfg. pkg Quality Control and quality assurance

$
0
0

We are a pharmaceuticals company. We are looking for a solution for manufacturing, packing, quality control and quality assurance activities. Also looking for Track and Trace EPedigree solution on SAP B1.

 

Vipul

User name and password for SAP Customer Checkout

$
0
0

Hi,

 

Where to find user name and password for SAP Customer Checkout?

 

Thank you.

 

Best Regards,

Nagarajan

Viewing all 262 articles
Browse latest View live