cancel
Showing results for 
Search instead for 
Did you mean: 

Biller Direct Changes not visible after Import into TEST system in NWDI

Former Member
0 Kudos

Hi,

We have implemented Biller Direct 6.0

We have created the track for BD and developer have made the changes to source code in NWDS and Activated the same in Development System

The changes had been imported in Consolidation system successfully and in ASSEMBLY stage we got the status as ASSEMBLED.

We have not configured any runtime system for CONSOLIDATION

After ASSEMBLY stage, we imported the SCAs into the runtime system configured for TEST.

The status showed as IMPORT FINISHED for the SCA in TEST.

Below are the logs for ASSEMBLY stage :-

CHECK- Assembly Log

20100708055035 Info :Starting Step Check-assembly at 2010-07-08 05:50:35.0066 -8:00

20100708055035 Info :Checks for software component sap.com,FSCM_BD are performed now:

20100708055035 Info :Checks for software component sap.com,FSCM_BD finished succesfully

20100708055035 Info :Step Check-assembly ended with result 'success' at 2010-07-08 05:50:35.0565 -8:00

Repository Export Log

20100708055035 Info :Starting Step Repository-export at 2010-07-08 05:50:35.0566 -8:00

20100708055035 Info :Start export of sources

20100708055035 Info :Component: sap.com/FSCM_BD Version :DID_BD_C.20100708125033 is processed now.

20100708055035 Info :1. PR is of type TCSSoftwareComponent

20100708055035 Info :Start reading sources of SC sap.com,FSCM_BD from DTR http://oaja18dv:58100/dtr

20100708055036 Detail :Start creating PropagationList 'CMS_sap.com_FSCM_BD_141_469fed04b9ec11de92b9001125c06635'.

20100708055112 Detail :Created PropagationList 'e86577f18a8d11df9151001125c06635'.

20100708055112 Info :PropagationList CMS_sap.com_FSCM_BD_141_469fed04b9ec11de92b9001125c06635 added to export.

20100708055112 Info :Include sources physically into archive.

20100708055126 Detail :start write

20100708055300 Detail :262144 bytes written

20100708055332 Detail :end writing (23535220 bytes)

20100708055332 Detail :workspacedata added: true

20100708055332 Info :End reading workspacedata of SC sap.com,FSCM_BD from DTR

20100708055332 Detail :physical source included: true

20100708055333 Info :Step Repository-export ended with result 'success' at 2010-07-08 05:53:33.0081 -8:00

CBS Assembly Log

20100708055333 Info :Starting Step CBS-assembly at 2010-07-08 05:53:33.0092 -8:00

20100708055333 Info :Assembly mode: Without archives -nothing to be done here

20100708055333 Info :Step CBS-assembly ended with result 'not needed' at 2010-07-08 05:53:33.0103 -8:00

EXPORT log

20100708055333 Info :Starting Step Export at 2010-07-08 05:53:33.0106 -8:00

20100708055333 Info :Export Component:sap.com,FSCM_BD Version:DID_BD_C.20100708125033.

20100708055333 Detail :Saving data of PropagationRequest: sap.comFSCM_BDDID_BD_C~20100708125033 to file system now.

20100708055335 Info :Export finished.

20100708055335 Info :Step Export ended with result 'success' at 2010-07-08 05:53:35.0544 -8:00

Logs for IMPORT into TEST system

Repository Import Log

20100708060434 Info :Starting Step Repository-import at 2010-07-08 06:04:34.0739 -8:00

20100708060434 Info :Step is not executed. Import of Archives only. Repository import not needed.

20100708060434 Info :Step Repository-import ended with result 'not needed' at 2010-07-08 06:04:34.0740 -8:00

CBS_Make Log

20100708060434 Info :Starting Step CBS-make at 2010-07-08 06:04:34.0740 -8:00

20100708060434 Info :Step is not executed. Import of Archives only. CBS build not needed.

20100708060434 Info :Step CBS-make ended with result 'not needed' at 2010-07-08 06:04:34.0741 -8:00

SDM Deploy Log

20100708060434 Info :Starting Step SDM-deploy at 2010-07-08 06:04:34.0742 -8:00

20100708060434 Info :empty list of archives for deployment: nothing done

20100708060434 Info :Step SDM-deploy ended with result 'not needed' at 2010-07-08 06:04:34.0755 -8:00

Its certain from LOGS that the Automatic deployment did not happen in TEST system. Also we have not marked the DISBALE Automatic Deployment while configuring Runtime TEST system, as there is not such option for TEST & PRODUCTION anyways.

Also for Biller Direct SCs we have added the FSCM BD Software Components(SC) into the track as "SOURCE" & not "SOURCE & Archive" (as suggested in below link)

Link:

Please suggest what is going wrong and what are we missing.

Regards,

Abhijeet K

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

I am working with Abhijeet to resolve this issue and I have another data point.

We setup our Biller Direct track as "Source" instead of "Source & Archive", but now we are having issues deploying the assembled SCA to the test environment. NWDI reports a successfull import although no import occurs. When we try to manually deploy on the test server using SDM, we get the error:

Error: Could not load archive D:\sap.comFSCM_BDDID_BD_C.sca: com.sap.sdm.util.sduread.IllFormattedSduFileException: Error during attribute reading: received exception: exception during archive check: null

Is this related to track setting? Has anyone else experienced it and what can be done to resolve it? We can't get our code into the test environment and it's beginning to impact the project

We have tried the following recommendations from another thread, but they did not resolve the problem:

-navigate to bat file of SDM (in case of windows) through commnad

prompt.

- stop SDM by bat file.

- Start SDM in integerated mode by command prompt.

- Open SDM.

- deploy your file.

Check the DB archive size in the server. If its 100%, remove unwanted

files.

Then in SDM, undeploy the .sca file & try deploying again.

Appreciate any advice you have.

- Michelle

Former Member
0 Kudos

Has the Developer released the activities for Transport (using the Transport view of NWDS)? I'm missing this step in your issue description...

Former Member
0 Kudos

Hi Pascal,

Yes. Developers have released the transport activities from NWDS and after this I have followed the standard process of Import into CONS, Assemble & then Import into TEST.

Also checked in CBS WebUI for Requests status. All Requests are showing as Succeded. Nothing as FAILED or PROCESSING or QUEUED. No Broken DCs either.

Currently all the SCAs are Waiting for Approval in Approval Tab (I believe Approval is done once we do the testing in TEST and are OK with it).

Anything else we are missing?

Regards,

Abhijeet K

Former Member
0 Kudos

Hmmm... That looks good.

You may try the following: Go to the Assembly stage, select your SC from the dropdown and click the Assemble button. You should get a pop-up now; make sure you increase the Patch and/or SP level. Import into Test once assembly is finished.

Hopefully this increased patch/SP level will trigger a deployment into SDM.

Former Member
0 Kudos

If this does not work, can you upload a screenshot of the Track definition somewhere and post a link?

Former Member
0 Kudos

Hi Pascal,

I have sent the track details to your personal id.(hotmail)

Kindly check and let me know if you find anything missing / incorrect.

Regards,

Abhijeet K

former_member185029
Active Contributor
0 Kudos

-

Former Member
0 Kudos

Hi Ashutosh,

Yes. That option is not marked. In fact you dont have a Disable Automatic Deployment option for TEST & Production system.

Its only for DEV & CONS system.

Regards,

Abhijeet K

Former Member
0 Kudos

>

> Hi Pascal,

>

> I have sent the track details to your personal id.(hotmail)

> Kindly check and let me know if you find anything missing / incorrect.

>

>

> Regards,

> Abhijeet K

Hi,

Your email did not contain any attachments?

Kind regards,

Pascal

former_member185029
Active Contributor
0 Kudos

hi Abhijeet,

Sorry for that, I realized later that you have already mentioned in your post.

Deleted my response.

-Ashutosh

Former Member
0 Kudos

Hi Pascal,

Sent the attachment again.Hope you recieved it this time.

Regards,

Abhijeet K

Former Member
0 Kudos

Everything looked fine to me.

Can you go through the assembly process and send screenshots of each step?

Former Member
0 Kudos

Hi Pascal,

Aseembly step screenshots sent.

Seems fine to me during assembly too. Kindly advise.

Regards,

Abhijeet K

Former Member
0 Kudos

Can you post the corresponding log(s)?

Former Member
0 Kudos

Hi Pascal,

Do you mean I carry out the Assemble Components step again?

If yes, I need to Import them all in Consolidation again and only then I can do Assemble Components.

Since the assembled components cannot be Assembled again in Assembly tab.

(Went to History and selected the Assembled component, but the Assemble Components option is Inactive.This means I need to Import in CONS and then do Assemble)

Kindly confirm.

Regards,

Abhijeet K

Former Member
0 Kudos

Hi Pascal,

I had sent the logs last week. Did you get them?

Regards,

Abhi K